:root {
  --cream: #f5f1e8;
  --cream-deep: #ede6da;
  --paper: #fffefc;
  --ink: #1e2927;
  --muted: #66716d;
  --soft-text: #8a928e;
  --green: #214a45;
  --green-dark: #173b37;
  --green-soft: #e3efeb;
  --clay: #b76046;
  --clay-soft: #f4e4dc;
  --gold: #c7973e;
  --gold-soft: #f5e9cc;
  --blue: #3d7391;
  --blue-soft: #e6eff3;
  --line: #e3d9ca;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 60px rgba(30, 41, 39, .11);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; overflow-x: clip; background: var(--cream); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
[hidden] { display: none !important; }
main section[id], form[id] { scroll-margin-top: 92px; }
::selection { background: var(--gold-soft); color: var(--green-dark); }

.skip-link { position: fixed; top: 0; left: 1rem; z-index: 100; padding: .8rem 1rem; border-radius: 0 0 10px 10px; background: var(--paper); color: var(--ink); font-weight: 750; transform: translateY(-120%); }
.skip-link:focus { transform: translateY(0); }
*:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 30; min-height: 76px; display: flex; align-items: center; gap: 2rem; padding: .75rem max(1rem, calc((100vw - 1340px) / 2)); background: rgba(245, 241, 232, .92); border-bottom: 1px solid rgba(227, 217, 202, .72); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .7rem; flex: 0 0 auto; font-size: 1.12rem; font-weight: 820; letter-spacing: -.025em; text-decoration: none; }
.brand img { width: 44px; height: 44px; border-radius: 13px; object-fit: cover; box-shadow: 0 5px 12px rgba(22, 42, 39, .11); }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(1rem, 2.4vw, 2rem); width: 100%; }
.primary-nav a { position: relative; color: var(--muted); font-size: .88rem; font-weight: 700; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
.primary-nav a:hover, .primary-nav a[aria-current="location"] { color: var(--green); }
.primary-nav a:not(.header-cta)[aria-current="location"]::after { content: ""; position: absolute; right: 0; bottom: -.65rem; left: 0; height: 2px; border-radius: 2px; background: var(--clay); }
.primary-nav .header-cta { margin-left: .5rem; padding: .7rem 1rem; border-radius: 999px; background: var(--green); color: white; font-size: .8rem; font-weight: 800; }
.primary-nav .header-cta:hover { background: var(--green-dark); color: white; transform: translateY(-1px); }
.nav-toggle { display: none; width: 46px; height: 46px; margin-left: auto; padding: 0; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); color: var(--green); box-shadow: 0 6px 16px rgba(30, 41, 39, .07); cursor: pointer; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.nav-toggle span { position: absolute; top: 50%; left: 50%; display: block; width: 18px; height: 2px; margin: 0; border-radius: 2px; background: currentColor; transform-origin: center; transition: transform .22s ease, opacity .16s ease; }
.nav-toggle span:nth-child(1) { transform: translate(-50%, -6px); }
.nav-toggle span:nth-child(2) { transform: translate(-50%, -1px); }
.nav-toggle span:nth-child(3) { transform: translate(-50%, 4px); }

.hero { min-height: calc(100svh - 76px); max-width: 1440px; margin: 0 auto; padding: clamp(3.5rem, 7vw, 7rem) clamp(1.25rem, 7vw, 7rem); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.hero-copy { position: relative; z-index: 2; max-width: 730px; }
.eyebrow { margin: 0 0 1.4rem; color: var(--clay); font-size: .76rem; font-weight: 850; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-light { color: #e4bd73; }
.hero h1, .section-heading h2, .speaking-copy h2, .personal-copy h2, .practical-copy h2, .cta-section h2, .legal-hero h1 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.055em; }
.hero h1 { max-width: 760px; font-size: clamp(4rem, 7.6vw, 7.3rem); line-height: .91; }
h1 em, h2 em { color: var(--green); font-weight: inherit; }
.hero-lead { max-width: 650px; margin: 2rem 0 0; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.32rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; margin-top: 2rem; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .92rem 1.28rem; border: 0; border-radius: 999px; font-size: .9rem; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button-primary { background: var(--green); color: white; box-shadow: 0 14px 30px rgba(33, 74, 69, .18); }
.button-secondary { border: 1px solid var(--line); background: var(--paper); }
.button-light { background: var(--cream); color: var(--green-dark); }
.button-ghost-light { border: 1px solid rgba(255,255,255,.3); background: transparent; color: white; }
.hero-note { margin-top: 1.4rem; color: var(--muted); font-size: .86rem; }
.hero-visual { position: relative; min-height: 680px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 570px; aspect-ratio: 1; border-radius: 50%; background: #e4ded3; }
.hero-visual::after { content: ""; position: absolute; bottom: 55px; width: 490px; height: 1px; background: var(--line); box-shadow: 0 18px 45px 20px rgba(26, 42, 39, .14); }
.sun { position: absolute; top: 50px; right: 5%; z-index: 1; width: 92px; aspect-ratio: 1; border-radius: 50%; background: var(--gold); opacity: .92; }
.phone { position: relative; z-index: 2; padding: 10px; overflow: hidden; border: 3px solid #182220; border-radius: 52px; background: #182220; box-shadow: 0 40px 70px rgba(30, 41, 39, .24), 0 6px 12px rgba(30, 41, 39, .16); }
.phone img { display: block; width: 100%; height: auto; border-radius: 39px; background: var(--cream); }
.phone-speaker { position: absolute; z-index: 3; top: 19px; left: 50%; width: 30%; height: 23px; border-radius: 999px; background: #101716; transform: translateX(-50%); }
.phone-hero { width: min(330px, 78vw); transform: rotate(2.5deg); }
.greek-word { position: absolute; z-index: 3; padding: .65rem 1rem; border: 1px solid rgba(33, 74, 69, .1); border-radius: 999px; background: rgba(255, 254, 252, .92); color: var(--green); font-family: var(--serif); font-size: 1.15rem; box-shadow: 0 12px 28px rgba(30, 41, 39, .09); }
.greek-word-one { top: 27%; left: 0; transform: rotate(-8deg); }
.greek-word-two { right: -1%; bottom: 20%; transform: rotate(7deg); }

.proof-strip { max-width: 1200px; margin: 0 auto; padding: 1.4rem clamp(1.25rem, 4vw, 2.5rem); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip p { margin: 0; padding: .4rem clamp(1rem, 3vw, 2.6rem); display: grid; gap: .25rem; border-right: 1px solid var(--line); text-align: center; }
.proof-strip p:last-child { border-right: 0; }
.proof-strip strong { color: var(--green); font-family: var(--serif); font-size: 1.18rem; font-weight: 600; }
.proof-strip span { color: var(--muted); font-size: .78rem; }

.section { max-width: 1240px; margin: 0 auto; padding: clamp(5.5rem, 10vw, 9rem) clamp(1.25rem, 4vw, 3rem); }
.section-heading { max-width: 750px; }
.section-heading h2, .speaking-copy h2, .personal-copy h2, .practical-copy h2 { font-size: clamp(3rem, 5.3vw, 5.25rem); line-height: .98; }
.section-heading > p:last-child { max-width: 620px; margin: 1.4rem 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered > p:last-child { margin-inline: auto; }
.section-top { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.intro-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 10vw, 9rem); align-items: start; }
.intro-copy { padding-top: 3.3rem; }
.intro-copy p { margin: 0 0 1.4rem; color: var(--muted); font-size: 1rem; line-height: 1.78; }
.intro-copy .large-copy { color: var(--ink); font-family: var(--serif); font-size: clamp(1.6rem, 2.5vw, 2.35rem); line-height: 1.34; }
.text-link { display: inline-flex; gap: .65rem; margin-top: .5rem; color: var(--green); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 6px; }

.screenshots-section { max-width: 1440px; padding-inline: 0; }
.screenshots-section .section-top { padding-inline: clamp(1.25rem, 7vw, 6.5rem); }
.carousel-controls { display: flex; gap: .6rem; flex: 0 0 auto; }
.carousel-controls button { width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--green); font-size: 1.2rem; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.carousel-controls button:hover { background: var(--green-soft); transform: translateY(-2px); }
.screenshot-track { margin-top: 4rem; padding: 0 max(1.25rem, calc((100vw - 1240px) / 2)); display: grid; grid-auto-flow: column; grid-auto-columns: clamp(280px, 22vw, 330px); gap: 1.5rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--gold) transparent; }
.screenshot-track::after { content: ""; width: 1px; }
.screenshot-card { margin: 0 0 1.5rem; scroll-snap-align: start; }
.phone-gallery { width: 100%; border-radius: 45px; transform: none; box-shadow: 0 24px 50px rgba(30, 41, 39, .16); transition: transform .25s ease, box-shadow .25s ease; }
.phone-gallery img { border-radius: 34px; }
.phone-gallery .phone-speaker { top: 18px; height: 21px; }
.screenshot-card figcaption { position: relative; min-height: 112px; padding: 1.3rem .25rem .5rem 3.4rem; display: grid; gap: .25rem; }
.screenshot-card figcaption > span { position: absolute; top: 1.25rem; left: .2rem; color: var(--clay); font-family: var(--serif); font-size: .9rem; }
.screenshot-card strong { font-size: .98rem; }
.screenshot-card small { color: var(--muted); font-size: .8rem; line-height: 1.5; }
.carousel-dots { display: none; align-items: center; justify-content: center; gap: .42rem; margin-top: 1rem; }
.carousel-dots span { width: 6px; height: 6px; border-radius: 999px; background: #c9beb0; transition: width .2s ease, background .2s ease; }
.carousel-dots span.is-current { width: 22px; background: var(--clay); }
.swipe-hint { display: none; margin: .65rem 0 0; color: var(--muted); font-size: .78rem; text-align: center; }

.courses-section { max-width: 1180px; }
.course-grid { margin-top: 4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.course-card { position: relative; min-height: 560px; padding: clamp(2rem, 4vw, 3.5rem); overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: var(--paper); }
.course-card::after { content: "α"; position: absolute; right: -1rem; bottom: -5rem; color: rgba(33, 74, 69, .055); font-family: var(--serif); font-size: 23rem; line-height: 1; pointer-events: none; }
.course-a2 { background: var(--green); color: white; border-color: var(--green); }
.course-a2::after { content: "β"; color: rgba(255, 255, 255, .06); }
.course-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.course-level, .course-count { position: relative; z-index: 1; font-size: .73rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.course-level { color: var(--clay); }
.course-a2 .course-level { color: #e4bd73; }
.course-count { padding: .6rem .75rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); letter-spacing: 0; text-transform: none; }
.course-a2 .course-count { border-color: rgba(255,255,255,.22); color: #cfe0db; }
.course-card h3 { position: relative; z-index: 1; max-width: 450px; margin: 3.5rem 0 1.2rem; font-family: var(--serif); font-size: clamp(2.3rem, 4.2vw, 4rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.course-card > p { position: relative; z-index: 1; max-width: 490px; color: var(--muted); line-height: 1.7; }
.course-a2 > p { color: #cfe0db; }
.topic-list { position: relative; z-index: 1; margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .55rem; }
.topic-list span { padding: .58rem .76rem; border-radius: 999px; background: var(--cream); color: var(--green-dark); font-size: .75rem; font-weight: 700; }
.course-list { position: relative; z-index: 1; margin: 2rem 0 0; padding: 0; list-style: none; }
.course-list li { padding: .9rem 0 .9rem 1.5rem; border-bottom: 1px solid rgba(255,255,255,.14); color: #e5efec; line-height: 1.5; }
.course-list li::before { content: "→"; margin-left: -1.5rem; margin-right: .6rem; color: #e4bd73; }

.features-section { max-width: 1240px; }
.feature-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature-card { min-height: 250px; padding: 1.8rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 254, 252, .72); }
.feature-wide { grid-column: span 2; background: var(--green-soft); }
.feature-clay { background: var(--clay-soft); }
.feature-blue { background: var(--blue-soft); }
.feature-number { color: var(--clay); font-family: var(--serif); font-size: .85rem; }
.feature-card h3 { margin: 2.5rem 0 .55rem; font-family: var(--serif); font-size: 1.5rem; font-weight: 600; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }

.practical-section { padding: clamp(5rem, 10vw, 9rem) clamp(1rem, 3vw, 2.5rem); background: var(--green); color: white; }
.practical-inner { max-width: 1180px; min-height: 650px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.practical-copy h2 em { color: #e4bd73; }
.practical-copy > p:not(.eyebrow) { max-width: 590px; margin: 1.6rem 0 0; color: #cfe0db; font-size: 1.05rem; line-height: 1.75; }
.practical-categories { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .55rem; }
.practical-categories span { padding: .62rem .8rem; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: #e5efec; font-size: .76rem; }
.practical-link { display: inline-flex; gap: .6rem; margin-top: 2rem; color: white; font-size: .86rem; font-weight: 800; text-decoration-color: rgba(255,255,255,.45); text-underline-offset: 6px; }
.phrase-stack { position: relative; min-height: 440px; }
.phrase-card { position: absolute; width: min(100%, 500px); padding: clamp(1.8rem, 4vw, 3rem); border-radius: 28px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 70px rgba(9, 28, 25, .28); }
.phrase-card span { color: var(--clay); font-size: .7rem; font-weight: 850; letter-spacing: .13em; }
.phrase-card strong { display: block; margin-top: 2.2rem; font-family: var(--serif); font-size: clamp(2rem, 3.8vw, 3.4rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.1; }
.phrase-card em { display: block; margin-top: .75rem; color: var(--blue); font-style: normal; }
.phrase-card p { margin: 1.3rem 0 0; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); }
.phrase-card-front { z-index: 2; top: 0; left: 0; transform: rotate(-2deg); }
.phrase-card-back { z-index: 1; right: 0; bottom: 0; transform: rotate(5deg); opacity: .8; }

.exercise-lab { position: relative; padding: clamp(5.5rem, 9vw, 8.5rem) 0 clamp(8rem, 13vw, 12rem); overflow: hidden; background: #874532; color: var(--cream); }
.exercise-lab::before { content: ""; position: absolute; top: -115px; right: -70px; width: 360px; aspect-ratio: 1; border: 1px solid rgba(245, 233, 204, .22); border-radius: 50%; box-shadow: 0 0 0 55px rgba(245, 233, 204, .035), 0 0 0 110px rgba(245, 233, 204, .025); }
.exercise-lab-inner { position: relative; z-index: 1; max-width: 1380px; margin: 0 auto; }
.exercise-heading { padding: 0 clamp(1.25rem, 5vw, 4.5rem); display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(2.5rem, 8vw, 7rem); align-items: end; }
.exercise-heading h2 { max-width: 820px; margin: 0; color: var(--cream); font-family: var(--serif); font-size: clamp(3rem, 5.5vw, 5.6rem); font-weight: 500; letter-spacing: -.055em; line-height: .96; }
.exercise-heading h2 em { color: #f3dca8; }
.exercise-heading > p { max-width: 470px; margin: 0 0 .4rem; color: #f0d8cf; font-size: 1rem; line-height: 1.75; }
.exercise-grid { margin-top: 4.5rem; padding: 0 clamp(1.25rem, 3vw, 2.5rem); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(.85rem, 1.8vw, 1.5rem); }
.exercise-card { position: relative; margin: 0; padding: 1rem 1rem 1.5rem; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; background: rgba(255, 254, 252, .075); box-shadow: 0 24px 50px rgba(55, 21, 14, .16); scroll-snap-align: start; }
.exercise-card:nth-child(even) { transform: translateY(4rem); }
.exercise-card::after { content: ""; position: absolute; inset: auto -25% -18% 45%; height: 35%; border-radius: 50%; background: rgba(245, 233, 204, .055); filter: blur(1px); pointer-events: none; }
.exercise-step { position: relative; z-index: 2; min-height: 45px; padding: .2rem .35rem .8rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.exercise-step span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #f3dca8; font-family: var(--serif); font-size: .78rem; }
.exercise-step strong { color: var(--cream); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.phone-exercise { width: 100%; max-width: 280px; margin: 0 auto; border-width: 2px; border-radius: 42px; transform: none; box-shadow: 0 25px 45px rgba(43, 18, 12, .28); }
.phone-exercise img { border-radius: 32px; }
.phone-exercise .phone-speaker { top: 17px; height: 20px; }
.exercise-card figcaption { position: relative; z-index: 2; padding: 1.25rem .4rem 0; display: grid; gap: .38rem; }
.exercise-card figcaption strong { color: white; font-family: var(--serif); font-size: 1.28rem; font-weight: 600; letter-spacing: -.02em; }
.exercise-card figcaption small { color: #f0d8cf; font-size: .78rem; line-height: 1.5; }
.exercise-swipe { display: none; margin: 1.25rem 0 0; color: #f0d8cf; font-size: .78rem; text-align: center; }

.speaking-section { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(4rem, 10vw, 9rem); align-items: center; }
.speaking-visual { position: relative; min-height: 700px; display: grid; place-items: center; }
.phone-speaking { width: min(330px, 80vw); transform: rotate(-2deg); }
.sound-rings { position: absolute; inset: 8% 0; display: grid; place-items: center; }
.sound-rings i { position: absolute; width: 420px; aspect-ratio: 1; border: 1px solid rgba(61,115,145,.22); border-radius: 50%; }
.sound-rings i:nth-child(2) { width: 520px; }
.sound-rings i:nth-child(3) { width: 620px; }
.speaking-copy > p:not(.eyebrow), .personal-copy > p:not(.eyebrow) { max-width: 650px; margin: 1.7rem 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.process-list { margin: 2.2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { padding: 1.15rem .2rem; display: grid; grid-template-columns: 50px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.process-list span { color: var(--clay); font-family: var(--serif); font-size: .85rem; }
.process-list strong { font-size: .95rem; }

.personal-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(4rem, 10vw, 9rem); align-items: center; }
.personal-points { margin-top: 2.5rem; display: grid; gap: .75rem; }
.personal-points article { padding: 1.3rem 1.4rem; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 254, 252, .65); }
.personal-points span { color: var(--clay); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.personal-points h3 { margin: .45rem 0 .2rem; font-family: var(--serif); font-size: 1.22rem; }
.personal-points p { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.55; }
.personal-visual { position: relative; min-height: 680px; display: grid; place-items: center; }
.personal-visual::before { content: ""; position: absolute; width: 470px; aspect-ratio: 1; border-radius: 50%; background: var(--gold-soft); }
.phone-personal { width: min(325px, 80vw); transform: rotate(2deg); }

.audience-section { max-width: 1180px; }
.audience-grid { margin-top: 4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.audience-card { min-height: 260px; padding: 2rem; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.audience-card > span { color: var(--clay); font-family: var(--serif); font-size: .86rem; }
.audience-card h3 { margin: 3.5rem 0 .75rem; font-family: var(--serif); font-size: 1.75rem; font-weight: 600; letter-spacing: -.025em; }
.audience-card p { max-width: 440px; margin: 0; color: var(--muted); line-height: 1.65; }

.faq-section { max-width: 1080px; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.faq-section .section-heading { position: sticky; top: 116px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; padding: 1.45rem .25rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; color: var(--ink); font-family: var(--serif); font-size: clamp(1.18rem, 2vw, 1.45rem); font-weight: 600; line-height: 1.3; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: 0 0 auto; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--clay); font-family: var(--sans); font-size: 1.15rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 700px; margin: 0; padding: 0 3.5rem 1.6rem .25rem; color: var(--muted); line-height: 1.75; }

.cta-section { position: relative; min-height: 520px; padding: clamp(5rem, 9vw, 8rem) 1.25rem; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; background: var(--green-dark); color: white; text-align: center; }
.cta-section h2 { position: relative; z-index: 1; max-width: 850px; font-size: clamp(3.2rem, 7vw, 6.8rem); line-height: .95; }
.cta-section > p:not(.eyebrow) { position: relative; z-index: 1; max-width: 610px; margin: 1.5rem 0 2rem; color: #cfe0db; font-size: 1.05rem; line-height: 1.7; }
.cta-section .eyebrow, .cta-section .button { position: relative; z-index: 1; }
.cta-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; }
.launch-form { position: relative; z-index: 1; width: min(100%, 610px); margin-top: 2rem; padding: 1.1rem; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.06); text-align: left; }
.launch-form label { display: block; margin: 0 0 .55rem .3rem; color: #e5efec; font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.launch-name-row { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin-bottom: .85rem; }
.launch-field input { width: 100%; }
.launch-form-row { display: grid; grid-template-columns: 1fr auto; gap: .6rem; }
.launch-form input { min-width: 0; min-height: 54px; padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: white; color: var(--ink); font: inherit; }
.launch-form input::placeholder { color: #8a928e; }
.launch-form input:disabled { background: rgba(255,255,255,.88); color: #66716d; cursor: not-allowed; }
.launch-form input:focus-visible { outline: 3px solid rgba(240, 177, 85, .75); outline-offset: 3px; }
.launch-form button { background: var(--clay); color: white; cursor: pointer; }
.launch-form button:disabled { background: #8d746c; color: #f3eae6; cursor: not-allowed; }
.launch-turnstile { display: flex; justify-content: center; min-height: 65px; margin-top: .85rem; }
.launch-turnstile[hidden] { display: none; }
.launch-message { margin: .75rem .3rem .05rem; color: #cfe0db; font-size: .78rem; line-height: 1.55; }
.launch-message[data-state="success"] { color: #d9f5df; }
.launch-message[data-state="error"] { color: #ffd6ca; }
.launch-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.cta-mark { position: absolute; right: -2rem; bottom: -10rem; color: rgba(255,255,255,.035); font-family: var(--serif); font-size: 34rem; line-height: 1; }

.site-footer { max-width: 1240px; margin: 0 auto; padding: 3.5rem clamp(1.25rem, 4vw, 3rem); display: grid; grid-template-columns: 1fr auto; gap: 2.5rem; align-items: start; }
.footer-brand p { margin: .8rem 0 0; color: var(--muted); font-size: .9rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.4rem; }
.site-footer nav a { color: var(--muted); font-size: .85rem; font-weight: 700; text-decoration: none; }
.site-footer nav a:hover { color: var(--green); }
.copyright { grid-column: 1 / -1; margin: 1rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--soft-text); font-size: .78rem; }

.has-reveal .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.has-reveal .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Policy and support pages */
.subpage .site-header { position: relative; }
.simple-nav { display: flex; align-items: center; gap: 1.4rem; margin-left: auto; }
.simple-nav a { color: var(--muted); font-size: .86rem; font-weight: 700; text-decoration: none; }
.simple-nav .button { min-height: 44px; padding: .7rem 1rem; background: var(--green); color: white; }
.legal-hero { padding: clamp(4rem, 9vw, 8rem) 1.25rem clamp(3rem, 6vw, 5rem); text-align: center; border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 950px; margin: 0 auto; font-size: clamp(3.3rem, 7vw, 6.6rem); line-height: .95; }
.legal-hero > p { max-width: 680px; margin: 1.5rem auto 0; color: var(--muted); line-height: 1.7; }
.legal-page { max-width: 900px; margin: 0 auto; padding: clamp(3rem, 7vw, 6rem) 1.25rem 7rem; }
.draft-notice { margin-bottom: 3.5rem; padding: 1.2rem 1.3rem; border: 1px solid #ead8af; border-radius: 16px; background: var(--gold-soft); color: #72531d; line-height: 1.6; }
.legal-page article { padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.legal-page article:first-of-type { padding-top: 0; }
.legal-page h2 { margin: 0 0 .85rem; font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2.1rem); font-weight: 600; letter-spacing: -.025em; }
.legal-page h3 { margin: 1.3rem 0 .5rem; font-size: 1rem; }
.legal-page p, .legal-page li { color: var(--muted); line-height: 1.75; }
.legal-page ul { padding-left: 1.25rem; }
.legal-page a { color: var(--green); font-weight: 700; text-underline-offset: 4px; }
.last-updated { font-size: .82rem; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.support-grid details { border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.support-grid summary { padding: 1.3rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--ink); font-weight: 750; cursor: pointer; list-style: none; }
.support-grid summary::-webkit-details-marker { display: none; }
.support-grid summary::after { content: "+"; color: var(--clay); font-family: var(--serif); font-size: 1.4rem; }
.support-grid details[open] summary::after { content: "−"; }
.support-grid details p { margin: 0; padding: 0 1.3rem 1.3rem; }
.support-contact { margin-top: 3rem; padding: clamp(2rem, 5vw, 3.5rem); border-radius: 28px; background: var(--green); color: white; text-align: center; }
.support-contact h2 { color: white; }
.support-contact p { color: #cfe0db; }
.support-contact .button { margin-top: .5rem; background: var(--cream); color: var(--green-dark); }
.not-found-page { min-height: 100svh; display: grid; grid-template-rows: auto 1fr; }
.not-found-header { padding: 1rem max(1rem, calc((100vw - 1240px) / 2)); }
.not-found { min-height: 0; padding: 2rem 2rem 8rem; display: grid; place-items: center; text-align: center; }
.not-found-inner { max-width: 700px; }
.not-found-code { margin: 0; color: var(--clay); font-family: var(--serif); font-size: 1rem; }
.not-found h1 { margin: 1rem 0; font-family: var(--serif); font-size: clamp(3.5rem, 9vw, 7rem); font-weight: 500; letter-spacing: -.055em; }
.not-found p { color: var(--muted); line-height: 1.7; }

@media (max-width: 1050px) {
  .hero { gap: 3rem; padding-inline: 2rem; }
  .hero h1 { font-size: clamp(3.8rem, 7.7vw, 5.4rem); }
  .hero-visual::before { width: 500px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-wide { grid-column: span 1; }
  .exercise-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 800px; margin-inline: auto; }
  .exercise-card:nth-child(even) { transform: translateY(2.5rem); }
}

@media (max-width: 900px) {
  .site-header { padding-inline: 1rem; }
  body::before { content: ""; position: fixed; inset: 76px 0 0; z-index: 29; visibility: hidden; background: rgba(23, 59, 55, .28); opacity: 0; pointer-events: none; backdrop-filter: blur(3px); transition: opacity .22s ease, visibility .22s ease; }
  body.nav-open::before { visibility: visible; opacity: 1; pointer-events: auto; }
  .nav-toggle { position: relative; z-index: 33; display: block; flex: 0 0 auto; }
  .nav-toggle:hover { border-color: #cfc2b0; background: white; }
  .nav-toggle[aria-expanded="true"] { border-color: var(--green); background: var(--green); color: white; box-shadow: 0 10px 22px rgba(23, 59, 55, .22); }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translate(-50%, -1px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: translate(-50%, -1px) scaleX(0); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translate(-50%, -1px) rotate(-45deg); }
  .primary-nav { position: fixed; top: 84px; right: .75rem; left: auto; z-index: 32; width: min(420px, calc(100vw - 1.5rem)); max-height: calc(100svh - 96px); padding: .65rem; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: .16rem; overflow-y: auto; border: 1px solid rgba(227, 217, 202, .92); border-radius: 24px; background: rgba(255, 254, 252, .98); box-shadow: 0 28px 70px rgba(23, 59, 55, .22), 0 4px 14px rgba(30, 41, 39, .08); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px) scale(.985); transform-origin: top right; overscroll-behavior: contain; transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .primary-nav::before { content: "Explore GreekMate"; padding: .7rem .85rem .45rem; color: var(--clay); font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
  .primary-nav[data-open] { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
  .primary-nav a { width: 100%; min-height: 50px; padding: .88rem .9rem; display: flex; align-items: center; border: 0; border-radius: 14px; color: var(--ink); font-family: var(--sans); font-size: .98rem; font-weight: 750; }
  .primary-nav a:hover, .primary-nav a:focus-visible { background: var(--green-soft); color: var(--green-dark); }
  .primary-nav a:not(.header-cta)[aria-current="location"]::after { display: none; }
  .primary-nav a[aria-current="location"] { background: var(--clay-soft); color: #8f452f; }
  .primary-nav .header-cta { width: auto; min-height: 52px; margin: .55rem .25rem .2rem; padding: .9rem 1.1rem; justify-content: center; border: 0; border-radius: 14px; color: white; font-family: var(--sans); font-size: .88rem; }
  .primary-nav .header-cta:hover, .primary-nav .header-cta:focus-visible { background: var(--green-dark); color: white; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 5rem 1.25rem 4rem; text-align: center; }
  .hero-copy, .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 630px; }
  .intro-section, .speaking-section, .personal-section, .practical-inner { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .practical-inner { min-height: auto; }
  .phrase-stack { width: min(100%, 580px); margin: 0 auto; }
  .exercise-heading { grid-template-columns: 1fr; }
  .exercise-heading > p { max-width: 650px; }
  .speaking-copy { order: -1; }
  .personal-visual { min-height: 640px; }
  .faq-section { grid-template-columns: 1fr; }
  .faq-section .section-heading { position: static; }
  .simple-nav a:not(.button) { display: none; }
}

@media (max-width: 680px) {
  .proof-strip { grid-template-columns: 1fr; padding-block: .7rem; }
  .proof-strip p { padding-block: .9rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip p:last-child { border-bottom: 0; }
  .section { padding-block: 5.5rem; }
  .section-heading h2, .speaking-copy h2, .personal-copy h2, .practical-copy h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .section-top { align-items: center; }
  .carousel-controls { display: none; }
  .screenshot-track { grid-auto-columns: min(82vw, 320px); gap: 1rem; margin-top: 3rem; padding-inline: 1.25rem; scroll-padding-inline: 1.25rem; }
  .carousel-dots { display: flex; }
  .swipe-hint { display: block; }
  .course-grid, .feature-grid, .audience-grid, .support-grid { grid-template-columns: 1fr; }
  .course-card { min-height: 520px; padding: 2rem 1.5rem; }
  .feature-card { min-height: 220px; }
  .phrase-stack { min-height: 420px; }
  .phrase-card { padding: 1.6rem; }
  .phrase-card strong { font-size: 2.2rem; }
  .exercise-lab { padding-bottom: 6rem; }
  .exercise-heading h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .exercise-grid { max-width: none; margin-top: 3rem; padding: 0 1.25rem 1.5rem; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(82vw, 320px); gap: 1rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scroll-padding-inline: 1.25rem; scrollbar-width: thin; scrollbar-color: #f3dca8 transparent; }
  .exercise-card:nth-child(even) { transform: none; }
  .exercise-swipe { display: block; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
  .copyright { grid-column: 1; }
}

@media (max-width: 540px) {
  .hero h1 { font-size: clamp(3.35rem, 17vw, 4.7rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-visual { min-height: 560px; }
  .hero-visual::before { width: 450px; }
  .hero-visual::after { width: 330px; }
  .phone-hero { width: min(285px, 77vw); }
  .sun { width: 72px; right: 1%; }
  .greek-word { font-size: 1rem; }
  .greek-word-one { left: 0; }
  .greek-word-two { right: -2%; }
  .sound-rings i { width: 340px; }
  .sound-rings i:nth-child(2) { width: 420px; }
  .sound-rings i:nth-child(3) { width: 500px; }
  .speaking-visual { min-height: 620px; }
  .phone-speaking { width: min(290px, 78vw); }
  .personal-visual::before { width: 400px; }
  .phone-personal { width: min(290px, 78vw); }
  .cta-section { min-height: 560px; }
  .cta-actions { width: 100%; flex-direction: column; align-items: stretch; }
  .launch-form { padding: .9rem; }
  .launch-name-row { grid-template-columns: 1fr; }
  .launch-form-row { grid-template-columns: 1fr; }
  .launch-form-row .button { width: 100%; }
  .simple-nav .button { display: none; }
}

@media (hover: hover) and (pointer: fine) {
  .button:not(:disabled):hover { transform: translateY(-2px); }
  .button-primary:hover { background: var(--green-dark); box-shadow: 0 18px 34px rgba(33, 74, 69, .23); }
  .button-secondary:hover { background: var(--green-soft); }
  .button-light:hover { background: white; }
  .button-ghost-light:hover { background: rgba(255,255,255,.09); }
  .screenshot-card:hover .phone-gallery { transform: translateY(-7px); box-shadow: 0 31px 58px rgba(30, 41, 39, .2); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
