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

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


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


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


.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 {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 {margin-bottom: 20px;font-size: 1.8em;text-align: center}
.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 {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 {padding: 28px;background: var(--hh-bg-card);transition: transform 0.2s ease, border-color 0.2s ease;text-align: center;border: 2px solid var(--hh-border);border-radius: var(--hh-radius)}
.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 {color: var(--hh-text);font-size: 1.2em}
.hh-method-card__details {margin: 14px 0;font-size: 0.85em;text-align: left;background: var(--hh-bg-card-alt);padding: 14px;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 {background: var(--hh-bg-card-alt);padding: 32px;margin: 30px 0;text-align: center;border-radius: var(--hh-radius)}
.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 {background: var(--hh-bg-card-alt);margin: 20px 0;padding: 32px;border-radius: var(--hh-radius)}
.hh-steps-box h3 {text-align: center;margin-bottom: 20px;color: var(--hh-accent)}
.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 {display: grid;gap: 20px;grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));text-align: center}
.hh-stat__value {display: block;font-weight: 700;font-size: 1.8em;color: var(--hh-accent)}
.hh-stat__label {color: var(--hh-text-muted);font-size: 0.9em;display: block}
.hh-payments {gap: 12px;justify-content: center;flex-wrap: wrap;display: flex;list-style: none}
.hh-payments li {padding: 8px 18px;background: var(--hh-bg-card);border: 1px solid var(--hh-border);border-radius: 20px}


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


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


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


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


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