.ds-wrapper{display:flex;flex-direction:column;align-items:center;width:100%}.ds-meta{text-align:center;width:100%;margin-bottom:.85rem}.ds-model-eyebrow{font-family:var(--font-sans);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent-soft);margin:0 0 .35rem}.ds-model-eyebrow b{color:var(--color-paper-on-stage);font-weight:600}.ds-model-label{font-size:.95rem;color:var(--color-stage-muted);margin:0}.ds-devices{display:flex;align-items:flex-end;justify-content:center;gap:1.25rem;width:100%;margin-bottom:1.1rem;cursor:pointer}.ds-device-cap{font-family:var(--font-sans);font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-stage-muted);text-align:center;margin-top:.7rem}.ds-device-cap-strong{color:var(--color-accent-soft)}.ds-screen{position:relative;overflow:hidden;background:var(--color-bg-deep)}.ds-screen:after{content:"";position:absolute;left:0;right:0;bottom:0;height:18%;background:linear-gradient(to bottom,#0a0d0a00,#0a0d0ae0);pointer-events:none;z-index:4}.ds-screen iframe{position:absolute;top:0;left:0;border:0;transform-origin:top left;pointer-events:none;opacity:0;z-index:3;transition:opacity .5s ease}.ds-screen iframe.is-active.is-loaded{opacity:1}.ds-screen .ds-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;z-index:2;opacity:0;transition:opacity .4s ease}.ds-screen .ds-poster.is-shown{opacity:1}.ds-screen.is-dark-gap{background:#0e1a14}.ds-screen.is-dark-gap .ds-poster,.ds-screen.is-dark-gap .ds-screen-shimmer{opacity:0}.ds-screen-shimmer{position:absolute;inset:0;z-index:1;opacity:1;transition:opacity .4s ease;background:linear-gradient(110deg,var(--color-stage-soft) 30%,#2a2925 50%,var(--color-stage-soft) 70%);background-size:200% 100%;animation:ds-shimmer 1.5s linear infinite}@keyframes ds-shimmer{to{background-position:-200% 0}}.ds-screen.is-ready .ds-screen-shimmer{opacity:0}.ds-laptop{display:none}@media(min-width:1024px){.ds-laptop{display:block;width:min(40vw,600px)}.ds-laptop-chrome{background:var(--color-stage-soft);border:1px solid rgba(255,255,255,.12);border-radius:12px 12px 5px 5px;overflow:hidden;box-shadow:0 30px 80px #000000a6}.ds-laptop-bar{display:flex;align-items:center;gap:.4rem;padding:.5rem .8rem;background:#00000059;border-bottom:1px solid rgba(255,255,255,.08)}.ds-laptop-bar .dot{width:8px;height:8px;border-radius:50%;background:var(--color-stage-muted);opacity:.45}.ds-laptop-url{margin-left:.5rem;flex:1;text-align:center;font-family:var(--font-sans);font-size:.6rem;letter-spacing:.05em;color:var(--color-stage-muted);background:#00000052;border-radius:999px;padding:.22rem .7rem}.ds-laptop .ds-screen{aspect-ratio:16 / 10}}.ds-phone{width:min(86vw,360px);position:relative;z-index:2}@media(min-width:1024px){.ds-phone{width:188px;margin-left:-3rem;margin-bottom:.5rem}}.ds-phone-chrome{position:relative;background:#0a0a0b;border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:8px;box-shadow:0 24px 60px #000000b3}.ds-phone-chrome:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:36%;height:15px;background:#0a0a0b;border-radius:0 0 11px 11px;z-index:3}.ds-phone .ds-screen{aspect-ratio:9 / 18;border-radius:20px}.ds-open{font-family:var(--font-sans);font-size:.72rem;letter-spacing:.08em;color:var(--color-paper-on-stage);border-bottom:1px solid rgba(245,240,232,.3);padding-bottom:.25rem;margin-bottom:1.2rem;transition:color .3s,border-color .3s;text-decoration:none;display:inline-block}.ds-open:hover{color:var(--color-accent-soft);border-color:var(--color-accent-soft)}.ds-switch{display:flex;align-items:center;justify-content:center;gap:.85rem}.ds-switch-arrow{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;background:none;cursor:pointer;font-size:1.45rem;line-height:1;color:var(--color-stage-muted);transition:color .25s ease,transform .2s ease}.ds-switch-arrow:hover{color:var(--color-accent-soft)}.ds-switch-arrow:active{transform:scale(.85)}.ds-switch-arrow:focus-visible{outline:2px solid var(--color-accent-soft);outline-offset:2px;border-radius:4px}.ds-dots{display:flex;align-items:center;justify-content:center;gap:.9rem}.ds-dot{position:relative;width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#f4efe638;cursor:pointer;transition:background .3s ease,width .35s cubic-bezier(.22,1,.36,1)}.ds-dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px}.ds-dot:hover{background:#f4efe680}.ds-dot.is-active{width:26px;background:var(--color-accent)}.ds-dot:focus-visible{outline:2px solid var(--color-accent-soft);outline-offset:3px;border-radius:2px}@media(max-width:1023px){.ds-model-label,.ds-open{display:none}.ds-devices{order:1;margin-bottom:.85rem}.ds-meta{order:2;margin:0 0 1.1rem}.ds-switch{order:3}}.ds-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:26px;height:26px;border:2px solid rgba(255,255,255,.12);border-top-color:#ffffff8c;border-radius:50%;opacity:0;z-index:5;pointer-events:none;transition:opacity .25s ease}.ds-screen.is-loading .ds-loader{opacity:1;animation:ds-spin .75s linear infinite}@keyframes ds-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}@media(prefers-reduced-motion:reduce){.ds-screen-shimmer{animation:none}.ds-screen .ds-poster,.ds-screen-shimmer,.ds-dot,.ds-switch-arrow,.ds-open{transition:none}.ds-loader{animation:none}}body:has(.hp-root){background:var(--color-paper)}.hp-root{background:var(--color-paper);color:var(--color-ink)}.hp-root section[id]{scroll-margin-top:76px}.hp-root .hp-display{font-family:var(--font-display);letter-spacing:-.03em;line-height:1.05}.hp-nav{position:sticky;top:0;z-index:100;background:var(--color-paper);border-bottom:1px solid transparent;transition:border-color .3s ease,box-shadow .3s ease}.hp-nav.is-scrolled{border-color:var(--color-line);box-shadow:0 1px 12px #1c1c1a0f}.hp-nav-inner{max-width:72rem;margin:0 auto;padding:0 1.5rem;height:60px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.hp-nav-wordmark{font-family:var(--font-display);font-weight:700;font-size:1.15rem;letter-spacing:-.02em;color:var(--color-ink);text-decoration:none}.hp-nav-links{display:none;list-style:none;margin:0;padding:0;gap:2rem}@media(min-width:768px){.hp-nav-links{display:flex;align-items:center}}.hp-nav-links a{font-size:.88rem;font-weight:500;color:var(--color-ink-soft);text-decoration:none;transition:color .2s}.hp-nav-links a:hover{color:var(--color-ink)}.hp-nav-cta{display:inline-flex;align-items:center;height:44px;padding:0 1.1rem;background:var(--color-accent);color:#fff;font-size:.85rem;font-weight:600;border-radius:6px;text-decoration:none;white-space:nowrap;transition:background .2s,opacity .2s}.hp-nav-cta:hover{background:var(--color-accent-soft)}.hp-nav-cta:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.hp-hero{background:var(--color-stage);padding:3.5rem 1.5rem 4rem}.hp-hero-grid{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:1024px){.hp-hero{padding:4.5rem 1.5rem 5rem}.hp-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:center;gap:3.5rem}}@media(min-width:1024px){.hp-hero-stage .ds-laptop{width:min(66%,460px)}.hp-hero-stage .ds-phone{width:min(32%,150px);margin-left:-2rem;margin-bottom:.5rem}}.hp-hero-eyebrow{font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--color-accent-soft);margin-bottom:1.25rem}.hp-hero-h1{font-family:var(--font-display);font-weight:800;font-size:clamp(2.5rem,7vw,5.5rem);letter-spacing:-.03em;line-height:1.04;color:var(--color-paper-on-stage);max-width:18ch;margin-bottom:1.5rem}.hp-hero-h1 em{font-family:var(--font-accent-serif);font-style:italic;font-weight:400;color:var(--color-accent)}.hp-hero-sub{font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.65;color:var(--color-stage-muted);max-width:52ch;margin-bottom:2.25rem}.hp-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:1.25rem}.hp-btn-primary{display:inline-flex;align-items:center;height:52px;padding:0 1.75rem;background:var(--color-accent);color:#fff;font-size:.95rem;font-weight:700;border-radius:8px;text-decoration:none;transition:background .2s;min-width:44px}.hp-btn-primary:hover{background:var(--color-accent-soft)}.hp-btn-primary:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.hp-section-cta{text-align:center;margin-top:2.5rem}.hp-hero-secondary{display:inline-flex;align-items:center;min-height:44px;font-size:.92rem;font-weight:500;color:var(--color-stage-muted);text-decoration:underline;text-decoration-color:#f5f0e840;text-underline-offset:4px;text-decoration-thickness:1px;transition:color .2s,text-decoration-color .2s}.hp-hero-secondary:hover{color:var(--color-paper-on-stage);text-decoration-color:var(--color-paper-on-stage)}.hp-hero-inner{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}.hp-hero-inner.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.hp-hero-inner{opacity:1;transform:none;transition:none}}@media(max-width:1023px){.hp-hero-grid{row-gap:0}.hp-hero-inner{display:contents}.hp-hero-eyebrow{order:1}.hp-hero-h1{order:2}.hp-hero-stage{order:3;margin-bottom:2rem}.hp-hero-sub{order:4}.hp-hero-actions{order:5}}.hp-stage{background:var(--color-stage);padding:5rem 1.5rem 4rem}.hp-stage-inner{max-width:72rem;margin:0 auto}.hp-stage-eyebrow{font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--color-accent-soft);margin-bottom:.9rem}.hp-stage-heading{font-family:var(--font-display);font-weight:700;font-size:clamp(1.6rem,3.5vw,2.6rem);letter-spacing:-.025em;color:var(--color-paper-on-stage);margin-bottom:2.5rem;line-height:1.1}.hp-stage-honesty{font-size:.82rem;color:var(--color-stage-muted);margin-top:1.5rem;max-width:60ch;margin-left:auto;margin-right:auto;text-align:center;line-height:1.55}.hp-how{padding:5rem 1.5rem;background:var(--color-paper);border-top:1px solid var(--color-line)}.hp-how-inner{max-width:72rem;margin:0 auto}.hp-section-eyebrow{font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--color-accent-ink);margin-bottom:.9rem}.hp-section-heading{font-family:var(--font-display);font-weight:700;font-size:clamp(1.6rem,3.5vw,2.6rem);letter-spacing:-.025em;color:var(--color-ink);margin-bottom:3rem;line-height:1.1;max-width:28ch}.hp-steps{display:grid;gap:2.5rem}@media(min-width:768px){.hp-steps{grid-template-columns:repeat(3,1fr);gap:3rem}}.hp-step-num{font-family:var(--font-display);font-weight:800;font-size:3rem;color:var(--color-accent);line-height:1;margin-bottom:.6rem}.hp-step-title{font-family:var(--font-display);font-weight:700;font-size:1.15rem;color:var(--color-ink);margin-bottom:.55rem;letter-spacing:-.01em}.hp-step-body{font-size:.97rem;color:var(--color-ink-soft);line-height:1.65}.hp-get{padding:5rem 1.5rem;background:var(--color-bg-deep);border-top:1px solid var(--color-line)}.hp-get-inner{max-width:72rem;margin:0 auto}@media(min-width:900px){.hp-get-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.hp-get-head .hp-section-heading{margin-bottom:0}}.hp-get-grid{display:grid;gap:2.5rem}@media(min-width:768px){.hp-get-grid{grid-template-columns:1fr 1fr;gap:3.5rem}}.hp-get-group-title{font-family:var(--font-display);font-weight:700;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1.2rem}.hp-get-list{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.hp-get-list--single{max-width:34rem}.hp-get-item{display:flex;align-items:flex-start;gap:.65rem;font-size:.97rem;color:var(--color-ink);line-height:1.5}.hp-check{flex-shrink:0;margin-top:.1rem;color:var(--color-accent)}.hp-pricing{padding:5rem 1.5rem;background:var(--color-paper);border-top:1px solid var(--color-line)}.hp-pricing-inner{max-width:36rem;margin:0 auto;text-align:center}.hp-pricing-card{border:1px solid var(--color-line);border-radius:12px;padding:2.25rem 2rem;background:var(--color-paper);box-shadow:0 4px 28px #1c1c1a12;margin-bottom:1.75rem;text-align:left}.hp-pricing-price{display:flex;align-items:baseline;gap:.65rem;flex-wrap:wrap;margin-bottom:1.5rem}.hp-pricing-install{font-family:var(--font-display);font-weight:800;font-size:2.2rem;letter-spacing:-.03em;color:var(--color-ink)}.hp-pricing-monthly{font-family:var(--font-display);font-weight:700;font-size:1.3rem;letter-spacing:-.02em;color:var(--color-accent)}.hp-pricing-badges{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.5rem}.hp-badge{font-size:.78rem;font-weight:600;color:var(--color-accent-ink);background:#c4522a12;border:1px solid rgba(196,82,42,.22);border-radius:999px;padding:.32rem .7rem;white-space:nowrap}.hp-pricing-included{list-style:none;margin:0 0 1.25rem;padding:0;display:grid;gap:.65rem}.hp-pricing-included li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:var(--color-ink);line-height:1.45}.hp-pricing-note{font-size:.85rem;color:var(--color-ink-soft);margin-bottom:.75rem}.hp-pricing-extras-label{font-size:.82rem;font-weight:600;color:var(--color-ink);margin-bottom:.6rem}.hp-pricing-extras{list-style:none;margin:0 0 1.25rem;padding:0}.hp-pricing-extra{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.9rem;padding:.5rem 0;border-bottom:1px solid var(--color-line)}.hp-pricing-extra:first-child{border-top:1px solid var(--color-line)}.hp-pricing-extra-name{color:var(--color-ink)}.hp-pricing-extra-price{color:var(--color-ink-soft);white-space:nowrap;font-variant-numeric:tabular-nums}.hp-pricing-risk{font-family:var(--font-display);font-size:1.15rem;font-weight:600;letter-spacing:-.01em;color:var(--color-ink);line-height:1.45;max-width:34ch;margin:0 auto;text-align:center}.hp-pricing-risk:before{content:"";display:block;width:2.5rem;height:2px;background:var(--color-accent);margin:0 auto 1rem}.hp-faq{padding:5rem 1.5rem;background:var(--color-bg-deep);border-top:1px solid var(--color-line)}.hp-faq-inner{max-width:52rem;margin:0 auto}.hp-faq-list{display:grid;gap:0;margin-top:2.5rem;border-top:1px solid var(--color-line)}.hp-faq-item{border-bottom:1px solid var(--color-line)}.hp-faq-item summary{list-style:none;cursor:pointer;padding:1.1rem 0;font-size:.98rem;font-weight:600;color:var(--color-ink);display:flex;justify-content:space-between;align-items:center;gap:1rem;user-select:none}.hp-faq-item summary::-webkit-details-marker{display:none}.hp-faq-item summary:after{content:"+";font-size:1.3rem;font-weight:300;color:var(--color-accent);flex-shrink:0;line-height:1;transition:transform .25s ease}.hp-faq-item[open] summary:after{transform:rotate(45deg)}.hp-faq-item summary:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:2px}.hp-faq-body{padding:0 0 1.25rem;font-size:.95rem;color:var(--color-ink-soft);line-height:1.7;max-width:62ch}.hp-about{padding:4rem 1.5rem;border-top:1px solid var(--color-line)}.hp-about-inner{max-width:72rem;margin:0 auto}.hp-about-copy{font-size:1rem;color:var(--color-ink-soft);line-height:1.7;max-width:56ch}.hp-cta-section{background:var(--color-stage);padding:5rem 1.5rem 4rem}.hp-cta-inner{max-width:40rem;margin:0 auto}.hp-cta-heading{font-family:var(--font-display);font-weight:800;font-size:clamp(1.9rem,5vw,3.2rem);letter-spacing:-.03em;color:var(--color-paper-on-stage);margin-bottom:.75rem;line-height:1.06}.hp-cta-sub{font-size:1.05rem;color:var(--color-stage-muted);line-height:1.6;margin-bottom:2.5rem}.hp-form{display:grid;gap:1.1rem}.hp-field{display:flex;flex-direction:column;gap:.4rem}.hp-label{font-size:.85rem;font-weight:600;color:var(--color-paper-on-stage)}.hp-label-hint{font-size:.78rem;font-weight:400;color:var(--color-stage-muted);margin-left:.5rem}.hp-input{height:48px;padding:0 .9rem;background:var(--color-stage-soft);border:1px solid rgba(255,255,255,.1);border-radius:6px;font-size:1rem;color:var(--color-paper-on-stage);font-family:var(--font-sans);transition:border-color .2s;width:100%;box-sizing:border-box}.hp-input::placeholder{color:var(--color-stage-muted)}.hp-input:focus{outline:none;border-color:var(--color-accent-soft);box-shadow:0 0 0 3px #c4522a33}.hp-phone-group{display:flex;gap:.5rem}.hp-phone-cc{flex:0 0 auto;width:auto;max-width:8rem;padding-right:.5rem;cursor:pointer}.hp-phone-num{flex:1 1 auto;min-width:0}.hp-submit{height:52px;padding:0 2rem;background:var(--color-accent);color:#fff;font-size:1rem;font-weight:700;border:0;border-radius:8px;cursor:pointer;font-family:var(--font-sans);transition:background .2s;margin-top:.5rem;min-width:44px;width:100%}.hp-submit:hover{background:var(--color-accent-soft)}.hp-submit:focus-visible{outline:2px solid var(--color-accent-soft);outline-offset:3px}.hp-form-consent{font-size:.78rem;color:var(--color-stage-muted);margin-top:.9rem;line-height:1.9}.hp-form-consent a{color:var(--color-paper-on-stage);text-decoration:underline;padding:2px 0}.hp-form-error{margin-top:.9rem;font-size:.9rem;color:var(--color-accent-soft);line-height:1.5}.hp-footer{background:var(--color-stage);border-top:1px solid rgba(255,255,255,.09);padding:3.5rem 1.5rem 2.75rem}.hp-footer-inner{max-width:72rem;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:2rem 3rem}.hp-footer-wordmark{font-family:var(--font-display);font-weight:700;font-size:1.05rem;letter-spacing:-.02em;color:var(--color-paper-on-stage);text-decoration:none}.hp-footer-tagline{margin:.6rem 0 0;max-width:22rem;font-size:.9rem;line-height:1.45;color:var(--color-paper-on-stage);opacity:.66}.hp-footer-copy{margin:1.1rem 0 0;font-size:.78rem;color:var(--color-stage-muted)}.hp-footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:.95rem}.hp-footer-contact{display:inline-flex;align-items:center;min-height:44px;font-size:.92rem;font-weight:500;color:var(--color-paper-on-stage);text-decoration:underline;text-decoration-color:#f5f0e847;text-underline-offset:4px;text-decoration-thickness:1px;transition:color .2s,text-decoration-color .2s}.hp-footer-contact:hover{color:var(--color-accent-soft);text-decoration-color:var(--color-accent-soft)}.hp-footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:0 1.5rem;list-style:none;margin:0;padding:0}.hp-footer-links a{display:inline-flex;align-items:center;min-height:44px;font-size:.85rem;color:var(--color-stage-muted);text-decoration:none;transition:color .2s}.hp-footer-links a:hover{color:var(--color-paper-on-stage)}.hp-footer-links .is-legal a{opacity:.8}@media(max-width:600px){.hp-footer-right{align-items:flex-start}.hp-footer-links{justify-content:flex-start}}
