:root {
  --teal-950: #032f33;
  --teal-900: #06454a;
  --teal-800: #075e63;
  --teal-700: #08777b;
  --teal-500: #11a49e;
  --teal-100: #dff7f3;
  --teal-50: #f0fbf9;
  --coral-600: #df4f4c;
  --coral-500: #f2645c;
  --coral-100: #fff0ed;
  --yellow-500: #f7bd3a;
  --yellow-100: #fff4c8;
  --ink: #153a3d;
  --muted: #5d7475;
  --line: rgba(4, 79, 84, 0.13);
  --cream: #fffaf0;
  --shadow: 0 24px 60px rgba(3, 47, 51, 0.13);
  --shadow-soft: 0 12px 34px rgba(3, 47, 51, 0.08);
  --radius-lg: 28px;
  --radius-md: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin: 0; color: var(--teal-950); line-height: 1.15; letter-spacing: -0.035em; }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); }
h3 { font-size: 1.16rem; }
p { margin: 0 0 1rem; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 10px 14px; border-radius: 10px; color: #fff; background: var(--teal-950); }
.skip-link:focus { top: 16px; }
.demo-bar {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 6px 18px;
  color: var(--teal-950);
  background: var(--yellow-500);
  font-size: .78rem;
  letter-spacing: .02em;
  text-align: center;
}
.demo-bar strong { font-size: .72rem; letter-spacing: .11em; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(3,47,51,.94);
  backdrop-filter: blur(14px);
}
.header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; color: #fff; }
.brand img { width: 48px; height: 48px; border-radius: 50%; background: #fff; object-fit: contain; }
.brand span { display: grid; line-height: 1.2; }
.brand strong { font-size: .95rem; letter-spacing: .035em; }
.brand small { margin-top: 3px; color: #a9d8d5; font-size: .7rem; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { color: #d9eeee; font-size: .86rem; font-weight: 700; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--yellow-500); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--coral-500), #e84c5d);
  box-shadow: 0 13px 28px rgba(226,79,76,.23);
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(226,79,76,.28); }
.button--small { min-height: 42px; padding: 9px 16px; border-radius: 11px; font-size: .8rem; }
.button--ghost { border: 1px solid rgba(255,255,255,.3); color: #fff; background: rgba(255,255,255,.07); box-shadow: none; }
.eyebrow { margin: 0 0 12px; color: var(--coral-600); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow--light { color: var(--yellow-500); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 104px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(255,255,255,.035) 0 1px, transparent 1px 54px),
    linear-gradient(155deg, var(--teal-950), var(--teal-800));
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb--one { width: 420px; height: 420px; right: -180px; top: -190px; background: rgba(247,189,58,.18); }
.hero-orb--two { width: 340px; height: 340px; left: -220px; bottom: -200px; background: rgba(242,100,92,.2); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 72px; }
.hero-copy h1 { color: #fff; font-size: clamp(3rem, 5.5vw, 5.55rem); line-height: 1.02; letter-spacing: -.055em; }
.hero-copy h1 span { display: block; color: #fff; }
.hero-copy h1 em { display: block; margin-top: 10px; color: var(--yellow-500); font-style: normal; font-size: .66em; line-height: 1.14; letter-spacing: -.025em; }
.hero-lead { max-width: 700px; margin: 24px 0; color: #d4e7e5; font-size: 1.05rem; line-height: 1.75; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 26px; }
.hero-benefits span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #e6f4f3; background: rgba(255,255,255,.07); font-size: .78rem; font-weight: 750; }
.hero-benefits b { color: var(--yellow-500); font-size: .68rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-note { max-width: 680px; margin: 24px 0 0; padding-left: 16px; border-left: 4px solid var(--yellow-500); color: #cce0de; font-size: .88rem; }
.hero-media { overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 32px; background: rgba(255,255,255,.08); box-shadow: 0 34px 70px rgba(0,0,0,.24); transform: rotate(1.5deg); }
.hero-media img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.hero-media figcaption { display: grid; gap: 4px; padding: 20px 22px; }
.hero-media figcaption strong { color: var(--yellow-500); font-size: .8rem; letter-spacing: .1em; }
.hero-media figcaption span { color: #d7e8e6; font-size: .85rem; }

.belief-section { padding: 70px 0; background: var(--cream); }
.belief-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.belief-quote { position: relative; padding-left: 56px; }
.belief-quote > span { position: absolute; left: 0; top: -22px; color: var(--coral-500); font-family: Georgia, serif; font-size: 6.5rem; line-height: 1; }
.belief-quote h2 { font-size: clamp(1.9rem,3vw,2.85rem); }
.belief-copy p { color: var(--muted); }
.belief-copy p:last-child { margin-bottom: 0; }
.belief-copy strong { color: var(--teal-800); }

.section-heading { margin-bottom: 42px; }
.section-heading--center { max-width: 820px; margin-inline: auto; text-align: center; }
.section-heading--center > p:last-child { max-width: 700px; margin: 16px auto 0; color: var(--muted); }
.section-heading--split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 80px; }
.section-heading--split > p { margin: 0; color: var(--muted); }

.problem-section { background: var(--teal-50); }
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.problem-grid article { position: relative; overflow: hidden; padding: 28px 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-soft); }
.problem-grid article > b { position: absolute; right: 14px; top: 4px; color: rgba(8,119,123,.07); font-size: 4.8rem; line-height: 1; }
.problem-grid article > span { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 18px; border-radius: 15px; background: var(--coral-100); font-size: 1.45rem; }
.problem-grid h3, .result-grid h3 { margin-bottom: 9px; }
.problem-grid p, .result-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.result-section { color: #fff; background: var(--teal-950); }
.result-section h2, .result-section h3 { color: #fff; }
.result-section .section-heading--split > p { color: #b7d3d1; }
.result-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.result-grid article { padding: 28px 24px; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-md); background: rgba(255,255,255,.055); }
.result-grid article > b { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 18px; border-radius: 11px; color: var(--teal-950); background: var(--yellow-500); font-size: .76rem; }
.result-grid p { color: #b9d2d0; }

.visual-story-section { background: linear-gradient(180deg,#fff,var(--cream)); }
.visual-story-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.visual-story-grid figure { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); }
.visual-story-grid img { display: block; width: 100%; height: 320px; object-fit: cover; }
.visual-story-grid figure:first-child img { object-position: center; }
.visual-story-grid figcaption { display: grid; gap: 5px; padding: 18px 20px 21px; }
.visual-story-grid figcaption strong { color: var(--coral-600); font-size: .72rem; letter-spacing: .1em; }
.visual-story-grid figcaption span { color: var(--muted); font-size: .85rem; line-height: 1.6; }

.distinction-section { background: #fff; }
.distinction-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 78px; }
.distinction-grid > div:first-child > p { color: var(--muted); }
.distinction-grid > div:first-child > p strong { color: var(--teal-800); }
.path-card { padding: 34px; border-radius: var(--radius-lg); background: linear-gradient(145deg,var(--coral-100),var(--yellow-100)); box-shadow: var(--shadow-soft); }
.path-card > small { color: var(--coral-600); font-size: .73rem; font-weight: 900; letter-spacing: .13em; }
.path-card ol { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.path-card li { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 14px; padding: 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 15px; background: rgba(255,255,255,.72); }
.path-card li > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: #fff; background: var(--teal-800); font-size: .76rem; font-weight: 900; }
.path-card strong { color: var(--teal-950); }
.path-card p { margin: 2px 0 0; color: var(--muted); font-size: .82rem; }

.two-level-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.level-card { position: relative; overflow: hidden; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.level-card::before { content: ""; position: absolute; width: 180px; height: 180px; right: -70px; top: -80px; border-radius: 50%; background: rgba(255,255,255,.22); }
.level-card--one { background: linear-gradient(145deg,var(--teal-100),#fff); }
.level-card--two { background: linear-gradient(145deg,var(--yellow-100),#fff8df); }
.level-card small { color: var(--coral-600); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.level-card h3 { margin-top: 12px; font-size: clamp(2rem,4vw,3.5rem); }
.level-promise { min-height: 58px; color: var(--muted); font-weight: 650; }
.level-formula { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 23px 0; padding: 15px 16px; border-radius: 14px; color: #fff; background: var(--teal-900); font-size: .82rem; }
.level-formula span { color: var(--yellow-500); }
.level-card ul { margin: 0; padding-left: 20px; color: var(--muted); }
.level-card li + li { margin-top: 7px; }
.system-ladder { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 30px; padding: 14px; border-radius: 20px; background: var(--teal-950); }
.system-ladder > span { display: grid; gap: 3px; padding: 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; color: #b9d2d0; background: rgba(255,255,255,.04); }
.system-ladder b { color: var(--yellow-500); font-size: .7rem; }
.system-ladder strong { color: #fff; }
.system-ladder small { font-size: .68rem; }
.system-ladder .is-active { color: var(--teal-950); background: var(--yellow-500); }
.system-ladder .is-active b, .system-ladder .is-active strong { color: var(--teal-950); }

.level-heading { display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 28px; margin-bottom: 34px; }
.level-heading > span { display: grid; aspect-ratio: 1; place-items: center; border-radius: 30px; color: #fff; background: var(--teal-800); box-shadow: var(--shadow-soft); font-size: 1.1rem; font-weight: 900; letter-spacing: .05em; }
.level-heading h2 { font-size: clamp(1.8rem,3vw,3rem); }
.level-heading--two > span { color: var(--teal-950); background: var(--yellow-500); }
.journey-section--level2 { padding-top: 82px; background: linear-gradient(180deg,var(--teal-50),#fff); }
.journey-section--level2 .journey-grid article > span { color: var(--coral-600); background: var(--coral-100); }
.journey-section--level2 .journey-grid .journey-card--final > span { color: #fff; background: var(--coral-500); }

.journey-section { background: linear-gradient(180deg,var(--cream),#fff); }
.journey-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.journey-grid article { display: grid; grid-template-columns: 86px 54px 1fr; grid-template-rows: auto auto; align-items: center; gap: 3px 16px; padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 22px rgba(3,47,51,.05); }
.journey-grid article > span { grid-row: 1/3; align-self: stretch; display: grid; place-items: center; border-radius: 13px; color: var(--teal-800); background: var(--teal-100); font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-align: center; }
.journey-grid article > div { grid-row: 1/3; font-size: 1.55rem; text-align: center; }
.journey-grid h3 { align-self: end; font-size: 1rem; }
.journey-grid p { align-self: start; margin: 3px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.journey-grid .journey-card--final { border-color: rgba(242,100,92,.35); background: var(--coral-100); }
.journey-grid .journey-card--final > span { color: #fff; background: var(--coral-500); }

.method-section { color: #fff; background: linear-gradient(145deg,var(--teal-900),var(--teal-700)); }
.method-section h2, .method-section h3 { color: #fff; }
.method-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 70px; }
.method-copy > p:not(.eyebrow) { color: #c3dcda; }
.method-ratio { display: grid; grid-template-columns: auto auto 1fr auto auto; align-items: center; gap: 9px; margin-top: 28px; }
.method-ratio strong { color: var(--yellow-500); font-size: 2.25rem; line-height: 1; }
.method-ratio span { color: #d4e8e6; font-size: .82rem; font-weight: 700; }
.method-ratio i { height: 1px; background: rgba(255,255,255,.25); }
.method-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.method-list article { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.065); }
.method-list article > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; color: var(--teal-950); background: var(--yellow-500); font-size: .73rem; font-weight: 900; }
.method-list h3 { font-size: 1rem; }
.method-list p { margin: 5px 0 0; color: #c4dcda; font-size: .82rem; }

.evidence-section { background: var(--teal-50); }
.evidence-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; gap: 22px; }
.practice-format-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: -8px 0 28px; }
.practice-format-list span { padding: 9px 13px; border: 1px solid rgba(8,119,123,.18); border-radius: 999px; color: var(--teal-800); background: #fff; font-size: .7rem; font-weight: 900; letter-spacing: .07em; }
.video-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; max-width: 980px; margin-inline: auto; }
.video-card { overflow: hidden; margin: 0; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.video-card video { display: block; width: 100%; aspect-ratio: 9/16; object-fit: contain; background: var(--teal-950); }
.video-card figcaption { display: grid; gap: 3px; padding: 16px 20px 20px; }
.video-card figcaption span { color: var(--muted); font-size: .8rem; }
.evidence-points { display: grid; gap: 12px; }
.evidence-points article { padding: 22px 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.evidence-points b { color: var(--coral-600); font-size: .68rem; letter-spacing: .12em; }
.evidence-points h3 { margin-top: 7px; }
.evidence-points p { margin: 6px 0 0; color: var(--muted); font-size: .84rem; }

.recognition-section { background: #fff; }
.recognition-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.recognition-grid article { padding: 27px 23px; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(160deg,#fff,var(--teal-50)); box-shadow: var(--shadow-soft); }
.recognition-grid article > span { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 18px; border-radius: 16px; background: var(--yellow-100); font-size: 1.55rem; }
.recognition-grid p { margin: 8px 0 0; color: var(--muted); font-size: .88rem; }

.feedback-section { background: var(--teal-50); }
.demo-warning { padding: 16px 18px; border: 1px solid rgba(223,79,76,.2); border-radius: 15px; color: var(--muted); background: var(--coral-100); font-size: .85rem; }
.demo-warning strong { color: var(--coral-600); }
.feedback-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.message-card { position: relative; margin: 0; padding: 24px; border: 1px solid rgba(8,119,123,.15); border-radius: 22px 22px 22px 7px; background: #fff; box-shadow: var(--shadow-soft); }
.message-card::after { content: ""; position: absolute; left: -1px; bottom: -12px; border-top: 18px solid #fff; border-right: 18px solid transparent; filter: drop-shadow(-1px 1px 0 rgba(8,119,123,.12)); }
.message-head { display: flex; align-items: center; gap: 12px; }
.message-head > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50%; color: #fff; background: var(--teal-700); font-size: .75rem; font-weight: 900; }
.message-head > div { display: grid; line-height: 1.35; }
.message-head small { color: var(--muted); font-size: .7rem; }
.message-card > p { margin: 18px 0; color: var(--ink); font-size: .94rem; line-height: 1.75; }
.message-card > em { color: var(--coral-600); font-size: .67rem; font-style: normal; font-weight: 900; letter-spacing: .1em; }

.pricing-section { color: #fff; background: linear-gradient(145deg,var(--teal-950),var(--teal-800)); }
.pricing-section h2 { color: #fff; }
.pricing-section .section-heading--center > p:last-child { color: #bdd6d4; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; gap: 18px; }
.price-card { position: relative; padding: 31px 26px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; color: var(--ink); background: #fff; box-shadow: 0 24px 55px rgba(0,0,0,.16); }
.price-card > small { color: var(--coral-600); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.price-card h3 { margin-top: 7px; font-size: 1.8rem; }
.price-name { min-height: 52px; margin: 4px 0 20px; color: var(--muted); font-weight: 700; }
.price-old { color: var(--muted); font-size: .82rem; }
.price-current { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; margin: 4px 0 22px; }
.price-current strong { color: var(--coral-600); font-size: clamp(2rem,3vw,2.75rem); line-height: 1; letter-spacing: -.045em; }
.price-current span { color: var(--muted); font-size: .78rem; font-weight: 750; }
.price-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 25px; color: var(--muted); font-size: .84rem; }
.price-card li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: #fff; background: var(--teal-700); font-size: .62rem; font-weight: 900; }
.price-card--featured { border: 3px solid var(--yellow-500); transform: translateY(-10px); background: linear-gradient(160deg,#fff,#fff8df); }
.popular-tag { position: absolute; right: 18px; top: -15px; padding: 7px 11px; border-radius: 999px; color: var(--teal-950); background: var(--yellow-500); font-size: .64rem; font-weight: 950; letter-spacing: .08em; }
.price-saving { display: inline-block; margin-bottom: 8px; padding: 7px 10px; border-radius: 10px; color: var(--teal-800); background: var(--teal-100); font-size: .72rem; font-weight: 850; }
.pricing-action { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 36px; }
.pricing-action p { max-width: 560px; margin: 0; color: #c7dcda; font-size: .88rem; }
.pricing-action .button { min-width: 320px; }

.fit-section { background: #fff; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 68px; }
.fit-image { overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); transform: rotate(-1deg); }
.fit-image img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.fit-copy ul { display: grid; gap: 14px; margin: 25px 0 0; padding: 0; list-style: none; }
.fit-copy li { position: relative; padding: 15px 18px 15px 50px; border-radius: 14px; color: var(--muted); background: var(--teal-50); }
.fit-copy li::before { content: "✓"; position: absolute; left: 16px; top: 14px; display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; color: #fff; background: var(--teal-700); font-size: .72rem; font-weight: 900; }

.info-section { background: var(--cream); }
.info-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; padding: 48px; border-radius: 36px; color: #fff; background: linear-gradient(145deg,var(--teal-950),var(--teal-800)); box-shadow: var(--shadow); }
.info-copy h2 { color: #fff; }
.info-copy > p:not(.eyebrow) { color: #c3dcda; }
.info-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
.info-list span { display: grid; gap: 4px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.06); }
.info-list small { color: #9cc5c2; font-size: .65rem; font-weight: 850; letter-spacing: .08em; }
.info-list strong { color: var(--yellow-500); font-size: .9rem; }
.contact-card { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; border-radius: 25px; color: var(--ink); background: #fff; text-align: center; }
.contact-card img { width: 82px; height: 82px; border-radius: 50%; object-fit: contain; }
.contact-card h3 { margin: 15px 0 8px; font-size: 1.4rem; }
.contact-card p { color: var(--muted); font-size: .88rem; }
.contact-card .button { width: 100%; margin-top: 5px; }
.text-link { margin-top: 13px; color: var(--teal-800); font-size: .86rem; font-weight: 800; text-decoration: underline; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 80px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.faq-list summary { padding: 18px 50px 18px 20px; color: var(--teal-950); font-weight: 800; cursor: pointer; }
.faq-list details p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: .88rem; }

footer { padding: 52px 0 20px; color: #c3dcda; background: var(--teal-950); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .58fr .72fr 1fr; gap: 34px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid small { margin-bottom: 9px; color: var(--yellow-500); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.footer-grid a { color: #e9f4f3; font-weight: 750; }
.footer-grid a + a { margin-top: 5px; }
.footer-grid p { margin: 0; font-size: .85rem; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 58px; height: 58px; border-radius: 50%; background: #fff; object-fit: contain; }
.footer-brand strong { color: #fff; letter-spacing: .04em; }
.footer-brand p { color: #9fc6c3; }
.footer-note { margin: 42px 20px 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: #83aaa7; font-size: .7rem; text-align: center; }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .hero-grid, .belief-grid, .distinction-grid, .method-grid, .fit-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 50px; }
  .hero-copy { max-width: 760px; }
  .hero-media { width: min(760px,100%); transform: none; }
  .belief-grid, .distinction-grid, .method-grid, .fit-grid, .faq-grid { gap: 40px; }
  .problem-grid, .result-grid, .recognition-grid, .visual-story-grid { grid-template-columns: repeat(2,1fr); }
  .visual-story-grid figure:first-child { grid-column: 1 / -1; }
  .video-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 700px; }
  .video-gallery .video-card:last-child { grid-column: 1 / -1; width: min(100%,340px); justify-self: center; }
  .section-heading--split, .evidence-grid { grid-template-columns: 1fr; gap: 24px; }
  .info-card { grid-template-columns: 1fr; }
  .system-ladder { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 700px) {
  body { font-size: 16px; line-height: 1.68; }
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 70px 0; }
  .demo-bar { flex-direction: column; gap: 1px; padding: 7px 12px; line-height: 1.35; }
  .site-header { top: 0; }
  .header-inner { min-height: 66px; gap: 12px; }
  .brand img { width: 42px; height: 42px; }
  .brand strong { font-size: .78rem; }
  .brand small { font-size: .62rem; }
  .header-inner > .button { display: none; }
  .hero { padding: 66px 0 74px; }
  .hero-grid { gap: 38px; }
  .hero-copy h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.5rem);
    line-height: 1.08;
    letter-spacing: -.025em;
  }
  .hero-copy h1 em {
    margin-top: 12px;
    font-size: .56em;
    line-height: 1.38;
    letter-spacing: .012em;
  }
  .hero-lead { font-size: .98rem; line-height: 1.75; }
  .hero-benefits { display: grid; grid-template-columns: 1fr; }
  .hero-benefits span { width: 100%; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-media { border-radius: 24px; }
  .belief-quote { padding-left: 40px; }
  .belief-quote > span { font-size: 5rem; }
  h2 { font-size: clamp(1.9rem, 9vw, 2.75rem); line-height: 1.17; letter-spacing: -.025em; }
  .section-heading { margin-bottom: 32px; }
  .problem-grid, .result-grid, .journey-grid, .method-list, .info-list, .recognition-grid, .feedback-grid, .pricing-grid, .visual-story-grid { grid-template-columns: 1fr; }
  .visual-story-grid figure:first-child { grid-column: auto; }
  .visual-story-grid img { height: 260px; }
  .video-gallery { grid-template-columns: 1fr; max-width: 390px; }
  .video-gallery .video-card:last-child { grid-column: auto; width: 100%; }
  .two-level-grid, .system-ladder { grid-template-columns: 1fr; }
  .level-card { padding: 28px 22px; }
  .level-promise { min-height: 0; }
  .level-heading { grid-template-columns: 74px 1fr; gap: 16px; }
  .level-heading > span { border-radius: 20px; font-size: .78rem; }
  .level-heading h2 { font-size: 1.55rem; line-height: 1.25; }
  .journey-grid article { grid-template-columns: 76px 44px 1fr; gap: 3px 10px; padding: 17px; }
  .journey-grid article > div { font-size: 1.3rem; }
  .journey-grid h3 { font-size: .94rem; }
  .journey-grid p { font-size: .8rem; }
  .path-card { padding: 24px 18px; }
  .method-ratio { grid-template-columns: auto auto; justify-content: start; }
  .method-ratio i { display: none; }
  .evidence-points { gap: 10px; }
  .info-card { width: min(100% - 20px,1160px); padding: 30px 20px; border-radius: 27px; }
  .contact-card { padding: 25px 18px; }
  .price-card--featured { transform: none; }
  .pricing-action { flex-direction: column; align-items: stretch; }
  .pricing-action .button { min-width: 0; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
