
:root{
--hh-green:#367900;
--hh-green-soft:#e8f1e5;
--hh-orange:#ed6f18;
--hh-orange-soft:#fff1e7;
--hh-charcoal:#292f33;
--hh-charcoal-soft:#374046;
--hh-light:#f4f5f5;
--hh-white:#ffffff;
--hh-text:#292f33;
--hh-muted:#667277;
--hh-border:#d7dcde;
--hh-radius:10px;
--hh-card-radius:18px;
--hh-shadow:0 20px 55px rgba(41,47,51,.08);
}
.hh-site-shell{
    font-family:Inter,Arial,sans-serif;
    color:var(--hh-text);
    background:#fff;
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    overflow:hidden;
}
.hh-site-shell *{box-sizing:border-box}
.hh-site-shell h1,.hh-site-shell h2,.hh-site-shell h3{font-family:Montserrat,Arial,sans-serif;line-height:1.08}
.hh-site-shell p{line-height:1.65}
.hh-site-shell a{text-decoration:none}
.hh-container{width:min(1240px,calc(100% - 40px));margin:0 auto}
.hh-topbar{background:var(--hh-charcoal);color:#fff;font-size:13px}
.hh-topbar-inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.hh-topbar-right{display:flex;gap:15px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.hh-topbar a{color:#fff}
.hh-pill{background:var(--hh-orange);color:#1d1d1d!important;padding:7px 11px;border-radius:999px;font-weight:800}
.hh-header{background:#fff;position:relative;z-index:90;border-bottom:1px solid rgba(41,47,51,.08)}
.hh-header.is-sticky{position:fixed;top:0;left:0;right:0;box-shadow:0 4px 24px rgba(0,0,0,.10)}
.hh-header-inner{min-height:94px;display:flex;align-items:center;gap:26px}
.hh-logo img{width:256px;max-height:72px;object-fit:contain}
.hh-main-menu{display:flex;gap:22px;align-items:center;margin-left:auto}
.hh-main-menu a{color:var(--hh-charcoal);font-weight:700;font-size:15px;position:relative}
.hh-main-menu a:after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:2px;background:var(--hh-green);transition:.22s ease}
.hh-main-menu a:hover{color:var(--hh-green)}
.hh-main-menu a:hover:after{width:100%}
.hh-menu-toggle{display:none}
.hh-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:10px;font-weight:800;font-family:Montserrat,Arial,sans-serif;transition:.2s ease;border:1px solid transparent}
.hh-btn-primary{background:var(--hh-orange);color:#1c2327;box-shadow:0 14px 30px rgba(237,111,24,.18)}
.hh-btn-primary:hover{transform:translateY(-1px);filter:brightness(.98)}
.hh-btn-secondary{background:var(--hh-green);color:#fff;box-shadow:0 14px 30px rgba(54,121,0,.16)}
.hh-btn-light{background:#fff;color:var(--hh-charcoal)}
.hh-btn-outline-light{border-color:rgba(255,255,255,.78);color:#fff;background:rgba(255,255,255,.06)}
.hh-header-cta{white-space:nowrap}
.hh-main-content{display:block}
.hh-hero{
    position:relative;
    background:
        radial-gradient(circle at 8% 18%, rgba(255,255,255,.20), transparent 30%),
        linear-gradient(115deg,#1f2529 0%, #2b3136 44%, #46544f 100%);
    color:#fff;
    padding:44px 0 70px;
    overflow:hidden;
}
.hh-hero-grid{display:grid;grid-template-columns:1fr .96fr;align-items:center;gap:44px}
.hh-hero-copy{position:relative;z-index:2;padding:50px 0}
.hh-hero-brand img{width:170px;max-width:100%;display:block;margin-bottom:18px}
.hh-hero h1{font-size:clamp(48px,6.3vw,82px);margin:0 0 24px;letter-spacing:-.02em}
.hh-eyebrow{font-family:Montserrat,Arial,sans-serif;font-size:13px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:16px}
.hh-green{color:var(--hh-green)}
.hh-hero-text{font-size:20px;max-width:720px}
.hh-hero-meta{font-weight:700;margin:20px 0 10px;color:#d8dee0}
.hh-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hh-actions-center{justify-content:center}
.hh-trust-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:34px;font-size:14px;color:#dfe6e2}
.hh-trust-row span:before{content:"✓";margin-right:7px;color:#c7f28d}
.hh-hero-visual{position:relative;z-index:2}
.hh-hero-card{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.15);
    border-radius:28px;
    padding:18px;
    box-shadow:0 24px 80px rgba(0,0,0,.22);
    backdrop-filter:blur(3px);
}
.hh-hero-card img{display:block;width:100%;border-radius:18px}
.hh-hero-float{
    position:absolute;
    background:#fff;
    color:var(--hh-text);
    border-radius:18px;
    padding:14px 16px;
    box-shadow:var(--hh-shadow);
    max-width:220px;
}
.hh-hero-float strong{display:block;font-family:Montserrat,Arial,sans-serif;font-size:16px;margin-bottom:4px}
.hh-hero-float span{display:block;font-size:14px;color:var(--hh-muted);line-height:1.45}
.hh-hero-float-a{left:-16px;bottom:42px}
.hh-hero-float-b{right:-8px;top:28px}
.hh-hero-bg-shape{position:absolute;border-radius:999px;filter:blur(3px);pointer-events:none}
.hh-hero-bg-shape-a{right:-110px;top:40px;width:360px;height:360px;background:rgba(54,121,0,.18)}
.hh-hero-bg-shape-b{right:22%;bottom:-140px;width:280px;height:280px;background:rgba(237,111,24,.16)}
.hh-section{padding:96px 0}
.hh-section-head{max-width:840px;margin-bottom:42px}
.hh-section-head h2{font-size:clamp(34px,4vw,56px);margin:0 0 15px}
.hh-section-head p{font-size:18px;line-height:1.65;margin:0}
.hh-section-light{background:var(--hh-light)}
.hh-section-dark{background:var(--hh-charcoal);color:#fff}
.hh-section-head-light{color:#fff}
.hh-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.hh-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.hh-grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.hh-card{background:#fff;border:1px solid var(--hh-border);border-radius:var(--hh-card-radius);overflow:hidden;box-shadow:var(--hh-shadow)}
.hh-card-media{aspect-ratio:16/10;background:#edf2ee;overflow:hidden}
.hh-card-media img{display:block;width:100%;height:100%;object-fit:cover}
.hh-card-body{padding:24px}
.hh-card-body h3{font-size:25px;margin:0 0 10px}
.hh-card-body p{margin:0 0 14px}
.hh-card-body a{color:var(--hh-green);font-weight:800}
.hh-badge{display:inline-block;background:var(--hh-green-soft);color:var(--hh-green);padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;margin-bottom:14px}
.hh-products-section{background:linear-gradient(180deg,#ffffff 0%, #f8faf8 100%)}
.hh-measures-cta{padding:74px 0;background:linear-gradient(135deg,var(--hh-green) 0%, #4f8d1a 100%);color:#fff}
.hh-two-col{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}
.hh-measures-copy h2,.hh-finance-copy h2,.hh-newsletter h2,.hh-direct-contact h2{font-size:clamp(34px,4vw,50px);margin:0 0 14px}
.hh-illustration-card{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.16);
    border-radius:26px;
    padding:20px;
    box-shadow:0 20px 60px rgba(0,0,0,.14);
}
.hh-illustration-card img{display:block;width:100%;border-radius:16px}
.hh-illustration-card-dark{background:rgba(255,255,255,.08)}
.hh-benefits .hh-feature{padding:24px 16px;border-top:2px solid var(--hh-orange)}
.hh-benefits .hh-feature h3{color:var(--hh-green)!important}
.hh-feature h3{font-size:22px;margin:0 0 12px}
.hh-feature p{color:#d8dddd;line-height:1.58;margin:0}
.hh-process-line{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.hh-step{padding:28px 20px;border:1px solid var(--hh-border);border-radius:var(--hh-card-radius);background:#fff;box-shadow:var(--hh-shadow)}
.hh-step-number{font-family:Montserrat,Arial,sans-serif;font-weight:800;font-size:34px;color:var(--hh-orange);margin-bottom:8px}
.hh-step h3{font-size:20px;margin:0 0 10px}
.hh-step p{margin:0}
.hh-center{text-align:center;margin-top:34px}
.hh-services-layout{align-items:start}
.hh-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.hh-service-item{background:#fff;border:1px solid var(--hh-border);border-radius:12px;padding:18px;font-weight:700;box-shadow:0 10px 22px rgba(0,0,0,.03)}
.hh-note{margin-top:28px;padding:22px;border-left:4px solid var(--hh-orange);background:#fff;box-shadow:var(--hh-shadow)}
.hh-finance{padding:84px 0;background:linear-gradient(120deg,#252d31 0%, #354147 55%, #4d5d56 100%);color:#fff}
.hh-finance small{display:block;margin-top:14px;max-width:760px;color:#dbe4df}
.hh-finance-layout .hh-actions{margin-top:22px}
.hh-quote-section{background:#fff}
.hh-quote-box{max-width:980px;margin:0 auto;padding:56px 36px;border:1px solid var(--hh-border);border-radius:22px;text-align:center;box-shadow:var(--hh-shadow);background:#fff}
.hh-quote-box .hh-section-head{margin:0 auto 24px}
.hh-quote-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:30px}
.hh-quote-steps span{background:var(--hh-light);padding:16px;border-radius:12px;font-weight:700}
.hh-direct-contact{background:linear-gradient(135deg,var(--hh-orange) 0%, #f08a24 100%);padding:60px 0}
.hh-direct-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}
.hh-direct-inner>div:first-child{max-width:620px}
.hh-direct-actions{display:flex;gap:14px;flex-wrap:wrap}
.hh-direct-actions a{background:#fff;color:var(--hh-charcoal);padding:18px 22px;border-radius:12px;min-width:185px;box-shadow:var(--hh-shadow)}
.hh-direct-actions strong,.hh-direct-actions span{display:block}
.hh-direct-actions span{font-size:20px;margin-top:4px}
.hh-national-box{background:var(--hh-light);border-radius:22px;padding:42px;box-shadow:var(--hh-shadow)}
.hh-check-list{list-style:none;padding:0;margin:18px 0 0}
.hh-check-list li{padding-left:28px;position:relative;margin:9px 0}
.hh-check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--hh-green);font-weight:800}
.hh-contact-card{display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid var(--hh-border);border-radius:16px;padding:22px;color:var(--hh-charcoal);box-shadow:var(--hh-shadow)}
.hh-contact-card span{font-size:18px}
.hh-location{padding:82px 0;background:var(--hh-charcoal);color:#fff}
.hh-map-placeholder{min-height:260px;border:1px dashed rgba(255,255,255,.35);border-radius:18px;display:flex;align-items:center;justify-content:center;text-align:center;padding:30px;color:#cfd4d6;background:rgba(255,255,255,.04)}
.hh-home-map{display:flex;width:100%;min-width:0;flex-direction:column;align-items:flex-start;gap:16px;color:#fff}
.hh-home-map>a:first-child{display:block;width:100%;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 18px 44px rgba(0,0,0,.22)}
.hh-home-map picture{display:block;width:100%}
.hh-home-map img{display:block;width:100%;max-width:100%;height:auto;object-fit:contain}
.hh-home-map-button{display:inline-flex!important}
.hh-newsletter{padding:65px 0;background:#eaf3e4}
.hh-newsletter-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}
.hh-newsletter-placeholder{background:#fff;border:1px dashed var(--hh-border);padding:18px;border-radius:10px;min-width:320px}
.hh-footer{background:var(--hh-charcoal);color:#dfe3e5;padding-top:64px}
.hh-footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:54px;padding-bottom:50px}
.hh-footer-logo{width:236px;max-height:82px;object-fit:contain;background:#fff;padding:8px;border-radius:8px}
.hh-footer h3{color:#fff}
.hh-footer a{display:block;color:#dfe3e5;margin:7px 0}
.hh-footer a:hover{color:#fff}
.hh-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:18px 0;font-size:13px}
.hh-footer-bottom a{display:inline;color:#fff}
.hh-mobile-bar{display:none}

/* Theme/container compensation for Astra and similar themes */
.entry-content .hh-site-shell,
.site-content .hh-site-shell,
.ast-container .hh-site-shell,
.content-area .hh-site-shell{
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
}
.entry-content .hh-site-shell + *{clear:both}
body .ast-container,
body .site-content .ast-container{max-width:100%}
body.home .entry-content{padding-top:0}
body.home .entry-content > .hh-site-shell:first-child{margin-top:0}

@media(max-width:1180px){
    .hh-process-line{grid-template-columns:repeat(3,1fr)}
    .hh-grid-5{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:1024px){
    .hh-topbar-left{display:none}
    .hh-topbar-inner{justify-content:flex-end}
    .hh-main-menu{
        display:none;
        position:absolute;
        left:20px;
        right:20px;
        top:82px;
        background:#fff;
        border:1px solid var(--hh-border);
        padding:18px;
        border-radius:16px;
        flex-direction:column;
        align-items:stretch;
        box-shadow:0 16px 32px rgba(0,0,0,.12)
    }
    .hh-main-menu.is-open{display:flex}
    .hh-menu-toggle{display:block;margin-left:auto;background:#fff;border:1px solid var(--hh-border);padding:10px 14px;border-radius:8px}
    .hh-header-cta{display:none}
    .hh-hero-grid,.hh-two-col,.hh-newsletter-inner,.hh-direct-inner{grid-template-columns:1fr;display:grid}
    .hh-grid-3,.hh-grid-4,.hh-grid-5,.hh-footer-grid{grid-template-columns:repeat(2,1fr)}
    .hh-direct-actions{display:grid;grid-template-columns:repeat(2,1fr)}
    .hh-finance-layout,.hh-services-layout,.hh-measures-grid{grid-template-columns:1fr}
    .hh-hero-float{display:none}
}

@media(max-width:780px){
    .hh-container{width:min(100% - 28px,1240px)}
    .hh-topbar{display:none}
    .hh-header-inner{min-height:72px}
    .hh-logo img{width:190px}
    .hh-main-menu{top:70px}
    .hh-hero{padding:28px 0 48px}
    .hh-hero-grid{display:grid;grid-template-columns:1fr;gap:26px}
    .hh-hero-copy{padding:26px 0 0}
    .hh-hero h1{font-size:42px}
    .hh-hero-text{font-size:18px}
    .hh-section{padding:68px 0}
    .hh-grid-3,.hh-grid-4,.hh-grid-5,.hh-two-col,.hh-footer-grid,.hh-process-line,.hh-newsletter-inner{grid-template-columns:1fr}
    .hh-service-grid{grid-template-columns:1fr}
    .hh-quote-box{padding:34px 18px}
    .hh-quote-steps{grid-template-columns:1fr}
    .hh-direct-actions{grid-template-columns:1fr}
    .hh-footer{padding-bottom:68px}
    .hh-newsletter-placeholder{min-width:0;width:100%}
    .hh-mobile-bar{
        position:fixed;
        z-index:101;
        bottom:0;left:0;right:0;
        height:64px;
        background:#fff;
        border-top:1px solid var(--hh-border);
        display:grid;
        grid-template-columns:1fr 1fr 1.2fr
    }
    .hh-mobile-bar a{
        display:flex;
        align-items:center;
        justify-content:center;
        color:var(--hh-charcoal);
        font-weight:800;
        border-right:1px solid var(--hh-border)
    }
    .hh-mobile-bar .hh-mobile-primary{background:var(--hh-orange);color:#1c2327}
}
