:root{--blue:#2563eb;--blue-dark:#1746b4;--blue-soft:#eff6ff;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--surface:#f8fafc;--green:#16a34a;--amber:#d97706;--shadow:0 20px 55px rgba(15,23,42,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Pretendard,system-ui,sans-serif;font-weight:400;background:#fff;letter-spacing:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}svg{width:1.1em;height:1.1em;stroke-width:2}
.site-header{position:fixed;z-index:50;top:0;left:0;right:0;height:72px;display:flex;align-items:center;gap:40px;padding:0 max(24px,calc((100vw - 1200px)/2));background:rgba(255,255,255,.9);border-bottom:1px solid rgba(226,232,240,.8);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:10px;font-weight:600;white-space:nowrap}.brand img{width:34px;height:34px;border-radius:8px}.desktop-nav{display:flex;gap:30px;margin-left:auto;font-size:14px;color:#475569}.desktop-nav a:hover{color:var(--blue)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 22px;border-radius:8px;font-weight:600;transition:.2s ease}.button:hover{transform:translateY(-2px)}.button-small{min-height:40px;padding:0 16px;background:var(--ink);color:#fff;font-size:13px}.button-primary{background:var(--blue);color:#fff;box-shadow:0 9px 24px rgba(37,99,235,.2)}.button-primary:hover{background:var(--blue-dark)}
.hero{min-height:calc(100vh + 80px);padding:150px max(24px,calc((100vw - 1200px)/2)) 100px;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:54px;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}.eyebrow{margin:0 0 20px;color:var(--blue);font-size:12px;font-weight:600;letter-spacing:2px}.hero h1{margin:0;font-size:clamp(46px,4.3vw,68px);font-weight:600;line-height:1.13;letter-spacing:0}.hero h1 strong{color:var(--blue);font-weight:600}.hero-description{margin:28px 0 0;color:#475569;font-size:17px;line-height:1.8}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:34px}.text-link{display:inline-flex;align-items:center;gap:4px;color:#475569;font-size:14px;font-weight:500}.hero-note{display:flex;align-items:center;gap:8px;margin:20px 0 0;color:#64748b;font-size:13px}.hero-visual{position:relative;height:630px}.desktop-shot{position:absolute;width:710px;top:40px;left:0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;box-shadow:var(--shadow);transform:rotate(1.5deg)}.desktop-shot img{aspect-ratio:1.6/1;object-fit:cover;object-position:top}.browser-bar{height:34px;display:flex;align-items:center;gap:6px;padding:0 12px;background:#f1f5f9}.browser-bar span{width:7px;height:7px;border-radius:50%;background:#cbd5e1}.browser-bar small{margin-left:12px;color:#94a3b8;font-size:9px}.phone-shot,.phone-frame{overflow:hidden;border:7px solid #0f172a;border-radius:30px;background:#0f172a;box-shadow:var(--shadow)}.phone-shot{position:absolute;width:210px;height:454px;right:-5px;bottom:5px;transform:rotate(-4deg)}.phone-shot img,.phone-frame img{width:100%;height:100%;object-fit:cover;object-position:top}.result-float{position:absolute;left:10px;bottom:50px;display:flex;align-items:center;gap:12px;padding:13px 18px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 16px 35px rgba(15,23,42,.15)}.result-float .check{display:grid;place-items:center;width:34px;height:34px;color:#fff;background:var(--green);border-radius:50%}.result-float span:last-child{display:grid}.result-float b{font-size:13px}.result-float small{margin-top:3px;color:var(--green);font-size:11px}
.problem-band{padding:58px max(24px,calc((100vw - 1100px)/2));display:grid;grid-template-columns:repeat(3,1fr);gap:18px;background:var(--ink);color:#94a3b8;text-align:center}.problem-band p{margin:0;padding-right:18px;border-right:1px solid #334155;font-size:14px}.problem-band p:nth-child(3){border:0}.problem-band strong{grid-column:1/-1;margin-top:12px;color:#fff;font-size:22px;font-weight:500}
.section{padding:120px 24px}.section-heading{max-width:710px;margin:0 auto 70px;text-align:center}.section-heading h2,.speaking-copy h2,.feature-block h2,.stats-block h2{margin:0;font-size:clamp(34px,4vw,52px);font-weight:600;line-height:1.25}.section-heading>p:last-child{margin:22px 0 0;color:var(--muted);line-height:1.7}.method-row{max-width:980px;margin:0 auto 100px;display:grid;grid-template-columns:1fr 380px;align-items:center;gap:130px}.method-row.reverse{direction:rtl}.method-row.reverse>*{direction:ltr}.method-copy>.lucide{width:28px;height:28px;color:var(--blue)}.step{display:block;margin-bottom:28px;color:#cbd5e1;font-size:13px;font-weight:600}.method-copy h3{margin:22px 0 14px;font-size:28px;font-weight:600}.method-copy p{margin:0;color:var(--muted);line-height:1.8}.phone-frame{width:300px;height:648px;margin:auto;border-width:6px;border-radius:36px}.method-row .phone-frame{width:350px;height:756px}
.box-section{padding:120px 24px;background:#f3f7fd}.box-grid{max-width:1020px;margin:auto;display:grid;grid-template-columns:410px 1fr;align-items:center;gap:100px}.journey-visual{height:610px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.journey-visual img{width:100%;height:100%;object-fit:cover;object-position:top}.box-explainer{display:grid;gap:34px}.box-rule{display:flex;gap:20px;align-items:flex-start}.rule-icon{flex:0 0 42px;height:42px;display:grid;place-items:center;color:var(--blue);border:1px solid #bfdbfe;border-radius:8px;background:#fff}.rule-icon.up{color:var(--green);border-color:#bbf7d0}.rule-icon.down{color:#dc2626;border-color:#fecaca}.box-rule h3{margin:0 0 8px;font-size:20px;font-weight:600}.box-rule p{margin:0;color:var(--muted);line-height:1.65}.mini-journey{display:flex;align-items:center;gap:10px;margin-top:10px}.mini-journey span{width:43px;height:43px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:#94a3b8;font-weight:600}.mini-journey span.active{color:#fff;background:var(--blue);border-color:var(--blue)}.mini-journey svg{color:#cbd5e1}
.concept-figure{max-width:1100px;margin:90px auto 0;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 22px 60px rgba(15,23,42,.1)}.concept-figure img{width:100%;height:auto}.concept-figure figcaption{display:flex;align-items:center;gap:18px;padding:20px 24px;border-top:1px solid var(--line)}.concept-figure figcaption span{flex:0 0 auto;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:1.6px}.concept-figure figcaption strong{font-size:15px;font-weight:600}.memory-concept{margin-top:90px}.service-concept{margin-top:0;margin-bottom:120px}
.speaking-section{position:relative;isolation:isolate;min-height:760px;padding:120px max(24px,calc((100vw - 1100px)/2));display:grid;grid-template-columns:minmax(340px,470px) 1fr;align-items:center;gap:100px;color:#fff;overflow:hidden;background:#07101f url("concept/speaking-bg.webp") center/cover no-repeat}.speaking-section::before{content:"";position:absolute;z-index:-1;inset:0;background:rgba(4,12,25,.56)}.speaking-copy{padding:38px 0;text-shadow:0 1px 12px rgba(0,0,0,.24)}.speaking-copy>p:not(.eyebrow){color:#e2e8f0;line-height:1.8}.feature-line{display:flex;align-items:center;gap:12px;margin-top:20px;color:#fff;font-size:14px}.feature-line svg{color:#93c5fd}.speaking-proof{align-self:end;justify-self:end;display:flex;align-items:center;gap:12px;margin-bottom:5px;padding:14px 18px;border:1px solid rgba(255,255,255,.35);border-radius:8px;background:rgba(2,6,23,.72);backdrop-filter:blur(10px);font-size:13px}.speaking-proof span{display:flex;align-items:center;gap:7px;margin-right:5px;color:#93c5fd}.speaking-proof strong{font-weight:500}.speaking-proof>svg{color:#94a3b8}
.features-section{padding:120px 24px}.feature-block,.stats-block{max-width:1100px;margin:0 auto 120px;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:70px}.feature-block>div p:last-child,.stats-block>div>p{color:var(--muted);line-height:1.8}.feature-block>img{border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.stats-block{grid-template-columns:390px 1fr}.stats-block>img{width:330px;height:540px;object-fit:cover;object-position:top;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.stat-chips{display:flex;gap:10px;margin-top:28px}.stat-chips span{padding:10px 14px;background:var(--blue-soft);border-radius:8px;color:#475569;font-size:13px}.stat-chips b{color:var(--blue)}
.pricing-section{padding:120px 24px;background:var(--surface)}.price-panel{max-width:900px;margin:auto;display:grid;grid-template-columns:1.08fr .92fr;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 24px 60px rgba(15,23,42,.07)}.price-main{padding:48px 52px}.price-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;color:var(--blue);background:var(--blue-soft);font-size:12px;font-weight:600}.price-badge svg{width:15px;height:15px}.price-main h3{margin:22px 0 26px;font-size:30px;font-weight:600;line-height:1.4}.price-main ul{margin:0 0 30px;padding:0;list-style:none}.price-main li{display:flex;align-items:center;gap:10px;margin:13px 0;color:#475569;font-size:14px}.price-main li svg{width:17px;height:17px;color:var(--green)}.price-main .button{min-width:220px}.speaking-option{margin:14px;padding:34px;border-radius:13px;background:#f8fafc}.option-heading{display:flex;align-items:center;gap:14px}.price-icon{flex:0 0 44px;width:44px;height:44px;display:grid;place-items:center;border-radius:10px;color:var(--blue);background:var(--blue-soft)}.price-icon.amber{color:var(--amber);background:#fff7ed}.option-heading span,.welcome-credit span,.option-price span{display:block;margin-bottom:4px;color:var(--muted);font-size:12px}.option-heading strong{font-size:16px;font-weight:600}.welcome-credit{display:flex;align-items:center;gap:13px;margin:30px 0 22px;padding:18px;border:1px solid #fed7aa;border-radius:12px;background:#fffaf5}.welcome-credit>svg{width:21px;color:var(--amber)}.welcome-credit strong{font-size:17px;font-weight:600}.option-price{padding:0 2px}.option-price strong{display:flex;align-items:baseline;justify-content:space-between;color:#475569;font-size:14px;font-weight:500}.option-price b{color:var(--ink);font-size:22px;font-weight:600}.speaking-option>p{margin:20px 2px 0;color:var(--muted);font-size:12px;line-height:1.7}
.final-cta{padding:110px 24px;text-align:center;color:#fff;background:var(--blue)}.final-cta>img{width:72px;height:72px;margin:0 auto 24px;border-radius:16px}.final-cta .eyebrow{color:#bfdbfe}.final-cta h2{margin:0;font-size:clamp(38px,5vw,58px);font-weight:600;line-height:1.2;white-space:nowrap}.final-cta>p:not(.eyebrow){color:#dbeafe}.button-white{margin-top:22px;color:var(--blue);background:#fff}
footer{max-width:1200px;margin:auto;padding:48px 24px;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:30px;color:var(--muted);font-size:13px}footer>p{text-align:center}footer>div{display:flex;gap:22px}footer a:hover{color:var(--blue)}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.desktop-nav{display:none}.hero{min-height:auto;padding-top:125px;grid-template-columns:1fr;gap:55px}.hero-visual{height:520px}.desktop-shot{width:92%;left:2%}.phone-shot{right:1%}.method-row,.method-row.reverse{grid-template-columns:1fr;gap:50px;direction:ltr;text-align:center}.method-row{margin-bottom:100px}.box-grid{grid-template-columns:1fr;gap:60px}.journey-visual{width:410px;max-width:100%;margin:auto}.speaking-section{grid-template-columns:1fr;background-position:58% center}.speaking-section::before{background:rgba(4,12,25,.66)}.speaking-copy{max-width:600px}.speaking-proof{justify-self:start;align-self:auto}.feature-block,.stats-block{grid-template-columns:1fr}.feature-block>img{grid-row:2}.stats-block>img{margin:auto}footer{grid-template-columns:1fr;text-align:center}footer .brand,footer>div{justify-content:center}footer>p{margin:0}}
@media(max-width:600px){.site-header{height:64px;padding:0 16px}.site-header .brand span{font-size:14px}.site-header .brand img{width:30px;height:30px}.button-small{width:40px;padding:0;font-size:0}.hero{padding:110px 20px 70px}.hero h1{font-size:40px}.hero-description br{display:none}.hero-actions{align-items:stretch;flex-direction:column;gap:18px}.text-link{justify-content:center}.hero-visual{height:400px}.desktop-shot{width:118%;left:0}.phone-shot{width:148px;height:320px;right:-2%;bottom:0;border-width:4px;border-radius:22px}.result-float{left:2px;bottom:18px;padding:9px 12px}.problem-band{grid-template-columns:1fr;text-align:left}.problem-band p{border:0}.problem-band strong{font-size:19px}.section,.box-section,.features-section,.pricing-section{padding:90px 20px}.section-heading{margin-bottom:50px}.section-heading h2,.speaking-copy h2,.feature-block h2,.stats-block h2{font-size:34px}.method-row .phone-frame{width:300px;height:648px}.journey-visual{height:570px}.box-explainer{gap:28px}.mini-journey{gap:5px}.mini-journey span{width:36px;height:36px}.concept-figure{margin-top:60px;border-radius:10px}.concept-figure img{min-height:205px;object-fit:cover;object-position:center}.concept-figure figcaption{display:grid;gap:7px;padding:16px}.concept-figure figcaption strong{font-size:14px;line-height:1.5}.service-concept{margin-top:0;margin-bottom:90px}.speaking-section{min-height:700px;padding:80px 20px;gap:28px;background-position:54% center}.speaking-section::before{background:rgba(4,12,25,.74)}.speaking-proof{max-width:100%;flex-wrap:wrap;gap:8px}.speaking-proof span{width:100%;margin-bottom:4px}.feature-block,.stats-block{gap:40px;margin-bottom:100px}.stats-block{grid-template-columns:1fr}.stats-block>img{width:280px;height:470px}.stat-chips{flex-direction:column}.price-panel{grid-template-columns:1fr;border-radius:14px}.price-main{padding:30px 26px}.price-main h3{font-size:25px}.price-main .button{width:100%}.speaking-option{margin:0 8px 8px;padding:26px 20px}.option-price strong{align-items:flex-start;flex-direction:column;gap:5px}.final-cta{padding:90px 20px}footer>div{flex-direction:column;gap:10px}.reveal{transform:translateY(14px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button:hover{transform:none}}

/* Overview-first sequence and compact service captures */
.concept-overview{padding:110px 24px 130px;background:#fff}
.concept-overview .section-heading{margin-bottom:56px}
.concept-overview-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:1fr;gap:54px}
.concept-card{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 18px 48px rgba(15,23,42,.08)}
.concept-card img{width:100%;height:auto;object-fit:contain}
.concept-card figcaption{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:22px;padding:24px 28px;border-top:1px solid var(--line)}
.concept-card figcaption span{color:var(--blue);font-size:12px;font-weight:700;letter-spacing:1.2px}
.concept-card figcaption strong{font-size:18px;font-weight:600;line-height:1.55}
.section#method{padding:82px 24px 88px}
.section#method .section-heading{margin-bottom:34px}
.core-feature-grid{max-width:1000px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:22px}
.core-feature-card{height:390px;display:grid;grid-template-columns:1fr 190px;align-items:center;gap:22px;padding:30px 24px 0 32px;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--surface)}
.core-feature-copy .eyebrow{margin:18px 0 8px}
.core-feature-copy h3{margin:0 0 12px;font-size:26px;font-weight:600}
.core-feature-copy>p:last-child{margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.core-feature-icon{width:42px;height:42px;display:grid;place-items:center;color:var(--blue);border-radius:10px;background:#dbeafe}
.core-feature-icon.speaking{color:#7c3aed;background:#ede9fe}
.core-feature-screen{align-self:end;width:180px;height:350px;overflow:hidden;border:4px solid #172033;border-bottom:0;border-radius:24px 24px 0 0;background:#fff;box-shadow:0 14px 32px rgba(15,23,42,.12)}
.core-feature-screen img{width:100%;height:100%;object-fit:cover;object-position:top}
.concept-overview-grid .concept-card{border-radius:16px 16px 0 0;box-shadow:none}
.compact-core{max-width:1180px;margin-top:0;padding:24px;border:1px solid var(--line);border-top:0;border-radius:0 0 16px 16px;background:#eef3f9;box-shadow:0 18px 48px rgba(15,23,42,.08)}
.compact-core .core-feature-card{height:300px}
.compact-core .core-feature-screen{height:270px}
.memory-combined{max-width:1100px;margin:auto;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 18px 48px rgba(15,23,42,.08)}
.memory-diagram{margin:0}
.memory-diagram>img{width:100%;height:auto}
.memory-diagram figcaption{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:22px;padding:22px 28px;border-top:1px solid var(--line)}
.memory-diagram figcaption span{color:var(--blue);font-size:12px;font-weight:700;letter-spacing:1.2px}
.memory-diagram figcaption strong{font-size:17px;font-weight:600}
.memory-combined .box-grid{max-width:none;padding:48px 72px;border-top:1px solid var(--line)}
.method-row{max-width:1020px;grid-template-columns:1fr 330px;gap:110px}
.method-row .phone-frame{width:310px;height:670px;border-width:5px;border-radius:32px}
.method-copy{max-width:500px}
.box-grid{max-width:920px;grid-template-columns:320px 1fr;gap:90px}
.journey-visual{height:520px}
.feature-block{grid-template-columns:.9fr 1.1fr;gap:60px}
.feature-block>img{width:100%;max-width:620px;justify-self:end}
.stats-block{grid-template-columns:300px 1fr;max-width:920px}
.stats-block>img{width:250px;height:440px}
@media(max-width:900px){.concept-overview-grid{max-width:760px}.core-feature-grid{grid-template-columns:1fr;max-width:540px}.method-row,.method-row.reverse{grid-template-columns:1fr}.method-copy{max-width:640px;margin:auto}.box-grid{grid-template-columns:1fr}.feature-block,.stats-block{grid-template-columns:1fr}.feature-block>img{justify-self:center}}
@media(max-width:600px){.concept-overview{padding:80px 16px 90px}.concept-overview-grid{gap:28px}.concept-card{border-radius:10px}.concept-card figcaption{grid-template-columns:1fr;gap:7px;padding:16px}.concept-card figcaption strong{font-size:15px}.section#method{padding:70px 16px}.core-feature-card{height:330px;grid-template-columns:1fr 145px;gap:14px;padding:24px 14px 0 22px}.core-feature-copy h3{font-size:22px}.core-feature-screen{width:140px;height:285px}.journey-visual{width:300px;height:490px}.stats-block>img{width:230px;height:405px}}

/* Hero lifestyle visual */
.person-shot{position:absolute;width:720px;height:500px;top:48px;left:0;border-radius:28px;overflow:hidden;background:#eef2f7;box-shadow:0 28px 70px rgba(15,23,42,.13)}
.person-shot::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.18),transparent 32%)}
.person-shot img{width:100%;height:100%;object-fit:cover;object-position:center}
@media(max-width:900px){.person-shot{width:92%;height:440px;left:2%}}
@media(max-width:600px){.person-shot{width:108%;height:330px;top:24px;left:-4%;border-radius:20px}.person-shot img{object-position:56% center}}

/* Tighter overall vertical rhythm */
.hero{min-height:860px;padding-top:125px;padding-bottom:70px}
.hero-visual{height:540px}
.person-shot{top:24px;height:460px}
.person-shot img{object-position:center center}
.hero-description{margin-top:22px}
.hero-actions{margin-top:26px}
.hero-note{margin-top:15px}
.concept-overview{padding-top:76px;padding-bottom:86px}
.concept-overview .section-heading{margin-bottom:38px}
.concept-overview-grid{gap:32px}
.section-heading{margin-bottom:46px}
.section#method{padding-top:64px;padding-bottom:68px}
.section#method .section-heading{margin-bottom:26px}
.box-section{padding-top:82px;padding-bottom:84px}
.box-section .section-heading{margin-bottom:48px}
.box-grid{gap:64px}
.box-explainer{gap:26px}
.speaking-section{min-height:620px;padding-top:82px;padding-bottom:82px;gap:68px}
.speaking-copy{padding:20px 0}
.feature-line{margin-top:15px}
.features-section{padding-top:84px;padding-bottom:20px}
.feature-block,.stats-block{margin-bottom:76px;gap:52px}
.pricing-section{padding-top:82px;padding-bottom:86px}
.pricing-section .section-heading{margin-bottom:44px}
.final-cta{padding-top:78px;padding-bottom:82px}
footer{padding-top:34px;padding-bottom:34px}
@media(max-width:900px){.hero{min-height:auto;padding-top:108px;padding-bottom:60px;gap:36px}.hero-visual{height:470px}.person-shot{height:400px}.box-grid{gap:44px}.speaking-section{min-height:580px;gap:22px}.feature-block,.stats-block{gap:34px}}
@media(max-width:600px){.hero{padding-top:92px;padding-bottom:48px;gap:28px}.hero-visual{height:365px}.person-shot{height:300px}.person-shot img{object-position:57% center}.concept-overview{padding-top:62px;padding-bottom:68px}.concept-overview .section-heading{margin-bottom:30px}.concept-overview-grid{gap:22px}.section#method{padding-top:54px;padding-bottom:58px}.box-section,.features-section,.pricing-section{padding-top:66px;padding-bottom:66px}.box-section .section-heading,.pricing-section .section-heading{margin-bottom:36px}.box-grid{gap:36px}.speaking-section{min-height:560px;padding-top:64px;padding-bottom:64px}.feature-block,.stats-block{margin-bottom:60px;gap:28px}.final-cta{padding-top:66px;padding-bottom:70px}.final-cta h2{font-size:clamp(25px,7.1vw,34px)}footer{padding-top:28px;padding-bottom:28px}}

@media(max-width:900px){.compact-core{max-width:760px}.compact-core .core-feature-card{height:330px}.memory-combined{max-width:760px}.memory-combined .box-grid{padding:40px}}
@media(max-width:600px){.compact-core{margin-top:0;padding:14px}.compact-core .core-feature-card{height:300px}.compact-core .core-feature-screen{height:260px}.memory-diagram figcaption{grid-template-columns:1fr;gap:7px;padding:16px}.memory-diagram figcaption strong{font-size:15px;line-height:1.5}.memory-combined .box-grid{padding:28px 18px}}

/* Keep the memory-box journey visible inside the cropped app capture */
.memory-combined .journey-visual img{object-position:center bottom}

/* Feature-only learning panel */
.speaking-highlight{display:flex;align-items:center;gap:13px;margin:30px 0 22px;padding:18px;border:1px solid #fed7aa;border-radius:12px;background:#fffaf5}
.speaking-highlight>svg{width:21px;color:var(--amber)}
.speaking-highlight span{display:block;margin-bottom:4px;color:var(--muted);font-size:12px}
.speaking-highlight strong{font-size:16px;font-weight:600}
.speaking-list{margin:0;padding:0 2px;list-style:none}
.speaking-list li{display:flex;align-items:center;gap:10px;margin:13px 0;color:#475569;font-size:14px}
.speaking-list li svg{width:17px;height:17px;color:var(--green)}

/* Improve hero headline readability */
.hero h1{font-size:clamp(42px,3.8vw,60px);line-height:1.16}
@media(max-width:600px){.hero h1{font-size:36px}}
.hero-line{white-space:nowrap}
@media(min-width:901px){.hero{grid-template-columns:.95fr 1.05fr;gap:48px}}
.price-main .button{display:flex;width:220px;margin-right:auto;margin-left:auto}

/* Simple writing + speaking entry */
.learning-panel{max-width:820px;margin:auto;text-align:center}
.learning-options{display:grid;grid-template-columns:1fr 1fr;gap:16px;text-align:left}
.learning-card{padding:34px 36px;border:1px solid var(--line);border-radius:14px;background:#fff}
.learning-card-head{display:flex;align-items:center;gap:10px;color:var(--blue);font-size:13px;font-weight:600}
.learning-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:var(--blue-soft)}
.learning-icon svg{width:18px;height:18px}
.learning-icon.speaking{color:var(--amber);background:#fff7ed}
.learning-card h3{margin:24px 0 12px;font-size:24px;font-weight:600;line-height:1.45}
.learning-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.learning-button{min-width:220px;margin-top:28px}
@media(max-width:600px){.learning-options{grid-template-columns:1fr}.learning-card{padding:28px}.learning-button{width:100%}}

/* Everyday learning scenes */
.daily-learning-section{padding:110px 24px;background:#fff}
.daily-learning-section .section-heading{margin-bottom:48px}
.daily-learning-visual{max-width:1180px;margin:0 auto;overflow:hidden;border-radius:18px;box-shadow:0 24px 60px rgba(15,23,42,.12)}
.daily-learning-visual img{width:100%;height:auto;object-fit:cover}
.daily-learning-points{display:flex;justify-content:center;gap:38px;margin:34px auto 0;color:#475569;font-size:14px}
.daily-learning-points span{display:flex;align-items:center;gap:8px}
.daily-learning-points svg{width:18px;height:18px;color:var(--blue)}
@media(max-width:600px){.daily-learning-section{padding:70px 20px}.daily-learning-section .section-heading{margin-bottom:32px}.daily-learning-visual{border-radius:12px}.daily-learning-points{align-items:center;flex-direction:column;gap:14px;margin-top:26px}}
.daily-learning-first{padding-top:150px}
.daily-learning-first+.hero{min-height:auto;padding-top:90px}
@media(max-width:600px){.daily-learning-first{padding-top:100px}.daily-learning-first+.hero{padding-top:70px}}

/* Main lifestyle campaign */
.campaign-hero{position:relative;min-height:clamp(680px,88vh,920px);overflow:hidden;background:#236aa4;color:#fff}
.campaign-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.campaign-shade{position:absolute;inset:0;background:linear-gradient(90deg,transparent 40%,rgba(6,37,68,.06) 58%,rgba(4,31,58,.58) 100%)}
.campaign-copy{position:absolute;z-index:1;top:18%;right:max(5vw,44px);width:min(520px,42vw);text-align:right;text-shadow:0 2px 18px rgba(0,24,51,.28)}
.campaign-copy .eyebrow{color:#dbeafe}
.campaign-copy h1{margin:0;font-size:clamp(42px,4vw,64px);font-weight:600;line-height:1.18;letter-spacing:-1.5px}
.campaign-copy h1 strong{color:#fff;font-weight:700}
.campaign-copy>p:not(.eyebrow){margin:26px 0 0;color:#eff6ff;font-size:16px;line-height:1.8}
.campaign-actions{display:flex;align-items:center;justify-content:flex-end;gap:22px;margin-top:30px}
.campaign-button{color:var(--blue);background:#fff;box-shadow:0 12px 30px rgba(4,31,58,.2)}
.campaign-actions>a:not(.button){display:inline-flex;align-items:center;gap:5px;color:#fff;font-size:13px;font-weight:500}
.campaign-actions svg{width:17px;height:17px}
@media(max-width:900px){.campaign-hero{min-height:780px}.campaign-hero>img{object-position:38% center}.campaign-shade{background:linear-gradient(180deg,rgba(4,31,58,.05) 38%,rgba(4,31,58,.88) 100%)}.campaign-copy{top:auto;right:30px;bottom:54px;left:30px;width:auto;text-align:left}.campaign-actions{justify-content:flex-start}}
@media(max-width:600px){.campaign-hero{min-height:700px}.campaign-hero>img{object-position:40% center}.campaign-copy{right:20px;bottom:38px;left:20px}.campaign-copy h1{font-size:36px}.campaign-copy>p:not(.eyebrow){font-size:14px}.campaign-actions{align-items:stretch;flex-direction:column;gap:16px}.campaign-button{width:100%}.campaign-actions>a:not(.button){justify-content:center}}

/* Keep the important top of the campaign image visible below the fixed header */
.campaign-hero{margin-top:72px;min-height:calc(100vh - 72px)}
.campaign-hero>img{object-position:center top}
@media(max-width:900px){.campaign-hero>img{object-position:38% top}}
@media(max-width:600px){.campaign-hero{margin-top:64px;min-height:700px}.campaign-hero>img{object-position:40% top}}

/* Smartphone layout: show the complete campaign image, then the copy */
@media(max-width:600px){
  .campaign-hero{display:flex;min-height:0;margin-top:64px;background:#123f6b;overflow:visible}
  .campaign-hero>img{position:relative;inset:auto;width:100%;height:auto;object-fit:contain;object-position:center}
  .campaign-shade{display:none}
  .campaign-copy{position:relative;inset:auto;width:100%;padding:32px 20px 38px;text-align:left;text-shadow:none}
  .campaign-copy .eyebrow{margin-bottom:14px}
  .campaign-copy h1{font-size:clamp(31px,9vw,38px);line-height:1.22;letter-spacing:-.8px}
  .campaign-copy>p:not(.eyebrow){margin-top:20px;font-size:14px;line-height:1.75}
  .campaign-actions{margin-top:24px}
}

/* Three-step concept introduction */
.concept-steps{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.concept-step{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.07)}
.concept-step-number{position:absolute;z-index:1;top:18px;left:18px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--blue);font-size:11px;font-weight:700;letter-spacing:1px;box-shadow:0 8px 20px rgba(37,99,235,.22)}
.concept-step>img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#fff}
.concept-step-copy{padding:25px 26px 28px;border-top:1px solid #eef2f7}
.concept-step-copy p{margin:0 0 10px;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:1.5px}
.concept-step-copy h3{margin:0 0 12px;font-size:21px;font-weight:600}
.concept-step-copy span{display:block;color:var(--muted);font-size:14px;line-height:1.7}
@media(max-width:900px){.concept-steps{max-width:680px;grid-template-columns:1fr}.concept-step{display:grid;grid-template-columns:260px 1fr;align-items:center}.concept-step>img{height:100%}.concept-step-copy{border-top:0;border-left:1px solid #eef2f7}}
@media(max-width:600px){.concept-step{display:block}.concept-step>img{height:auto}.concept-step-copy{border-top:1px solid #eef2f7;border-left:0}.concept-step-copy span br{display:none}}

/* Five-stage memory-box infographic */
.memory-new-visual{max-width:1180px;margin:0 auto;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 20px 50px rgba(15,23,42,.08)}
.memory-new-visual img{width:100%;height:auto}
@media(max-width:600px){.memory-new-visual{width:100%;overflow:hidden;border-radius:12px}.memory-new-visual img{display:block;width:100%;max-width:100%;height:auto}}

/* Keep the app screen visible independently at every viewport width */
.campaign-hero>.campaign-backdrop{z-index:0}
.campaign-hero>.campaign-phone{position:absolute;z-index:2;inset:24px auto auto 2.5%;width:clamp(220px,20vw,330px);height:auto;max-height:calc(100% - 48px);object-fit:contain;border-radius:16px;box-shadow:0 22px 55px rgba(4,31,58,.2)}
.campaign-shade{z-index:1}
.campaign-copy{z-index:3}
@media(max-width:900px){.campaign-hero>.campaign-phone{top:20px;left:20px;width:clamp(180px,27vw,250px)}}
@media(max-width:600px){.campaign-hero>.campaign-backdrop{position:relative;inset:auto;width:100%;height:auto;object-fit:contain}.campaign-hero>.campaign-phone{position:absolute;top:12px;left:12px;width:24vw;max-width:104px;max-height:none;border-radius:8px;box-shadow:0 10px 25px rgba(4,31,58,.18)}}

/* Refine compact hero proportions and actions */
@media(max-width:900px){
  .campaign-hero>.campaign-phone{top:16px;left:16px;width:clamp(210px,32vw,285px)}
  .campaign-actions{width:min(100%,320px);align-items:stretch;flex-direction:column;gap:12px}
  .campaign-actions .campaign-button{width:100%}
  .campaign-actions>a:not(.button){justify-content:center;min-height:32px}
}
@media(max-width:600px){
  .campaign-hero>.campaign-phone{top:10px;left:10px;width:32vw;max-width:145px}
  .campaign-actions{width:100%}
}

/* Memory-box explanations remain readable HTML */
.memory-rules{max-width:1080px;margin:28px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.memory-rule{display:flex;align-items:flex-start;gap:14px;padding:22px;border:1px solid var(--line);border-radius:13px;background:#fff}
.memory-rule>span{flex:0 0 38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#fff}
.memory-rule>span svg{width:19px;height:19px}
.memory-rule.success>span{background:var(--green)}
.memory-rule.retry>span{background:#dc2626}
.memory-rule.master>span{background:var(--blue)}
.memory-rule p{margin:0 0 5px;font-size:11px;font-weight:700;letter-spacing:.5px}
.memory-rule.success p{color:var(--green)}
.memory-rule.retry p{color:#dc2626}
.memory-rule.master p{color:var(--blue)}
.memory-rule h3{margin:0 0 8px;font-size:17px;font-weight:600}
.memory-rule small{display:block;color:var(--muted);font-size:12px;line-height:1.65}
@media(max-width:900px){.memory-rules{grid-template-columns:1fr;max-width:680px}}
@media(max-width:600px){.memory-rules{margin-top:20px}.memory-rule{padding:18px}}

/* Readability: larger type and stronger contrast */
.concept-step{border-color:#cbd5e1;box-shadow:0 18px 45px rgba(15,23,42,.1)}
.concept-step-copy{padding:28px 28px 31px;border-color:#dbe3ed}
.concept-step-copy p{margin-bottom:11px;color:#1d4ed8;font-size:13px}
.concept-step-copy h3{margin-bottom:13px;color:#0b1324;font-size:23px}
.concept-step-copy span{color:#475569;font-size:16px;line-height:1.75}
.box-section .section-heading>p:last-child{color:#475569;font-size:16px}
.memory-new-visual{border-color:#cbd5e1;box-shadow:0 20px 50px rgba(15,23,42,.11)}
.external-browser-guide{position:fixed;z-index:1000;inset:0;display:none;place-items:center;padding:20px;background:rgba(15,23,42,.62);backdrop-filter:blur(4px)}
.external-browser-guide.show{display:grid}
.external-browser-guide-card{position:relative;width:min(100%,430px);padding:30px;border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.28)}
.external-browser-guide-close{position:absolute;top:13px;right:15px;width:36px;height:36px;border:0;color:#64748b;background:transparent;font-size:29px;line-height:1;cursor:pointer}
.external-browser-guide-label{margin:0 0 8px;color:var(--blue);font-size:12px;font-weight:700}
.external-browser-guide-card h2{margin:0 0 14px;font-size:25px}
.external-browser-guide-card>p:not(.external-browser-guide-label){margin:0;color:#475569;font-size:14px;line-height:1.7}
.external-browser-guide-card ol{margin:18px 0 22px;padding-left:22px;color:#334155;font-size:14px;line-height:1.8}
.external-browser-copy{width:100%;border:0;cursor:pointer}
.external-browser-continue{display:block;margin-top:16px;color:#64748b;text-align:center;font-size:13px;text-decoration:underline}
.memory-rule{padding:24px;border-color:#cbd5e1;box-shadow:0 8px 24px rgba(15,23,42,.05)}
.memory-rule p{margin-bottom:7px;font-size:13px}
.memory-rule h3{margin-bottom:10px;color:#0b1324;font-size:19px}
.memory-rule small{color:#475569;font-size:14px;line-height:1.7}
@media(max-width:600px){.concept-step-copy{padding:24px}.concept-step-copy h3{font-size:22px}.concept-step-copy span{font-size:15px}.memory-rule{padding:20px}.memory-rule h3{font-size:18px}.memory-rule small{font-size:14px}}

/* Company information */
footer{display:block}
.footer-top{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:30px}
.footer-top>p{margin:0;text-align:center}
.footer-top>a:last-child:hover{color:var(--blue)}
.footer-company{display:flex;justify-content:center;gap:22px;margin-top:30px;padding-top:22px;border-top:1px solid var(--line);color:#64748b;font-size:12px}
@media(max-width:900px){.footer-top{grid-template-columns:1fr;text-align:center}.footer-top .brand{justify-content:center}.footer-company{flex-wrap:wrap;gap:8px 18px}}
@media(max-width:600px){.footer-company{align-items:center;flex-direction:column}}
.footer-company{margin-top:0;padding-top:0;border-top:0}

/* Position the app screen at the lower-left of the hero image */
.campaign-hero>.campaign-phone{top:auto;bottom:24px;left:24px}
@media(max-width:900px){.campaign-hero>.campaign-phone{top:auto;bottom:18px;left:16px}}
@media(max-width:600px){.campaign-hero>.campaign-phone{top:calc(60vw - 10px);bottom:auto;left:10px;transform:translateY(-100%)}}

/* Keep campaign copy in the upper-right on compact desktop/tablet */
@media(min-width:601px) and (max-width:900px){
  .campaign-copy{top:54px;right:28px;bottom:auto;left:auto;width:min(540px,68vw);text-align:right}
  .campaign-actions{margin-right:0;margin-left:auto}
}

/* Stronger, upper-right campaign message on desktop */
@media(min-width:901px){
  .campaign-copy{top:7%;right:3%;width:min(650px,45vw)}
  .campaign-copy .eyebrow{font-size:13px}
  .campaign-copy h1{font-size:clamp(50px,4.2vw,72px);line-height:1.15}
  .campaign-copy>p:not(.eyebrow){font-size:18px;line-height:1.75}
  .campaign-actions{margin-top:34px}
  .campaign-button{min-height:54px;padding:0 27px;font-size:15px}
  .campaign-actions>a:not(.button){font-size:14px}
}

@media(min-width:901px){
  .campaign-copy>p:not(.eyebrow){font-size:21px;line-height:1.8}
  .campaign-button{min-height:58px;padding:0 30px;font-size:17px}
  .campaign-actions>a:not(.button){font-size:16px}
  .campaign-actions>a:not(.button) svg{width:19px;height:19px}
}

/* Larger, balanced header */
.site-header>.button-small{margin-left:auto;min-height:46px;padding:0 19px;font-size:14px}
.site-header .brand{font-size:18px}
.site-header .brand img{width:42px;height:42px;border-radius:10px}
@media(max-width:600px){
  .site-header{height:72px;padding:0 14px}
  .site-header .brand{font-size:16px}
  .site-header .brand img{width:38px;height:38px}
  .site-header>.button-small{width:auto;min-height:44px;padding:0 15px;font-size:13px}
  .campaign-hero{margin-top:72px}
}

/* Correct mobile hero flow and contain the app screen inside the photo */
@media(max-width:600px){
  .campaign-hero{display:flex;flex-direction:column;width:100%;min-height:0;overflow:hidden}
  .campaign-hero>.campaign-backdrop{position:relative;flex:none;width:100%;height:78vw;max-height:430px;object-fit:cover;object-position:center}
  .campaign-hero>.campaign-phone{position:absolute;top:min(calc(78vw - 12px),418px);bottom:auto;left:10px;width:30vw;max-width:140px;transform:translateY(-100%)}
  .campaign-copy{position:relative;inset:auto;flex:none;width:100%;padding:32px 20px 38px}
}

/* Scannable service QR in the main campaign */
.campaign-qr{display:inline-flex;align-items:center;gap:13px;margin-top:22px;padding:10px 14px 10px 10px;border:1px solid rgba(255,255,255,.45);border-radius:12px;background:rgba(255,255,255,.94);color:#0f172a;text-align:left;text-shadow:none;box-shadow:0 12px 30px rgba(4,31,58,.18)}
.campaign-qr>img{width:92px;height:92px;max-width:none;border-radius:5px}
.campaign-qr span{display:grid;gap:5px}
.campaign-qr strong{font-size:14px;font-weight:700}
.campaign-qr small{color:#64748b;font-size:12px}
@media(min-width:901px){.campaign-qr{float:right}.campaign-qr>img{width:104px;height:104px}}
@media(max-width:900px){.campaign-qr{margin-left:auto}}
@media(max-width:600px){.campaign-qr{display:none}}

/* Main campaign brand label */
.campaign-app-name{display:flex;align-items:center;justify-content:flex-end;gap:9px;margin:0 0 16px;color:#fff;font-size:19px;font-weight:700;letter-spacing:-.2px}
.campaign-app-name img{width:30px;height:30px;border-radius:8px;box-shadow:0 5px 14px rgba(4,31,58,.18)}
@media(max-width:900px){.campaign-app-name{font-size:18px}}
@media(max-width:600px){.campaign-app-name{justify-content:flex-start;margin-bottom:14px;font-size:18px}}

/* Harmonized campaign layout across viewport sizes */
.campaign-title-line{white-space:nowrap}
@media(min-width:901px){.campaign-copy{width:min(760px,47vw)}}
@media(max-width:900px){
  .campaign-hero{display:flex;flex-direction:column;min-height:0;overflow:hidden;background:#123f6b}
  .campaign-hero>.campaign-backdrop{position:relative;inset:auto;flex:none;width:100%;height:68vw;max-height:620px;object-fit:cover;object-position:center}
  .campaign-hero>.campaign-phone{top:min(calc(68vw - 16px),604px);right:auto;bottom:auto;left:16px;transform:translateY(-100%)}
  .campaign-shade{display:none}
  .campaign-copy{position:relative;inset:auto;width:100%;padding:42px 28px 46px;text-align:center;text-shadow:none}
  .campaign-copy .eyebrow{margin-bottom:14px}
  .campaign-app-name{justify-content:center}
  .campaign-copy h1{font-size:clamp(34px,6vw,50px);line-height:1.2}
  .campaign-copy>p:not(.eyebrow){font-size:17px}
  .campaign-actions{margin-right:auto;margin-left:auto}
  .campaign-qr{float:none;margin-right:auto;margin-left:auto}
}
@media(max-width:600px){
  .campaign-hero>.campaign-backdrop{height:78vw;max-height:430px}
  .campaign-hero>.campaign-phone{top:min(calc(78vw - 12px),418px);left:10px;width:30vw;max-width:140px}
  .campaign-copy{padding:34px 18px 40px;text-align:center}
  .campaign-app-name{justify-content:center}
  .campaign-copy h1{font-size:clamp(24px,7vw,34px);letter-spacing:-1px}
  .campaign-copy>p:not(.eyebrow){font-size:15px}
}

/* Compact narrow-screen campaign without covering the people */
@media(max-width:900px){
  .campaign-hero>.campaign-phone{width:clamp(135px,20vw,170px);max-width:170px;border-radius:10px}
  .campaign-copy{padding-top:32px;padding-bottom:36px}
  .campaign-copy h1{font-size:clamp(32px,5.4vw,44px)}
  .campaign-copy>p:not(.eyebrow){margin-top:18px;font-size:16px}
  .campaign-actions{margin-top:22px}
  .campaign-qr{display:none}
}
@media(max-width:600px){
  .campaign-hero>.campaign-phone{width:28vw;max-width:132px}
  .campaign-copy{padding:30px 18px 34px}
  .campaign-copy h1{font-size:clamp(24px,6.8vw,32px)}
  .campaign-copy>p:not(.eyebrow){font-size:14px}
}

/* Larger desktop QR card */
@media(min-width:901px){
  .campaign-qr{gap:17px;margin-top:24px;padding:13px 18px 13px 13px}
  .campaign-qr>img{width:138px;height:138px}
  .campaign-qr strong{font-size:16px}
  .campaign-qr small{font-size:13px}
}

/* Paired speaking screens in the hero */
.campaign-screens{position:absolute;z-index:2;bottom:22px;left:18px;display:flex;align-items:flex-end;gap:12px}
.campaign-screens img{width:clamp(170px,14vw,220px);max-width:none;border-radius:14px;box-shadow:0 20px 50px rgba(4,31,58,.22)}
.campaign-screens img:last-child{transform:translateY(-20px)}
@media(max-width:900px){
  .campaign-screens{top:min(calc(68vw - 14px),606px);right:auto;bottom:auto;left:12px;gap:8px;transform:translateY(-100%)}
  .campaign-screens img{width:clamp(105px,15vw,145px);border-radius:9px}
  .campaign-screens img:last-child{transform:translateY(-12px)}
}
@media(max-width:600px){
  .campaign-screens{top:min(calc(78vw - 10px),420px);left:8px;gap:6px}
  .campaign-screens img{width:22vw;max-width:104px;border-radius:7px}
  .campaign-screens img:last-child{transform:translateY(-8px)}
}
.campaign-screens img:last-child{transform:none}
