/* FHG Awka plugin styles. Everything is scoped to .fhg */
.fhg{
  --fhg-bg:#F6F8FC;
  --fhg-surface:#FFFFFF;
  --fhg-ink:#0E1B2E;
  --fhg-muted:#4B5A70;
  --fhg-line:#D9E0EC;
  --fhg-brand:#0A7AAE;
  --fhg-brand-ink:#FFFFFF;
  --fhg-sun:#48C840;
  --fhg-sun-ink:#06210A;
  --fhg-mint:#E3F5E1;
  --fhg-deep:#0C2233;
  --fhg-deep-ink:#F6F8FC;
  --fhg-radius:18px;
  --fhg-display:"Bricolage Grotesque","Trebuchet MS",Arial,sans-serif;
  --fhg-body:"Instrument Sans","Segoe UI",Arial,sans-serif;
  font-family:var(--fhg-body);
  font-size:17px;
  line-height:1.6;
  color:var(--fhg-ink);
  -webkit-font-smoothing:antialiased;
}
.fhg *,.fhg *::before,.fhg *::after{box-sizing:border-box}
.fhg img{max-width:100%;height:auto;display:block}
.fhg a{color:inherit}
.fhg h1,.fhg h2,.fhg h3,.fhg h4{font-family:var(--fhg-display);color:inherit;line-height:1.1;letter-spacing:-.02em;margin:0 0 .5em;text-transform:none}
.fhg h1{font-size:clamp(2.4rem,6vw,4.4rem);font-weight:800}
.fhg h2{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700}
.fhg h3{font-size:1.25rem;font-weight:700;letter-spacing:-.01em}
.fhg p{margin:0 0 1em;max-width:62ch}
.fhg ul,.fhg ol{margin:0;padding:0}
.fhg :focus-visible{outline:3px solid var(--fhg-sun);outline-offset:3px;border-radius:6px}

/* Hide the theme's page title and tighten theme spacing on FHG pages */
.fhg-page .entry-header,
.fhg-page .page-header,
.fhg-page h1.entry-title,
.fhg-page .wp-block-post-title{display:none}
.fhg-page .entry-content,
.fhg-page .site-main,
.fhg-page main{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}
body.fhg-page{overflow-x:clip}
body.fhg-page .elementor-widget-shortcode{margin:0!important}
body.fhg-page .elementor-widget-shortcode>.elementor-widget-container{padding:0!important;margin:0!important}

/* Hide the theme header and footer on FHG pages (the plugin supplies its own) */
body.fhg-page #masthead,
body.fhg-page #site-header,
body.fhg-page .site-header,
body.fhg-page #colophon,
body.fhg-page #site-footer,
body.fhg-page .site-footer{display:none!important}

/* Elementor-safe full-width shell.
   Break out only once at the shortcode root; sections then use normal 100% width.
   This avoids the repeated 100vw calculations that can shift/clip sections inside
   Elementor containers and works with Default, Full Width and Canvas templates. */
.fhg.fhg-site{width:100vw;max-width:100vw;position:relative;left:50%;margin-left:-50vw;margin-right:-50vw;overflow:clip}
.fhg-site .fhg-full{width:100%;max-width:none;position:relative;left:auto;margin-left:0;margin-right:0}
.elementor-widget-shortcode .fhg-site,.elementor-widget-shortcode .fhg-site *{min-width:0}
.elementor-widget-shortcode>.elementor-widget-container{overflow:visible}
.fhg-wrap{width:min(1120px,calc(100% - 2.5rem));margin-inline:auto}
.fhg-sec{padding:clamp(3.2rem,7vw,6rem) 0}
.fhg-bg-white{background:var(--fhg-surface)}
.fhg-bg-soft{background:var(--fhg-bg)}
.fhg-bg-deep{background:var(--fhg-deep);color:var(--fhg-deep-ink)}
.fhg-bg-mint{background:var(--fhg-mint)}
.fhg-head{max-width:660px;margin-bottom:2.2rem}
.fhg-head p{color:var(--fhg-muted);font-size:1.1rem}
.fhg-bg-deep .fhg-head p{color:rgba(246,248,252,.75)}

/* Buttons */
.fhg .fhg-btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;border-radius:999px;font-family:var(--fhg-body);font-weight:600;font-size:1rem;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,filter .15s ease;line-height:1.2}
.fhg .fhg-btn:active{transform:scale(.98)}
.fhg .fhg-btn-primary{background:var(--fhg-brand);color:var(--fhg-brand-ink)}
.fhg .fhg-btn-sun{background:var(--fhg-sun);color:var(--fhg-sun-ink)}
.fhg .fhg-btn-primary:hover,.fhg .fhg-btn-sun:hover{filter:brightness(1.07)}
.fhg .fhg-btn-ghost{background:transparent;color:inherit;border-color:currentColor;opacity:.9}
.fhg .fhg-btn-ghost:hover{opacity:1}
.fhg-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}

/* Page header for inner pages */
.fhg-pagehead{background:var(--fhg-deep);color:var(--fhg-deep-ink);padding:clamp(3rem,7vw,5.5rem) 0}
.fhg-pagehead p{color:rgba(246,248,252,.78);font-size:1.2rem;margin:0}
.fhg-pagehead h1{margin-bottom:.35em;font-size:clamp(2.2rem,5vw,3.8rem)}

/* Hero */
.fhg-hero{padding:clamp(2.5rem,6vw,5rem) 0;background:var(--fhg-bg)}
.fhg-hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(2rem,5vw,4rem);align-items:center}
.fhg-tag{display:inline-block;margin-bottom:1.2rem;padding:.35rem .9rem;border-radius:999px;background:var(--fhg-mint);font-weight:600;font-size:.92rem}
.fhg-lead{font-size:1.2rem;color:var(--fhg-muted);max-width:50ch}
@media (max-width:860px){.fhg-hero-grid{grid-template-columns:1fr}.fhg-profile{rotate:0deg}}
/* Freelancer profile card (illustration) */
.fhg-profile{background:var(--fhg-surface);border:1px solid var(--fhg-line);border-radius:24px;padding:1.6rem;box-shadow:0 24px 60px -30px rgba(14,27,46,.35);rotate:1.5deg}
.fhg-profile-top{display:flex;align-items:center;gap:1rem;margin-bottom:1.1rem}
.fhg-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--fhg-brand),var(--fhg-sun));flex:none}
.fhg-profile-top strong{display:block;font-family:var(--fhg-display);font-size:1.2rem}
.fhg-profile-top span{color:var(--fhg-muted);font-size:.95rem}
.fhg-status{display:inline-flex;align-items:center;gap:.45rem;font-size:.85rem;font-weight:600;background:var(--fhg-mint);padding:.3rem .8rem;border-radius:999px;margin-bottom:1rem}
.fhg-status::before{content:"";width:8px;height:8px;border-radius:50%;background:#1FA463}
.fhg-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.2rem!important;padding:0!important;list-style:none}
.fhg-chips li{border:1px solid var(--fhg-line);border-radius:999px;padding:.3rem .8rem;font-size:.9rem;margin:0!important}
.fhg-profile small{display:block;color:var(--fhg-muted);border-top:1px dashed var(--fhg-line);padding-top:.9rem}
@media (max-width:860px){.fhg-profile{rotate:0deg}}

/* Facts strip */
.fhg-facts{margin-top:-1px;padding:0 0 clamp(2.5rem,5vw,4rem);background:var(--fhg-bg)}
.fhg-facts-row{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--fhg-line);border-radius:var(--fhg-radius);background:var(--fhg-surface);overflow:hidden}
.fhg-fact{padding:1.3rem 1.3rem;border-right:1px solid var(--fhg-line)}
.fhg-fact:last-child{border-right:0}
.fhg-fact b{display:block;font-family:var(--fhg-display);font-size:1.6rem;line-height:1.1}
.fhg-fact span{color:var(--fhg-muted);font-size:.95rem}
@media (max-width:860px){.fhg-facts-row{grid-template-columns:1fr 1fr}.fhg-fact:nth-child(2){border-right:0}.fhg-fact:nth-child(-n+2){border-bottom:1px solid var(--fhg-line)}}

/* Learn / Earn / Monetize */
.fhg-triple{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.fhg-tri{background:var(--fhg-surface);border:1px solid var(--fhg-line);border-radius:var(--fhg-radius);overflow:hidden;display:flex;flex-direction:column}
.fhg-tri .fhg-ph{aspect-ratio:4/3;overflow:hidden;background:var(--fhg-bg)}
.fhg-tri .fhg-ph img{width:100%;height:100%;object-fit:cover}
.fhg-tri .fhg-ph.fit img{object-fit:contain;padding:.6rem}
.fhg-tri .fhg-ph.chipsbox{background:var(--fhg-brand);display:flex;flex-wrap:wrap;gap:.5rem;align-content:center;justify-content:center;padding:1.2rem;list-style:none}
.fhg-tri .fhg-ph.chipsbox span{background:rgba(255,255,255,.18);color:#fff;border-radius:999px;padding:.35rem .9rem;font-weight:600;font-size:.92rem}
.fhg-tri .fhg-tx{padding:1.3rem 1.4rem 1.5rem}
.fhg-tri h3{font-size:1.5rem;margin-bottom:.3em}
.fhg-tri p{margin:0;color:var(--fhg-muted)}
@media (max-width:860px){.fhg-triple{grid-template-columns:1fr}}

/* Split (text + photo) */
.fhg-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}
@media (max-width:860px){.fhg-split{grid-template-columns:1fr}}

/* Dark card */
.fhg-card{background:var(--fhg-deep);color:var(--fhg-deep-ink);border-radius:24px;padding:2rem}
.fhg-card h3{font-size:1.5rem}
.fhg-card p{color:rgba(246,248,252,.78)}
.fhg-card p:last-child{margin-bottom:0}

/* Pillars */
.fhg-pillars{display:grid;gap:0;margin-top:1.4rem}
.fhg-pillars div{padding:1rem 0;border-top:1px solid var(--fhg-line)}
.fhg-pillars b{font-family:var(--fhg-display);font-size:1.1rem}
.fhg-pillars p{margin:.2rem 0 0;color:var(--fhg-muted)}

/* Devices */
.fhg-devices{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.fhg-dev{margin:0;background:var(--fhg-surface);border:1px solid var(--fhg-line);border-radius:var(--fhg-radius);overflow:hidden;display:flex;flex-direction:column}
.fhg-dev .fhg-ph{aspect-ratio:3/4;background:#EEF1F6;display:grid;place-items:center;overflow:hidden}
.fhg-dev img{width:100%;height:100%;object-fit:contain}
.fhg-dev figcaption{padding:.9rem 1rem 1.1rem;font-weight:600;font-size:.98rem}
.fhg-dev figcaption small{display:block;font-weight:400;color:var(--fhg-muted)}
@media (max-width:980px){.fhg-devices{grid-template-columns:1fr 1fr}}

/* Milestones */
.fhg-miles{display:grid;grid-template-columns:repeat(2,minmax(0,360px));gap:1.4rem;justify-content:start}
.fhg-mile{margin:0;background:var(--fhg-surface);border:1px solid var(--fhg-line);border-radius:var(--fhg-radius);overflow:hidden}
.fhg-mile img{width:100%}
.fhg-mile figcaption{padding:.9rem 1.1rem;font-weight:600}
@media (max-width:640px){.fhg-miles{grid-template-columns:1fr}}

/* Quotes */
.fhg-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.fhg-quote{margin:0;background:var(--fhg-surface);border:1px solid var(--fhg-line);border-radius:var(--fhg-radius);padding:1.5rem;display:flex;flex-direction:column}
.fhg-quote h3{font-size:1.15rem;margin-bottom:.6em}
.fhg-quote p{color:var(--fhg-muted);margin:0 0 1.1rem;flex:1}
.fhg-quote cite{font-style:normal;font-weight:700;font-family:var(--fhg-display)}
@media (max-width:980px){.fhg-quotes{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.fhg-quotes{grid-template-columns:1fr}}
.fhg-more{margin-top:1.6rem}

/* Training banner */
.fhg-banner{background:var(--fhg-deep);color:#fff}
.fhg-banner p{color:rgba(255,255,255,.85);font-size:1.1rem}

/* CTA band */
.fhg-cta{background:var(--fhg-brand);color:var(--fhg-brand-ink);text-align:center}
.fhg-cta h2{margin-bottom:.4em}
.fhg-cta p{margin:0 auto 1.4rem;color:rgba(255,255,255,.9);font-size:1.15rem}
.fhg-cta .fhg-actions{justify-content:center;margin-top:0}

/* Services */
.fhg-svc-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}
.fhg-svc{grid-column:span 2;background:var(--fhg-surface);border:1px solid var(--fhg-line);border-radius:var(--fhg-radius);padding:1.5rem}
.fhg-svc.wide{grid-column:span 4}
.fhg-svc.brand{background:var(--fhg-brand);color:var(--fhg-brand-ink);border-color:transparent}
.fhg-svc.brand p{color:rgba(255,255,255,.9)}
.fhg-svc.mint{background:var(--fhg-mint)}
.fhg-svc p{color:var(--fhg-muted);margin:0}
.fhg-svc h3{margin-bottom:.4em}
.fhg-platforms{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;margin:1rem 0 0!important;padding:0!important}
.fhg-platforms li{background:rgba(255,255,255,.18);border-radius:999px;padding:.35rem 1rem;font-weight:600;font-size:.95rem}
@media (max-width:860px){.fhg-svc,.fhg-svc.wide{grid-column:span 6}}

/* Lists and steps */
.fhg-gives{list-style:none;margin:1.2rem 0 0!important;padding:0!important;display:grid;gap:.8rem}
.fhg-gives li{display:flex;gap:.8rem;align-items:flex-start;margin:0!important}
.fhg-gives li::before{content:"";flex:none;width:22px;height:22px;margin-top:.15rem;border-radius:50%;background:var(--fhg-sun) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2306210A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5 9-10'/%3E%3C/svg%3E") center/14px no-repeat}
.fhg-steps{counter-reset:s;list-style:none;margin:0!important;padding:0!important;display:grid;gap:1rem}
.fhg-steps li{counter-increment:s;background:var(--fhg-surface);border:1px solid var(--fhg-line);border-radius:var(--fhg-radius);padding:1.2rem 1.3rem 1.2rem 4.4rem;position:relative;margin:0!important}
.fhg-steps li::before{content:counter(s);position:absolute;left:1.2rem;top:1.1rem;width:2.3rem;height:2.3rem;border-radius:50%;background:var(--fhg-deep);color:var(--fhg-deep-ink);display:grid;place-items:center;font-family:var(--fhg-display);font-weight:700}
.fhg-steps b{display:block;font-family:var(--fhg-display);font-size:1.1rem}
.fhg-steps span{color:var(--fhg-muted)}

/* Meetup details */
.fhg-meet-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:start}
.fhg-dl{margin:0;display:grid;gap:1.1rem}
.fhg-dl dt{font-size:.9rem;color:rgba(246,248,252,.65);margin:0}
.fhg-dl dd{margin:.1rem 0 0;font-family:var(--fhg-display);font-size:1.25rem;font-weight:600}
.fhg-box{border:1px solid rgba(246,248,252,.25);border-radius:24px;padding:2rem}
.fhg-box p{color:rgba(246,248,252,.8)}
.fhg-box .fhg-btn-ghost{color:var(--fhg-deep-ink)}
@media (max-width:860px){.fhg-meet-grid{grid-template-columns:1fr}}

/* Contact */
.fhg-contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,5vw,4rem);align-items:start}
.fhg-reach{display:grid;gap:1rem;margin-top:1.6rem}
.fhg-reach a,.fhg-reach div{display:block;text-decoration:none;background:var(--fhg-surface);border:1px solid var(--fhg-line);border-radius:14px;padding:1rem 1.2rem}
.fhg-reach a:hover{border-color:var(--fhg-brand)}
.fhg-reach small{display:block;color:var(--fhg-muted);font-size:.85rem}
.fhg-reach b{font-family:var(--fhg-display);font-size:1.1rem;overflow-wrap:anywhere}
.fhg-form{background:var(--fhg-surface);border:1px solid var(--fhg-line);border-radius:24px;padding:clamp(1.3rem,3vw,2rem);display:grid;gap:1.1rem}
.fhg-form label{display:grid;gap:.35rem;font-weight:600;font-size:.95rem}
.fhg-form input,.fhg-form select,.fhg-form textarea{font:inherit;font-weight:400;color:var(--fhg-ink);background:var(--fhg-bg);border:1px solid var(--fhg-line);border-radius:12px;padding:.8rem .9rem;width:100%;max-width:none;height:auto;box-shadow:none}
.fhg-form input:focus,.fhg-form select:focus,.fhg-form textarea:focus{outline:3px solid var(--fhg-sun);outline-offset:1px;border-color:var(--fhg-ink)}
.fhg-form textarea{min-height:100px;resize:vertical}
.fhg-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.fhg-note{color:var(--fhg-muted);font-size:.9rem;margin:0!important}
.fhg-hp{position:absolute!important;left:-9999px!important;height:0;overflow:hidden}
@media (max-width:860px){.fhg-contact-grid{grid-template-columns:1fr}.fhg-row{grid-template-columns:1fr}}

/* Privacy */
.fhg-prose{max-width:720px}
.fhg-prose h2{font-size:1.5rem;margin-top:1.8em}
.fhg-prose p,.fhg-prose li{color:var(--fhg-muted)}
.fhg-prose ul{padding-left:1.2rem;margin-bottom:1em}



/* ---------- Global header ---------- */
.fhg-hdr{position:sticky;top:var(--wp-admin--admin-bar--height,0px);z-index:9999;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--fhg-line);width:100%}
.fhg-hdr-in{width:min(1240px,100% - 2rem);margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px}
.fhg-logo{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--fhg-ink)}
.fhg-logo img{height:44px;width:auto}
.fhg-logo span{font-family:var(--fhg-display);font-weight:800;font-size:1.25rem;letter-spacing:.02em;white-space:nowrap}
.fhg-logo.light{color:#fff}
.fhg-hdr nav ul{display:flex;align-items:center;gap:1.3rem;list-style:none;margin:0;padding:0}
.fhg-hdr nav li{margin:0}
.fhg-hdr nav a{text-decoration:none;font-weight:500;font-size:.95rem;color:var(--fhg-muted);padding:.4rem 0;border-bottom:2px solid transparent}
.fhg-hdr nav a:hover{color:var(--fhg-ink)}
.fhg-hdr nav a[aria-current="page"]{color:var(--fhg-ink);border-bottom-color:var(--fhg-sun)}
.fhg .fhg-nav-cta a.fhg-btn{padding:.6rem 1.2rem;border-bottom:2px solid transparent;color:var(--fhg-sun-ink)}
.fhg-burger{display:none;background:none;border:1px solid var(--fhg-line);border-radius:10px;width:46px;height:46px;color:var(--fhg-ink);cursor:pointer;place-items:center;padding:0}
@media (max-width:1080px){
  .fhg-burger{display:inline-grid}
  .fhg-hdr nav{position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--fhg-line);display:none;box-shadow:0 20px 30px -20px rgba(0,0,0,.25)}
  .fhg-hdr nav.open{display:block}
  .fhg-hdr nav ul{flex-direction:column;align-items:stretch;gap:0;padding:.5rem 1.25rem 1.2rem}
  .fhg-hdr nav li a{display:block;padding:.9rem 0;border-bottom:1px solid var(--fhg-line);font-size:1.05rem}
  .fhg-hdr nav a[aria-current="page"]{border-bottom-color:var(--fhg-line);color:var(--fhg-brand)}
  .fhg .fhg-nav-cta{padding-top:1rem}
  .fhg .fhg-nav-cta a.fhg-btn{display:flex;border-bottom:0;padding:.9rem 1.2rem}
}

/* ---------- Global footer ---------- */
.fhg-sitefoot{background:var(--fhg-deep);color:var(--fhg-deep-ink);padding:3.5rem 0 0;width:100%}
.fhg-sitefoot-in{width:min(1120px,100% - 2.5rem);margin-inline:auto;display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:2.2rem}
.fhg-sitefoot h3{font-size:1rem;margin-bottom:.9em;color:#fff}
.fhg-sitefoot ul{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}
.fhg-sitefoot li{margin:0;color:rgba(246,248,252,.78);font-size:.98rem}
.fhg-sitefoot a{text-decoration:none;color:rgba(246,248,252,.85)}
.fhg-sitefoot a:hover{color:#fff;text-decoration:underline}
.fhg-sitefoot .fhg-logo{margin-bottom:1rem}
.fhg-foot-brand p{color:rgba(246,248,252,.78);margin:0 0 .3rem}
.fhg-sitefoot-bar{width:min(1120px,100% - 2.5rem);margin:2.6rem auto 0;padding:1.2rem 0 1.6rem;border-top:1px solid rgba(246,248,252,.18);display:flex;flex-wrap:wrap;justify-content:space-between;gap:.6rem 1.5rem;font-size:.9rem}
.fhg-sitefoot-bar p{margin:0;color:rgba(246,248,252,.65)}
@media (max-width:900px){.fhg-sitefoot-in{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.fhg-sitefoot-in{grid-template-columns:1fr}}


/* Home page illustrations and service cards */
.fhg-illus{display:grid;place-items:center;padding:1.2rem}
.fhg-illus-earn{background:linear-gradient(135deg,#E8F8F0 0%,#F6F8FC 100%);grid-template-columns:1fr;gap:.75rem;align-content:center}
.fhg-illus-card{background:#fff;border:1px solid var(--fhg-line);border-radius:14px;padding:.8rem 1rem;box-shadow:0 12px 30px -24px rgba(14,27,46,.3)}
.fhg-illus-card span{display:block;font-size:.8rem;font-weight:700;color:var(--fhg-brand);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.2rem}
.fhg-illus-card strong{display:block;font-family:var(--fhg-display);font-size:1rem;line-height:1.2}
.fhg-illus-gear{background:linear-gradient(135deg,#EEF5FF 0%,#F8FBFF 100%);gap:1rem;align-content:center;justify-items:center}
.fhg-gadget-row{display:flex;gap:1rem;align-items:center;justify-content:center}
.fhg-gadget{display:grid;place-items:center;width:88px;height:88px;border-radius:22px;background:#fff;border:1px solid var(--fhg-line);font-size:2rem;box-shadow:0 18px 36px -28px rgba(14,27,46,.28)}
.fhg-gadget-tags{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:center}
.fhg-gadget-tags span{background:var(--fhg-mint);border:1px solid #cfe8cd;border-radius:999px;padding:.35rem .8rem;font-size:.9rem;font-weight:600}

.fhg-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.fhg-service-card{background:var(--fhg-surface);border:1px solid var(--fhg-line);border-radius:var(--fhg-radius);padding:1.2rem;display:flex;flex-direction:column}
.fhg-service-card h3{margin:.9rem 0 .35rem}
.fhg-service-card p{margin:0;color:var(--fhg-muted)}
.fhg-servpic{aspect-ratio:16/10;border-radius:16px;display:grid;place-items:center;font-size:2.2rem;font-weight:700;color:#fff;overflow:hidden;position:relative}
.fhg-servpic::after{content:"";position:absolute;inset:auto -20% -35% auto;width:140px;height:140px;border-radius:50%;background:rgba(255,255,255,.14)}
.fhg-servpic-web{background:linear-gradient(135deg,#0A7AAE,#48C840)}
.fhg-servpic-social{background:linear-gradient(135deg,#4D6BFE,#0A7AAE)}
.fhg-servpic-email{background:linear-gradient(135deg,#FF8B5E,#F24857)}
.fhg-servpic-ai{background:linear-gradient(135deg,#8A52FF,#4D6BFE)}
.fhg-servpic-crm{background:linear-gradient(135deg,#11998e,#38ef7d)}
.fhg-servpic-pm{background:linear-gradient(135deg,#1d3557,#457b9d)}
@media (max-width:980px){.fhg-service-grid{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.fhg-service-grid{grid-template-columns:1fr}}


/* v1.1.5: photo-style How it works cards + corps PPA notice */
.fhg-tri .fhg-ph.fhg-work-photo{aspect-ratio:3/2;background:#eef4f8;padding:0}
.fhg-tri .fhg-ph.fhg-work-photo img{width:100%;height:100%;object-fit:cover;padding:0}
.fhg-coming-soon{margin:1.6rem 0;background:var(--fhg-mint);border:1px solid #cfe8cd;border-radius:18px;padding:1.3rem 1.4rem}
.fhg-coming-soon>span{display:inline-flex;background:var(--fhg-sun);color:var(--fhg-sun-ink);font-weight:800;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;border-radius:999px;padding:.3rem .7rem;margin-bottom:.8rem}
.fhg-coming-soon h3{margin-bottom:.45rem}
.fhg-coming-soon p{margin:0;color:var(--fhg-muted)}


/* Corps members PPA announcement */
.fhg-ppa-section{background:linear-gradient(135deg,#0C2233 0%,#0A7AAE 100%);color:#fff}
.fhg-ppa-card{max-width:860px;margin:0 auto;text-align:center;padding:clamp(2rem,5vw,3.6rem);border:1px solid rgba(255,255,255,.18);border-radius:28px;background:rgba(255,255,255,.08);box-shadow:0 28px 70px -42px rgba(0,0,0,.55);backdrop-filter:blur(6px)}
.fhg-ppa-card h2{margin:.8rem auto .55rem;max-width:760px;color:#fff}
.fhg-ppa-card p{margin:0 auto;max-width:720px;color:rgba(255,255,255,.86);font-size:1.08rem}
.fhg-ppa-badge{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .9rem;border-radius:999px;background:var(--fhg-sun);color:var(--fhg-sun-ink);font-weight:800;font-size:.86rem;text-transform:uppercase;letter-spacing:.06em}
