.home-page .eyebrow{font-family:var(--f-mono);font-weight:700;font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:var(--orange-600);display:inline-flex;align-items:center;gap:12px}.home-page .eyebrow:before{content:"";width:28px;height:2px;background:var(--orange)}.home-page .eyebrow.center{justify-content:center}.home-page .eyebrow.center:after{content:"";width:28px;height:2px;background:var(--orange)}.home-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--f-body);font-weight:600;font-size:16px;padding:15px 28px;border-radius:var(--pill);border:0;cursor:pointer;transition:transform .14s ease,background .14s ease,box-shadow .14s ease}.home-page .btn svg{width:19px;height:19px}.home-page .btn-primary{background:var(--orange);color:#fff;box-shadow:0 14px 30px #ff6a004d}.home-page .btn-primary:hover{background:var(--orange-600);transform:translateY(-2px)}.home-page .btn-ghost{background:#ffffffb3;color:var(--navy);border:1.5px solid rgba(30,37,50,.14)}.home-page .btn-ghost:hover{background:#fff;transform:translateY(-2px)}.home-page .hero{background:linear-gradient(165deg,#ffe774,#ffdb41 44%,#ffcf20);background-image:linear-gradient(165deg,#ffe774,#ffdb41 44%,#ffcf20),radial-gradient(rgba(255,255,255,.38) 1.3px,transparent 1.3px);background-size:auto,22px 22px;position:relative;overflow:hidden;border-bottom-left-radius:44px;border-bottom-right-radius:44px}.home-page .hero-inner{display:grid;grid-template-columns:1.02fr .98fr;gap:40px;align-items:center;padding:70px 0 82px;position:relative;z-index:2}.home-page .hero h1{font-size:clamp(2.1rem,3.6vw,2.6rem);color:var(--navy);max-width:18ch}.home-page .hero .cta-row{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:26px}.home-page .hero .lede{color:var(--slate);font-size:17.5px;line-height:1.6;margin-top:22px;max-width:48ch}.home-page .hero .sublede{color:var(--slate);font-size:15px;line-height:1.6;margin-top:12px;max-width:52ch}.home-page .hero .plats{display:flex;align-items:center;gap:10px;margin-top:26px;flex-wrap:wrap}.home-page .hero .plats .lbl{font-family:var(--f-mono);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--slate)}.home-page .hero .plats .ic{width:36px;height:36px;border-radius:10px;background:#fff;display:grid;place-items:center;box-shadow:var(--shadow-sm)}.home-page .hero .plats .ic svg{width:19px;height:19px}.home-page .hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:440px}.home-page .hero-visual:before{content:"";position:absolute;width:440px;height:440px;right:3%;top:2%;background:radial-gradient(closest-side,rgba(255,255,255,.65),transparent 70%);z-index:0}.home-page .hero-visual:after{content:"";position:absolute;width:300px;height:300px;right:2%;bottom:0;background:radial-gradient(closest-side,rgba(255,120,0,.3),transparent 70%);filter:blur(6px);z-index:0}.home-page .phone-wrap{position:relative;z-index:2;width:292px;max-width:78vw}.home-page .hp{background:#fff;border:1px solid rgba(30,37,50,.07);border-radius:38px;padding:22px 12px 16px;box-shadow:0 34px 64px #966e003d;position:relative}.home-page .hp-shot{display:block;width:100%;height:auto;border-radius:22px;background:var(--yellow-soft);image-rendering:auto}.home-page .hp:before{content:"";position:absolute;top:13px;left:50%;transform:translate(-50%);width:66px;height:6px;border-radius:99px;background:#eceef2}.home-page .qcard{position:absolute;right:-26px;top:33%;width:190px;background:#fff;border-radius:16px;box-shadow:0 24px 46px #966e0047;padding:14px;z-index:3}.home-page .qcard .qg{font-family:var(--f-serif);font-weight:600;font-size:14px;color:var(--yellow-deep);margin:8px 2px 6px}.home-page .qcard .qg:first-child{margin-top:0}.home-page .qitem{display:flex;align-items:center;gap:9px;padding:8px;border-radius:9px;font-size:12.5px;font-weight:600;color:var(--slate)}.home-page .qitem svg{width:15px;height:15px;color:#a9afba;flex:0 0 auto}.home-page .qitem.active{background:#fff6ea;color:var(--navy);box-shadow:inset 0 0 0 1px #ff6a0038}.home-page .qitem .ck{margin-left:auto;width:20px;height:20px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;flex:0 0 auto}.home-page .qitem .ck svg{width:11px;height:11px;color:var(--navy)}.home-page .section{padding:74px 0}.home-page .bg-gray{background:var(--gray-50)}.home-page .section-head{max-width:660px;margin-bottom:38px}.home-page .section-head.center{margin-left:auto;margin-right:auto;text-align:center}.home-page .section-head h2{font-size:clamp(1.5rem,2.4vw,1.8rem);margin-top:12px}.home-page .section-head p{color:var(--gray);font-size:16.5px;margin-top:13px}.home-page .prose{max-width:760px}.home-page .prose.center{margin-left:auto;margin-right:auto}.home-page .prose p{color:var(--gray);font-size:16.5px;margin:0 0 14px}.home-page .prose p:last-child{margin-bottom:0}.home-page .prose p a{color:var(--orange-600);font-weight:600;text-decoration:underline;text-underline-offset:2px}.home-page .prose .lead{font-size:18px;color:var(--slate)}.home-page .info-list{max-width:760px;display:flex;flex-direction:column;gap:11px;margin:4px 0;padding:0;list-style:none}.home-page .info-list.center{margin:4px auto}.home-page .info-list li{display:flex;gap:12px;align-items:flex-start;color:var(--slate);font-size:15.5px}.home-page .info-list li .mk{flex:0 0 auto;width:24px;height:24px;border-radius:8px;background:var(--yellow-soft);display:grid;place-items:center;margin-top:1px}.home-page .info-list li .mk svg{width:14px;height:14px;color:var(--orange-600)}.home-page .info-list li b{color:var(--navy)}.home-page .note{max-width:760px;background:var(--yellow-soft);border:1px solid #F2E2A8;border-radius:var(--r-md);padding:15px 18px;font-size:15px;color:var(--slate);display:flex;gap:12px;align-items:flex-start;margin-top:18px}.home-page .note .ni{flex:0 0 auto;color:var(--orange-600);margin-top:1px}.home-page .note .ni svg{width:20px;height:20px}.home-page .note a{color:var(--orange-600);font-weight:600;text-decoration:underline;text-underline-offset:2px}.home-page .dlbox{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:24px 26px;box-shadow:var(--shadow-sm);flex-wrap:wrap;max-width:760px;margin-top:22px}.home-page .dlbox .dinfo{display:flex;align-items:center;gap:16px}.home-page .dlbox .app-ic{width:56px;height:56px;border-radius:15px;background:linear-gradient(150deg,#ff8a00,#ff5b14);display:grid;place-items:center;box-shadow:0 8px 18px #ff5b144d;flex:0 0 auto}.home-page .dlbox .app-ic img{width:56px;height:56px;border-radius:15px}.home-page .dlbox h3{font-family:var(--f-serif);font-size:1.2rem;margin-bottom:8px}.home-page .dlbox .specs{display:flex;gap:8px;flex-wrap:wrap}.home-page .dlbox .specs span{font-family:var(--f-mono);font-size:11px;font-weight:700;color:var(--slate);background:var(--gray-50);border:1px solid var(--line);border-radius:999px;padding:5px 10px}.home-page .feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home-page .feat{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:26px;transition:transform .16s ease,box-shadow .16s ease}.home-page .feat:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.home-page .feat-ic{width:50px;height:50px;border-radius:14px;background:var(--yellow-soft);display:grid;place-items:center;margin-bottom:16px}.home-page .feat-ic svg{width:24px;height:24px;color:var(--orange-600)}.home-page .feat h3{font-family:var(--f-serif);font-weight:600;font-size:1.15rem;margin-bottom:8px}.home-page .feat p{color:var(--gray);font-size:14.5px}.home-page .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.home-page .step{position:relative}.home-page .step .n{font-family:var(--f-serif);font-weight:600;font-size:20px;color:#fff;width:46px;height:46px;border-radius:50%;background:var(--orange);display:grid;place-items:center;margin-bottom:16px;box-shadow:0 8px 18px #ff6a0047}.home-page .step h3{font-family:var(--f-serif);font-weight:600;font-size:1.1rem;margin-bottom:7px}.home-page .step p{color:var(--gray);font-size:14.5px}.home-page .step:not(:last-child):after{content:"";position:absolute;top:23px;left:58px;right:-13px;height:2px;background:repeating-linear-gradient(90deg,var(--line-2) 0 6px,transparent 6px 12px)}.home-page .plat{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.home-page .plat span{font-family:var(--f-mono);font-weight:700;font-size:13px;padding:11px 18px;border-radius:var(--pill);background:#fff;border:1px solid var(--line);color:var(--slate)}.home-page .table-card{border:1px solid var(--line);border-radius:var(--r-lg);overflow-x:auto;background:#fff;max-width:860px;margin:0 auto}.home-page table{width:100%;border-collapse:collapse}.home-page thead th{background:var(--yellow);color:var(--navy);text-align:left;font-family:var(--f-mono);font-size:12px;letter-spacing:.05em;text-transform:uppercase;padding:14px 20px;font-weight:700;white-space:nowrap}.home-page tbody td{padding:14px 20px;border-top:1px solid var(--line);font-size:14.5px;color:var(--slate)}.home-page tbody tr:hover{background:var(--gray-50)}.home-page td .fmt{font-family:var(--f-mono);font-weight:700;color:var(--orange-600)}.home-page td .yes{color:#159669;font-weight:700}.home-page .table-note{text-align:center;font-size:13px;color:var(--muted);margin-top:14px}.home-page .ver-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.home-page .ver-card{display:block;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:26px;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.home-page .ver-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:var(--orange)}.home-page .ver-ic{width:48px;height:48px;border-radius:13px;background:var(--yellow-soft);display:grid;place-items:center;margin-bottom:14px}.home-page .ver-ic svg{width:23px;height:23px;color:var(--orange-600)}.home-page .ver-card h3{font-family:var(--f-serif);font-weight:600;font-size:1.15rem;margin-bottom:7px}.home-page .ver-card p{color:var(--gray);font-size:14.5px;margin-bottom:14px}.home-page .ver-card p a{color:var(--orange-600);font-weight:600;text-decoration:underline;text-underline-offset:2px}.home-page .ver-card .more{font-family:var(--f-mono);font-size:13px;font-weight:700;color:var(--orange-600);display:inline-flex;align-items:center;gap:7px}.home-page .ver-card .more svg{width:14px;height:14px}.home-page .pc-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:900px;margin:0 auto}.home-page .pc-card{border:1px solid var(--line);border-radius:var(--r-lg);padding:28px;background:#fff}.home-page .pc-card h3{font-family:var(--f-serif);font-weight:600;font-size:1.2rem;margin-bottom:16px;display:flex;align-items:center;gap:12px}.home-page .pc-card h3 .badge{width:32px;height:32px;border-radius:9px;display:grid;place-items:center}.home-page .pc-card.pros .badge{background:#1596691f}.home-page .pc-card.cons .badge{background:#ff6a0024}.home-page .pc-card h3 .badge svg{width:17px;height:17px}.home-page .pc-card.pros .badge svg{color:#159669}.home-page .pc-card.cons .badge svg{color:var(--orange-600)}.home-page .pc-card ul{margin:0;padding:0;list-style:none}.home-page .pc-card li{display:flex;gap:11px;padding:10px 0;color:var(--slate);font-size:15px;border-top:1px solid var(--line)}.home-page .pc-card li:first-of-type{border-top:0}.home-page .pc-card li .dot{flex:0 0 auto;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;margin-top:2px}.home-page .pc-card.pros li .dot{background:#15966924;color:#159669}.home-page .pc-card.cons li .dot{background:#ff6a0029;color:var(--orange-600)}.home-page .pc-card li .dot svg{width:11px;height:11px}.home-page .mini2{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:760px;margin:0 auto}.home-page .mini{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:22px}.home-page .mini h3{font-family:var(--f-serif);font-size:1.1rem;margin-bottom:8px}.home-page .mini p{color:var(--gray);font-size:14.5px}.home-page .faq{max-width:780px;margin:0 auto}.home-page .faq details{background:#fff;border:1px solid var(--line);border-radius:var(--r-md);margin-bottom:10px;overflow:hidden}.home-page .faq details[open]{border-color:var(--orange)}.home-page .faq summary{list-style:none;cursor:pointer;padding:18px 20px;font-family:var(--f-serif);font-weight:600;font-size:17px;color:var(--navy);display:flex;justify-content:space-between;align-items:center;gap:14px}.home-page .faq summary::-webkit-details-marker{display:none}.home-page .faq summary .ic{flex:0 0 auto;width:26px;height:26px;border-radius:50%;border:1px solid var(--line-2);display:grid;place-items:center;transition:transform .2s ease}.home-page .faq summary .ic svg{width:13px;height:13px;color:var(--orange-600)}.home-page .faq details[open] summary .ic{transform:rotate(45deg);background:var(--orange);border-color:var(--orange)}.home-page .faq details[open] summary .ic svg{color:#fff}.home-page .faq .ans{padding:0 20px 18px;color:var(--gray);font-size:15px}.home-page .faq .ans a{color:var(--orange-600);font-weight:600;text-decoration:underline;text-underline-offset:2px}.home-page .phone-figure{display:flex;flex-direction:column;align-items:center;gap:12px;margin:28px auto 0}.home-page .phone-mock{position:relative;width:270px;max-width:72vw;background:var(--navy);border-radius:34px;padding:10px;box-shadow:0 24px 60px -22px #1e253273,0 0 0 1px #1e25320f}.home-page .phone-mock:before{content:"";position:absolute;top:14px;left:50%;transform:translate(-50%);width:74px;height:6px;background:#ffffff59;border-radius:6px;z-index:2}.home-page .phone-mock img{width:100%;height:auto;border-radius:26px;display:block;background:var(--yellow-soft);image-rendering:auto}.home-page .phone-cap{font-family:var(--f-mono);font-size:12px;letter-spacing:.02em;color:var(--muted);text-align:center}.home-page .phone-gallery{display:flex;align-items:flex-start;justify-content:center;gap:28px;flex-wrap:wrap;margin-top:30px}.home-page .phone-gallery .phone-figure{margin:0}.home-page .manage-title{font-family:var(--f-serif);font-size:1.2rem;max-width:760px;margin:30px auto 10px;text-align:center}.home-page .list-label{max-width:760px;margin:24px auto 0;font-size:1.15rem}.home-page .source-subheading{max-width:760px;margin:28px 0 12px;font-size:1.2rem}.home-page .center-copy{text-align:center}.home-page .conclusion-title{font-size:clamp(1.5rem,2.4vw,1.8rem);margin:14px 0 16px}@media(max-width:960px){.home-page .hero-inner{grid-template-columns:1fr;gap:34px;padding:46px 0 58px}.home-page .hero-visual{min-height:auto;margin-top:4px}.home-page .hero-visual:before{width:340px;height:340px}.home-page .phone-wrap{width:260px}.home-page .qcard{right:-14px;width:172px;top:34%}.home-page .hero h1{max-width:none}.home-page .feat-grid,.home-page .ver-grid,.home-page .steps{grid-template-columns:1fr 1fr}.home-page .step:not(:last-child):after{display:none}.home-page .pc-grid,.home-page .mini2{grid-template-columns:1fr;gap:18px}}@media(max-width:560px){.home-page .section{padding:52px 0}.home-page .feat-grid,.home-page .ver-grid,.home-page .steps{grid-template-columns:1fr}.home-page .phone-wrap{width:230px}.home-page .hero h1{font-size:2rem}.home-page .qcard{right:-6px;width:158px;padding:12px}.home-page .dlbox{padding:20px}.home-page .btn{width:100%}}
