:root{--orange:#ff6b35;--orange-dark:#e95220;--purple:#6c5ce7;--ink:#17181d;--muted:#686b75;--line:#ececf1;--soft:#f8f8fb;--green:#00a982;--shadow:0 24px 70px rgba(38,28,18,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;background:#fff;line-height:1.65}a{text-decoration:none;color:inherit}button{font:inherit}.site-header{height:82px;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(235,235,240,.75)}.nav-wrap{width:min(1180px,calc(100% - 48px));height:100%;margin:auto;display:flex;align-items:center}.brand{display:flex;align-items:center;gap:11px;font-size:20px;font-weight:750;letter-spacing:-.5px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:white;font:800 27px/1 Georgia;background:linear-gradient(145deg,#ff4f3d,#ff8c33);box-shadow:0 7px 20px rgba(255,92,44,.25)}.nav-links{margin:auto;display:flex;gap:43px;align-self:stretch}.nav-links a{display:flex;align-items:center;position:relative;font-size:15px;color:#3e3e44}.nav-links a:after{content:"";position:absolute;left:50%;right:50%;bottom:0;height:2px;background:var(--orange);transition:.25s}.nav-links a:hover,.nav-links a.active{color:var(--orange)}.nav-links a.active:after,.nav-links a:hover:after{left:12%;right:12%}.nav-cta,.primary-button{background:var(--orange);color:white;border-radius:11px;font-weight:650;box-shadow:0 12px 26px rgba(255,107,53,.25);transition:.2s}.nav-cta{padding:11px 21px;font-size:14px}.nav-cta:hover,.primary-button:hover{background:var(--orange-dark);transform:translateY(-2px)}.menu-button{display:none}.hero{width:min(1180px,calc(100% - 48px));min-height:680px;margin:auto;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:34px;padding:60px 0 78px}.eyebrow,.section-label,.section-heading>p{font-size:13px;color:var(--orange);font-weight:700;letter-spacing:2px;margin:0 0 18px}.hero h1{font-size:56px;line-height:1.22;letter-spacing:-2.5px;margin:0}.hero h1 span{color:var(--orange);position:relative}.hero h1 span:after{content:"";position:absolute;left:2px;right:2px;bottom:-6px;height:9px;border-top:3px solid var(--orange);border-radius:50%}.hero-text{font-size:18px;line-height:1.9;color:var(--muted);max-width:515px;margin:28px 0 32px}.hero-actions{display:flex;align-items:center;gap:35px}.primary-button{padding:14px 25px;display:inline-flex;align-items:center;gap:26px}.text-button{font-weight:600;font-size:15px}.text-button span{font-size:22px;margin-left:6px}.trust-row{display:flex;gap:22px;margin-top:40px;color:#81838b;font-size:12px}.trust-row i{font-style:normal;color:var(--green);margin-right:4px}.hero-visual{height:530px;position:relative;background:radial-gradient(circle at 51% 48%,rgba(255,207,176,.48),transparent 36%),radial-gradient(circle at 83% 47%,rgba(205,193,255,.42),transparent 30%)}.phone-shell{position:absolute;width:284px;height:558px;left:49%;top:48%;transform:translate(-50%,-50%) rotate(4deg);border:7px solid #222;border-radius:47px;background:#111;box-shadow:var(--shadow);padding:5px}.phone-screen{height:100%;border-radius:35px;overflow:hidden;background:linear-gradient(#ff7042 0 25%,#f7f7fa 38%);padding:11px 13px;color:#24242a}.phone-speaker{position:absolute;z-index:2;top:14px;left:50%;transform:translateX(-50%);width:82px;height:22px;border-radius:20px;background:#111}.phone-status{display:flex;justify-content:space-between;color:#fff;font-size:9px;font-weight:700;padding:0 5px}.app-title{text-align:center;color:white;font-size:16px;font-weight:700;margin:23px 0 11px}.app-title span{float:right}.app-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px}.app-stats>div{height:88px;background:white;border-radius:13px;padding:10px;box-shadow:0 8px 20px rgba(100,40,20,.1);display:flex;flex-direction:column}.app-stats small{font-size:10px;color:#686873}.app-stats strong{font-size:22px;line-height:1.25}.app-stats em{font-size:11px;font-style:normal;font-weight:500}.app-stats .tiny{font-size:7px;color:#aaa}.progress{height:5px;border-radius:5px;background:#eee;margin-top:8px}.progress i{display:block;width:30%;height:100%;background:var(--purple);border-radius:inherit}.question-card{margin-top:10px;background:#fff;border-radius:15px;padding:13px;box-shadow:0 5px 18px rgba(35,35,45,.07)}.question-meta{display:flex;justify-content:space-between;align-items:center}.question-meta span{font-size:9px;background:var(--purple);color:#fff;padding:4px 8px;border-radius:6px}.question-meta small{font-size:8px;color:#999}.question-card h3{font-size:14px;margin:14px 0}.question-card button{width:100%;height:38px;border:1px solid #e6e6eb;border-radius:9px;background:white;text-align:left;margin:4px 0;font-size:10px;padding:0 8px}.question-card button b{display:inline-grid;place-items:center;width:21px;height:21px;border:1px solid #ddd;border-radius:50%;margin-right:7px}.question-card button.selected{border-color:var(--purple);background:#f7f4ff}.question-card button.selected b{background:var(--purple);color:#fff}.answer-note{display:flex;gap:9px;background:#ecfbf6;border-radius:10px;margin-top:9px;padding:9px}.answer-note>span{color:#fff;background:var(--green);width:24px;height:24px;border-radius:50%;display:grid;place-items:center}.answer-note div{display:flex;flex-direction:column}.answer-note strong{font-size:10px;color:#008767}.answer-note small{font-size:8px;color:#666}.math-symbol{position:absolute;display:grid;place-items:center;font-weight:700;z-index:1}.symbol-plus{width:63px;height:63px;left:2%;top:27%;border-radius:17px;color:var(--purple);font-size:35px;background:#e9e4ff;transform:rotate(-10deg);box-shadow:0 10px 24px rgba(108,92,231,.12)}.symbol-divide{right:2%;top:37%;font-size:40px;color:var(--orange);transform:rotate(11deg)}.symbol-dot{right:6%;top:18%;width:14px;height:14px;border-radius:50%;background:#a995ff}.float-card{position:absolute;background:white;box-shadow:0 15px 40px rgba(45,35,40,.12)}.float-progress{left:0;bottom:3%;width:132px;border-radius:14px;padding:13px}.float-progress span{display:block;color:#888;font-size:9px}.float-progress strong{font-size:18px}.float-progress i{display:block;height:5px;background:#eee;border-radius:5px}.float-progress b{display:block;height:100%;width:30%;background:var(--orange);border-radius:5px}.float-light{right:4%;bottom:15%;width:52px;height:52px;border-radius:15px;display:grid;place-items:center;color:#ffb326;font-size:24px}.section{padding:110px max(24px,calc((100% - 1180px)/2))}.features{background:var(--soft)}.section-heading{text-align:center;margin-bottom:48px}.section-heading>p{margin-bottom:13px}.section-heading h2{font-size:37px;line-height:1.3;letter-spacing:-1px;margin:0 0 13px}.section-heading>span{color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-card{background:#fff;border:1px solid #f0f0f3;border-radius:20px;padding:31px;box-shadow:0 10px 35px rgba(30,30,40,.04);transition:.25s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(30,30,40,.08)}.feature-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;font:700 29px Georgia}.feature-icon.orange{background:#fff0e9;color:var(--orange)}.feature-icon.purple{background:#efecff;color:var(--purple)}.feature-icon.green{background:#e6f8f3;color:var(--green)}.feature-card h3{font-size:20px;margin:21px 0 9px}.feature-card p{font-size:14px;color:var(--muted);margin:0 0 21px;min-height:69px}.feature-card a{font-size:13px;font-weight:650}.feature-card a span{color:var(--orange);margin-left:5px}.steps-section{background:white}.steps-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:110px;align-items:center}.steps-copy h2{font-size:42px;line-height:1.3;margin:0 0 20px}.steps-copy>p:not(.section-label){color:var(--muted);max-width:420px}.privacy-note{display:flex;gap:13px;background:#f8f6ff;border:1px solid #ece8ff;border-radius:14px;padding:16px;margin-top:32px;max-width:450px}.privacy-note>span{color:var(--purple);font-size:26px}.privacy-note div{display:flex;flex-direction:column}.privacy-note strong{font-size:13px}.privacy-note small{color:#777;font-size:11px}.step-list{list-style:none;margin:0;padding:0}.step-list li{display:grid;grid-template-columns:63px 1fr;gap:21px;padding:26px 0;border-bottom:1px solid var(--line)}.step-list b{font-size:25px;color:#d5d3db}.step-list li:first-child b{color:var(--orange)}.step-list h3{margin:0 0 5px;font-size:19px}.step-list p{margin:0;color:var(--muted);font-size:14px}.about-section{padding-top:25px}.about-card{border-radius:26px;padding:62px;background:linear-gradient(135deg,#211d3e,#342b69);color:white;display:grid;grid-template-columns:1fr 1fr;gap:80px}.about-card h2{font-size:34px;line-height:1.45;margin:0}.about-card>div:last-child>p{color:#d4d0e4;margin:6px 0 25px}.about-links{display:flex;gap:28px}.about-links a{font-size:14px;color:#fff}.faq{padding-top:85px}.faq-list{max-width:850px;margin:auto;border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:22px 4px}summary{cursor:pointer;list-style:none;font-weight:600;display:flex;justify-content:space-between}summary::-webkit-details-marker{display:none}summary span{color:#999;font-size:22px;transition:.2s}details[open] summary span{transform:rotate(45deg)}details p{color:var(--muted);font-size:14px;margin:13px 0 2px;max-width:720px}footer{background:#17171b;color:#fff;padding:52px max(24px,calc((100% - 1180px)/2)) 22px}.footer-main{display:flex;align-items:center;gap:42px;padding-bottom:40px}.footer-main>p{color:#8f8f98;font-size:13px}.footer-nav{margin-left:auto;display:flex;gap:28px;font-size:13px;color:#bbb}.footer-bottom{border-top:1px solid #303036;padding-top:19px;color:#777;font-size:11px;display:flex;justify-content:space-between}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}}@media(max-width:850px){.site-header{height:68px}.nav-wrap{width:calc(100% - 32px)}.nav-links,.nav-cta{display:none}.menu-button{display:flex;margin-left:auto;width:40px;height:40px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:7px}.menu-button span{display:block;height:2px;width:23px;background:#222}.nav-links.open{display:flex;position:absolute;left:0;right:0;top:68px;padding:12px 22px 22px;background:#fff;flex-direction:column;gap:0;box-shadow:0 16px 25px rgba(0,0,0,.07)}.nav-links.open a{padding:12px}.hero{grid-template-columns:1fr;width:calc(100% - 40px);padding:64px 0 40px}.hero h1{font-size:40px}.hero-text{font-size:16px}.trust-row{flex-wrap:wrap;gap:8px 17px}.hero-visual{height:545px;margin-top:10px}.phone-shell{width:270px;height:530px}.feature-grid,.steps-layout,.about-card{grid-template-columns:1fr}.section{padding:78px 20px}.feature-grid{gap:14px}.feature-card p{min-height:auto}.steps-layout{gap:38px}.steps-copy h2,.section-heading h2{font-size:31px}.about-card{padding:32px 25px;gap:28px}.footer-main{align-items:flex-start;flex-direction:column;gap:15px}.footer-nav{margin:10px 0 0;flex-wrap:wrap}.footer-bottom{gap:12px;flex-direction:column}.float-progress{left:-5px}.float-light{right:-4px}}@media(max-width:400px){.hero h1{font-size:36px}.hero-actions{gap:22px}.primary-button{padding:13px 19px;gap:15px}.hero-visual{transform:scale(.94);margin-left:-8px;margin-right:-8px}.section-heading h2{font-size:29px}}
