
:root {--hh-text: #ffffff;--hh-success: #218838;--hh-text-muted: #cccccc;--hh-bg: rgb(0,0,0);--hh-primary: #0056b3;--hh-bg-card: #1a1a1a;--hh-bg-card-alt: #2a2a2a;--hh-success-dark: #1e7e34;--hh-primary-dark: #004085;--hh-border: #333333;--hh-radius: 12px;--hh-accent: rgba(76,175,80,1)}

* { box-sizing: border-box; }
html {scroll-behavior: smooth;overflow-x: hidden}
body.hh-body {color: var(--hh-text);background: var(--hh-bg);font-family: Arial, Helvetica, sans-serif;margin: 0;line-height: 1.6;overflow-x: hidden;visibility:visible;pointer-events:auto;user-select:auto;outline-offset:0}
img {display: block;height: auto;max-width: 100%}
a {color: inherit;text-decoration: none}
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;margin: 0 auto;max-width: 1100px}


.hh-btn {cursor: pointer;padding: 10px 22px;border-radius: 5px;display: inline-block;border: none;font-size: 16px;text-align: center}
.hh-btn--primary {background: var(--hh-primary);color: #fff}
.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 {font-size: 18px;padding: 14px 32px}


.hh-mast {top: 0;position: sticky;z-index: 1000;background: #0a0a0a;border-bottom: 1px solid var(--hh-border)}
.hh-mast__row {align-items: center;justify-content: space-between;padding: 14px 20px;display: flex;gap: 20px}
.hh-mast__logo {display: flex;align-items: center}
.hh-mast__logo img { border-radius: 50%; }
.hh-mast__logo-text {color: var(--hh-text);font-weight: 700;font-size: 1.3em}
.hh-nav {flex: 1;justify-content: center;gap: 20px;display: flex}
.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 {display: flex;gap: 10px}
.hh-mob-menu {background: #0a0a0a;flex-direction: column;padding: 20px;gap: 16px;border-top: 1px solid var(--hh-border);display: none}
.hh-mob-menu.is-open { display: flex; }
.hh-mob-menu nav {flex-direction: column;display: flex;gap: 14px}
.hh-mob-menu a {font-weight: 600;color: var(--hh-text-muted)}
.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 {gap: 8px;font-size: 0.85em;list-style: none;display: flex;color: var(--hh-text-muted)}
.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 {text-align: center;padding: 50px 0}
.hh-hero--page h1 { font-size: 2em; }
.hh-hero h1 {font-size: 2.4em;margin-bottom: 0.4em}
.hh-hero__lead {margin: 0 auto 1.5em;max-width: 720px;font-size: 1.15em}
.hh-hero__badges {gap: 10px;display: flex;margin-bottom: 20px;flex-wrap: wrap;justify-content: center}
.hh-badge {font-size: 0.85em;color: var(--hh-text);border: 1px solid var(--hh-border);background: var(--hh-bg-card);padding: 6px 14px;border-radius: 20px}
.hh-hero__image {max-width: 420px;margin: 24px auto}
.hh-hero__image img {border-radius: 20px;margin: 0 auto}
.hh-cta-row {display: flex;margin-top: 20px;flex-wrap: wrap;justify-content: center;gap: 16px}


.hh-prose { color: var(--hh-text-muted); }
.hh-prose--center {text-align: center;max-width: 760px;margin: 0 auto}
.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 {color: rgb(255,255,255);margin: 0}
.hh-band--cta { padding: 40px 0; }


.hh-section { padding: 60px 0; }
.hh-section--prose {padding: 40px 0;text-align: center}
.hh-section__title {margin-bottom: 20px;text-align: center;font-size: 1.8em}
.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 {border-radius: 16px;margin: 0 auto;max-width: 100%}


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


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


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


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


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


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


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


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


.hh-access {background: #0a0a0a;padding: 30px 0}
.hh-access__row {gap: 20px;align-items: center;justify-content: center;display: flex}
.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);padding: 40px 0;border-top: 1px solid var(--hh-border)}
.hh-footer__grid {gap: 30px;grid-template-columns: 1.2fr 1fr 1fr;display: grid}
.hh-footer__copy, .hh-footer__warn { font-size: 0.85em; }
.hh-linkstack {display: flex;flex-direction: column;gap: 8px}
.hh-linkstack a { color: var(--hh-text-muted); }
.hh-linkstack a:hover { color: var(--hh-accent); }
.hh-footer__meta {gap: 8px;display: flex;color: var(--hh-text-muted);font-size: 0.85em;flex-direction: column}
.hh-footer__meta a { color: var(--hh-text-muted); }


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


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


.hh-footer__logo {width: auto;max-width: 200px;object-fit: contain;height: 80px}
@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 {flex-direction: column;display: flex;gap: 5px} }
.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 {background: var(--hh-text);width: 24px;height: 2px;display: block;transition: transform 0.2s ease, opacity 0.2s ease}
@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']){z-index:1;position:relative;overflow:visible}
: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']){word-break:break-word;overflow-wrap:anywhere}
@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']){display:grid !important;grid-template-columns:1fr !important;gap:16px !important;align-items:start !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){gap:10px;text-align:left;align-items:flex-start;display:flex;flex-direction:column}
  :where([class*='footer__brand']){max-width:110px;max-height:110px;float:none !important;clear:both;margin-bottom:12px}
}


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