
:root {--hh-primary: rgba(0,86,179,1);--hh-border: #333333;--hh-radius: 12px;--hh-success: rgba(33,136,56,1);--hh-bg: #000000;--hh-primary-dark: #004085;--hh-accent: #4CAF50;--hh-success-dark: #1e7e34;--hh-text: #ffffff;--hh-bg-card: rgba(26,26,26,1);--hh-text-muted: #cccccc;--hh-bg-card-alt: #2a2a2a}

* { box-sizing: border-box; }
html {scroll-behavior: smooth;overflow-x: hidden}
body.hh-body {background: var(--hh-bg);line-height: 1.6;color: var(--hh-text);margin: 0;overflow-x: hidden;font-family: Arial, Helvetica, sans-serif;user-select:auto;pointer-events:auto;outline-offset:0;isolation:auto}
img {max-width: 100%;display: block;height: auto}
a {text-decoration: none;color: inherit}
ul, ol {padding: 0;margin: 0}
h1, h2, h3, h4 { margin: 0 0 0.5em; }
p {color: var(--hh-text-muted);margin: 0 0 1em}

.hh-wrap {padding: 0 20px;max-width: 1100px;margin: 0 auto}


.hh-btn {border-radius: 5px;font-size: 16px;display: inline-block;text-align: center;border: none;padding: 10px 22px;cursor: pointer}
.hh-btn--primary {color: #fff;background: var(--hh-primary)}
.hh-btn--primary:hover { background: var(--hh-primary-dark); }
.hh-btn--success {background: var(--hh-success);color: #fff}
.hh-btn--success:hover { background: var(--hh-success-dark); }
.hh-btn--lg {padding: 14px 32px;font-size: 18px}


.hh-mast {border-bottom: 1px solid var(--hh-border);top: 0;z-index: 1000;position: sticky;background: #0a0a0a}
.hh-mast__row {padding: 14px 20px;gap: 20px;align-items: center;justify-content: space-between;display: flex}
.hh-mast__logo {display: flex;align-items: center}
.hh-mast__logo img { border-radius: 50%; }
.hh-mast__logo-text {color: var(--hh-text);font-size: 1.3em;font-weight: 700}
.hh-nav {gap: 20px;display: flex;justify-content: center;flex: 1}
.hh-nav a {font-weight: 600;color: var(--hh-text-muted)}
.hh-nav a:hover, .hh-nav a.hh-is-current { color: var(--hh-accent); }
.hh-mast__ctas {gap: 10px;display: flex}
.hh-mob-menu {border-top: 1px solid var(--hh-border);padding: 20px;flex-direction: column;display: none;background: #0a0a0a;gap: 16px}
.hh-mob-menu.is-open { display: flex; }
.hh-mob-menu nav {flex-direction: column;gap: 14px;display: flex}
.hh-mob-menu a {color: var(--hh-text-muted);font-weight: 600}
.hh-mob-menu a.hh-is-current { color: var(--hh-accent); }
.hh-mob-menu__ctas {gap: 10px;display: flex}


.hh-breadcrumb {padding: 10px 0;border-bottom: 1px solid var(--hh-border)}
.hh-breadcrumb ol {list-style: none;color: var(--hh-text-muted);display: flex;font-size: 0.85em;gap: 8px}
.hh-breadcrumb a { color: var(--hh-text-muted); }
.hh-breadcrumb a:hover { color: var(--hh-accent); }
.hh-breadcrumb li:not(:last-child)::after {margin-left: 8px;content: '/'}


.hh-hero {padding: 50px 0;text-align: center}
.hh-hero--page h1 { font-size: 2em; }
.hh-hero h1 {margin-bottom: 0.4em;font-size: 2.4em}
.hh-hero__lead {max-width: 720px;margin: 0 auto 1.5em;font-size: 1.15em}
.hh-hero__badges {flex-wrap: wrap;gap: 10px;justify-content: center;display: flex;margin-bottom: 20px}
.hh-badge {border: 1px solid var(--hh-border);font-size: 0.85em;padding: 6px 14px;border-radius: 20px;color: var(--hh-text);background: var(--hh-bg-card)}
.hh-hero__image {max-width: 420px;margin: 24px auto}
.hh-hero__image img {margin: 0 auto;border-radius: 20px}
.hh-cta-row {margin-top: 20px;justify-content: center;gap: 16px;display: flex;flex-wrap: wrap}


.hh-prose { color: var(--hh-text-muted); }
.hh-prose--center {margin: 0 auto;max-width: 760px;text-align: center}
.hh-prose--narrow {max-width: 800px;margin: 0 auto}
.hh-prose--narrow p { font-size: 1.05em; }
.hh-prose__accent {font-weight: bold;color: var(--hh-accent)}
.hh-rich { color: var(--hh-text-muted); }


.hh-band {padding: 14px 0;text-align: center}
.hh-band--primary { background: var(--hh-primary); }
.hh-band__title {margin: 0;color: rgba(255,255,255,1)}
.hh-band--cta { padding: 40px 0; }


.hh-section { padding: 60px 0; }
.hh-section--prose {padding: 40px 0;text-align: center}
.hh-section__title {text-align: center;font-size: 1.8em;margin-bottom: 20px}
.hh-section__title--center { text-align: center; }
.hh-section__subtitle {color: var(--hh-text-muted);text-align: center;margin-bottom: 30px}
.hh-section__image {margin: 20px 0;text-align: center}
.hh-section__image img {margin: 0 auto;max-width: 100%;border-radius: 16px}


.hh-grid {gap: 26px;margin-top: 30px;display: grid}
.hh-grid--3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.hh-method-card {border: 2px solid var(--hh-border);padding: 28px;border-radius: var(--hh-radius);background: var(--hh-bg-card);transition: transform 0.2s ease, border-color 0.2s ease;text-align: center}
.hh-method-card:hover {transform: translateY(-5px);border-color: var(--hh-primary)}
.hh-method-card__icon {font-size: 44px;margin-bottom: 16px}
.hh-method-card h3 {font-size: 1.2em;color: var(--hh-text)}
.hh-method-card__details {padding: 14px;font-size: 0.85em;margin: 14px 0;text-align: left;background: var(--hh-bg-card-alt);border-radius: 8px}
.hh-method-card__details p {color: var(--hh-text);margin-bottom: 4px}
.hh-method-card .hh-btn { margin-top: 10px; }


.hh-callout {margin: 30px 0;text-align: center;border-radius: var(--hh-radius);padding: 32px;background: var(--hh-bg-card-alt)}
.hh-callout h3 { color: var(--hh-accent); }
.hh-callout--details {margin-right: auto;max-width: 500px;margin-left: auto;text-align: left}


.hh-steps-box {background: var(--hh-bg-card-alt);border-radius: var(--hh-radius);margin: 20px 0;padding: 32px}
.hh-steps-box h3 {margin-bottom: 20px;text-align: center;color: var(--hh-accent)}
.hh-steps {margin: 0 auto;max-width: 700px;list-style: decimal;padding-left: 22px}
.hh-steps li {color: var(--hh-text-muted);margin-bottom: 12px}


.hh-stats {text-align: center;gap: 20px;display: grid;grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))}
.hh-stat__value {color: var(--hh-accent);display: block;font-size: 1.8em;font-weight: 700}
.hh-stat__label {color: var(--hh-text-muted);font-size: 0.9em;display: block}
.hh-payments {flex-wrap: wrap;justify-content: center;list-style: none;gap: 12px;display: flex}
.hh-payments li {background: var(--hh-bg-card);padding: 8px 18px;border: 1px solid var(--hh-border);border-radius: 20px}


.hh-testimonial {background: var(--hh-bg-card);padding: 24px;border-radius: var(--hh-radius)}
.hh-testimonial cite {font-style: normal;display: block;color: var(--hh-accent);margin-top: 10px}


.hh-contact-split {gap: 40px;display: grid;grid-template-columns: 1fr 1fr;align-items: center}
.hh-contact-info p { color: var(--hh-text-muted); }
.hh-contact-image img {margin: 0 auto;border-radius: var(--hh-radius)}
.hh-contact-map {border-radius: var(--hh-radius);overflow: hidden}
.hh-ratio-16x9 {position: relative;width: 100%;padding-top: 56.25%}
.hh-ratio-16x9 iframe {top: 0;border: 0;width: 100%;height: 100%;left: 0;position: absolute}


.hh-hero__row {align-items: center;display: grid;grid-template-columns: 1fr 1fr;gap: 40px}
.hh-hero__col--media {display: flex;flex-direction: column;gap: 16px;align-items: center}


.hh-faq-container {margin: 0 auto;flex-direction: column;max-width: 800px;gap: 16px;display: flex}
.hh-faq-item {background-color: var(--hh-bg-card);border-radius: 8px;padding: 20px;border: 1px solid var(--hh-border)}
.hh-faq-question {gap: 12px;display: flex;font-size: 1.25rem;align-items: center;font-weight: 600;justify-content: space-between;color: var(--hh-text);margin-bottom: 10px}
.hh-faq-question h3 {font-size: inherit;margin: 0;font-weight: inherit}
.hh-faq-icon {color: var(--hh-text-muted);flex-shrink: 0}
.hh-faq-answer, .hh-faq-answer p {margin: 0;line-height: 1.6;color: var(--hh-text-muted)}


.hh-access {padding: 30px 0;background: #0a0a0a}
.hh-access__row {justify-content: center;align-items: center;display: flex;gap: 20px}
.hh-access__links { text-align: center; }
.hh-access__links h4 { margin-bottom: 10px; }
.hh-access__links .hh-btn { margin: 0 4px; }
.hh-footer {background: rgb(0,0,0);border-top: 1px solid var(--hh-border);padding: 40px 0}
.hh-footer__grid {gap: 30px;display: grid;grid-template-columns: 1.2fr 1fr 1fr}
.hh-footer__copy, .hh-footer__warn { font-size: 0.85em; }
.hh-linkstack {display: flex;gap: 8px;flex-direction: column}
.hh-linkstack a { color: var(--hh-text-muted); }
.hh-linkstack a:hover { color: var(--hh-accent); }
.hh-footer__meta {flex-direction: column;color: var(--hh-text-muted);gap: 8px;display: flex;font-size: 0.85em}
.hh-footer__meta a { color: var(--hh-text-muted); }


.sf-sticky-cta {left: 0;bottom: 0;background: #0a0a0a;position: fixed;padding: 12px 20px;z-index: 900;gap: 14px;display: flex;align-items: center;border-top: 1px solid var(--hh-border);right: 0;justify-content: space-between}
.sf-sticky-cta__meta {min-width: 0;display: flex;flex-direction: column;font-size: 0.85em;overflow: hidden;color: var(--hh-text-muted)}
.sf-sticky-cta__meta strong {white-space: nowrap;text-overflow: ellipsis;color: var(--hh-text);overflow: hidden}
.sf-sticky-cta__meta span {white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
.sf-sticky-cta__button {white-space: nowrap;padding: 10px 22px;background: var(--hh-success);border-radius: 6px;color: #fff;font-weight: 700;flex-shrink: 0}
@media (max-width: 480px) {
  .sf-sticky-cta {gap: 8px;padding: 10px 12px}
  .sf-sticky-cta__meta span { display: none; }
  .sf-sticky-cta__button {padding: 9px 16px;font-size: 0.9em}
}


.hh-hero__logo-h img {max-height: 70px;max-width: 300px;height: auto;object-fit: contain;width: auto}
.hh-hero__logo-sq img {height: 220px;object-fit: contain;width: 220px}
@media (max-width: 768px) { .hh-hero__logo-h img {max-height: 54px;max-width: 220px} .hh-hero__logo-sq img {width: 180px;height: 180px} }


.hh-footer__logo {width: auto;max-width: 200px;height: 80px;object-fit: contain}
@media (max-width: 768px) { .hh-footer__logo { height: 64px; } }


.hh-menu-btn { display: none; }
@media (max-width: 768px) { .hh-nav { display: none; } .hh-mast__ctas { display: none; } .hh-menu-btn {display: flex;gap: 5px;flex-direction: column} }
.hh-menu-btn[aria-expanded=true] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hh-menu-btn[aria-expanded=true] span:nth-child(2) { opacity: 0; }
.hh-menu-btn[aria-expanded=true] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.hh-menu-btn span {transition: transform 0.2s ease, opacity 0.2s ease;height: 2px;display: block;background: var(--hh-text);width: 24px}
@media (max-width: 768px) { .hh-grid--3, .hh-grid--2 { grid-template-columns: 1fr; } .hh-imgrid { grid-template-columns: 1fr; } .hh-hero__actions { flex-direction: column; } .hh-footer__grid {gap: 22px;grid-template-columns: 1fr} }

@media (max-width: 768px) {
  .hh-contact-split { grid-template-columns: 1fr; }
  .hh-hero__row { grid-template-columns: 1fr; }
  .hh-hero h1 { font-size: 1.7em; }
  .hh-section { padding: 40px 0; }
}


.hh-main { display: block; }
:where(footer,[class*='-footer']){overflow:visible;position:relative;z-index:1}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){min-width:0}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar'])>*{max-width:100%;min-width:0}
:where([class*='footer__brandblock'],[class*='footer__summary'],[class*='footer__meta'],[class*='footer__copy'],[class*='footer__warn'],[class*='linkstack']){overflow-wrap:anywhere;word-break:break-word}
@media(max-width:760px){
  .sf-has-sticky-cta :where([class*='-shell']),.sf-has-sticky-cta main{padding-bottom:calc(140px + env(safe-area-inset-bottom,0px)) !important}
  .sf-has-sticky-cta main~footer,.sf-has-sticky-cta :where(footer,[class$='-footer']){padding-bottom:calc(112px + env(safe-area-inset-bottom,0px)) !important}
  :where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){grid-template-columns:1fr !important;gap:16px !important;align-items:start !important;display:grid !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){align-items:flex-start;flex-direction:column;text-align:left;gap:10px;display:flex}
  :where([class*='footer__brand']){float:none !important;max-height:110px;max-width:110px;clear:both;margin-bottom:12px}
}


.sf-related-articles{border:1px solid rgba(148,163,184,.24);margin:clamp(28px,5vw,56px) auto;border-radius:24px;box-shadow:0 16px 45px rgba(15,23,42,.08);max-width:1120px;background:rgba(255,255,255,.06);padding:clamp(18px,3vw,28px)}
.sf-related-articles h2{line-height:1.2;font-size:clamp(1.35rem,2.5vw,2rem);margin:0 0 8px}
.sf-related-articles>p{margin:0 0 18px;opacity:.78;line-height:1.65}
.sf-related-articles__list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:0;gap:14px;padding:0}
.sf-related-articles__item{padding:0;list-style:none;margin:0}
.sf-related-articles__link{min-height:100%;background:rgba(255,255,255,.08);text-decoration:none;border-radius:18px;gap:7px;transition:transform .18s ease,border-color .18s ease,background .18s ease;padding:16px;border:1px solid rgba(148,163,184,.18);color:inherit;display:flex;flex-direction:column}
.sf-related-articles__link:hover{border-color:rgba(59,130,246,.45);background:rgba(255,255,255,.13);transform:translateY(-2px)}
.sf-related-articles__type{border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;background:rgba(59,130,246,.14);opacity:.88;text-transform:uppercase;padding:3px 9px;width:max-content;color:inherit}
.sf-related-articles strong{line-height:1.35;font-size:1rem}
.sf-related-articles small{font-size:.88rem;opacity:.72;line-height:1.45}
@media(max-width:640px){.sf-related-articles{border-radius:18px;margin:28px 12px;padding:16px}.sf-related-articles__list{grid-template-columns:1fr}.sf-related-articles__link{padding:14px}}
