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

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


.hh-btn {cursor: pointer;padding: 10px 22px;border-radius: 5px;font-size: 16px;border: none;text-align: center;display: inline-block}
.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 {z-index: 1000;position: sticky;background: #0a0a0a;top: 0;border-bottom: 1px solid var(--hh-border)}
.hh-mast__row {display: flex;align-items: center;gap: 20px;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-size: 1.3em;font-weight: 700}
.hh-nav {gap: 20px;flex: 1;display: flex;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 {display: flex;gap: 10px}
.hh-mob-menu {border-top: 1px solid var(--hh-border);flex-direction: column;display: none;padding: 20px;background: #0a0a0a;gap: 16px}
.hh-mob-menu.is-open { display: flex; }
.hh-mob-menu nav {flex-direction: column;gap: 14px;display: flex}
.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 {padding: 10px 0;border-bottom: 1px solid var(--hh-border)}
.hh-breadcrumb ol {color: var(--hh-text-muted);list-style: none;font-size: 0.85em;display: flex;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 {margin-bottom: 0.4em;font-size: 2.4em}
.hh-hero__lead {max-width: 720px;font-size: 1.15em;margin: 0 auto 1.5em}
.hh-hero__badges {margin-bottom: 20px;display: flex;gap: 10px;justify-content: center;flex-wrap: wrap}
.hh-badge {border: 1px solid var(--hh-border);background: var(--hh-bg-card);padding: 6px 14px;color: var(--hh-text);font-size: 0.85em;border-radius: 20px}
.hh-hero__image {margin: 24px auto;max-width: 420px}
.hh-hero__image img {border-radius: 20px;margin: 0 auto}
.hh-cta-row {flex-wrap: wrap;display: flex;justify-content: center;margin-top: 20px;gap: 16px}


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


.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);background: var(--hh-bg-card);transition: transform 0.2s ease, border-color 0.2s ease;text-align: center;padding: 28px;border-radius: var(--hh-radius)}
.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);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 {padding: 32px;border-radius: var(--hh-radius);background: var(--hh-bg-card-alt);text-align: center;margin: 30px 0}
.hh-callout h3 { color: var(--hh-accent); }
.hh-callout--details {margin-right: auto;text-align: left;max-width: 500px;margin-left: auto}


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


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


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


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


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


.hh-access {background: rgb(10,10,10);padding: 30px 0}
.hh-access__row {display: flex;gap: 20px;justify-content: center;align-items: 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);padding: 40px 0;background: #000}
.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 {display: flex;flex-direction: column;gap: 8px;font-size: 0.85em;color: var(--hh-text-muted)}
.hh-footer__meta a { color: var(--hh-text-muted); }


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


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


.hh-footer__logo {max-width: 200px;object-fit: contain;height: 80px;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;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;display: block;height: 2px;background: var(--hh-text);width: 24px}
@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;position:relative;z-index:1}
: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']){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']){grid-template-columns:1fr !important;align-items:start !important;display:grid !important;gap:16px !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){align-items:flex-start;display:flex;text-align:left;gap:10px;flex-direction:column}
  :where([class*='footer__brand']){max-width:110px;float:none !important;max-height:110px;margin-bottom:12px;clear:both}
}


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