@charset "UTF-8";
:root{--ink:#14151d;--soft:#414550;--muted:#727683;--line:#e4e5eb;--paper:#fff;--surface:#f5f5f8;--warm:#f5f2ed;--purple:#6754f7;--purple-dark:#4c38d7;--purple-light:#9286ff;--lime:#caff64;--cyan:#6ff2dc;--navy:#111321;--shell:1240px;--ease:cubic-bezier(.2,.75,.25,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;color:var(--ink);background:var(--paper);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei","PingFang SC",Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}.shell{width:min(calc(100% - 48px),var(--shell));margin-inline:auto}.skip-link{position:fixed;left:16px;top:-60px;z-index:999;padding:10px 16px;border-radius:8px;color:#fff;background:var(--ink);transition:top .2s}.skip-link:focus{top:12px}
.site-header{position:fixed;inset:0 0 auto;z-index:100;background:rgba(255,255,255,.82);border-bottom:1px solid transparent;backdrop-filter:blur(18px);transition:.25s}.site-header.scrolled{background:rgba(255,255,255,.96);border-color:rgba(20,21,29,.08);box-shadow:0 8px 30px rgba(20,24,36,.05)}.header-inner{height:78px;display:flex;align-items:center}.brand{display:inline-flex;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:#535763;font-size:14px;transition:color .2s}.desktop-nav a:hover,.header-home:hover{color:var(--purple)}.header-actions{display:flex;align-items:center;gap:22px}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:17px;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;color:#fff;background:var(--ink)}.button-small:hover{background:var(--purple);box-shadow:0 10px 25px rgba(103,84,247,.24)}.menu-toggle{width:42px;height:42px;display:none;position:relative;padding:0;border:0;border-radius:50%;background:var(--surface)}.menu-toggle span{position:absolute;left:12px;width:18px;height:1.5px;background:var(--ink);transition:.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;z-index:99;padding:32px 24px;background:#fff}.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;border:0;border-radius:999px;color:#fff;background:var(--purple);text-align:center}
.hero{min-height:100vh;padding:136px 0 48px;position:relative;overflow:hidden;background:linear-gradient(145deg,#fbfbfe 0%,#f6f3ff 57%,#f1f6f5 100%)}.hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(103,84,247,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(103,84,247,.045) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000 0,transparent 80%)}.hero-glow{position:absolute;border-radius:50%;filter:blur(2px)}.glow-one{width:640px;height:640px;right:-240px;top:-210px;background:radial-gradient(circle,rgba(146,134,255,.22),transparent 68%)}.glow-two{width:400px;height:400px;left:-220px;bottom:-180px;background:radial-gradient(circle,rgba(111,242,220,.16),transparent 70%)}.hero-layout{display:grid;grid-template-columns:minmax(0,.98fr) minmax(500px,1.02fr);gap:58px;align-items:center;position:relative;z-index:1}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:44px;color:#a0a2ac;font-size:12px}.breadcrumb a:hover{color:var(--purple)}.breadcrumb b{color:#6d7180;font-weight:500}.eyebrow,.section-kicker{margin:0 0 20px;color:var(--purple);font-size:10px;font-weight:760;letter-spacing:.17em}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--purple);box-shadow:0 0 0 5px rgba(103,84,247,.12)}.hero h1{max-width:720px;margin:0;font-size:clamp(47px,5vw,74px);font-weight:720;line-height:1.09;letter-spacing:-.055em}.hero h1 em{display:block;color:var(--purple);font-style:normal}.hero-lead{max-width:650px;margin:28px 0 0;color:#626773;font-size:17px;line-height:1.9}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:35px}.button-primary{color:#fff;background:var(--purple);box-shadow:0 15px 32px rgba(103,84,247,.25)}.button-primary:hover{background:var(--purple-dark);box-shadow:0 18px 36px rgba(103,84,247,.34)}.text-link{display:inline-flex;align-items:center;gap:10px;padding:8px 0;color:#363a46;border-bottom:1px solid #c5c7cf;font-size:14px;font-weight:600}.text-link span{color:var(--purple);transition:transform .2s}.text-link:hover span{transform:translate(2px,-2px)}.hero-points{display:flex;flex-wrap:wrap;margin-top:43px;color:#777b87;font-size:11px}.hero-points span:not(:last-child)::after{content:"";display:inline-block;width:3px;height:3px;margin:0 12px;vertical-align:middle;border-radius:50%;background:var(--purple-light)}.hero-visual{position:relative;min-width:0}.hero-visual::before{content:"";position:absolute;inset:12% 4% 4% 8%;z-index:-1;border-radius:50%;background:radial-gradient(circle,rgba(103,84,247,.18),transparent 68%);filter:blur(28px)}.hero-visual>img{width:100%;filter:drop-shadow(0 35px 45px rgba(42,35,91,.12))}.prompt-float{position:absolute;min-width:190px;padding:12px 16px;border:1px solid rgba(103,84,247,.15);border-radius:14px;background:rgba(255,255,255,.88);box-shadow:0 18px 35px rgba(42,35,91,.1);backdrop-filter:blur(14px)}.prompt-float small,.prompt-float b{display:block}.prompt-float small{color:var(--purple);font-size:8px;font-weight:750;letter-spacing:.1em}.prompt-float b{margin-top:3px;font-size:11px}.prompt-a{left:-3%;top:19%}.prompt-b{right:-1%;bottom:13%}.hero-band{position:relative;z-index:2;display:grid;grid-template-columns:230px 1fr;align-items:center;margin-top:46px;padding:23px 28px;border:1px solid rgba(103,84,247,.14);border-radius:17px;background:rgba(255,255,255,.64);backdrop-filter:blur(12px)}.hero-band>p{display:flex;align-items:center;gap:9px;margin:0;color:var(--purple);font-size:11px;font-weight:650}.hero-band>p i{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px rgba(202,255,100,.28)}.hero-band>div{display:grid;grid-template-columns:repeat(4,1fr)}.hero-band span{padding-left:18px;border-left:1px solid #dddae9;color:#686c78;font-size:11px}.hero-band span b{margin-right:7px;color:#aaa3d7;font-size:9px}
.section{padding:125px 0}.section h2{margin:0;font-size:clamp(38px,4.2vw,62px);font-weight:690;line-height:1.14;letter-spacing:-.045em}.section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:95px;align-items:end;margin-bottom:75px}.section-head>p{max-width:540px;justify-self:end;margin:0;color:var(--muted);line-height:1.9}.questions{background:#fff}.question-stage{display:grid;grid-template-columns:.72fr 1.28fr;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 24px 55px rgba(25,27,38,.07)}.question-rail{padding:20px;background:var(--surface)}.question-tab{width:100%;display:grid;grid-template-columns:40px 1fr;gap:2px 14px;padding:19px 18px;border:0;border-radius:15px;color:var(--ink);background:transparent;text-align:left;cursor:pointer;transition:.25s}.question-tab:hover{background:#fff}.question-tab.active{color:#fff;background:var(--purple);box-shadow:0 12px 25px rgba(103,84,247,.22)}.question-tab span{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;margin-top:3px;border:1px solid #d9dbe2;border-radius:50%;color:var(--purple);font-size:9px;font-weight:700}.question-tab.active span{border-color:rgba(255,255,255,.25);color:var(--lime)}.question-tab b{font-size:16px}.question-tab small{color:#8b8f9b;font-size:10px}.question-tab.active small{color:rgba(255,255,255,.58)}.question-display{min-height:440px;display:grid;padding:52px 56px;background:#fff}.question-panel{align-self:center}.question-panel[hidden]{display:none}.question-panel.active{animation:panelIn .4s var(--ease)}@keyframes panelIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.panel-label{margin:0;color:var(--purple);font-size:9px;font-weight:750;letter-spacing:.14em}.question-panel blockquote{max-width:750px;margin:21px 0 28px;font-size:clamp(26px,2.6vw,38px);font-weight:620;line-height:1.45;letter-spacing:-.03em}.answer-needs{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:28px}.answer-needs span{padding:7px 12px;border-radius:999px;color:#5b4bc8;background:#f0edff;font-size:10px;font-weight:650}.question-panel>p:last-child{max-width:680px;margin:0;padding-top:25px;border-top:1px solid var(--line);color:var(--muted);font-size:14px;line-height:1.85}
.gaps{background:var(--warm)}.gaps-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:110px;align-items:start}.gaps-intro{position:sticky;top:120px}.gaps-intro>p:nth-of-type(2){max-width:460px;margin:28px 0 34px;color:var(--muted);line-height:1.9}.gap-list{border-top:1px solid #cac6be}.gap-item{display:grid;grid-template-columns:54px 1fr 135px;gap:24px;align-items:start;padding:35px 0;border-bottom:1px solid #d6d2ca}.gap-item>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid #cbc7bf;border-radius:50%;color:var(--purple);font-size:9px;font-weight:700}.gap-item h3{margin:1px 0 8px;font-size:23px;font-weight:620}.gap-item p{max-width:540px;margin:0;color:var(--muted);font-size:13px;line-height:1.85}.gap-item>b{justify-self:end;margin-top:8px;color:#a39f96;font-size:8px;letter-spacing:.12em}
.system{position:relative;overflow:hidden;color:#fff;background:var(--navy)}.system-grid{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:radial-gradient(circle at 75% 45%,#000,transparent 70%)}.system::after{content:"";position:absolute;width:800px;height:800px;right:-470px;top:90px;border-radius:50%;background:radial-gradient(circle,rgba(103,84,247,.27),transparent 67%)}.system .shell{position:relative;z-index:1}.system-head{max-width:880px}.section-kicker.light{color:var(--lime)}.system-head>p:last-child{max-width:680px;margin:27px 0 0;color:rgba(255,255,255,.58);line-height:1.9}.system-flow{margin-top:78px;border-top:1px solid rgba(255,255,255,.14)}.system-item{display:grid;grid-template-columns:54px .7fr 1fr .75fr;gap:32px;align-items:start;padding:38px 0;border-bottom:1px solid rgba(255,255,255,.14)}.system-item>span{width:39px;height:39px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;color:var(--lime);font-size:9px}.system-title small{color:var(--purple-light);font-size:8px;font-weight:700;letter-spacing:.14em}.system-title h3{margin:4px 0 0;font-size:24px;font-weight:620}.system-item>p{margin:0;color:rgba(255,255,255,.58);font-size:14px;line-height:1.85}.system-item ul{margin:0;padding:0;list-style:none}.system-item li{position:relative;padding:5px 0 5px 15px;color:rgba(255,255,255,.77);font-size:11px}.system-item li::before{content:"";position:absolute;left:0;top:14px;width:6px;height:1px;background:var(--lime)}.system-note{display:grid;grid-template-columns:120px 1fr 190px;gap:35px;align-items:center;margin-top:55px;padding:25px 28px;border:1px solid rgba(202,255,100,.21);border-radius:16px;background:rgba(255,255,255,.04)}.system-note b{color:var(--lime);font-size:12px}.system-note p{margin:0;color:rgba(255,255,255,.56);font-size:12px}.system-note span{justify-self:end;color:rgba(255,255,255,.27);font-size:8px;font-weight:700;letter-spacing:.11em}
.journey{background:#fff}.journey-line{display:grid;grid-template-columns:repeat(5,1fr);position:relative;margin-bottom:120px}.journey-line::before{content:"";position:absolute;left:10%;right:10%;top:22px;height:1px;background:#d9dbe2}.journey-line article{position:relative;padding:0 18px;text-align:center}.journey-line span{width:45px;height:45px;display:grid;place-items:center;position:relative;z-index:1;margin:0 auto 20px;border:1px solid #d8dae2;border-radius:50%;color:var(--purple);background:#fff;font-size:9px;font-weight:700}.journey-line article:nth-child(3) span{color:#fff;border-color:var(--purple);background:var(--purple);box-shadow:0 0 0 8px rgba(103,84,247,.1)}.journey-line small{color:#9b9eaa;font-size:9px}.journey-line h3{margin:5px 0 7px;font-size:17px}.journey-line p{margin:0;color:var(--muted);font-size:11px}.answer-lab{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px;align-items:center;padding:65px;border-radius:32px;background:var(--surface)}.lab-copy>p:nth-of-type(2){max-width:500px;margin:25px 0 30px;color:var(--muted);line-height:1.9}.lab-tags{display:flex;flex-wrap:wrap;gap:8px}.lab-tags span{padding:7px 11px;border:1px solid #dcdde4;border-radius:999px;color:#666a77;background:#fff;font-size:10px}.answer-card{padding:32px;border:1px solid #e2e3e9;border-radius:24px;background:#fff;box-shadow:0 25px 50px rgba(28,30,44,.09)}.answer-card-top{display:flex;justify-content:space-between;padding-bottom:19px;border-bottom:1px solid var(--line)}.answer-card-top span{color:var(--purple);font-size:9px;font-weight:750;letter-spacing:.12em}.answer-card-top small{color:#a2a5ae;font-size:8px}.sample-question,.sample-answer{display:grid;grid-template-columns:28px 1fr;gap:11px}.sample-question{align-items:center;margin-top:22px;padding:13px 15px;border-radius:11px;background:var(--surface)}.sample-question i,.sample-answer>i{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;font-style:normal;font-size:9px;font-weight:700}.sample-question i{color:var(--purple);background:#e9e5ff}.sample-question p{margin:0;font-size:12px;font-weight:620}.sample-answer{margin-top:13px;padding:19px;border-radius:14px;color:#fff;background:var(--purple)}.sample-answer>i{color:var(--purple-dark);background:var(--lime)}.sample-answer b{font-size:13px}.sample-answer p{margin:7px 0 0;color:rgba(255,255,255,.69);font-size:11px;line-height:1.75}.answer-evidence{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.answer-evidence span{position:relative;padding-left:14px}.answer-evidence span>i{position:absolute;left:0;top:6px;width:6px;height:6px;border-radius:50%;background:var(--cyan)}.answer-evidence b,.answer-evidence small{display:block}.answer-evidence b{font-size:10px}.answer-evidence small{margin-top:2px;color:#9599a4;font-size:8px}.answer-source{display:flex;justify-content:space-between;gap:20px;margin-top:21px;padding-top:17px;border-top:1px solid var(--line);font-size:9px}.answer-source b{color:var(--purple)}.answer-source span{color:#858995;text-align:right}
.process{background:var(--warm)}.process-head{max-width:850px;margin-bottom:70px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d4d0c8;border-bottom:1px solid #d4d0c8}.process-grid article{padding:34px 27px 38px;border-left:1px solid #d4d0c8}.process-grid article:first-child{border-left:0}.process-grid article>span{display:block;color:var(--purple);font-size:10px;font-weight:700}.process-grid small{display:block;margin-top:35px;color:#a09c94;font-size:8px;font-weight:700;letter-spacing:.13em}.process-grid h3{margin:6px 0 11px;font-size:20px}.process-grid p{min-height:68px;margin:0;color:var(--muted);font-size:12px;line-height:1.8}.process-grid article>b{display:block;margin-top:20px;color:var(--purple);font-size:10px}.fit-note{display:grid;grid-template-columns:140px repeat(4,1fr);gap:20px;align-items:center;margin-top:65px;padding:27px 30px;border:1px solid #d7d3cb;border-radius:16px}.fit-note b{color:var(--purple);font-size:12px}.fit-note span{padding-left:17px;border-left:1px solid #d4d0c8;color:#686c76;font-size:11px}
.faq{background:#fff}.faq-layout{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:440px;margin:25px 0 31px;color:var(--muted);line-height:1.85}.button-outline{border-color:#ced0d7;background:transparent}.button-outline:hover{color:var(--purple);border-color:var(--purple)}.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:28px 0;border:0;color:var(--ink);background:transparent;text-align:left;cursor:pointer}.faq-item button>span{color:var(--purple);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{padding:105px 0;position:relative;overflow:hidden;color:#fff;background:var(--purple);text-align:center}.cta-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(circle at center,#000,transparent 70%)}.final-cta::before{content:"";position:absolute;width:720px;height:720px;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.14);border-radius:50%;box-shadow:0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.018)}.final-inner{position:relative;z-index:1}.final-inner>p:first-child{margin:0 0 20px;color:var(--lime);font-size:9px;font-weight:700;letter-spacing:.16em}.final-inner h2{margin:0;font-size:clamp(40px,5vw,68px);line-height:1.15;letter-spacing:-.045em}.final-inner>p:nth-of-type(2){max-width:650px;margin:23px auto 0;color:rgba(255,255,255,.73);font-size:16px}.final-actions{display:flex;justify-content:center;align-items:center;gap:38px;margin-top:38px}.button-white{color:var(--purple-dark);background:#fff;box-shadow:0 14px 28px rgba(47,31,152,.2)}.phone-link{display:flex;flex-direction:column;align-items:flex-start}.phone-link small{color:rgba(255,255,255,.62);font-size:10px}.phone-link b{font-size:20px;letter-spacing:.04em}.site-footer{padding:72px 0 28px;color:rgba(255,255,255,.72);background:#0e1019}.footer-main{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;padding-bottom:56px}.footer-brand img{width:150px;height:62px;object-fit:contain;object-position:left center;margin-bottom:18px}.footer-brand p{max-width:340px;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 1fr 1fr;gap:20px;align-items:center;padding-top:24px;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 nav{display:flex;justify-content:flex-end;gap:15px}.footer-bottom nav a{color:rgba(255,255,255,.45);font-size:10px}.mobile-contact{display:none}.reveal{opacity:0;transform:translateY(23px);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-layout{grid-template-columns:1fr 1fr;gap:30px}.hero h1{font-size:clamp(43px,5.2vw,62px)}.section-head{gap:55px}.gaps-layout{gap:65px}.system-item{grid-template-columns:50px .7fr 1.15fr}.system-item ul{grid-column:3}.answer-lab{gap:50px;padding:50px}.faq-layout{gap:70px}}
@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:125px}.hero-layout{grid-template-columns:1fr}.breadcrumb{margin-bottom:34px}.hero-copy{max-width:780px}.hero-visual{max-width:680px;margin:20px auto 0}.hero-band{grid-template-columns:1fr;gap:17px}.section{padding:94px 0}.section-head{grid-template-columns:1fr;gap:24px;margin-bottom:55px}.section-head>p{justify-self:start}.question-stage{grid-template-columns:1fr}.question-rail{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.question-display{min-height:370px}.gaps-layout,.faq-layout{grid-template-columns:1fr}.gaps-intro,.faq-intro{position:relative;top:auto}.system-item{grid-template-columns:50px .8fr 1.2fr}.system-note{grid-template-columns:100px 1fr}.system-note span{display:none}.journey-line{grid-template-columns:repeat(5,minmax(150px,1fr));overflow-x:auto;padding-bottom:20px}.journey-line::before{display:none}.answer-lab{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,1fr)}.process-grid article:nth-child(3){border-left:0;border-top:1px solid #d4d0c8}.process-grid article:nth-child(4){border-top:1px solid #d4d0c8}.fit-note{grid-template-columns:1fr 1fr}.fit-note b{grid-column:1/-1}.footer-main{grid-template-columns:1fr;gap:48px}.footer-bottom{grid-template-columns:1fr;text-align:center}.footer-bottom nav{justify-content:center}}
@media(max-width:640px){html{scroll-padding-top:72px}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:101px 0 35px}.breadcrumb{display:none}.eyebrow{margin-bottom:17px;font-size:8px}.hero h1{font-size:39px;line-height:1.13}.hero-lead{margin-top:21px;font-size:15px;line-height:1.85}.hero-actions{flex-direction:column;align-items:stretch;gap:10px;margin-top:27px}.hero-actions .button{width:100%}.hero-actions .text-link{align-self:center}.hero-points{margin-top:32px;line-height:2.1}.hero-visual{margin-top:18px}.prompt-float{display:none}.hero-band{margin-top:30px;padding:20px}.hero-band>div{grid-template-columns:1fr 1fr;gap:13px 0}.hero-band span{padding-left:10px}.section{padding:74px 0}.section h2{font-size:35px}.question-stage{border-radius:20px}.question-rail{grid-template-columns:1fr;padding:12px}.question-tab{padding:13px}.question-display{min-height:390px;padding:32px 22px}.question-panel blockquote{font-size:24px}.gaps-layout{gap:50px}.gap-item{grid-template-columns:42px 1fr;gap:15px;padding:28px 0}.gap-item>b{display:none}.gap-item h3{font-size:20px}.system-flow{margin-top:55px}.system-item{grid-template-columns:40px 1fr;gap:14px;padding:32px 0}.system-item>span{width:35px;height:35px}.system-item>p,.system-item ul{grid-column:1/-1;margin-left:54px}.system-item>p{font-size:13px}.system-note{grid-template-columns:1fr;gap:10px;padding:22px}.journey-line{margin-bottom:70px}.answer-lab{gap:40px;padding:32px 18px;border-radius:22px}.answer-card{padding:22px 16px}.sample-question,.sample-answer{grid-template-columns:24px 1fr;gap:9px}.answer-evidence{grid-template-columns:1fr}.answer-evidence span{padding:7px 0 7px 15px}.answer-source{display:block}.answer-source span{display:block;margin-top:5px;text-align:left}.process-head{margin-bottom:48px}.process-grid{grid-template-columns:1fr}.process-grid article,.process-grid article:first-child,.process-grid article:nth-child(3),.process-grid article:nth-child(4){border-left:0;border-top:1px solid #d4d0c8}.process-grid article:first-child{border-top:0}.process-grid p{min-height:0}.fit-note{grid-template-columns:1fr;margin-top:50px}.fit-note span{padding:7px 0 7px 14px}.faq-layout{gap:47px}.faq-item button{grid-template-columns:28px 1fr 25px;padding:23px 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:78px 0}.final-inner h2{font-size:38px}.final-inner>p:nth-of-type(2){font-size:14px}.final-actions{flex-direction:column;gap:22px}.phone-link{align-items:center}.site-footer{padding-top:56px}.footer-nav{grid-template-columns:1fr 1fr}.footer-nav>div:last-child{grid-column:1/-1}.mobile-contact{position:fixed;inset:auto 0 0;z-index:90;display:grid;grid-template-columns:.78fr 1.22fr;height:62px;padding:8px;gap:8px;border-top:1px solid var(--line);background:rgba(255,255,255,.94);backdrop-filter:blur(12px)}.mobile-contact a{display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;font-size:13px;font-weight:650}.mobile-contact a:last-child{color:#fff;border-color:var(--purple);background:var(--purple)}}
@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}}
