:root {
    --ha-bg: #07101c;
    --ha-bg-deep: #040a12;
    --ha-surface: #0d1928;
    --ha-surface-2: #112238;
    --ha-surface-3: #162a42;
    --ha-line: #263a52;
    --ha-line-soft: rgba(154, 179, 210, .18);
    --ha-text: #f5f8fc;
    --ha-muted: #a9b9cc;
    --ha-muted-strong: #c9d5e4;
    --ha-blue: #4d96ff;
    --ha-blue-strong: #1769d2;
    --ha-cyan: #44d7e8;
    --ha-green: #45d39b;
    --ha-amber: #f2bd5c;
    --ha-red: #ff7387;
    --ha-white: #fff;
    --ha-light-bg: #f5f7fb;
    --ha-light-surface: #fff;
    --ha-light-text: #162238;
    --ha-light-muted: #5d6d83;
    --ha-light-line: #dbe3ee;
    --ha-shadow: 0 22px 60px rgba(0, 0, 0, .28);
    --ha-shadow-light: 0 18px 45px rgba(21, 40, 70, .09);
    --ha-radius: 8px;
    --ha-radius-sm: 6px;
    --ha-header-height: 74px;
}

html { scroll-behavior: smooth; }
body.ha-site {
    min-width: 320px;
    margin: 0;
    color: var(--ha-text);
    background: var(--ha-bg);
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
}

body.ha-site *, body.ha-site *::before, body.ha-site *::after { box-sizing: border-box; }
body.ha-site img { max-width: 100%; height: auto; }
body.ha-site a { transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease; }
body.ha-site a:hover { text-decoration: none; }
body.ha-site :focus-visible { outline: 3px solid rgba(68, 215, 232, .75); outline-offset: 3px; }
.ha-account-bar {
    border-bottom: 1px solid var(--ha-line-soft);
    color: var(--ha-muted-strong);
    background: var(--ha-bg-deep);
    font-size: 13px;
}
.ha-account-bar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.ha-account-alerts { padding: 8px 0; color: inherit; border: 0; background: none; }
.ha-account-alerts i { margin-right: 7px; color: var(--ha-cyan); }
.ha-account-current { display: flex; align-items: center; gap: 8px; }
.ha-account-current a { color: var(--ha-text); font-weight: 700; }

.ha-announcement { color: #d9edff; background: #0c2b4c; border-bottom: 1px solid rgba(77, 150, 255, .26); font-size: 13px; }
.ha-announcement .container { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; }
.ha-announcement a { color: var(--ha-cyan); font-weight: 800; }

.ha-header {
    position: relative;
    z-index: 1000;
    min-height: var(--ha-header-height);
    border-bottom: 1px solid var(--ha-line-soft);
    background: rgba(7, 16, 28, .96);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .14);
}
.ha-header > .container { max-width: 1380px; }
.ha-header__inner { min-height: var(--ha-header-height); display: flex; align-items: center; gap: 20px; }
.ha-logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.ha-logo img { width: 166px; max-height: 42px; display: block; }
.ha-nav { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.ha-nav > a, .ha-nav__trigger { min-height: 44px; padding: 0 10px; display: inline-flex; align-items: center; gap: 7px; color: var(--ha-muted-strong); border: 0; border-radius: var(--ha-radius-sm); background: transparent; font-size: 14px; font-weight: 700; }
.ha-nav > a:hover, .ha-nav__trigger:hover, .ha-nav__trigger[aria-expanded="true"] { color: var(--ha-white); background: rgba(255,255,255,.06); }
.ha-nav__trigger i { font-size: 10px; }
.ha-nav__group { position: relative; }
.ha-nav__menu {
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    width: 360px;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-5px);
    border: 1px solid var(--ha-line);
    border-radius: var(--ha-radius);
    background: #0b1725;
    box-shadow: var(--ha-shadow);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.ha-nav__trigger[aria-expanded="true"] + .ha-nav__menu, .ha-nav__group:hover .ha-nav__menu { visibility: visible; opacity: 1; transform: translateY(0); }
.ha-nav__menu a { min-height: 62px; padding: 10px; display: flex; align-items: center; gap: 13px; color: var(--ha-text); border-radius: 6px; }
.ha-nav__menu a:hover { background: var(--ha-surface-2); }
.ha-nav__menu a > i { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 36px; color: var(--ha-cyan); border: 1px solid rgba(68,215,232,.25); border-radius: 6px; background: rgba(68,215,232,.08); }
.ha-nav__menu span { min-width: 0; display: grid; gap: 2px; }
.ha-nav__menu strong { font-size: 14px; }
.ha-nav__menu small { color: var(--ha-muted); font-size: 12px; line-height: 1.4; }
.ha-header__actions { display: flex; align-items: center; gap: 8px; }
.ha-header__actions .ha-button { padding-right: 13px; padding-left: 13px; white-space: nowrap; }
.ha-native-shortcuts { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.ha-native-shortcuts a { min-height: 44px; padding: 0 11px; display: inline-flex; align-items: center; gap: 7px; color: var(--ha-muted-strong); border-radius: 6px; font-size: 13px; font-weight: 700; }
.ha-native-shortcuts a:hover { color: #fff; background: rgba(255,255,255,.06); }
.ha-native-shortcuts i { color: var(--ha-cyan); }
.ha-icon-button { position: relative; width: 44px; height: 44px; display: grid; place-items: center; color: var(--ha-muted-strong); border: 1px solid var(--ha-line); border-radius: 6px; }
.ha-icon-button:hover { color: var(--ha-white); border-color: var(--ha-blue); background: rgba(77,150,255,.1); }
.ha-cart-count { position: absolute; top: -5px; right: -5px; min-width: 19px; height: 19px; padding: 0 5px; display: grid; place-items: center; color: white; border: 2px solid var(--ha-bg); border-radius: 10px; background: var(--ha-blue-strong); font-size: 10px; font-weight: 800; }
.ha-button, .hw-btn {
    min-height: 44px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--ha-white);
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}
.ha-button--primary, .hw-btn-primary { color: #fff; border-color: var(--ha-blue-strong); background: var(--ha-blue-strong); box-shadow: 0 10px 28px rgba(23,105,210,.24); }
.ha-button--primary:hover, .hw-btn-primary:hover { color: #fff; border-color: #4f9dff; background: #1463c7; transform: translateY(-1px); box-shadow: 0 14px 32px rgba(23,105,210,.3); }
.ha-button--quiet, .hw-btn-ghost { color: var(--ha-muted-strong); border-color: var(--ha-line); background: rgba(255,255,255,.02); }
.ha-button--quiet:hover, .hw-btn-ghost:hover { color: #fff; border-color: #49617e; background: rgba(255,255,255,.06); }
.ha-button--large, .hw-btn-lg { min-height: 50px; padding: 0 23px; font-size: 15px; }
.hw-btn-xl { min-height: 54px; padding: 0 26px; font-size: 15px; }
.hw-btn-sm { min-height: 38px; padding: 0 14px; font-size: 13px; }
.hw-btn-block { width: 100%; }
.hw-btn-outline, .hw-btn-outline-white { color: var(--ha-text); border-color: #4a617d; background: transparent; }
.hw-btn-outline:hover, .hw-btn-outline-white:hover { color: #fff; border-color: var(--ha-cyan); background: rgba(68,215,232,.07); }
.hw-btn-secondary { color: #07101c; background: var(--ha-cyan); }
.ha-mobile-toggle { width: 44px; height: 44px; display: none; place-items: center; color: var(--ha-text); border: 1px solid var(--ha-line); border-radius: 6px; background: transparent; }
.ha-mobile-nav { display: none; padding: 10px 20px 18px; border-top: 1px solid var(--ha-line-soft); background: var(--ha-bg); }
.ha-mobile-nav.is-open { display: grid; }
.ha-mobile-nav a { min-height: 46px; padding: 0 8px; display: flex; align-items: center; color: var(--ha-muted-strong); border-bottom: 1px solid var(--ha-line-soft); font-weight: 700; }
.ha-mobile-nav__cta { margin-top: 12px; justify-content: center; color: #fff !important; border: 0 !important; border-radius: 6px; background: var(--ha-blue-strong); }

.ha-system-nav { min-height: 50px; padding: 0; border-bottom: 1px solid #dbe3ee; background: #fff; }
.ha-system-nav .navbar-nav > li > a { min-height: 48px; display: flex; align-items: center; color: #42536a; font-size: 14px; font-weight: 700; }
.ha-system-nav .navbar-nav > li > a:hover { color: #1769e0; }
.ha-system-nav .dropdown-menu { border: 1px solid #dbe3ee; border-radius: 6px; box-shadow: var(--ha-shadow-light); }
.ha-system-nav .dropdown-item { min-height: 40px; display: flex; align-items: center; }
.master-breadcrumb { border-bottom: 1px solid #dbe3ee; background: #f7f9fc; }
.master-breadcrumb .breadcrumb { margin: 0; padding: 13px 0; background: transparent; }

.ha-marketing-main { display: block; background: var(--ha-bg); }
.ha-native-intro { padding-top: 30px; padding-bottom: 18px; display: flex; align-items: center; gap: 18px; }
.ha-native-intro > img { width: 64px; height: 64px; padding: 8px; flex: 0 0 64px; border: 1px solid #dbe3ee; border-radius: 8px; background: #fff; box-shadow: var(--ha-shadow-light); }
.ha-native-intro h1 { margin: 0; color: var(--ha-light-text); font-size: 32px; line-height: 1.2; font-weight: 800; letter-spacing: 0; }
.ha-native-intro p { max-width: 760px; margin: 9px 0 0; color: var(--ha-light-muted); font-size: 16px; line-height: 1.65; }
.ha-native-contact-choices { margin-top: 2px; margin-bottom: 24px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.ha-native-contact-choices > a { min-height: 104px; padding: 17px; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 12px; color: var(--ha-light-text); border: 1px solid var(--ha-light-line); border-radius: 7px; background: #fff; box-shadow: var(--ha-shadow-light); }
.ha-native-contact-choices > a:hover { color: #0d4ead; border-color: #9dbbe5; transform: translateY(-2px); }
.ha-native-contact-choices > a > i:first-child { width: 38px; height: 38px; display: grid; place-items: center; color: #1769d2; border-radius: 6px; background: #edf4ff; }
.ha-native-contact-choices > a > i:last-child { color: #1769d2; font-size: 11px; }
.ha-native-contact-choices span { min-width: 0; display: grid; gap: 4px; }
.ha-native-contact-choices strong { font-size: 14px; }
.ha-native-contact-choices small { color: var(--ha-light-muted); font-size: 11px; line-height: 1.45; }
.hw-section, .hw-section-sm, .hw-section-tight { position: relative; padding: 92px 0; }
.hw-section-sm { padding: 66px 0; }
.hw-section-tight { padding: 46px 0; }
.hw-section-alt { border-top: 1px solid var(--ha-line-soft); border-bottom: 1px solid var(--ha-line-soft); background: var(--ha-bg-deep); }
.hw-section-info { background: #091522; }
.hw-section-editorial { color: var(--ha-light-text); border-top: 1px solid var(--ha-light-line); border-bottom: 1px solid var(--ha-light-line); background: #f3f6fa; }
.hw-section-editorial .hw-section-title, .hw-section-editorial h2 { color: var(--ha-light-text); }
.hw-section-editorial .hw-section-sub { color: var(--ha-light-muted); }
.hw-section-editorial .hw-eyebrow { color: #1769d2; }
.hw-section-editorial .hw-btn-outline { color: #17304f; border-color: #9eafc4; background: #fff; }
.hw-section-editorial .hw-btn-outline:hover { color: #0d4ead; border-color: #1769d2; background: #edf4ff; }
.hw-section-editorial .hw-btn-ghost { color: #324a66; border-color: #cbd6e3; background: rgba(255,255,255,.64); }
.hw-section-editorial .hw-btn-ghost:hover { color: #0d4ead; border-color: #1769d2; background: #fff; }
.hw-section-header { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.hw-section-title, .ha-marketing-main h2 { margin: 0; color: var(--ha-text); font-size: 38px; line-height: 1.18; font-weight: 800; letter-spacing: 0; }
.hw-section-sub { max-width: 690px; margin: 16px auto 0; color: var(--ha-muted); font-size: 17px; line-height: 1.75; }
.hw-section-sub--cta { color: var(--ha-muted-strong); }
.hw-section-fine-print { margin-top: 16px; color: var(--ha-muted); font-size: 13px; }
.hw-eyebrow, .ha-eyebrow, .ha-kicker { margin-bottom: 14px; display: inline-flex; align-items: center; gap: 8px; color: var(--ha-cyan); font-size: 12px; font-weight: 800; line-height: 1.4; letter-spacing: 0; text-transform: uppercase; }
.hw-gradient-text { color: var(--ha-cyan); }
.hw-text-center { text-align: center; }
.hw-flex-center { display: flex; align-items: center; justify-content: center; }
.hw-flex-wrap { flex-wrap: wrap; }
.hw-mt-16 { margin-top: 16px; }
.hw-mt-24 { margin-top: 24px; }
.hw-mt-32 { margin-top: 32px; }

.hw-hero {
    position: relative;
    min-height: 650px;
    padding: 84px 0 74px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--ha-line-soft);
    background: #07101c url('../images/heroes/hero-hosting.webp') right center / cover no-repeat;
}
.hw-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,10,18,.98) 0%, rgba(4,10,18,.9) 43%, rgba(4,10,18,.3) 76%, rgba(4,10,18,.08) 100%); pointer-events: none; }
.hw-hero .container { position: relative; z-index: 1; }
.hw-hero-grid { display: block; }
.hw-hero-inner { max-width: 780px; min-width: 0; }
.hw-hero-title { max-width: 820px; margin: 0; color: var(--ha-text); font-size: 56px; line-height: 1.08; font-weight: 850; letter-spacing: 0; }
.hw-hero-sub { max-width: 720px; margin: 24px 0 0; color: var(--ha-muted-strong); font-size: 18px; line-height: 1.72; }
.hw-hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.hw-cro-proof-row, .hw-hero-trust { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 9px 18px; }
.hw-cro-proof-item, .hw-hero-trust-item { display: inline-flex; align-items: center; gap: 7px; color: var(--ha-muted); font-size: 13px; font-weight: 700; }
.hw-cro-proof-item i, .hw-hero-trust-item i { color: var(--ha-green); }
.hw-hero-trust { display: none; }
.hw-trust-strip { border-bottom: 1px solid var(--ha-line-soft); background: #0a1624; }
.hw-trust-strip-inner { min-height: 68px; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: 12px; }
.hw-trust-band-item { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--ha-muted-strong); font-size: 12px; font-weight: 700; text-align: center; }
.hw-trust-band-item i { color: var(--ha-cyan); }

.hw-page-hero { position: relative; min-height: 460px; padding: 86px 0 72px; display: flex; align-items: center; overflow: clip; border-bottom: 1px solid var(--ha-line-soft); background: linear-gradient(118deg, #081522 0%, #07101c 58%, #0b1b2a 100%); }
.hw-page-hero::after { content: ""; position: absolute; top: 0; right: max(0px, calc((100vw - 1320px) / 2)); width: min(48vw, 700px); height: 100%; opacity: .74; background: url('../images/heroes/hero-hosting.webp') center / cover no-repeat; -webkit-mask-image: linear-gradient(to right, transparent 0, #000 22%); mask-image: linear-gradient(to right, transparent 0, #000 22%); pointer-events: none; }
.ha-template-hostavvy-domains .hw-page-hero::after, .ha-template-hostavvy-security .hw-page-hero::after { background-image: url('../images/heroes/hero-domains.webp'); }
.ha-template-hostavvy-migration .hw-page-hero::after, .ha-template-hostavvy-email .hw-page-hero::after, .ha-template-hostavvy-reseller .hw-page-hero::after, .ha-template-hostavvy-about .hw-page-hero::after, .ha-template-hostavvy-partner-client-bureau .hw-page-hero::after, .ha-template-hostavvy-business-protection-tools .hw-page-hero::after, .ha-template-hostavvy-blog-client-screening-for-contractors .hw-page-hero::after, .ha-template-hostavvy-blog-how-contractors-avoid-non-paying-clients .hw-page-hero::after { background-image: url('../images/heroes/hero-support.webp'); }
.hw-page-hero .container { position: relative; z-index: 1; }
.hw-page-hero-title { max-width: 700px; margin: 0; color: var(--ha-text); font-size: 48px; line-height: 1.12; font-weight: 850; letter-spacing: 0; }
.hw-page-hero-sub { max-width: 650px; margin: 20px 0 0; color: var(--ha-muted-strong); font-size: 18px; line-height: 1.72; }
.hw-page-hero-sm { min-height: 380px; }
.hw-page-hero-xs { min-height: 300px; padding: 68px 0 54px; }
.hw-page-hero .hw-hero-trust { max-width: 650px; display: flex; }

.hw-growth-hero { position: relative; min-height: 610px; padding: 92px 0 78px; display: flex; align-items: center; overflow: clip; border-bottom: 1px solid var(--ha-line-soft); background-color: var(--ha-bg-deep); }
.hw-growth-hero__media { position: absolute; inset: 0; width: 100%; height: 100% !important; display: block; object-fit: cover; }
.hw-growth-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(4,10,18,.98) 0%, rgba(4,10,18,.9) 46%, rgba(4,10,18,.42) 75%, rgba(4,10,18,.18) 100%); pointer-events: none; }
.hw-growth-hero .container { position: relative; z-index: 2; }
.hw-growth-hero__inner { max-width: 760px; }
.hw-growth-hero__facts { margin-top: 28px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 12px 24px; border-top: 1px solid rgba(255,255,255,.16); }
.hw-growth-hero__facts span { display: inline-flex; align-items: center; gap: 8px; color: var(--ha-muted-strong); font-size: 13px; font-weight: 700; }
.hw-growth-hero__facts i { color: var(--ha-green); }
.ha-hero-ui { width: 282px; padding: 14px; position: absolute; z-index: 2; right: max(30px, calc((100vw - 1340px) / 2)); bottom: 42px; border: 1px solid rgba(163,194,225,.22); border-radius: 8px; background: rgba(5,13,22,.84); box-shadow: 0 20px 50px rgba(0,0,0,.32); backdrop-filter: blur(12px); }
.ha-hero-ui__label { display: block; color: var(--ha-journey-accent, var(--ha-cyan)); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.ha-hero-ui > div { margin-top: 10px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
.ha-hero-ui b { min-width: 0; min-height: 52px; padding: 8px 6px; display: grid; place-items: center; align-content: center; gap: 6px; color: var(--ha-muted-strong); border: 1px solid var(--ha-line-soft); border-radius: 5px; background: rgba(255,255,255,.025); font-size: 8px; line-height: 1.25; text-align: center; }
.ha-hero-ui b i { width: 7px; height: 7px; display: block; border-radius: 50%; background: var(--ha-journey-accent, var(--ha-cyan)); box-shadow: 0 0 0 4px rgba(68,215,232,.08); }
.ha-hero-ui--local-map b:nth-child(2) i, .ha-hero-ui--search-evidence b:nth-child(2) i { border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.ha-hero-ui--audit-backlog b, .ha-hero-ui--content-calendar b, .ha-hero-ui--care-dashboard b { align-content: start; place-items: start; text-align: left; }
.ha-hero-ui--automation-map b:nth-child(2), .ha-hero-ui--support-flow b:nth-child(3), .ha-hero-ui--agent-controls b:nth-child(2) { border-color: var(--ha-journey-accent, var(--ha-cyan)); background: rgba(255,255,255,.06); }
.hw-growth-intro { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); align-items: center; gap: 56px; }
.hw-growth-intro p { margin: 0; color: var(--ha-muted-strong); font-size: 17px; line-height: 1.8; }
.hw-capability-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.hw-capability-grid--five { grid-template-columns: repeat(5,minmax(0,1fr)); }
.hw-capability-item { min-width: 0; min-height: 210px; padding: 22px; display: flex; flex-direction: column; gap: 20px; color: var(--ha-text); border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); }
a.hw-capability-item:hover { color: var(--ha-text); border-color: #3d668f; transform: translateY(-3px); box-shadow: 0 18px 38px rgba(0,0,0,.2); }
.hw-capability-item__icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ha-cyan); border: 1px solid rgba(68,215,232,.25); border-radius: 6px; background: rgba(68,215,232,.08); }
.hw-capability-item strong, .hw-capability-item small { display: block; }
.hw-capability-item strong { color: var(--ha-text); font-size: 17px; line-height: 1.35; }
.hw-capability-item small { margin-top: 10px; color: var(--ha-muted); font-size: 13px; line-height: 1.65; }
.hw-growth-plans { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; gap: 16px; }
.hw-growth-plans .hw-plan-card { padding: 24px; }
.hw-growth-plans .hw-plan-price { margin-top: 19px; font-size: 32px; }
.hw-growth-plans .hw-plan-features { min-height: 158px; }
.hw-plan-setup { min-height: 38px; margin-top: 9px; color: var(--ha-muted-strong); font-size: 11px; line-height: 1.55; }
.hw-plan-policy { max-width: 940px; margin: 24px auto 0; color: var(--ha-muted); font-size: 12px; line-height: 1.7; text-align: center; }
.hw-plan-policy i { margin-right: 7px; color: var(--ha-cyan); }
.hw-delivery-layout, .hw-standards-layout { display: grid; grid-template-columns: minmax(280px,.78fr) minmax(0,1.22fr); align-items: start; gap: 70px; }
.hw-delivery-layout .hw-section-sub, .hw-standards-layout .hw-section-sub { margin-right: 0; margin-left: 0; }
.hw-deliverable-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; list-style: none; }
.hw-deliverable-list li { min-height: 78px; padding: 17px; display: flex; align-items: flex-start; gap: 11px; color: var(--ha-muted-strong); border-top: 1px solid var(--ha-line); font-size: 14px; line-height: 1.55; }
.hw-deliverable-list i { margin-top: 3px; color: var(--ha-green); }
.hw-standard-list { display: grid; gap: 1px; border-top: 1px solid var(--ha-line); }
.hw-standard-list > div { min-height: 62px; padding: 15px 0; display: flex; align-items: center; gap: 12px; color: var(--ha-muted-strong); border-bottom: 1px solid var(--ha-line); font-size: 14px; line-height: 1.55; }
.hw-standard-list i { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 28px; color: var(--ha-green); border: 1px solid rgba(69,211,155,.25); border-radius: 50%; font-size: 11px; }
.hw-source-note { margin-top: 36px; padding-top: 18px; display: flex; align-items: flex-start; gap: 12px; color: var(--ha-muted); border-top: 1px solid var(--ha-line); font-size: 12px; line-height: 1.7; }
.hw-source-note > i { margin-top: 4px; color: var(--ha-cyan); }
.hw-source-note p { margin: 0; }
.hw-source-note a { color: var(--ha-cyan); font-weight: 800; }
.hw-growth-cta { border-top: 1px solid var(--ha-line); background: #0b1a2a; }
.hw-growth-cta__inner { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 50px; }
.hw-growth-cta__inner .hw-section-sub { margin-right: 0; margin-left: 0; }
.ha-proposal-layout { display: grid; grid-template-columns: minmax(280px,.62fr) minmax(0,1.38fr); align-items: start; gap: 64px; }
.ha-proposal-context { position: sticky; top: calc(var(--ha-header-height) + 28px); }
.ha-proposal-context h2 { margin: 0; color: var(--ha-text); font-size: 34px; line-height: 1.2; }
.ha-proposal-context > p { margin: 18px 0 28px; color: var(--ha-muted-strong); font-size: 15px; line-height: 1.75; }
.ha-proposal-context .hw-standard-list { margin: 0; padding: 0; list-style: none; }
.ha-proposal-context .hw-standard-list li { padding: 16px 0; display: flex; align-items: flex-start; gap: 12px; border-bottom: 1px solid var(--ha-line); }
.ha-proposal-context .hw-standard-list span, .ha-proposal-context .hw-standard-list strong, .ha-proposal-context .hw-standard-list small { display: block; }
.ha-proposal-context .hw-standard-list strong { color: var(--ha-text); font-size: 14px; }
.ha-proposal-context .hw-standard-list small { margin-top: 5px; color: var(--ha-muted); font-size: 12px; line-height: 1.6; }
.ha-proposal-form-wrap { min-width: 0; }
.ha-proposal-form { padding: 34px; color: var(--ha-light-text); border: 1px solid var(--ha-light-line); border-radius: var(--ha-radius); background: var(--ha-light-surface); box-shadow: var(--ha-shadow-light); }
.ha-proposal-form fieldset { min-width: 0; margin: 0 0 34px; padding: 0; border: 0; }
.ha-proposal-form legend { width: 100%; margin: 0 0 18px; padding: 0 0 11px; color: var(--ha-light-text); border-bottom: 1px solid var(--ha-light-line); font-size: 18px; font-weight: 800; }
.ha-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.ha-form-field { min-width: 0; display: grid; align-content: start; gap: 7px; }
.ha-form-field--wide { grid-column: 1 / -1; }
.ha-form-field label, .ha-form-label { color: #25344b; font-size: 13px; font-weight: 800; }
.ha-form-field input:not([type="checkbox"]), .ha-form-field select, .ha-form-field textarea { width: 100%; min-height: 46px; padding: 10px 12px; color: #162238; border: 1px solid #bdc9d8; border-radius: 6px; background: #fff; font-size: 15px; }
.ha-form-field textarea { min-height: 118px; resize: vertical; line-height: 1.6; }
.ha-form-field input:focus, .ha-form-field select:focus, .ha-form-field textarea:focus { outline: 0; border-color: #1769e0; box-shadow: 0 0 0 3px rgba(23,105,224,.14); }
.ha-check-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.ha-check-option, .ha-consent { min-width: 0; display: flex; align-items: flex-start; gap: 10px; color: #42536a; font-size: 13px; line-height: 1.5; }
.ha-check-option { padding: 11px 12px; border: 1px solid #d7e0eb; border-radius: 6px; background: #f8fafc; }
.ha-check-option input, .ha-consent input { width: 17px; height: 17px; margin-top: 1px; flex: 0 0 17px; accent-color: #1769e0; }
.ha-consent a { color: #1769e0; font-weight: 700; }
.ha-field-error { color: #a32626; font-size: 12px; font-weight: 700; line-height: 1.5; }
.ha-field-error--block { display: block; margin: 8px 0 0; }
.ha-form-alert, .ha-form-success { margin-bottom: 18px; padding: 16px 18px; display: flex; align-items: flex-start; gap: 12px; border: 1px solid; border-radius: 7px; font-size: 14px; line-height: 1.6; }
.ha-form-alert { color: #7b2020; border-color: #e8bbbb; background: #fff2f2; }
.ha-form-success { color: #145c40; border-color: #a9dcc8; background: #effbf6; }
.ha-form-success strong, .ha-form-success p { display: block; }
.ha-form-success p { margin: 3px 0 0; }
.ha-form-success span { font-weight: 850; }
.ha-form-submit { margin-top: 26px; display: flex; align-items: center; gap: 16px; }
.ha-form-submit small { color: #65758a; font-size: 11px; line-height: 1.5; }
.ha-proposal-captcha { margin-top: 20px; }
.ha-field-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.ha-field-trap input { width: 1px; height: 1px; padding: 0; border: 0; }
.hw-work-hero::after { background-image: url('../images/heroes/hero-business-platform.webp'); }
.ha-work-hero-collage, .ha-resource-hero-covers, .ha-finder-hero-preview, .ha-pricing-hero-preview { position: absolute; z-index: 2; right: max(30px, calc((100vw - 1340px) / 2)); pointer-events: none; }
.ha-work-hero-collage { width: 320px; height: 250px; bottom: 42px; }
.ha-work-hero-collage img { width: 240px; aspect-ratio: 16 / 10; position: absolute; object-fit: cover; border: 1px solid rgba(255,255,255,.26); border-radius: 7px; box-shadow: 0 24px 50px rgba(0,0,0,.38); }
.ha-work-hero-collage img:first-child { top: 0; left: 0; transform: rotate(-2deg); }
.ha-work-hero-collage img:last-child { right: 0; bottom: 0; transform: rotate(2deg); }
.ha-resource-hero-covers { width: 330px; height: 255px; bottom: 40px; }
.ha-resource-hero-covers img { width: 235px; aspect-ratio: 1200 / 630; position: absolute; object-fit: cover; border: 1px solid rgba(255,255,255,.24); border-radius: 7px; box-shadow: 0 22px 48px rgba(0,0,0,.38); }
.ha-resource-hero-covers img:nth-child(1) { top: 0; right: 38px; }
.ha-resource-hero-covers img:nth-child(2) { bottom: 12px; left: 0; transform: rotate(-3deg); }
.ha-resource-hero-covers img:nth-child(3) { right: 0; bottom: 0; transform: rotate(3deg); }
.ha-finder-hero-preview { width: 292px; padding: 17px; bottom: 42px; display: grid; gap: 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(5,13,22,.86); box-shadow: 0 22px 50px rgba(0,0,0,.36); backdrop-filter: blur(12px); }
.ha-finder-hero-preview > span { color: var(--ha-cyan); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.ha-finder-hero-preview strong { min-height: 35px; padding: 0 10px; display: flex; align-items: center; color: var(--ha-muted-strong); border: 1px solid var(--ha-line-soft); border-radius: 5px; background: rgba(255,255,255,.025); font-size: 10px; }
.ha-finder-hero-preview i { width: 1px; height: 8px; margin: -8px 0 -8px 18px; background: var(--ha-blue); }
.ha-pricing-hero-preview { width: 300px; bottom: 42px; display: grid; gap: 8px; }
.ha-pricing-hero-preview article { min-height: 72px; padding: 12px 14px; display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 2px 10px; align-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; background: rgba(5,13,22,.86); box-shadow: 0 18px 42px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.ha-pricing-hero-preview span { grid-row: 1 / 3; color: var(--ha-cyan); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.ha-pricing-hero-preview strong { color: #fff; font-size: 20px; line-height: 1.1; }
.ha-pricing-hero-preview small { color: var(--ha-muted); font-size: 9px; }
.ha-about-growth-visual { width: min(43vw,620px); margin: 0; position: absolute; z-index: 1; right: max(20px,calc((100vw - 1320px) / 2)); top: 50%; transform: translateY(-50%); opacity: .72; }
.ha-about-growth-visual img { width: 100%; display: block; }
.ha-template-hostavvy-about .hw-page-hero::after { display: none; }
.hw-work-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.hw-work-card { min-width: 0; overflow: hidden; color: var(--ha-text); border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); }
.hw-work-card:hover { color: var(--ha-text); border-color: #3d668f; transform: translateY(-3px); box-shadow: 0 20px 44px rgba(0,0,0,.22); }
.hw-work-card__media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #050b12; }
.hw-work-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hw-work-card__media span { position: absolute; right: 12px; bottom: 12px; padding: 6px 9px; color: #fff; border-radius: 5px; background: rgba(5,11,18,.9); font-size: 10px; font-weight: 800; }
.hw-work-card__body { padding: 26px; }
.hw-work-card__body h2 { margin: 0; color: var(--ha-text); font-size: 26px; }
.hw-work-card__body p { min-height: 76px; margin: 12px 0 20px; color: var(--ha-muted); font-size: 14px; line-height: 1.7; }
.hw-work-card__body strong { color: var(--ha-cyan); font-size: 13px; }
.hw-case-media { margin: 0 0 58px; overflow: hidden; border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); box-shadow: 0 20px 48px rgba(0,0,0,.2); }
.hw-case-media img { width: 100%; height: auto; display: block; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; }
.hw-case-media figcaption { padding: 11px 14px; color: var(--ha-muted); border-top: 1px solid var(--ha-line); font-size: 11px; }
.hw-case-media figcaption i { margin-right: 6px; color: var(--ha-cyan); }
.ha-case-gallery { margin: 0 0 58px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ha-case-gallery .hw-case-media { margin: 0; min-width: 0; }
.ha-case-gallery .hw-case-media:first-child { grid-column: 1 / -1; }
.ha-case-gallery--single { grid-template-columns: 1fr; }
.ha-case-gallery--single .hw-case-media:first-child { grid-column: auto; }
.hw-case-intro { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); align-items: center; gap: 60px; }
.hw-case-intro p { margin: 0; color: var(--ha-muted-strong); font-size: 17px; line-height: 1.8; }
.hw-case-feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.hw-case-feature-grid article { min-width: 0; min-height: 190px; padding: 22px; display: flex; align-items: flex-start; gap: 13px; border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); }
.hw-case-feature-grid article > i { margin-top: 3px; color: var(--ha-green); }
.hw-case-feature-grid h3 { margin: 0; color: var(--ha-text); font-size: 17px; line-height: 1.4; }
.hw-case-feature-grid p { margin: 9px 0 0; color: var(--ha-muted); font-size: 13px; line-height: 1.65; }
.hw-product-card--compact { min-height: 300px; }
.hw-care-price-row { margin-top: 18px; padding: 18px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)) auto; align-items: center; gap: 12px 20px; color: var(--ha-muted-strong); border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); font-size: 12px; }
.hw-care-price-row span, .hw-care-price-row strong { display: block; }
.hw-care-price-row strong { margin-top: 3px; color: var(--ha-text); font-size: 15px; }
.hw-care-price-row a { color: var(--ha-cyan); font-weight: 800; }

.hw-card-grid, .ha-grid { display: grid; gap: 18px; }
.hw-card-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hw-card-grid-3, .ha-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hw-product-card, .hw-feature-card, .hw-info-card, .hw-step-card, .hw-testimonial-card, .ha-card {
    min-width: 0;
    padding: 24px;
    color: var(--ha-text);
    border: 1px solid var(--ha-line);
    border-radius: var(--ha-radius);
    background: var(--ha-surface);
    box-shadow: 0 13px 35px rgba(0,0,0,.12);
}
.hw-product-card { display: flex; flex-direction: column; min-height: 360px; }
.hw-product-card:hover { color: var(--ha-text); border-color: #3d668f; transform: translateY(-3px); box-shadow: 0 20px 44px rgba(0,0,0,.22); }
.hw-product-icon, .hw-feature-icon, .hw-info-icon, .ha-icon { width: 48px; height: 48px; margin-bottom: 19px; display: grid; place-items: center; color: var(--ha-blue); border: 1px solid rgba(77,150,255,.25); border-radius: 7px; background: rgba(77,150,255,.09); font-size: 20px; }
.hw-product-icon--cyan { color: var(--ha-cyan); border-color: rgba(68,215,232,.25); background: rgba(68,215,232,.08); }
.hw-product-icon--green { color: var(--ha-green); border-color: rgba(69,211,155,.25); background: rgba(69,211,155,.08); }
.hw-product-icon--amber { color: var(--ha-amber); border-color: rgba(242,189,92,.25); background: rgba(242,189,92,.08); }
.hw-product-icon--red { color: var(--ha-red); border-color: rgba(255,115,135,.25); background: rgba(255,115,135,.08); }
.hw-product-icon--violet, .hw-product-icon--indigo { color: #91aaff; }
.hw-product-name, .hw-feature-title { color: var(--ha-text); font-size: 19px; line-height: 1.3; font-weight: 800; }
.hw-product-fit { margin-top: 8px; color: var(--ha-cyan); font-size: 12px; line-height: 1.45; font-weight: 800; }
.hw-product-desc, .hw-feature-desc, .hw-info-card p, .hw-step-text { margin-top: 12px; color: var(--ha-muted); font-size: 14px; line-height: 1.7; }
.hw-product-price { margin-top: auto; padding-top: 20px; color: var(--ha-text); font-size: 16px; font-weight: 800; }
.hw-product-price span { margin-left: 4px; color: var(--ha-muted); font-size: 11px; font-weight: 600; }
.hw-product-link { margin-top: 15px; display: flex; align-items: center; justify-content: space-between; color: var(--ha-blue); font-size: 13px; font-weight: 800; }
.hw-feature-card { min-height: 235px; }
.hw-feature-card:hover, .hw-info-card:hover { border-color: #365879; }
.hw-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.hw-info-card h3, .hw-step-card h3 { margin: 0; color: var(--ha-text); font-size: 19px; font-weight: 800; }
.hw-check-list, .ha-list, .hw-plan-features { margin: 18px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.hw-check-list li, .ha-list li, .hw-plan-feature { display: flex; align-items: flex-start; gap: 9px; color: var(--ha-muted-strong); font-size: 14px; line-height: 1.55; }
.hw-check-list i, .hw-plan-feature i { margin-top: 4px; color: var(--ha-green); font-size: 11px; }

.hw-pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.hw-pricing-grid--single { max-width: 570px; margin-right: auto; margin-left: auto; grid-template-columns: minmax(0, 1fr); }
.hw-plan-card, .ha-price-card { position: relative; padding: 28px; display: flex; flex-direction: column; color: var(--ha-text); border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); }
.hw-plan-featured { border-color: var(--ha-blue); box-shadow: 0 22px 55px rgba(34,120,238,.16); }
.hw-plan-badge, .ha-badge { width: fit-content; margin-bottom: 15px; padding: 6px 9px; color: #06111b; border-radius: 4px; background: var(--ha-cyan); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.hw-plan-name { color: var(--ha-text); font-size: 22px; font-weight: 850; }
.hw-plan-fit { margin-top: 7px; color: var(--ha-cyan); font-size: 12px; font-weight: 800; }
.hw-plan-desc { min-height: 66px; margin-top: 12px; color: var(--ha-muted); font-size: 14px; line-height: 1.65; }
.hw-plan-price, .ha-price { margin-top: 21px; color: var(--ha-text); font-size: 36px; line-height: 1.1; font-weight: 850; }
.hw-plan-period { color: var(--ha-muted); font-size: 12px; }
.hw-plan-renewal { margin-top: 8px; display: flex; align-items: flex-start; gap: 7px; color: var(--ha-muted); font-size: 11px; line-height: 1.5; }
.hw-plan-renewal i { margin-top: 3px; flex: 0 0 auto; color: var(--ha-cyan); }
.hw-plan-divider { height: 1px; margin: 22px 0; background: var(--ha-line); }
.hw-plan-features { margin: 0 0 25px; }
.hw-plan-guarantee, .hw-plan-microcopy { margin-top: 13px; color: var(--ha-muted); font-size: 11px; line-height: 1.5; text-align: center; }
.hw-catalog-status { max-width: 760px; margin: 0 auto; padding: 22px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 16px; color: var(--ha-muted-strong); border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); }
.hw-catalog-status > i { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ha-cyan); border-radius: 6px; background: var(--ha-surface-2); }
.hw-catalog-status strong, .hw-catalog-status span { display: block; }
.hw-catalog-status strong { margin-bottom: 4px; color: var(--ha-text); font-size: 16px; }
.hw-catalog-status span { color: var(--ha-muted); font-size: 13px; line-height: 1.55; }
.hw-coming-soon-banner, .hw-notice, .hw-alert { margin: 0 auto 26px; padding: 16px 18px; color: var(--ha-muted-strong); border: 1px solid #325376; border-radius: 6px; background: #0d2033; font-size: 14px; line-height: 1.6; }
.hw-coming-soon-banner i, .hw-notice i, .hw-alert i { color: var(--ha-cyan); }

.hw-domain-search-wrap { max-width: 900px; margin: 0 auto; padding: 24px; border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); box-shadow: var(--ha-shadow); }
.hw-cro-domain-art { display: none; }
.hw-domain-search-bar { display: flex; align-items: stretch; gap: 10px; }
.hw-domain-search-bar input, .hw-domain-input { min-width: 0; min-height: 54px; padding: 0 17px; flex: 1 1 auto; color: var(--ha-text); border: 1px solid #38516d; border-radius: 6px; background: #081522; font-size: 16px; }
.hw-domain-search-bar input:focus, .hw-domain-input:focus { border-color: var(--ha-cyan); outline: 0; box-shadow: 0 0 0 3px rgba(68,215,232,.12); }
.hw-domain-search-bar button { min-height: 54px; padding: 0 23px; color: white; border: 1px solid var(--ha-blue-strong); border-radius: 6px; background: var(--ha-blue-strong); font-weight: 800; }
.hw-cro-domain-note { margin-top: 13px; color: var(--ha-muted); font-size: 12px; text-align: center; }
.hw-cro-domain-note i { margin-right: 6px; color: var(--ha-cyan); }
.hw-tld-pills { margin-top: 18px; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 8px; }
.hw-tld-pill { padding: 10px 7px; color: var(--ha-text); border: 1px solid var(--ha-line); border-radius: 5px; background: #0a1725; font-size: 13px; font-weight: 800; text-align: center; }
.hw-tld-pill span { display: block; margin-top: 2px; color: var(--ha-muted); font-size: 9px; font-weight: 600; }

.hw-cro-launch-path { padding: 54px 0; background: #091522; }
.hw-cro-launch-card { padding: 30px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); }
.hw-cro-launch-copy { display: flex; gap: 18px; }
.hw-cro-launch-art { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 46px; color: var(--ha-cyan); border: 1px solid rgba(68,215,232,.25); border-radius: 7px; background: rgba(68,215,232,.08); }
.hw-cro-launch-copy h2 { font-size: 25px; }
.hw-cro-launch-copy p { margin: 12px 0 0; color: var(--ha-muted); font-size: 14px; line-height: 1.65; }
.hw-cro-flow { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.hw-cro-flow-step { padding: 17px; border: 1px solid var(--ha-line); border-radius: 6px; background: #091522; }
.hw-cro-flow-step > span, .hw-step-num { width: 28px; height: 28px; margin-bottom: 12px; display: grid; place-items: center; color: #07101c; border-radius: 50%; background: var(--ha-cyan); font-size: 11px; font-weight: 900; }
.hw-cro-flow-step strong { display: block; color: var(--ha-text); font-size: 13px; }
.hw-cro-flow-step small { display: block; margin-top: 6px; color: var(--ha-muted); font-size: 11px; line-height: 1.5; }

.hw-stats-grid, .hw-stats-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.hw-stat-card { min-width: 0; padding: 25px 18px; border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); text-align: center; }
.hw-stat-number, .hw-stat-value { color: var(--ha-text); font-size: 28px; line-height: 1.2; font-weight: 850; }
.hw-stat-label { margin-top: 7px; color: var(--ha-muted); font-size: 12px; font-weight: 700; }
.hw-stat-card--flat { box-shadow: none; }

.hw-faq-list { max-width: 880px; margin: 0 auto; display: grid; gap: 10px; }
.hw-faq-item { border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); }
.hw-faq-question { width: 100%; min-height: 60px; padding: 16px 19px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--ha-text); border: 0; background: transparent; font-size: 15px; font-weight: 800; text-align: left; }
.hw-faq-question i { color: var(--ha-muted); transition: transform .18s ease; }
.hw-faq-answer { display: none; padding: 0 19px 18px; color: var(--ha-muted); font-size: 14px; line-height: 1.72; }
.hw-faq-item.is-open .hw-faq-answer { display: block; }
.hw-faq-item.is-open .hw-faq-question i { transform: rotate(180deg); }

.hw-comparison-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--ha-line); border-radius: var(--ha-radius); }
.hw-comparison-table { width: 100%; min-width: 680px; margin: 0; border-collapse: collapse; background: var(--ha-surface); }
.hw-comparison-table th, .hw-comparison-table td { padding: 16px; color: var(--ha-muted-strong); border-bottom: 1px solid var(--ha-line); font-size: 13px; text-align: left; }
.hw-comparison-table th { color: var(--ha-text); background: #0a1725; font-weight: 800; }
.hw-comparison-table tr:last-child td { border-bottom: 0; }
.hw-table-link { color: var(--ha-cyan); font-weight: 800; }

.hw-article-layout { max-width: 850px; margin: 0 auto; }
.hw-article-layout article, .hw-announcement-article-body, .hw-support-form-wrap { padding: 34px; color: var(--ha-light-text); border: 1px solid var(--ha-light-line); border-radius: var(--ha-radius); background: var(--ha-light-surface); box-shadow: var(--ha-shadow-light); }
.hw-article-layout h2, .hw-article-layout h3, .hw-announcement-article-body h2, .hw-announcement-article-body h3 { margin: 1.6em 0 .6em; color: var(--ha-light-text); }
.hw-article-layout p, .hw-article-layout li, .hw-announcement-article-body p, .hw-announcement-article-body li { color: var(--ha-light-muted); font-size: 16px; line-height: 1.8; }
.hw-article-layout a, .hw-announcement-article-body a { color: #1769e0; font-weight: 700; }
.hw-breadcrumb { padding: 16px 0; color: var(--ha-muted); font-size: 13px; }
.hw-breadcrumb a { color: var(--ha-cyan); }

.hw-operation-map { padding: 24px; border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); }
.hw-operation-signals { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.hw-operation-copy { color: var(--ha-muted); line-height: 1.7; }
.hw-operation-art { max-width: 160px; }
.hw-cta-box { padding: 36px; border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); text-align: center; }
.hw-steps-grid, .hw-steps-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.hw-testimonials-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.hw-testimonial-stars, .hw-testimonial-avatar { display: none; }
.hw-testimonial-text { color: var(--ha-muted); font-size: 14px; line-height: 1.7; }
.hw-testimonial-author { margin-top: 16px; }
.hw-testimonial-name { color: var(--ha-text); font-weight: 800; }
.hw-testimonial-role { color: var(--ha-muted); font-size: 12px; }
.hw-reveal { opacity: 0; transform: translateY(12px); transition: opacity .38s ease, transform .38s ease; }
.hw-reveal.is-visible { opacity: 1; transform: none; }

.ha-journey-band { color: var(--ha-muted-strong); border-top: 1px solid var(--ha-line-soft); border-bottom: 1px solid var(--ha-line); background: #091522; }
.ha-journey-band__inner { min-height: 74px; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); }
.ha-journey-band a { min-width: 0; padding: 13px 12px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--ha-muted-strong); border-right: 1px solid var(--ha-line-soft); font-size: 13px; font-weight: 800; text-align: center; }
.ha-journey-band a:first-child { border-left: 1px solid var(--ha-line-soft); }
.ha-journey-band a:hover, .ha-journey-band a[aria-current="page"] { color: var(--ha-text); background: var(--ha-surface-2); }
.ha-journey-band a[aria-current="page"] i { color: var(--ha-cyan); }
.ha-journey-fit { display: grid; grid-template-columns: minmax(0,.9fr) minmax(380px,1.1fr); align-items: center; gap: 54px; }
.ha-journey-fit .hw-section-title { margin-bottom: 0; }
.ha-audience-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.ha-audience-list span { min-height: 48px; padding: 11px 13px; display: flex; align-items: center; gap: 9px; color: var(--ha-muted-strong); border: 1px solid var(--ha-line); border-radius: 6px; background: rgba(255,255,255,.025); font-size: 13px; line-height: 1.45; }
.ha-audience-list i { color: var(--ha-green); }
.ha-outcome-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.ha-outcome-grid article { min-height: 228px; padding: 26px; border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); }
.ha-outcome-grid article > span { width: 34px; height: 34px; display: grid; place-items: center; color: #06121e; border-radius: 6px; background: var(--ha-cyan); font-size: 12px; font-weight: 900; }
.ha-outcome-grid article:nth-child(2) > span { background: var(--ha-green); }
.ha-outcome-grid article:nth-child(3) > span { background: var(--ha-amber); }
.ha-outcome-grid h3 { margin: 25px 0 10px; color: var(--ha-text); font-size: 19px; line-height: 1.3; }
.ha-outcome-grid p { margin: 0; color: var(--ha-muted); font-size: 14px; line-height: 1.7; }
.ha-journey-services { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.ha-journey-service-card { min-width: 0; min-height: 272px; padding: 24px; display: flex; flex-direction: column; color: var(--ha-text); border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); }
.ha-journey-service-card:hover { color: var(--ha-text); border-color: #3b6587; transform: translateY(-2px); box-shadow: var(--ha-shadow); }
.ha-journey-service-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--ha-cyan); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.ha-journey-service-card h3 { margin: 20px 0 10px; color: var(--ha-text); font-size: 18px; line-height: 1.35; }
.ha-journey-service-card p { margin: 0 0 22px; color: var(--ha-muted); font-size: 13px; line-height: 1.65; }
.ha-journey-service-card__meta { margin-top: auto; padding-top: 14px; display: grid; gap: 5px; color: var(--ha-muted); border-top: 1px solid var(--ha-line-soft); font-size: 11px; }
.ha-journey-service-card__meta span:first-child { color: var(--ha-muted-strong); font-weight: 750; }
.ha-modern-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.ha-modern-grid article { min-height: 168px; padding: 22px; display: flex; align-items: flex-start; gap: 14px; border-top: 2px solid var(--ha-cyan); background: rgba(255,255,255,.025); }
.ha-modern-grid article:nth-child(2) { border-top-color: var(--ha-green); }
.ha-modern-grid article:nth-child(3) { border-top-color: var(--ha-amber); }
.ha-modern-grid > article > i { margin-top: 4px; color: var(--ha-green); }
.ha-modern-grid h3 { margin: 0 0 8px; color: var(--ha-text); font-size: 16px; }
.ha-modern-grid p { margin: 0; color: var(--ha-muted); font-size: 13px; line-height: 1.65; }
.ha-scope-note { margin-top: 18px; padding: 17px 19px; display: flex; align-items: flex-start; gap: 12px; color: var(--ha-muted-strong); border: 1px solid rgba(242,189,92,.28); border-radius: 6px; background: rgba(242,189,92,.055); }
.ha-scope-note > i { margin-top: 3px; color: var(--ha-amber); }
.ha-scope-note p { margin: 0; font-size: 13px; line-height: 1.65; }
.ha-proof-band { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); align-items: center; gap: 42px; }
.ha-proof-band .hw-section-title { margin-bottom: 12px; }
.ha-proof-band__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

.ha-home-path-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.ha-home-path-grid > a { position: relative; min-height: 286px; padding: 28px; display: flex; flex-direction: column; color: var(--ha-text); border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); overflow: hidden; }
.ha-home-path-grid > a:hover { color: var(--ha-text); border-color: #3f7095; transform: translateY(-2px); box-shadow: var(--ha-shadow); }
.ha-home-path-grid > a > span { position: absolute; top: 18px; right: 20px; color: var(--ha-muted); font-size: 12px; font-weight: 900; }
.ha-home-path-grid > a > i { width: 46px; height: 46px; display: grid; place-items: center; color: #07101c; border-radius: 6px; background: var(--ha-cyan); }
.ha-home-path-grid > a:nth-child(2) > i { background: var(--ha-green); }
.ha-home-path-grid > a:nth-child(3) > i { background: var(--ha-amber); }
.ha-home-path-grid h3 { margin: 28px 0 10px; color: var(--ha-text); font-size: 22px; }
.ha-home-path-grid p { margin: 0 0 22px; color: var(--ha-muted); font-size: 14px; line-height: 1.7; }
.ha-home-path-grid strong { margin-top: auto; color: var(--ha-cyan); font-size: 13px; }
.ha-home-journey-strip { grid-template-columns: repeat(5,1fr); }
.ha-home-journeys { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.ha-home-journeys > a { min-width: 0; min-height: 360px; padding: 22px; display: flex; flex-direction: column; color: var(--ha-text); border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: linear-gradient(180deg,rgba(17,34,56,.9),rgba(10,23,37,.95)); }
.ha-home-journeys > a:hover { color: var(--ha-text); border-color: #416d90; transform: translateY(-2px); }
.ha-home-journeys__icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ha-cyan); border: 1px solid rgba(68,215,232,.25); border-radius: 6px; background: rgba(68,215,232,.08); }
.ha-home-journeys > a > span { margin-top: 22px; color: var(--ha-muted); font-size: 11px; line-height: 1.5; }
.ha-home-journeys h3 { margin: 8px 0 10px; color: var(--ha-text); font-size: 19px; }
.ha-home-journeys p { margin: 0 0 20px; color: var(--ha-muted); font-size: 12px; line-height: 1.65; }
.ha-home-journeys > a > div:last-child { margin-top: auto; padding-top: 14px; display: grid; gap: 8px; border-top: 1px solid var(--ha-line-soft); }
.ha-home-journeys strong { color: var(--ha-muted-strong); font-size: 11px; }
.ha-home-journeys em { color: var(--ha-cyan); font-size: 12px; font-style: normal; font-weight: 800; }
.ha-home-services-callout { margin-top: 20px; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); }
.ha-home-services-callout > div { min-width: 0; display: flex; align-items: center; gap: 14px; }
.ha-home-services-callout > div > i { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; color: #07101c; border-radius: 6px; background: var(--ha-amber); }
.ha-home-services-callout span { display: grid; gap: 4px; }
.ha-home-services-callout strong { color: var(--ha-text); font-size: 14px; }
.ha-home-services-callout small { color: var(--ha-muted); font-size: 12px; line-height: 1.5; }

.ha-home-service-promise { max-width: 980px; text-align: center; }
.ha-home-service-promise .hw-eyebrow { justify-content: center; }
.ha-home-service-promise h2 { margin: 14px 0 0; color: var(--ha-text); font-size: 31px; line-height: 1.3; }
.ha-trade-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.ha-trade-grid article { min-height: 150px; padding: 22px; display: flex; align-items: flex-start; gap: 13px; border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); }
.ha-trade-grid article > i { margin-top: 4px; color: var(--ha-green); }
.ha-trade-grid h3 { margin: 0 0 8px; color: var(--ha-text); font-size: 16px; }
.ha-trade-grid p { margin: 0; color: var(--ha-muted); font-size: 13px; line-height: 1.65; }
.ha-home-journey-grid { display: grid; gap: 9px; }
.ha-home-journey-grid > a { min-height: 76px; padding: 13px 16px; display: grid; grid-template-columns: 42px minmax(0,1fr) minmax(150px,.38fr); align-items: center; gap: 14px; color: var(--ha-text); border: 1px solid var(--ha-line); border-radius: 6px; background: var(--ha-surface); }
.ha-home-journey-grid > a:hover { color: var(--ha-text); border-color: #3f6c8e; background: var(--ha-surface-2); }
.ha-home-journey-grid > a > i { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ha-cyan); border-radius: 6px; background: rgba(68,215,232,.08); }
.ha-home-journey-grid span { min-width: 0; display: grid; gap: 3px; }
.ha-home-journey-grid strong { font-size: 15px; }
.ha-home-journey-grid small { color: var(--ha-muted); font-size: 12px; }
.ha-home-journey-grid em { color: var(--ha-muted-strong); font-size: 12px; font-style: normal; font-weight: 750; text-align: right; }
.ha-home-service-system { display: grid; grid-template-columns: minmax(0,.8fr) minmax(420px,1.2fr); align-items: center; gap: 54px; }
.ha-home-service-system ol { margin: 0; padding: 0; display: grid; list-style: none; }
.ha-home-service-system li { min-height: 68px; padding: 11px 0; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--ha-line); }
.ha-home-service-system li > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; color: #07101c; border-radius: 6px; background: var(--ha-cyan); font-size: 12px; font-weight: 900; }
.ha-home-service-system li:nth-child(2n) > span { background: var(--ha-green); }
.ha-home-service-system li:nth-child(3n) > span { background: var(--ha-amber); }
.ha-home-service-system li div { display: grid; gap: 3px; }
.ha-home-service-system li strong { color: var(--ha-text); font-size: 14px; }
.ha-home-service-system li small { color: var(--ha-muted); font-size: 12px; line-height: 1.5; }

.ha-inline-journey-link { margin-top: 13px; display: inline-flex; align-items: center; gap: 8px; color: var(--ha-cyan); font-size: 13px; font-weight: 800; }
.ha-service-operating-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.ha-service-operating-grid > article { min-height: 260px; padding: 24px; border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); }
.ha-service-operating-grid > article > span { color: var(--ha-cyan); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.ha-service-operating-grid h3 { margin: 14px 0 10px; color: var(--ha-text); font-size: 18px; line-height: 1.35; }
.ha-service-operating-grid p { margin: 0; color: var(--ha-muted); font-size: 13px; line-height: 1.7; }
.ha-service-operating-grid ul { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.ha-service-operating-grid li { display: flex; align-items: flex-start; gap: 9px; }
.ha-service-operating-grid li > i { margin-top: 4px; color: var(--ha-green); font-size: 11px; }
.ha-service-operating-grid li span { display: grid; gap: 3px; }
.ha-service-operating-grid li strong { color: var(--ha-muted-strong); font-size: 12px; }
.ha-service-operating-grid li small { color: var(--ha-muted); font-size: 11px; line-height: 1.5; }
.ha-scope-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.ha-scope-grid article { min-height: 192px; padding: 22px; display: flex; align-items: flex-start; gap: 14px; border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); }
.ha-scope-grid article > i { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; color: var(--ha-cyan); border-radius: 6px; background: rgba(68,215,232,.08); }
.ha-scope-grid h3 { margin: 0 0 9px; color: var(--ha-text); font-size: 16px; }
.ha-scope-grid p, .ha-scope-grid li { color: var(--ha-muted); font-size: 12px; line-height: 1.65; }
.ha-scope-grid p { margin: 0; }
.ha-scope-grid ul { margin: 0; padding-left: 17px; }
.ha-scope-grid a { margin-top: 12px; display: inline-flex; gap: 7px; color: var(--ha-cyan); font-size: 12px; font-weight: 800; }

.ha-finder-result { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: 40px; }
.ha-finder-result__main h2 { margin: 12px 0 16px; color: var(--ha-text); font-size: 34px; line-height: 1.24; }
.ha-finder-result__main > p { max-width: 760px; margin: 0; color: var(--ha-muted-strong); font-size: 15px; line-height: 1.75; }
.ha-finder-result__price { margin: 24px 0 0; padding-left: 14px; display: grid; gap: 4px; border-left: 3px solid var(--ha-green); }
.ha-finder-result__price span { color: var(--ha-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.ha-finder-result__price strong { color: var(--ha-text); font-size: 17px; }
.ha-finder-result__supporting { padding: 24px; border: 1px solid var(--ha-line); border-radius: var(--ha-radius); background: var(--ha-surface); }
.ha-finder-result__supporting > span { color: var(--ha-cyan); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.ha-finder-result__supporting h3 { margin: 9px 0 17px; color: var(--ha-text); font-size: 17px; line-height: 1.4; }
.ha-finder-result__supporting > a:not(.ha-finder-change) { min-height: 66px; padding: 10px 0; display: flex; align-items: center; gap: 11px; color: var(--ha-text); border-bottom: 1px solid var(--ha-line); }
.ha-finder-result__supporting > a > i { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 35px; color: var(--ha-cyan); border-radius: 6px; background: rgba(68,215,232,.08); }
.ha-finder-result__supporting > a span { display: grid; gap: 2px; }
.ha-finder-result__supporting > a strong { font-size: 13px; }
.ha-finder-result__supporting > a small { color: var(--ha-muted); font-size: 11px; line-height: 1.45; }
.ha-finder-change { margin-top: 16px; display: inline-flex; align-items: center; gap: 7px; color: var(--ha-cyan); font-size: 12px; font-weight: 800; }
.ha-finder-layout { display: grid; grid-template-columns: minmax(260px,.55fr) minmax(0,1.45fr); align-items: start; gap: 54px; }
.ha-finder-context { position: sticky; top: calc(var(--ha-header-height) + 26px); }
.ha-finder-context h2 { margin: 12px 0; color: var(--ha-text); font-size: 29px; line-height: 1.3; }
.ha-finder-context > p { margin: 0 0 22px; color: var(--ha-muted); font-size: 13px; line-height: 1.7; }
.ha-finder-context ul { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.ha-finder-context li { display: flex; align-items: flex-start; gap: 9px; color: var(--ha-muted-strong); font-size: 12px; line-height: 1.5; }
.ha-finder-context li i { margin-top: 3px; color: var(--ha-green); }
.ha-finder-form { padding: 28px; color: var(--ha-light-text); border: 1px solid var(--ha-light-line); border-radius: var(--ha-radius); background: var(--ha-light-surface); box-shadow: var(--ha-shadow-light); }
.ha-finder-progress { width: 100%; height: 7px; display: block; border: 0; border-radius: 5px; overflow: hidden; background: #e5ebf3; }
.ha-finder-progress::-webkit-progress-bar { background: #e5ebf3; }
.ha-finder-progress::-webkit-progress-value { background: #1769e0; }
.ha-finder-progress::-moz-progress-bar { background: #1769e0; }
.ha-finder-progress-label { margin: 9px 0 24px; color: var(--ha-light-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.ha-finder-step { min-width: 0; margin: 0 0 34px; padding: 0 0 30px; border: 0; border-bottom: 1px solid var(--ha-light-line); }
.ha-finder-form.is-enhanced .ha-finder-step { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.ha-finder-step legend { width: 100%; margin: 0; padding: 0; color: var(--ha-light-text); font-size: 22px; line-height: 1.35; font-weight: 850; }
.ha-finder-step > p { margin: 8px 0 20px; color: var(--ha-light-muted); font-size: 13px; line-height: 1.6; }
.ha-finder-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.ha-finder-options label { position: relative; min-height: 94px; padding: 15px; display: flex; align-items: flex-start; gap: 10px; cursor: pointer; border: 1px solid #d4deea; border-radius: 6px; background: #fff; }
.ha-finder-options label:hover, .ha-finder-options label:has(input:checked) { border-color: #1769e0; background: #f2f7ff; }
.ha-finder-options label:focus-within { outline: 3px solid rgba(23,105,224,.2); outline-offset: 2px; }
.ha-finder-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.ha-finder-options label > span { min-width: 0; display: grid; gap: 4px; }
.ha-finder-options strong { color: #162238; font-size: 13px; }
.ha-finder-options small { color: #637389; font-size: 11px; line-height: 1.45; }
.ha-finder-options label > i { margin-left: auto; color: #aab7c7; }
.ha-finder-options input:checked ~ i { color: #1769e0; }
.ha-finder-step-error { min-height: 20px; margin-top: 8px; display: block; color: #b42336; font-size: 12px; }
.ha-finder-controls { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.ha-finder-controls [data-ha-finder-next], .ha-finder-controls [data-ha-finder-submit] { margin-left: auto; }

.ha-proposal-advanced { margin: 0 0 30px; border: 1px solid var(--ha-light-line); border-radius: 6px; background: #f8fafc; }
.ha-proposal-advanced summary { min-height: 64px; padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px; cursor: pointer; list-style: none; }
.ha-proposal-advanced summary::-webkit-details-marker { display: none; }
.ha-proposal-advanced summary span { display: grid; gap: 3px; }
.ha-proposal-advanced summary strong { color: var(--ha-light-text); font-size: 14px; }
.ha-proposal-advanced summary small { color: var(--ha-light-muted); font-size: 11px; line-height: 1.45; }
.ha-proposal-advanced summary > i { color: #1769e0; transition: transform .18s ease; }
.ha-proposal-advanced[open] summary > i { transform: rotate(180deg); }
.ha-proposal-advanced__body { padding: 20px 16px; border-top: 1px solid var(--ha-light-line); }

.ha-consent-banner { position: fixed; z-index: 2500; right: 18px; bottom: 18px; left: 18px; max-width: 1050px; margin: 0 auto; padding: 20px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 28px; color: var(--ha-text); border: 1px solid #3b5570; border-radius: var(--ha-radius); background: #0a1725; box-shadow: 0 24px 70px rgba(0,0,0,.5); }
.ha-consent-banner[hidden] { display: none; }
.ha-consent-banner h2 { margin: 5px 0 7px; color: var(--ha-text); font-size: 20px; }
.ha-consent-banner p { margin: 0; color: var(--ha-muted); font-size: 12px; line-height: 1.6; }
.ha-consent-banner a { margin-top: 7px; display: inline-block; color: var(--ha-cyan); font-size: 11px; font-weight: 800; }
.ha-consent-banner__actions { display: flex; align-items: center; gap: 9px; }
.ha-footer-link-button { margin: 6px 0; padding: 0; color: var(--ha-muted); border: 0; background: none; font: inherit; cursor: pointer; }
.ha-footer-link-button:hover { color: var(--ha-cyan); }
.ha-footer-link-button[hidden] { display: none; }
.ha-final-cta__secondary { color: var(--ha-cyan); font-size: 12px; font-weight: 800; }

.ha-final-cta { padding: 56px 0; color: var(--ha-text); border-top: 1px solid var(--ha-line); background: #0b1a2a; }
.ha-final-cta__inner { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr); align-items: center; gap: 44px; }
.ha-final-cta h2 { max-width: 720px; margin: 0; color: var(--ha-text); font-size: 34px; line-height: 1.2; font-weight: 850; }
.ha-final-cta p { max-width: 760px; margin: 14px 0 0; color: var(--ha-muted); font-size: 15px; line-height: 1.7; }
.ha-final-cta__actions { display: grid; gap: 10px; justify-items: start; }
.ha-final-cta__actions small { color: var(--ha-muted); font-size: 11px; line-height: 1.5; }
.ha-footer { padding: 64px 0 24px; color: var(--ha-muted); border-top: 1px solid var(--ha-line-soft); background: var(--ha-bg-deep); }
.ha-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(4,1fr); gap: 34px; }
.ha-footer__brand p { max-width: 310px; margin: 18px 0 0; font-size: 13px; line-height: 1.7; }
.ha-footer__grid h3 { margin: 4px 0 14px; color: var(--ha-text); font-size: 13px; font-weight: 800; }
.ha-footer__grid > div:not(.ha-footer__brand) { display: flex; flex-direction: column; align-items: flex-start; }
.ha-footer__grid a { margin: 6px 0; color: var(--ha-muted); font-size: 13px; }
.ha-footer__grid a:hover { color: var(--ha-cyan); }
.ha-footer__bottom { margin-top: 46px; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--ha-line-soft); font-size: 12px; }
.ha-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 18px; }
.ha-footer__bottom a { color: var(--ha-muted); }

.ha-native { color: var(--ha-light-text); background: var(--ha-light-bg); }
.ha-native-main { min-height: 550px; padding: 38px 0 64px; color: var(--ha-light-text); background: var(--ha-light-bg); }
.ha-native-main h1, .ha-native-main h2, .ha-native-main h3, .ha-native-main h4 { color: var(--ha-light-text); letter-spacing: 0; }
.ha-native-main .card, .ha-native-main .panel, .ha-native-main .list-group, .ha-native-main .table-container { border-color: var(--ha-light-line); border-radius: var(--ha-radius); background: #fff; box-shadow: var(--ha-shadow-light); }
.ha-native-main .card-header, .ha-native-main .panel-heading { border-color: var(--ha-light-line); background: #f8fafc; }
.ha-native-main .form-control, .ha-native-main .custom-select { min-height: 44px; border-color: #c7d2e1; border-radius: 6px; color: var(--ha-light-text); background-color: #fff; }
.ha-native-main input.field, .ha-native-main select.field, .ha-native-main textarea.field { min-height: 44px; border: 1px solid #c7d2e1; border-radius: 6px; color: var(--ha-light-text); background-color: #fff; }
.ha-native-main textarea.form-control { min-height: 140px; }
.ha-native-main .form-control:focus, .ha-native-main .custom-select:focus { border-color: #1769e0; box-shadow: 0 0 0 3px rgba(23,105,224,.14); }
.ha-native-main .btn { min-height: 44px; border-radius: 6px; font-weight: 700; }
.ha-native-main .btn-primary, .ha-native-main .btn-success { border-color: #1769e0; background: #1769e0; }
.ha-native-main .btn-primary:hover, .ha-native-main .btn-success:hover { border-color: #0d4ead; background: #0d4ead; }
.ha-system-nav .navbar-toggler { width: auto; min-width: 44px; height: 44px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #cfd9e6; border-radius: 6px; color: var(--ha-light-text); background: #fff; font-size: 13px; font-weight: 700; }
.ha-system-nav .navbar-toggler[aria-expanded="true"] { border-color: #1769e0; color: #1769e0; box-shadow: 0 0 0 3px rgba(23,105,224,.12); }
.ha-native-main .table { color: var(--ha-light-text); }
.ha-native-main .table thead th { border-bottom-color: #cfd9e6; background: #f6f8fb; font-size: 12px; text-transform: uppercase; }
.ha-native-main .table td, .ha-native-main .table th { padding: 13px 12px; border-top-color: #e3e9f1; vertical-align: middle; }
.ha-native-main .sidebar .panel, .ha-native-main .sidebar .card { box-shadow: none; }
.ha-native-main .sidebar .list-group-item { border-color: #e1e7ef; color: #42536a; }
.ha-native-main .sidebar .list-group-item.active { color: #fff; border-color: #1769e0; background: #1769e0; }
.ha-native-main .alert { border-radius: 6px; }
.ha-native-main .pagination .page-link { color: #1769e0; border-color: #dbe3ee; }
.ha-native-main .pagination .active .page-link { color: #fff; background: #1769e0; }
.ha-native-main .logincontainer { max-width: 520px; }
.ha-native-main .client-home-cards .card { height: 100%; }
.ha-native-main #registration, .ha-native-main .registration-form { max-width: 980px; margin: 0 auto; }
.ha-native-main #registration .form-control { width: 100%; }
.ha-native-main .captchaimage { max-width: 100%; }
.ha-native-main .dataTables_wrapper { width: 100%; overflow-x: auto; }
.ha-footer--native { padding: 24px 0; color: #66758a; border-top-color: #dbe3ee; background: #fff; }
.ha-footer__native-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; }
.ha-footer__native-inner nav { display: flex; flex-wrap: wrap; gap: 16px; }
.ha-footer__native-inner a { color: #53647b; }
.ha-language-button { min-height: 44px; padding: 0 12px; color: #42536a; border: 1px solid #d2dbe7; border-radius: 6px; background: #fff; }
.ha-site .navbar-toggler { min-width: 44px; min-height: 44px; }
.ha-cart-confidence { margin: 24px 0; padding: 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; color: #2b3b52; border: 1px solid #d7e2ef; border-radius: 8px; background: #f7faff; }
.ha-cart-confidence > div { min-width: 0; display: flex; align-items: flex-start; gap: 11px; }
.ha-cart-confidence i { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; color: #1769e0; border-radius: 6px; background: #e7f1ff; }
.ha-cart-confidence span { display: grid; gap: 3px; }
.ha-cart-confidence strong { color: #162238; font-size: 13px; line-height: 1.4; }
.ha-cart-confidence small { color: #65758a; font-size: 11px; line-height: 1.5; }

/* Final experience system */
.ha-skip-link { position: fixed; top: 8px; left: 8px; z-index: 3000; padding: 11px 15px; color: #07101c; border-radius: 6px; background: var(--ha-cyan); font-weight: 800; transform: translateY(-160%); }
.ha-skip-link:focus { color: #07101c; transform: translateY(0); }
.ha-journey-accent--cyan { --ha-journey-accent: var(--ha-cyan); }
.ha-journey-accent--emerald { --ha-journey-accent: var(--ha-green); }
.ha-journey-accent--blue { --ha-journey-accent: var(--ha-blue); }
.ha-journey-accent--amber { --ha-journey-accent: var(--ha-amber); }
.ha-journey-accent--violet { --ha-journey-accent: #aa8cff; }

.ha-home-system__grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(430px, 1.18fr); align-items: center; gap: 58px; }
.ha-home-system__steps { margin: 30px 0 0; padding: 0; display: grid; list-style: none; }
.ha-home-system__steps li { min-height: 68px; padding: 13px 0; display: flex; gap: 14px; border-bottom: 1px solid var(--ha-line-soft); }
.ha-home-system__steps li > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; color: #07101c; border-radius: 6px; background: var(--ha-cyan); font-size: 11px; font-weight: 900; }
.ha-home-system__steps li:nth-child(2) > span { background: var(--ha-green); }
.ha-home-system__steps li:nth-child(3) > span { background: var(--ha-blue); }
.ha-home-system__steps li:nth-child(4) > span { background: var(--ha-amber); }
.ha-home-system__steps li div { display: grid; gap: 4px; }
.ha-home-system__steps strong { color: var(--ha-text); font-size: 15px; }
.ha-home-system__steps small { color: var(--ha-muted); font-size: 12px; line-height: 1.55; }
.ha-home-system__map, .ha-system-map { margin: 0; padding: 14px; border: 1px solid var(--ha-line); border-radius: 8px; background: #091522; box-shadow: var(--ha-shadow); }
.ha-home-system__map img, .ha-system-map img { width: 100%; display: block; }
.ha-home-system__map figcaption, .ha-system-map figcaption { padding: 11px 4px 1px; color: var(--ha-muted); font-size: 11px; line-height: 1.5; text-align: center; }

.ha-flagship-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ha-flagship-card { position: relative; min-height: 358px; padding: 24px; display: flex; flex-direction: column; color: var(--ha-text); border: 1px solid var(--ha-line); border-top: 3px solid var(--ha-journey-accent, var(--ha-cyan)); border-radius: 8px; background: linear-gradient(180deg, rgba(17, 34, 56, .94), rgba(9, 21, 34, .98)); }
.ha-flagship-card:hover { color: var(--ha-text); border-color: var(--ha-journey-accent, var(--ha-cyan)); transform: translateY(-3px); box-shadow: var(--ha-shadow); }
.ha-flagship-card__kicker { color: var(--ha-journey-accent, var(--ha-cyan)); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.ha-flagship-card > i { width: 44px; height: 44px; margin-top: 22px; display: grid; place-items: center; color: var(--ha-journey-accent, var(--ha-cyan)); border: 1px solid var(--ha-line); border-radius: 6px; background: rgba(255, 255, 255, .035); }
.ha-flagship-card h3 { margin: 20px 0 9px; color: var(--ha-text); font-size: 20px; }
.ha-flagship-card p { margin: 0 0 22px; color: var(--ha-muted); font-size: 13px; line-height: 1.7; }
.ha-flagship-card > div { margin-top: auto; padding-top: 15px; display: grid; gap: 7px; border-top: 1px solid var(--ha-line-soft); }
.ha-flagship-card strong { color: var(--ha-text); font-size: 14px; }
.ha-flagship-card > div span { color: var(--ha-journey-accent, var(--ha-cyan)); font-size: 12px; font-weight: 800; }

.ha-foundation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.ha-foundation-grid article { min-height: 280px; padding: 26px; display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: start; gap: 18px; border: 1px solid var(--ha-line); border-radius: 8px; background: var(--ha-surface); }
.ha-foundation-grid__icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--ha-cyan); border: 1px solid rgba(68, 215, 232, .24); border-radius: 6px; background: rgba(68, 215, 232, .07); }
.ha-foundation-grid h3 { margin: 10px 0 8px; color: var(--ha-text); font-size: 21px; }
.ha-foundation-grid p { margin: 0; color: var(--ha-muted); font-size: 13px; line-height: 1.7; }
.ha-foundation-grid .hw-btn { grid-column: 2; width: fit-content; margin-top: auto; }
.ha-status-chip { min-height: 26px; padding: 4px 9px; display: inline-flex; align-items: center; color: var(--ha-amber); border: 1px solid rgba(242, 189, 92, .26); border-radius: 5px; background: rgba(242, 189, 92, .07); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.ha-status-chip.is-ready { color: var(--ha-green); border-color: rgba(69, 211, 155, .25); background: rgba(69, 211, 155, .07); }
.ha-proof-link { margin-top: 22px; text-align: center; }
.ha-proof-link a { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; color: var(--ha-cyan); font-size: 13px; font-weight: 800; }

.ha-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ha-process-grid article { min-height: 265px; padding: 23px; display: flex; flex-direction: column; border: 1px solid var(--ha-line); border-radius: 8px; background: var(--ha-surface); }
.ha-process-grid article > span { color: var(--ha-muted); font-size: 11px; font-weight: 900; }
.ha-process-grid article > i { width: 42px; height: 42px; margin-top: 24px; display: grid; place-items: center; color: var(--ha-cyan); border-radius: 6px; background: rgba(68, 215, 232, .08); }
.ha-process-grid article:nth-child(2) > i { color: var(--ha-green); background: rgba(69, 211, 155, .08); }
.ha-process-grid article:nth-child(3) > i { color: var(--ha-blue); background: rgba(77, 150, 255, .08); }
.ha-process-grid article:nth-child(4) > i { color: var(--ha-amber); background: rgba(242, 189, 92, .08); }
.ha-process-grid h3 { margin: 19px 0 8px; color: var(--ha-text); font-size: 17px; }
.ha-process-grid p { margin: 0; color: var(--ha-muted); font-size: 12px; line-height: 1.7; }

.ha-service-hero .hw-growth-hero__inner { padding-left: 28px; border-left: 3px solid var(--ha-journey-accent, var(--ha-cyan)); }
.ha-service-story__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr); align-items: center; gap: 52px; }
.ha-service-fit { margin-top: 24px; padding: 14px 16px; border-left: 3px solid var(--ha-journey-accent, var(--ha-cyan)); background: rgba(255, 255, 255, .025); }
.ha-service-fit span { color: var(--ha-journey-accent, var(--ha-cyan)); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.ha-service-fit p { margin: 4px 0 0; color: var(--ha-muted-strong); font-size: 13px; line-height: 1.6; }
.ha-inline-journey-link { min-height: 44px; margin-top: 13px; display: inline-flex; align-items: center; gap: 9px; color: var(--ha-cyan); font-size: 12px; font-weight: 800; }
.ha-outcome-row { margin-top: 28px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ha-outcome-row article { min-height: 145px; padding: 19px; display: flex; gap: 12px; border: 1px solid var(--ha-line); border-radius: 8px; background: rgba(9, 21, 34, .64); }
.ha-outcome-row article > i { margin-top: 4px; color: var(--ha-journey-accent, var(--ha-green)); }
.ha-outcome-row h3 { margin: 0 0 6px; color: var(--ha-text); font-size: 15px; }
.ha-outcome-row p { margin: 0; color: var(--ha-muted); font-size: 12px; line-height: 1.6; }

.ha-service-delivery__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ha-service-delivery__grid article { min-height: 330px; padding: 24px; border: 1px solid var(--ha-line); border-radius: 8px; background: var(--ha-surface); }
.ha-service-delivery__icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ha-journey-accent, var(--ha-cyan)); border-radius: 6px; background: rgba(68, 215, 232, .08); }
.ha-service-delivery__grid h3 { margin: 19px 0 13px; color: var(--ha-text); font-size: 18px; }
.ha-service-delivery__grid ul { margin: 0; padding: 0 0 0 17px; color: var(--ha-muted); }
.ha-service-delivery__grid li, .ha-service-delivery__grid p { margin-bottom: 9px; color: var(--ha-muted); font-size: 12px; line-height: 1.65; }
.ha-service-delivery__timeline { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--ha-line-soft); }
.ha-process-line { margin-top: 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--ha-line); border-radius: 8px; overflow: hidden; background: var(--ha-line); }
.ha-process-line article { min-height: 154px; padding: 20px; display: flex; gap: 12px; background: #0a1725; }
.ha-process-line article > span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 30px; color: #07101c; border-radius: 6px; background: var(--ha-journey-accent, var(--ha-cyan)); font-size: 11px; font-weight: 900; }
.ha-process-line h3 { margin: 2px 0 7px; color: var(--ha-text); font-size: 14px; }
.ha-process-line p { margin: 0; color: var(--ha-muted); font-size: 11px; line-height: 1.6; }

.ha-service-proof__grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(440px, 1.28fr); align-items: center; gap: 50px; }
.ha-sample-label { margin: 22px 0; padding: 12px 14px; display: flex; gap: 9px; color: var(--ha-muted-strong); border: 1px solid var(--ha-line); border-radius: 6px; background: var(--ha-surface); font-size: 11px; line-height: 1.5; }
.ha-sample-label i { color: var(--ha-cyan); }
.hw-section-editorial .ha-sample-label { color: #465b74; border-color: #cbd6e3; background: #fff; }
.hw-section-editorial .ha-sample-label i { color: #1769d2; }
.ha-service-proof__actions { display: flex; flex-wrap: wrap; gap: 9px; }
.ha-artifact-preview { border: 1px solid var(--ha-line); border-radius: 8px; background: #091522; box-shadow: var(--ha-shadow); overflow: hidden; }
.ha-artifact-preview__top { min-height: 54px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--ha-line); background: #0d1c2d; }
.ha-artifact-preview__top span { color: var(--ha-text); font-size: 13px; font-weight: 800; }
.ha-artifact-preview__top em { color: var(--ha-cyan); font-size: 10px; font-style: normal; font-weight: 900; text-transform: uppercase; }
.ha-artifact-preview__canvas { min-height: 310px; padding: 18px; position: relative; display: grid; gap: 10px; overflow: hidden; background-color: #091522; }
.ha-artifact-preview__canvas article { min-width: 0; min-height: 82px; padding: 14px; position: relative; z-index: 1; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 4px 12px; align-content: center; border: 1px solid var(--ha-line-soft); border-radius: 6px; background: rgba(255,255,255,.03); }
.ha-artifact-preview__canvas article > span { grid-row: 1 / 3; width: 32px; height: 32px; display: grid; place-items: center; color: #07101c; border-radius: 6px; background: var(--ha-journey-accent, var(--ha-cyan)); font-size: 10px; font-weight: 900; }
.ha-artifact-preview__canvas strong { color: var(--ha-text); font-size: 13px; }
.ha-artifact-preview__canvas small { color: var(--ha-muted); font-size: 10px; line-height: 1.5; }
.ha-artifact-preview--website-blueprint .ha-artifact-preview__canvas { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: auto auto; }
.ha-artifact-preview--website-blueprint .ha-artifact-preview__canvas article:first-child { grid-column: 1 / -1; max-width: 68%; justify-self: center; }
.ha-artifact-preview--website-blueprint .ha-artifact-preview__canvas::before { content: ""; width: 52%; height: 84px; position: absolute; top: 100px; left: 24%; border-right: 1px solid rgba(68,215,232,.28); border-bottom: 1px solid rgba(68,215,232,.28); border-left: 1px solid rgba(68,215,232,.28); }
.ha-artifact-preview--local-map .ha-artifact-preview__canvas { grid-template-columns: repeat(3,minmax(0,1fr)); align-items: end; background-image: linear-gradient(rgba(68,215,232,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(68,215,232,.035) 1px, transparent 1px); background-size: 34px 34px; }
.ha-artifact-preview--local-map .ha-artifact-preview__canvas article { min-height: 150px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.ha-artifact-preview--local-map .ha-artifact-preview__canvas article > span { grid-row: auto; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.ha-artifact-preview--local-map .ha-artifact-preview__canvas article > span::first-letter { transform: rotate(45deg); }
.ha-artifact-preview--audit-backlog .ha-artifact-preview__canvas article { grid-template-columns: 42px minmax(0,1fr) 70px; }
.ha-artifact-preview--audit-backlog .ha-artifact-preview__canvas article::after { content: "Priority"; align-self: center; color: var(--ha-journey-accent,var(--ha-cyan)); border: 1px solid var(--ha-line); border-radius: 4px; font-size: 8px; font-weight: 900; line-height: 24px; text-align: center; text-transform: uppercase; }
.ha-artifact-preview--campaign-board .ha-artifact-preview__canvas, .ha-artifact-preview--content-calendar .ha-artifact-preview__canvas, .ha-artifact-preview--care-dashboard .ha-artifact-preview__canvas { grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; }
.ha-artifact-preview--campaign-board .ha-artifact-preview__canvas article, .ha-artifact-preview--content-calendar .ha-artifact-preview__canvas article, .ha-artifact-preview--care-dashboard .ha-artifact-preview__canvas article { display: flex; flex-direction: column; align-items: flex-start; }
.ha-artifact-preview--campaign-board .ha-artifact-preview__canvas article::after { content: ""; width: 72%; height: 5px; margin-top: auto; border-radius: 3px; background: var(--ha-journey-accent,var(--ha-blue)); opacity: .65; }
.ha-artifact-preview--content-calendar .ha-artifact-preview__canvas { background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 58px; }
.ha-artifact-preview--content-calendar .ha-artifact-preview__canvas article { min-height: 164px; justify-content: flex-end; }
.ha-artifact-preview--lifecycle-sequence .ha-artifact-preview__canvas, .ha-artifact-preview--commerce-flow .ha-artifact-preview__canvas, .ha-artifact-preview--human-controlled-automation .ha-artifact-preview__canvas { grid-template-columns: repeat(3,minmax(0,1fr)); align-items: center; }
.ha-artifact-preview--lifecycle-sequence .ha-artifact-preview__canvas article, .ha-artifact-preview--commerce-flow .ha-artifact-preview__canvas article, .ha-artifact-preview--human-controlled-automation .ha-artifact-preview__canvas article { min-height: 170px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.ha-artifact-preview--lifecycle-sequence .ha-artifact-preview__canvas article:not(:last-child)::after, .ha-artifact-preview--commerce-flow .ha-artifact-preview__canvas article:not(:last-child)::after, .ha-artifact-preview--human-controlled-automation .ha-artifact-preview__canvas article:not(:last-child)::after { content: ""; width: 12px; height: 2px; position: absolute; top: 50%; right: -12px; background: var(--ha-journey-accent,var(--ha-cyan)); }
.ha-artifact-preview--care-dashboard .ha-artifact-preview__canvas article { min-height: 180px; }
.ha-artifact-preview--care-dashboard .ha-artifact-preview__canvas article::before { content: ""; width: 44px; height: 44px; margin-bottom: 18px; border: 6px solid var(--ha-line); border-top-color: var(--ha-journey-accent,var(--ha-amber)); border-radius: 50%; }
.ha-artifact-preview--human-controlled-automation .ha-artifact-preview__canvas article:nth-child(2) { border-color: var(--ha-journey-accent,var(--ha-cyan)); box-shadow: 0 0 0 3px rgba(139,117,255,.08); }
.ha-artifact-preview__footer { min-height: 48px; padding: 10px 18px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 8px; color: var(--ha-muted); border-top: 1px solid var(--ha-line); font-size: 10px; }
.ha-artifact-preview__footer strong { color: var(--ha-muted-strong); font-size: 10px; }
.ha-service-answers { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: start; gap: 42px; }
.ha-service-related { padding: 23px; border: 1px solid var(--ha-line); border-radius: 8px; background: var(--ha-surface); }
.ha-service-related > span { color: var(--ha-cyan); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.ha-service-related > h2 { margin: 8px 0 17px; color: var(--ha-text); font-size: 21px; line-height: 1.35; }
.ha-service-related > a { min-height: 68px; padding: 12px 0; display: flex; align-items: flex-start; gap: 12px; color: var(--ha-text); border-top: 1px solid var(--ha-line-soft); }
.ha-service-related > a > i { margin-top: 5px; color: var(--ha-cyan); }
.ha-service-related > a > span { display: grid; gap: 3px; }
.ha-service-related strong { font-size: 12px; }
.ha-service-related small { color: var(--ha-muted); font-size: 10px; line-height: 1.45; }

.ha-concept-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ha-concept-card { min-height: 480px; padding: 22px; display: flex; flex-direction: column; border: 1px solid var(--ha-line); border-top: 3px solid var(--ha-journey-accent, var(--ha-cyan)); border-radius: 8px; background: var(--ha-surface); }
.ha-concept-card__label { min-height: 38px; color: var(--ha-muted); font-size: 9px; font-weight: 800; line-height: 1.45; text-transform: uppercase; }
.ha-concept-card > span { margin-top: 19px; color: var(--ha-journey-accent, var(--ha-cyan)); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.ha-concept-card h3 { margin: 7px 0 9px; color: var(--ha-text); font-size: 19px; }
.ha-concept-card p { margin: 0 0 18px; color: var(--ha-muted); font-size: 12px; line-height: 1.7; }
.ha-concept-card > a { min-height: 44px; margin-top: auto; display: flex; align-items: center; gap: 8px; color: var(--ha-journey-accent, var(--ha-cyan)); font-size: 12px; font-weight: 800; }
.ha-concept-preview { height: 176px; padding: 16px; position: relative; border: 1px solid var(--ha-line-soft); border-radius: 6px; background: #081522; overflow: hidden; }
.ha-concept-preview--site > span { height: 54px; display: block; border-radius: 4px; background: linear-gradient(100deg, rgba(68, 215, 232, .25), rgba(77, 150, 255, .08)); }
.ha-concept-preview--site > div { margin-top: 10px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.ha-concept-preview--site b { height: 38px; border: 1px solid var(--ha-line); border-radius: 3px; }
.ha-concept-preview--site > i { width: 64%; height: 5px; margin-top: 12px; display: block; border-radius: 3px; background: var(--ha-line); }
.ha-concept-preview--site > i:last-child { width: 43%; margin-top: 7px; }
.ha-concept-preview--map > span { width: 54px; height: 54px; position: absolute; border: 1px solid var(--ha-journey-accent, var(--ha-green)); border-radius: 50%; background: rgba(69, 211, 155, .06); }
.ha-concept-preview--map > span:nth-child(1) { top: 20px; left: 28px; }
.ha-concept-preview--map > span:nth-child(2) { top: 64px; right: 34px; }
.ha-concept-preview--map > span:nth-child(3) { bottom: 22px; left: 42%; }
.ha-concept-preview--map > i { width: 10px; height: 10px; position: absolute; top: 75px; left: 48%; border-radius: 50%; background: var(--ha-journey-accent, var(--ha-green)); box-shadow: 0 0 0 9px rgba(69, 211, 155, .12); }
.ha-concept-preview--flow, .ha-concept-preview--ai { display: flex; align-items: center; justify-content: center; gap: 8px; }
.ha-concept-preview--flow > span, .ha-concept-preview--ai > span { min-width: 60px; min-height: 48px; display: grid; place-items: center; color: var(--ha-text); border: 1px solid var(--ha-line); border-radius: 5px; font-size: 10px; font-weight: 800; }
.ha-concept-preview--flow > i, .ha-concept-preview--ai > i { width: 26px; height: 1px; position: relative; background: var(--ha-journey-accent, var(--ha-blue)); }
.ha-concept-preview--flow > i::after, .ha-concept-preview--ai > i::after { content: ""; position: absolute; top: -3px; right: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 5px solid var(--ha-journey-accent, var(--ha-blue)); }
.ha-concept-preview--response { display: grid; align-content: center; gap: 10px; }
.ha-concept-preview--response > span { min-height: 32px; padding: 7px 10px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--ha-line); border-radius: 5px; }
.ha-concept-preview--response i { width: 19px; height: 19px; border-radius: 50%; background: rgba(77, 150, 255, .22); }
.ha-concept-preview--response b { width: 65%; height: 5px; border-radius: 3px; background: var(--ha-line); }
.ha-concept-preview--dashboard { display: grid; grid-template-columns: repeat(3, 1fr); align-content: start; gap: 8px; }
.ha-concept-preview--dashboard > span { height: 42px; border: 1px solid var(--ha-line); border-top: 2px solid var(--ha-journey-accent, var(--ha-amber)); border-radius: 4px; }
.ha-concept-preview--dashboard > div { height: 74px; padding: 12px; grid-column: 1 / -1; display: flex; align-items: flex-end; gap: 8px; border: 1px solid var(--ha-line); border-radius: 4px; }
.ha-concept-preview--dashboard i { width: 18%; display: block; border-radius: 2px 2px 0 0; background: rgba(242, 189, 92, .35); }
.ha-concept-preview--dashboard i:nth-child(1) { height: 35%; }
.ha-concept-preview--dashboard i:nth-child(2) { height: 68%; }
.ha-concept-preview--dashboard i:nth-child(3) { height: 48%; }
.ha-concept-preview--dashboard i:nth-child(4) { height: 86%; }

.ha-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ha-resource-card { min-height: 335px; padding: 23px; display: flex; flex-direction: column; color: var(--ha-text); border: 1px solid var(--ha-line); border-radius: 8px; background: var(--ha-surface); }
.ha-resource-card:hover { color: var(--ha-text); border-color: #416d90; transform: translateY(-2px); box-shadow: var(--ha-shadow); }
.ha-resource-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ha-resource-card__top i { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ha-cyan); border-radius: 6px; background: rgba(68, 215, 232, .08); }
.ha-resource-card__top span { color: var(--ha-muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.ha-resource-card h2 { margin: 24px 0 10px; color: var(--ha-text); font-size: 19px; line-height: 1.4; }
.ha-resource-card p { margin: 0 0 22px; color: var(--ha-muted); font-size: 12px; line-height: 1.7; }
.ha-resource-card__meta { margin-top: auto; padding-top: 15px; display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid var(--ha-line-soft); font-size: 11px; }
.ha-resource-card__meta span { color: var(--ha-muted); }
.ha-resource-card__meta strong { color: var(--ha-cyan); }
.ha-resource-tracks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ha-resource-tracks article { min-height: 190px; padding: 21px; border: 1px solid var(--ha-line); border-radius: 8px; background: var(--ha-surface); }
.ha-resource-tracks i { color: var(--ha-cyan); font-size: 19px; }
.ha-resource-tracks h3 { margin: 18px 0 8px; color: var(--ha-text); font-size: 17px; }
.ha-resource-tracks p { margin: 0; color: var(--ha-muted); font-size: 12px; line-height: 1.65; }
.ha-resource-secondary { margin-top: 18px; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 24px; }
.ha-resource-secondary a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: var(--ha-cyan); font-size: 12px; font-weight: 800; }

.ha-guide-meta { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px 20px; color: var(--ha-muted-strong); font-size: 11px; font-weight: 700; }
.ha-guide-meta span { display: inline-flex; align-items: center; gap: 7px; }
.ha-guide-meta i { color: var(--ha-cyan); }
.ha-guide-layout { display: grid; grid-template-columns: minmax(240px, .3fr) minmax(0, .7fr); align-items: start; gap: 54px; }
.ha-guide-toc { position: sticky; top: 22px; padding: 22px; border: 1px solid var(--ha-line); border-radius: 8px; background: var(--ha-surface); }
.ha-guide-toc > span { color: var(--ha-cyan); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.ha-guide-toc h2 { margin: 8px 0 17px; color: var(--ha-text); font-size: 20px; }
.ha-guide-toc nav { display: grid; }
.ha-guide-toc a { min-height: 54px; padding: 10px 0; display: grid; grid-template-columns: 30px minmax(0, 1fr); align-items: center; gap: 10px; color: var(--ha-muted-strong); border-top: 1px solid var(--ha-line-soft); font-size: 11px; font-weight: 700; line-height: 1.45; }
.ha-guide-toc a:hover { color: var(--ha-cyan); }
.ha-guide-toc a span { width: 28px; height: 28px; display: grid; place-items: center; color: #07101c; border-radius: 5px; background: var(--ha-cyan); font-size: 9px; font-weight: 900; }
.ha-guide-body { min-width: 0; }
.ha-guide-lede { margin: 0 0 30px; color: var(--ha-muted-strong); font-size: 19px; line-height: 1.8; }
.ha-guide-map { margin: 0 0 52px; padding: 14px; border: 1px solid var(--ha-line); border-radius: 8px; background: #091522; }
.ha-guide-map img { width: 100%; display: block; }
.ha-guide-map figcaption { padding: 10px 4px 0; color: var(--ha-muted); font-size: 10px; text-align: center; }
.ha-guide-section { position: relative; padding: 0 0 54px; scroll-margin-top: 20px; }
.ha-guide-section__number { color: var(--ha-cyan); font-size: 11px; font-weight: 900; }
.ha-guide-section > h2 { margin: 8px 0 18px; color: var(--ha-text); font-size: 30px; line-height: 1.3; }
.ha-guide-section > p { margin: 0 0 18px; color: var(--ha-muted-strong); font-size: 15px; line-height: 1.85; }
.ha-guide-points { margin-top: 25px; display: grid; gap: 9px; }
.ha-guide-points article { padding: 15px 17px; display: flex; gap: 12px; border: 1px solid var(--ha-line); border-radius: 6px; background: var(--ha-surface); }
.ha-guide-points article > i { margin-top: 4px; color: var(--ha-green); }
.ha-guide-points h3 { margin: 0 0 5px; color: var(--ha-text); font-size: 14px; }
.ha-guide-points p { margin: 0; color: var(--ha-muted); font-size: 12px; line-height: 1.65; }
.ha-guide-checklist { padding: 27px; scroll-margin-top: 20px; border: 1px solid rgba(69, 211, 155, .26); border-radius: 8px; background: rgba(69, 211, 155, .055); }
.ha-guide-checklist > div > span { color: var(--ha-green); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.ha-guide-checklist h2 { margin: 7px 0 21px; color: var(--ha-text); font-size: 25px; }
.ha-guide-checklist ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 18px; list-style: none; }
.ha-guide-checklist li { display: flex; gap: 9px; color: var(--ha-muted-strong); font-size: 12px; line-height: 1.55; }
.ha-guide-checklist li i { margin-top: 3px; color: var(--ha-green); }
.ha-guide-editorial .ha-guide-toc { border-color: #d7e1ec; background: #fff; box-shadow: 0 14px 32px rgba(12, 35, 60, .08); }
.ha-guide-editorial .ha-guide-toc h2,
.ha-guide-editorial .ha-guide-section > h2,
.ha-guide-editorial .ha-guide-points h3,
.ha-guide-editorial .ha-guide-checklist h2 { color: #10243b; }
.ha-guide-editorial .ha-guide-toc a,
.ha-guide-editorial .ha-guide-lede,
.ha-guide-editorial .ha-guide-section > p,
.ha-guide-editorial .ha-guide-points p,
.ha-guide-editorial .ha-guide-checklist li { color: #486077; }
.ha-guide-editorial .ha-guide-toc a { border-color: #e2e9f1; }
.ha-guide-editorial .ha-guide-points article { border-color: #dbe5ef; background: #fff; box-shadow: 0 9px 22px rgba(12, 35, 60, .055); }
.ha-guide-editorial .ha-guide-checklist { border-color: rgba(15, 151, 105, .25); background: #edf9f4; }
.ha-related-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ha-related-guide-grid > a { min-height: 235px; padding: 22px; display: flex; flex-direction: column; color: var(--ha-text); border: 1px solid var(--ha-line); border-radius: 8px; background: var(--ha-surface); }
.ha-related-guide-grid > a:hover { color: var(--ha-text); border-color: #416d90; }
.ha-related-guide-grid span { color: var(--ha-cyan); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.ha-related-guide-grid h3 { margin: 10px 0 8px; color: var(--ha-text); font-size: 18px; }
.ha-related-guide-grid p { margin: 0 0 15px; color: var(--ha-muted); font-size: 12px; line-height: 1.65; }
.ha-related-guide-grid strong { margin-top: auto; color: var(--ha-cyan); font-size: 11px; }
.ha-gone-page { min-height: 64vh; display: flex; align-items: center; }
.ha-gone-panel { padding: 38px; display: grid; grid-template-columns: 140px minmax(0, 1fr); align-items: center; gap: 34px; border: 1px solid var(--ha-line); border-radius: 8px; background: var(--ha-surface); }
.ha-gone-panel__code { color: var(--ha-cyan); font-size: 72px; font-weight: 900; line-height: 1; }
.ha-gone-panel h1 { margin: 11px 0 12px; color: var(--ha-text); font-size: 37px; line-height: 1.2; }
.ha-gone-panel p { max-width: 760px; margin: 0; color: var(--ha-muted); font-size: 15px; line-height: 1.75; }
.ha-gone-links { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.ha-gone-links a { min-height: 42px; padding: 0 13px; display: inline-flex; align-items: center; color: var(--ha-muted-strong); border: 1px solid var(--ha-line); border-radius: 6px; font-size: 11px; font-weight: 800; }
.ha-gone-links a:hover { color: var(--ha-cyan); border-color: var(--ha-cyan); }
.ha-page-visual-callout { margin-bottom: 30px; padding: 22px; display: grid; grid-template-columns: 112px minmax(0, 1fr); align-items: center; gap: 24px; border: 1px solid var(--ha-line); border-radius: 8px; background: var(--ha-surface); }
.ha-page-visual-callout > img { width: 100%; max-height: 112px; object-fit: contain; }
.ha-page-visual-callout .hw-section-title { margin: 7px 0 6px; font-size: 28px; }
.ha-page-visual-callout .hw-section-sub { margin: 0; }

/* Tampa Bay first-client campaign */
.ha-snapshot-hero .hw-growth-hero__inner { max-width: 790px; }
.ha-snapshot-status { padding: 20px 0; border-bottom: 1px solid var(--ha-line-soft); background: #07121e; }
.ha-snapshot-status__inner { min-height: 78px; padding: 16px 18px; display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 15px; border: 1px solid var(--ha-line); border-radius: 7px; background: #0a1927; }
.ha-snapshot-status__inner > i { width: 42px; height: 42px; display: grid; place-items: center; color: #06111d; border-radius: 6px; background: var(--ha-muted); }
.ha-snapshot-status__inner--open > i { background: var(--ha-green); }
.ha-snapshot-status__inner--waitlist > i { background: var(--ha-amber); }
.ha-snapshot-status__inner div { min-width: 0; display: grid; gap: 4px; }
.ha-snapshot-status__inner strong { color: var(--ha-text); font-size: 14px; }
.ha-snapshot-status__inner span { color: var(--ha-muted); font-size: 12px; line-height: 1.55; }
.ha-snapshot-checks { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }
.ha-snapshot-checks article { min-height: 260px; padding: 21px; position: relative; display: flex; flex-direction: column; border: 1px solid var(--ha-line); border-radius: 7px; background: var(--ha-surface); }
.ha-snapshot-checks article > span { position: absolute; top: 17px; right: 17px; color: #526c80; font-size: 10px; font-weight: 900; }
.ha-snapshot-checks article > i { width: 43px; height: 43px; display: grid; place-items: center; color: var(--ha-cyan); border-radius: 6px; background: rgba(68,215,232,.08); font-size: 17px; }
.ha-snapshot-checks article:nth-child(2) > i { color: var(--ha-green); background: rgba(69,211,155,.08); }
.ha-snapshot-checks article:nth-child(3) > i { color: #74a9ff; background: rgba(78,137,232,.1); }
.ha-snapshot-checks article:nth-child(4) > i { color: var(--ha-amber); background: rgba(255,201,104,.09); }
.ha-snapshot-checks article:nth-child(5) > i { color: #ae91f2; background: rgba(128,92,207,.1); }
.ha-snapshot-checks h3 { margin: 23px 0 11px; color: var(--ha-text); font-size: 16px; line-height: 1.35; }
.ha-snapshot-checks p { margin: 0; color: var(--ha-muted); font-size: 12px; line-height: 1.7; }
.ha-snapshot-sample { display: grid; grid-template-columns: minmax(0,.8fr) minmax(440px,1.2fr); align-items: center; gap: 62px; }
.ha-snapshot-sample__copy .hw-section-sub { margin-right: 0; margin-left: 0; }
.ha-snapshot-list { margin: 28px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.ha-snapshot-list li { padding: 14px 0; display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 11px; border-top: 1px solid #d7e1ec; }
.ha-snapshot-list li > i { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; border-radius: 5px; background: #1769d2; font-size: 11px; }
.ha-snapshot-list strong, .ha-snapshot-list small { display: block; }
.ha-snapshot-list strong { color: #142942; font-size: 13px; }
.ha-snapshot-list small { margin-top: 4px; color: #5a7088; font-size: 11px; line-height: 1.55; }
.ha-snapshot-sample__visual { margin: 0; padding: 13px; border: 1px solid #d4dee9; border-radius: 8px; background: #fff; box-shadow: 0 24px 56px rgba(11,35,62,.14); }
.ha-snapshot-sample__visual img { width: 100%; height: auto; display: block; border-radius: 5px; }
.ha-snapshot-sample__visual figcaption { padding: 10px 4px 2px; color: #63778c; font-size: 10px; text-align: center; }
.ha-snapshot-fit { display: grid; grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr); align-items: center; gap: 64px; }
.ha-snapshot-fit .hw-section-sub { margin-right: 0; margin-left: 0; }
.ha-snapshot-fit__grid { display: grid; gap: 12px; }
.ha-snapshot-fit__grid article { padding: 22px; display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 14px; border: 1px solid var(--ha-line); border-radius: 7px; background: var(--ha-surface); }
.ha-snapshot-fit__grid article > i { width: 38px; height: 38px; display: grid; place-items: center; color: #06111d; border-radius: 6px; background: var(--ha-green); }
.ha-snapshot-fit__grid article:last-child > i { color: #fff; background: #8a4b55; }
.ha-snapshot-fit__grid strong { color: var(--ha-text); font-size: 14px; }
.ha-snapshot-fit__grid p { margin: 6px 0 0; color: var(--ha-muted); font-size: 12px; line-height: 1.65; }
.ha-snapshot-process { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; list-style: none; counter-reset: none; }
.ha-snapshot-process li { min-height: 205px; padding: 22px; display: flex; flex-direction: column; border: 1px solid var(--ha-line); border-radius: 7px; background: var(--ha-surface); }
.ha-snapshot-process li > span { width: 34px; height: 34px; display: grid; place-items: center; color: #06111d; border-radius: 6px; background: var(--ha-cyan); font-size: 12px; font-weight: 900; }
.ha-snapshot-process strong { margin-top: 25px; display: block; color: var(--ha-text); font-size: 17px; }
.ha-snapshot-process p { margin: 8px 0 0; color: var(--ha-muted); font-size: 12px; line-height: 1.65; }
.ha-snapshot-proof { display: grid; grid-template-columns: minmax(420px,1.05fr) minmax(0,.95fr); align-items: center; gap: 58px; }
.ha-snapshot-proof__media { padding: 10px; border: 1px solid var(--ha-line); border-radius: 8px; background: var(--ha-surface); box-shadow: var(--ha-shadow); }
.ha-snapshot-proof__media img { width: 100%; height: auto; display: block; border-radius: 5px; }
.ha-snapshot-proof .hw-section-sub { margin-right: 0; margin-left: 0; }
.ha-snapshot-proof .hw-btn { margin-top: 24px; }
.ha-founding-offer { background: #081522; }
.ha-founding-offer__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 11px; }
.ha-founding-offer__grid article { min-height: 305px; padding: 22px; border: 1px solid var(--ha-line); border-radius: 7px; background: var(--ha-surface); }
.ha-founding-offer__grid h3 { margin: 0 0 18px; color: var(--ha-text); font-size: 17px; }
.ha-founding-offer__grid ul { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.ha-founding-offer__grid li { padding-left: 17px; position: relative; color: var(--ha-muted); font-size: 11px; line-height: 1.55; }
.ha-founding-offer__grid li::before { content: ""; width: 6px; height: 6px; position: absolute; top: 6px; left: 0; border-radius: 50%; background: var(--ha-cyan); }
.ha-founding-offer__price { border-color: rgba(68,215,232,.42) !important; background: #0a1e2e !important; }
.ha-founding-offer__price > span, .ha-founding-offer__price > strong, .ha-founding-offer__price > small, .ha-founding-offer__price > em { display: block; }
.ha-founding-offer__price > span { color: var(--ha-cyan); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.ha-founding-offer__price > strong { margin-top: 20px; color: var(--ha-text); font-size: 42px; line-height: 1; }
.ha-founding-offer__price > small { margin-top: 17px; color: var(--ha-muted-strong); font-size: 12px; line-height: 1.65; }
.ha-founding-offer__price > em { margin-top: 22px; padding-top: 15px; color: var(--ha-amber); border-top: 1px solid var(--ha-line); font-size: 10px; font-style: normal; font-weight: 800; line-height: 1.5; }
.ha-snapshot-faqs { max-width: 960px; }
.ha-snapshot-intake { align-items: start; }
.ha-snapshot-form .ha-optional { margin-left: 5px; color: #718198; font-size: 10px; font-weight: 600; }
.ha-snapshot-closed { min-height: 390px; padding: 42px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; border: 1px solid var(--ha-light-line); border-radius: 8px; background: var(--ha-light-surface); box-shadow: var(--ha-shadow-light); }
.ha-snapshot-closed > i { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; border-radius: 7px; background: #486178; }
.ha-snapshot-closed h3 { margin: 24px 0 10px; color: var(--ha-light-text); font-size: 24px; }
.ha-snapshot-closed p { max-width: 560px; margin: 0 0 25px; color: var(--ha-light-muted); font-size: 14px; line-height: 1.7; }

@media (max-width: 1199px) {
    .ha-nav { display: none; }
    .ha-native-shortcuts { display: none; }
    .ha-header__actions { margin-left: auto; }
    .ha-header__actions .ha-button { display: none; }
    .ha-mobile-toggle { display: grid; }
    .hw-card-grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .hw-trust-strip-inner { grid-template-columns: repeat(3,1fr); padding: 16px 0; }
    .hw-page-hero::after { width: 44vw; opacity: .48; }
    .hw-capability-grid--five { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .hw-growth-plans { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .ha-home-journeys { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .ha-journey-services { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ha-service-operating-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ha-flagship-grid, .ha-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ha-concept-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ha-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ha-snapshot-checks { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .ha-founding-offer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ha-hero-ui, .ha-work-hero-collage, .ha-resource-hero-covers, .ha-finder-hero-preview, .ha-pricing-hero-preview, .ha-about-growth-visual { display: none; }
}

@media (min-width: 1200px) {
    .ha-system-nav .navbar-toggler { display: none; }
}

@media (max-width: 991px) {
    .hw-hero { min-height: auto; padding: 70px 0; }
    .hw-hero-title { font-size: 46px; }
    .hw-card-grid-3, .ha-grid-3, .hw-info-grid, .hw-pricing-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .hw-cro-launch-card { grid-template-columns: 1fr; }
    .hw-tld-pills { grid-template-columns: repeat(4,1fr); }
    .ha-final-cta__inner { grid-template-columns: 1fr; gap: 24px; }
    .ha-footer__grid { grid-template-columns: repeat(2,1fr); gap: 28px; }
    .ha-footer__brand { grid-column: 1 / -1; }
    .hw-page-hero::after { opacity: .2; }
    .hw-growth-hero { min-height: 540px; padding: 76px 0 68px; }
    .hw-growth-intro, .hw-delivery-layout, .hw-standards-layout { grid-template-columns: 1fr; gap: 32px; }
    .hw-capability-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .hw-capability-grid--five { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .hw-growth-cta__inner { grid-template-columns: 1fr; gap: 28px; }
    .ha-proposal-layout { grid-template-columns: 1fr; gap: 38px; }
    .ha-proposal-context { position: static; }
    .hw-case-feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .hw-case-intro { grid-template-columns: 1fr; gap: 28px; }
    .hw-care-price-row { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ha-journey-fit, .ha-proof-band, .ha-home-service-system, .ha-finder-result, .ha-finder-layout { grid-template-columns: 1fr; gap: 32px; }
    .ha-finder-context { position: static; }
    .ha-proof-band__actions { justify-content: flex-start; }
    .ha-home-path-grid, .ha-outcome-grid, .ha-modern-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ha-home-journeys { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ha-home-system__grid, .ha-service-story__grid, .ha-service-proof__grid, .ha-service-answers { grid-template-columns: 1fr; gap: 34px; }
    .ha-guide-layout { grid-template-columns: 1fr; gap: 34px; }
    .ha-guide-toc { position: static; }
    .ha-resource-tracks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ha-service-delivery__grid, .ha-process-line, .ha-outcome-row { grid-template-columns: 1fr; }
    .ha-service-delivery__grid article { min-height: auto; }
    .ha-snapshot-sample, .ha-snapshot-fit, .ha-snapshot-proof { grid-template-columns: 1fr; gap: 36px; }
    .ha-snapshot-sample__visual, .ha-snapshot-proof__media { max-width: 760px; }
    .ha-snapshot-process { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px) {
    .ha-case-gallery { grid-template-columns: 1fr; gap: 14px; }
    .ha-case-gallery .hw-case-media:first-child { grid-column: auto; }
    :root { --ha-header-height: 66px; }
    .container { max-width: 100%; }
    .ha-announcement .container { min-height: 42px; padding-top: 6px; padding-bottom: 6px; flex-wrap: wrap; gap: 4px 8px; }
    .ha-header__inner { gap: 10px; }
    .ha-logo img { width: 142px; }
    .ha-icon-button { width: 42px; height: 42px; }
    .ha-account-current > span { display: none; }
    .ha-account-bar__inner { min-height: 40px; }
    .hw-section { padding: 68px 0; }
    .hw-section-sm { padding: 50px 0; }
    .hw-section-title, .ha-marketing-main h2 { font-size: 31px; }
    .hw-section-sub { font-size: 15px; line-height: 1.65; }
    .hw-section-header { margin-bottom: 30px; }
    .hw-hero { padding: 58px 0 48px; }
    .hw-hero-title { font-size: 36px; line-height: 1.12; }
    .hw-hero-title br { display: none; }
    .hw-hero-sub { margin-top: 18px; font-size: 16px; line-height: 1.65; }
    .hw-hero-actions { display: grid; }
    .hw-hero-actions .hw-btn { width: 100%; }
    .hw-page-hero { min-height: 360px; padding: 62px 0 54px; }
    .hw-page-hero-title { max-width: 100%; font-size: 36px; }
    .hw-page-hero-sub { max-width: 100%; font-size: 16px; }
    .hw-page-hero::after { display: none; }
    .hw-card-grid-4, .hw-card-grid-3, .ha-grid-3, .hw-info-grid, .hw-pricing-grid, .hw-stats-grid, .hw-stats-row, .hw-steps-grid, .hw-steps-grid-3, .hw-testimonials-grid { grid-template-columns: 1fr; }
    .hw-growth-hero { min-height: auto; padding: 46px 0 28px; background-position: 68% center; }
    .hw-growth-hero::before { background: rgba(4,10,18,.88); }
    .hw-growth-hero__facts { display: grid; gap: 10px; }
    .ha-service-hero .hw-growth-hero__inner { padding-left: 18px; }
    .hw-growth-intro p { font-size: 15px; }
    .hw-capability-grid, .hw-capability-grid--five, .hw-growth-plans { grid-template-columns: 1fr; }
    .hw-capability-item { min-height: auto; }
    .hw-growth-plans .hw-plan-features { min-height: 0; }
    .hw-catalog-status { grid-template-columns: auto minmax(0,1fr); }
    .hw-catalog-status .hw-btn { grid-column: 1 / -1; }
    .ha-proposal-form { padding: 22px; }
    .ha-form-grid, .ha-check-grid { grid-template-columns: 1fr; }
    .ha-form-submit { align-items: stretch; flex-direction: column; }
    .ha-form-submit .hw-btn { width: 100%; }
    .hw-work-grid, .hw-case-feature-grid { grid-template-columns: 1fr; }
    .hw-work-card__body p { min-height: 0; }
    .hw-case-feature-grid article { min-height: 0; }
    .hw-care-price-row { grid-template-columns: 1fr; }
    .hw-product-card { min-height: auto; }
    .hw-domain-search-bar { display: grid; }
    .hw-domain-search-bar input, .hw-domain-search-bar button { width: 100%; }
    .hw-tld-pills { grid-template-columns: repeat(2,1fr); }
    .hw-cro-flow { grid-template-columns: 1fr; }
    .hw-cro-launch-copy { display: block; }
    .hw-cro-launch-art { margin-bottom: 14px; }
    .hw-operation-signals { grid-template-columns: 1fr; }
    .hw-article-layout article, .hw-announcement-article-body, .hw-support-form-wrap { padding: 22px; }
    .ha-final-cta h2 { font-size: 29px; }
    .ha-footer__grid { grid-template-columns: repeat(2,1fr); }
    .ha-footer__brand { grid-column: 1 / -1; }
    .ha-footer__bottom, .ha-footer__native-inner { align-items: flex-start; flex-direction: column; }
    .ha-native-main { padding: 26px 0 48px; }
    .ha-native-contact-choices { grid-template-columns: 1fr; }
    .ha-native-main .primary-content, .ha-native-main .col-lg-8, .ha-native-main .col-xl-9 { min-width: 0; }
    .ha-native-main .table-container, .ha-native-main .table-responsive { overflow-x: auto; }
    .ha-native-main .btn { white-space: normal; }
    .ha-native-main .col-form-label, .ha-native-main .control-label { text-align: left !important; }
    .ha-cart-confidence { grid-template-columns: 1fr; }
    .ha-journey-band { overflow: visible; }
    .ha-journey-band__inner { width: auto; min-width: 0; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ha-journey-band a { min-height: 56px; }
    .ha-journey-band a:last-child { grid-column: 1 / -1; }
    .ha-audience-list, .ha-home-path-grid, .ha-home-journeys, .ha-outcome-grid, .ha-journey-services, .ha-modern-grid, .ha-service-operating-grid, .ha-scope-grid, .ha-trade-grid, .ha-finder-options { grid-template-columns: 1fr; }
    .ha-home-journey-strip { grid-template-columns: repeat(2,minmax(0,1fr)); overflow: visible; }
    .ha-home-journey-strip .hw-trust-band-item { min-height: 54px; }
    .ha-home-journey-strip .hw-trust-band-item:last-child { grid-column: 1 / -1; }
    .ha-home-services-callout { align-items: flex-start; flex-direction: column; }
    .ha-home-services-callout .hw-btn { width: 100%; }
    .ha-home-service-promise h2 { font-size: 27px; }
    .ha-home-journey-grid > a { grid-template-columns: 42px minmax(0,1fr); }
    .ha-home-journey-grid em { grid-column: 2; text-align: left; }
    .ha-home-service-system { grid-template-columns: 1fr; }
    .ha-flagship-grid, .ha-process-grid, .ha-foundation-grid { grid-template-columns: 1fr; }
    .ha-concept-grid { grid-template-columns: 1fr; }
    .ha-resource-grid, .ha-resource-tracks, .ha-related-guide-grid { grid-template-columns: 1fr; }
    .ha-resource-card { min-height: auto; }
    .ha-snapshot-status__inner { grid-template-columns: 42px minmax(0,1fr); }
    .ha-snapshot-status__inner .hw-btn { grid-column: 1 / -1; width: 100%; }
    .ha-snapshot-checks, .ha-snapshot-process, .ha-founding-offer__grid { grid-template-columns: 1fr; }
    .ha-snapshot-checks article, .ha-snapshot-process li, .ha-founding-offer__grid article { min-height: auto; }
    .ha-snapshot-sample { gap: 28px; }
    .ha-snapshot-proof { gap: 28px; }
    .ha-snapshot-closed { min-height: 0; padding: 26px; }
    .ha-guide-checklist ul { grid-template-columns: 1fr; }
    .ha-guide-lede { font-size: 17px; }
    .ha-guide-section > h2 { font-size: 27px; }
    .ha-gone-panel { padding: 25px; grid-template-columns: 1fr; gap: 18px; }
    .ha-gone-panel__code { font-size: 54px; }
    .ha-gone-panel h1 { font-size: 30px; }
    .ha-page-visual-callout { grid-template-columns: 1fr; }
    .ha-page-visual-callout > img { width: 88px; }
    .ha-foundation-grid article, .ha-flagship-card, .ha-process-grid article { min-height: auto; }
    .ha-artifact-preview__footer { grid-template-columns: auto 1fr; }
    .ha-artifact-preview__canvas, .ha-artifact-preview--website-blueprint .ha-artifact-preview__canvas, .ha-artifact-preview--local-map .ha-artifact-preview__canvas, .ha-artifact-preview--campaign-board .ha-artifact-preview__canvas, .ha-artifact-preview--content-calendar .ha-artifact-preview__canvas, .ha-artifact-preview--lifecycle-sequence .ha-artifact-preview__canvas, .ha-artifact-preview--commerce-flow .ha-artifact-preview__canvas, .ha-artifact-preview--care-dashboard .ha-artifact-preview__canvas, .ha-artifact-preview--human-controlled-automation .ha-artifact-preview__canvas { grid-template-columns: 1fr; }
    .ha-artifact-preview--website-blueprint .ha-artifact-preview__canvas article:first-child { grid-column: auto; max-width: none; }
    .ha-artifact-preview--website-blueprint .ha-artifact-preview__canvas::before, .ha-artifact-preview--lifecycle-sequence .ha-artifact-preview__canvas article::after, .ha-artifact-preview--commerce-flow .ha-artifact-preview__canvas article::after, .ha-artifact-preview--human-controlled-automation .ha-artifact-preview__canvas article::after { display: none; }
    .ha-artifact-preview--local-map .ha-artifact-preview__canvas article, .ha-artifact-preview--campaign-board .ha-artifact-preview__canvas article, .ha-artifact-preview--content-calendar .ha-artifact-preview__canvas article, .ha-artifact-preview--lifecycle-sequence .ha-artifact-preview__canvas article, .ha-artifact-preview--commerce-flow .ha-artifact-preview__canvas article, .ha-artifact-preview--care-dashboard .ha-artifact-preview__canvas article, .ha-artifact-preview--human-controlled-automation .ha-artifact-preview__canvas article { min-height: 116px; }
    .ha-finder-result__main h2 { font-size: 29px; }
    .ha-finder-form { padding: 20px; }
    .ha-finder-step legend { font-size: 19px; }
    .ha-finder-controls { align-items: stretch; flex-direction: column-reverse; }
    .ha-finder-controls .hw-btn { width: 100%; margin-left: 0; }
    .ha-consent-banner { right: 10px; bottom: 10px; left: 10px; padding: 17px; grid-template-columns: 1fr; gap: 15px; }
    .ha-consent-banner__actions { display: grid; grid-template-columns: 1fr 1fr; }
    .ha-consent-banner__actions .ha-button { width: 100%; }
}

@media (max-width: 420px) {
    .ha-logo img { width: 126px; }
    .ha-header__actions { gap: 5px; }
    .ha-header__actions .ha-icon-button { display: none; }
    .hw-hero-title, .hw-page-hero-title { font-size: 32px; }
    .hw-section-title, .ha-marketing-main h2 { font-size: 28px; }
    .hw-product-card, .hw-feature-card, .hw-info-card, .hw-plan-card, .ha-price-card { padding: 20px; }
    .ha-footer__grid { grid-template-columns: 1fr; }
    .ha-footer__brand { grid-column: auto; }
    .ha-consent-banner__actions { grid-template-columns: 1fr; }
    .ha-foundation-grid article { padding: 20px; grid-template-columns: 42px minmax(0, 1fr); }
    .ha-foundation-grid__icon { width: 42px; height: 42px; }
    .ha-foundation-grid .hw-btn { grid-column: 1 / -1; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .hw-reveal { opacity: 1; transform: none; }
}
