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

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


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


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


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


.hh-band {text-align: center;padding: 14px 0}
.hh-band--primary { background: var(--hh-primary); }
.hh-band__title {color: #fff;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 {font-size: 1.8em;margin-bottom: 20px;text-align: center}
.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 {margin-top: 30px;gap: 26px;display: grid}
.hh-grid--3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.hh-method-card {background: var(--hh-bg-card);padding: 28px;text-align: center;border: 2px solid var(--hh-border);border-radius: var(--hh-radius);transition: transform 0.2s ease, border-color 0.2s ease}
.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 {background: var(--hh-bg-card-alt);font-size: 0.85em;text-align: left;margin: 14px 0;border-radius: 8px;padding: 14px}
.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;border-radius: var(--hh-radius);text-align: center;background: var(--hh-bg-card-alt);padding: 32px}
.hh-callout h3 { color: var(--hh-accent); }
.hh-callout--details {margin-right: auto;margin-left: auto;text-align: left;max-width: 500px}


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


.hh-stats {gap: 20px;text-align: center;display: grid;grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))}
.hh-stat__value {font-size: 1.8em;color: var(--hh-accent);display: block;font-weight: 700}
.hh-stat__label {display: block;color: var(--hh-text-muted);font-size: 0.9em}
.hh-payments {flex-wrap: wrap;list-style: none;gap: 12px;display: flex;justify-content: center}
.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 {display: block;font-style: normal;color: var(--hh-accent);margin-top: 10px}


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


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


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


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


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


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


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