:root{--bg:#f7f8fb;--ink:#111827;--muted:#667085;--line:#e5e7eb;--brand:#335cff;--brand-2:#12b981;--card:#fff}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.shell{min-height:100vh}.nav{z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffdb;border-bottom:1px solid #e5e7ebd9;position:sticky;top:0}.nav-inner,.container{width:min(1120px,100vw - 32px);margin:0 auto}.nav-inner{justify-content:space-between;align-items:center;gap:20px;height:68px;display:flex}.brand{align-items:center;gap:12px;font-weight:800;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg,#335cff,#16a34a);border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.nav-links{color:var(--muted);align-items:center;gap:18px;font-size:14px;display:flex}.hero{padding:70px 0 34px}.hero-grid{grid-template-columns:1.08fr .92fr;align-items:center;gap:36px;display:grid}.eyebrow{color:#2f49c8;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;align-items:center;gap:8px;padding:7px 12px;font-size:13px;font-weight:700;display:inline-flex}.hero h1{letter-spacing:0;margin:18px 0 14px;font-size:clamp(38px,6vw,64px);line-height:1.02}.lead{max-width:620px;color:var(--muted);font-size:18px;line-height:1.72}.actions{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.button{background:var(--brand);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:750;display:inline-flex}.button.secondary{color:var(--ink);border-color:var(--line);background:#fff}.button.success{background:var(--brand-2)}.panel,.card{background:var(--card);border:1px solid var(--line);border-radius:8px;box-shadow:0 16px 48px #0f172a0f}.panel{padding:24px}.metrics{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px;display:grid}.metric{background:#f8fafc;border-radius:8px;padding:14px}.metric strong{font-size:22px;display:block}.metric span{color:var(--muted);font-size:12px}.section{padding:34px 0}.section-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.section h2{margin:0;font-size:28px}.section-head h1{margin:0;font-size:36px;line-height:1.15}.muted{color:var(--muted)}.plan-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.compact-products{max-width:760px}.compact-products .card{grid-template-rows:52px 66px 96px 88px 56px;align-items:start;display:grid}.compact-products .card h3{align-self:center;margin:0}.compact-products .card .muted{margin:0;line-height:1.55}.compact-products .card .price{align-self:center;margin:0}.compact-products .card .button{align-self:start;width:max-content;min-width:158px}.card{padding:20px}.badge{color:#067647;background:#ecfdf5;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex}.price{margin:18px 0 6px;font-size:34px;font-weight:900}.form{gap:14px;display:grid}.field{gap:7px;display:grid}.field label{color:#344054;font-size:13px;font-weight:750}.input,.textarea,.select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:8px;padding:12px 13px}.textarea{resize:vertical;min-height:220px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px}.table{border-collapse:collapse;width:100%;overflow:hidden}.table th,.table td{border-bottom:1px solid var(--line);text-align:left;padding:13px 12px;font-size:14px}.table th{color:#475467;background:#f9fafb}.status{color:#3442a8;background:#eef2ff;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:800;display:inline-flex}.steps{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.step-num{color:#3442a8;background:#eef2ff;border-radius:50%;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.help-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.help-card{border:1px solid var(--line);background:#fff;border-radius:8px;gap:12px;min-height:190px;padding:22px;display:grid;box-shadow:0 16px 48px #0f172a0d}.help-card span{color:#3442a8;background:#eef2ff;border-radius:999px;width:max-content;padding:5px 10px;font-size:12px;font-weight:900}.help-card h3{margin:0;font-size:20px}.help-card p{color:var(--muted);margin:0;line-height:1.6}.faq-hero{padding-top:54px}.faq-hero h1{letter-spacing:0;max-width:840px;margin:18px 0 12px;font-size:clamp(34px,5vw,54px);line-height:1.08}.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.faq-group{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 16px 48px #0f172a0d}.faq-group-head{border-bottom:1px solid var(--line);background:#fbfcff;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;display:flex}.faq-group-head h2{margin:0;font-size:22px}.faq-group-head span{color:var(--muted);font-weight:800}.faq-list{display:grid}.faq-item{border-bottom:1px solid #edf1f7;padding:18px 22px}.faq-item:last-child{border-bottom:0}.faq-item summary{cursor:pointer;color:var(--ink);font-weight:850;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"›";float:right;color:#98a2b3;font-size:24px;line-height:1}.faq-item[open] summary:after{transform:rotate(90deg)}.faq-item p{color:var(--muted);margin:12px 0 0;line-height:1.7}.guide-list{gap:14px;display:grid}.guide-step{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:54px 1fr auto;align-items:center;gap:18px;padding:22px;display:grid;box-shadow:0 16px 48px #0f172a0d}.guide-index{color:#3442a8;background:#eef2ff;border-radius:50%;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.guide-step h2{margin:0 0 8px;font-size:22px}.guide-step p{color:var(--muted);margin:0;line-height:1.65}.check-list{color:var(--muted);margin:0;padding:20px 22px 22px 44px;line-height:1.75}.article-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.article-card{border:1px solid var(--line);background:#fff;border-radius:8px;gap:10px;padding:20px;display:grid;box-shadow:0 16px 48px #0f172a0d}.article-card strong{font-size:18px}.article-card span{color:var(--muted);line-height:1.65}.article-layout{padding-top:54px}.article-container{max-width:860px}.article-container h1{letter-spacing:0;margin:16px 0 14px;font-size:clamp(34px,5vw,54px);line-height:1.1}.text-link{color:var(--brand);margin-bottom:20px;font-weight:800;display:inline-flex}.article-meta{color:#98a2b3;margin:14px 0 0;font-size:14px}.article-body{gap:26px;margin-top:34px;display:grid}.article-body section{border:1px solid var(--line);background:#fff;border-radius:8px;padding:24px;box-shadow:0 16px 48px #0f172a0d}.article-body h2{margin:0 0 14px;font-size:26px}.article-body p{color:var(--muted);margin:0 0 12px;line-height:1.8}.article-body p:last-child{margin-bottom:0}.article-faq{margin:0 -24px -24px}.article-cta{background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;grid-template-columns:1fr auto auto;align-items:center;gap:14px;margin-top:26px;padding:22px;display:grid}.article-cta strong,.article-cta span{display:block}.article-cta span{color:var(--muted);margin-top:6px;line-height:1.6}.check-list li+li{margin-top:8px}.notice{color:#7a2e0e;background:#fffaeb;border:1px solid #fedf89;border-radius:8px;padding:14px 16px}.order-hero{padding:44px 0 26px}.order-title{text-align:center;max-width:760px;margin:0 auto 28px}.order-title h1{letter-spacing:0;margin:16px 0 10px;font-size:clamp(34px,5vw,54px);line-height:1.08}.order-title p{color:var(--muted);margin:0;font-size:18px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;display:grid}.product-card{background:#fff;border:1px solid #dce3ef;border-radius:24px;flex-direction:column;padding:34px;display:flex;position:relative;box-shadow:0 22px 70px #0f172a14}.product-card.selected,.product-card.featured{border-color:#c9d2ff}.recommend-ribbon{color:#fff;background:#5647e9;border-radius:999px;padding:8px 24px;font-weight:900;position:absolute;top:-18px;left:50%;transform:translate(-50%);box-shadow:0 10px 24px #5647e947}.product-head{align-items:center;gap:18px;min-height:92px;display:flex}.product-icon{color:#fff;border-radius:14px;flex:0 0 58px;place-items:center;width:58px;height:58px;font-size:28px;font-weight:900;display:grid;box-shadow:0 12px 22px #0f172a29}.product-icon.sparkle{background:linear-gradient(#a78bfa,#7c3aed)}.product-icon.diamond{background:#0b1020}.product-card h2{margin:0 0 12px;font-size:clamp(26px,3vw,36px);line-height:1.12}.pill{color:#4f46e5;background:#eef2ff;border-radius:999px;padding:6px 12px;font-size:14px;font-weight:850;display:inline-flex}.pill.purple{color:#7c3aed;background:#f3e8ff}.product-price{align-items:baseline;gap:10px;margin:26px 0 10px;display:flex}.product-price strong{letter-spacing:0;font-size:clamp(52px,7vw,78px);line-height:.95}.product-price span{color:#98a2b3;font-size:24px;font-weight:850}.product-price del{color:#c1c7d0;font-size:22px;font-weight:800}.product-desc{color:#667085;margin:0 0 24px;font-size:17px;font-weight:720}.benefit-grid{grid-template-columns:repeat(3,1fr);gap:14px;min-height:118px;margin-bottom:24px;display:grid}.benefit-grid div{background:#fbfcff;border:1px solid #e1e7ff;border-radius:18px;min-height:118px;padding:18px}.benefit-grid span{color:#5b4df4;border:1px solid #c7d2fe;border-radius:8px;place-items:center;width:28px;height:28px;margin-bottom:14px;font-size:13px;font-weight:900;display:inline-grid}.benefit-grid strong,.benefit-grid small{display:block}.benefit-grid strong{color:#1f2937;font-size:16px}.benefit-grid small{color:#98a2b3;margin-top:8px;font-size:14px;font-weight:700}.feature-list{color:#4b5563;gap:16px;min-height:188px;margin:0 0 30px;padding:0;font-size:17px;font-weight:700;line-height:1.55;list-style:none;display:grid}.feature-list li{padding-left:38px;position:relative}.feature-list li:before{content:"✓";color:#5850ec;background:#eef2ff;border-radius:50%;place-items:center;width:24px;height:24px;font-size:15px;font-weight:900;display:grid;position:absolute;top:1px;left:0}.product-button{color:#fff;background:#5146e8;border-radius:16px;justify-content:center;align-items:center;min-height:62px;margin-top:auto;font-size:21px;font-weight:900;display:flex;box-shadow:0 18px 32px #5146e83d}.checkout-panel{border-radius:18px}.assurance-strip{background:#fff;border:1px solid #dce3ef;border-radius:24px;grid-template-columns:repeat(3,1fr);gap:0;margin-top:28px;display:grid;overflow:hidden;box-shadow:0 18px 54px #0f172a0f}.assurance-strip div{border-right:1px solid #edf1f7;grid-template-columns:42px 1fr;align-items:center;column-gap:14px;padding:28px 34px;display:grid}.assurance-strip div:last-child{border-right:0}.assurance-icon{color:#94a3b8;background:#f1f5f9;border-radius:10px;grid-row:span 2;place-items:center;width:34px;height:34px;font-size:14px;font-weight:900;display:grid}.assurance-strip strong,.assurance-strip small{display:block}.assurance-strip strong{color:#1f2937;font-size:18px}.assurance-strip small{color:#98a2b3;margin-top:4px;font-size:15px;font-weight:700}.support-card{text-align:center;background:#fff;border:1px solid #dce3ef;border-radius:28px;padding:28px;box-shadow:0 24px 70px #0f172a14}.quick-help{gap:12px;margin-bottom:26px;display:grid}.quick-help a{color:#344054;background:#f8fafc;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;min-height:56px;padding:0 20px;font-size:17px;font-weight:800;display:flex}.quick-help a:after{content:"›";color:#98a2b3;font-size:28px;line-height:1}.quick-help span{color:#5b4df4;background:#eef2ff;border-radius:8px;place-items:center;width:28px;height:28px;margin-right:4px;font-size:13px;font-weight:900;display:inline-grid}.receipt-tip{color:#6d28d9;text-align:left;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:14px;grid-template-columns:34px 1fr;align-items:start;gap:12px;margin:8px 0 24px;padding:16px 18px;font-size:16px;line-height:1.55;display:grid}.receipt-tip span{color:#7c3aed;background:#fff;border-radius:9px;place-items:center;width:30px;height:30px;font-size:13px;font-weight:900;display:grid}.receipt-tip strong{font-weight:850}.support-divider{color:#98a2b3;align-items:center;gap:16px;margin:22px 0;font-weight:850;display:flex}.support-divider:before,.support-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.support-card h2{color:#475467;margin:0 0 22px;font-size:22px}.qr-box{justify-content:center;margin:0 0 24px;display:flex}.customer-qr,.qr-placeholder{aspect-ratio:1;border:1px solid #dce3ef;border-radius:14px;width:210px}.customer-qr{object-fit:cover;background:#fff;display:block}.qr-placeholder{color:#667085;background-color:#fff;background-image:linear-gradient(90deg,#f8fafc 12px,#0000 1%),linear-gradient(#f8fafc 12px,#0000 1%),none;background-position:50%,50%,0 0;background-repeat:repeat,repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;place-items:center;padding:20px;display:grid}.qr-placeholder span,.qr-placeholder small{background:#ffffffeb;border-radius:8px;padding:4px 8px;display:block}.qr-placeholder span{font-weight:900}.qr-placeholder small{margin-top:4px;font-size:12px}.service-hours{text-align:left;color:#475467;background:#fbfcff;border:1px solid #dce3ef;border-radius:16px;padding:20px 22px}.service-hours strong{color:#344054;margin-bottom:10px;font-size:18px;display:block}.service-hours p{margin:6px 0;line-height:1.6}.service-note{color:#155eef;text-align:left;background:#eff6ff;border-radius:16px;gap:6px;margin-top:18px;padding:18px 20px;font-weight:850;display:grid}.floating-support{z-index:30;position:fixed;bottom:22px;right:22px}.floating-support summary{color:#fff;cursor:pointer;background:#5146e8;border-radius:50%;place-items:center;width:78px;height:78px;font-size:18px;font-weight:900;list-style:none;display:grid;box-shadow:0 18px 42px #5146e861}.floating-support summary::-webkit-details-marker{display:none}.floating-support-panel{text-align:center;border-radius:26px;width:min(420px,100vw - 32px);max-height:min(760px,100vh - 128px);padding:24px;position:absolute;bottom:92px;right:0;overflow:auto}.floating-support-panel .quick-help a{min-height:52px;font-size:15px}.floating-support-panel .receipt-tip{font-size:15px}.floating-support-panel .service-hours{padding:18px}@media (max-width:920px){.hero-grid,.plan-grid,.steps,.product-grid,.help-grid,.faq-grid,.article-grid,.article-cta,.guide-step{grid-template-columns:1fr}.product-card{padding:24px}.benefit-grid,.assurance-strip{grid-template-columns:1fr}.assurance-strip div{border-bottom:1px solid #edf1f7;border-right:0;padding:22px}.assurance-strip div:last-child{border-bottom:0}.metrics{grid-template-columns:1fr}.floating-support{bottom:16px;right:16px}.floating-support summary{width:64px;height:64px;font-size:16px}.floating-support-panel{padding:20px;bottom:78px}.nav-links{display:none}}
