/* =========================================================
   Encanto Systems — v3 Editorial Calm
   Soft Life. Smart Systems. Real Results.
   Palette: cream peach + plum + 1 coral accent.
   ========================================================= */

:root {
  --cream:        #fdf3ec;
  --peach:        #fce3d5;
  --peach-deep:   #f5d0c5;
  --plum:         #2e1c28;
  --plum-2:       #3d2433;
  --ink:          #2e1c28;
  --ink-soft:     #5a3e4d;
  --invert:       #fce3d5;
  --muted:        #8b6e60;
  --coral:        #e85a72;
  --coral-soft:   #ff8aaa;
  --line:         #ecd5c8;
  --line-dark:    rgba(252,227,213,.12);
  --shadow:       0 12px 40px -16px rgba(46,28,40,.18);
  --shadow-soft:  0 2px 8px -2px rgba(46,28,40,.06);
  --r-sm:         8px;
  --r:            16px;
  --r-lg:         28px;
  --ease:         cubic-bezier(.2,.8,.2,1);
  --container:    1140px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
::selection { background: var(--coral); color: #fff; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: 0; color: inherit; }

/* === Typography === */
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.04;
  margin: 0 0 .5em;
  color: var(--ink);
}
h1 { font-size: clamp(2.5rem, 5.2vw, 4.6rem); font-weight: 500; line-height: 1.02; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.8rem); font-weight: 500; }
h3 { font-size: clamp(1.15rem, 1.6vw, 1.4rem); font-weight: 600; letter-spacing: -0.005em; }
h4 { font-size: 1.05rem; font-weight: 600; }
p  { margin: 0 0 1em; color: var(--ink-soft); }

em, .brand-word {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--coral);
}

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 22px; height: 1px;
  background: currentColor;
  display: inline-block;
}
.eyebrow--invert { color: var(--coral-soft); }

/* === Layout === */
.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.section { padding: clamp(96px, 12vw, 160px) 0; position: relative; }
.section--peach { background: var(--peach); }
.section--dark  { background: var(--plum); color: var(--invert); }
.section--dark h1, .section--dark h2, .section--dark h3 { color: var(--invert); }
.section--dark p { color: rgba(252,227,213,.78); }
.section--dark .eyebrow { color: var(--coral-soft); }

.section__head { max-width: 720px; margin: 0 auto 72px; text-align: center; }
.section__head .eyebrow { margin-bottom: 20px; justify-content: center; }
.section__head p { font-size: 17.5px; max-width: 580px; margin: 16px auto 0; }

/* === Brand mark (3D-ish, soft emboss using shadows) === */
.brand { display: inline-flex; align-items: center; gap: 14px; font-family: 'Cormorant Garamond', serif; font-weight: 500; }
.brand__mark {
  display: inline-flex; align-items: baseline; gap: 1px;
  font-size: 34px; font-weight: 600; font-style: italic;
  color: var(--coral);
  letter-spacing: -0.02em;
  text-shadow:
    0 1px 0 rgba(255,255,255,.55),
    0 2px 1px rgba(232,90,114,.25),
    0 4px 10px rgba(232,90,114,.2);
}
.brand__mark--sm { font-size: 20px; }
.brand__mark--xl {
  font-size: clamp(72px, 11vw, 140px);
  letter-spacing: -0.04em;
  text-shadow:
    0 2px 0 rgba(255,255,255,.6),
    0 4px 2px rgba(232,90,114,.3),
    0 14px 32px rgba(232,90,114,.22);
}
.brand__sparkle { font-size: .55em; color: var(--coral-soft); margin: 0 2px; vertical-align: super; }
.brand__name { font-style: normal; font-weight: 500; font-size: 20px; color: var(--ink); letter-spacing: 0.005em; }
.brand--footer .brand__name { color: var(--invert); }
.brand--footer .brand__mark { text-shadow: 0 1px 0 rgba(252,227,213,.08), 0 2px 8px rgba(232,90,114,.4); }

/* === Brand strip (full-width logo banner) === */
.brand-strip {
  background: linear-gradient(180deg, var(--cream) 0%, var(--peach) 100%);
  padding: clamp(60px, 8vw, 100px) 0;
  border-top: 1px solid rgba(232,90,114,.08);
  border-bottom: 1px solid rgba(232,90,114,.08);
  position: relative;
  overflow: hidden;
}
.brand-strip::before, .brand-strip::after {
  content: ""; position: absolute; border-radius: 50%;
  filter: blur(80px); opacity: .4; pointer-events: none;
}
.brand-strip::before { width: 400px; height: 400px; background: var(--coral); top: -200px; left: -150px; }
.brand-strip::after { width: 350px; height: 350px; background: var(--coral-soft); bottom: -200px; right: -100px; }

.brand-strip__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 880px) {
  .brand-strip__inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
  }
  .brand-strip__divider { display: none; }
}

.brand-strip__mark { display: flex; align-items: center; gap: 20px; }
@media (max-width: 880px) { .brand-strip__mark { flex-direction: column; gap: 12px; } }
.brand-strip__name { display: flex; flex-direction: column; gap: 4px; }
.brand-strip__company {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 500;
  font-size: clamp(22px, 2.5vw, 32px);
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1;
}
.brand-strip__tag {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.brand-strip__divider {
  font-size: 28px;
  color: var(--coral);
  opacity: .5;
}

.brand-strip__motto {
  display: flex; align-items: center; gap: 14px;
  font-family: 'Inter', sans-serif;
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--ink-soft);
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 880px) { .brand-strip__motto { justify-content: center; } }
.brand-strip__sep { color: var(--coral); opacity: .6; }

/* === Nav === */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 18px 0;
  transition: padding .3s var(--ease);
}
.nav::before {
  content: "";
  position: absolute; inset: 0;
  background: rgba(253,243,236,0);
  backdrop-filter: blur(0);
  transition: background .3s var(--ease), backdrop-filter .3s var(--ease);
  pointer-events: none;
}
.nav.is-scrolled { padding: 12px 0; }
.nav.is-scrolled::before {
  background: rgba(253,243,236,.86);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid rgba(46,28,40,.05);
}
.nav__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav__links { display: flex; gap: 32px; align-items: center; font-size: 14.5px; font-weight: 500; }
.nav__links > a { color: var(--ink-soft); transition: color .15s ease; }
.nav__links > a:hover { color: var(--coral); }
.nav__cta {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--ink); color: var(--invert) !important;
  padding: 10px 20px; border-radius: 100px;
  font-size: 14px; font-weight: 500;
  transition: background .2s ease;
}
.nav__cta:hover { background: var(--coral); }
.nav__burger { display: none; }
@media (max-width: 920px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; flex-direction: column; gap: 5px; width: 32px; height: 32px; align-items: center; justify-content: center; }
  .nav__burger span { width: 22px; height: 2px; background: var(--ink); transition: transform .25s var(--ease), opacity .2s ease; }
  .nav.is-menu-open .nav__burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav.is-menu-open .nav__burger span:nth-child(2) { opacity: 0; }
  .nav.is-menu-open .nav__burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav.is-menu-open .nav__links {
    display: flex; flex-direction: column;
    position: fixed; inset: 64px 0 0 0;
    background: rgba(253,243,236,.98);
    backdrop-filter: blur(20px);
    padding: 48px 28px;
    gap: 32px;
    font-size: 28px;
    font-family: 'Cormorant Garamond', serif;
  }
}

/* === Buttons === */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 28px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.005em;
  transition: transform .2s var(--ease), background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
  cursor: pointer;
}
.btn--primary { background: var(--coral); color: #fff; }
.btn--primary:hover { background: #c14860; transform: translateY(-1px); }
.btn--secondary { background: var(--ink); color: var(--invert); }
.btn--secondary:hover { background: var(--plum-2); transform: translateY(-1px); }
.btn--ghost { background: transparent; border: 1.5px solid rgba(46,28,40,.18); color: var(--ink); }
.btn--ghost:hover { border-color: var(--coral); color: var(--coral); }
.btn--ghost-light { border-color: rgba(252,227,213,.28); color: var(--invert); background: transparent; }
.btn--ghost-light:hover { border-color: var(--coral); color: var(--coral); }
.btn__arrow { display: inline-block; transition: transform .2s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(3px); }

/* === Hero === */
.hero {
  position: relative;
  min-height: calc(100vh - 0px);
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex; align-items: center;
  background: var(--cream);
  overflow: hidden;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (max-width: 1000px) {
  .hero__grid { grid-template-columns: 1fr; gap: 56px; }
  .hero__visual { max-width: 480px; margin: 0 auto; order: -1; }
}

.hero__pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.85);
  border: 1px solid var(--line);
  padding: 7px 16px 7px 7px;
  border-radius: 100px;
  font-size: 12.5px; font-weight: 500;
  margin-bottom: 36px;
  color: var(--ink-soft);
  box-shadow: var(--shadow-soft);
}
.hero__pill-tag {
  background: var(--ink); color: var(--invert);
  padding: 4px 11px; border-radius: 100px;
  font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
}
.hero__pill-dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  background: #4a6356; position: relative;
}
.hero__pill-dot::after {
  content: ""; position: absolute; inset: -3px; border-radius: 50%;
  background: #4a6356; opacity: .35; animation: pulse 2.5s ease infinite;
}
@keyframes pulse { 0%,100% { transform: scale(1); opacity: .35; } 50% { transform: scale(1.5); opacity: 0; } }

.hero__title { display: flex; flex-direction: column; gap: 0; margin: 0 0 32px; }
.hero__title span { display: block; }
.hero__title em { color: var(--coral); font-style: italic; }

.hero__sub {
  font-size: clamp(16.5px, 1.3vw, 19px);
  line-height: 1.55;
  max-width: 540px;
  margin-top: 8px;
}
.hero__sub strong { color: var(--ink); font-weight: 500; }

.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero__under-cta { font-size: 13px; color: var(--muted); margin-top: 16px; }

.hero__photo-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--peach-deep);
  box-shadow: var(--shadow);
}
.hero__photo {
  position: absolute;
  inset: 0;
  background-image: url('/assets/img/hero-bossbabe.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transition: transform 1.2s var(--ease);
}
.hero__photo-wrap:hover .hero__photo { transform: scale(1.04); }

.hero__chip {
  position: absolute;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: var(--shadow-soft);
  font-size: 13px;
  display: flex; align-items: center; gap: 10px;
  border: 1px solid rgba(46,28,40,.04);
  z-index: 3;
}
.hero__chip-icon { width: 32px; height: 32px; border-radius: 9px; display: flex; align-items: center; justify-content: center; background: var(--peach); color: var(--coral); flex-shrink: 0; }
.hero__chip-label { color: var(--muted); font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em; display: block; margin-bottom: 2px; }
.hero__chip-value { color: var(--ink); font-weight: 600; font-size: 13.5px; }
.hero__chip--single { bottom: -16px; right: -8px; }
@media (max-width: 600px) { .hero__chip--single { right: 12px; } }

/* === Problem === */
.problem__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 980px) { .problem__grid { grid-template-columns: 1fr; gap: 48px; } }

.problem__photo-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1/1;
  box-shadow: var(--shadow);
  background: var(--peach-deep);
}
.problem__photo {
  position: absolute;
  inset: 0;
  background-image: url('/assets/img/problem-overwhelmed.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.problem__content h2 em { color: var(--coral); font-style: italic; }
.problem__content > p { font-size: 18px; margin-top: 24px; max-width: 520px; }

.problem__quote {
  margin-top: 40px;
  padding: 28px 32px;
  background: var(--cream);
  border-left: 3px solid var(--coral);
  border-radius: 6px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.45;
  color: var(--ink);
}
.problem__quote cite {
  display: block; margin-top: 14px;
  font-style: normal; font-family: 'Inter', sans-serif;
  font-size: 13px; color: var(--muted);
  letter-spacing: 0.02em;
}

/* === Modules === */
.modules__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 56px;
}
@media (max-width: 800px) { .modules__grid { grid-template-columns: 1fr; gap: 20px; } }

.module {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 40px 36px;
  transition: transform .25s var(--ease), border-color .25s ease;
  display: flex; flex-direction: column;
}
.module:hover { transform: translateY(-3px); border-color: rgba(232,90,114,.25); }
.module__num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 28px;
  font-weight: 500;
  color: var(--coral);
  margin-bottom: 16px;
  line-height: 1;
}
.module h3 { margin-bottom: 14px; }
.module p { font-size: 15.5px; line-height: 1.55; flex: 1; margin-bottom: 22px; }
.module__benefits { display: flex; gap: 8px; flex-wrap: wrap; padding-top: 18px; border-top: 1px solid var(--line); }
.benefit-pill {
  font-size: 11.5px; font-weight: 600;
  padding: 5px 11px; border-radius: 100px;
  text-transform: uppercase; letter-spacing: .06em;
  background: var(--peach);
  color: var(--coral);
}
.benefit-pill--good { background: rgba(74,99,86,.1); color: #4a6356; }

/* === Live Preview (split: photo + chat card) === */
.preview-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 56px;
}
@media (max-width: 880px) { .preview-split { grid-template-columns: 1fr; gap: 32px; } }

.preview-split__photo {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow);
  background: var(--peach-deep);
  position: relative;
}
.preview-split__photo-img {
  position: absolute; inset: 0;
  background-image: url('/assets/img/solution-incontrol.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 1.2s var(--ease);
}
.preview-split__photo:hover .preview-split__photo-img { transform: scale(1.04); }

.chat-card {
  background: #fff;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  padding: 24px;
  box-shadow: var(--shadow);
  display: flex; flex-direction: column;
}
.chat-card__head {
  display: flex; align-items: center; gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 16px;
}
.chat-card__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--coral); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.chat-card__name { font-size: 14px; font-weight: 600; color: var(--ink); }
.chat-card__name em { font-style: italic; color: var(--coral); font-weight: 500; }
.chat-card__sub { font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.chat-card__dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #4a6356; box-shadow: 0 0 0 3px rgba(74,99,86,.18); }

.chat-card__body {
  display: flex; flex-direction: column; gap: 8px;
  padding: 8px 0 16px;
  min-height: 240px;
}

.chat-card__foot {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.chat-card__stat {
  background: var(--peach);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex; flex-direction: column; gap: 2px;
}
.chat-card__stat-num {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 22px; font-weight: 600; color: var(--coral);
  line-height: 1;
}
.chat-card__stat-label {
  font-size: 11px; color: var(--muted);
  text-transform: uppercase; letter-spacing: .08em;
}

/* legacy (kept compat for browser mockup if reused) */
.preview { position: relative; margin-top: 64px; perspective: 2000px; }
.preview__browser {
  background: #fff; border-radius: 14px;
  box-shadow: var(--shadow);
  overflow: hidden;
  max-width: 920px; margin: 0 auto;
  border: 1px solid var(--line);
}
.preview__bar { background: var(--peach); padding: 10px 16px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.preview__dots { display: flex; gap: 6px; }
.preview__dot { width: 11px; height: 11px; border-radius: 50%; }
.preview__dot:nth-child(1) { background: var(--coral); } .preview__dot:nth-child(2) { background: #f5c451; } .preview__dot:nth-child(3) { background: #4a6356; }
.preview__url { flex: 1; background: #fff; padding: 6px 14px; border-radius: 6px; font-size: 12px; color: var(--muted); font-family: 'JetBrains Mono', ui-monospace, monospace; border: 1px solid var(--line); }
.preview__body { padding: 32px; min-height: 380px; }

.dash { display: grid; grid-template-columns: 220px 1fr; gap: 28px; }
.dash__nav { display: flex; flex-direction: column; gap: 4px; padding-right: 18px; border-right: 1px solid var(--line); }
.dash__nav-item { padding: 9px 12px; border-radius: 8px; font-size: 13px; color: var(--ink-soft); display: flex; align-items: center; gap: 10px; }
.dash__nav-item.is-active { background: var(--peach); color: var(--ink); font-weight: 500; }
.dash__nav-icon { width: 16px; height: 16px; color: var(--coral); }
.dash__main h4 { margin-bottom: 18px; }
.dash__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 24px; }
.dash__stat { background: var(--peach); padding: 16px; border-radius: 10px; }
.dash__stat-label { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 4px; }
.dash__stat-val { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 28px; font-weight: 500; color: var(--ink); line-height: 1; }
.dash__stat-trend { font-size: 11px; color: #4a6356; margin-top: 4px; }
.dash__chat { background: var(--cream); padding: 16px; border-radius: 10px; display: flex; flex-direction: column; gap: 8px; border: 1px solid var(--line); }
.bubble { padding: 8px 12px; border-radius: 12px; font-size: 13px; max-width: 80%; line-height: 1.4; }
.bubble--in { background: #fff; border: 1px solid var(--line); align-self: flex-start; border-bottom-left-radius: 2px; }
.bubble--out { background: var(--coral); color: #fff; align-self: flex-end; border-bottom-right-radius: 2px; }
.bubble--bot { background: var(--ink); color: var(--invert); align-self: flex-start; border-bottom-left-radius: 2px; }
.bubble--bot::before { content: "✦ Encantada — "; font-size: 10px; color: var(--coral-soft); display: block; margin-bottom: 2px; }
.dash__typing { display: inline-flex; gap: 3px; align-self: flex-start; padding: 8px 14px; background: #fff; border-radius: 12px; border: 1px solid var(--line); }
.dash__typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--muted); animation: bop 1s ease infinite; }
.dash__typing span:nth-child(2) { animation-delay: .15s; } .dash__typing span:nth-child(3) { animation-delay: .3s; }
@keyframes bop { 0%,100% { transform: translateY(0); opacity: .4; } 50% { transform: translateY(-4px); opacity: 1; } }
@media (max-width: 700px) { .dash { grid-template-columns: 1fr; } .dash__nav { display: none; } .dash__stats { grid-template-columns: 1fr 1fr; } }

/* === COMBO Math (simplified) === */
.combo { position: relative; }
.combo__tabs {
  display: flex; gap: 8px; justify-content: center;
  margin-bottom: 48px; flex-wrap: wrap;
  padding: 6px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line-dark);
  border-radius: 100px;
  max-width: max-content; margin-left: auto; margin-right: auto;
}
.combo__tab {
  padding: 11px 22px; border-radius: 100px;
  font-size: 14px; font-weight: 500;
  color: rgba(252,227,213,.6);
  transition: background .2s ease, color .2s ease;
  display: inline-flex; align-items: center; gap: 8px;
}
.combo__tab:hover { color: var(--invert); }
.combo__tab.is-active { background: var(--coral); color: #fff; }
.combo__tab-badge {
  background: rgba(255,255,255,.22); color: #fff;
  padding: 3px 8px; border-radius: 100px;
  font-size: 9.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}

.combo__scene {
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line-dark);
  border-radius: var(--r-lg);
  padding: 48px;
  position: relative;
}
@media (max-width: 700px) { .combo__scene { padding: 28px 22px; } }

.combo__journey {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 14px; align-items: stretch;
  margin-bottom: 36px;
}
@media (max-width: 880px) { .combo__journey { grid-template-columns: 1fr; gap: 12px; } .combo__arrow { display: none; } }
.combo__step {
  background: rgba(255,255,255,.05);
  border-radius: var(--r);
  padding: 22px 18px;
  text-align: center;
  border: 1px solid var(--line-dark);
}
.combo__step--3 { background: rgba(74,99,86,.18); border-color: rgba(74,99,86,.35); }
.combo__step-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 500;
  font-size: 32px; color: var(--coral);
  line-height: 1; margin-bottom: 10px;
}
.combo__step--3 .combo__step-num { color: #8fc3a3; }
.combo__step-label { font-size: 14px; font-weight: 600; color: var(--invert); margin-bottom: 6px; }
.combo__step-channel { font-size: 12.5px; color: rgba(252,227,213,.7); line-height: 1.4; }
.combo__step-channel--good { color: #8fc3a3; font-weight: 600; }
.combo__arrow { font-family: 'Cormorant Garamond', serif; font-size: 32px; color: var(--coral-soft); align-self: center; }

.combo__year { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 28px; }
@media (max-width: 800px) { .combo__year { grid-template-columns: 1fr; } }
.combo__year-card {
  background: rgba(255,255,255,.04);
  padding: 22px;
  border-radius: var(--r);
  border: 1px solid var(--line-dark);
  display: flex; flex-direction: column; gap: 4px;
}
.combo__year-card--feat { background: rgba(232,90,114,.12); border-color: rgba(232,90,114,.3); }
.combo__year-label { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 600; color: rgba(252,227,213,.6); }
.combo__year-card--feat .combo__year-label { color: var(--coral-soft); }
.combo__year-num { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 36px; font-weight: 500; color: var(--invert); line-height: 1; }
.combo__year-card--feat .combo__year-num { color: var(--coral); }
.combo__year-detail { font-size: 12px; color: rgba(252,227,213,.6); }

.combo__takeaway {
  background: rgba(232,90,114,.1);
  border-left: 3px solid var(--coral);
  border-radius: 6px;
  padding: 18px 24px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  line-height: 1.5;
  color: var(--invert);
}
.combo__takeaway strong { color: var(--coral); font-style: italic; font-weight: 500; }
.combo__takeaway em { color: var(--invert); font-style: italic; }

.combo__cta { text-align: center; margin-top: 40px; }
.combo__disclaimer {
  font-size: 11.5px; color: rgba(252,227,213,.45);
  line-height: 1.5; margin: 32px auto 0;
  max-width: 820px; text-align: center;
}
.combo__disclaimer sup { color: var(--coral-soft); font-weight: 600; }

/* === Pricing === */
.pricing__intro { text-align: center; max-width: 580px; margin: 0 auto 48px; }
.pricing__intro p { font-size: 17px; }
.pricing__launch-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink); color: var(--invert);
  padding: 8px 18px; border-radius: 100px;
  font-size: 12.5px; font-weight: 500;
  margin-bottom: 16px;
}
.pricing__launch-pill strong { color: var(--coral-soft); font-weight: 600; }

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 980px) {
  .pricing__grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
}
.tier {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 40px 32px;
  display: flex; flex-direction: column;
  transition: transform .25s var(--ease), border-color .25s ease;
  position: relative;
}
.tier:hover { transform: translateY(-3px); }
.tier--feat {
  background: var(--ink);
  color: var(--invert);
  border: none;
}
.tier--feat h3 { color: var(--invert); }
.tier__name {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em;
  color: var(--muted); margin-bottom: 14px;
}
.tier--feat .tier__name { color: var(--coral-soft); }
.tier h3 { font-size: 1.5rem; margin-bottom: 10px; font-family: 'Cormorant Garamond', serif; font-weight: 500; font-style: italic; }
.tier__sub { font-size: 13.5px; margin-bottom: 28px; color: var(--ink-soft); }
.tier--feat .tier__sub { color: rgba(252,227,213,.65); }

.tier__price-wrap { margin-bottom: 28px; }
.tier__founder-label {
  display: inline-block;
  background: var(--coral); color: #fff;
  padding: 4px 10px; border-radius: 100px;
  font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 10px;
}
.tier__price {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 56px; font-weight: 500;
  color: var(--ink); line-height: 1;
}
.tier--feat .tier__price { color: var(--coral); }
.tier__price small { font-size: 18px; font-weight: 500; color: var(--muted); font-style: normal; }
.tier--feat .tier__price small { color: rgba(252,227,213,.5); }
.tier__regular {
  font-size: 12.5px; color: var(--muted); margin-top: 8px;
  display: block;
}
.tier--feat .tier__regular { color: rgba(252,227,213,.5); }
.tier__regular strong { color: var(--ink); font-weight: 500; }
.tier--feat .tier__regular strong { color: var(--invert); }

.tier__savings {
  background: rgba(74,99,86,.08);
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 24px;
  font-size: 13px;
  display: flex; align-items: center; gap: 8px;
}
.tier__savings strong {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 16px; font-weight: 600; color: #4a6356;
}
.tier--feat .tier__savings { background: rgba(143,195,163,.15); color: var(--invert); }
.tier--feat .tier__savings strong { color: #8fc3a3; }

.tier__feats { list-style: none; padding: 0; margin: 0 0 32px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.tier__feat { font-size: 14.5px; display: flex; gap: 10px; align-items: flex-start; line-height: 1.45; }
.tier__feat::before { content: "✓"; color: var(--coral); font-weight: 700; flex-shrink: 0; }
.tier--feat .tier__feat { color: rgba(252,227,213,.85); }
.tier__feat em { color: var(--coral); font-style: italic; }

.tier .btn { justify-content: center; width: 100%; }

.pricing__guarantees {
  display: flex; flex-wrap: wrap; gap: 28px;
  justify-content: center;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
  font-size: 13.5px;
}
.pricing__guarantee {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--ink-soft);
}
.pricing__guarantee::before { content: "✓"; color: var(--coral); font-weight: 700; }

/* === Founder + Trust merged === */
.founder {
  display: grid;
  grid-template-columns: .85fr 1.1fr;
  gap: 72px;
  align-items: center;
  max-width: 1080px; margin: 0 auto 80px;
}
@media (max-width: 880px) { .founder { grid-template-columns: 1fr; gap: 40px; margin-bottom: 56px; } }

.founder__photo-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow);
  background: var(--peach-deep);
  max-width: 380px;
}
.founder__photo { width: 100%; height: 100%; object-fit: cover; }
.founder__sticker {
  position: absolute; bottom: 20px; left: -14px;
  background: var(--coral); color: #fff;
  padding: 8px 18px; border-radius: 100px;
  font-family: 'Caveat', cursive;
  font-size: 22px;
  transform: rotate(-6deg);
  box-shadow: 0 6px 16px -4px rgba(232,90,114,.45);
}
.founder__content h2 { margin: 18px 0 24px; }
.founder__content h2 em { color: var(--coral); font-style: italic; }
.founder__content p { font-size: 16.5px; line-height: 1.65; }
.founder__sig { margin-top: 32px; display: flex; flex-direction: column; gap: 4px; }
.founder__sig-text { font-size: 14px; color: var(--muted); }
.founder__sig-name { font-family: 'Caveat', cursive; font-size: 36px; color: var(--coral); line-height: 1; }

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 56px;
  border-top: 1px solid var(--line);
}
@media (max-width: 800px) { .trust-row { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
@media (max-width: 480px) { .trust-row { grid-template-columns: 1fr; } }
.trust-item {
  text-align: left;
}
.trust-item__icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--peach);
  color: var(--coral);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.trust-item h4 { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px; margin-bottom: 6px; }
.trust-item p { font-size: 13px; line-height: 1.5; margin: 0; color: var(--ink-soft); }

/* === FAQ === */
.faq { max-width: 760px; margin: 56px auto 0; }
.faq__item { border-bottom: 1px solid var(--line-dark); padding: 24px 0; }
.faq__q {
  display: flex; justify-content: space-between; align-items: center;
  width: 100%; text-align: left;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem; font-weight: 500; font-style: italic;
  color: var(--invert);
  cursor: pointer; padding: 0;
}
.faq__q em { color: var(--coral); }
.faq__icon { width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid rgba(252,227,213,.3); display: flex; align-items: center; justify-content: center; font-size: 18px; transition: transform .25s var(--ease), background .25s ease; flex-shrink: 0; margin-left: 16px; font-style: normal; }
.faq__item.is-open .faq__icon { transform: rotate(45deg); background: var(--coral); border-color: var(--coral); color: #fff; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease), padding .25s ease; font-size: 15px; color: rgba(252,227,213,.78); line-height: 1.6; padding-right: 46px; }
.faq__a em { color: var(--coral); font-style: italic; }
.faq__item.is-open .faq__a { max-height: 500px; padding-top: 16px; }

/* === Final CTA === */
.cta-block {
  background: var(--ink);
  color: var(--invert);
  border-radius: var(--r-lg);
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 460px;
}
@media (max-width: 880px) { .cta-block { grid-template-columns: 1fr; } .cta-block__bg { display: none; } }
.cta-block__bg { position: relative; overflow: hidden; }
.cta-block__bg-img {
  position: absolute; inset: 0;
  background-image: url('/assets/img/cta-ceoenergy.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-block__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 50%, var(--ink)); }
.cta-block__content {
  padding: clamp(40px, 6vw, 72px) clamp(32px, 6vw, 56px);
  display: flex; flex-direction: column; justify-content: center;
  position: relative; z-index: 1;
}
.cta-block h2 { color: var(--invert); margin-bottom: 16px; max-width: 520px; }
.cta-block h2 em { color: var(--coral); font-style: italic; }
.cta-block p { color: rgba(252,227,213,.78); max-width: 480px; margin: 0 0 32px; font-size: 16px; }
.cta-block__buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.cta-block__alt { margin-top: 24px; font-size: 13px; color: rgba(252,227,213,.55); }
.cta-block__alt a { color: var(--coral-soft); text-decoration: underline; }

/* === Footer === */
.footer { background: var(--ink); color: var(--invert); padding: 72px 0 32px; border-top: 1px solid var(--line-dark); }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
@media (max-width: 800px) { .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 500px) { .footer__grid { grid-template-columns: 1fr; } }
.footer__about { font-size: 13.5px; color: rgba(252,227,213,.65); margin: 16px 0; max-width: 320px; line-height: 1.6; }
.footer__col h5 { font-family: 'Inter', sans-serif; text-transform: uppercase; font-size: 11px; letter-spacing: .15em; color: var(--coral-soft); margin-bottom: 18px; font-weight: 600; }
.footer__col ul { list-style: none; padding: 0; margin: 0; }
.footer__col li { margin-bottom: 10px; }
.footer__col a { color: rgba(252,227,213,.65); font-size: 14px; transition: color .15s ease; }
.footer__col a:hover { color: var(--coral); }
.footer__bottom { padding-top: 24px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(252,227,213,.45); flex-wrap: wrap; gap: 12px; }

/* === Reveal === */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay-1 { transition-delay: .1s; }
.reveal--delay-2 { transition-delay: .2s; }
.reveal--delay-3 { transition-delay: .3s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
