/*
Theme Name: HH Solutions
Theme URI: https://hhsolutions.com
Author: CWIT
Description: HH Solutions — energy & telecom customer-acquisition marketing site. Classic PHP theme driven entirely by ACF Pro (every section a tab, every section toggle-able), content seeded on activation. Clean corporate design — white surfaces, teal accents, dark navy detail, rounded cards, bold typography.
Version: 1.12.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hhsolutions
*/

:root{
  --navy:#0f1b2d; --ink:#1f2a3a; --muted:#5a6b7f; --faint:#94a3b8;
  --teal:#0e7f92; --teal-600:#0b6b7c; --teal-700:#0a5967; --teal-bright:#13a2b8; --cyan:#22b8cf;
  /* legacy button/token names remapped to teal so .t1-btn--blue etc. read teal */
  --blue:#0e7f92; --blue-600:#0b6b7c; --blue-700:#0a5967;
  --blue-50:#e9f6f8; --blue-100:#c6e8ee; --cyan-50:#ecfeff;
  --bg:#ffffff; --band:#f4f9fa; --surface:#ffffff;
  --border:#e4e7ec; --border-2:#eef1f5;
  --grad:linear-gradient(135deg,#0e7f92 0%,#17a7bd 100%);
  --grad-soft:linear-gradient(135deg,#12909f 0%,#22b8cf 100%);
  --screen:linear-gradient(160deg,#0f2436 0%,#0a1826 60%,#0b2233 100%);
  --footer:#0b1626; --footer-2:#081019;
  --r:20px; --r-sm:12px; --r-lg:24px; --pill:999px;
  --sh-sm:0 1px 2px rgba(15,27,45,.06),0 1px 3px rgba(15,27,45,.05);
  --sh:0 12px 32px -8px rgba(15,27,45,.12);
  --sh-lg:0 28px 60px -18px rgba(15,27,45,.22);
  --sh-teal:0 14px 34px -12px rgba(14,127,146,.5);
  --font-display:'Plus Jakarta Sans',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --font-body:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:var(--font-body);color:var(--ink);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}
h1,h2,h3,h4{font-family:var(--font-display);margin:0;line-height:1.12;letter-spacing:-.02em;color:var(--navy);font-weight:800}
p{margin:0}
ul{margin:0;padding:0;list-style:none}
:focus-visible{outline:2px solid var(--teal);outline-offset:3px;border-radius:4px}

.hh-wrap{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.hh-sec{padding:5.5rem 0}
.hh-band{background:var(--band)}

/* ---------- buttons ---------- */
.t1-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--r-sm);font-family:var(--font-display);font-weight:600;border:1px solid transparent;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background-color .2s,color .2s,border-color .2s}
.t1-btn svg{flex-shrink:0}
.t1-btn--md{padding:.7rem 1.4rem;font-size:.9rem}
.t1-btn--lg{padding:.9rem 1.7rem;font-size:.95rem}
.t1-btn--blue{background:var(--teal);color:#fff;box-shadow:var(--sh-teal)}
.t1-btn--blue:hover{background:var(--teal-600);transform:translateY(-2px);color:#fff}
.t1-btn--white{background:#fff;color:var(--teal-700);box-shadow:0 12px 26px rgba(0,0,0,.14)}
.t1-btn--white:hover{background:#fff;color:var(--teal);transform:translateY(-2px)}
.t1-btn--outline-slate{background:#fff;color:var(--navy);border-color:var(--border)}
.t1-btn--outline-slate:hover{border-color:var(--teal);color:var(--teal);transform:translateY(-2px)}
.t1-btn--outline-light{background:rgba(255,255,255,.10);color:#fff;border-color:rgba(255,255,255,.5)}
.t1-btn--outline-light:hover{background:rgba(255,255,255,.18);border-color:#fff}

/* ---------- pill / section heading ---------- */
.hh-pill{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--teal-700);border:1px solid var(--border);box-shadow:var(--sh-sm);font-family:var(--font-body);font-weight:700;font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;padding:.5rem 1rem;border-radius:var(--pill)}
.hh-pill::before{content:"";width:.5rem;height:.5rem;border-radius:50%;background:var(--teal-bright);box-shadow:0 0 0 3px rgba(19,162,184,.18)}
.hh-sechead{margin-bottom:3rem;max-width:44rem}
.hh-sechead--center{margin-inline:auto;text-align:center}
.hh-sechead h2{font-size:clamp(1.9rem,3.6vw,2.6rem);line-height:1.1}
.hh-sechead p{margin-top:1rem;color:var(--muted);font-size:1.05rem;line-height:1.65}
.hh-sechead--center p{margin-inline:auto}

/* ---------- header ---------- */
.hh-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border-2)}
.hh-header__inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;height:80px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.hh-logo{display:inline-flex;align-items:center;gap:.7rem;flex-shrink:0}
.hh-logo__mark{width:2.7rem;height:2.7rem;border-radius:.7rem;background:var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:var(--sh-sm)}
.hh-logo__mark span{font-family:var(--font-display);font-weight:800;font-size:1.05rem;color:#fff;letter-spacing:-.04em;border-bottom:2px solid var(--teal-bright);line-height:1;padding-bottom:2px}
.hh-logo__lock{display:flex;flex-direction:column;line-height:1.1}
.hh-logo__text{font-family:var(--font-display);font-weight:800;font-size:1.02rem;color:var(--navy);letter-spacing:-.01em}
.hh-logo__sub{font-family:var(--font-body);font-weight:700;font-size:9.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--teal);margin-top:2px}
.hh-logo__text .accent{color:var(--teal)}
.hh-logo img{height:2.7rem;width:auto}
.hh-nav{display:none;align-items:center;gap:.15rem}
.hh-nav>a,.hh-nav__trigger{display:inline-flex;align-items:center;gap:.3rem;padding:.55rem .85rem;border-radius:var(--r-sm);color:var(--ink);font-weight:500;font-size:.92rem;font-family:var(--font-body);background:none;border:0;transition:color .2s,background-color .2s}
.hh-nav>a:hover,.hh-nav__trigger:hover{color:var(--teal);background:var(--blue-50)}
.hh-nav__item{position:relative}
.hh-nav__menu{position:absolute;top:100%;left:0;margin-top:.35rem;min-width:15rem;background:#fff;border:1px solid var(--border);border-radius:var(--r-sm);box-shadow:var(--sh);padding:.4rem;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .16s,transform .16s,visibility .16s;z-index:70}
.hh-nav__item:hover .hh-nav__menu,.hh-nav__item:focus-within .hh-nav__menu{opacity:1;visibility:visible;transform:translateY(0)}
.hh-nav__menu a{display:block;padding:.6rem .8rem;border-radius:.5rem;font-size:.9rem;color:var(--ink);transition:background-color .18s,color .18s}
.hh-nav__menu a:hover{background:var(--blue-50);color:var(--teal)}
.hh-header__right{display:flex;align-items:center;gap:1rem}
.hh-social{display:none;align-items:center;gap:.4rem}
.hh-social a{width:2.3rem;height:2.3rem;display:flex;align-items:center;justify-content:center;border-radius:.65rem;color:var(--muted);border:1px solid var(--border);transition:color .2s,border-color .2s,background-color .2s}
.hh-social a:hover{color:var(--teal);border-color:var(--teal);background:var(--blue-50)}
.hh-burger{display:inline-flex;padding:.5rem;border-radius:.6rem;background:#fff;border:1px solid var(--border);color:var(--navy)}
.hh-burger-close{display:none}
.hh-burger[aria-expanded="true"] .hh-burger-open{display:none}
.hh-burger[aria-expanded="true"] .hh-burger-close{display:inline-flex}
.hh-mobile{display:none;border-top:1px solid var(--border-2);background:#fff;padding:.5rem 1.5rem 1.25rem}
.hh-mobile.is-open{display:block}
.hh-mobile>a,.hh-mobile__trigger{display:flex;width:100%;align-items:center;justify-content:space-between;padding:.8rem 0;font-size:.95rem;color:var(--ink);border:0;border-bottom:1px solid var(--border-2);background:none;font-family:var(--font-body)}
.hh-mobile__trigger svg{transition:transform .2s}
.hh-mobile__trigger[aria-expanded="true"] svg{transform:rotate(180deg)}
.hh-mobile__sub{display:none;padding:.25rem 0 .5rem}
.hh-mobile__sub.is-open{display:block}
.hh-mobile__sub a{display:block;padding:.55rem 0 .55rem 1rem;font-size:.9rem;color:var(--muted)}
.hh-mobile__social{display:flex;gap:.5rem;padding-top:1rem}
.hh-mobile__social a{width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;border-radius:.65rem;border:1px solid var(--border);color:var(--muted)}
@media(min-width:1080px){.hh-nav{display:flex}.hh-social{display:flex}.hh-burger{display:none}.hh-mobile{display:none!important}}

/* ---------- hero ---------- */
.hh-hero{position:relative;overflow:hidden}
.hh-hero__bg{position:absolute;inset:0;z-index:0;background:
  radial-gradient(55% 55% at 88% 0%,rgba(19,162,184,.16),transparent 68%),
  radial-gradient(45% 45% at 100% 45%,rgba(14,127,146,.10),transparent 70%),
  linear-gradient(180deg,#eef7f9 0%,#ffffff 60%)}
.hh-hero__bg::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(15,27,45,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,27,45,.035) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(180deg,#000,transparent 75%);-webkit-mask-image:linear-gradient(180deg,#000,transparent 75%)}
.hh-hero__inner{position:relative;z-index:1;max-width:1240px;margin:0 auto;padding:4.5rem 1.5rem 8rem;display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:center}
.hh-hero__copy .hh-pill{margin-bottom:1.6rem}
.hh-hero__title{font-size:clamp(2.3rem,4.8vw,3.7rem);line-height:1.06;letter-spacing:-.03em;color:var(--navy)}
.hh-hero__title .accent{color:var(--teal-bright)}
.hh-hero__desc{margin-top:1.4rem;color:var(--muted);font-size:1.12rem;line-height:1.7;max-width:34rem}
.hh-hero__btns{margin-top:2.2rem;display:flex;flex-wrap:wrap;gap:.9rem}
@media(min-width:960px){.hh-hero__inner{grid-template-columns:1.02fr .98fr}}

/* hero device frame + floating cards */
.hh-hero__visual{position:relative;min-height:400px;padding:1.5rem}
.hh-frame{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:.7rem;box-shadow:var(--sh-lg)}
.hh-frame__screen{position:relative;border-radius:16px;min-height:330px;background:var(--screen);background-size:cover;background-position:center;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}
.hh-frame__screen::before{content:"";position:absolute;inset:0;background:radial-gradient(120% 90% at 65% 25%,rgba(19,162,184,.18),transparent 55%),radial-gradient(60% 50% at 20% 90%,rgba(255,200,120,.10),transparent 60%)}
.hh-frame__ops{position:absolute;top:1rem;right:1rem;display:inline-flex;align-items:center;gap:.45rem;background:rgba(9,20,32,.72);color:#fff;font-size:.72rem;font-weight:600;padding:.4rem .75rem;border-radius:var(--pill);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.14)}
.hh-frame__ops i{width:.45rem;height:.45rem;border-radius:50%;background:#22c55e;box-shadow:0 0 8px #22c55e}
.hh-frame__cap{position:absolute;left:1.1rem;right:1.1rem;bottom:1rem;color:#e8eef5;font-size:.82rem;font-weight:500;line-height:1.4;text-shadow:0 1px 8px rgba(0,0,0,.6)}
.hh-hero__circle{position:absolute;top:.2rem;left:.1rem;width:6rem;height:6rem;border-radius:50%;background:radial-gradient(circle at 35% 30%,#1a3a55,#0d1a2b);border:2px solid rgba(19,162,184,.55);display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:var(--sh-lg);z-index:3}
.hh-hero__circle span{font-family:var(--font-display);font-weight:800;font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;color:#fff;line-height:1.25;padding:0 .4rem}
.hh-hero__verify{position:absolute;top:0;right:.2rem;display:flex;align-items:center;gap:.55rem;background:#fff;border:1px solid var(--border);border-radius:.9rem;padding:.7rem .9rem;box-shadow:var(--sh-lg);z-index:3}
.hh-hero__verify-ic{width:1.7rem;height:1.7rem;border-radius:50%;background:#e7f8ee;color:#16a34a;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hh-hero__verify span span,.hh-hero__chip span span{display:block}
.hh-hero__verify strong,.hh-hero__chip strong{display:block;font-family:var(--font-display);font-weight:700;font-size:.82rem;color:var(--navy);line-height:1.2}
.hh-hero__verify em,.hh-hero__chip em{display:block;font-style:normal;font-size:.72rem;color:var(--muted)}
.hh-hero__chip{position:absolute;left:0;bottom:.3rem;display:flex;align-items:center;gap:.6rem;background:#fff;border:1px solid var(--border);border-radius:.9rem;padding:.7rem .95rem;box-shadow:var(--sh-lg);z-index:3}
.hh-hero__chip-ic{width:2rem;height:2rem;border-radius:.6rem;background:var(--blue-50);color:var(--teal);display:flex;align-items:center;justify-content:center;flex-shrink:0}
/* hero: featured service cards (Roof Solar / Community Solar) */
.hh-hero__services{display:grid;grid-template-columns:1fr;gap:1.1rem}
@media(min-width:560px){.hh-hero__services{grid-template-columns:1fr 1fr}}
@media(min-width:960px){.hh-hero__services{padding-bottom:2.5rem}.hh-hsvc:nth-child(2n){transform:translateY(2.5rem)}.hh-hsvc:nth-child(2n):hover{transform:translateY(calc(2.5rem - 4px))}}
.hh-hsvc{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:var(--r);overflow:hidden;box-shadow:var(--sh-lg);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.hh-hsvc:hover{transform:translateY(-4px);border-color:var(--blue-100);box-shadow:0 32px 64px -20px rgba(14,127,146,.35)}
.hh-hsvc__media{position:relative;display:block;aspect-ratio:16/9;background:#0f2436 center/cover no-repeat}
@media(min-width:560px){.hh-hsvc__media{aspect-ratio:4/3}}
.hh-hsvc__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,27,45,0) 55%,rgba(15,27,45,.35) 100%)}
.hh-hsvc__tag{position:absolute;left:.8rem;top:.8rem;z-index:1;background:rgba(255,255,255,.94);color:var(--teal-700);font-family:var(--font-display);font-weight:700;font-size:.66rem;letter-spacing:.07em;text-transform:uppercase;padding:.38rem .7rem;border-radius:var(--pill);box-shadow:var(--sh-sm)}
.hh-hsvc__body{display:flex;flex-direction:column;gap:.5rem;flex:1;padding:1.2rem 1.25rem 1.35rem}
.hh-hsvc__title{font-family:var(--font-display);font-weight:800;font-size:1.22rem;letter-spacing:-.02em;color:var(--navy);line-height:1.2}
.hh-hsvc__desc{flex:1;color:var(--muted);font-size:.92rem;line-height:1.6}
.hh-hsvc__more{display:inline-flex;align-items:center;gap:.4rem;margin-top:.35rem;color:var(--teal);font-family:var(--font-display);font-weight:700;font-size:.88rem}
.hh-hsvc__more svg{transition:transform .2s ease}
.hh-hsvc:hover .hh-hsvc__more svg{transform:translateX(3px)}
@media(prefers-reduced-motion:reduce){.hh-hsvc,.hh-hsvc__more svg{transition:none}}

/* ---------- stats bar (overlapping) ---------- */
.hh-statswrap{position:relative;z-index:5;max-width:1120px;margin:-4.5rem auto 0;padding:0 1.5rem}
.hh-stats{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--sh);display:grid;grid-template-columns:1fr;gap:.5rem;padding:2rem 1.5rem;overflow:hidden}
.hh-stats::after{content:"";position:absolute;left:6%;right:6%;bottom:0;height:3px;background:var(--grad);border-radius:3px}
.hh-stat{text-align:center;padding:1rem .5rem}
.hh-stat__num{display:block;font-family:var(--font-display);font-weight:800;font-size:2.5rem;line-height:1;color:var(--teal);margin-bottom:.5rem}
.hh-stat__label{color:var(--muted);font-size:.9rem;line-height:1.4;font-weight:500}
@media(min-width:640px){.hh-stats{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.hh-stats{grid-template-columns:repeat(4,1fr);padding:2.5rem 2rem}.hh-stat{border-left:1px solid var(--border-2)}.hh-stat:first-child{border-left:0}}

/* ---------- help cards ---------- */
.hh-help{display:grid;grid-template-columns:1fr;gap:1.5rem}
.hh-help__card{display:flex;flex-direction:column;align-items:flex-start;background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:1.9rem;box-shadow:var(--sh-sm);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.hh-help__card:hover{transform:translateY(-6px);box-shadow:var(--sh);border-color:var(--blue-100)}
.hh-help__icon{width:3.2rem;height:3.2rem;border-radius:1rem;background:var(--grad);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;box-shadow:var(--sh-teal)}
.hh-help__card h3{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:.5rem;line-height:1.3}
.hh-help__card p{color:var(--muted);font-size:.9rem;line-height:1.55;flex:1}
.hh-help__more{margin-top:1.25rem;display:inline-flex;align-items:center;gap:.35rem;color:var(--teal);font-family:var(--font-display);font-weight:600;font-size:.88rem;transition:gap .2s}
.hh-help__card:hover .hh-help__more{gap:.65rem}
@media(min-width:640px){.hh-help{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1080px){.hh-help{grid-template-columns:repeat(4,1fr)}}

/* ---------- 3-up cards ---------- */
.hh-cards3{display:grid;grid-template-columns:1fr;gap:1.75rem}
@media(min-width:720px){.hh-cards3{grid-template-columns:repeat(3,1fr)}}
.hh-bcard,.hh-scard{background:#fff;border:1px solid var(--border);border-radius:var(--r);overflow:hidden;box-shadow:var(--sh-sm);transition:transform .22s ease,box-shadow .22s ease;display:block}
.hh-bcard:hover,.hh-scard:hover{transform:translateY(-6px);box-shadow:var(--sh)}
.hh-bcard__media,.hh-scard__media{height:180px;background:var(--grad-soft);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.92);background-size:cover;background-position:center}
.hh-bcard__body,.hh-scard__body{padding:1.6rem}
.hh-bcard__body h3,.hh-scard__body h3{font-size:1.15rem;font-weight:700;color:var(--navy);margin-bottom:.6rem;line-height:1.25}
.hh-bcard__body p,.hh-scard__body p{color:var(--muted);font-size:.92rem;line-height:1.6}
.hh-bcard__link,.hh-scard__more{margin-top:1.1rem;display:inline-flex;align-items:center;gap:.35rem;color:var(--teal);font-family:var(--font-display);font-weight:600;font-size:.88rem;transition:gap .2s}
.hh-scard:hover .hh-scard__more,.hh-bcard:hover .hh-bcard__link{gap:.65rem}

/* ---------- experience split ---------- */
.hh-exp{display:grid;grid-template-columns:1fr;gap:1.75rem}
@media(min-width:860px){.hh-exp{grid-template-columns:1fr 1fr}}
.hh-exp__card{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:2.4rem;box-shadow:var(--sh-sm)}
.hh-exp__card--alt{background:linear-gradient(160deg,#eef7f9,#ecfeff);border-color:var(--blue-100)}
.hh-exp__card h3{font-size:1.35rem;font-weight:800;color:var(--navy);margin-bottom:.75rem;line-height:1.2}
.hh-exp__card p{color:var(--muted);font-size:.95rem;line-height:1.65;margin-bottom:1.5rem}
.hh-tags{display:flex;flex-wrap:wrap;gap:.6rem}
.hh-tag{background:#fff;border:1px solid var(--border);color:var(--navy);font-weight:600;font-size:.82rem;padding:.45rem .9rem;border-radius:var(--pill);box-shadow:var(--sh-sm)}
.hh-exp__card--alt .hh-tag{border-color:var(--blue-100)}

/* ---------- CTA banner ---------- */
.hh-cta{background:var(--grad);position:relative;overflow:hidden}
.hh-cta::after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-140px;top:-200px;background:rgba(255,255,255,.10)}
.hh-cta__inner{position:relative;max-width:900px;margin:0 auto;padding:5rem 1.5rem;text-align:center}
.hh-cta__inner h2{color:#fff;font-size:clamp(1.9rem,3.8vw,2.7rem);line-height:1.1}
.hh-cta__inner p{color:rgba(255,255,255,.92);font-size:1.1rem;line-height:1.6;margin:1rem auto 0;max-width:40rem}
.hh-cta__btns{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center}

/* ---------- footer ---------- */
.hh-footer{background:linear-gradient(180deg,var(--footer),var(--footer-2));color:#c3d0de;padding:4.5rem 1.5rem 2rem}
.hh-footer__inner{max-width:1200px;margin:0 auto}
.hh-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}
.hh-footer__brand{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1.1rem}
.hh-footer__brand .mark{width:2.5rem;height:2.5rem;border-radius:.7rem;background:#12283d;display:flex;align-items:center;justify-content:center}
.hh-footer__brand .mark span{font-family:var(--font-display);font-weight:800;font-size:.95rem;color:#fff;letter-spacing:-.04em;border-bottom:2px solid var(--teal-bright);padding-bottom:1px;line-height:1}
.hh-footer__brand .txt{font-family:var(--font-display);font-weight:800;font-size:1.05rem;color:#fff}
.hh-footer__brand .txt .accent{color:var(--teal-bright)}
.hh-footer__blurb{color:#8194a8;font-size:.9rem;line-height:1.65;max-width:22rem}
.hh-footer__col h4{color:#fff;font-family:var(--font-display);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.1rem}
.hh-footer__col li{margin-bottom:.7rem}
.hh-footer__col a{color:#93a5ba;font-size:.9rem;display:inline-flex;align-items:center;gap:.45rem;transition:color .18s}
.hh-footer__col a:hover{color:#fff}
.hh-footer__contact .hh-footer__addr{color:#93a5ba;font-size:.9rem;display:flex;align-items:flex-start;gap:.45rem;line-height:1.5}
.hh-footer__contact svg{color:var(--teal-bright);flex-shrink:0}
.hh-footer__social{display:flex;gap:.5rem;margin-top:1.1rem}
.hh-footer__social a{width:2.3rem;height:2.3rem;display:flex;align-items:center;justify-content:center;border-radius:.65rem;border:1px solid rgba(255,255,255,.14);color:#93a5ba;transition:color .2s,border-color .2s,background-color .2s}
.hh-footer__social a:hover{color:#fff;border-color:var(--teal-bright);background:rgba(19,162,184,.14)}
.hh-footer__disclaimer{border:1px solid rgba(255,255,255,.1);border-radius:var(--r-sm);padding:.85rem 1.2rem;font-size:11.5px;color:#75879c;line-height:1.6;margin-bottom:1.75rem}
.hh-footer__bottom{border-top:1px solid rgba(255,255,255,.09);padding-top:1.5rem;font-size:.82rem;color:#75879c}
@media(min-width:640px){.hh-footer__grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.hh-footer__grid{grid-template-columns:1.6fr 1fr 1fr 1.2fr}}

/* ---------- whatsapp floating button ---------- */
.hh-wa{position:fixed;right:1.4rem;bottom:1.4rem;z-index:80;width:3.5rem;height:3.5rem;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px rgba(37,211,102,.45);transition:transform .18s ease,box-shadow .18s ease}
.hh-wa:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 16px 34px rgba(37,211,102,.55);color:#fff}

/* ============ full-homepage additions/overrides ============ */
.hh-sechead{max-width:47rem}
.hh-eyebrow{display:block;font-family:var(--font-body);font-weight:700;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:.85rem}
.hh-sechead h2{font-size:clamp(1.9rem,3.4vw,2.5rem)}

/* help icons soft-tint, left aligned */
.hh-help__icon{width:3rem;height:3rem;background:var(--blue-50);color:var(--teal);box-shadow:none;border:1px solid var(--blue-100);border-radius:.9rem}
.hh-help__card{padding:1.8rem}
.hh-help__more{cursor:pointer}

/* partner/service image cards */
.hh-bcard__media,.hh-scard__media{height:212px;background-color:#e6eef2}
.hh-scard__body p{font-size:.9rem}

/* experience */
.hh-exp__card{position:relative;padding:2.2rem;overflow:hidden}
.hh-exp__card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--grad)}
.hh-exp__card--alt{background:#fff;border-color:var(--border)}
.hh-exp__head{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.2rem}
.hh-exp__ic{width:3rem;height:3rem;flex-shrink:0;border-radius:50%;background:var(--blue-50);border:1px solid var(--blue-100);color:var(--teal);display:flex;align-items:center;justify-content:center}
.hh-exp__head h3{font-size:1.3rem;line-height:1.22;margin:0}
.hh-exp__rule{display:block;width:3rem;height:3px;border-radius:3px;background:var(--grad);margin-top:.7rem}
.hh-exp__desc{color:var(--muted);font-size:.94rem;line-height:1.7;margin:0 0 1.4rem}
.hh-exp__group{margin-top:1.4rem}
.hh-exp__glabel{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-body);font-weight:700;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:.9rem}
.hh-tag{display:inline-flex;align-items:center;gap:.4rem}
.hh-tag svg{color:var(--teal);opacity:.85}
.hh-exp__notice{margin-top:1.6rem;display:flex;gap:.6rem;align-items:flex-start;background:var(--blue-50);border:1px solid var(--blue-100);border-radius:var(--r-sm);padding:.85rem 1rem;font-size:.82rem;color:var(--muted);line-height:1.5}
.hh-exp__notice svg{color:var(--teal);flex-shrink:0;margin-top:1px}

/* CTA panel (4 buttons, left aligned) */
.hh-ctawrap{padding:4rem 0 5.5rem}
.hh-cta{background:var(--grad);border-radius:var(--r-lg);position:relative;overflow:hidden;box-shadow:var(--sh-lg)}
.hh-cta::after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;right:-120px;top:-170px;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 70%)}
.hh-cta__inner{position:relative;max-width:none;margin:0;padding:3.3rem;text-align:left}
.hh-cta__inner h2{color:#fff;font-size:clamp(1.7rem,3vw,2.3rem);max-width:34rem}
.hh-cta__inner p{color:rgba(255,255,255,.9);font-size:1rem;line-height:1.65;margin:1rem 0 0;max-width:54rem}
.hh-cta__btns{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.9rem;justify-content:flex-start}
.hh-cta__btn{display:inline-flex;align-items:center;gap:.4rem;padding:.85rem 1.35rem;border-radius:var(--r-sm);font-family:var(--font-display);font-weight:600;font-size:.92rem;background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.35);transition:transform .18s,background-color .2s}
.hh-cta__btn:hover{background:rgba(255,255,255,.2);transform:translateY(-2px);color:#fff}
.hh-cta__btn.is-primary{background:#fff;color:var(--teal-700);border-color:#fff;box-shadow:0 12px 26px rgba(0,0,0,.12)}
.hh-cta__btn.is-primary:hover{background:#fff;color:var(--teal)}

/* footer restructured */
.hh-footer__grid{grid-template-columns:1fr}
@media(min-width:640px){.hh-footer__grid{grid-template-columns:1fr 1fr}}
@media(min-width:1000px){.hh-footer__grid{grid-template-columns:1.7fr 1fr 1.3fr}}
.hh-footer__brand{align-items:center}
.hh-footer__brand .mark{width:2.7rem;height:2.7rem;background:#fff;border:1px solid rgba(255,255,255,.12)}
.hh-footer__brand .mark span{color:var(--navy);border-bottom-color:var(--teal)}
.hh-footer__brand .lock{display:flex;flex-direction:column;line-height:1.1}
.hh-footer__brand .lock .txt{font-size:1.02rem}
.hh-footer__brand .lock .sub{font-family:var(--font-body);font-weight:700;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--teal-bright);margin-top:2px}
.hh-footer__badge{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.35rem;background:rgba(19,162,184,.10);border:1px solid rgba(19,162,184,.3);border-radius:var(--pill);padding:.42rem .95rem;font-size:.78rem;font-weight:600;color:#cfe9ee}
.hh-footer__badge i{width:.5rem;height:.5rem;border-radius:50%;background:#22c55e;box-shadow:0 0 6px #22c55e;flex-shrink:0}
.hh-footer__note{display:flex;align-items:flex-start;gap:.55rem;margin-top:.85rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:var(--r-sm);padding:.65rem .9rem;font-size:11px;line-height:1.5;color:#8194a8;max-width:25rem}
.hh-footer__note i{width:.4rem;height:.4rem;border-radius:50%;background:var(--teal-bright);margin-top:.35rem;flex-shrink:0}
.hh-footer__col h4{display:flex;align-items:center;gap:.5rem}
.hh-footer__col h4 .dot{width:.4rem;height:.4rem;border-radius:50%;background:var(--teal-bright)}
.hh-footer__cinfo li{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:1rem;color:#9fb0c8;font-size:.9rem;line-height:1.5}
.hh-footer__cinfo svg{color:var(--teal-bright);flex-shrink:0;margin-top:1px}
.hh-footer__cinfo a{color:#9fb0c8}.hh-footer__cinfo a:hover{color:#fff}
.hh-footer__connect{font-family:var(--font-display);font-weight:700;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:#cbd5e1;margin:1.6rem 0 .9rem}
.hh-footer__social{gap:.6rem}
.hh-footer__social a{border-radius:50%;background:rgba(255,255,255,.05)}
.hh-footer__bottom{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}
.hh-footer__botnav{display:flex;gap:1.6rem}
.hh-footer__botnav a{color:#93a5ba;font-size:.82rem}.hh-footer__botnav a:hover{color:#fff}

/* header logo mark: light tile w/ dark HH (matches reference) */
.hh-header .hh-logo__mark{background:#fff;border:1px solid var(--border)}
.hh-header .hh-logo__mark span{color:var(--navy);border-bottom-color:var(--teal)}

/* ================= sub-pages (residential / commercial) ================= */
.hh-wrap--narrow{max-width:840px}
.hh-hero--sub .hh-hero__inner{padding-bottom:4rem}
.hh-hero__growth{position:absolute;left:0;bottom:.3rem;display:flex;align-items:center;gap:.6rem;background:#fff;border:1px solid var(--border);border-radius:.9rem;padding:.7rem .95rem;box-shadow:var(--sh-lg);z-index:3}
.hh-hero__growth-ic{width:2rem;height:2rem;border-radius:50%;background:#e7f8ee;color:#16a34a;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hh-hero__growth strong{display:block;font-family:var(--font-display);font-weight:700;font-size:.82rem;color:var(--navy);line-height:1.2}
.hh-hero__growth em{display:block;font-style:normal;font-size:.72rem;color:var(--muted)}

/* option cards (2-up, teal top border, button) */
.hh-optcards2{display:grid;grid-template-columns:1fr;gap:1.75rem;max-width:980px;margin:0 auto}
@media(min-width:780px){.hh-optcards2{grid-template-columns:1fr 1fr}}
.hh-optcard{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--sh-sm);padding:2rem;overflow:hidden}
.hh-optcard::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--grad)}
.hh-optcard__head{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}
.hh-optcard__ic{width:2.6rem;height:2.6rem;flex-shrink:0;border-radius:.7rem;background:var(--blue-50);border:1px solid var(--blue-100);color:var(--teal);display:flex;align-items:center;justify-content:center}
.hh-optcard__head h3{font-size:1.15rem;margin:0;line-height:1.25}
.hh-optcard p{color:var(--muted);font-size:.92rem;line-height:1.65;margin:0 0 1.4rem}

/* numbered process steps */
.hh-steps__title{font-size:clamp(1.6rem,2.8vw,2.1rem);margin-bottom:2rem}
.hh-steps{position:relative;display:flex;flex-direction:column;gap:1rem}
.hh-steps::before{content:"";position:absolute;left:1.1rem;top:1.1rem;bottom:1.1rem;width:2px;background:var(--blue-100)}
.hh-step{position:relative;display:flex;gap:1.1rem;align-items:stretch}
.hh-step__n{position:relative;z-index:1;flex-shrink:0;width:2.2rem;height:2.2rem;border-radius:50%;background:var(--grad);color:#fff;font-family:var(--font-display);font-weight:700;font-size:.92rem;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 4px #fff}
.hh-step__t{flex:1;background:#fff;border:1px solid var(--border);border-radius:var(--r-sm);padding:.85rem 1.2rem;box-shadow:var(--sh-sm);color:var(--muted);font-size:.92rem;line-height:1.5;display:flex;align-items:center}

/* roles card (residential) */
.hh-roles{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);padding:2.6rem;display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:900px){.hh-roles{grid-template-columns:1.1fr .9fr}}
.hh-roles__left h2{font-size:clamp(1.5rem,2.6vw,2rem);margin-bottom:1rem;line-height:1.15}
.hh-roles__left p{color:var(--muted);font-size:.95rem;line-height:1.7;margin-bottom:1rem}
.hh-roles__right{display:flex;flex-direction:column;gap:1rem;justify-content:center}
.hh-infobox{display:flex;gap:.9rem;background:var(--blue-50);border:1px solid var(--blue-100);border-radius:var(--r-sm);padding:1.1rem 1.2rem}
.hh-infobox__ic{width:2.2rem;height:2.2rem;flex-shrink:0;border-radius:.6rem;background:#fff;color:var(--teal);display:flex;align-items:center;justify-content:center;border:1px solid var(--blue-100)}
.hh-infobox h4{font-size:.95rem;margin:0 0 .3rem;color:var(--navy)}
.hh-infobox p{color:var(--muted);font-size:.85rem;line-height:1.55;margin:0}

/* changes check lists */
.hh-checks{display:grid;grid-template-columns:1fr;gap:1.75rem}
@media(min-width:780px){.hh-checks{grid-template-columns:1fr 1fr}}
.hh-check-card{background:#fff;border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--sh-sm);padding:2rem}
.hh-check-card__head{display:flex;align-items:center;gap:.7rem;margin-bottom:1.3rem}
.hh-check-card__ic{width:2.3rem;height:2.3rem;border-radius:50%;background:var(--blue-50);border:1px solid var(--blue-100);color:var(--teal);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hh-check-card__head h3{font-size:1.1rem;margin:0}
.hh-check-card ul{display:flex;flex-direction:column;gap:.9rem}
.hh-check-card li{display:flex;align-items:flex-start;gap:.6rem;color:var(--muted);font-size:.92rem;line-height:1.5}
.hh-check-card li svg{color:var(--teal);flex-shrink:0;margin-top:2px}

/* ready card (residential) */
.hh-ready{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);padding:2.4rem;overflow:hidden}
.hh-ready::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--grad)}
.hh-ready__head{display:flex;gap:.9rem;align-items:center;margin-bottom:1.8rem}
.hh-ready__ic{width:2.6rem;height:2.6rem;border-radius:.7rem;background:var(--blue-50);border:1px solid var(--blue-100);color:var(--teal);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hh-ready__head h3{font-size:1.2rem;margin:0}
.hh-ready__head p{color:var(--muted);font-size:.9rem;margin:.2rem 0 0}
.hh-ready__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:640px){.hh-ready__grid{grid-template-columns:1fr 1fr}}
@media(min-width:960px){.hh-ready__grid{grid-template-columns:1fr 1fr 1fr}}
.hh-ready__item{display:flex;gap:.8rem}
.hh-ready__n{width:1.8rem;height:1.8rem;flex-shrink:0;border-radius:50%;background:var(--grad);color:#fff;font-family:var(--font-display);font-weight:700;font-size:.82rem;display:flex;align-items:center;justify-content:center}
.hh-ready__item h4{font-size:.95rem;margin:0 0 .3rem;color:var(--navy)}
.hh-ready__item p{color:var(--muted);font-size:.85rem;line-height:1.55;margin:0}

/* terms card (residential) */
.hh-terms{display:flex;gap:1.1rem;background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);padding:2rem}
.hh-terms__ic{width:2.6rem;height:2.6rem;flex-shrink:0;border-radius:50%;background:#fff5e6;color:#d97706;border:1px solid #fde3b8;display:flex;align-items:center;justify-content:center}
.hh-terms__body h3{font-size:1.15rem;margin:0 0 .6rem}
.hh-terms__body p{color:var(--muted);font-size:.92rem;line-height:1.65;margin:0 0 1.2rem}

/* feature dark card (commercial) */
.hh-feature{position:relative;border-radius:var(--r-lg);overflow:hidden;background-color:#0d1a2b;background-size:cover;background-position:center;box-shadow:var(--sh-lg)}
.hh-feature::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,20,32,.95) 0%,rgba(10,20,32,.86) 45%,rgba(10,20,32,.45) 100%)}
.hh-feature__inner{position:relative;padding:3rem;max-width:41rem}
.hh-eyebrow--light{color:var(--teal-bright)}
.hh-feature__inner h2{color:#fff;font-size:clamp(1.7rem,3vw,2.3rem);margin-bottom:1rem}
.hh-feature__inner p{color:rgba(226,232,240,.85);font-size:.98rem;line-height:1.7;margin:0 0 1rem}
.hh-tags--dark{margin-top:1.4rem}
.hh-tags--dark .hh-tag{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#e2e8f0}

/* account chips + info-to-request (commercial) */
.hh-chips{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem}
@media(min-width:640px){.hh-chips{grid-template-columns:1fr 1fr}}
@media(min-width:900px){.hh-chips{grid-template-columns:1fr 1fr 1fr}}
.hh-chip{display:flex;align-items:center;gap:.8rem;background:#fff;border:1px solid var(--border);border-radius:var(--r-sm);padding:1rem 1.2rem;font-family:var(--font-display);font-weight:600;font-size:.95rem;color:var(--navy);box-shadow:var(--sh-sm)}
.hh-chip__ic{width:2.2rem;height:2.2rem;flex-shrink:0;border-radius:.6rem;background:var(--blue-50);border:1px solid var(--blue-100);color:var(--teal);display:flex;align-items:center;justify-content:center}
.hh-inforeq{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);padding:2.2rem}
.hh-inforeq__title{font-size:1.15rem;margin:0 0 1.6rem}
.hh-inforeq__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:640px){.hh-inforeq__grid{grid-template-columns:1fr 1fr}}
@media(min-width:960px){.hh-inforeq__grid{grid-template-columns:1fr 1fr 1fr}}
.hh-inforeq__item h4{font-size:.95rem;margin:0 0 .35rem;color:var(--navy)}
.hh-inforeq__item p{color:var(--muted);font-size:.85rem;line-height:1.55;margin:0}

/* large notice card (commercial) */
.hh-notice-lg{display:flex;gap:1.1rem;background:var(--blue-50);border:1px solid var(--blue-100);border-radius:var(--r-lg);padding:2rem}
.hh-notice-lg__ic{width:2.8rem;height:2.8rem;flex-shrink:0;border-radius:50%;background:#fff;color:var(--teal);border:1px solid var(--blue-100);display:flex;align-items:center;justify-content:center}
.hh-notice-lg h3{font-size:1.15rem;margin:0 0 .5rem}
.hh-notice-lg p{color:var(--muted);font-size:.92rem;line-height:1.65;margin:0}

/* ================= supplier partnerships ================= */
.hh-wrap--partner{max-width:1040px}
.hh-wrap--partner-wide{max-width:1160px}
.hh-partner-hero .hh-hero__inner{padding-top:4rem}
.hh-partner-hero .hh-hero__title{font-size:clamp(2.2rem,4.4vw,3.5rem)}
.hh-partner-hero .hh-frame__screen{background-position:center;min-height:350px}
.hh-partner-controls .hh-sechead{max-width:720px}
.hh-control-grid{display:grid;grid-template-columns:1fr;gap:1rem}
.hh-control-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--r-sm);padding:1.5rem;box-shadow:var(--sh-sm);overflow:hidden}
.hh-control-card::before,.hh-partner-action__card::before,.hh-partner-form-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--grad)}
.hh-control-card h3{font-size:.98rem;color:var(--teal);margin:0 0 .65rem}
.hh-control-card p{font-size:.87rem;line-height:1.6;color:var(--muted)}
.hh-partner-process .hh-steps{max-width:none}
.hh-partner-process .hh-step__n{box-shadow:0 0 0 4px var(--band)}
.hh-quality{overflow:hidden;padding-bottom:4rem}
.hh-quality__head{text-align:center;margin:0 auto 3.2rem}
.hh-quality__head .hh-eyebrow{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--blue-100);background:var(--blue-50);border-radius:var(--pill);padding:.35rem .8rem;margin-bottom:.8rem;font-size:10px}
.hh-quality__head h2{font-size:clamp(2rem,4vw,3rem)}
.hh-quality__head h2 span{color:var(--teal-bright);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px}
.hh-quality__head p{color:var(--muted);font-size:.92rem;margin-top:.65rem}
.hh-quality__map{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}
.hh-quality__column{display:flex;flex-direction:column;gap:1.65rem}
.hh-quality__item{display:flex;gap:.85rem;align-items:flex-start;padding-bottom:1.2rem;border-bottom:1px solid var(--border-2)}
.hh-quality__icon{width:2.3rem;height:2.3rem;border-radius:50%;background:var(--cyan-50);border:1px solid var(--blue-100);color:var(--teal);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hh-quality__item h3{font-size:.92rem;margin:0 0 .3rem}
.hh-quality__item p{font-size:.8rem;line-height:1.55;color:var(--muted)}
.hh-quality__person{position:relative;min-height:610px;display:flex;align-items:flex-end;justify-content:center;border-radius:45% 45% 18px 18px;background:linear-gradient(180deg,transparent 4%,rgba(19,162,184,.035) 38%,rgba(15,27,45,.07) 100%);box-shadow:inset 0 -1px 0 rgba(15,27,45,.12),0 28px 45px -32px rgba(15,27,45,.55)}
.hh-quality__person img{position:relative;z-index:2;width:auto;height:600px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 18px 16px rgba(15,27,45,.16))}
.hh-quality__social,.hh-quality__base{position:absolute;z-index:3;width:2.55rem;height:2.55rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-display);font-weight:800;box-shadow:0 7px 16px rgba(15,27,45,.18);border:3px solid #fff}
.hh-quality__social.is-one{top:4%;left:-1rem;background:#0a66c2;font-size:.75rem}
.hh-quality__social.is-two{top:9%;right:-1rem;background:linear-gradient(135deg,#f9ce34,#ee2a7b 54%,#6228d7);font-size:1.2rem}
.hh-quality__social.is-three{bottom:18%;left:-1rem;background:#1877f2;font-size:1.2rem}
.hh-quality__social.is-four{bottom:14%;right:-1rem;background:#f00;font-size:.75rem}
.hh-quality__base{bottom:-1.2rem;left:50%;transform:translateX(-50%);width:3rem;height:3rem;background:var(--teal-bright);font-size:1.15rem}
.hh-partner-action{padding-bottom:2rem}
.hh-partner-action__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
.hh-partner-action__card{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--r-sm);box-shadow:var(--sh-sm);padding:2rem;overflow:hidden}
.hh-partner-action__card h3{font-size:1.12rem;margin-bottom:.75rem}
.hh-partner-action__card p{font-size:.88rem;line-height:1.65;color:var(--muted);margin-bottom:1.35rem}
.hh-partner-contact{padding-top:4.5rem}
.hh-partner-contact .hh-sechead{margin-bottom:2rem}
.hh-partner-form-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--r-sm);box-shadow:var(--sh);padding:2rem;overflow:hidden}
.hh-partner-form-card__head{margin-bottom:1.5rem}
.hh-partner-form-card__head h3{font-size:1.18rem;margin-bottom:.4rem}
.hh-partner-form-card__head p{font-size:.8rem;line-height:1.55;color:var(--muted)}
.hh-partner-form__grid{display:grid;grid-template-columns:1fr;gap:1rem}
.hh-partner-form label{display:flex;flex-direction:column;gap:.4rem;color:var(--navy);font-size:.78rem;font-weight:600}
.hh-partner-form label>span{color:var(--teal)}
.hh-partner-form input,.hh-partner-form select,.hh-partner-form textarea{width:100%;border:1px solid var(--border);border-radius:.45rem;background:#fff;color:var(--ink);font:inherit;font-weight:400;font-size:.86rem;padding:.72rem .8rem;outline:none;transition:border-color .2s,box-shadow .2s}
.hh-partner-form textarea{resize:vertical;min-height:125px}
.hh-partner-form input:focus,.hh-partner-form select:focus,.hh-partner-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(14,127,146,.11)}
.hh-partner-form__consent{flex-direction:row!important;gap:.65rem!important;align-items:flex-start;margin:1.25rem 0;font-weight:400!important;font-size:.68rem!important;line-height:1.45;color:var(--muted)!important}
.hh-partner-form__consent input{width:auto!important;margin-top:.16rem;flex-shrink:0}
.hh-partner-form__consent span{color:var(--muted)!important}
.hh-partner-form__consent strong{color:var(--ink)}
.hh-partner-form__trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.hh-form-notice{padding:.85rem 1rem;margin-bottom:1.2rem;border-radius:.55rem;font-size:.86rem}
.hh-form-notice.is-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#166534}
.hh-form-notice.is-error{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}

@media(min-width:660px){
  .hh-control-grid{grid-template-columns:repeat(2,1fr)}
  .hh-partner-action__grid,.hh-partner-form__grid{grid-template-columns:repeat(2,1fr)}
  .hh-partner-form__grid .is-wide{grid-column:1/-1}
}
@media(min-width:900px){
  .hh-control-grid{grid-template-columns:repeat(3,1fr)}
  .hh-quality__map{grid-template-columns:minmax(0,1fr) 310px minmax(0,1fr);gap:2.6rem}
  .hh-quality__column--left .hh-quality__item{flex-direction:row-reverse;text-align:right}
  .hh-quality__person{min-height:640px}
  .hh-quality__person img{height:630px}
}
@media(max-width:659px){
  .hh-partner-hero .hh-hero__title br{display:none}
  .hh-partner-form-card{padding:1.35rem}
  .hh-quality__person{min-height:510px;margin:0 1.2rem}
  .hh-quality__person img{height:500px}
  .hh-partner-action{padding-bottom:1rem}
}

/* ================= our process ================= */
.hh-wrap--process{max-width:1080px}
.hh-process-hero .hh-hero__inner{padding-top:4rem;padding-bottom:4.5rem}
.hh-process-hero .hh-hero__title{font-size:clamp(2.2rem,4.4vw,3.5rem)}
.hh-process-hero .hh-frame__screen{min-height:350px;background-position:center 34%}
.hh-process-workflow .hh-sechead{max-width:700px}
.hh-workflow-grid{display:grid;grid-template-columns:1fr;gap:1rem}
.hh-workflow-card{position:relative;min-height:205px;background:#fff;border:1px solid var(--border);border-radius:var(--r-sm);padding:1.25rem;overflow:hidden;box-shadow:var(--sh-sm)}
.hh-workflow-card__watermark{position:absolute;right:.25rem;top:-.45rem;color:#edf5f6;font-family:var(--font-display);font-weight:800;font-size:4.25rem;line-height:1;letter-spacing:-.06em}
.hh-workflow-card__meta{position:relative;display:flex;align-items:center;gap:.65rem;color:var(--teal);font-size:.7rem;font-weight:700;margin-bottom:1.05rem}
.hh-workflow-card__icon{width:2rem;height:2rem;border-radius:.55rem;display:flex;align-items:center;justify-content:center;background:var(--blue-50);border:1px solid var(--blue-100)}
.hh-workflow-card h3{position:relative;font-size:.92rem;margin-bottom:.55rem}
.hh-workflow-card p{position:relative;color:var(--muted);font-size:.77rem;line-height:1.55}
.hh-process-channels{position:relative;overflow:hidden;background:radial-gradient(60% 70% at 5% 75%,rgba(0,198,220,.22),transparent 70%),radial-gradient(45% 60% at 100% 0,rgba(0,130,160,.18),transparent 70%),#061023;color:#d7e4ef;padding:6.5rem 0}
.hh-process-channels::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(180deg,#000,transparent 85%);-webkit-mask-image:linear-gradient(180deg,#000,transparent 85%)}
.hh-process-channels__head{position:relative;text-align:center;max-width:780px;margin:0 auto 3.2rem}
.hh-process-channels__head .hh-eyebrow{display:inline-flex;align-items:center;border:1px solid rgba(34,184,207,.45);background:rgba(19,162,184,.11);border-radius:var(--pill);padding:.36rem .85rem;color:#50d8eb;font-size:10px}
.hh-process-channels__head h2{color:#fff;font-size:clamp(2rem,4vw,3rem);margin-top:.45rem}
.hh-process-channels__head p{color:#bdd0df;font-size:.93rem;line-height:1.7;margin-top:1rem}
.hh-channel-picker{position:relative;display:grid;grid-template-columns:1fr;gap:.85rem}
.hh-channel-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:220px;padding:1.25rem 1rem;background:#f8fafc;border:2px solid transparent;border-radius:var(--r-sm);color:var(--ink);box-shadow:0 14px 28px rgba(0,0,0,.14);transition:transform .2s,border-color .2s,box-shadow .2s}
.hh-channel-card:hover{transform:translateY(-4px)}
.hh-channel-card.is-active{background:#f4feff;border-color:#16c4d9;box-shadow:0 0 0 1px rgba(22,196,217,.5),0 0 26px rgba(22,196,217,.35)}
.hh-channel-card__check{display:none;position:absolute;right:.6rem;top:.6rem;width:1.35rem;height:1.35rem;border-radius:50%;background:#13b8cc;color:#fff;align-items:center;justify-content:center;font-size:.72rem}
.hh-channel-card.is-active .hh-channel-card__check{display:flex}
.hh-channel-card__icon{width:3.25rem;height:3.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--blue-50);border:1px solid var(--blue-100);color:var(--teal);margin-bottom:1rem}
.hh-channel-card.is-active .hh-channel-card__icon{background:var(--grad);color:#fff;box-shadow:var(--sh-teal)}
.hh-channel-card strong{font-family:var(--font-display);font-size:.85rem;line-height:1.25;margin-bottom:.65rem;color:var(--navy)}
.hh-channel-card small{font-size:.68rem;line-height:1.5;color:var(--muted)}
.hh-channel-selected{position:relative;max-width:760px;margin:2.4rem auto 0;background:rgba(15,31,54,.94);border:1px solid rgba(22,196,217,.45);border-radius:var(--r);padding:1.5rem 1.7rem;box-shadow:0 22px 50px rgba(0,0,0,.25)}
.hh-channel-selected__main{display:flex;align-items:center;gap:1rem;padding-bottom:1.15rem;border-bottom:1px solid rgba(255,255,255,.1)}
.hh-channel-selected__icon{width:3rem;height:3rem;flex-shrink:0;border-radius:.75rem;background:var(--grad);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 22px rgba(19,162,184,.32)}
.hh-channel-selected__main span{font-size:.88rem;color:#fff}.hh-channel-selected__main strong{color:#37d3e5}
.hh-channel-selected__main p{margin-top:.25rem;font-size:.73rem;line-height:1.5;color:#9fb3c6}
.hh-channel-selected__choices{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;padding-top:1rem;font-size:.67rem}
.hh-channel-selected__choices .is-confirmed{color:#6ee7b7;background:rgba(16,185,129,.12);border:1px solid rgba(16,185,129,.4);padding:.35rem .7rem;border-radius:var(--pill)}
.hh-channel-selected__choices button{background:none;border:0;color:#9fb3c6;padding:.35rem 0;font-size:inherit}
.hh-channel-notice{position:relative;margin-top:2rem;display:flex;align-items:center;gap:1rem;background:#f7fbfc;border:1px solid rgba(34,184,207,.35);border-radius:var(--r);color:var(--ink);padding:1.55rem 1.8rem}
.hh-channel-notice__icon{width:3rem;height:3rem;flex-shrink:0;border-radius:.75rem;background:var(--grad);display:flex;align-items:center;justify-content:center;color:#fff}
.hh-channel-notice h3{font-size:1rem;margin-bottom:.3rem}.hh-channel-notice p{font-size:.78rem;line-height:1.5;color:var(--muted)}
.hh-channel-notice__check{margin-left:auto;width:3rem;height:3rem;flex-shrink:0;border-radius:.75rem;background:#dff9fc;border:1px solid #b4ecf3;color:var(--teal);display:flex;align-items:center;justify-content:center}
.hh-process-readiness .hh-sechead{max-width:720px}
.hh-readiness-grid{display:grid;grid-template-columns:1fr;gap:1.75rem}
.hh-readiness-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-sm);overflow:hidden;box-shadow:var(--sh-sm)}
.hh-readiness-card__media{height:245px;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end}
.hh-readiness-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(5,14,24,.86) 100%)}
.hh-readiness-card__media>div{position:relative;z-index:1;display:flex;align-items:center;gap:.7rem;padding:1.25rem;color:#fff}
.hh-readiness-card__media span{width:2.4rem;height:2.4rem;border-radius:.6rem;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px)}
.hh-readiness-card__media h3{color:#fff;font-size:1.1rem}
.hh-readiness-card>p{padding:1.5rem;color:var(--muted);font-size:.82rem;line-height:1.65}
.hh-process-cta{position:relative;margin-top:7rem;border-radius:var(--r-lg);overflow:hidden;background-size:cover;background-position:center;box-shadow:var(--sh-lg)}
.hh-process-cta::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(23,162,184,.92),rgba(73,169,185,.82))}
.hh-process-cta__inner{position:relative;padding:3.25rem;max-width:760px}
.hh-process-cta h2{color:#fff;font-size:clamp(1.6rem,3vw,2.2rem)}
.hh-process-cta p{color:rgba(255,255,255,.93);font-size:.9rem;line-height:1.65;margin:1rem 0 1.5rem}

@media(min-width:600px){
  .hh-workflow-grid{grid-template-columns:repeat(2,1fr)}
  .hh-channel-picker{grid-template-columns:repeat(2,1fr)}
}
@media(min-width:850px){
  .hh-workflow-grid{grid-template-columns:repeat(4,1fr)}
  .hh-channel-picker{grid-template-columns:repeat(6,1fr)}
  .hh-readiness-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:659px){
  .hh-process-hero .hh-hero__title br{display:none}
  .hh-process-channels{padding:4.5rem 0}
  .hh-channel-notice{align-items:flex-start;padding:1.25rem}
  .hh-channel-notice__check{display:none}
  .hh-process-cta{margin-top:4rem}
  .hh-process-cta__inner{padding:2rem 1.5rem}
}

/* ================= about us ================= */
.hh-wrap--about{max-width:1040px}
.hh-about-hero .hh-hero__inner{padding-top:4rem;padding-bottom:4.5rem}
.hh-about-hero .hh-hero__title{font-size:clamp(2.25rem,4.5vw,3.55rem)}
.hh-about-hero .hh-frame__screen{min-height:350px;background-position:center}
.hh-about-story{display:grid;grid-template-columns:1fr;gap:2.4rem;align-items:center}
.hh-about-story__media{min-height:410px;border-radius:var(--r-lg);background-size:cover;background-position:center;box-shadow:var(--sh);position:relative;overflow:hidden}
.hh-about-story__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(6,16,28,.65))}
.hh-about-story__media span{position:absolute;z-index:1;left:1.25rem;bottom:1rem;color:#fff;font-size:.74rem;font-weight:700}
.hh-about-story__copy h2,.hh-about-global__copy h2{font-size:clamp(1.8rem,3.2vw,2.35rem);margin-bottom:1rem}
.hh-about-story__copy p,.hh-about-global__copy p{color:var(--muted);font-size:.9rem;line-height:1.7;margin-bottom:1rem}
.hh-about-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.2rem}
.hh-about-tags span{display:inline-flex;background:var(--blue-50);border:1px solid var(--blue-100);color:var(--teal-700);font-weight:600;font-size:.68rem;padding:.34rem .7rem;border-radius:var(--pill)}
.hh-mission-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
.hh-mission-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:2rem;box-shadow:var(--sh-sm);overflow:hidden;min-height:225px}
.hh-mission-card__shape,.hh-value-card__shape{position:absolute;top:0;right:0;width:7rem;height:5.5rem;border-radius:0 0 0 100%;background:#f0f7f8}
.hh-mission-card__icon,.hh-value-card__icon{position:relative;width:2.7rem;height:2.7rem;border-radius:.75rem;background:var(--blue-50);border:1px solid var(--blue-100);color:var(--teal);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.hh-mission-card small,.hh-leader-card small{display:block;color:var(--teal);font-size:.65rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.65rem}
.hh-mission-card p{font-family:var(--font-display);font-size:1rem;line-height:1.6;color:var(--navy);font-weight:600;max-width:30rem}
.hh-about-values .hh-sechead{max-width:760px}
.hh-values-grid{display:grid;grid-template-columns:1fr;gap:1rem}
.hh-value-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--r-sm);padding:1.4rem;box-shadow:var(--sh-sm);overflow:hidden;min-height:180px}
.hh-value-card__shape{width:4.5rem;height:3.8rem}
.hh-value-card__icon{width:2.3rem;height:2.3rem;border-radius:.65rem;margin-bottom:.85rem}
.hh-value-card h3{font-size:.9rem;margin-bottom:.45rem}
.hh-value-card p{color:var(--muted);font-size:.75rem;line-height:1.55}
.hh-about-global__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}
.hh-about-tags--slate span{background:#fff;border-color:var(--border);color:var(--muted)}
.hh-about-global__media{min-height:350px;border-radius:var(--r-lg);background-size:cover;background-position:center;box-shadow:var(--sh);border:1px solid var(--border)}
.hh-about-ready__grid{display:grid;grid-template-columns:1fr;gap:.85rem}
.hh-about-ready__item{display:flex;gap:.8rem;align-items:flex-start;background:#fbfcfd;border:1px solid var(--border-2);border-radius:var(--r-sm);padding:1rem}
.hh-about-ready__item>span{width:2.35rem;height:2.35rem;flex-shrink:0;border-radius:.65rem;background:var(--blue-50);border:1px solid var(--blue-100);color:var(--teal);display:flex;align-items:center;justify-content:center}
.hh-about-ready__item h3{font-size:.82rem;margin-bottom:.25rem}
.hh-about-ready__item p{color:var(--muted);font-size:.7rem;line-height:1.5}
.hh-leader-card{position:relative;display:flex;flex-direction:column;gap:1.7rem;align-items:flex-start;background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:2.6rem;box-shadow:var(--sh);overflow:hidden}
.hh-leader-card::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:var(--grad)}
.hh-leader-card__avatar{position:relative;width:6.5rem;height:6.5rem;flex-shrink:0;border-radius:1.25rem;background:var(--grad);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:2rem;font-weight:800;box-shadow:var(--sh-teal)}
.hh-leader-card__avatar span{position:absolute;right:-.45rem;bottom:-.45rem;width:1.75rem;height:1.75rem;border-radius:50%;background:var(--teal);border:3px solid #fff;font-size:.72rem;display:flex;align-items:center;justify-content:center}
.hh-leader-card__copy h2{font-size:1.25rem;margin-bottom:.7rem}
.hh-leader-card__copy p{color:var(--muted);font-size:.85rem;line-height:1.65;max-width:700px}
.hh-about-cta-section{padding-top:4.5rem}
.hh-about-cta{margin-top:0}

@media(min-width:650px){
  .hh-mission-grid{grid-template-columns:repeat(2,1fr)}
  .hh-values-grid{grid-template-columns:repeat(2,1fr)}
  .hh-about-ready__grid{grid-template-columns:repeat(2,1fr)}
  .hh-leader-card{flex-direction:row;align-items:center}
}
@media(min-width:900px){
  .hh-about-story{grid-template-columns:.95fr 1.05fr}
  .hh-values-grid{grid-template-columns:repeat(3,1fr)}
  .hh-about-global__grid{grid-template-columns:1fr 1fr}
  .hh-about-ready__grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:659px){
  .hh-about-hero .hh-hero__title br{display:none}
  .hh-about-story__media{min-height:330px}
  .hh-about-global__media{min-height:280px}
  .hh-leader-card{padding:2rem 1.4rem}
}

/* ================= contact ================= */
.hh-wrap--contact{max-width:1040px}
.hh-contact-hero .hh-hero__inner{padding-top:4rem;padding-bottom:6rem}
.hh-contact-hero .hh-hero__title{font-size:clamp(2.2rem,4.45vw,3.45rem)}
.hh-contact-hero .hh-frame__screen{min-height:350px;background-position:center}
.hh-contact-strip-wrap{position:relative;background:linear-gradient(180deg,#f7fbfc,#fff);padding-bottom:2.5rem}
.hh-contact-strip{position:relative;z-index:4;margin-top:-2.5rem;background:#fff;border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--sh);display:grid;grid-template-columns:1fr;overflow:hidden}
.hh-contact-strip>a,.hh-contact-strip>div{display:flex;align-items:center;gap:.85rem;min-height:95px;padding:1.15rem;border-bottom:1px solid var(--border-2)}
.hh-contact-strip>div>span,.hh-contact-strip>a>span{width:2.7rem;height:2.7rem;flex-shrink:0;border-radius:.8rem;background:var(--blue-50);border:1px solid var(--blue-100);color:var(--teal);display:flex;align-items:center;justify-content:center}
.hh-contact-strip small{display:block;color:var(--faint);font-size:.59rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.2rem}
.hh-contact-strip strong{display:block;color:var(--navy);font-size:.7rem;line-height:1.45;font-weight:600}
.hh-contact-forms h2,.hh-contact-faqs>div>h2{font-size:clamp(1.7rem,3vw,2.2rem);margin-bottom:2rem}
.hh-contact-tabs{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.5rem}
.hh-contact-tabs button{padding:.65rem 1rem;border-radius:var(--pill);background:#fff;border:1px solid var(--border);color:var(--ink);font-weight:600;font-size:.78rem;box-shadow:var(--sh-sm);transition:background-color .2s,color .2s,border-color .2s,transform .2s}
.hh-contact-tabs button:hover{border-color:var(--teal);color:var(--teal);transform:translateY(-1px)}
.hh-contact-tabs button.is-active{background:var(--grad);border-color:var(--teal);color:#fff;box-shadow:var(--sh-teal)}
.hh-contact-panel{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--r-sm);box-shadow:var(--sh);padding:2rem;overflow:hidden}
.hh-contact-panel::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:var(--grad)}
.hh-contact-panel[hidden]{display:none}
.hh-contact-panel>header{margin-bottom:1.6rem}
.hh-contact-panel>header h3{font-size:1.15rem;margin-bottom:.45rem}
.hh-contact-panel>header p{color:var(--muted);font-size:.77rem;line-height:1.55}
.hh-contact-form__grid{display:grid;grid-template-columns:1fr;gap:1rem}
.hh-contact-form label{display:flex;flex-direction:column;gap:.38rem;color:var(--navy);font-size:.75rem;font-weight:600}
.hh-contact-form label>span{color:var(--teal)}
.hh-contact-form input,.hh-contact-form select,.hh-contact-form textarea{width:100%;border:1px solid var(--border);border-radius:.45rem;background:#fff;color:var(--ink);font:inherit;font-weight:400;font-size:.84rem;padding:.72rem .8rem;outline:none;transition:border-color .2s,box-shadow .2s}
.hh-contact-form textarea{resize:vertical;min-height:120px}
.hh-contact-form input:focus,.hh-contact-form select:focus,.hh-contact-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(14,127,146,.11)}
.hh-contact-form__consent{flex-direction:row!important;align-items:flex-start;gap:.65rem!important;margin:1.15rem 0;font-size:.66rem!important;font-weight:400!important;line-height:1.45;color:var(--muted)!important}
.hh-contact-form__consent input{width:auto!important;margin-top:.15rem;flex-shrink:0}
.hh-contact-form__consent span{color:var(--muted)!important}.hh-contact-form__consent strong{color:var(--ink)}
.hh-contact-faqs{padding-top:5rem}
.hh-faq-group{margin-top:3.3rem}
.hh-faq-group>h3{display:flex;align-items:center;gap:1rem;color:var(--teal-700);font-size:.95rem;text-align:center;margin-bottom:1rem}
.hh-faq-group>h3 span{height:1px;background:var(--blue-100);flex:1}
.hh-faq-list{display:flex;flex-direction:column;gap:.65rem}
.hh-faq-item{background:#fff;border:1px solid var(--border);border-radius:var(--r-sm);box-shadow:var(--sh-sm);overflow:hidden}
.hh-faq-item[open]{border-color:var(--blue-100);box-shadow:0 5px 20px rgba(14,127,146,.08)}
.hh-faq-item summary{position:relative;cursor:pointer;list-style:none;padding:1rem 3.5rem 1rem 1.15rem;color:var(--navy);font-size:.77rem;font-weight:700}
.hh-faq-item summary::-webkit-details-marker{display:none}
.hh-faq-item summary>span{position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:1.7rem;height:1.7rem;border-radius:50%;background:var(--blue-50);color:var(--teal)}
.hh-faq-item summary>span::before,.hh-faq-item summary>span::after{content:"";position:absolute;left:50%;top:50%;width:.6rem;height:1px;background:currentColor;transform:translate(-50%,-50%)}
.hh-faq-item summary>span::after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .2s}
.hh-faq-item[open] summary{color:var(--teal)}
.hh-faq-item[open] summary>span{background:var(--grad);color:#fff}
.hh-faq-item[open] summary>span::after{transform:translate(-50%,-50%) rotate(0)}
.hh-faq-item>div{padding:0 1.15rem 1rem;border-top:1px solid var(--border-2)}
.hh-faq-item>div p{position:relative;color:var(--muted);font-size:.72rem;line-height:1.65;padding:.85rem 0 0 1rem}
.hh-faq-item>div p::before{content:"";position:absolute;left:0;top:1.2rem;width:.32rem;height:.32rem;border-radius:50%;background:var(--teal-bright)}

@media(min-width:650px){
  .hh-contact-strip{grid-template-columns:repeat(2,1fr)}
  .hh-contact-strip>a,.hh-contact-strip>div{border-right:1px solid var(--border-2)}
  .hh-contact-form__grid{grid-template-columns:repeat(2,1fr)}
  .hh-contact-form__grid .is-wide{grid-column:1/-1}
}
@media(min-width:980px){
  .hh-contact-strip{grid-template-columns:repeat(4,1fr)}
  .hh-contact-strip>a,.hh-contact-strip>div{border-bottom:0}
}
@media(max-width:659px){
  .hh-contact-hero .hh-hero__title br{display:none}
  .hh-contact-panel{padding:1.35rem}
  .hh-contact-strip{margin-top:-1.5rem}
}

/* ================= solar services ================= */
.hh-wrap--solar{max-width:1060px}
.hh-solar-hero .hh-hero__inner{padding-top:4rem;padding-bottom:4.5rem}
.hh-solar-hero .hh-frame__screen{min-height:360px;background-position:center}
.hh-solar-hero .hh-hero__circle{background:radial-gradient(circle at 35% 30%,#147f91,#0d2638)}
.hh-solar-intro{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start;margin-bottom:3rem}
.hh-solar-intro h2{font-size:clamp(1.8rem,3.2vw,2.4rem)}
.hh-solar-intro>p{color:var(--muted);font-size:.96rem;line-height:1.75}
.hh-solar-benefits{display:grid;grid-template-columns:1fr;gap:1.2rem}
.hh-solar-benefits article{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:1.7rem;box-shadow:var(--sh-sm);overflow:hidden}
.hh-solar-benefits article::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:var(--grad)}
.hh-solar-benefits article>span{width:3rem;height:3rem;border-radius:.85rem;background:var(--blue-50);border:1px solid var(--blue-100);color:var(--teal);display:flex;align-items:center;justify-content:center;margin-bottom:1.15rem}
.hh-solar-benefits h3{font-size:1rem;margin-bottom:.5rem}.hh-solar-benefits p{color:var(--muted);font-size:.82rem;line-height:1.6}
.hh-solar-steps{display:grid;grid-template-columns:1fr;gap:1rem}
.hh-solar-steps article{position:relative;display:flex;align-items:flex-start;gap:1rem;background:#fff;border:1px solid var(--border);border-radius:var(--r-sm);padding:1.25rem;box-shadow:var(--sh-sm)}
.hh-solar-steps article>span{width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:50%;background:var(--grad);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:.75rem;font-weight:800;box-shadow:var(--sh-teal)}
.hh-solar-steps p{color:var(--muted);font-size:.84rem;line-height:1.6;padding-top:.15rem}
.hh-solar-ready{display:grid;grid-template-columns:1fr;gap:1rem}
.hh-solar-ready article{display:flex;gap:.9rem;align-items:flex-start;border:1px solid var(--border);border-radius:var(--r-sm);padding:1.2rem;background:#fff;box-shadow:var(--sh-sm)}
.hh-solar-ready article>span{width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:.7rem;background:var(--blue-50);border:1px solid var(--blue-100);color:var(--teal);display:flex;align-items:center;justify-content:center}
.hh-solar-ready h3{font-size:.9rem;margin-bottom:.35rem}.hh-solar-ready p{color:var(--muted);font-size:.76rem;line-height:1.55}
.hh-solar-notice{display:flex;gap:1rem;align-items:flex-start;margin-top:2rem;background:var(--blue-50);border:1px solid var(--blue-100);border-radius:var(--r);padding:1.5rem}
.hh-solar-notice>span{width:2.8rem;height:2.8rem;flex-shrink:0;border-radius:50%;background:#fff;color:var(--teal);display:flex;align-items:center;justify-content:center;border:1px solid var(--blue-100)}
.hh-solar-notice h3{font-size:1rem;margin-bottom:.35rem}.hh-solar-notice p{color:var(--muted);font-size:.8rem;line-height:1.6}
.hh-solar-faqs .hh-faq-list{max-width:900px}
.hh-services-grid .hh-scard__body{display:flex;flex-direction:column;height:calc(100% - 212px)}
.hh-services-grid .hh-scard__body p{flex:1}
.hh-services-grid .hh-scard__more{margin-top:1.1rem}
@media(min-width:700px){.hh-solar-benefits{grid-template-columns:repeat(3,1fr)}.hh-solar-steps,.hh-solar-ready{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.hh-solar-intro{grid-template-columns:.85fr 1.15fr;gap:4rem}.hh-services-grid{grid-template-columns:repeat(3,1fr)}}

/* ================= Telecom Services page ================= */
.hh-telecom-hero .hh-hero__title{font-size:clamp(2.1rem,3.7vw,3.05rem)}
.hh-telecom-hero .hh-frame__screen{background-position:center;min-height:350px}
@media(max-width:640px){.hh-telecom-hero .hh-hero__title br{display:none}}
.hh-telecom-page .hh-optcards2{max-width:none}
.hh-telecom-page .hh-optcard p{margin-bottom:0}
/* service categories */
.hh-tcats{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:640px){.hh-tcats{grid-template-columns:1fr 1fr}}
@media(min-width:960px){.hh-tcats{grid-template-columns:repeat(3,1fr)}}
.hh-tcat{background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:1.6rem;box-shadow:var(--sh-sm);transition:transform .2s ease,box-shadow .2s ease}
.hh-tcat:hover{transform:translateY(-3px);box-shadow:var(--sh)}
.hh-tcat__ic{width:2.5rem;height:2.5rem;border-radius:.7rem;background:var(--blue-50);border:1px solid var(--blue-100);color:var(--teal);display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}
.hh-tcat h3{font-size:1.08rem;margin:0 0 .55rem}
.hh-tcat p{color:var(--muted);font-size:.9rem;line-height:1.65;margin:0}
/* provider table */
.hh-ptable{background:#fff;border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--sh);overflow-x:auto}
.hh-ptable table{width:100%;border-collapse:collapse;min-width:520px}
.hh-ptable th,.hh-ptable td{text-align:left;padding:1.05rem 1.4rem;font-size:.92rem;vertical-align:top}
.hh-ptable thead th{background:var(--band);font-family:var(--font-display);font-weight:700;color:var(--navy);border-bottom:1px solid var(--border)}
.hh-ptable tbody th{font-family:var(--font-display);font-weight:700;color:var(--navy);white-space:nowrap;width:9rem}
.hh-ptable tbody td{color:var(--muted)}
.hh-ptable tbody tr+tr th,.hh-ptable tbody tr+tr td{border-top:1px solid var(--border-2)}
/* provider page cards */
.hh-pcards{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:720px){.hh-pcards{grid-template-columns:1fr 1fr}}
.hh-pcard{display:block;background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:1.8rem;box-shadow:var(--sh-sm);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.hh-pcard:hover{transform:translateY(-3px);box-shadow:var(--sh);border-color:var(--blue-100)}
.hh-pcard h3{font-size:1.2rem;margin:0 0 .6rem}
.hh-pcard p{color:var(--muted);font-size:.93rem;line-height:1.65;margin:0 0 1rem}
.hh-pcard__more{display:inline-flex;align-items:center;gap:.3rem;color:var(--teal);font-family:var(--font-display);font-weight:700;font-size:.86rem}
.hh-pcard:hover .hh-pcard__more svg{transform:translateX(3px)}
.hh-pcard__more svg{transition:transform .2s ease}
/* process: full width like the mockup */
.hh-telecom-process .hh-steps{max-width:none}
/* ready box with icons */
.hh-ready--icons .hh-ready__grid{gap:1rem}
.hh-ready--icons .hh-ready__item{background:#f8fafc;border-radius:var(--r-sm);padding:1rem 1.1rem}
.hh-ready__icbox{position:relative;width:2.6rem;height:2.6rem;flex-shrink:0;border-radius:.7rem;background:#fff;border:1px solid var(--border);color:var(--teal);display:flex;align-items:center;justify-content:center;box-shadow:var(--sh-sm)}
.hh-ready__icbox .hh-ready__n{position:absolute;top:-.55rem;left:-.55rem;width:1.3rem;height:1.3rem;font-size:.66rem}
/* notices as white cards on the band */
.hh-tnotices{display:flex;flex-direction:column;gap:1.25rem}
.hh-notice-lg--card{background:#fff;border-color:var(--border);box-shadow:var(--sh-sm)}
.hh-notice-lg--card .hh-notice-lg__ic{border-radius:.8rem;background:var(--blue-50)}
@media(prefers-reduced-motion:reduce){.hh-tcat,.hh-pcard,.hh-pcard__more svg{transition:none}}
/* 4 (or any even, non-multiple-of-3) categories: two columns */
@media(min-width:960px){.hh-tcats--2{grid-template-columns:1fr 1fr}}
/* provider-page FAQ: larger type, x when open (mockup) */
.hh-telecom-faq .hh-faq-item summary{font-size:.95rem;padding:1.25rem 4rem 1.25rem 1.4rem}
.hh-telecom-faq .hh-faq-item summary>span{width:1.9rem;height:1.9rem}
.hh-telecom-faq .hh-faq-item[open] summary>span::before{transform:translate(-50%,-50%) rotate(45deg)}
.hh-telecom-faq .hh-faq-item[open] summary>span::after{transform:translate(-50%,-50%) rotate(-45deg)}
.hh-telecom-faq .hh-faq-item>div{padding:0 1.4rem 1.2rem}
.hh-telecom-faq .hh-faq-item>div p{font-size:.9rem;padding-top:1rem}
.hh-telecom-faq .hh-faq-item>div p::before{top:1.55rem}

/* ================= Brand mark (header + footer) ================= */
.hh-mark{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:.8rem;background:linear-gradient(140deg,#0b6b7c 0%,#0e7f92 45%,#22b8cf 100%);box-shadow:0 8px 18px -8px rgba(14,127,146,.65),inset 0 1px 0 rgba(255,255,255,.22);overflow:hidden}
.hh-mark::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 15%,rgba(255,255,255,.28),transparent 55%)}
.hh-mark__txt{position:relative;z-index:1;font-family:var(--font-display);font-weight:800;font-size:1.02rem;letter-spacing:-.05em;color:#fff;line-height:1;transform:translate(-1px,1px)}
.hh-mark__waves{position:absolute;top:.28rem;right:.28rem;width:.8rem;height:.8rem;color:rgba(255,255,255,.75)}
.hh-footer__brand .hh-mark{box-shadow:0 8px 20px -8px rgba(34,184,207,.55),inset 0 1px 0 rgba(255,255,255,.2)}
.hh-mark-legal{font-weight:600;color:var(--teal);letter-spacing:.01em}
.hh-footer__brand .hh-mark-legal{color:var(--teal-bright)}
.hh-logo:hover .hh-mark{box-shadow:0 10px 22px -8px rgba(14,127,146,.8),inset 0 1px 0 rgba(255,255,255,.22)}

/* ================= Legal pages (Privacy Policy, Terms & Conditions) ================= */
.hh-legal-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--border-2)}
.hh-legal-hero__inner{position:relative;z-index:1;max-width:820px;margin:0 auto;padding:3.6rem 1.5rem 3.2rem;text-align:center}
.hh-legal-hero .hh-pill{margin-bottom:1.1rem}
.hh-legal-hero__title{font-size:clamp(2rem,4vw,2.9rem);line-height:1.1;letter-spacing:-.03em;color:var(--navy)}
.hh-legal-hero__intro{margin:1rem auto 0;max-width:36rem;color:var(--muted);font-size:1.02rem;line-height:1.65}
.hh-legal-hero__meta{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.3rem;padding:.4rem .85rem;border-radius:var(--pill);background:#fff;border:1px solid var(--border);color:var(--muted);font-size:.8rem;box-shadow:var(--sh-sm)}
.hh-legal-hero__meta svg{color:var(--teal)}
.hh-legal-body{padding:3.5rem 1.5rem 5.5rem}
.hh-legal-content{max-width:820px;margin:0 auto;color:var(--ink);font-size:1rem;line-height:1.75}
.hh-legal-content>*+*{margin-top:1.1rem}
.hh-legal-content h2{font-size:1.4rem;margin-top:2.6rem;padding-top:1.6rem;border-top:1px solid var(--border-2)}
.hh-legal-content h2:first-child{margin-top:0;padding-top:0;border-top:0}
.hh-legal-content h3{font-size:1.12rem;margin-top:1.8rem}
.hh-legal-content h4{font-size:1rem;margin-top:1.5rem}
.hh-legal-content p,.hh-legal-content li{color:#445468}
.hh-legal-content strong{color:var(--navy)}
.hh-legal-content a{color:var(--teal);text-decoration:underline;text-underline-offset:2px;text-decoration-color:rgba(14,127,146,.35)}
.hh-legal-content a:hover{text-decoration-color:currentColor}
.hh-legal-content ul,.hh-legal-content ol{padding-left:1.4rem}
.hh-legal-content ul{list-style:none;padding-left:0}
.hh-legal-content ul li{position:relative;padding-left:1.35rem}
.hh-legal-content ul li::before{content:"";position:absolute;left:.2rem;top:.72em;width:.4rem;height:.4rem;border-radius:50%;background:var(--teal-bright)}
.hh-legal-content ol{list-style:decimal}
.hh-legal-content li+li{margin-top:.45rem}
.hh-legal-content blockquote{margin:1.5rem 0;padding:1rem 1.25rem;border-left:3px solid var(--teal);background:var(--blue-50);border-radius:0 var(--r-sm) var(--r-sm) 0}
.hh-legal-content table{width:100%;border-collapse:collapse;font-size:.92rem;display:block;overflow-x:auto}
.hh-legal-content th,.hh-legal-content td{border:1px solid var(--border);padding:.6rem .8rem;text-align:left}
.hh-legal-content th{background:var(--band);color:var(--navy)}
.hh-legal-content img{border-radius:var(--r-sm);height:auto}
.hh-legal-content hr{border:0;border-top:1px solid var(--border);margin:2rem 0}
