@charset "UTF-8";

:root {
    --ink: #11131a;
    --ink-soft: #3f4350;
    --muted: #707684;
    --line: #e4e6eb;
    --paper: #ffffff;
    --surface: #f4f5f8;
    --surface-warm: #f7f5f1;
    --brand: #6754f7;
    --brand-dark: #4c38d7;
    --brand-light: #9286ff;
    --lime: #caff64;
    --navy: #131526;
    --shell: 1240px;
    --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    border-bottom: 1px solid transparent;
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(18px);
    transition: border-color .25s, box-shadow .25s, background .25s;
}
.site-header.scrolled { background: rgba(255, 255, 255, .94); border-color: rgba(17, 19, 26, .08); box-shadow: 0 8px 30px rgba(24, 27, 38, .05); }
.header-inner { height: 78px; display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand img { width: 126px; height: 42px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; gap: 34px; margin: 0 auto; }
.desktop-nav a, .header-home { color: #4f5360; font-size: 14px; transition: color .2s; }
.desktop-nav a:hover, .header-home:hover { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 650; transition: transform .25s var(--ease), box-shadow .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 19px; background: var(--ink); color: #fff; }
.button-small:hover { background: var(--brand); box-shadow: 0 10px 25px rgba(103, 84, 247, .24); }
.menu-toggle { width: 42px; height: 42px; display: none; border: 0; border-radius: 50%; background: var(--surface); padding: 0; position: relative; }
.menu-toggle span { position: absolute; left: 12px; width: 18px; height: 1.5px; background: var(--ink); transition: transform .25s, top .25s; }
.menu-toggle span:first-child { top: 17px; }
.menu-toggle span:last-child { top: 24px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
.mobile-menu { position: fixed; inset: 78px 0 0; background: #fff; padding: 32px 24px; z-index: 99; }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: block; padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: 18px; }
.mobile-menu .mobile-menu-cta { margin-top: 24px; text-align: center; border: 0; border-radius: 999px; background: var(--brand); color: #fff; }

.hero { min-height: 100vh; padding: 152px 0 54px; position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fafaff 70%, #fff 100%); }
.hero::before { content: ""; position: absolute; width: 920px; height: 920px; right: -420px; top: -390px; border: 1px solid rgba(103, 84, 247, .11); border-radius: 50%; box-shadow: 0 0 0 90px rgba(103, 84, 247, .025), 0 0 0 180px rgba(103, 84, 247, .018); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { width: 460px; height: 460px; left: -260px; top: 160px; background: radial-gradient(circle, rgba(202, 255, 100, .18), transparent 68%); }
.hero-glow-two { width: 540px; height: 540px; right: 12%; bottom: -320px; background: radial-gradient(circle, rgba(103, 84, 247, .12), transparent 70%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr); gap: 76px; align-items: center; position: relative; z-index: 1; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 50px; color: #9498a2; font-size: 12px; }
.breadcrumb a:hover { color: var(--brand); }
.breadcrumb b { color: #5d626d; font-weight: 500; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--brand); font-size: 11px; font-weight: 760; letter-spacing: .18em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(202, 255, 100, .2); }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(46px, 5.1vw, 76px); font-weight: 720; letter-spacing: -.055em; line-height: 1.08; }
.hero h1 em {display: block; color: var(--brand); font-style: normal; }
.hero-lead { max-width: 630px; margin: 28px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button-primary { color: #fff; background: var(--brand); box-shadow: 0 14px 32px rgba(103, 84, 247, .22); }
.button-primary:hover { background: var(--brand-dark); box-shadow: 0 18px 36px rgba(103, 84, 247, .3); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 8px 0; color: #353945; font-size: 14px; font-weight: 600; border-bottom: 1px solid #bbbfc8; }
.text-link span { color: var(--brand); transition: transform .2s; }
.text-link:hover span { transform: translate(2px, -2px); }
.text-link.dark { color: #fff; border-color: rgba(255, 255, 255, .3); }
.hero-capabilities { display: flex; flex-wrap: wrap; gap: 0; margin-top: 54px; color: #777c88; font-size: 12px; }
.hero-capabilities span { display: flex; align-items: center; }
.hero-capabilities span:not(:last-child)::after { content: ""; width: 3px; height: 3px; margin: 0 13px; border-radius: 50%; background: #bbbfc8; }

.hero-visual { position: relative; min-width: 0; }
.hero-visual::before { content: ""; position: absolute; inset: 8% 4% -3% 11%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(103, 84, 247, .2), rgba(103, 84, 247, 0) 68%); filter: blur(22px); }
.hero-visual > img { width: 100%; filter: drop-shadow(0 34px 45px rgba(26, 22, 70, .14)); }
.visual-label { position: absolute; z-index: 2; right: 3%; top: -1%; display: flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(17, 19, 26, .08); border-radius: 999px; background: rgba(255, 255, 255, .85); color: #696d78; font-size: 10px; letter-spacing: .1em; box-shadow: 0 8px 20px rgba(20, 22, 35, .06); backdrop-filter: blur(10px); }
.visual-label i { width: 6px; height: 6px; border-radius: 50%; background: #58d58d; box-shadow: 0 0 0 4px rgba(88, 213, 141, .15); }
.visual-note { position: absolute; z-index: 3; display: flex; gap: 10px; align-items: center; padding: 12px 15px; border: 1px solid rgba(255, 255, 255, .78); border-radius: 14px; background: rgba(255, 255, 255, .88); box-shadow: 0 16px 30px rgba(27, 29, 47, .12); backdrop-filter: blur(12px); }
.visual-note-top { left: -5%; top: 18%; }
.visual-note-bottom { right: -2%; bottom: 11%; }
.note-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: #efedff; color: var(--brand); font-weight: 800; }
.visual-note small, .visual-note strong { display: block; line-height: 1.45; }
.visual-note small { color: #90949e; font-size: 9px; }
.visual-note strong { font-size: 11px; }
.principle-strip { position: relative; z-index: 1; display: flex; align-items: center; gap: 30px; margin-top: 68px; padding-top: 28px; border-top: 1px solid var(--line); }
.principle-strip > p { margin: 0; white-space: nowrap; color: #90949f; font-size: 12px; }
.principle-line { flex: 1; height: 1px; background: linear-gradient(90deg, var(--line), transparent); }
.principle-strip ul { display: flex; gap: 32px; margin: 0; padding: 0; list-style: none; color: #474b56; font-size: 12px; }
.principle-strip b { margin-right: 5px; color: var(--brand); font-size: 9px; }

.section { padding: 130px 0; }
.section-intro { max-width: 760px; }
.section h2 { margin: 0; font-size: clamp(38px, 4.2vw, 62px); font-weight: 690; letter-spacing: -.045em; line-height: 1.13; }
.section-intro > p:last-child { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.challenge { background: var(--surface-warm); }
.challenge-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; margin-top: 88px; align-items: start; }
.challenge-statement { position: sticky; top: 120px; padding: 42px; border-radius: 28px; background: var(--navy); color: #fff; overflow: hidden; }
.challenge-statement::after { content: ""; position: absolute; width: 260px; height: 260px; right: -130px; bottom: -140px; border: 1px solid rgba(202, 255, 100, .35); border-radius: 50%; box-shadow: 0 0 0 38px rgba(202, 255, 100, .025), 0 0 0 76px rgba(202, 255, 100, .018); }
.statement-index { margin: 0 0 44px; color: var(--lime); font-size: 11px; letter-spacing: .16em; }
.challenge-statement blockquote { margin: 0 0 42px; font-size: clamp(22px, 2.2vw, 32px); line-height: 1.55; letter-spacing: -.025em; }
.challenge-list { margin: 0; padding: 0; list-style: none; }
.challenge-list li { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid #d9d7d1; }
.challenge-list li:last-child { border-bottom: 1px solid #d9d7d1; }
.challenge-list > li > span { color: var(--brand); font-size: 12px; font-weight: 700; }
.challenge-list h3 { margin: -7px 0 8px; font-size: 25px; font-weight: 650; letter-spacing: -.025em; }
.challenge-list p { margin: 0; color: #6c6f77; line-height: 1.8; }

.method { color: #fff; background: var(--navy); position: relative; overflow: hidden; }
.method::before { content: ""; position: absolute; width: 700px; height: 700px; left: -400px; top: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(103, 84, 247, .17), transparent 68%); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; margin-bottom: 82px; position: relative; z-index: 1; }
.section-heading > p { max-width: 520px; justify-self: end; margin: 0; color: rgba(255, 255, 255, .6); font-size: 16px; line-height: 1.9; }
.section-kicker.light { color: var(--lime); }
.method-flow { position: relative; z-index: 1; border-top: 1px solid rgba(255, 255, 255, .14); }
.method-step { display: grid; grid-template-columns: 70px 1.15fr .85fr; gap: 42px; align-items: start; padding: 48px 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.method-number { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .24); border-radius: 50%; color: var(--lime); font-size: 12px; }
.method-en { margin: 0 0 9px; color: var(--brand-light); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.method-main h3 { margin: 0 0 14px; font-size: 30px; font-weight: 620; letter-spacing: -.03em; }
.method-main > p:last-child { max-width: 560px; margin: 0; color: rgba(255, 255, 255, .6); line-height: 1.85; }
.method-step ul { margin: 4px 0 0; padding: 0; list-style: none; }
.method-step li { position: relative; padding: 8px 0 8px 20px; color: rgba(255, 255, 255, .82); font-size: 14px; }
.method-step li::before { content: ""; position: absolute; left: 0; top: 17px; width: 7px; height: 1px; background: var(--lime); }

.difference { background: #fff; }
.difference-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 120px; align-items: center; }
.difference-copy > p:nth-of-type(2) { max-width: 530px; margin: 30px 0 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.difference-quote { display: flex; gap: 12px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); }
.difference-quote span { color: var(--brand); font-family: Georgia, serif; font-size: 42px; line-height: 1; }
.difference-quote p { max-width: 430px; margin: 0; color: #4c505a; font-size: 15px; }
.outcome-panel { padding: 24px 44px; border-radius: 28px; background: var(--surface); }
.panel-label { margin: 0; padding: 16px 0 24px; color: #979ba4; font-size: 11px; letter-spacing: .12em; border-bottom: 1px solid #dfe1e6; }
.outcome-row { display: grid; grid-template-columns: 120px 150px 1fr; gap: 20px; align-items: center; padding: 28px 0; border-bottom: 1px solid #dfe1e6; }
.outcome-row:last-child { border-bottom: 0; }
.outcome-row span { color: var(--brand); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.outcome-row h3 { margin: 0; font-size: 18px; font-weight: 650; }
.outcome-row p { margin: 0; color: #747985; font-size: 13px; line-height: 1.65; }

.process { background: var(--surface); }
.process-heading > p { color: var(--muted); }
.process-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.process-track::before { content: ""; position: absolute; left: 24px; right: 24px; top: 24px; height: 1px; background: #d5d7de; }
.process-item { position: relative; padding-right: 20px; }
.process-dot { width: 49px; height: 49px; display: grid; place-items: center; position: relative; z-index: 1; margin-bottom: 36px; border: 1px solid #d0d2d8; border-radius: 50%; background: var(--surface); }
.process-dot span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--brand); font-size: 10px; font-weight: 700; box-shadow: 0 4px 15px rgba(21, 24, 38, .08); }
.process-time { margin: 0 0 8px; color: #9a9ea8; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.process-item h3 { margin: 0 0 13px; font-size: 21px; font-weight: 650; }
.process-item > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.fit-strip { display: grid; grid-template-columns: 160px 1fr; gap: 26px; align-items: center; margin-top: 90px; padding: 32px 36px; border: 1px solid #dbdde3; border-radius: 18px; background: rgba(255, 255, 255, .55); }
.fit-strip > p { margin: 0; color: var(--brand); font-size: 13px; font-weight: 700; }
.fit-items { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fit-items span { padding-left: 15px; border-left: 2px solid #d4d6dc; color: #5d626e; font-size: 12px; line-height: 1.6; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 120px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro > p:nth-of-type(2) { max-width: 460px; margin: 26px 0 32px; color: var(--muted); line-height: 1.85; }
.button-outline { border-color: #cfd2d9; color: var(--ink); background: #fff; }
.button-outline:hover { border-color: var(--brand); color: var(--brand); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: grid; grid-template-columns: 42px 1fr 28px; gap: 12px; align-items: center; padding: 29px 0; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.faq-item button > span { color: var(--brand); font-size: 10px; font-weight: 700; }
.faq-item button b { font-size: 18px; font-weight: 590; }
.faq-item button i { width: 24px; height: 24px; position: relative; border: 1px solid #d8dae0; border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 7px; top: 11px; width: 8px; height: 1px; background: var(--ink); transition: transform .25s; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item.open button i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); line-height: 1.9; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 40px 27px 54px; }

.final-cta { position: relative; overflow: hidden; padding: 110px 0; color: #fff; background: var(--brand); text-align: center; }
.final-cta::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 75%, transparent); }
.cta-orbit { position: absolute; width: 760px; height: 760px; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 110px rgba(255,255,255,.025), 0 0 0 220px rgba(255,255,255,.018); }
.final-cta-inner { position: relative; z-index: 1; }
.final-cta h2 { margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.15; letter-spacing: -.045em; }
.final-cta-inner > p:nth-of-type(2) { max-width: 640px; margin: 24px auto 0; color: rgba(255,255,255,.76); font-size: 17px; }
.final-actions { display: flex; justify-content: center; align-items: center; gap: 38px; margin-top: 40px; }
.button-white { color: var(--brand-dark); background: #fff; box-shadow: 0 14px 28px rgba(47, 31, 152, .2); }
.phone-link { display: flex; flex-direction: column; align-items: flex-start; color: #fff; }
.phone-link small { color: rgba(255,255,255,.62); font-size: 10px; }
.phone-link b { font-size: 20px; letter-spacing: .04em; }

.site-footer { padding: 75px 0 28px; color: rgba(255,255,255,.72); background: #0e1019; }
.footer-main { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding-bottom: 58px; }
.footer-brand img { width: 150px; height: 62px; object-fit: contain; object-position: left center; margin-bottom: 20px; }
.footer-brand p { max-width: 330px; margin: 0; color: rgba(255,255,255,.46); font-size: 13px; line-height: 1.8; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.footer-nav h3 { margin: 0 0 18px; color: #fff; font-size: 13px; font-weight: 620; }
.footer-nav a, .footer-nav p { display: block; margin: 10px 0; color: rgba(255,255,255,.48); font-size: 12px; transition: color .2s; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 20px; align-items: center; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; font-size: 10px; }
.footer-bottom p:nth-child(2) { text-align: center; }
.footer-bottom p span { margin: 0 8px; }
.footer-bottom nav { display: flex; justify-content: flex-end; gap: 15px; }
.footer-bottom nav a { color: rgba(255,255,255,.45); font-size: 10px; }
.mobile-contact-bar { display: none; }

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

@media (max-width: 1100px) {
    .desktop-nav { display: none; }
    .header-actions { margin-left: auto; }
    .hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
    .hero h1 { font-size: clamp(44px, 5.7vw, 64px); }
    .challenge-layout, .difference-grid { gap: 60px; }
    .faq-grid { gap: 70px; }
    .outcome-row { grid-template-columns: 100px 130px 1fr; }
}

@media (max-width: 900px) {
    .shell { width: min(calc(100% - 38px), var(--shell)); }
    .header-home { display: none; }
    .menu-toggle { display: block; }
    .hero { min-height: auto; padding-top: 128px; }
    .hero-grid { grid-template-columns: 1fr; }
    .breadcrumb { margin-bottom: 36px; }
    .hero-copy { max-width: 760px; }
    .hero-visual { max-width: 700px; margin: 25px auto 0; }
    .principle-strip { align-items: flex-start; }
    .principle-line { display: none; }
    .principle-strip ul { flex-wrap: wrap; }
    .section { padding: 96px 0; }
    .challenge-layout, .difference-grid, .faq-grid { grid-template-columns: 1fr; }
    .challenge-statement, .faq-intro { position: relative; top: auto; }
    .challenge-layout { margin-top: 56px; }
    .section-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 58px; }
    .section-heading > p { justify-self: start; }
    .method-step { grid-template-columns: 58px 1fr; }
    .method-step ul { grid-column: 2; }
    .difference-grid { gap: 55px; }
    .process-track { grid-template-columns: repeat(2, 1fr); row-gap: 52px; }
    .process-track::before { display: none; }
    .fit-strip { grid-template-columns: 1fr; }
    .fit-items { grid-template-columns: repeat(2, 1fr); }
    .footer-main { grid-template-columns: 1fr; gap: 50px; }
    .footer-bottom { grid-template-columns: 1fr; text-align: center; }
    .footer-bottom p:nth-child(2) { text-align: center; }
    .footer-bottom nav { justify-content: center; }
}

@media (max-width: 640px) {
    html { scroll-padding-top: 74px; }
    body { padding-bottom: 62px; }
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .header-inner { height: 68px; }
    .brand img { width: 104px; height: 36px; }
    .button-small { display: none; }
    .mobile-menu { inset: 68px 0 0; }
    .hero { padding: 104px 0 38px; }
    .hero::before { width: 520px; height: 520px; right: -350px; top: -260px; }
    .breadcrumb { display: none; }
    .eyebrow { margin-bottom: 18px; font-size: 9px; }
    .hero h1 { font-size: 42px; line-height: 1.12; letter-spacing: -.05em; }
    .hero-lead { margin-top: 22px; font-size: 16px; line-height: 1.8; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 28px; }
    .hero-actions .button { width: 100%; }
    .hero-actions .text-link { align-self: center; }
    .hero-capabilities { margin-top: 34px; }
    .hero-visual { margin-top: 28px; }
    .visual-note { padding: 9px 10px; }
    .visual-note-top { left: -2%; top: 15%; }
    .visual-note-bottom { right: -1%; bottom: 8%; }
    .note-icon { width: 26px; height: 26px; }
    .visual-label { display: none; }
    .principle-strip { display: block; margin-top: 36px; padding-top: 22px; }
    .principle-strip ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
    .section { padding: 76px 0; }
    .section h2 { font-size: 36px; }
    .section-intro > p:last-child { margin-top: 22px; font-size: 15px; }
    .challenge-layout { gap: 48px; }
    .challenge-statement { padding: 30px 24px; border-radius: 20px; }
    .statement-index { margin-bottom: 28px; }
    .challenge-statement blockquote { font-size: 22px; }
    .challenge-list li { grid-template-columns: 36px 1fr; gap: 12px; padding: 24px 0; }
    .challenge-list h3 { font-size: 21px; }
    .challenge-list p { font-size: 14px; }
    .method-step { grid-template-columns: 44px 1fr; gap: 16px; padding: 34px 0; }
    .method-number { width: 38px; height: 38px; }
    .method-main h3 { font-size: 24px; }
    .method-main > p:last-child { font-size: 14px; }
    .method-step ul { grid-column: 1 / -1; margin-left: 60px; }
    .outcome-panel { padding: 12px 22px; border-radius: 20px; }
    .outcome-row { grid-template-columns: 1fr; gap: 5px; padding: 22px 0; }
    .outcome-row h3 { font-size: 19px; }
    .process-track { grid-template-columns: 1fr; gap: 38px; }
    .process-item { display: grid; grid-template-columns: 50px 1fr; column-gap: 15px; }
    .process-dot { grid-row: 1 / 4; margin: 0; }
    .process-time, .process-item h3, .process-item > p:last-child { grid-column: 2; }
    .process-item h3 { margin-top: -18px; }
    .fit-strip { margin-top: 60px; padding: 25px 22px; }
    .fit-items { grid-template-columns: 1fr; }
    .faq-grid { gap: 50px; }
    .faq-item button { grid-template-columns: 28px 1fr 25px; padding: 24px 0; }
    .faq-item button b { font-size: 16px; }
    .faq-item.open .faq-answer p { padding: 0 0 24px 40px; font-size: 14px; }
    .final-cta { padding: 80px 0; }
    .final-cta h2 { font-size: 39px; }
    .final-cta-inner > p:nth-of-type(2) { font-size: 15px; }
    .final-actions { flex-direction: column; gap: 24px; }
    .phone-link { align-items: center; }
    .site-footer { padding-top: 58px; }
    .footer-nav { grid-template-columns: 1fr 1fr; }
    .footer-nav > div:last-child { grid-column: 1 / -1; }
    .footer-bottom p:nth-child(2) { line-height: 2; }
    .mobile-contact-bar { position: fixed; inset: auto 0 0; z-index: 90; display: grid; grid-template-columns: .78fr 1.22fr; height: 62px; padding: 8px; gap: 8px; background: rgba(255,255,255,.94); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
    .mobile-contact-bar a { display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); font-size: 13px; font-weight: 650; }
    .mobile-contact-bar a:last-child { border-color: var(--brand); background: var(--brand); color: #fff; }
}

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