.ht-site{flex-direction:column;min-height:100dvh;display:flex}.ht-site a{color:inherit}.ht-site__container{width:100%;max-width:1120px;padding:0 var(--ht-space-5);margin:0 auto}.ht-nav{z-index:10;background:color-mix(in srgb, var(--ht-bg) 88%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--ht-border);position:sticky;top:0}.ht-nav__row{justify-content:space-between;align-items:center;gap:var(--ht-space-4);padding:var(--ht-space-3) 0;display:flex}.ht-nav__links{align-items:center;gap:var(--ht-space-6);display:flex}.ht-nav__link{font:var(--ht-text-body-strong);color:var(--ht-ink-secondary);text-decoration:none}.ht-nav__link:hover{color:var(--ht-ink)}@media (max-width:640px){.ht-nav__links{gap:var(--ht-space-4)}.ht-nav__link--hide-mobile{display:none}}.ht-btn{justify-content:center;align-items:center;gap:var(--ht-space-2);height:var(--ht-button-height);padding:0 var(--ht-space-6);border-radius:var(--ht-radius-pill);font:var(--ht-text-body-strong);cursor:pointer;transition:transform var(--ht-motion-fast) var(--ht-ease-out), background var(--ht-motion-fast) var(--ht-ease-out);white-space:nowrap;border:1px solid #0000;text-decoration:none;display:inline-flex}.ht-btn:hover{transform:translateY(-1px)}.ht-btn--primary{background:var(--ht-primary);color:var(--ht-on-primary)}.ht-btn--primary:hover{background:var(--ht-primary-hover)}.ht-btn--outline{color:var(--ht-ink);border-color:var(--ht-border-strong);background:0 0}.ht-btn--outline:hover{background:var(--ht-surface-sunken)}.ht-btn--compact{height:40px;padding:0 var(--ht-space-5);font:var(--ht-text-caption)}.ht-hero{background:var(--ht-gradient-dawn);padding:var(--ht-space-12) 0 var(--ht-space-11);text-align:center}.ht-hero__mark{margin-bottom:var(--ht-space-7);justify-content:center;display:flex}.ht-hero__title{font:var(--ht-text-display);font-family:var(--ht-font-display);letter-spacing:var(--ht-tracking-display);color:var(--ht-ink);max-width:18ch;margin:0 auto var(--ht-space-5)}.ht-hero__sub{font:var(--ht-text-body);color:var(--ht-ink-secondary);max-width:46ch;margin:0 auto var(--ht-space-8);font-size:19px;line-height:1.55}.ht-hero__cta{justify-content:center;align-items:center;gap:var(--ht-space-4);flex-wrap:wrap;display:flex}.ht-hero__fineprint{margin-top:var(--ht-space-5);font:var(--ht-text-caption);color:var(--ht-ink-muted)}@media (max-width:640px){.ht-hero{padding:var(--ht-space-9) 0 var(--ht-space-8)}.ht-hero__title{font-size:32px;line-height:36px}}.ht-section{padding:var(--ht-space-11) 0}.ht-section--tint{background:var(--ht-bg-warm)}.ht-section--surface{background:var(--ht-surface)}.ht-section__eyebrow{font:var(--ht-text-overline);letter-spacing:var(--ht-tracking-overline);text-transform:uppercase;color:var(--ht-primary-text);margin-bottom:var(--ht-space-3);display:block}.ht-section__title{font:var(--ht-text-title-1);font-family:var(--ht-font-display);color:var(--ht-ink);margin:0 0 var(--ht-space-4);max-width:24ch}.ht-section__lede{font:var(--ht-text-body);color:var(--ht-ink-secondary);max-width:60ch;margin:0 0 var(--ht-space-8);font-size:17px}.ht-grid{gap:var(--ht-space-5);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:900px){.ht-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ht-grid{grid-template-columns:1fr}}.ht-card{background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:var(--ht-radius-lg);padding:var(--ht-space-6);box-shadow:var(--ht-shadow-1)}.ht-card__title{font:var(--ht-text-title-3);color:var(--ht-ink);margin:0 0 var(--ht-space-2)}.ht-card__body{font:var(--ht-text-body);color:var(--ht-ink-secondary);margin:0}.ht-guides{gap:var(--ht-space-4);grid-template-columns:repeat(6,1fr);display:grid}@media (max-width:900px){.ht-guides{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.ht-guides{grid-template-columns:repeat(2,1fr)}}.ht-guide{text-align:center;padding:var(--ht-space-4) var(--ht-space-2)}.ht-guide__dot{width:44px;height:44px;margin:0 auto var(--ht-space-3);font:var(--ht-text-title-3);font-family:var(--ht-font-display);color:var(--ht-on-primary);border-radius:999px;justify-content:center;align-items:center;display:flex}.ht-guide__name{font:var(--ht-text-body-strong);color:var(--ht-ink);display:block}.ht-guide__tag{font:var(--ht-text-caption);color:var(--ht-ink-muted)}.ht-pricing{gap:var(--ht-space-5);grid-template-columns:repeat(3,1fr);align-items:stretch;display:grid}@media (max-width:860px){.ht-pricing{grid-template-columns:1fr}}.ht-price-card{background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:var(--ht-radius-xl);padding:var(--ht-space-7) var(--ht-space-6);gap:var(--ht-space-4);flex-direction:column;display:flex}.ht-price-card--featured{border-color:var(--ht-primary);box-shadow:var(--ht-shadow-3)}.ht-price-card__tier{font:var(--ht-text-overline);letter-spacing:var(--ht-tracking-overline);text-transform:uppercase}.ht-price-card__amount{font:var(--ht-text-title-1);font-family:var(--ht-font-display);color:var(--ht-ink)}.ht-price-card__amount span{font:var(--ht-text-caption);font-family:var(--ht-font-body);color:var(--ht-ink-muted)}.ht-price-card__list{gap:var(--ht-space-2);flex-direction:column;flex:1;margin:0;padding:0;list-style:none;display:flex}.ht-price-card__list li{font:var(--ht-text-body);color:var(--ht-ink-secondary);padding-left:var(--ht-space-5);position:relative}.ht-price-card__list li:before{content:"✓";color:var(--ht-success);font-weight:700;position:absolute;left:0}.ht-faq{gap:var(--ht-space-3);flex-direction:column;max-width:72ch;display:flex}.ht-faq__item{background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:var(--ht-radius-md);padding:var(--ht-space-5)}.ht-faq__q{font:var(--ht-text-title-3);color:var(--ht-ink);margin:0 0 var(--ht-space-2)}.ht-faq__a{font:var(--ht-text-body);color:var(--ht-ink-secondary);margin:0}.ht-footer{border-top:1px solid var(--ht-border);background:var(--ht-bg-warm);padding:var(--ht-space-9) 0 var(--ht-space-7);margin-top:auto}.ht-footer__grid{justify-content:space-between;gap:var(--ht-space-7);margin-bottom:var(--ht-space-7);flex-wrap:wrap;display:flex}.ht-footer__col-title{font:var(--ht-text-overline);letter-spacing:var(--ht-tracking-overline);text-transform:uppercase;color:var(--ht-ink-muted);margin:0 0 var(--ht-space-3)}.ht-footer__links{gap:var(--ht-space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ht-footer__links a{font:var(--ht-text-body);color:var(--ht-ink-secondary);text-decoration:none}.ht-footer__links a:hover{color:var(--ht-ink);text-decoration:underline}.ht-footer__bottom{gap:var(--ht-space-3);padding-top:var(--ht-space-6);border-top:1px solid var(--ht-border);font:var(--ht-text-caption);color:var(--ht-ink-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.ht-article{max-width:760px;padding:var(--ht-space-10) var(--ht-space-5) var(--ht-space-12);margin:0 auto}.ht-article__eyebrow{font:var(--ht-text-caption);color:var(--ht-ink-muted);margin:0 0 var(--ht-space-2)}.ht-article__title{font:var(--ht-text-display);font-family:var(--ht-font-display);color:var(--ht-ink);margin:0 0 var(--ht-space-3);font-size:36px;line-height:1.15}.ht-article__updated{font:var(--ht-text-caption);color:var(--ht-ink-muted);margin:0 0 var(--ht-space-8)}.ht-article__lede{font:var(--ht-text-body);color:var(--ht-ink-secondary);margin:0 0 var(--ht-space-8);font-size:18px;line-height:1.6}.ht-article h2{font:var(--ht-text-title-2);font-family:var(--ht-font-display);color:var(--ht-ink);margin:var(--ht-space-9) 0 var(--ht-space-4)}.ht-article h3{font:var(--ht-text-title-3);color:var(--ht-ink);margin:var(--ht-space-6) 0 var(--ht-space-2)}.ht-article p{font:var(--ht-text-body);color:var(--ht-ink-secondary);margin:0 0 var(--ht-space-4);line-height:1.7}.ht-article ul,.ht-article ol{margin:0 0 var(--ht-space-4);padding-left:var(--ht-space-6)}.ht-article li{font:var(--ht-text-body);color:var(--ht-ink-secondary);margin-bottom:var(--ht-space-2);line-height:1.7}.ht-article strong{color:var(--ht-ink)}.ht-article a{color:var(--ht-primary-text);text-decoration:underline}.ht-article table{border-collapse:collapse;width:100%;margin:0 0 var(--ht-space-6);font:var(--ht-text-body)}.ht-article th,.ht-article td{text-align:left;padding:var(--ht-space-3);border-bottom:1px solid var(--ht-border);color:var(--ht-ink-secondary);vertical-align:top}.ht-article th{color:var(--ht-ink);font-weight:650}.ht-callout{background:var(--ht-verse-bg);border-radius:var(--ht-radius-lg);padding:var(--ht-space-5) var(--ht-space-6);margin:0 0 var(--ht-space-6)}.ht-callout p{color:var(--ht-ink);margin:0}.ht-callout p+p{margin-top:var(--ht-space-3)}.ht-landing{color:var(--ht-ink)}.ht-landing [data-reveal]{opacity:0;transition:opacity var(--ht-motion-slow) var(--ht-ease-out), transform var(--ht-motion-slow) var(--ht-ease-out), filter var(--ht-motion-slow) var(--ht-ease-out);will-change:opacity, transform;transform:translateY(18px)}.ht-landing [data-reveal].is-in{opacity:1;transform:none}.ht-landing [data-reveal][data-blur]{filter:blur(4px)}.ht-landing [data-reveal][data-blur].is-in{filter:blur()}.ht-landing [data-reveal][data-reveal-order="1"]{transition-delay:70ms}.ht-landing [data-reveal][data-reveal-order="2"]{transition-delay:.14s}.ht-landing [data-reveal][data-reveal-order="3"]{transition-delay:.21s}.ht-landing [data-reveal][data-reveal-order="4"]{transition-delay:.28s}.ht-landing .ht-verseBlock .ht-verse__hiFill{transition-delay:.4s}.ht-verse__hi{white-space:nowrap;position:relative}.ht-verse__hiFill{background:var(--ht-highlight);transform-origin:0;z-index:0;transition:transform var(--ht-motion-sweep,.36s) var(--ht-ease-out);border-radius:7px 9px 6px 8px;position:absolute;inset:12% -2px 10%;transform:scaleX(0)}.ht-verse__hiFill.is-swept{transform:scaleX(1)}.ht-verse__hiText{z-index:1;position:relative}.ht-verse__ref{margin-top:var(--ht-space-3);font:var(--ht-text-overline);letter-spacing:var(--ht-tracking-overline);text-transform:uppercase;color:var(--ht-verse-ref);background:var(--ht-burgundy-tint);border-radius:var(--ht-radius-xs);padding:5px 10px;display:inline-block}@media (prefers-reduced-motion:reduce){.ht-landing *,.ht-landing :before,.ht-landing :after{transition-delay:0s!important;animation-delay:0s!important}.ht-landing [data-reveal]{opacity:1;filter:none;transform:none}.ht-verse__hiFill{transform:scaleX(1)}.ht-bubble{opacity:1;transform:none}.ht-landing .ht-heroV2__word,.ht-landing .ht-heroV2__rotItem:first-child,.ht-landing .ht-diff__card--broadcast,.ht-landing .ht-diff__row,.ht-landing .ht-diff__vs,.ht-landing .ht-diff__card--ht,.ht-landing .ht-diff__mercy,.ht-landing .ht-walkDot,.ht-landing .ht-walkPanel__note,.ht-landing .ht-finalCta__mark{opacity:1!important;filter:none!important;animation:none!important;transform:none!important}.ht-priceCardV2--wine:before{background:color-mix(in srgb, var(--ht-gold) 30%, transparent);animation:none!important}.ht-priceCardV2.is-in:hover{transform:none}.ht-ctaBtn__dot{display:none}.ht-ctaBtn:hover .ht-ctaBtn__label,.ht-ctaBtn:focus-visible .ht-ctaBtn__label{opacity:1;transform:none}.ht-ctaBtn:hover .ht-ctaBtn__hover,.ht-ctaBtn:focus-visible .ht-ctaBtn__hover{opacity:0}}.ht-overline{font:var(--ht-text-overline);letter-spacing:var(--ht-tracking-overline);text-transform:uppercase;color:var(--ht-primary-text);margin-bottom:var(--ht-space-4);display:block}.ht-pill{font:var(--ht-text-overline);letter-spacing:var(--ht-tracking-overline);text-transform:uppercase;border-radius:var(--ht-radius-pill);margin-bottom:var(--ht-space-5);padding:7px 14px;display:inline-block}.ht-pill--tint{color:var(--ht-primary-text);background:var(--ht-primary-tint)}.ht-h2{font-family:var(--ht-font-display);letter-spacing:-.01em;color:var(--ht-ink);margin:0 0 var(--ht-space-4);max-width:22ch;font-size:clamp(28px,3.8vw,44px);font-weight:650;line-height:1.08}.ht-h2--wide{max-width:26ch}.ht-h2--tight{max-width:16ch;margin-bottom:var(--ht-space-4)}.ht-lede{font:var(--ht-text-body);color:var(--ht-ink-secondary);max-width:58ch;margin:0;font-size:17px;line-height:1.6}.ht-lede--center{margin:0 auto}.ht-kicker{font-family:var(--ht-font-body);letter-spacing:.06em;text-transform:uppercase;margin-bottom:var(--ht-space-4);font-size:12px;font-weight:650;line-height:1;display:block}.ht-btn--wine{background:var(--ht-burgundy);color:var(--ht-on-burgundy)}.ht-btn--wine:hover{background:color-mix(in srgb, var(--ht-burgundy) 88%, #000)}.ht-site .ht-btn--primary{color:var(--ht-on-primary)}.ht-site .ht-btn--wine{color:var(--ht-on-burgundy)}.ht-btn--wide{width:100%}.ht-btn--big{height:56px;padding:0 32px}.ht-btn__whisper{opacity:.6;margin-left:6px;font-weight:500}.ht-eyebrowPill{align-items:center;gap:var(--ht-space-2);border:1px solid var(--ht-border);border-radius:var(--ht-radius-pill);margin-bottom:var(--ht-space-6);font:var(--ht-text-overline);letter-spacing:.09em;text-transform:uppercase;color:var(--ht-ink-secondary);background:#ffffffa8;padding:6px 14px;display:inline-flex}.ht-eyebrowPill__dot{background:var(--ht-gold);border-radius:50%;flex:none;width:7px;height:7px;box-shadow:0 0 0 4px #e8a93b2e}.ht-avatar{width:34px;height:34px;font:var(--ht-text-title-3);font-family:var(--ht-font-display);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.ht-avatar--sm{width:26px;height:26px;font-size:12px}.ht-avatar--md{width:38px;height:38px;font-size:15px}.ht-avatarSm{border-radius:50%;flex:none;width:26px;height:26px;display:inline-block}.ht-dot{border-radius:50%;flex:none;width:24px;height:24px;display:inline-block}.ht-tag{font:var(--ht-text-overline);letter-spacing:.07em;text-transform:uppercase;color:var(--ht-ink-muted);border:1px solid var(--ht-border-strong);border-radius:var(--ht-radius-pill);padding:5px 9px}.ht-tag--filled{color:var(--ht-on-primary);background:var(--ht-primary);border-color:#0000}.ht-chip{font:var(--ht-text-overline);letter-spacing:.05em;text-transform:uppercase;border-radius:var(--ht-radius-pill);padding:4px 7px}.ht-chip--sky{color:var(--ht-primary-text);background:var(--ht-primary-tint)}.ht-chip--wine{color:var(--ht-verse-ref);background:var(--ht-burgundy-tint)}.ht-chip--green{color:var(--ht-tier-garden);background:color-mix(in srgb, var(--ht-tier-garden) 12%, #fff)}.ht-heroV2{background:var(--ht-gradient-dawn);position:relative;overflow:hidden}.ht-heroV2__wash{background:linear-gradient(120deg,#eff5fb 0%,#e4f1fc 45%,#f6e9d6 100%) 0 0/220% 220%;animation:22s ease-in-out infinite ht-sky-shift;position:absolute;inset:0}.ht-heroV2__glow{filter:blur(6px);pointer-events:none;opacity:.7;background:radial-gradient(circle,#e8a93b8c,#ffdf8f4d 34%,#fff6e300 66%);border-radius:50%;width:620px;height:620px;animation:16s ease-in-out infinite ht-sun-drift;position:absolute;top:-140px;right:-80px}.ht-heroV2__sky{pointer-events:none;background:radial-gradient(circle,#a6d3f373,#e4f1fc00 68%);border-radius:50%;width:420px;height:420px;position:absolute;bottom:-120px;left:-100px}.ht-heroV2__row{padding:var(--ht-space-10) var(--ht-space-5) var(--ht-space-11);align-items:center;gap:var(--ht-space-10);flex-wrap:wrap;display:flex;position:relative}.ht-heroV2__copy{flex:440px;min-width:320px}.ht-heroV2__title{font-family:var(--ht-font-display);letter-spacing:-.02em;color:var(--ht-ink);margin:0 0 var(--ht-space-5);max-width:16ch;font-size:clamp(38px,5vw,60px);font-weight:700;line-height:1.02}.ht-heroV2__sub{font:var(--ht-text-body);color:var(--ht-ink-secondary);margin:0 0 var(--ht-space-6);max-width:48ch;font-size:19px;line-height:1.55}.ht-heroV2__ctas{align-items:center;gap:var(--ht-space-3);margin-bottom:var(--ht-space-5);flex-wrap:wrap;display:flex}.ht-heroV2__trust{align-items:flex-start;gap:var(--ht-space-2);max-width:44ch;display:flex}.ht-heroV2__trust svg{flex:none;margin-top:2px}.ht-heroV2__trust p{font:var(--ht-text-caption);color:var(--ht-ink-secondary);margin:0;font-size:13.5px;line-height:1.5}.ht-heroV2__phone{flex:340px;justify-content:center;min-width:300px;display:flex}@media (max-width:720px){.ht-heroV2__row{padding:var(--ht-space-9) var(--ht-space-5);gap:var(--ht-space-8)}.ht-heroV2__title{max-width:20ch}}.ht-phone{box-shadow:var(--ht-shadow-4);background:linear-gradient(160deg,#233042,#141c26);border-radius:46px;padding:11px;position:relative}.ht-phone--large{width:320px;animation:7s ease-in-out infinite ht-floaty}.ht-phone--sm{border-radius:40px;width:100%;max-width:258px;padding:9px}.ht-phone__notch{border-radius:var(--ht-radius-pill);z-index:3;background:#141c26;width:110px;height:26px;position:absolute;top:22px;left:50%;transform:translate(-50%)}.ht-phone__screen{background:var(--ht-bg);border-radius:36px;flex-direction:column;height:560px;display:flex;position:relative;overflow:hidden}.ht-phone__screen--sm{border-radius:31px;height:492px}.ht-phone__chatHeader{background:color-mix(in srgb, var(--ht-bg) 80%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--ht-border);align-items:center;gap:var(--ht-space-3);z-index:2;flex:none;padding:34px 16px 12px;display:flex}.ht-phone__chatWho{line-height:1.2}.ht-phone__chatName{font-family:var(--ht-font-display);color:var(--ht-ink);font-size:15px;font-weight:620}.ht-phone__chatSub{font:var(--ht-text-caption);color:var(--ht-ink-muted);font-size:11px}.ht-phone__transcript{flex-direction:column;flex:1;justify-content:flex-end;gap:9px;padding:14px 14px 16px;display:flex;overflow:hidden}.ht-phone__status{font-family:var(--ht-font-body);color:var(--ht-ink);flex:none;justify-content:space-between;align-items:center;padding:12px 18px 4px;font-size:11px;font-weight:600;display:flex}.ht-phone__statusDots{gap:3px;display:flex}.ht-phone__statusDots span{background:var(--ht-ink);border-radius:50%;width:5px;height:5px}.ht-phone__statusDots span.is-muted{background:var(--ht-ink-muted)}.ht-phone__page{flex-direction:column;flex:1;gap:12px;padding:14px 16px;display:flex;overflow:hidden}.ht-phone__pageHead{justify-content:space-between;align-items:baseline;display:flex}.ht-phone__pageTitle{font-family:var(--ht-font-display);color:var(--ht-ink);font-size:19px;font-weight:620}.ht-phone__pageMeta{font-family:var(--ht-font-body);color:var(--ht-ink-muted);font-size:11px;font-weight:500}.ht-phone__overline{font:var(--ht-text-overline);letter-spacing:.08em;text-transform:uppercase;color:var(--ht-gold)}.ht-bubble{opacity:0;transition:opacity .4s var(--ht-ease-out), transform .4s var(--ht-ease-out);max-width:88%;transform:translateY(8px)}.ht-bubble.is-in{opacity:1;transform:none}.ht-bubble--meta{font-family:var(--ht-font-body);color:var(--ht-ink-muted);background:var(--ht-surface-sunken);border-radius:var(--ht-radius-pill);align-self:center;padding:5px 12px;font-size:11px;font-weight:500}.ht-bubble--guide{align-self:flex-start;gap:var(--ht-space-2);align-items:flex-end;display:flex}.ht-bubble--indent{margin-left:30px;display:block}.ht-bubble--user{align-self:flex-end;max-width:80%}.ht-bubble__av{border-radius:50%;flex:none;width:22px;height:22px}.ht-bubble__body{background:var(--ht-surface);border:1px solid var(--ht-border);font:var(--ht-text-body);color:var(--ht-ink);box-shadow:var(--ht-shadow-1);border-radius:18px;padding:10px 13px;font-size:14px;line-height:1.45}.ht-bubble__body--tail{border-radius:18px 18px 18px 6px}.ht-bubble--user .ht-bubble__body{background:var(--ht-primary);color:var(--ht-on-primary);box-shadow:none;border-color:#0000;border-radius:18px 18px 6px}.ht-verse{background:var(--ht-verse-bg);border-radius:16px;padding:13px 15px}.ht-verse__text{font:var(--ht-text-scripture);color:var(--ht-ink);margin:0;font-size:16px;font-weight:500;line-height:24px}.ht-diff{background:var(--ht-surface);padding:var(--ht-space-12) 0}.ht-diff__head{text-align:center;margin-bottom:var(--ht-space-9)}.ht-diff__head .ht-h2{margin-left:auto;margin-right:auto}.ht-diff__head .ht-lede{max-width:56ch;margin-left:auto;margin-right:auto}.ht-diff__grid{justify-content:center;align-items:stretch;gap:var(--ht-space-5);flex-wrap:wrap;display:flex}.ht-diff__card{min-width:300px;max-width:500px;padding:var(--ht-space-6);border-radius:26px;flex:380px}.ht-diff__card--broadcast{background:var(--ht-surface-sunken);border:1px solid var(--ht-border);filter:saturate(.55)}.ht-diff__card--ht{background:var(--ht-surface);border:1.5px solid var(--ht-primary);box-shadow:var(--ht-shadow-3)}.ht-diff__cardHead{margin-bottom:var(--ht-space-5);justify-content:space-between;align-items:center;display:flex}.ht-diff__cardTitle{font-family:var(--ht-font-display);color:var(--ht-ink-secondary);font-size:17px;font-weight:620}.ht-diff__cardTitleHt{align-items:center;gap:var(--ht-space-2);font-family:var(--ht-font-display);color:var(--ht-ink);font-size:17px;font-weight:620;display:flex}.ht-diff__rows{flex-direction:column;gap:11px;display:flex}.ht-diff__row{border:1px solid var(--ht-border);font:var(--ht-text-body);color:var(--ht-ink-muted);background:#fff;border-radius:13px;align-items:center;gap:11px;padding:12px 14px;font-size:14px;line-height:1.4;display:flex}.ht-diff__rowDot{background:var(--ht-surface-sunken);border-radius:6px;flex:none;width:22px;height:22px}.ht-diff__vs{background:var(--ht-bg);border:1px solid var(--ht-border);width:48px;height:48px;box-shadow:var(--ht-shadow-1);font:var(--ht-text-overline);letter-spacing:.04em;text-transform:uppercase;color:var(--ht-ink-muted);border-radius:50%;flex:none;justify-content:center;align-self:center;align-items:center;display:flex}.ht-diff__personChip{background:var(--ht-primary-tint);margin-bottom:var(--ht-space-3);border-radius:13px;align-items:center;gap:9px;padding:10px 13px;display:flex}.ht-diff__personName{font-family:var(--ht-font-display);color:var(--ht-ink);font-size:14px;font-weight:620}.ht-diff__personMeta{font-family:var(--ht-font-body);color:var(--ht-primary-text);font-size:12px;font-weight:500}.ht-diff__mercy{margin-bottom:var(--ht-space-4);align-items:flex-end;gap:9px;display:flex}.ht-diff__mercyBubble{background:var(--ht-bg);border:1px solid var(--ht-border);font:var(--ht-text-body);color:var(--ht-ink);border-radius:16px 16px 16px 6px;padding:11px 14px;font-size:14.5px;line-height:1.5}.ht-diff__proof{align-items:center;gap:var(--ht-space-2);padding-top:var(--ht-space-4);border-top:1px solid var(--ht-border);font:var(--ht-text-body-strong);color:var(--ht-ink);font-size:13px;line-height:1.4;display:flex}.ht-diff__proof svg{flex:none}.ht-diffs{background:var(--ht-bg);padding:var(--ht-space-11) 0 var(--ht-space-8)}.ht-diffs__head{text-align:center;margin-bottom:var(--ht-space-10)}.ht-diffs__head .ht-overline{margin-bottom:var(--ht-space-4)}.ht-diffs__head .ht-h2{margin-left:auto;margin-right:auto}.ht-storyRow{align-items:center;gap:var(--ht-space-10);margin-bottom:var(--ht-space-11);flex-wrap:wrap;display:flex}.ht-storyRow--reverse{flex-wrap:wrap-reverse}.ht-storyRow__copy{flex:380px;min-width:300px}.ht-storyRow__viz{flex:340px;justify-content:center;min-width:300px;display:flex}.ht-storyRow__title{font-family:var(--ht-font-display);color:var(--ht-ink);margin:0 0 var(--ht-space-4);font-size:30px;font-weight:620;line-height:1.15}.ht-storyRow__body{font:var(--ht-text-body);color:var(--ht-ink-secondary);margin:0 0 var(--ht-space-5);max-width:46ch;font-size:17px;line-height:1.6}.ht-verseBlock{background:var(--ht-verse-bg);border-radius:var(--ht-radius-lg);max-width:44ch;padding:18px 20px}.ht-verseBlock__text{font:var(--ht-text-scripture);color:var(--ht-ink);margin:0;font-size:18px;font-weight:500;line-height:28px}.ht-circleViz{width:340px;height:320px;position:relative}.ht-circleViz__center{width:120px;height:120px;box-shadow:var(--ht-shadow-3);z-index:2;font-family:var(--ht-font-display);color:var(--ht-ink);text-align:center;background:linear-gradient(160deg,#fff6e3,#f3d794);border-radius:50%;justify-content:center;align-items:center;font-size:15px;font-weight:620;line-height:1.15;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ht-circleViz__chip{background:var(--ht-surface);border:1px solid var(--ht-border);box-shadow:var(--ht-shadow-2);border-radius:16px;padding:10px 14px;position:absolute}.ht-circleViz__chip--tl{top:14px;left:26px}.ht-circleViz__chip--tr{top:26px;right:8px}.ht-circleViz__chip--bl{bottom:22px;left:6px}.ht-circleViz__chip--br{bottom:34px;right:24px}.ht-circleViz__chipName{font-family:var(--ht-font-display);color:var(--ht-ink);font-size:15px;font-weight:620}.ht-circleViz__chipMeta{font-family:var(--ht-font-body);color:var(--ht-ink-muted);font-size:11px;font-weight:500}.ht-circleViz__lines{z-index:1;width:100%;height:100%;position:absolute;inset:0}.ht-grace{background:var(--ht-grace-bg);width:340px;box-shadow:var(--ht-shadow-2);border-radius:24px;padding:22px}.ht-grace__lock{align-items:center;gap:var(--ht-space-2);margin-bottom:var(--ht-space-4);background:color-mix(in srgb, var(--ht-grace-accent) 8%, #fff);border-radius:var(--ht-radius-pill);font:var(--ht-text-overline);letter-spacing:.07em;text-transform:uppercase;color:var(--ht-grace-accent);padding:8px 12px;display:flex}.ht-grace__steps{flex-direction:column;gap:12px;display:flex}.ht-grace__stepLabel{font:var(--ht-text-overline);letter-spacing:.08em;text-transform:uppercase;color:var(--ht-grace-accent)}.ht-grace__paper{font:var(--ht-text-body);color:var(--ht-ink);background:#fff;border-radius:12px;margin:5px 0 0;padding:10px 12px;font-size:14px;line-height:1.5}.ht-grace__mirror{font:var(--ht-text-body);color:var(--ht-ink-secondary);margin:5px 0 0;padding:2px 4px;font-size:13.5px;line-height:1.5}.ht-journey{flex-direction:column;gap:10px;width:340px;display:flex}.ht-journey__head{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.ht-journey__title{font-family:var(--ht-font-display);color:var(--ht-ink);font-size:15px;font-weight:620}.ht-journey__meta{font-family:var(--ht-font-body);color:var(--ht-ink-muted);font-size:11px;font-weight:500}.ht-journey__day{background:var(--ht-surface);border:1px solid var(--ht-border);box-shadow:var(--ht-shadow-1);font:var(--ht-text-body);color:var(--ht-ink-secondary);border-radius:14px;align-items:center;gap:11px;padding:12px 14px;font-size:13.5px;line-height:1.35;display:flex}.ht-journey__day.is-past{opacity:.62}.ht-journey__day.is-today{background:var(--ht-verse-bg);border:1.5px solid var(--ht-gold);box-shadow:var(--ht-shadow-2);border-radius:16px;align-items:flex-start;padding:14px 15px}.ht-journey__day.is-future{opacity:.5;color:var(--ht-ink-muted)}.ht-journey__num{background:var(--ht-tier-garden);color:#fff;width:26px;height:26px;font-family:var(--ht-font-body);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:650;display:flex}.ht-journey__num--gold{background:var(--ht-gold);width:28px;height:28px;color:var(--ht-on-primary)}.ht-journey__num--muted{background:var(--ht-surface-sunken);color:var(--ht-ink-muted)}.ht-journey__todayTitle{font:var(--ht-text-body-strong);color:var(--ht-ink);font-size:13.5px;line-height:1.35}.ht-journey__todayNote{font-family:var(--ht-font-body);color:var(--ht-ink-secondary);margin-top:3px;font-size:11.5px;font-weight:500;line-height:1.4}.ht-showcase{background:var(--ht-surface);padding:var(--ht-space-12) 0}.ht-showcase__head{text-align:center;margin-bottom:var(--ht-space-9)}.ht-showcase__head .ht-h2{margin-left:auto;margin-right:auto}.ht-showcase__head .ht-lede{max-width:56ch;margin-left:auto;margin-right:auto}.ht-showcase__row{justify-content:center;align-items:flex-start;gap:var(--ht-space-8);flex-wrap:wrap;display:flex}.ht-showcase__phoneWrap{flex-direction:column;flex:0 260px;align-items:center;min-width:230px;display:flex}.ht-showcase__caption{margin-top:var(--ht-space-5);font-family:var(--ht-font-display);color:var(--ht-ink);font-size:15px;font-weight:620}.ht-showcase__sub{font:var(--ht-text-body);color:var(--ht-ink-secondary);text-align:center;max-width:24ch;margin-top:4px;font-size:13px;line-height:1.4}.ht-pourVerse{background:var(--ht-verse-bg);border-radius:18px;padding:16px;position:relative;overflow:hidden}.ht-pourVerse__sheen{opacity:0;pointer-events:none;z-index:2;background:linear-gradient(#e8a93b00 0%,#e8a93b8c 50%,#e8a93b00 100%);height:64%;position:absolute;top:0;left:0;right:0;transform:translateY(-120%)}.ht-pourVerse__sheen.is-run{animation:ht-pour 1.1s var(--ht-ease-out)}.ht-pourVerse__text{z-index:1;font:var(--ht-text-scripture);color:var(--ht-ink);margin:0;font-size:19px;font-weight:500;line-height:28px;position:relative}.ht-pourVerse .ht-verse__ref{z-index:1;position:relative}.ht-pourTyping{align-items:center;gap:9px;display:flex}.ht-typingDots{background:var(--ht-surface);border:1px solid var(--ht-border);box-shadow:var(--ht-shadow-1);border-radius:14px;gap:4px;padding:10px 13px;display:flex}.ht-typingDots span{background:var(--ht-ink-muted);border-radius:50%;width:5px;height:5px;animation:1.3s ease-in-out infinite ht-typing}.ht-typingDots span:nth-child(2){animation-delay:.18s}.ht-typingDots span:nth-child(3){animation-delay:.36s}.ht-pourNote{animation:ht-rise .42s var(--ht-ease-out);align-items:flex-start;gap:9px;display:flex}.ht-pourNote__body{background:var(--ht-surface);border:1px solid var(--ht-border);font:var(--ht-text-body);color:var(--ht-ink);box-shadow:var(--ht-shadow-1);border-radius:14px 14px 14px 6px;padding:10px 12px;font-size:12.5px;line-height:1.45}.ht-personCard{background:var(--ht-surface);border:1px solid var(--ht-border);box-shadow:var(--ht-shadow-1);border-radius:16px;padding:13px}.ht-personCard__head{justify-content:space-between;align-items:center;margin-bottom:7px;display:flex}.ht-personCard__id{align-items:center;gap:7px;display:flex}.ht-personCard__name{font-family:var(--ht-font-display);color:var(--ht-ink);font-size:14px;font-weight:620}.ht-personCard__prog{font:var(--ht-text-body);color:var(--ht-ink-secondary);margin:0 0 8px;font-size:11.5px;line-height:1.4}.ht-bar{border-radius:var(--ht-radius-pill);background:var(--ht-surface-sunken);height:5px;overflow:hidden}.ht-bar__fill{border-radius:var(--ht-radius-pill);background:var(--ht-gold);width:0%;height:100%;transition:width 1.05s var(--ht-ease-out)}.ht-walkBig{text-align:center;padding:4px 0 2px}.ht-walkBig__num{font-family:var(--ht-font-display);letter-spacing:-.02em;color:var(--ht-ink);font-variant-numeric:tabular-nums;font-size:52px;font-weight:700;line-height:1}.ht-walkBig__label{font:var(--ht-text-body-strong);color:var(--ht-ink-secondary);margin-top:var(--ht-space-2);font-size:12px}.ht-walkDots{flex-wrap:wrap;justify-content:center;gap:7px;display:flex}.ht-walkDot{border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.ht-walkDot.is-done{background:var(--ht-gold)}.ht-walkDot.is-gap{border:1.5px dashed var(--ht-border-strong);color:var(--ht-ink-muted);font-family:var(--ht-font-body);font-size:12px;font-weight:600}.ht-walkDot.is-comeback{background:var(--ht-primary);color:var(--ht-on-primary);font-family:var(--ht-font-display);font-size:12px;font-weight:700}.ht-walkDot--big{width:34px;height:34px}.ht-walkDot--big.is-comeback{font-size:13px}.ht-walkNote{background:var(--ht-verse-bg);border-radius:16px;align-items:flex-start;gap:9px;padding:12px 13px;display:flex}.ht-walkNote p{font:var(--ht-text-body);color:var(--ht-ink);margin:0;font-size:12px;line-height:1.45}.ht-waymark{background:var(--ht-surface);border:1px solid var(--ht-gold);box-shadow:var(--ht-shadow-1);border-radius:14px;align-items:center;gap:9px;padding:10px 12px;display:flex}.ht-waymark__badge{background:var(--ht-gradient-golden);border-radius:8px;flex:none;width:28px;height:28px}.ht-waymark__eyebrow{font:var(--ht-text-overline);letter-spacing:.07em;text-transform:uppercase;color:var(--ht-gold)}.ht-waymark__title{font-family:var(--ht-font-display);color:var(--ht-ink);font-size:13px;font-weight:620}.ht-tabbar{border-top:1px solid var(--ht-border);background:var(--ht-surface);flex:none;justify-content:space-around;align-items:center;padding:9px 8px 13px;display:flex}.ht-tabbar__item{font-family:var(--ht-font-body);color:var(--ht-ink-muted);flex-direction:column;align-items:center;gap:3px;font-size:9px;font-weight:500;display:flex}.ht-tabbar__item.is-active{color:var(--ht-primary-text);font-weight:650}.ht-guidesV2{background:var(--ht-bg-warm);padding:var(--ht-space-12) 0}.ht-guidesV2__inner{text-align:center}.ht-guidesV2 .ht-h2{margin-left:auto;margin-right:auto}.ht-guidesV2 .ht-lede{margin:0 auto var(--ht-space-8);max-width:54ch}.ht-roster{justify-content:center;gap:var(--ht-space-4);margin-bottom:var(--ht-space-8);flex-wrap:wrap;display:flex}.ht-roster__btn{cursor:pointer;align-items:center;gap:var(--ht-space-2);opacity:.62;width:88px;transition:opacity .18s var(--ht-ease-out);background:0 0;border:none;flex-direction:column;padding:0;display:flex}.ht-roster__btn.is-active{opacity:1}.ht-roster__av{width:56px;height:56px;font-family:var(--ht-font-display);color:#fff;transition:transform .18s var(--ht-ease-spring), box-shadow .18s var(--ht-ease-out);border-radius:50%;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex}.ht-roster__name{font:var(--ht-text-body-strong);color:var(--ht-ink);font-size:13px;line-height:1.1}.ht-roster__tier{font-family:var(--ht-font-body);font-size:10px;font-weight:500;line-height:1}.ht-stage{background:var(--ht-surface);border:1px solid var(--ht-border);max-width:600px;padding:var(--ht-space-6);box-shadow:var(--ht-shadow-2);text-align:left;border-radius:28px;margin:0 auto}.ht-stage__prompt{background:var(--ht-primary);color:var(--ht-on-primary);font:var(--ht-text-body);max-width:82%;margin-left:auto;margin-bottom:var(--ht-space-4);border-radius:18px 18px 6px;align-self:flex-end;padding:11px 15px;font-size:15px;line-height:1.45}.ht-stage__reply{min-height:150px;animation:ht-rise .38s var(--ht-ease-out);align-items:flex-start;gap:11px;display:flex}.ht-stage__who{font-family:var(--ht-font-display);color:var(--ht-ink);margin-bottom:5px;font-size:15px;font-weight:620;line-height:1.1}.ht-stage__bubble{background:var(--ht-surface-sunken);font:var(--ht-text-body);color:var(--ht-ink);border-radius:6px 18px 18px;padding:12px 15px;font-size:15px;line-height:1.5}.ht-walkSect{background:var(--ht-surface);padding:var(--ht-space-11) 0}.ht-walkSect__row{align-items:center;gap:var(--ht-space-9);flex-wrap:wrap;display:flex}.ht-walkSect__copy{flex:380px;min-width:300px}.ht-walkSect__copy .ht-overline{margin-bottom:var(--ht-space-3)}.ht-walkSect__copy .ht-lede{max-width:46ch}.ht-walkSect__viz{flex:320px;min-width:300px}.ht-walkPanel{background:var(--ht-bg-warm);padding:var(--ht-space-6);border-radius:22px}.ht-walkPanel__dots{margin-bottom:var(--ht-space-4);flex-wrap:wrap;align-items:center;gap:9px;display:flex}.ht-walkPanel__note{background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:16px;align-items:flex-start;gap:11px;padding:14px 16px;display:flex}.ht-walkPanel__note p{font:var(--ht-text-body);color:var(--ht-ink);margin:0;font-size:14px;line-height:1.5}.ht-pricingV2{background:var(--ht-bg);padding:var(--ht-space-12) 0}.ht-pricingV2__head{text-align:center;margin-bottom:var(--ht-space-9)}.ht-pricingV2__head .ht-h2{margin-left:auto;margin-right:auto}.ht-pricingV2__head .ht-lede{max-width:58ch;margin:0 auto}.ht-pricingV2__grid{gap:var(--ht-space-6);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch;display:grid}.ht-priceCardV2{background:var(--ht-surface);border:1px solid var(--ht-border);gap:var(--ht-space-5);box-shadow:var(--ht-shadow-1);border-radius:28px;flex-direction:column;padding:28px 26px;display:flex;position:relative}.ht-priceCardV2--featured{border:1.5px solid var(--ht-primary);box-shadow:var(--ht-shadow-3)}.ht-priceCardV2--wine{box-shadow:var(--ht-shadow-2);padding:0;overflow:hidden}.ht-priceCardV2__bar{border-radius:var(--ht-radius-pill);width:52px;height:6px}.ht-priceCardV2__flag{color:#fff;font:var(--ht-text-overline);letter-spacing:.07em;text-transform:uppercase;border-radius:var(--ht-radius-pill);padding:6px 13px;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.ht-priceCardV2__tier{font:var(--ht-text-overline);letter-spacing:.08em;text-transform:uppercase}.ht-priceCardV2__amount{font-family:var(--ht-font-display);color:var(--ht-ink);margin-top:var(--ht-space-2);font-size:34px;font-weight:650;line-height:1}.ht-priceCardV2__amount span{font-family:var(--ht-font-body);color:var(--ht-ink-muted);font-size:14px;font-weight:500}.ht-priceCardV2__amountSub{font-family:var(--ht-font-body);color:var(--ht-ink-muted);margin-top:4px;font-size:13px;font-weight:500;line-height:1.3}.ht-priceCardV2__list{flex-direction:column;flex:1;gap:10px;margin:0;padding:0;list-style:none;display:flex}.ht-priceCardV2__list li{font:var(--ht-text-body);color:var(--ht-ink-secondary);padding-left:26px;font-size:14.5px;line-height:1.5;position:relative}.ht-priceCardV2__list li:before{content:"";background:var(--ht-success);width:15px;height:15px;position:absolute;top:3px;left:0;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6 9 17l-5-5' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6 9 17l-5-5' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat}.ht-priceCardV2--wine .ht-priceCardV2__list li:before{background:var(--ht-burgundy)}.ht-priceCardV2__wineHead{background:var(--ht-gradient-wine);gap:var(--ht-space-3);flex-direction:column;padding:22px 26px 18px;display:flex}.ht-priceCardV2__wineHead .ht-priceCardV2__bar{margin-bottom:var(--ht-space-2)}.ht-priceCardV2__wineHead .ht-priceCardV2__amount span,.ht-priceCardV2__wineHead .ht-priceCardV2__amountSub{color:var(--ht-ink-secondary)}.ht-priceCardV2__wineBody{gap:var(--ht-space-5);flex-direction:column;flex:1;padding:22px 26px 28px;display:flex}.ht-pricingV2__fine{text-align:center;font-family:var(--ht-font-body);color:var(--ht-ink-muted);margin:var(--ht-space-7) auto 0;max-width:60ch;font-size:12.5px;font-weight:500;line-height:1.5}.ht-honestV2{background:var(--ht-bg-warm);padding:var(--ht-space-11) 0}.ht-honestV2__inner{width:100%;max-width:760px;padding:0 var(--ht-space-5);text-align:center;margin:0 auto}.ht-honestV2 .ht-overline{margin-bottom:var(--ht-space-4)}.ht-honestV2 .ht-h2{margin:0 auto var(--ht-space-5)}.ht-honestV2 .ht-lede{margin:0 auto var(--ht-space-5);max-width:58ch;line-height:1.65}.ht-honestV2__link{font:var(--ht-text-body-strong);color:var(--ht-primary-text);border-bottom:1.5px solid color-mix(in srgb, var(--ht-primary-text) 40%, transparent);padding-bottom:2px;font-size:15px;text-decoration:none}.ht-honestV2__link svg{vertical-align:-2px}.ht-faqSect{background:var(--ht-bg);padding:0 0 var(--ht-space-12)}.ht-faqSect__col{max-width:760px;margin:0 auto}.ht-faqSect .ht-overline{text-align:center}.ht-faqSect .ht-h2{text-align:center;margin:0 auto var(--ht-space-7)}.ht-faqSect__list{gap:var(--ht-space-3);flex-direction:column;display:flex}.ht-faqSect__item{background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:var(--ht-radius-lg);interpolate-size:allow-keywords;transition:border-color var(--ht-motion-fast) var(--ht-ease-out)}.ht-faqSect__item:hover{border-color:var(--ht-border-strong)}.ht-faqSect__item::details-content{height:0;transition:height var(--ht-motion-base) var(--ht-ease-out), content-visibility var(--ht-motion-base) allow-discrete;overflow:clip}.ht-faqSect__item[open]::details-content{height:auto}.ht-faqSect__q{justify-content:space-between;align-items:center;gap:var(--ht-space-4);font:var(--ht-text-title-3);color:var(--ht-ink);cursor:pointer;padding:16px 20px;list-style:none;display:flex}.ht-faqSect__q::-webkit-details-marker{display:none}.ht-faqSect__chev{color:var(--ht-ink-muted);transition:transform var(--ht-motion-base) var(--ht-ease-out);flex:none}.ht-faqSect__item[open] .ht-faqSect__chev{transform:rotate(180deg)}.ht-faqSect__a{font:var(--ht-text-body);color:var(--ht-ink-secondary);max-width:62ch;padding:0 20px 18px;font-size:15px;line-height:1.6}.ht-faqSect__a a{color:var(--ht-primary-text)}.ht-finalCta{background:var(--ht-gradient-dawn);padding:100px 0;position:relative;overflow:hidden}.ht-finalCta__glow{pointer-events:none;background:radial-gradient(circle,#e8a93b57,#fff6e300 66%);border-radius:50%;width:520px;height:520px;animation:16s ease-in-out infinite ht-sun-drift;position:absolute;top:-120px;left:calc(50% - 260px)}.ht-finalCta__inner{width:100%;max-width:720px;padding:0 var(--ht-space-5);text-align:center;margin:0 auto;position:relative}.ht-finalCta__mark{margin-bottom:var(--ht-space-5);justify-content:center;display:flex}.ht-finalCta__title{font-family:var(--ht-font-display);letter-spacing:-.02em;color:var(--ht-ink);margin:0 auto var(--ht-space-5);max-width:16ch;font-size:clamp(30px,4vw,48px);font-weight:700;line-height:1.08}.ht-finalCta__sub{font:var(--ht-text-body);color:var(--ht-ink-secondary);margin:0 auto var(--ht-space-7);max-width:42ch;font-size:18px;line-height:1.55}.ht-finalCta__fine{margin:var(--ht-space-4) 0 0;font:var(--ht-text-caption);color:var(--ht-ink-muted)}.ht-srOnly{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ht-heroV2__word{animation:ht-word-in var(--ht-motion-slow) var(--ht-ease-out) both;animation-delay:calc(var(--i) * 50ms);display:inline-block}.ht-heroV2__rotator{display:inline-grid}.ht-heroV2__rotItem{color:var(--ht-ink);opacity:0;transition:opacity var(--ht-motion-slow) var(--ht-ease-out), transform var(--ht-motion-slow) var(--ht-ease-out);grid-area:1/1;font-weight:600;transform:translateY(6px)}.ht-heroV2__rotItem.is-on{opacity:1;transform:none}.ht-ctaBtn{padding-left:calc(var(--ht-space-6) + 14px);position:relative;overflow:hidden}.ht-ctaBtn__dot{background:var(--ht-on-primary);transform-origin:50%;width:8px;height:8px;transition:transform .3s var(--ht-ease-out);border-radius:50%;margin-top:-4px;position:absolute;top:50%;left:17px}.ht-ctaBtn__label{z-index:1;align-items:center;gap:var(--ht-space-2);transition:transform .3s var(--ht-ease-out), opacity .3s var(--ht-ease-out);display:inline-flex;position:relative}.ht-ctaBtn__hover{z-index:2;justify-content:center;align-items:center;gap:var(--ht-space-2);color:var(--ht-primary-tint);opacity:0;transition:transform .3s var(--ht-ease-out), opacity .3s var(--ht-ease-out);pointer-events:none;display:inline-flex;position:absolute;inset:0;transform:translate(14px)}.ht-ctaBtn:hover .ht-ctaBtn__dot,.ht-ctaBtn:focus-visible .ht-ctaBtn__dot{transform:scale(72)}.ht-ctaBtn:hover .ht-ctaBtn__label,.ht-ctaBtn:focus-visible .ht-ctaBtn__label{opacity:0;transform:translate(12px)}.ht-ctaBtn:hover .ht-ctaBtn__hover,.ht-ctaBtn:focus-visible .ht-ctaBtn__hover{opacity:1;transform:translate(0)}.ht-landing .ht-diff__grid[data-reveal]{opacity:1;transition:none;transform:none}.ht-diff__grid[data-reveal] .ht-diff__card--broadcast{opacity:0;transition:opacity var(--ht-motion-slow) var(--ht-ease-out), transform var(--ht-motion-slow) var(--ht-ease-out);transform:translateY(18px)}.ht-diff__grid[data-reveal] .ht-diff__card--broadcast .ht-diff__row{opacity:0;transition:opacity var(--ht-motion-base) var(--ht-ease-out), transform var(--ht-motion-base) var(--ht-ease-out);transform:translateY(8px)}.ht-diff__grid[data-reveal] .ht-diff__card--broadcast .ht-diff__row:first-child{transition-delay:.1s}.ht-diff__grid[data-reveal] .ht-diff__card--broadcast .ht-diff__row:nth-child(2){transition-delay:.18s}.ht-diff__grid[data-reveal] .ht-diff__card--broadcast .ht-diff__row:nth-child(3){transition-delay:.26s}.ht-diff__grid[data-reveal] .ht-diff__card--broadcast .ht-diff__row:nth-child(4){transition-delay:.34s}.ht-diff__grid[data-reveal] .ht-diff__vs{opacity:0;transform-origin:50%;transition:transform var(--ht-motion-base) var(--ht-ease-spring) .7s, opacity var(--ht-motion-base) var(--ht-ease-out) .7s;transform:scale(.6)}.ht-diff__grid[data-reveal] .ht-diff__card--ht{opacity:0;transition:opacity var(--ht-motion-slow) var(--ht-ease-spring) .95s, transform var(--ht-motion-slow) var(--ht-ease-spring) .95s;transform:translateY(24px)}.ht-diff__grid[data-reveal] .ht-diff__mercy{opacity:0}.ht-diff__grid[data-reveal].is-in .ht-diff__card--broadcast,.ht-diff__grid[data-reveal].is-in .ht-diff__card--broadcast .ht-diff__row,.ht-diff__grid[data-reveal].is-in .ht-diff__card--ht{opacity:1;transform:none}.ht-diff__grid[data-reveal].is-in .ht-diff__vs{opacity:1;transform:scale(1)}.ht-diff__grid[data-reveal].is-in .ht-diff__mercy{animation:ht-rise var(--ht-motion-slow) var(--ht-ease-out) 1.25s both}.ht-showcase__phoneWrap:nth-child(2){transition-delay:80ms}.ht-showcase__phoneWrap:nth-child(3){transition-delay:.16s}.ht-showcase__phoneWrap:first-child .ht-phone--sm{animation:9s ease-in-out -1.5s infinite ht-floaty}.ht-showcase__phoneWrap:nth-child(2) .ht-phone--sm{animation:9s ease-in-out -4.5s infinite ht-floaty}.ht-showcase__phoneWrap:nth-child(3) .ht-phone--sm{animation:9s ease-in-out -7.5s infinite ht-floaty}.ht-walkSect__viz[data-reveal] .ht-walkDot.is-done{opacity:0;transition:opacity var(--ht-motion-base) var(--ht-ease-out), transform var(--ht-motion-base) var(--ht-ease-out);transform:scale(.6)}.ht-walkSect__viz[data-reveal] .ht-walkDot.is-done:nth-child(2){transition-delay:80ms}.ht-walkSect__viz[data-reveal] .ht-walkDot.is-done:nth-child(3){transition-delay:.16s}.ht-walkSect__viz[data-reveal] .ht-walkDot.is-gap{opacity:0;transition:opacity var(--ht-motion-base) var(--ht-ease-out) .28s}.ht-walkSect__viz[data-reveal] .ht-walkDot.is-gap:nth-child(5){transition-delay:.36s}.ht-walkSect__viz[data-reveal] .ht-walkDot.is-comeback{opacity:0;transition:opacity var(--ht-motion-base) var(--ht-ease-out) .52s, transform var(--ht-motion-base) var(--ht-ease-spring) .52s;position:relative;transform:scale(.6)}.ht-walkSect__viz[data-reveal] .ht-walkPanel__note{opacity:0}.ht-walkSect__viz[data-reveal].is-in .ht-walkDot{opacity:1;transform:none}.ht-walkSect__viz[data-reveal].is-in .ht-walkDot.is-comeback:after{content:"";border:2px solid var(--ht-primary);opacity:0;animation:ht-halo .4s var(--ht-ease-out) .8s forwards;border-radius:50%;position:absolute;inset:0}.ht-walkSect__viz[data-reveal].is-in .ht-walkPanel__note{animation:ht-rise var(--ht-motion-slow) var(--ht-ease-out) .7s both}.ht-landing .ht-pricingV2__grid>[data-reveal]:nth-child(2){transition-delay:.2s;transition-timing-function:var(--ht-ease-spring);transform:translateY(24px)}.ht-landing .ht-pricingV2__grid>[data-reveal]:nth-child(3){transition-delay:80ms}.ht-landing .ht-priceCardV2.is-in{transition:transform var(--ht-motion-fast) var(--ht-ease-out), box-shadow var(--ht-motion-fast) var(--ht-ease-out);transition-delay:0s}.ht-priceCardV2.is-in:hover{box-shadow:var(--ht-shadow-3);transform:translateY(-3px)}.ht-priceCardV2--wine:before{content:"";border-radius:inherit;background:radial-gradient(transparent, transparent, color-mix(in srgb, var(--ht-gold) 35%, transparent), transparent, transparent);-webkit-mask-composite:xor;pointer-events:none;z-index:1;background-size:300% 300%;padding:1px;animation:16s linear infinite ht-shine;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ht-finalCta__inner[data-reveal].is-in .ht-finalCta__mark{animation:ht-cup-settle var(--ht-motion-slow) var(--ht-ease-spring) .15s both}@keyframes ht-word-in{0%{opacity:0;filter:blur(4px);transform:translateY(8px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes ht-halo{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@keyframes ht-shine{0%{background-position:0 0}to{background-position:300% 300%}}@keyframes ht-cup-settle{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes ht-sun-drift{0%{opacity:.9;transform:translate(0,0)scale(1)}50%{opacity:1;transform:translate(-18px,14px)scale(1.08)}to{opacity:.9;transform:translate(0,0)scale(1)}}@keyframes ht-sky-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes ht-floaty{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes ht-typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes ht-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes ht-pour{0%{opacity:0;transform:translateY(-120%)}18%{opacity:.95}82%{opacity:.95}to{opacity:0;transform:translateY(180%)}}.ht-navV2__links{align-items:center;gap:var(--ht-space-7);display:flex}.ht-navV2__link{font:var(--ht-text-body-strong);color:var(--ht-ink-secondary);transition:color var(--ht-motion-fast) var(--ht-ease-out);font-size:15px;text-decoration:none}.ht-navV2__link:hover{color:var(--ht-ink)}@media (max-width:720px){.ht-navV2__links{gap:var(--ht-space-4)}.ht-navV2__link--hide-mobile{display:none}}.ht-footerV2__top{justify-content:space-between;gap:var(--ht-space-8);margin-bottom:var(--ht-space-8);flex-wrap:wrap;display:flex}.ht-footerV2__brand{gap:var(--ht-space-3);flex-direction:column;max-width:280px;display:flex}.ht-footerV2__brandRow{align-items:center;gap:9px;display:flex}.ht-footerV2__wordmark{font-family:var(--ht-font-display);letter-spacing:-.02em;color:var(--ht-ink);font-size:19px;font-weight:700;line-height:1}.ht-footerV2__wordmark span{font-weight:340}.ht-footerV2__tagline{font:var(--ht-text-body);color:var(--ht-ink-secondary);margin:0;font-size:13.5px;line-height:1.55}.ht-footerV2__cols{gap:var(--ht-space-10);flex-wrap:wrap;display:flex}.ht-footerV2__colHead{font:var(--ht-text-overline);letter-spacing:.08em;text-transform:uppercase;color:var(--ht-ink-muted);margin-bottom:var(--ht-space-4)}.ht-footerV2__colLinks{gap:var(--ht-space-3);flex-direction:column;display:flex}.ht-footerV2__colLinks a{font:var(--ht-text-body);color:var(--ht-ink-secondary);font-size:14px;text-decoration:none}.ht-footerV2__colLinks a:hover{color:var(--ht-ink);text-decoration:underline}.ht-footerV2__bottom{justify-content:space-between;gap:var(--ht-space-3);padding-top:var(--ht-space-6);border-top:1px solid var(--ht-border);font-family:var(--ht-font-body);color:var(--ht-ink-muted);flex-wrap:wrap;align-items:center;font-size:12.5px;font-weight:500;line-height:1.4;display:flex}