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

* { box-sizing: border-box; }
html {scroll-behavior: smooth;overflow-x: hidden}
body.hh-body {color: var(--hh-text);line-height: 1.6;font-family: Arial, Helvetica, sans-serif;margin: 0;background: var(--hh-bg);overflow-x: hidden;isolation:auto;outline-offset:0}
img {max-width: 100%;display: block;height: auto}
a {color: inherit;text-decoration: none}
ul, ol {padding: 0;margin: 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 {padding: 10px 22px;text-align: center;cursor: pointer;border-radius: 5px;display: inline-block;border: none;font-size: 16px}
.hh-btn--primary {background: var(--hh-primary);color: rgba(255,255,255,1)}
.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 {z-index: 1000;border-bottom: 1px solid var(--hh-border);position: sticky;background: rgb(10,10,10);top: 0}
.hh-mast__row {padding: 14px 20px;align-items: center;display: flex;justify-content: space-between;gap: 20px}
.hh-mast__logo {align-items: center;display: flex}
.hh-mast__logo img { border-radius: 50%; }
.hh-mast__logo-text {font-size: 1.3em;font-weight: 700;color: var(--hh-text)}
.hh-nav {gap: 20px;display: flex;flex: 1;justify-content: center}
.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;gap: 16px;display: none;background: #0a0a0a}
.hh-mob-menu.is-open { display: flex; }
.hh-mob-menu nav {display: flex;flex-direction: column;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 {display: flex;gap: 10px}


.hh-breadcrumb {padding: 10px 0;border-bottom: 1px solid var(--hh-border)}
.hh-breadcrumb ol {font-size: 0.85em;list-style: none;color: var(--hh-text-muted);gap: 8px;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 {content: '/';margin-left: 8px}


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


.hh-prose { color: var(--hh-text-muted); }
.hh-prose--center {margin: 0 auto;text-align: center;max-width: 760px}
.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 {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 {text-align: center;margin-bottom: 20px;font-size: 1.8em}
.hh-section__title--center { text-align: center; }
.hh-section__subtitle {text-align: center;margin-bottom: 30px;color: var(--hh-text-muted)}
.hh-section__image {text-align: center;margin: 20px 0}
.hh-section__image img {margin: 0 auto;max-width: 100%;border-radius: 16px}


.hh-grid {display: grid;margin-top: 30px;gap: 26px}
.hh-grid--3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.hh-method-card {border: 2px solid var(--hh-border);background: var(--hh-bg-card);padding: 28px;transition: transform 0.2s ease, border-color 0.2s ease;border-radius: var(--hh-radius);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 {font-size: 0.85em;background: var(--hh-bg-card-alt);text-align: left;padding: 14px;margin: 14px 0;border-radius: 8px}
.hh-method-card__details p {margin-bottom: 4px;color: var(--hh-text)}
.hh-method-card .hh-btn { margin-top: 10px; }


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


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


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


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


.hh-contact-split {align-items: center;grid-template-columns: 1fr 1fr;gap: 40px;display: grid}
.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%;position: absolute;left: 0;top: 0;width: 100%;border: 0}


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


.hh-faq-container {gap: 16px;max-width: 800px;flex-direction: column;display: flex;margin: 0 auto}
.hh-faq-item {padding: 20px;border-radius: 8px;background-color: var(--hh-bg-card);border: 1px solid var(--hh-border)}
.hh-faq-question {align-items: center;margin-bottom: 10px;font-weight: 600;display: flex;font-size: 1.25rem;color: var(--hh-text);justify-content: space-between;gap: 12px}
.hh-faq-question h3 {font-weight: inherit;font-size: inherit;margin: 0}
.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 {justify-content: center;display: flex;align-items: center;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: #000;padding: 40px 0;border-top: 1px solid var(--hh-border)}
.hh-footer__grid {display: grid;grid-template-columns: 1.2fr 1fr 1fr;gap: 30px}
.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 {font-size: 0.85em;flex-direction: column;color: var(--hh-text-muted);gap: 8px;display: flex}
.hh-footer__meta a { color: var(--hh-text-muted); }


.sf-sticky-cta {padding: 12px 20px;gap: 14px;right: 0;align-items: center;background: #0a0a0a;justify-content: space-between;border-top: 1px solid var(--hh-border);display: flex;z-index: 900;left: 0;bottom: 0;position: fixed}
.sf-sticky-cta__meta {flex-direction: column;overflow: hidden;color: var(--hh-text-muted);display: flex;min-width: 0;font-size: 0.85em}
.sf-sticky-cta__meta strong {overflow: hidden;color: var(--hh-text);text-overflow: ellipsis;white-space: nowrap}
.sf-sticky-cta__meta span {white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
.sf-sticky-cta__button {color: #fff;background: var(--hh-success);padding: 10px 22px;font-weight: 700;white-space: nowrap;border-radius: 6px;flex-shrink: 0}
@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 {width: auto;max-height: 70px;height: auto;object-fit: contain;max-width: 300px}
.hh-hero__logo-sq img {object-fit: contain;width: 220px;height: 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 {max-width: 200px;width: auto;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 {transition: transform 0.2s ease, opacity 0.2s ease;width: 24px;height: 2px;display: block;background: var(--hh-text)}
@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;z-index:1;position:relative}
: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']){align-items:start !important;display:grid !important;gap:16px !important;grid-template-columns:1fr !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){text-align:left;align-items:flex-start;flex-direction:column;gap:10px;display:flex}
  :where([class*='footer__brand']){max-width:110px;margin-bottom:12px;max-height:110px;clear:both;float:none !important}
}


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