.hp-root{--hp-ink-04:color-mix(in srgb,var(--foreground)4%,transparent);--hp-ink-035:color-mix(in srgb,var(--foreground)3.5%,transparent);--hp-ink-08:color-mix(in srgb,var(--foreground)8%,transparent);--hp-ink-14:color-mix(in srgb,var(--foreground)14%,transparent);--hp-marine-12:color-mix(in srgb,var(--accent)12%,transparent);--hp-marine-16:color-mix(in srgb,var(--accent)16%,transparent);--hp-marine-22:color-mix(in srgb,var(--accent)22%,transparent);--hp-marine-42:color-mix(in srgb,var(--accent)42%,transparent);--hp-marine-50:color-mix(in srgb,var(--accent)50%,transparent);--hp-brick-strip:repeating-linear-gradient(110deg,color-mix(in srgb,var(--destructive)35%,transparent)0 6px,color-mix(in srgb,var(--destructive)12%,transparent)6px 11px);background:var(--background);color:var(--foreground);font-family:var(--font-primary),ui-sans-serif,system-ui,sans-serif;background-image:radial-gradient(circle at 88% 8%,color-mix(in srgb,var(--accent)7%,transparent),transparent 42%),radial-gradient(circle at 4% 64%,color-mix(in srgb,var(--success)6%,transparent),transparent 52%);background-attachment:fixed;overflow-x:clip}.hp-root *{box-sizing:border-box}.hp-device{width:100%;position:relative}.hp-device-frame{width:100%;height:auto;filter:drop-shadow(0 8px 16px color-mix(in srgb,var(--foreground)11%,transparent))drop-shadow(0 30px 48px color-mix(in srgb,var(--foreground)13%,transparent));display:block}.hp-device-screen{background:var(--background);border-radius:6px;position:absolute;overflow:hidden}.hp-device-screen>*{width:100%;height:100%}.hp-device-shot{object-fit:cover;object-position:center;display:block}.hp-device-screen .hp-pf{height:100%;min-height:0}.hp-container{max-width:1180px;margin:0 auto;padding:0 32px}.hp-root h1,.hp-root h2,.hp-root h3,.hp-root h4{font-family:var(--font-display-serif),ui-serif,Georgia,serif;letter-spacing:-.02em;color:var(--foreground);margin:0;font-weight:500}.hp-root h1{font-size:clamp(40px,5vw,62px);line-height:1.04}.hp-root h2{font-size:clamp(30px,3.4vw,42px);line-height:1.1}.hp-root h3{font-size:21px;line-height:1.2}.hp-root p{color:var(--muted-foreground);margin:0;line-height:1.55}.hp-root em.hp-accent{color:var(--accent);font-style:italic}.hp-eyebrow{text-transform:uppercase;letter-spacing:.28em;color:var(--accent);align-items:center;gap:10px;font-size:11px;font-weight:700;display:inline-flex}.hp-eyebrow:before{content:"";background:var(--accent);width:26px;height:1px}.hp-eyebrow.hp-center{justify-content:center}.hp-btn{font-family:var(--font-primary),sans-serif;cursor:pointer;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:9px;height:46px;padding:0 24px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.hp-btn-lg{height:52px;padding:0 30px;font-size:15px}.hp-btn-primary{background:var(--primary);color:var(--primary-foreground);box-shadow:var(--glow-primary)}.hp-btn-primary:hover{background:color-mix(in srgb,var(--primary)92%,transparent);transform:translateY(-1px)}.hp-btn-primary:active{transform:scale(.985)}.hp-btn-outline{color:var(--foreground);border-color:color-mix(in srgb,var(--foreground)40%,transparent);background:0 0}.hp-btn-outline:hover{background:color-mix(in srgb,var(--foreground)5%,transparent)}.hp-btn svg{width:16px;height:16px}.hp-nav{z-index:60;background:color-mix(in srgb,var(--background)85%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);position:sticky;top:0}.hp-nav .hp-wrap{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:16px 32px;display:flex}.hp-wm{font-family:var(--font-primary),sans-serif;letter-spacing:.06em;color:var(--foreground);font-size:22px;font-weight:800;line-height:1;text-decoration:none}.hp-wm .hp-ika{background:var(--feature-sage);border-radius:6px;margin-left:.1em;padding:0 .32em}.hp-links{letter-spacing:.18em;text-transform:uppercase;color:var(--muted-foreground);gap:26px;font-size:11px;font-weight:700;display:flex}.hp-links a{color:inherit;text-decoration:none;transition:color .15s}.hp-links a:hover{color:var(--foreground)}.hp-nav-actions{align-items:center;gap:14px;display:flex}.hp-nav-actions .hp-login{color:var(--muted-foreground);font-size:12px;font-weight:600;text-decoration:none}.hp-nav-actions .hp-login:hover{color:var(--foreground)}.hp-nav-actions .hp-btn{height:40px;padding:0 18px;font-size:13px}.hp-frame{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-elevated);border-radius:16px;transition:box-shadow .2s;overflow:hidden}.hp-frame:hover{box-shadow:var(--shadow-modal)}.hp-frame .hp-chrome{background:var(--muted);border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:11px 16px;display:flex}.hp-frame .hp-dots{gap:6px;display:flex}.hp-frame .hp-dots i{background:var(--hp-ink-14);border-radius:50%;width:10px;height:10px}.hp-frame .hp-chrome .hp-title{font-family:var(--font-jetbrains),monospace;color:var(--muted-foreground);margin-left:6px;font-size:11px}.hp-frame .hp-chrome .hp-badge{letter-spacing:.12em;text-transform:uppercase;background:var(--success-subtle);color:var(--success);border-radius:999px;margin-left:auto;padding:3px 10px;font-size:10px;font-weight:700}.hp-frame .hp-shot{object-fit:cover;background:var(--background);width:100%;height:auto;display:block}.hp-hero{padding:72px 0 64px}.hp-hero-grid{grid-template-columns:1.05fr 1fr;align-items:center;gap:56px;display:grid}.hp-hero h1{margin-top:22px}.hp-hero .hp-dek{font-family:var(--font-display-serif),serif;color:var(--muted-foreground);max-width:30em;margin-top:22px;font-size:20px;font-weight:400;line-height:1.5}.hp-hero .hp-ctas{flex-wrap:wrap;align-items:center;gap:14px;margin-top:30px;display:flex}.hp-hero .hp-reassure{color:var(--muted-foreground);align-items:center;gap:8px;margin-top:14px;font-size:12.5px;display:flex}.hp-hero .hp-reassure b{color:var(--foreground);font-weight:600}.hp-ba{grid-template-columns:1fr 36px 1fr;align-items:stretch;gap:0;min-height:322px;padding:22px;display:grid}.hp-ba .hp-side{border-radius:10px;flex-direction:column;gap:9px;padding:14px;display:flex}.hp-ba .hp-side.hp-before{background:var(--hp-ink-035)}.hp-ba .hp-side.hp-after{background:var(--feature-sage)}.hp-ba .hp-side .hp-lab{letter-spacing:.2em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:4px;font-size:9px;font-weight:700}.hp-ba .hp-side.hp-after .hp-lab{color:var(--ai-accent-strong)}.hp-ba .hp-ln{background:var(--hp-ink-14);border-radius:3px;height:7px}.hp-ba .hp-ln.hp-sk{background:var(--hp-brick-strip)}.hp-ba .hp-ln.hp-w90{width:90%}.hp-ba .hp-ln.hp-w80{width:80%}.hp-ba .hp-ln.hp-w70{width:70%}.hp-ba .hp-ln.hp-w50{width:50%}.hp-ba .hp-side.hp-after .hp-ln{background:var(--hp-marine-22)}.hp-ba .hp-side.hp-after .hp-ln.hp-acc{background:var(--hp-marine-50)}.hp-ba .hp-arrow{color:var(--accent);justify-content:center;align-items:center;display:flex}.hp-ba .hp-arrow svg{width:22px;height:22px}.hp-s{border-top:1px solid var(--border);padding:88px 0}.hp-s.hp-tint{background:var(--card)}.hp-problem-grid{grid-template-columns:1fr 1fr;align-items:start;gap:56px;margin-top:14px;display:grid}.hp-pain-list{flex-direction:column;gap:2px;display:flex}.hp-pain{border-bottom:1px solid var(--border);grid-template-columns:28px 1fr;align-items:start;gap:14px;padding:16px 0;display:grid}.hp-pain:last-child{border-bottom:none}.hp-pain .hp-x{background:var(--destructive-subtle);width:26px;height:26px;color:var(--destructive);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hp-pain .hp-x svg{width:14px;height:14px}.hp-pain .hp-t{font-family:var(--font-primary),sans-serif;color:var(--foreground);font-size:14.5px;font-weight:600}.hp-pain .hp-d{color:var(--muted-foreground);margin-top:3px;font-size:13px;line-height:1.5}.hp-problem-close{font-family:var(--font-display-serif),serif;letter-spacing:-.015em;color:var(--foreground);font-size:26px;font-weight:500;line-height:1.25}.hp-problem-close em{color:var(--accent);font-style:italic}.hp-device-wrap{width:100%;max-width:1040px;margin:44px auto 0}.hp-phases-row{grid-template-columns:repeat(3,1fr);gap:40px;margin-top:56px;display:grid}.hp-phase-col{flex-direction:column;display:flex}.hp-phases{flex-direction:column;gap:30px;display:flex}.hp-phase-label{letter-spacing:.22em;text-transform:uppercase;color:var(--accent);align-items:center;gap:10px;margin-bottom:4px;font-size:10px;font-weight:700;display:inline-flex}.hp-phase-label .hp-pn{background:var(--feature-sage);width:22px;height:22px;color:var(--ai-accent-strong);font-family:var(--font-jetbrains),monospace;border-radius:6px;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.hp-steps{flex-direction:column;display:flex}.hp-step{grid-template-columns:30px 1fr;align-items:start;gap:16px;padding:12px 0;display:grid;position:relative}.hp-step .hp-marker{flex-direction:column;align-self:stretch;align-items:center;gap:4px;display:flex}.hp-step .hp-marker .hp-mdot{background:var(--accent);width:11px;height:11px;box-shadow:0 0 0 4px var(--hp-marine-12);border-radius:50%;margin-top:5px}.hp-step .hp-marker .hp-line{background:var(--border);flex:1;width:1.5px;min-height:18px}.hp-step.hp-last .hp-marker .hp-line{display:none}.hp-step .hp-body .hp-t{font-family:var(--font-primary),sans-serif;color:var(--foreground);font-size:15px;font-weight:600}.hp-step .hp-body .hp-d{color:var(--muted-foreground);margin-top:3px;font-size:13px;line-height:1.5}.hp-pf{background:var(--feature-sage);flex-direction:column;gap:12px;min-height:340px;padding:22px;display:flex}.hp-pf .hp-lab{letter-spacing:.2em;text-transform:uppercase;color:var(--ai-accent-strong);font-size:9px;font-weight:700}.hp-pf .hp-row{align-items:center;gap:8px;display:flex}.hp-pf .hp-row .hp-sev{border-radius:50%;flex-shrink:0;width:8px;height:8px}.hp-pf .hp-row .hp-sev.hp-c{background:var(--destructive)}.hp-pf .hp-row .hp-sev.hp-m{background:var(--accent)}.hp-pf .hp-row .hp-sev.hp-i{background:var(--info)}.hp-pf .hp-ln{background:var(--hp-marine-22);border-radius:3px;height:7px}.hp-pf .hp-row .hp-ln{height:9px}.hp-pf .hp-ln.hp-acc{background:var(--hp-marine-50)}.hp-pf .hp-ln.hp-w90{width:90%}.hp-pf .hp-ln.hp-w80{width:80%}.hp-pf .hp-ln.hp-w70{width:70%}.hp-pf .hp-ln.hp-w50{width:50%}.hp-why-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.hp-cap{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:18px;flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.hp-cap:hover{box-shadow:var(--shadow-elevated);transform:translateY(-2px)}.hp-cap .hp-cap-visual{border-bottom:1px solid var(--border);height:150px}.hp-cap .hp-cap-visual .hp-shot{height:150px}.hp-cap .hp-cap-body{flex-direction:column;gap:9px;padding:22px;display:flex}.hp-cap .hp-num{font-family:var(--font-jetbrains),monospace;color:var(--accent);letter-spacing:.1em;font-size:11px;font-weight:700}.hp-cap h3{color:var(--foreground)}.hp-cap p{font-size:13.5px;line-height:1.55}.hp-cap-fallback{background:var(--background);flex-direction:column;justify-content:center;gap:7px;height:150px;padding:18px;display:flex}.hp-cap-fallback .hp-ln{background:var(--hp-marine-16);border-radius:3px;height:6px}.hp-cap-fallback .hp-ln.hp-acc{background:var(--hp-marine-42)}.hp-cap-fallback .hp-ln.hp-muted{background:var(--hp-ink-08)}.hp-cap-fallback .hp-ln.hp-w90{width:90%}.hp-cap-fallback .hp-ln.hp-w80{width:80%}.hp-cap-fallback .hp-ln.hp-w70{width:70%}.hp-cap-fallback .hp-ln.hp-w50{width:50%}.hp-cap-fallback .hp-ln.hp-w40{width:40%}.hp-uc-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:44px;display:grid}.hp-uc{min-height:200px;color:var(--card);border-radius:16px;flex-direction:column;justify-content:space-between;gap:20px;padding:26px 22px;display:flex;position:relative;overflow:hidden}.hp-uc .hp-glyph{width:38px;height:38px}.hp-uc .hp-glyph svg{opacity:.92;width:100%;height:100%}.hp-uc h4{color:var(--card);font-size:19px}.hp-uc p{color:color-mix(in srgb,var(--card)82%,transparent);margin-top:6px;font-size:12.5px;line-height:1.5}.hp-uc.hp-c1{background:var(--chart-1)}.hp-uc.hp-c2{background:var(--chart-2)}.hp-uc.hp-c3{background:var(--chart-5)}.hp-uc.hp-c4{background:var(--chart-6)}.hp-price-band{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:20px;grid-template-columns:1.3fr 1fr auto;align-items:center;gap:36px;margin-top:8px;padding:32px 36px;display:grid}.hp-price-band .hp-pb-main h3{font-family:var(--font-display-serif),serif;font-size:26px;font-weight:500}.hp-price-band .hp-pb-main p{margin-top:6px;font-size:13.5px}.hp-price-band .hp-pb-feat{flex-direction:column;gap:9px;display:flex}.hp-price-band .hp-pb-feat .hp-f{color:var(--foreground);align-items:center;gap:9px;font-size:13px;display:flex}.hp-price-band .hp-pb-feat .hp-f .hp-c{color:var(--accent);display:inline-flex}.hp-price-band .hp-pb-feat .hp-f .hp-c svg{width:15px;height:15px}.hp-price-band .hp-pb-cta{flex-direction:column;align-items:stretch;gap:8px;display:flex}.hp-price-band .hp-pb-cta .hp-note{color:var(--muted-foreground);text-align:center;font-size:11px}.hp-price-band .hp-pb-cta .hp-note a{color:var(--accent);text-decoration:none}.hp-price-band .hp-pb-cta .hp-note a:hover{text-decoration:underline}.hp-final{background:var(--foreground);color:var(--card);text-align:center;background-image:radial-gradient(circle at 80% 10%,color-mix(in srgb,var(--accent)40%,transparent),transparent 55%),radial-gradient(circle at 10% 90%,color-mix(in srgb,var(--accent-warm)18%,transparent),transparent 55%);border-radius:24px;padding:64px 56px}.hp-final h2{color:var(--card);max-width:18em;margin:0 auto}.hp-final h2 em{color:color-mix(in srgb,var(--accent)55%,var(--card));font-style:italic}.hp-final p{color:color-mix(in srgb,var(--card)72%,transparent);max-width:44em;margin:18px auto 0;font-size:16px}.hp-final .hp-ctas{justify-content:center;margin-top:34px;display:flex}.hp-final .hp-btn-primary{background:var(--card);color:var(--foreground);box-shadow:none}.hp-final .hp-btn-primary:hover{background:color-mix(in srgb,var(--card)100%,white)}.hp-final .hp-eyebrow{color:color-mix(in srgb,var(--accent)55%,var(--card))}.hp-final .hp-eyebrow:before{background:color-mix(in srgb,var(--accent)55%,var(--card))}.hp-footer{border-top:1px solid var(--border);padding:56px 0 36px}.hp-footer .hp-cols{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;display:grid}.hp-footer .hp-wm{font-size:24px}.hp-footer .hp-blurb{color:var(--muted-foreground);max-width:30ch;margin-top:14px;font-size:13px;line-height:1.55}.hp-footer h5{text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground);font-size:11px;font-weight:700;font-family:var(--font-primary),sans-serif;margin:0 0 14px}.hp-footer ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.hp-footer ul a{color:var(--foreground);opacity:.78;font-size:13px;text-decoration:none}.hp-footer ul a:hover{opacity:1}.hp-footer .hp-legal{border-top:1px solid var(--border);color:var(--muted-foreground);letter-spacing:.04em;justify-content:space-between;margin-top:40px;padding-top:24px;font-size:11px;display:flex}@media (max-width:920px){.hp-hero-grid,.hp-problem-grid{grid-template-columns:1fr;gap:36px}.hp-phases-row{grid-template-columns:1fr;gap:30px}.hp-why-grid{grid-template-columns:1fr}.hp-uc-grid{grid-template-columns:1fr 1fr}.hp-price-band{grid-template-columns:1fr;gap:20px}.hp-links{display:none}.hp-footer .hp-cols{grid-template-columns:1fr 1fr;gap:28px}}@media (max-width:560px){.hp-uc-grid,.hp-footer .hp-cols{grid-template-columns:1fr}.hp-container{padding:0 20px}}@media (prefers-reduced-motion:reduce){.hp-btn,.hp-cap,.hp-frame{transition:none}.hp-btn-primary:hover,.hp-cap:hover{transform:none}}@keyframes hp-load-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes hp-load-rise{0%{opacity:0;transform:translateY(36px)scale(.965)}to{opacity:1;transform:none}}@keyframes hp-reveal-in{to{opacity:1;transform:none}}@media (prefers-reduced-motion:no-preference){.hp-hero .hp-eyebrow{animation:.6s ease-out both hp-load-up}.hp-hero h1{animation:.6s ease-out 80ms both hp-load-up}.hp-hero .hp-dek{animation:.6s ease-out .16s both hp-load-up}.hp-hero .hp-ctas{animation:.6s ease-out .24s both hp-load-up}.hp-hero .hp-reassure{animation:.6s ease-out .32s both hp-load-up}.hp-hero .hp-frame{animation:.9s cubic-bezier(.22,1,.36,1) .18s both hp-load-rise}}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.hp-phase-col,.hp-pain,.hp-cap,.hp-uc,.hp-price-band,.hp-final{opacity:0;animation:linear both hp-reveal-in;animation-timeline:view();animation-range:entry entry 42%;transform:translateY(28px)}.hp-device-wrap{opacity:0;animation:linear both hp-reveal-in;animation-timeline:view();animation-range:entry entry 72%;transform:translateY(64px)scale(.9)}.hp-pain:nth-child(2){animation-range:entry 5% entry 46%}.hp-pain:nth-child(3){animation-range:entry 9% entry 50%}.hp-pain:nth-child(4){animation-range:entry 13% entry 54%}.hp-phases-row .hp-phase-col:nth-child(2),.hp-why-grid .hp-cap:nth-child(2),.hp-uc-grid .hp-uc:nth-child(2){animation-range:entry 8% entry 48%}.hp-phases-row .hp-phase-col:nth-child(3),.hp-why-grid .hp-cap:nth-child(3),.hp-uc-grid .hp-uc:nth-child(3){animation-range:entry 14% entry 54%}.hp-uc-grid .hp-uc:nth-child(4){animation-range:entry 20% entry 60%}}}