
:root {--hh-bg: #000000;--hh-bg-card: #1a1a1a;--hh-border: #333333;--hh-radius: 12px;--hh-bg-card-alt: #2a2a2a;--hh-accent: #4CAF50;--hh-text: #ffffff;--hh-primary: #0056b3;--hh-primary-dark: rgba(0,64,133,1);--hh-text-muted: rgb(204,204,204);--hh-success: #218838;--hh-success-dark: #1e7e34}

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

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


.hh-btn {border-radius: 5px;border: none;text-align: center;display: inline-block;cursor: pointer;font-size: 16px;padding: 10px 22px}
.hh-btn--primary {color: rgba(255,255,255,1);background: var(--hh-primary)}
.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 {position: sticky;border-bottom: 1px solid var(--hh-border);z-index: 1000;top: 0;background: rgba(10,10,10,1)}
.hh-mast__row {justify-content: space-between;padding: 14px 20px;align-items: center;display: flex;gap: 20px}
.hh-mast__logo {align-items: center;display: flex}
.hh-mast__logo img { border-radius: 50%; }
.hh-mast__logo-text {font-weight: 700;color: var(--hh-text);font-size: 1.3em}
.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 {display: flex;gap: 10px}
.hh-mob-menu {flex-direction: column;padding: 20px;gap: 16px;border-top: 1px solid var(--hh-border);background: #0a0a0a;display: none}
.hh-mob-menu.is-open { display: flex; }
.hh-mob-menu nav {gap: 14px;display: flex;flex-direction: column}
.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 {border-bottom: 1px solid var(--hh-border);padding: 10px 0}
.hh-breadcrumb ol {display: flex;font-size: 0.85em;list-style: none;color: var(--hh-text-muted);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 {content: '/';margin-left: 8px}


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


.hh-prose { color: var(--hh-text-muted); }
.hh-prose--center {margin: 0 auto;max-width: 760px;text-align: center}
.hh-prose--narrow {margin: 0 auto;max-width: 800px}
.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: rgb(255,255,255)}
.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 {text-align: center;color: var(--hh-text-muted);margin-bottom: 30px}
.hh-section__image {text-align: center;margin: 20px 0}
.hh-section__image img {max-width: 100%;margin: 0 auto;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);padding: 28px;text-align: center;background: var(--hh-bg-card);transition: transform 0.2s ease, border-color 0.2s ease}
.hh-method-card:hover {border-color: var(--hh-primary);transform: translateY(-5px)}
.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 {font-size: 0.85em;background: var(--hh-bg-card-alt);text-align: left;border-radius: 8px;margin: 14px 0;padding: 14px}
.hh-method-card__details p {margin-bottom: 4px;color: var(--hh-text)}
.hh-method-card .hh-btn { margin-top: 10px; }


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


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


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


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


.hh-contact-split {align-items: center;display: grid;gap: 40px;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 {overflow: hidden;border-radius: var(--hh-radius)}
.hh-ratio-16x9 {position: relative;padding-top: 56.25%;width: 100%}
.hh-ratio-16x9 iframe {top: 0;width: 100%;left: 0;border: 0;position: absolute;height: 100%}


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


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


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


.sf-sticky-cta {bottom: 0;gap: 14px;display: flex;z-index: 900;background: #0a0a0a;justify-content: space-between;right: 0;position: fixed;align-items: center;padding: 12px 20px;left: 0;border-top: 1px solid var(--hh-border)}
.sf-sticky-cta__meta {display: flex;flex-direction: column;overflow: hidden;min-width: 0;color: var(--hh-text-muted);font-size: 0.85em}
.sf-sticky-cta__meta strong {text-overflow: ellipsis;color: var(--hh-text);white-space: nowrap;overflow: hidden}
.sf-sticky-cta__meta span {text-overflow: ellipsis;overflow: hidden;white-space: nowrap}
.sf-sticky-cta__button {border-radius: 6px;font-weight: 700;background: var(--hh-success);padding: 10px 22px;white-space: nowrap;flex-shrink: 0;color: #fff}
@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 {max-width: 300px;max-height: 70px;width: auto;object-fit: contain;height: auto}
.hh-hero__logo-sq img {object-fit: contain;height: 220px;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 {object-fit: contain;width: auto;height: 80px;max-width: 200px}
@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;display: flex;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 {display: block;height: 2px;background: var(--hh-text);width: 24px;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 {grid-template-columns: 1fr;gap: 22px} }

@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']){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']){display:flex;align-items:flex-start;gap:10px;flex-direction:column;text-align:left}
  :where([class*='footer__brand']){margin-bottom:12px;float:none !important;max-width:110px;max-height:110px;clear:both}
}


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