.ap-band .wwr-head{margin-bottom:32px}.ap{background:var(--be-surface);box-shadow:var(--be-shadow-2);border-radius:20px;overflow:hidden}.ap__tabs{border-bottom:1px solid var(--be-border);gap:12px;padding:20px 24px;display:grid}.ap__row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ap__row+.ap__row{border-top:1px dashed var(--be-border);padding-top:12px}.ap__rowlabel{color:var(--be-muted);letter-spacing:.07em;text-transform:uppercase;flex:0 0 92px;font-size:.72rem;font-weight:700}.ap__tab{border-radius:var(--be-radius-pill);background:color-mix(in srgb, var(--be-brand) 6%, transparent);color:var(--be-muted);font:inherit;cursor:pointer;transition:background var(--mo-micro) var(--ease-micro), color var(--mo-micro) var(--ease-micro), box-shadow var(--mo-micro) var(--ease-micro);border:none;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:500;line-height:1.2;display:inline-flex}.ap__tab i{color:var(--be-muted);transition:color var(--mo-micro) var(--ease-micro);font-size:.95em}.ap__tab:hover{background:color-mix(in srgb, var(--be-brand) 12%, transparent);color:var(--be-text)}.ap__tab:hover i{color:var(--be-brand)}.ap__tab:focus-visible{outline:2px solid var(--be-brand);outline-offset:2px}.ap__tab.is-active{background:var(--be-brand);color:#fff;box-shadow:0 2px 8px -2px color-mix(in srgb, var(--be-brand) 40%, transparent)}.ap__tab.is-active i{color:#ffffffd9}[data-theme=dark] .ap__tab.is-active,[data-theme=dark] .ap__tab.is-active i{color:var(--be-grey-950)}.ap__tab[data-product]:hover{background:color-mix(in srgb, var(--p) 12%, transparent)}.ap__tab[data-product]:hover i{color:var(--p)}.ap__tab[data-product].is-active,[data-theme=dark] .ap__tab[data-product].is-active{background:var(--p);color:#fff;box-shadow:0 2px 8px -2px color-mix(in srgb, var(--p) 40%, transparent)}.ap__tab[data-product].is-active i,[data-theme=dark] .ap__tab[data-product].is-active i{color:#ffffffd9}.ap__panel{padding:28px 28px 32px}.ap__panel:focus-visible{outline:2px solid var(--be-brand);outline-offset:-4px}.ap__panelhead{margin-bottom:20px}.ap__h3{font-family:var(--font-sora), var(--font-inter), system-ui, sans-serif;color:var(--be-text);margin:0 0 6px;font-size:clamp(1.15rem,2.2vw,1.45rem);font-weight:700;line-height:1.25}.ap__sub{color:var(--be-muted);margin:0;font-size:.95rem;line-height:1.5}.ap__apps{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;margin:0 0 20px;padding:0;list-style:none;display:grid}.ap__app{border-radius:var(--be-radius-md);background:color-mix(in srgb, var(--be-brand) 4%, var(--be-surface-2));transition:background var(--mo-micro) var(--ease-micro), box-shadow var(--mo-micro) var(--ease-micro), transform var(--mo-micro) var(--ease-micro);animation:apTileIn var(--mo-ui) var(--ease-out) both;border:none;align-items:center;gap:12px;padding:12px 14px;display:flex}.ap__app:hover{background:color-mix(in srgb, var(--be-brand) 9%, var(--be-surface-2));box-shadow:var(--be-shadow-1);transform:translateY(-1px)}.ap__app:nth-child(2){animation-delay:30ms}.ap__app:nth-child(3){animation-delay:60ms}.ap__app:nth-child(4){animation-delay:90ms}.ap__app:nth-child(5){animation-delay:.12s}.ap__app:nth-child(n+6){animation-delay:.15s}@keyframes apTileIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.ap__appicon{object-fit:contain;border-radius:8px;flex:none;width:34px;height:34px}.ap__appicon--none{background:var(--be-grey-200)}.ap__appname{color:var(--be-text);font-size:.93rem;font-weight:600}.ap__also{color:var(--be-muted);margin:0 0 20px;font-size:.9rem;line-height:1.6}.ap__alsolabel{color:var(--be-text);font-weight:700}.ap__cta{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.ap__prodhead{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 20px;margin-bottom:18px;display:flex}.ap__logo{line-height:0;display:inline-flex}.ap__logo img{object-fit:contain;width:auto;max-width:min(300px,70vw);height:30px}[data-theme=dark] .ap__logo{background:#f4f6f8;border-radius:10px;padding:6px 12px}.ap__baskets{flex-wrap:wrap;gap:6px;display:flex}.ap__basket{border:1px solid var(--be-border);border-radius:var(--be-radius-pill);color:var(--be-muted);font:inherit;cursor:pointer;transition:background var(--mo-micro) var(--ease-micro), border-color var(--mo-micro) var(--ease-micro), color var(--mo-micro) var(--ease-micro);background:0 0;padding:7px 14px;font-size:.85rem;font-weight:500;line-height:1.2}.ap__basket:hover{border-color:var(--p,var(--be-brand));color:var(--be-text)}.ap__basket:focus-visible{outline:2px solid var(--p,var(--be-brand));outline-offset:2px}.ap__basket.is-active{border-color:var(--p,var(--be-brand));background:var(--p-tint,transparent);color:var(--p-ink,var(--be-text));font-weight:600}.ap__panel[data-product]:focus-visible{outline-color:var(--p)}.ap__panel[data-product] .ap__app{background:color-mix(in srgb, var(--p) 5%, var(--be-surface-2))}.ap__panel[data-product] .ap__app:hover{background:color-mix(in srgb, var(--p) 10%, var(--be-surface-2))}.be-app .ap__panel[data-product] .be-btn-primary{border-color:var(--p);background-color:var(--p);color:#fff}.be-app .ap__panel[data-product] .be-btn-primary:hover{border-color:var(--p-ink);background-color:var(--p-ink)}[data-theme=dark] .be-app .ap__panel[data-product] .be-btn-primary:hover{border-color:var(--p);background-color:var(--p)}.ap-more{color:var(--be-muted);text-align:center;margin:18px 0 0;font-size:.92rem}.ap-more a{color:var(--be-brand);font-weight:600}.hometour{padding-top:8px}.hometour .wf-stage__screen img{border-radius:var(--be-radius-lg)}@media (max-width:640px){.ap__tabs{gap:10px;padding:14px 16px}.ap__row{gap:6px}.ap__row+.ap__row{padding-top:10px}.ap__rowlabel{flex-basis:100%}.ap__logo img{height:24px}.ap__tab{padding:9px 14px;font-size:.86rem}.ap__panel{padding:20px 16px 24px}.ap__apps{grid-template-columns:repeat(auto-fill,minmax(148px,1fr))}}
.hv-page{background:var(--ds-bg)}.hv-page .hometour,.hv-page .ap-band{background:var(--ds-band);border-top:0}.hv-page .ap-band .wwr-head{text-align:left;max-width:720px;margin:0 0 var(--ds-stack)}.hv-page .ap-band .wwr-badge{font:600 .78rem/1.2 var(--ds-font-text);letter-spacing:.12em;text-transform:uppercase;color:var(--ds-navy);background:0 0;border:0;align-items:center;gap:10px;margin:0 0 14px;padding:0;display:inline-flex}.hv-page .ap-band .wwr-badge:before{content:"";background:var(--ds-orange);border-radius:2px;width:22px;height:2px}.hv-page .ap-band .wwr-h2,.hv-page .hometour .sx-h2{font:600 clamp(1.85rem, 1.3rem + 1.7vw, 2.7rem)/1.12 var(--ds-font-display);letter-spacing:-.022em;color:var(--ds-ink);text-align:left;text-wrap:balance;margin:0}.hv-page .ap-band .wwr-h2 br{display:none}.hv-page .ap-band .wwr-highlight{color:var(--ds-navy)}.hv-page .ap-band .wwr-sub,.hv-page .hometour .sx-intro{max-width:680px;font:400 clamp(1.06rem, 1rem + .3vw, 1.22rem)/1.62 var(--ds-font-text);color:var(--ds-muted);text-align:left;margin:16px 0 0}[data-theme=dark] .hv-page .ap-band .wwr-badge,[data-theme=dark] .hv-page .ap-band .wwr-highlight{color:#8fc3de}.hv-page .vb-section{background:var(--ds-bg);padding-block:var(--ds-section)}.hv-page .bridge-home-apps-section:not(.vb-section){background:var(--ds-band);padding-block:var(--ds-section)}.hv-page .vb-section .bridge-home-section-header,.hv-page .bridge-home-apps-section .bridge-home-section-header{margin-bottom:var(--ds-stack)}.hv-page .vb-section .bridge-home-section-badge,.hv-page .bridge-home-apps-section .bridge-home-section-badge{font:600 .78rem/1.2 var(--ds-font-text);letter-spacing:.12em;text-transform:uppercase;color:var(--ds-navy);background:0 0;border:0;border-radius:0;align-items:center;gap:10px;margin:0 0 14px;padding:0;display:inline-flex}.hv-page .vb-section .bridge-home-section-badge:before,.hv-page .bridge-home-apps-section .bridge-home-section-badge:before{content:"";background:var(--ds-orange);border-radius:2px;width:22px;height:2px}.hv-page .vb-section .bridge-home-section-title,.hv-page .bridge-home-apps-section .bridge-home-section-title{font:600 clamp(1.85rem, 1.3rem + 1.7vw, 2.7rem)/1.12 var(--ds-font-display);letter-spacing:-.022em;color:var(--ds-ink);text-wrap:balance;margin:0}.hv-page .vb-section .bridge-home-section-description,.hv-page .bridge-home-apps-section .bridge-home-section-description{max-width:680px;font:400 clamp(1.06rem, 1rem + .3vw, 1.22rem)/1.62 var(--ds-font-text);color:var(--ds-muted);margin:16px auto 0}.hv-page .bridge-home-apps-section .bx-iconwall{margin-top:0}[data-theme=dark] .hv-page .vb-section .bridge-home-section-badge,[data-theme=dark] .hv-page .bridge-home-apps-section .bridge-home-section-badge{color:#8fc3de}.hv-hero{background:var(--ds-bg);padding:clamp(44px,5vw,80px) 0 0;position:relative;overflow:hidden}.hv-hero__copy{text-align:center;max-width:920px;margin:0 auto}.hv-hero__title{letter-spacing:-.032em;font-size:clamp(2.6rem,1.2rem + 4vw,4.75rem);line-height:1.04}.hv-hero__accent{color:var(--ds-navy);background-image:linear-gradient(var(--ds-orange), var(--ds-orange));-webkit-box-decoration-break:clone;box-decoration-break:clone;background-position:0 96%;background-repeat:no-repeat;background-size:100% .12em;padding-bottom:.04em}[data-theme=dark] .hv-hero__accent{color:#8fc3de}.hv-hero__lead{max-width:660px;margin:24px auto 0}.hv-hero__actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:36px;display:flex}.hv-hero__note{font:500 .9rem/1.4 var(--ds-font-text);color:var(--ds-muted);justify-content:center;align-items:center;gap:8px;margin:18px 0 0;display:flex}.hv-hero__note i{color:#1f8a4c;font-size:.95rem}.hv-btn{min-height:56px;font:600 1.06rem/1 var(--ds-font-text);letter-spacing:.005em;white-space:nowrap;transition:background-color var(--ds-dur) var(--ds-ease), color var(--ds-dur) var(--ds-ease), border-color var(--ds-dur) var(--ds-ease), box-shadow var(--ds-dur) var(--ds-ease), transform var(--ds-dur) var(--ds-ease);border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:12px;padding:0 30px 0 22px;text-decoration:none;display:inline-flex}.hv-btn i{color:var(--ds-orange);transition:transform var(--ds-dur) var(--ds-ease);font-size:1.28rem}.hv-btn:hover{text-decoration:none;transform:translateY(-2px)}.hv-btn:hover i{transform:scale(1.14)}.hv-btn:active{transform:none}.hv-btn:focus-visible{outline:3px solid color-mix(in srgb, var(--ds-orange) 60%, transparent);outline-offset:3px}.hv-btn--primary{background:var(--ds-navy);color:#fff;box-shadow:0 1px 2px #1018281f, 0 6px 16px -6px color-mix(in srgb, var(--ds-navy) 60%, transparent)}.hv-btn--primary:hover{background:color-mix(in srgb, var(--ds-navy) 88%, #000);color:#fff;box-shadow:0 2px 4px #10182824, 0 14px 28px -10px color-mix(in srgb, var(--ds-navy) 70%, transparent)}.hv-btn--outline{background:var(--ds-surface);color:var(--ds-navy);border-color:var(--ds-navy)}.hv-btn--outline:hover{background:var(--ds-navy-tint);color:var(--ds-navy);box-shadow:var(--ds-e2)}[data-theme=dark] .hv-btn--primary{color:#0a2938;box-shadow:var(--ds-e1);background:#8fc3de}[data-theme=dark] .hv-btn--primary:hover{color:#0a2938;background:#a9d3e8}[data-theme=dark] .hv-btn--primary i{color:#0a2938}[data-theme=dark] .hv-btn--outline{color:#8fc3de;background:0 0;border-color:#8fc3de}[data-theme=dark] .hv-btn--outline:hover{background:var(--ds-navy-tint);color:#a9d3e8}.hv-hero__visual{--phone-w:clamp(150px, 14vw, 200px);max-width:1100px;padding:0 calc(var(--phone-w) * .62) 56px;margin:clamp(44px,4.5vw,64px) auto 0;position:relative}.hv-hero__desk{z-index:1;box-shadow:var(--ds-e3);margin:0;position:relative}.hv-hero__desk img{width:100%;height:auto}.hv-hero__phone{z-index:2;width:var(--phone-w);border-radius:30px;margin:0;padding:7px;position:absolute;bottom:0;right:0}.hv-hero__phone img{border-radius:23px}.hv-hero__phone:before{width:44px;height:5px;margin-left:-22px;top:13px}.hv-hero__mark{z-index:3;pointer-events:none;opacity:0;border:2px solid var(--ds-orange);box-shadow:0 0 0 4px color-mix(in srgb, var(--ds-orange) 22%, transparent);border-radius:10px;position:absolute}.hv-hero__mark--desk{width:17.4%;height:calc(16.8% - 5.04px);top:calc(25.2% + 22.44px);left:43.4%}.hv-hero__mark--phone{border-radius:8px;width:calc(97.6% - 13.664px);height:calc(9% - 1.26px);top:calc(72.9% - 3.206px);left:calc(1.2% + 6.832px)}.hv-hero__sale{z-index:4;right:calc(var(--phone-w) - 10px);bottom:calc(var(--phone-w) * .487 - 20px);opacity:0;background:var(--ds-surface);border:1px solid var(--ds-line);box-shadow:var(--ds-e3);white-space:nowrap;border-radius:14px;align-items:center;gap:10px;padding:9px 14px 9px 9px;display:flex;position:absolute}.hv-hero__sale-icon{background:var(--ds-orange);color:#fff;border-radius:10px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;display:inline-flex}.hv-hero__sale-text{text-align:left;gap:2px;display:grid}.hv-hero__sale-text strong{font:700 .92rem/1.2 var(--ds-font-text);color:var(--ds-ink)}.hv-hero__sale-text span{font:500 .78rem/1.2 var(--ds-font-text);color:var(--ds-muted)}.hv-hero__records{z-index:4;justify-items:start;gap:8px;margin:0;padding:0;list-style:none;display:grid;position:absolute;bottom:92px;left:0}.hv-hero__record{opacity:0;background:var(--ds-surface);border:1px solid var(--ds-line);box-shadow:var(--ds-e2);font:600 .84rem/1.2 var(--ds-font-text);color:var(--ds-ink);white-space:nowrap;border-radius:12px;align-items:center;gap:9px;padding:8px 12px 8px 10px;display:inline-flex}.hv-hero__record>i:first-child{background:var(--ds-navy-tint);width:26px;height:26px;color:var(--ds-navy);border-radius:8px;justify-content:center;align-items:center;font-size:.78rem;display:inline-flex}.hv-hero__record-ok{color:var(--ds-orange);font-size:.95rem}[data-theme=dark] .hv-hero__record>i:first-child{color:#8fc3de}@keyframes hv-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes hv-desk-in{0%{opacity:.01;transform:translateY(32px)scale(.985)}to{opacity:1;transform:none}}@keyframes hv-phone-in{0%{opacity:0;transform:translate(24px,48px)}to{opacity:1;transform:none}}@keyframes hv-underline{0%{background-size:0% .12em}to{background-size:100% .12em}}@keyframes hv-beat{0%{opacity:0;transform:translateY(8px)scale(.97)}5%{opacity:1;transform:none}62%{opacity:1;transform:none}70%{opacity:0;transform:translateY(-4px)}to{opacity:0;transform:translateY(-4px)}}@keyframes hv-ring{0%{opacity:0;transform:scale(1.04)}5%{opacity:1;transform:none}62%{opacity:1}70%,to{opacity:0}}@media (prefers-reduced-motion:no-preference){.hv-in{animation:hv-in-up .7s var(--ds-ease) both}.hv-in--1{animation-delay:50ms}.hv-in--2{animation-delay:.15s}.hv-in--3{animation-delay:.25s}.hv-in--4{animation-delay:.33s}.hv-in--6{animation-delay:1s}.hv-hero__accent{animation:hv-underline .8s var(--ds-ease) .7s both}.hv-hero__desk{animation:hv-desk-in 1s var(--ds-ease) .3s both}.hv-hero__phone{animation:hv-phone-in .9s var(--ds-ease) .6s both}.hv-hero__mark--phone,.hv-hero__sale{animation:hv-beat 10s var(--ds-ease) 1.8s infinite both}.hv-hero__mark--phone{animation-name:hv-ring}.hv-hero__record--1{animation:hv-beat 10s var(--ds-ease) 2.6s infinite both}.hv-hero__record--2{animation:hv-beat 10s var(--ds-ease) 3.2s infinite both}.hv-hero__record--3{animation:hv-beat 10s var(--ds-ease) 3.8s infinite both}.hv-hero__mark--desk{animation:hv-ring 10s var(--ds-ease) 3.8s infinite both}}@media (prefers-reduced-motion:reduce){.hv-hero__sale,.hv-hero__record,.hv-hero__mark{opacity:1}}.hv-family{border-top:1px solid var(--ds-line);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px 40px;margin-top:clamp(40px,5vw,64px);padding:22px 0 26px;display:grid}.hv-family__label{font:600 .8rem/1.3 var(--ds-font-text);letter-spacing:.08em;text-transform:uppercase;color:var(--ds-muted);max-width:150px;margin:0}.hv-family__list{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px 20px;margin:0;padding:0;list-style:none;display:flex}.hv-family__item{border-radius:var(--ds-r-sm);transition:transform var(--ds-dur) var(--ds-ease), opacity var(--ds-dur) var(--ds-ease);align-items:center;padding:6px 4px;display:inline-flex}.hv-family__item img{width:auto;height:20px;display:block}@media (min-width:1181px){.hv-family{grid-template-columns:minmax(0,1fr);justify-items:center;gap:14px}.hv-family__label{text-align:center;max-width:none}.hv-family__list{width:100%}}.hv-family__item:hover{transform:translateY(-2px)}.hv-family__item:focus-visible{outline:3px solid color-mix(in srgb, var(--ds-navy) 40%, transparent);outline-offset:2px}.hv-apps__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.hv-dept{background:var(--ds-surface);border:1px solid var(--ds-line);border-radius:var(--ds-r-lg);padding:18px 12px 12px}.hv-dept__title{font:600 .95rem/1.3 var(--ds-font-display);letter-spacing:-.005em;color:var(--ds-ink);justify-content:space-between;align-items:center;gap:8px;margin:0 8px 10px;display:flex}.hv-dept__count{background:var(--ds-navy-tint);min-width:24px;height:22px;color:var(--ds-navy);font:600 .75rem/1 var(--ds-font-text);border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0 7px;display:inline-flex}[data-theme=dark] .hv-dept__count{color:#8fc3de}.hv-dept__list{gap:2px;margin:0;padding:0;list-style:none;display:grid}.hv-app{border-radius:var(--ds-r-sm);min-height:40px;color:var(--ds-text);font:500 .92rem/1.25 var(--ds-font-text);transition:background-color var(--ds-dur) var(--ds-ease), color var(--ds-dur) var(--ds-ease);align-items:center;gap:10px;padding:6px 8px;text-decoration:none;display:flex}.hv-app img{object-fit:contain;flex:none;width:28px;height:28px}.hv-app:hover{background:var(--ds-navy-tint);color:var(--ds-navy)}[data-theme=dark] .hv-app:hover{color:var(--ds-ink)}.hv-app:focus-visible{outline:2px solid var(--ds-navy);outline-offset:1px}.hv-suites__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0;padding:0;list-style:none;display:grid}.hv-suites__grid>li{display:flex}.hv-suite{flex-direction:column;width:100%;position:relative;overflow:hidden;display:flex!important}.hv-suite:before{content:"";z-index:2;background:linear-gradient(90deg, var(--p2) 0 56px, var(--p) 56px);height:4px;position:absolute;inset:0 0 auto}.hv-suite__visual{padding-bottom:18%;position:relative}.hv-suite__media{aspect-ratio:16/10;background:var(--p-tint);position:relative;overflow:hidden}.hv-suite__photo{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ds-ease);display:block}.hv-suite:hover .hv-suite__photo{transform:scale(1.035)}.hv-suite__screen{z-index:1;border:1px solid var(--ds-line);transition:transform var(--ds-dur) var(--ds-ease), box-shadow var(--ds-dur) var(--ds-ease);background:#fff;border-radius:10px;position:absolute;bottom:0;overflow:hidden;box-shadow:0 14px 30px -12px #0a141e6b,0 3px 8px #0a141e24}.hv-suite__screen--right{right:16px}.hv-suite__screen--left{left:16px}.hv-suite__screen img{width:100%;height:auto;display:block}.hv-suite:hover .hv-suite__screen{transform:translateY(-3px);box-shadow:0 20px 36px -14px #0a141e73,0 4px 10px #0a141e29}.hv-suite__body{flex-direction:column;flex:1;padding:20px 24px 24px;display:flex}.hv-suite__logo{align-self:flex-start;width:auto;max-width:100%;height:24px;margin:0 0 14px;display:block}.hv-suite__audience{font:600 .78rem/1.3 var(--ds-font-text);letter-spacing:.06em;text-transform:uppercase;color:var(--p-ink);margin:0 0 6px}.hv-suite__headline{margin:0 0 8px}.hv-suite__line{margin:0}.hv-suite__mods{flex-wrap:wrap;gap:6px;margin:16px 0 0;padding:0;list-style:none;display:flex}.hv-suite__mods li{background:var(--p-tint);color:var(--p-ink);font:600 .78rem/1.3 var(--ds-font-text);border-radius:999px;padding:4px 10px}.hv-suite__more{margin-top:auto;padding-top:20px}.hv-suite:hover .hv-suite__more:after{transform:translate(3px)}@media (min-width:992px){.hv-suites__grid>li[data-wide3]{grid-column:1/-1}.hv-suites__grid>li[data-wide3] .hv-suite{flex-direction:row}.hv-suites__grid>li[data-wide3] .hv-suite__visual{flex:0 0 calc(66.666% + 8px);padding-bottom:calc(5.33328% + .64px)}.hv-suites__grid>li[data-wide3] .hv-suite__media{aspect-ratio:2}.hv-suites__grid>li[data-wide3] .hv-suite__screen{width:46%!important}.hv-suites__grid>li[data-wide3] .hv-suite__body{justify-content:center;padding:36px 40px}.hv-suites__grid>li[data-wide3] .hv-suite__more{margin-top:0}}@media (min-width:641px) and (max-width:991px){.hv-suites__grid>li[data-wide2]{grid-column:1/-1}.hv-suites__grid>li[data-wide2] .hv-suite{flex-direction:row}.hv-suites__grid>li[data-wide2] .hv-suite__visual{flex:0 0 56%;padding-bottom:5.6%}.hv-suites__grid>li[data-wide2] .hv-suite__screen{width:56%!important}.hv-suites__grid>li[data-wide2] .hv-suite__body{justify-content:center;padding:28px}.hv-suites__grid>li[data-wide2] .hv-suite__more{margin-top:0}}.hv-suites__extra{flex-wrap:wrap;align-items:center;gap:12px 24px;margin-top:32px;display:flex}.hv-suites__extra-label{font:600 .8rem/1.3 var(--ds-font-text);letter-spacing:.08em;text-transform:uppercase;color:var(--ds-muted);margin:0}.hv-suites__extra-list{flex-wrap:wrap;gap:12px;margin:0;padding:0;list-style:none;display:flex}.hv-extra{border:1px solid var(--ds-line);border-radius:var(--ds-r-md);background:var(--ds-surface);min-height:48px;color:var(--ds-muted);font:500 .9rem/1.3 var(--ds-font-text);transition:border-color var(--ds-dur) var(--ds-ease), box-shadow var(--ds-dur) var(--ds-ease);align-items:center;gap:12px;padding:8px 16px;text-decoration:none;display:inline-flex}.hv-extra img{width:auto;height:24px}.hv-extra i{font-size:.75rem}.hv-extra:hover{border-color:var(--ds-line-strong);box-shadow:var(--ds-e1);color:var(--ds-text)}.hv-plan__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 48px;margin:0;padding:0;list-style:none;display:grid}.hv-point{border-top:1px solid var(--ds-line);flex-direction:column;padding-top:24px;display:flex}.hv-point__icon{background:var(--ds-navy-tint);width:44px;height:44px;color:var(--ds-navy);border-radius:12px;justify-content:center;align-items:center;margin-bottom:18px;font-size:1.05rem;display:inline-flex}[data-theme=dark] .hv-point__icon{color:#8fc3de}.hv-point__title{margin-bottom:8px}.hv-point__link{margin-top:16px;font-size:.92rem}.hv-proof__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0;padding:0;list-style:none;display:grid}.hv-proof__grid>li{display:flex}.hv-quote{flex-direction:column;width:100%;margin:0;padding:28px 28px 24px;display:flex;position:relative;overflow:hidden}.hv-quote:before{content:"";background:linear-gradient(90deg, var(--ds-orange) 0 56px, var(--ds-navy) 56px);height:4px;position:absolute;inset:0 0 auto}.hv-quote__top{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.hv-quote__mark{font:700 3.6rem/.8 var(--ds-font-display);color:var(--ds-orange);height:.62em}.hv-quote__stars{color:var(--ds-orange);gap:3px;font-size:.82rem;display:inline-flex}.hv-quote__text{font:400 1.08rem/1.62 var(--ds-font-text);color:var(--ds-ink);text-wrap:pretty;flex:1;margin:12px 0 24px}.hv-quote__who{border-top:1px solid var(--ds-line);align-items:center;gap:14px;padding-top:18px;display:flex}.hv-quote__avatar{background:var(--ds-navy);color:#fff;width:44px;height:44px;font:600 .95rem/1 var(--ds-font-display);letter-spacing:.02em;border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.hv-quote__id{gap:3px;display:grid}.hv-quote__id strong{font:600 1rem/1.3 var(--ds-font-display);color:var(--ds-ink)}.hv-quote__id span{font:500 .88rem/1.35 var(--ds-font-text);color:var(--ds-muted)}[data-theme=dark] .hv-quote__avatar{color:#0a2938;background:#8fc3de}.hv-learn__grid{gap:20px;display:grid}.hv-video{aspect-ratio:1280/550;border-radius:var(--ds-r-xl);box-shadow:var(--ds-e3);background:#0b1520;position:relative;overflow:hidden}.hv-video:has(iframe){aspect-ratio:16/9}.hv-video iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.hv-video__poster{cursor:pointer;background:0 0;border:0;padding:0;position:absolute;inset:0}.hv-video__poster img{width:100%;height:auto;transition:transform .6s var(--ds-ease);display:block}.hv-video__play{z-index:1;width:76px;height:76px;color:var(--ds-navy);transition:transform var(--ds-dur) var(--ds-ease), background-color var(--ds-dur) var(--ds-ease), color var(--ds-dur) var(--ds-ease);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin:-38px 0 0 -38px;font-size:1.4rem;display:flex;position:absolute;top:50%;left:50%;box-shadow:0 10px 30px #0000004d}.hv-video__play i{margin-left:4px}.hv-video__label{z-index:1;color:#fff;font:600 .88rem/1 var(--ds-font-text);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#08121cb8;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;display:inline-flex;position:absolute;bottom:18px;left:20px}.hv-video__poster:hover .hv-video__play{background:var(--ds-orange);color:#fff;transform:scale(1.08)}.hv-video__poster:hover img{transform:scale(1.02)}.hv-video__poster:focus-visible{outline:3px solid var(--ds-orange);outline-offset:-3px}.hv-learn__courses{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid}.hv-course{grid-template-columns:128px minmax(0,1fr) auto;align-items:center;gap:16px;padding:10px 18px 10px 10px;display:grid!important}.hv-course__thumb{aspect-ratio:16/9;border:1px solid var(--ds-line);background:#fff;border-radius:8px;display:block;overflow:hidden}.hv-course__thumb img{object-fit:contain;width:100%;height:100%;display:block}.hv-course__thumb--icon{justify-content:center;align-items:center;display:flex}.hv-course__thumb--icon img{object-fit:contain;width:34px;height:34px}.hv-course__text{gap:4px;display:grid}.hv-course__title{font:600 1rem/1.3 var(--ds-font-display);color:var(--ds-ink)}.hv-course__meta{font:500 .85rem/1.3 var(--ds-font-text);color:var(--ds-muted)}.hv-course__go{color:var(--ds-muted);transition:transform var(--ds-dur) var(--ds-ease), color var(--ds-dur) var(--ds-ease)}.hv-course:hover .hv-course__go{color:var(--ds-navy);transform:translate(3px)}.hv-learn__help{border-radius:var(--ds-r-lg);border:1px dashed var(--ds-line-strong);font:400 .93rem/1.5 var(--ds-font-text);color:var(--ds-text);grid-column:1/-1;align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.hv-learn__help i{color:var(--ds-navy);margin-top:3px}.hv-learn__help a{color:var(--ds-navy);font-weight:600}[data-theme=dark] .hv-learn__help i,[data-theme=dark] .hv-learn__help a{color:#8fc3de}.hv-cta{color:#fff;background:var(--ds-navy);padding-block:clamp(64px,8vw,104px)}.hv-cta__title:before{content:"";background:var(--ds-orange);border-radius:3px;width:40px;height:3px;margin-bottom:20px;display:block}.hv-cta__inner{grid-template-columns:minmax(0,7fr) minmax(0,5fr);align-items:center;gap:32px 64px;display:grid}.hv-cta__title{color:#fff}.hv-cta__lead{color:#fffc;max-width:560px}.hv-cta__side{justify-self:end}.hv-cta__note{font:500 .88rem/1.4 var(--ds-font-text);color:#ffffffb8;margin:14px 0 0}[data-theme=dark] .hv-family__item img,[data-theme=dark] .hv-suite__logo,[data-theme=dark] .hv-extra img{box-sizing:content-box;background:#fff;border-radius:6px;padding:5px 9px}[data-theme=dark] .hv-family__item img{height:18px;padding:5px 7px}[data-theme=dark] .hv-cta{background:var(--ds-navy-800)}@media (min-width:641px) and (max-width:1180px){.hv-hero__records{gap:6px;bottom:80px}.hv-hero__record{border-radius:10px;gap:7px;padding:6px 10px 6px 7px;font-size:.76rem}.hv-hero__record>i:first-child{border-radius:6px;width:21px;height:21px;font-size:.66rem}.hv-hero__record-ok{font-size:.82rem}.hv-hero__sale{gap:8px;padding:7px 12px 7px 7px}.hv-hero__sale-icon{width:28px;height:28px;font-size:.78rem}.hv-hero__sale-text strong{font-size:.84rem}.hv-hero__sale-text span{font-size:.74rem}}@media (max-width:1180px){.hv-family__list{justify-content:flex-start;column-gap:40px}.hv-apps__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hv-apps__grid>.hv-dept:last-child{grid-column:1/-1}.hv-apps__grid>.hv-dept:last-child .hv-dept__list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:991px){.hv-family{grid-template-columns:minmax(0,1fr)}.hv-family__label{max-width:none}.hv-family__list{justify-content:flex-start}.hv-suites__grid,.hv-plan__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hv-learn__courses{grid-template-columns:minmax(0,1fr)}.hv-proof__grid{grid-template-columns:minmax(0,1fr);max-width:640px;margin-inline:auto}.hv-cta__inner{grid-template-columns:minmax(0,1fr)}.hv-cta__side{justify-self:start}}@media (max-width:760px){.hv-apps__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hv-apps__grid>.hv-dept:last-child{grid-column:auto}.hv-apps__grid>.hv-dept:last-child .hv-dept__list{grid-template-columns:minmax(0,1fr)}}@media (max-width:640px){.hv-hero__visual{--phone-w:100px;padding:0 calc(var(--phone-w) * .55) 44px 0;margin-top:44px}.hv-hero__phone{border-radius:22px;padding:6px}.hv-hero__phone img{border-radius:17px}.hv-hero__phone:before{width:30px;height:4px;margin-left:-15px;top:10px}.hv-hero__mark--phone{border-radius:6px;width:calc(97.6% - 11.712px);height:calc(9% - 1.08px);top:calc(72.9% - 2.748px);left:calc(1.2% + 5.856px)}.hv-hero__sale{gap:8px;padding:7px 11px 7px 7px;bottom:10px;left:8px;right:auto}.hv-hero__sale-icon{width:28px;height:28px;font-size:.78rem}.hv-hero__sale-text strong{font-size:.82rem}.hv-hero__sale-text span{font-size:.72rem}.hv-hero__records{display:none}.hv-btn{min-height:52px;font-size:1rem}}@media (max-width:480px){.hv-hero__actions{gap:10px}.hv-btn{flex:100%}}@media (max-width:640px){.hv-family__list{gap:14px 22px}.hv-family__item img{height:18px}.hv-dept{padding:14px 8px 8px}.hv-dept__title{margin:0 6px 8px;font-size:.9rem}.hv-app{gap:8px;min-height:36px;padding:5px 6px;font-size:.85rem}.hv-app img{width:22px;height:22px}.hv-suites__grid{grid-template-columns:minmax(0,1fr)}.hv-plan__grid{grid-template-columns:minmax(0,1fr);gap:28px}.hv-course{grid-template-columns:96px minmax(0,1fr) auto;gap:12px}.hv-video{border-radius:var(--ds-r-lg)}.hv-video__play{width:58px;height:58px;margin:-29px 0 0 -29px;font-size:1.1rem}.hv-video__label{padding:6px 11px;font-size:.8rem;bottom:12px;left:12px}.hv-cta .ds-actions .ds-btn{flex:auto}}
