html{scroll-behavior:smooth}.home-page{--bg:#161616;--bg-elev:#1c1c1c;--bg-card:#232323;--bg-card-2:#2b2b2b;--border:#303030;--border-strong:#424242;--fg:#fafafa;--fg-muted:#a8a8a8;--fg-dim:#949494;--brand:#f44336;--accent:#ff5a4e;--accent-solid:#d32f2f;--accent-soft:#f4433621;--accent-line:#f443366b;--up:#4caf50;--gold:#ffc107;background:var(--bg);color:var(--fg);font-family:var(--font-sans), system-ui, -apple-system, "Segoe UI", sans-serif;-webkit-font-smoothing:antialiased;min-height:100vh;font-size:16px;line-height:1.5;overflow-x:clip}.home-page *{box-sizing:border-box}.home-page a{color:inherit;text-decoration:none}.home-page button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.home-page ::selection{background:var(--accent-solid);color:#fff}.home-page .mono{font-family:var(--font-mono), ui-monospace, monospace}.home-page .hp-container{max-width:1200px;margin:0 auto;padding:0 24px}@media (min-width:768px){.home-page .hp-container{padding:0 40px}}.home-page .hp-nav{z-index:50;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#161616c7;position:sticky;top:0}.home-page .hp-nav-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.home-page .hp-logo{letter-spacing:-.01em;align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex}.home-page .hp-logo-mark{background-image:url(/logo.png);background-position:50%;background-size:cover;border-radius:7px;flex-shrink:0;width:28px;height:28px;box-shadow:0 0 0 1px #ffffff14}.home-page .hp-nav-links{color:var(--fg-muted);white-space:nowrap;gap:22px;font-size:14px;display:none}@media (min-width:1024px){.home-page .hp-nav-links{display:flex}}@media (min-width:1200px){.home-page .hp-nav-links{gap:30px}}.home-page .hp-nav-links a{transition:color .15s}.home-page .hp-nav-links a:hover{color:var(--fg)}.home-page .hp-nav-links a.active{color:var(--accent)}.home-page .hp-nav-cta{background:var(--accent-solid);color:#fff;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:600;transition:transform .15s,background .15s}.home-page .hp-nav-cta:hover{background:#c62828;transform:translateY(-1px)}.home-page .hp-burger{border:1px solid var(--border);background:var(--bg-card);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;transition:background .15s;display:flex}.home-page .hp-burger:hover{background:var(--bg-card-2)}.home-page .hp-logo,.home-page .hp-nav-cta{white-space:nowrap}@media (max-width:420px){.home-page .hp-logo{gap:8px;font-size:14px}.home-page .hp-nav-cta{padding:8px 12px;font-size:12.5px}}@media (max-width:350px){.home-page .hp-nav-cta{display:none}}.home-page .hp-burger span{background:var(--fg);transform-origin:50%;width:16px;height:1.5px;transition:transform .2s;display:block}.home-page .hp-burger.open span:first-child{transform:translateY(3.5px)rotate(45deg)}.home-page .hp-burger.open span:nth-child(2){transform:translateY(-3.5px)rotate(-45deg)}@media (min-width:1024px){.home-page .hp-burger{display:none}}.home-page .hp-mobile-menu{background:var(--bg);z-index:100;opacity:0;pointer-events:none;visibility:hidden;border-bottom:1px solid var(--border);flex-direction:column;padding:24px;transition:opacity .2s,transform .2s,visibility .2s;display:flex;position:fixed;inset:64px 0 0;overflow-y:auto;transform:translateY(-8px)}.home-page .hp-mobile-menu.open{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.home-page .hp-mobile-menu a{letter-spacing:-.01em;border-bottom:1px solid var(--border);color:var(--fg);justify-content:space-between;align-items:center;padding:20px 0;font-size:22px;font-weight:500;display:flex}.home-page .hp-mobile-menu a.active{color:var(--accent)}.home-page .hp-mobile-menu .hp-mobile-cta{background:var(--accent-solid);color:#fff;text-align:center;border-bottom:none;border-radius:10px;justify-content:center;margin-top:24px;padding:16px;font-size:15px;font-weight:600}@media (min-width:1024px){.home-page .hp-mobile-menu{display:none}}.home-page .hp-btn-primary{background:var(--accent-solid);color:#fff;border-radius:10px;align-items:center;gap:8px;padding:14px 24px;font-size:14px;font-weight:600;transition:transform .15s,background .15s;display:inline-flex}.home-page .hp-btn-primary:hover{background:#c62828;transform:translateY(-1px)}.home-page .hp-btn-ghost{border:1px solid var(--border-strong);color:var(--fg);background:0 0;border-radius:10px;align-items:center;gap:8px;padding:14px 24px;font-size:14px;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.home-page .hp-btn-ghost:hover{background:var(--bg-card);border-color:var(--fg-dim)}.home-page .hp-store-row{flex-wrap:wrap;gap:10px;display:flex}.home-page .hp-hero-stores{margin-top:12px;margin-bottom:20px}.home-page .hp-store-badge{color:#fff;background:#1a1a1a;border:1px solid #3a3a3a;border-radius:12px;align-items:center;gap:12px;padding:10px 20px 10px 16px;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.home-page .hp-store-badge:hover{background:#242424;border-color:#555;transform:translateY(-1px)}.home-page .hp-store-badge svg{flex-shrink:0}.home-page .hp-store-badge span{flex-direction:column;line-height:1.1;display:flex}.home-page .hp-store-badge small{letter-spacing:.08em;color:var(--fg-muted);text-transform:uppercase;margin-bottom:2px;font-size:9px}.home-page .hp-store-badge strong{letter-spacing:-.01em;color:#fff;font-size:15px;font-weight:600}.home-page .hp-section-tag{font-family:var(--font-mono), ui-monospace, monospace;color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;font-size:11px}.home-page h1,.home-page h2,.home-page h3{text-wrap:balance}.home-page p{text-wrap:pretty}.home-page .hp-section-title{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(32px,5vw,48px);font-weight:500;line-height:1.05}.home-page .hp-section-title em{color:var(--accent);font-style:normal;font-weight:700}.home-page .hp-section-sub{color:var(--fg-muted);max-width:580px;font-size:16px}.home-page .hp-hero{padding:24px 0 40px;position:relative}@media (min-width:1024px){.home-page .hp-hero{padding:28px 0 44px}}.home-page .hp-hero:before{content:"";background:radial-gradient(700px 420px at 82% 18%, var(--accent-soft), transparent 70%);pointer-events:none;position:absolute;inset:0}.home-page .hp-hero-grid{grid-template-columns:1fr;align-items:center;gap:36px;width:100%;display:grid;position:relative}.home-page .hp-hero-grid>*,.home-page .hp-feature-row>*{min-width:0}@media (min-width:1024px){.home-page .hp-hero-grid{grid-template-columns:1.2fr 1fr;gap:48px}}.home-page .hp-hero h1{letter-spacing:-.025em;margin-bottom:18px;font-size:clamp(38px,5.6vw,64px);font-weight:500;line-height:1.03}.home-page .hp-hero h1 em{color:var(--accent);font-style:normal;font-weight:700}.home-page .hp-hero p{color:var(--fg-muted);max-width:540px;margin-bottom:20px;font-size:17px;line-height:1.6}.home-page .hp-hero-pills{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.home-page .hp-pill{font-family:var(--font-mono), ui-monospace, monospace;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);border:1px solid var(--border);background:var(--bg-card);border-radius:999px;padding:5px 12px;font-size:10.5px}.home-page .hp-pill.accent{color:var(--accent);border-color:var(--accent-line);background:var(--accent-soft)}.home-page .hp-shot{background:var(--brand);border-radius:20px;width:100%;height:auto;display:block;box-shadow:0 26px 60px -28px #000000f2,0 0 0 1px #ffffff0a}.home-page .hp-shot-pair{align-items:flex-start;gap:16px;width:100%;max-width:480px;margin:0 auto;display:flex}.home-page .hp-shot-pair>*{flex:1 1 0;min-width:0}.home-page .hp-shot-pair>:last-child{margin-top:30px}.home-page .hp-hero-shot{width:100%;max-width:250px;margin:0 auto;position:relative}.home-page .hp-stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-elev)}.home-page .hp-stats-grid{background:var(--border);border-left:1px solid var(--border);border-right:1px solid var(--border);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}@media (min-width:700px){.home-page .hp-stats-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1000px){.home-page .hp-stats-grid{grid-template-columns:repeat(6,1fr)}}.home-page .hp-stat{background:var(--bg-elev);text-align:center;padding:26px 20px}.home-page .hp-stat b{font-family:var(--font-mono), ui-monospace, monospace;letter-spacing:-.02em;color:var(--accent);font-variant-numeric:tabular-nums;font-size:28px;font-weight:600;display:block}.home-page .hp-stat span{font-family:var(--font-mono), ui-monospace, monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-dim);margin-top:6px;font-size:10px;display:block}.home-page .hp-block{border-top:1px solid var(--border);padding:68px 0}.home-page .hp-block.alt{background:var(--bg-elev)}.home-page .hp-block-head{text-align:center;margin-bottom:40px}.home-page .hp-block-head .hp-section-tag{justify-content:center;display:flex}.home-page .hp-block-head .hp-section-sub{margin:0 auto}@media (max-width:600px){.home-page .hp-block{padding:52px 0}.home-page .hp-block-head{margin-bottom:32px}}.home-page .hp-problem-grid{grid-template-columns:1fr;gap:14px;max-width:900px;margin:0 auto;display:grid}@media (min-width:760px){.home-page .hp-problem-grid{grid-template-columns:repeat(2,1fr)}}.home-page .hp-problem-card{border:1px solid var(--border);border-left:2px solid var(--accent-line);background:var(--bg-card);color:var(--fg);border-radius:0 12px 12px 0;padding:20px 24px;font-size:15.5px;line-height:1.6}.home-page .hp-test-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:768px){.home-page .hp-test-grid{grid-template-columns:repeat(3,1fr);max-width:1100px;margin-left:auto;margin-right:auto}.home-page .hp-test-grid.count-8>.hp-test-card:nth-child(7){grid-column:1/span 1;transform:translate(50%)}.home-page .hp-test-grid.count-8>.hp-test-card:nth-child(8){grid-column:2/span 1;transform:translate(50%)}}.home-page .hp-test-card{background:var(--bg-card);border:1px solid var(--border);text-align:left;border-radius:16px;padding:28px}.home-page .hp-test-name{color:var(--fg);margin-bottom:8px;font-size:15px;font-weight:700}.home-page .hp-test-byline{align-items:center;gap:6px;margin-bottom:14px;display:flex}.home-page .hp-stars{color:var(--gold);gap:2px;display:flex}.home-page .hp-test-sep{color:var(--fg-dim);font-size:12px}.home-page .hp-test-role{color:var(--fg-dim);font-size:12px;font-style:italic}.home-page .hp-test-quote{color:var(--fg);font-size:15px;line-height:1.6}.home-page .hp-test-disclaimer{font-family:var(--font-mono), ui-monospace, monospace;color:var(--fg-dim);text-align:center;max-width:620px;margin:32px auto 0;font-size:11.5px;line-height:1.6}.home-page .hp-feature-rows{flex-direction:column;gap:52px;display:flex}@media (min-width:900px){.home-page .hp-feature-rows{gap:64px}}.home-page .hp-feature-row{grid-template-columns:1fr;align-items:center;gap:32px;display:grid}@media (min-width:900px){.home-page .hp-feature-row{grid-template-columns:1fr 1fr;gap:64px}.home-page .hp-feature-row.reverse .hp-feature-row-media{order:2}}.home-page .hp-feature-row-media{justify-content:center;align-items:center;padding:8px 0;display:flex;position:relative}.home-page .hp-feature-row-media:before{content:"";background:radial-gradient(58% 46% at 50% 42%, var(--accent-soft), transparent 72%);filter:blur(30px);pointer-events:none;position:absolute;inset:10% 8%}.home-page .hp-feature-row-media>*{position:relative}.home-page .hp-feature-row-media>.hp-shot{width:100%;max-width:220px}.home-page .hp-feature-row-media>.hp-shot.wide{max-width:440px}.home-page .hp-feature-row-text h3{letter-spacing:-.02em;margin-bottom:14px;font-size:clamp(26px,3vw,34px);font-weight:500;line-height:1.12}.home-page .hp-feature-row-text p{color:var(--fg-muted);margin-bottom:24px;font-size:16px;line-height:1.65}.home-page .hp-feature-bullets{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.home-page .hp-feature-bullets li{color:var(--fg);align-items:flex-start;gap:12px;font-size:14.5px;line-height:1.55;display:flex}.home-page .hp-check{width:18px;height:18px;color:var(--accent);flex-shrink:0;margin-top:2px}.home-page .hp-methods-lead{justify-items:center;gap:32px;margin-bottom:40px;display:grid}.home-page .hp-methods-lead .hp-block-head{margin-bottom:0}.home-page .hp-methods-shot{width:100%;max-width:360px}@media (min-width:900px){.home-page .hp-methods-lead{grid-template-columns:minmax(0,1fr) 360px;align-items:center;gap:56px;margin-bottom:44px}.home-page .hp-methods-lead .hp-block-head{text-align:left}.home-page .hp-methods-lead .hp-block-head .hp-section-tag{justify-content:flex-start}.home-page .hp-methods-lead .hp-block-head .hp-section-sub{margin:0}}.home-page .hp-methods-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:700px){.home-page .hp-methods-grid{grid-template-columns:repeat(4,1fr)}.home-page .hp-method-card{grid-column:span 2}.home-page .hp-method-card:nth-child(5){grid-column:2/span 2}}@media (min-width:1000px){.home-page .hp-methods-grid{grid-template-columns:repeat(6,1fr)}.home-page .hp-method-card{grid-column:span 2}.home-page .hp-method-card:nth-child(4){grid-column:2/span 2}.home-page .hp-method-card:nth-child(5){grid-column:4/span 2}}.home-page .hp-method-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:28px;transition:border-color .2s,transform .2s}.home-page .hp-method-card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.home-page .hp-method-card h3{letter-spacing:-.01em;margin-bottom:6px;font-size:18px;font-weight:600}.home-page .hp-method-spec{font-family:var(--font-mono), ui-monospace, monospace;color:var(--accent);letter-spacing:.02em;margin-bottom:14px;font-size:11px}.home-page .hp-method-card p{color:var(--fg-muted);font-size:14px;line-height:1.65}.home-page .hp-feature-icon{background:var(--accent-soft);width:36px;height:36px;color:var(--accent);border-radius:9px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.home-page .hp-marquee-section{overflow:hidden}.home-page .hp-marquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.home-page .hp-marquee+.hp-marquee{margin-top:12px}.home-page .hp-marquee-track{gap:12px;width:max-content;animation:48s linear infinite hp-marquee-ltr;display:flex}.home-page .hp-marquee-track.rev{animation-name:hp-marquee-rtl;animation-duration:56s}@keyframes hp-marquee-ltr{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes hp-marquee-rtl{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.home-page .hp-marquee-track{animation:none;transform:none}.home-page .hp-marquee{overflow-x:auto;-webkit-mask-image:none;mask-image:none}}.home-page .hp-marquee-chip{border:1px solid var(--border);background:var(--bg-card);font-family:var(--font-mono), ui-monospace, monospace;color:var(--fg);white-space:nowrap;border-radius:10px;flex-shrink:0;padding:12px 18px;font-size:13px;font-weight:500}.home-page .hp-marquee-chip em{color:var(--fg-dim);letter-spacing:.06em;text-transform:uppercase;margin-left:8px;font-size:11px;font-style:normal}.home-page .hp-steps{counter-reset:hp-step;grid-template-columns:1fr;gap:16px;padding:0;list-style:none;display:grid}@media (min-width:860px){.home-page .hp-steps{grid-template-columns:repeat(3,1fr)}}.home-page .hp-step{counter-increment:hp-step;background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:28px;position:relative}.home-page .hp-step:before{content:counter(hp-step, decimal-leading-zero);font-family:var(--font-mono), ui-monospace, monospace;color:var(--accent);letter-spacing:.08em;margin-bottom:14px;font-size:13px;font-weight:600;display:block}.home-page .hp-step h3{letter-spacing:-.01em;margin-bottom:8px;font-size:18px;font-weight:600}.home-page .hp-step p{color:var(--fg-muted);font-size:14.5px;line-height:1.65}.home-page .hp-step p+p{margin-top:10px}.home-page .hp-spec-wrap{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;max-width:820px;margin:0 auto;overflow:hidden}.home-page .hp-spec-table{border-collapse:collapse;width:100%}.home-page .hp-spec-table tr:not(:last-child){border-bottom:1px solid var(--border)}.home-page .hp-spec-table th{text-align:left;vertical-align:top;letter-spacing:-.01em;width:34%;color:var(--fg);padding:18px 20px;font-size:14px;font-weight:600;line-height:1.4}.home-page .hp-spec-table td{vertical-align:top;color:var(--fg-muted);padding:18px 20px;font-size:14px;line-height:1.6}@media (max-width:600px){.home-page .hp-spec-table th,.home-page .hp-spec-table td{width:auto;display:block}.home-page .hp-spec-table th{padding:18px 20px 4px}.home-page .hp-spec-table td{padding:0 20px 18px}}.home-page .hp-faq-list{flex-direction:column;gap:12px;max-width:820px;margin:0 auto;display:flex}.home-page .hp-faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;transition:border-color .2s;overflow:hidden}.home-page .hp-faq-item.open{border-color:var(--border-strong)}.home-page .hp-faq-item h3{font:inherit;margin:0}.home-page .hp-faq-q{text-align:left;width:100%;color:var(--fg);justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:15px;font-weight:500;display:flex}.home-page .hp-faq-toggle{width:20px;height:20px;color:var(--fg-muted);flex-shrink:0;transition:transform .25s}.home-page .hp-faq-item.open .hp-faq-toggle{color:var(--accent);transform:rotate(180deg)}.home-page .hp-faq-a{max-height:0;transition:max-height .3s;overflow:hidden}.home-page .hp-faq-a-inner{color:var(--fg-muted);padding:0 24px 20px;font-size:14.5px;line-height:1.7}.home-page .hp-risk{border-top:1px solid var(--border);background:var(--bg-elev);padding:44px 0}.home-page .hp-risk-inner{border:1px solid var(--border-strong);background:var(--bg-card);border-radius:14px;max-width:820px;margin:0 auto;padding:26px 28px}.home-page .hp-risk-inner h2{font-family:var(--font-mono), ui-monospace, monospace;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:12px;font-size:11px;font-weight:600}.home-page .hp-risk-inner p{color:var(--fg-muted);font-size:14px;line-height:1.7}.home-page .hp-risk-inner p+p{margin-top:10px}.home-page .hp-risk-inner a{color:var(--accent);text-underline-offset:3px;text-decoration:underline}.home-page .hp-end-cta{border-top:1px solid var(--border);text-align:center;padding:64px 0}.home-page .hp-end-cta-mark{justify-content:center;margin-bottom:20px;display:flex}.home-page .hp-end-cta .hp-store-row{justify-content:center;margin-top:24px}.home-page .hp-legal-hero{border-bottom:1px solid var(--border);text-align:center;padding:52px 0 40px}.home-page .hp-legal-hero .hp-section-tag{justify-content:center;display:flex}.home-page .hp-legal-hero h1{letter-spacing:-.025em;margin-bottom:12px;font-size:clamp(32px,5vw,52px);font-weight:500;line-height:1.08}.home-page .hp-legal-hero h1 em{color:var(--accent);font-style:normal;font-weight:700}.home-page .hp-legal-hero .hp-legal-date{color:var(--fg-dim);font-size:13px;font-family:var(--font-mono), ui-monospace, monospace}.home-page .hp-legal-hero .hp-legal-lede{color:var(--fg-muted);max-width:640px;margin:18px auto 0;font-size:16px;line-height:1.65}.home-page .hp-legal-content{max-width:840px;margin:0 auto;padding:44px 0 64px}.home-page .hp-legal-stack{flex-direction:column;gap:16px;display:flex}.home-page .hp-legal-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:32px;transition:border-color .2s}@media (max-width:600px){.home-page .hp-legal-card{padding:24px}}.home-page .hp-legal-card:hover{border-color:var(--border-strong)}.home-page .hp-legal-card h2{letter-spacing:-.015em;color:var(--fg);margin-bottom:14px;font-size:20px;font-weight:600}.home-page .hp-legal-card h2 span{color:var(--accent)}.home-page .hp-legal-card h3{color:var(--fg);margin-top:20px;margin-bottom:8px;font-size:15.5px;font-weight:600}.home-page .hp-legal-card p{color:var(--fg-muted);font-size:14.5px;line-height:1.75}.home-page .hp-legal-card p+p{margin-top:12px}.home-page .hp-legal-card strong{color:var(--fg);font-weight:600}.home-page .hp-legal-card ul{flex-direction:column;gap:10px;margin-top:12px;padding:0;list-style:none;display:flex}.home-page .hp-legal-card ul li{color:var(--fg-muted);padding-left:20px;font-size:14.5px;line-height:1.65;position:relative}.home-page .hp-legal-card ul li:before{content:"•";color:var(--accent);font-size:16px;line-height:1.5;position:absolute;top:0;left:2px}.home-page .hp-legal-card ul+p{margin-top:14px}.home-page .hp-legal-card .hp-legal-note{color:var(--fg-dim);margin-top:12px;font-size:13px}.home-page .hp-legal-card a{color:var(--accent);text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:var(--accent-line);text-decoration-color:var(--accent-line);transition:text-decoration-color .15s}.home-page .hp-legal-card a:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.home-page .hp-legal-card.warn{border-color:var(--accent-line);background:linear-gradient(180deg, var(--accent-soft), var(--bg-card) 60%)}.home-page .hp-legal-closing{border:1px solid var(--border);color:var(--fg-dim);border-radius:12px;margin-top:24px;padding:24px 32px;font-size:13px;line-height:1.7}.home-page .hp-contact-email{border:1px solid var(--border-strong);background:var(--bg-card);color:var(--fg);font-family:var(--font-mono), ui-monospace, monospace;letter-spacing:-.01em;border-radius:999px;align-items:center;gap:10px;margin-top:24px;padding:11px 20px;font-size:13.5px;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.home-page .hp-contact-email:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.home-page .hp-contact-email svg{color:var(--accent);flex-shrink:0}.home-page .hp-contact-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:700px){.home-page .hp-contact-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.home-page .hp-contact-grid{grid-template-columns:repeat(3,1fr)}}.home-page .hp-contact-card{background:var(--bg-card);border:1px solid var(--border);color:inherit;border-radius:16px;flex-direction:column;padding:28px;transition:border-color .2s,transform .2s;display:flex}.home-page .hp-contact-card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.home-page .hp-contact-card h3{letter-spacing:-.01em;margin-bottom:8px;font-size:17px;font-weight:600}.home-page .hp-contact-card p{color:var(--fg-muted);flex:1;font-size:14px;line-height:1.6}.home-page .hp-contact-card-cta{color:var(--accent);margin-top:18px;font-size:13px;font-weight:500}.home-page .hp-contact-card-cta,.home-page .hp-contact-qa a{align-items:center;gap:6px;display:inline-flex}.home-page .hp-contact-split{grid-template-columns:1fr;align-items:start;gap:40px;display:grid}@media (min-width:900px){.home-page .hp-contact-split{grid-template-columns:1.1fr .9fr;gap:56px}}.home-page .hp-contact-split-title{letter-spacing:-.02em;margin-bottom:14px;font-size:clamp(26px,3.4vw,36px);font-weight:500;line-height:1.15}.home-page .hp-contact-list{counter-reset:hp-contact-step;flex-direction:column;gap:12px;margin-top:22px;padding:0;list-style:none;display:flex}.home-page .hp-contact-list li{color:var(--fg-muted);counter-increment:hp-contact-step;align-items:flex-start;gap:12px;font-size:14.5px;line-height:1.6;display:flex}.home-page .hp-contact-list li:before{content:counter(hp-contact-step);background:var(--accent-soft);width:22px;height:22px;color:var(--accent);font-family:var(--font-mono), ui-monospace, monospace;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:11px;font-weight:600;line-height:1;display:flex}.home-page .hp-contact-aside{grid-template-columns:1fr;gap:12px;display:grid}@media (min-width:560px) and (max-width:899px){.home-page .hp-contact-aside{grid-template-columns:repeat(2,1fr)}}.home-page .hp-contact-aside-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:20px 22px}.home-page .hp-contact-aside-card h3{font-family:var(--font-mono), ui-monospace, monospace;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:8px;font-size:11px;font-weight:600}.home-page .hp-contact-aside-card p{color:var(--fg-muted);font-size:13.5px;line-height:1.6}.home-page .hp-contact-aside-card a{color:var(--fg);text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:var(--border-strong);text-decoration-color:var(--border-strong);transition:text-decoration-color .15s}.home-page .hp-contact-aside-card a:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.home-page .hp-contact-qa-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:700px){.home-page .hp-contact-qa-grid{grid-template-columns:repeat(2,1fr)}}.home-page .hp-contact-qa{border:1px solid var(--border);border-radius:14px;padding:24px 26px;transition:border-color .2s}.home-page .hp-contact-qa:hover{border-color:var(--border-strong)}.home-page .hp-contact-qa h3{letter-spacing:-.01em;margin-bottom:8px;font-size:15.5px;font-weight:600}.home-page .hp-contact-qa p{color:var(--fg-muted);margin-bottom:14px;font-size:14px;line-height:1.6}.home-page .hp-contact-qa a{color:var(--accent);font-size:13px;font-weight:500}@media (max-width:600px){.home-page .hp-contact-card{padding:24px}}.home-page .hp-404-wrap{align-items:center;min-height:calc(100vh - 64px);padding:48px 0 64px;display:flex}.home-page .hp-404-grid{grid-template-columns:1fr;align-items:center;gap:48px;width:100%;display:grid}@media (min-width:900px){.home-page .hp-404-grid{grid-template-columns:1fr 1fr}}.home-page .hp-404-code{font-family:var(--font-mono), ui-monospace, monospace;letter-spacing:.15em;text-transform:uppercase;color:var(--fg-dim);margin-bottom:20px;font-size:11px}.home-page .hp-404-num{letter-spacing:-.04em;background:linear-gradient(140deg,#ff7a70 15%,#d32f2f 75%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:32px;font-size:clamp(96px,16vw,180px);font-weight:700;line-height:.9;display:block}.home-page .hp-404-heading{letter-spacing:-.02em;color:var(--fg);margin-bottom:16px;font-size:clamp(26px,4vw,40px);font-weight:700;line-height:1.15}.home-page .hp-404-sub{color:var(--fg-muted);max-width:480px;margin-bottom:28px;font-size:16px;line-height:1.65}.home-page .hp-404-actions{flex-wrap:wrap;gap:12px;margin-bottom:36px;display:flex}.home-page .hp-404-links{flex-wrap:wrap;gap:8px;display:flex}.home-page .hp-404-links a{font-family:var(--font-mono), ui-monospace, monospace;color:var(--fg-muted);border:1px solid var(--border);background:var(--bg-card);border-radius:999px;padding:7px 14px;font-size:11.5px;transition:color .15s,border-color .15s}.home-page .hp-404-links a:hover{color:var(--accent);border-color:var(--accent-line)}.home-page .hp-404-panel{border:1px solid var(--border-strong);background:linear-gradient(180deg, var(--bg-card), var(--bg-elev));border-radius:20px;width:100%;max-width:420px;margin:0 auto;padding:20px;position:relative;box-shadow:0 30px 80px -30px #000000e6}.home-page .hp-404-panel-head{font-family:var(--font-mono), ui-monospace, monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-dim);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:6px;padding-bottom:14px;font-size:10px;display:flex}.home-page .hp-404-panel-head b{color:var(--accent);font-weight:600}.home-page .hp-404-row{border-bottom:1px solid var(--border);font-family:var(--font-mono), ui-monospace, monospace;color:var(--fg-muted);justify-content:space-between;align-items:center;padding:11px 4px;font-size:13px;display:flex}.home-page .hp-404-row.pivot{color:var(--accent)}.home-page .hp-404-row i{background:linear-gradient(90deg, var(--bg-card-2) 0%, #3a3a3a 50%, var(--bg-card-2) 100%);background-size:200% 100%;border-radius:5px;width:72px;height:10px;animation:2.4s ease-in-out infinite hp-shimmer;display:block}@keyframes hp-shimmer{0%,to{background-position:200% 0}50%{background-position:0 0}}@media (prefers-reduced-motion:reduce){.home-page .hp-404-row i{animation:none}}.home-page .hp-footer{border-top:1px solid var(--border);padding:48px 0 32px}.home-page .hp-footer-grid{flex-direction:column;gap:32px;margin-bottom:40px;display:flex}@media (min-width:768px){.home-page .hp-footer-grid{flex-direction:row;justify-content:space-between;align-items:flex-start}}.home-page .hp-footer-brand{max-width:320px}.home-page .hp-footer-brand p{color:var(--fg-dim);margin-top:14px;font-size:13px;line-height:1.6}.home-page .hp-footer-cols{flex:1;grid-template-columns:repeat(2,1fr);gap:32px;display:grid}@media (min-width:560px){.home-page .hp-footer-cols{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.home-page .hp-footer-cols{gap:40px;max-width:620px}}.home-page .hp-footer-col-title{text-transform:uppercase;letter-spacing:.1em;color:var(--fg-dim);margin-bottom:14px;font-size:12px;font-weight:500}.home-page .hp-footer-col a{color:var(--fg-muted);padding:4px 0;font-size:13px;transition:color .15s;display:block}.home-page .hp-footer-col a:hover{color:var(--fg)}.home-page .hp-footer-bot{border-top:1px solid var(--border);color:var(--fg-dim);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;font-size:12px;display:flex}.home-page .hp-footer-risk{color:var(--fg-dim);border-top:1px solid var(--border);max-width:800px;margin-bottom:20px;padding-top:24px;font-size:11.5px;line-height:1.7}
