
:root {--hh-border: rgba(51,51,51,1);--hh-radius: 12px;--hh-primary: #0056b3;--hh-text: rgba(255,255,255,1);--hh-bg: #000000;--hh-bg-card: #1a1a1a;--hh-accent: #4CAF50;--hh-success: #218838;--hh-success-dark: rgb(30,126,52);--hh-primary-dark: #004085;--hh-bg-card-alt: #2a2a2a;--hh-text-muted: #cccccc}

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


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


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


.hh-breadcrumb {padding: 10px 0;border-bottom: 1px solid var(--hh-border)}
.hh-breadcrumb ol {list-style: none;display: flex;gap: 8px;color: var(--hh-text-muted);font-size: 0.85em}
.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 {font-size: 2.4em;margin-bottom: 0.4em}
.hh-hero__lead {margin: 0 auto 1.5em;font-size: 1.15em;max-width: 720px}
.hh-hero__badges {justify-content: center;display: flex;flex-wrap: wrap;gap: 10px;margin-bottom: 20px}
.hh-badge {font-size: 0.85em;border: 1px solid var(--hh-border);padding: 6px 14px;background: var(--hh-bg-card);border-radius: 20px;color: var(--hh-text)}
.hh-hero__image {max-width: 420px;margin: 24px auto}
.hh-hero__image img {margin: 0 auto;border-radius: 20px}
.hh-cta-row {flex-wrap: wrap;justify-content: center;display: flex;margin-top: 20px;gap: 16px}


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


.hh-section { padding: 60px 0; }
.hh-section--prose {text-align: center;padding: 40px 0}
.hh-section__title {font-size: 1.8em;text-align: center;margin-bottom: 20px}
.hh-section__title--center { text-align: center; }
.hh-section__subtitle {margin-bottom: 30px;color: var(--hh-text-muted);text-align: center}
.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;display: grid;margin-top: 30px}
.hh-grid--3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.hh-method-card {border: 2px solid var(--hh-border);border-radius: var(--hh-radius);transition: transform 0.2s ease, border-color 0.2s ease;text-align: center;padding: 28px;background: var(--hh-bg-card)}
.hh-method-card:hover {transform: translateY(-5px);border-color: var(--hh-primary)}
.hh-method-card__icon {margin-bottom: 16px;font-size: 44px}
.hh-method-card h3 {font-size: 1.2em;color: var(--hh-text)}
.hh-method-card__details {font-size: 0.85em;background: var(--hh-bg-card-alt);margin: 14px 0;border-radius: 8px;padding: 14px;text-align: left}
.hh-method-card__details p {margin-bottom: 4px;color: var(--hh-text)}
.hh-method-card .hh-btn { margin-top: 10px; }


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


.hh-steps-box {padding: 32px;border-radius: var(--hh-radius);background: var(--hh-bg-card-alt);margin: 20px 0}
.hh-steps-box h3 {color: var(--hh-accent);margin-bottom: 20px;text-align: center}
.hh-steps {max-width: 700px;list-style: decimal;margin: 0 auto;padding-left: 22px}
.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 {color: var(--hh-accent);font-size: 1.8em;font-weight: 700;display: block}
.hh-stat__label {display: block;font-size: 0.9em;color: var(--hh-text-muted)}
.hh-payments {list-style: none;justify-content: center;display: flex;flex-wrap: wrap;gap: 12px}
.hh-payments li {border: 1px solid var(--hh-border);border-radius: 20px;background: var(--hh-bg-card);padding: 8px 18px}


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


.hh-contact-split {grid-template-columns: 1fr 1fr;display: grid;gap: 40px;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 {width: 100%;position: relative;padding-top: 56.25%}
.hh-ratio-16x9 iframe {width: 100%;left: 0;top: 0;position: absolute;border: 0;height: 100%}


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


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


.hh-access {padding: 30px 0;background: #0a0a0a}
.hh-access__row {align-items: center;gap: 20px;display: flex;justify-content: center}
.hh-access__links { text-align: center; }
.hh-access__links h4 { margin-bottom: 10px; }
.hh-access__links .hh-btn { margin: 0 4px; }
.hh-footer {border-top: 1px solid var(--hh-border);background: #000;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 {flex-direction: column;gap: 8px;display: flex}
.hh-linkstack a { color: var(--hh-text-muted); }
.hh-linkstack a:hover { color: var(--hh-accent); }
.hh-footer__meta {flex-direction: column;font-size: 0.85em;gap: 8px;color: var(--hh-text-muted);display: flex}
.hh-footer__meta a { color: var(--hh-text-muted); }


.sf-sticky-cta {position: fixed;gap: 14px;align-items: center;justify-content: space-between;background: #0a0a0a;left: 0;z-index: 900;display: flex;border-top: 1px solid var(--hh-border);right: 0;padding: 12px 20px;bottom: 0}
.sf-sticky-cta__meta {flex-direction: column;color: var(--hh-text-muted);display: flex;font-size: 0.85em}
.sf-sticky-cta__meta strong { color: var(--hh-text); }
.sf-sticky-cta__button {padding: 10px 22px;border-radius: 6px;color: rgba(255,255,255,1);white-space: nowrap;background: var(--hh-success);font-weight: 700}


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


.hh-footer__logo {width: auto;object-fit: contain;max-width: 200px;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;gap: 5px;display: flex} }
.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);transition: transform 0.2s ease, opacity 0.2s ease;display: block;width: 24px;height: 2px}
@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'])>*{min-width:0;max-width:100%}
: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;align-items:start !important;gap:16px !important;display:grid !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){text-align:left;gap:10px;display:flex;flex-direction:column;align-items:flex-start}
  :where([class*='footer__brand']){max-height:110px;margin-bottom:12px;max-width:110px;float:none !important;clear:both}
}


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