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

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


.hh-btn {display: inline-block;font-size: 16px;cursor: pointer;padding: 10px 22px;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 {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;background: #0a0a0a;position: sticky;border-bottom: 1px solid var(--hh-border);top: 0}
.hh-mast__row {display: flex;padding: 14px 20px;gap: 20px;align-items: center;justify-content: space-between}
.hh-mast__logo {display: flex;align-items: center}
.hh-mast__logo img { border-radius: 50%; }
.hh-mast__logo-text {font-size: 1.3em;font-weight: 700;color: var(--hh-text)}
.hh-nav {justify-content: center;display: flex;flex: 1;gap: 20px}
.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 {background: #0a0a0a;flex-direction: column;padding: 20px;display: none;border-top: 1px solid var(--hh-border);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 {border-bottom: 1px solid var(--hh-border);padding: 10px 0}
.hh-breadcrumb ol {font-size: 0.85em;display: flex;gap: 8px;list-style: none;color: var(--hh-text-muted)}
.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;margin: 0 auto 1.5em;font-size: 1.15em}
.hh-hero__badges {gap: 10px;margin-bottom: 20px;display: flex;flex-wrap: wrap;justify-content: center}
.hh-badge {background: var(--hh-bg-card);color: var(--hh-text);padding: 6px 14px;border: 1px solid var(--hh-border);border-radius: 20px;font-size: 0.85em}
.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;flex-wrap: wrap;margin-top: 20px;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: rgba(255,255,255,1);margin: 0}
.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 {margin-bottom: 30px;text-align: center;color: var(--hh-text-muted)}
.hh-section__image {text-align: center;margin: 20px 0}
.hh-section__image img {border-radius: 16px;max-width: 100%;margin: 0 auto}


.hh-grid {margin-top: 30px;display: grid;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 {color: var(--hh-text);font-size: 1.2em}
.hh-method-card__details {font-size: 0.85em;margin: 14px 0;background: var(--hh-bg-card-alt);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 {background: var(--hh-bg-card-alt);border-radius: var(--hh-radius);margin: 30px 0;padding: 32px;text-align: center}
.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);margin: 20px 0;padding: 32px;background: var(--hh-bg-card-alt)}
.hh-steps-box h3 {margin-bottom: 20px;color: var(--hh-accent);text-align: center}
.hh-steps {padding-left: 22px;list-style: decimal;margin: 0 auto;max-width: 700px}
.hh-steps li {margin-bottom: 12px;color: var(--hh-text-muted)}


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


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


.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 {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 {left: 0;border: 0;height: 100%;position: absolute;width: 100%;top: 0}


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


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


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


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


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


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