:root {
    --green: #6e8451;
    --green-dark: #52663b;
    --green-soft: #eef4e8;
    --cream: #fffaf1;
    --paper: #fffdf8;
    --line: #eadcc8;
    --text: #2d241d;
    --muted: #746a61;
    --orange: #d99145;
    --purple: #7566a8;
    --shadow: 0 20px 55px rgba(73, 53, 28, .09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'SUIT', 'Inter', sans-serif;
    color: var(--text);
    background: radial-gradient(circle at 90% 0, rgba(110,132,81,.12), transparent 26%), linear-gradient(180deg, #fffefb, #fffaf2 42%, #fffdf9);
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.section-wrap { max-width: 1220px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.landing-nav {
    position: sticky; top: 0; z-index: 50; height: 74px; max-width: 1260px; margin: 0 auto; padding: 0 28px;
    display: flex; align-items: center; justify-content: space-between;
    background: rgba(255,254,250,.88); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(234,220,200,.65);
}
.brand { font: 900 23px/1 'Inter', sans-serif; letter-spacing: -.7px; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 15px; font-weight: 800; }
.nav-links a:hover { color: var(--green-dark); }
.nav-cta { padding: 12px 20px; color: white !important; border-radius: 10px; background: var(--green); box-shadow: 0 10px 24px rgba(82,102,59,.24); }
.hero-section { min-height: 615px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 38px; align-items: center; padding-top: 55px; padding-bottom: 60px; }
.pill,.eyebrow { margin: 0 0 15px; color: var(--green-dark); font-weight: 900; letter-spacing: -.2px; }
.pill { display: inline-flex; padding: 10px 18px; border-radius: 999px; background: var(--green-soft); border: 1px solid #dce7d2; }
.hero-copy h1 { margin: 0; font-size: clamp(48px,5.4vw,72px); line-height: 1.14; letter-spacing: -3.3px; font-weight: 900; }
.hero-copy h1 span { color: var(--green); }
.hero-desc { max-width: 690px; margin: 25px 0 24px; font-size: 19px; line-height: 1.75; color: #51483f; font-weight: 700; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 31px; }
.hero-points span { padding: 9px 13px; border-radius: 999px; background: white; border: 1px solid var(--line); color: #5c534b; font-size: 13px; font-weight: 800; }
.hero-actions { display: flex; gap: 15px; }
.btn { min-width: 205px; height: 58px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; font-size: 17px; font-weight: 900; transition: .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(180deg,#7d9460,var(--green-dark)); color: white; box-shadow: 0 13px 28px rgba(82,102,59,.24); }
.btn-secondary { background: white; border: 1px solid #d8cbb8; }
.hero-visual { position: relative; min-height: 485px; display: grid; place-items: end center; }
.hero-visual::before { content:""; position:absolute; inset:60px 28px 18px; border-radius:48% 48% 22% 22%; background:linear-gradient(160deg,#f5ead8,#edf4e8); border:1px solid #e9dbc7; }
.hero-panda { position: relative; width: min(630px,100%); z-index: 2; filter: drop-shadow(0 20px 20px rgba(69,45,20,.13)); }
.hero-note { position: absolute; z-index: 3; padding: 16px 19px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.95); box-shadow: 0 15px 30px rgba(66,47,26,.11); text-align: center; line-height: 1.48; font-weight: 900; }
.note-one { left: 0; top: 55px; }.note-two { right: -5px; top: 175px; }
.section-heading { margin-bottom: 31px; }.section-heading.centered { text-align: center; }.section-heading h2 { margin: 0; font-size: 37px; line-height: 1.32; letter-spacing: -1.5px; }.section-heading p:last-child { margin: 13px 0 0; color: var(--muted); font-weight: 700; line-height: 1.7; }
.demo-section,.detail-features,.growth-section,.screens-section,.bottom-cta { margin-bottom: 34px; padding-top: 42px; padding-bottom: 42px; border: 1px solid rgba(234,220,200,.92); border-radius: 28px; background: rgba(255,253,248,.95); box-shadow: var(--shadow); }
.mode-switch { width: max-content; max-width: 100%; margin: 0 auto 28px; display: grid; grid-template-columns: 130px 130px minmax(280px,1fr); align-items: center; padding: 6px; border: 1px solid var(--line); border-radius: 15px; background: #f8f3ea; }
.mode-button { height: 45px; border: 0; border-radius: 10px; background: transparent; cursor: pointer; font-weight: 900; color: #7a7066; }
.mode-button.active { color: white; background: var(--green); box-shadow: 0 6px 14px rgba(82,102,59,.22); }
.mode-description { padding: 0 16px; color: #5d554d; font-size: 14px; font-weight: 800; }
.demo-stage { display: grid; grid-template-columns: 1fr 40px 1fr 40px 1.15fr; align-items: stretch; gap: 12px; }
.demo-card { position: relative; min-height: 315px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: white; opacity: .45; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease, box-shadow .3s ease; }
.demo-card.animate-in,.demo-card.is-visible { opacity: 1; transform: none; }.demo-card[data-step="2"] { transition-delay: .14s; }.demo-card[data-step="3"] { transition-delay: .28s; }
.demo-card.revealed { border-color: #cbbfe9; box-shadow: 0 18px 36px rgba(117,102,168,.15); }
.card-label { display:flex; align-items:center; gap:9px; margin-bottom: 24px; font: 900 15px/1 'Inter','SUIT',sans-serif; }.card-label span { width:28px; height:28px; display:grid; place-items:center; border-radius:50%; background:#edf2e9; color:var(--green-dark); }
.english-sentence { margin: 0; padding: 22px; min-height: 125px; display: flex; align-items: center; border-radius: 14px; background: #fffcf6; border: 1px solid #eee3d3; font: 700 18px/1.65 'Inter',sans-serif; }
.card-help { margin: 18px 0 0; color: var(--muted); line-height: 1.65; font-size: 14px; font-weight: 700; }
.correction-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }.correction-tags span { padding: 6px 9px; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: 12px; font-weight: 900; }
.flow-arrow { display: grid; place-items: center; font-size: 30px; font-weight: 900; color: #a79e91; }
.natural-card { background: linear-gradient(155deg,#fff,#faf7ff); }.natural-locked { height: 225px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.natural-locked .sparkle { font-size: 35px; color: var(--purple); }.natural-locked strong { margin-top: 8px; font-size: 18px; }.natural-locked p { color:var(--muted); font-size:14px; font-weight:700; }.reveal-button { margin-top: 8px; padding: 12px 19px; border: 0; border-radius: 10px; color: white; background: var(--purple); cursor: pointer; font-weight: 900; box-shadow: 0 10px 22px rgba(117,102,168,.23); }
.natural-content[hidden],.natural-locked[hidden],.info-tooltip[hidden] { display: none; }.natural-content { animation: reveal .45s ease both; }@keyframes reveal{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.expression-box { margin-top: 15px; padding: 14px; border-radius: 13px; background: #f2eefb; }.expression-box b { display:block; margin-bottom:10px; font-size:13px; }.expression-box div { display:flex; flex-wrap:wrap; gap:7px; }.expression-box span { padding:7px 10px; border-radius:999px; background:white; border:1px solid #ded6f0; color:#5f4d91; font:800 12px/1 'Inter',sans-serif; }
.demo-status { margin-top: 22px; display:flex; justify-content:center; align-items:center; gap:8px; color:#635b53; font-size:14px; }.status-dot { width:9px;height:9px;border-radius:50%;background:#ddd4c8; }.status-dot.active { background:var(--green); }.demo-status b { margin-left:8px; }
.three-strengths { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; padding-top:0; padding-bottom:34px; }.three-strengths article { padding:29px; border:1px solid var(--line); border-radius:22px; background:white; box-shadow:0 12px 30px rgba(67,47,22,.06); opacity:0; transform:translateY(18px); transition:.55s ease; }.three-strengths article.animate-in { opacity:1; transform:none; }.three-strengths article:nth-child(2){transition-delay:.12s}.three-strengths article:nth-child(3){transition-delay:.24s}.strength-icon { width:55px;height:55px;display:grid;place-items:center;margin-bottom:18px;border-radius:17px;background:#f1f5ec;font-size:28px; }.three-strengths h3 { margin:0 0 12px;font-size:23px;line-height:1.4; }.three-strengths article>p:last-child { margin:0;color:var(--muted);line-height:1.75;font-weight:700; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:17px; }.feature-grid article { min-height:180px;padding:24px;border:1px solid var(--line);border-radius:18px;background:white;opacity:0;transform:translateY(15px);transition:.5s ease; }.feature-grid article.animate-in { opacity:1;transform:none; }.feature-grid span { width:48px;height:48px;display:grid;place-items:center;margin-bottom:15px;border-radius:14px;background:#f7efe1;font-size:25px; }.feature-grid h3 { margin:0 0 9px;font-size:19px; }.feature-grid p { margin:0;color:var(--muted);line-height:1.7;font-weight:700; }
.growth-section { display:grid;grid-template-columns:310px 1fr;gap:30px;align-items:center; }.growth-copy h2 { margin:0;font-size:38px;line-height:1.3;letter-spacing:-1.4px; }.growth-copy>p:not(.eyebrow) { color:var(--muted);line-height:1.75;font-weight:700; }.text-link { color:var(--green-dark);font-weight:900; }
.progress-preview { padding:22px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 14px 35px rgba(67,47,22,.07); }.preview-topline { height:90px;display:flex;justify-content:space-between;align-items:center;padding:0 10px 0 6px; }.preview-topline span { display:block;color:var(--muted);font-weight:800; }.preview-topline strong { display:block;margin-top:6px;font-size:20px; }.preview-topline img { width:130px;height:90px;object-fit:contain;object-position:bottom; }
.metric-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:12px; }.metric-grid article { position:relative;min-height:133px;padding:17px;border-radius:16px;background:#faf8f3;border:1px solid #eee5d8; }.metric-title { display:flex;align-items:center;gap:6px;color:#72685e;font-size:13px;font-weight:900; }.metric-grid strong { display:block;margin:15px 0 5px;font-size:28px; }.metric-grid article>span { color:var(--green-dark);font-size:12px;font-weight:800; }.info-button { width:20px;height:20px;padding:0;border:1px solid #bdb2a3;border-radius:50%;background:white;cursor:pointer;color:#6e6257;font:900 12px/1 'Inter',sans-serif; }.info-tooltip { position:absolute;z-index:10;left:0;top:42px;width:335px;padding:17px;border:1px solid #d8cbb8;border-radius:14px;background:#fffdf8;box-shadow:0 16px 34px rgba(64,45,24,.16); }.info-tooltip b { display:block;margin-bottom:8px; }.info-tooltip p { margin:8px 0;color:#665c52;font-size:12px;line-height:1.65;font-weight:700; }.progress-lower { display:grid;grid-template-columns:1.4fr 1fr;gap:12px;margin-top:12px; }.progress-lower article { min-height:115px;padding:17px;border:1px solid #eee5d8;border-radius:16px;background:#faf8f3; }.progress-lower article>div:first-child { display:flex;justify-content:space-between;font-size:13px; }.progress-lower article span { color:var(--green-dark);font-weight:900; }.line-chart { height:60px;display:flex;align-items:end;gap:12px;padding-top:15px; }.line-chart i { flex:1;border-radius:6px 6px 2px 2px;background:#9bad81; }.line-chart i:nth-child(1){height:18px}.line-chart i:nth-child(2){height:26px}.line-chart i:nth-child(3){height:24px}.line-chart i:nth-child(4){height:35px}.line-chart i:nth-child(5){height:43px}.line-chart i:nth-child(6){height:50px}.emotion-list { display:flex;gap:7px;flex-wrap:wrap;margin-top:22px; }.emotion-list span { padding:8px 10px;border-radius:10px;background:white;border:1px solid #e9dfd0;color:#51483f!important;font-size:12px; }
.screens-section { padding-left:28px;padding-right:28px; }.screen-flow { display:grid;grid-template-columns:repeat(4,1fr);gap:17px; }.screen-flow article { text-align:center; }.screen-flow b { display:block;margin-bottom:10px;color:var(--green-dark); }.screen-flow img { width:100%;aspect-ratio:4/3;object-fit:cover;object-position:top left;border:1px solid #ddd2c3;border-radius:12px;background:white;box-shadow:0 12px 25px rgba(52,38,19,.08); }.screen-flow p { margin:9px 0 0;color:var(--muted);font-size:13px;font-weight:800; }
.bottom-cta { min-height:205px;display:grid;grid-template-columns:220px 1fr 220px;gap:24px;align-items:center;padding-right:44px;background:linear-gradient(95deg,#fff7e6,#f0f5e9); }.bottom-cta img { width:220px;height:175px;align-self:end;object-fit:contain;object-position:bottom; }.bottom-cta h2 { margin:0;font-size:31px;line-height:1.35; }.bottom-cta div>p:last-child { color:var(--muted);line-height:1.7;font-weight:700; }.landing-footer { padding:22px;text-align:center;color:#8c8278;font-size:13px; }
.landing-footer p { margin:0 0 8px; }
.landing-footer-links { display:flex;align-items:center;justify-content:center;gap:9px; }
.landing-footer-links a { color:#756b62;text-decoration:none;font-weight:700; }
.landing-footer-links a:hover { color:#5f7445;text-decoration:underline;text-underline-offset:3px; }
@media(max-width:1080px){.hero-section,.growth-section{grid-template-columns:1fr}.hero-visual{min-height:410px}.demo-stage{grid-template-columns:1fr}.flow-arrow{transform:rotate(90deg)}.mode-switch{grid-template-columns:120px 120px 1fr}.metric-grid{grid-template-columns:repeat(2,1fr)}.screen-flow{grid-template-columns:repeat(2,1fr)}.bottom-cta{grid-template-columns:170px 1fr}.bottom-cta .btn{grid-column:2;justify-self:start}.feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.landing-nav{height:68px;padding:0 18px}.nav-links{display:none}.section-wrap{padding-left:16px;padding-right:16px}.hero-section{padding-top:35px}.hero-copy h1{font-size:42px;letter-spacing:-2px}.hero-desc{font-size:17px}.hero-actions{flex-direction:column}.btn{width:100%}.hero-note{display:none}.hero-visual{min-height:310px}.demo-section,.detail-features,.growth-section,.screens-section,.bottom-cta{border-radius:20px;padding-top:30px;padding-bottom:30px}.section-heading h2,.growth-copy h2{font-size:30px}.mode-switch{width:100%;grid-template-columns:1fr 1fr}.mode-description{grid-column:1/-1;padding:12px;text-align:center}.three-strengths,.feature-grid,.metric-grid,.progress-lower,.screen-flow{grid-template-columns:1fr}.demo-card{min-height:auto}.english-sentence{min-height:110px}.growth-section{display:block}.progress-preview{margin-top:26px}.info-tooltip{width:min(320px,calc(100vw - 64px))}.bottom-cta{grid-template-columns:1fr;text-align:center;padding:28px}.bottom-cta img{margin:auto}.bottom-cta .btn{grid-column:auto;justify-self:stretch}}

/* ===== Landing renewal: Write every day. Learn naturally. ===== */
svg { display: block; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--green); }
.brand-icon svg { width: 21px; height: 21px; stroke-width: 2; }
.pill { align-items: center; gap: 8px; }
.pill svg { width: 17px; height: 17px; }
.hero-copy h1 { font-family: 'Inter', sans-serif; letter-spacing: -3.8px; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.hero-points svg { width: 15px; height: 15px; color: var(--green); stroke-width: 2.3; }
.hero-note { display: flex; align-items: center; gap: 10px; text-align: left; }
.hero-note svg { width: 23px; height: 23px; color: var(--green); flex: 0 0 auto; }

.style-section { margin-bottom: 34px; padding-top: 42px; padding-bottom: 42px; }
.style-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.style-card { min-height: 190px; padding: 28px; display: grid; grid-template-columns: 58px 1fr; gap: 20px; align-items: start; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 12px 30px rgba(67,47,22,.06); opacity: 0; transform: translateY(18px); transition: .55s ease; }
.style-card.animate-in { opacity: 1; transform: none; }
.style-card:nth-child(2) { transition-delay: .12s; }
.style-card.standard-style { background: linear-gradient(145deg, #fffdf9, #f6f8f2); }
.style-card.casual-style { background: linear-gradient(145deg, #fffdf9, #faf7ff); }
.style-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: #edf2e9; color: var(--green-dark); }
.casual-style .style-icon { background: #f1edfb; color: var(--purple); }
.style-icon svg { width: 28px; height: 28px; }
.style-name { margin: 1px 0 6px; color: var(--green-dark); font: 900 15px/1.2 'Inter', sans-serif; }
.casual-style .style-name { color: var(--purple); }
.style-card h3 { margin: 0 0 12px; font: 800 22px/1.35 'Inter', sans-serif; letter-spacing: -.6px; }
.style-card > div:last-child > p:last-child { margin: 0; color: var(--muted); line-height: 1.72; font-weight: 700; }

.card-label > span { border-radius: 9px; }
.card-label svg { width: 16px; height: 16px; }
.flow-arrow svg { width: 29px; height: 29px; stroke-width: 2.3; }
.sparkle-icon { width: 38px; height: 38px; color: var(--purple); margin-bottom: 8px; }
.strength-icon, .feature-grid article > span { font-size: 0; }
.strength-icon svg { width: 27px; height: 27px; color: var(--green-dark); }
.feature-grid article > span svg { width: 24px; height: 24px; color: var(--green-dark); }
.text-link { display: inline-flex; align-items: center; gap: 6px; }
.text-link svg { width: 17px; height: 17px; }
.metric-grid article:nth-child(4) strong { color: var(--text); }

@media(max-width:1080px){
    .style-cards{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
    .style-cards{grid-template-columns:1fr}
    .style-card{grid-template-columns:50px 1fr;padding:23px}
    .style-icon{width:50px;height:50px}
    .hero-copy h1{letter-spacing:-2.2px}
}

/* ===== Final landing polish: spacing, hierarchy, and calmer hero ===== */
.hero-section {
    min-height: 690px;
    padding-top: 82px;
    padding-bottom: 110px;
    gap: 64px;
}
.pill { margin-bottom: 30px; }
.hero-copy h1 {
    display: flex;
    flex-direction: column;
    line-height: 1.06;
}
.hero-line-one,
.hero-line-two { display: block; }
.hero-line-two {
    margin-top: 16px;
    margin-left: 64px;
    color: var(--green);
}
.hero-desc {
    margin-top: 42px;
    margin-bottom: 32px;
    line-height: 1.9;
}
.hero-points { margin-bottom: 34px; gap: 12px; }
.hero-actions { gap: 16px; }
.hero-visual { min-height: 520px; align-items: center; }
.hero-visual::before { inset: 48px 24px 8px; }
.hero-panda { transform: translateY(-12px); }
.hero-note { display: none !important; }

.philosophy-section {
    max-width: 1040px;
    margin-top: 18px;
    margin-bottom: 118px;
    padding-top: 76px;
    padding-bottom: 78px;
    border-top: 1px solid rgba(234,220,200,.78);
    border-bottom: 1px solid rgba(234,220,200,.78);
}
.philosophy-section .section-heading { margin-bottom: 50px; }
.philosophy-section .section-heading .eyebrow { margin-bottom: 22px; }
.philosophy-section .section-heading h2 {
    max-width: 820px;
    margin: 0 auto;
    font-size: 40px;
    line-height: 1.42;
}
.philosophy-content {
    max-width: 820px;
    margin: 0 auto;
    color: #51483f;
    font-size: 18px;
    line-height: 1.95;
}
.philosophy-content > p { margin: 0; }
.philosophy-content > p + p { margin-top: 34px; }
.quote-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 34px 0;
}
.quote-list span {
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 17px 20px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(255,255,255,.86);
    box-shadow: 0 9px 22px rgba(67,47,22,.045);
    color: #3f382f;
    font: 700 17px/1.5 'Inter', sans-serif;
}

.style-section {
    margin-bottom: 112px;
    padding-top: 0;
    padding-bottom: 0;
}
.style-section .section-heading,
.demo-section .section-heading,
.detail-features .section-heading,
.screens-section .section-heading { margin-bottom: 46px; }
.section-heading .eyebrow { margin-bottom: 20px; }
.section-heading h2 { line-height: 1.42; }
.section-heading p:last-child { margin-top: 20px; }
.style-cards { gap: 26px; }
.style-card { min-height: 210px; padding: 34px; }

.demo-section,
.detail-features,
.growth-section,
.screens-section,
.bottom-cta {
    margin-bottom: 112px;
    padding-top: 72px;
    padding-bottom: 72px;
}
.demo-section { padding-left: 34px; padding-right: 34px; }
.mode-switch { margin-bottom: 42px; }
.demo-stage { gap: 16px; }
.demo-status { margin-top: 32px; }
.three-strengths { padding-bottom: 112px; gap: 26px; }
.three-strengths article { padding: 34px; }
.detail-features { padding-left: 34px; padding-right: 34px; }
.feature-grid { gap: 22px; }
.feature-grid article { padding: 28px; }
.growth-section { gap: 48px; padding-left: 42px; padding-right: 42px; }
.screens-section { padding-left: 34px; padding-right: 34px; }
.screen-flow { gap: 22px; }
.screen-flow b { margin-bottom: 14px; font-size: 15px; }
.screen-flow p { margin-top: 13px; line-height: 1.55; }
.bottom-cta { padding-top: 42px; padding-bottom: 42px; }

@media(max-width:1080px){
    .hero-section{padding-top:64px;padding-bottom:90px}
    .hero-line-two{margin-left:42px}
    .philosophy-section{margin-bottom:94px}
}
@media(max-width:760px){
    .hero-section{min-height:auto;padding-top:48px;padding-bottom:74px;gap:34px}
    .pill{margin-bottom:24px}
    .hero-line-two{margin-top:10px;margin-left:24px}
    .hero-desc{margin-top:30px;margin-bottom:26px;line-height:1.78}
    .hero-visual{min-height:300px}
    .hero-panda{transform:translateY(0)}
    .philosophy-section{margin-top:0;margin-bottom:76px;padding-top:54px;padding-bottom:56px}
    .philosophy-section .section-heading{margin-bottom:36px}
    .philosophy-section .section-heading h2{font-size:31px}
    .philosophy-content{font-size:16px;line-height:1.85}
    .quote-list{grid-template-columns:1fr;margin:28px 0}
    .style-section,.demo-section,.detail-features,.growth-section,.screens-section,.bottom-cta{margin-bottom:76px}
    .demo-section,.detail-features,.screens-section{padding-left:20px;padding-right:20px}
    .growth-section{padding-left:22px;padding-right:22px}
}

/* ===== Deployment-ready landing refinements ===== */
@media (min-width: 1081px) {
    .hero-copy h1 {
        font-size: clamp(52px, 4.7vw, 70px);
    }
    .hero-line-one,
    .hero-line-two {
        white-space: nowrap;
    }
    .hero-line-two {
        margin-left: 52px;
    }
}

.hero-visual {
    min-height: 500px;
    place-items: center;
}
.hero-visual::before {
    inset: 72px 52px 42px;
    border-radius: 44% 56% 50% 38% / 42% 38% 62% 58%;
    background:
        radial-gradient(circle at 28% 22%, rgba(255,255,255,.72), transparent 30%),
        linear-gradient(145deg, #f6ead7 0%, #f2efdf 48%, #eaf3e7 100%);
    transform: rotate(-2deg);
}
.hero-panda {
    width: min(560px, 106%);
    transform: translateY(-4px) scale(1.06);
}

.philosophy-content > p:last-child {
    margin-top: 42px;
    padding: 24px 28px;
    border-left: 4px solid var(--green);
    border-radius: 0 14px 14px 0;
    background: rgba(238,244,232,.72);
}

.pdf-feature {
    margin-bottom: 112px;
    padding: 54px 58px;
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(340px, 1.14fr);
    gap: 56px;
    align-items: center;
    border: 1px solid rgba(234,220,200,.92);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255,253,248,.98), rgba(244,248,239,.96));
    box-shadow: var(--shadow);
}
.pdf-feature-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 17px;
    background: var(--green-soft);
    color: var(--green-dark);
}
.pdf-feature-icon svg { width: 29px; height: 29px; }
.pdf-feature-copy .eyebrow { margin-bottom: 14px; }
.pdf-feature-copy h2 {
    margin: 0;
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: -1.2px;
}
.pdf-feature-copy > p:last-child {
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.82;
    font-weight: 700;
}
.pdf-feature-visual {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(67,47,22,.10);
}
.pdf-feature-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.screen-flow article {
    min-width: 0;
}
.screen-flow img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: center top;
    border-radius: 14px;
}
.screen-flow .screen-feedback img {
    object-fit: contain;
    background: #fffdf8;
}

@media(max-width:1080px){
    .pdf-feature{grid-template-columns:1fr;padding:46px;gap:36px}
    .hero-line-one,.hero-line-two{white-space:normal}
}
@media(max-width:760px){
    .hero-line-two{margin-left:18px}
    .hero-visual::before{inset:44px 18px 24px}
    .hero-panda{width:min(430px,104%);transform:translateY(0) scale(1.02)}
    .philosophy-content > p:last-child{padding:20px 20px}
    .pdf-feature{margin-bottom:76px;padding:28px 20px;border-radius:20px}
    .pdf-feature-copy h2{font-size:29px}
    .screen-flow img{height:auto;max-height:none;object-fit:contain}
}
