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

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

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


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


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


.hh-prose { color: var(--hh-text-muted); }
.hh-prose--center {max-width: 760px;margin: 0 auto;text-align: center}
.hh-prose--narrow {margin: 0 auto;max-width: 800px}
.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 {padding: 14px 0;text-align: center}
.hh-band--primary { background: var(--hh-primary); }
.hh-band__title {margin: 0;color: #fff}
.hh-band--cta { padding: 40px 0; }


.hh-section { padding: 60px 0; }
.hh-section--prose {text-align: center;padding: 40px 0}
.hh-section__title {margin-bottom: 20px;font-size: 1.8em;text-align: center}
.hh-section__title--center { text-align: center; }
.hh-section__subtitle {margin-bottom: 30px;text-align: center;color: var(--hh-text-muted)}
.hh-section__image {margin: 20px 0;text-align: center}
.hh-section__image img {max-width: 100%;border-radius: 16px;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 {background: var(--hh-bg-card);transition: transform 0.2s ease, border-color 0.2s ease;padding: 28px;border: 2px solid var(--hh-border);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;padding: 14px;text-align: left;background: var(--hh-bg-card-alt);border-radius: 8px;margin: 14px 0}
.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;background: var(--hh-bg-card-alt);margin: 30px 0;border-radius: var(--hh-radius);padding: 32px}
.hh-callout h3 { color: var(--hh-accent); }
.hh-callout--details {text-align: left;max-width: 500px;margin-right: auto;margin-left: auto}


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


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


.hh-testimonial {background: var(--hh-bg-card);border-radius: var(--hh-radius);padding: 24px}
.hh-testimonial cite {display: block;font-style: normal;margin-top: 10px;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 {margin: 0 auto;border-radius: var(--hh-radius)}
.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 {position: absolute;border: 0;width: 100%;top: 0;left: 0;height: 100%}


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


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


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


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


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