/*
Theme Name: Consovia
Theme URI: http://localhost/grantfunding
Description: Custom child theme of Storefront with a 3D interactive homepage for a business-services consultancy. Brand colors #000248 (navy) & #fa5d14 (orange).
Author: Akash Patel
Template: storefront
Version: 1.0.0
Text Domain: grantfunding-child
*/

:root{
  --gf-navy:#000248;
  --gf-navy-2:#0a0f4a;
  --gf-orange:#fa5d14;
  --gf-orange-2:#ff7a3c;
  --gf-ink:#0b1020;
  --gf-muted:#9aa3c7;
  --gf-card:#0c1450;
  --gf-radius:18px;
}

/* ---------- Base ---------- */
.gf-home *{box-sizing:border-box}
.gf-home{font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#0a1450;background:#ffffff;overflow-x:hidden}
.gf-wrap{max-width:1200px;margin:0 auto;padding:0 24px}
.gf-home a{text-decoration:none}

/* Hide default Storefront title/header clutter on home, keep nav */
.gf-home .storefront-breadcrumb,.gf-home .page-title{display:none}

/* ---------- HERO ---------- */
.gf-hero{position:relative;min-height:100vh;display:flex;align-items:center;background:var(--gf-navy);background-image:radial-gradient(1100px 760px at 72% 58%,#16236e 0%,rgba(0,2,72,0) 60%);}
.gf-plasma{position:absolute;inset:0;width:100%;height:100%;z-index:1}
.gf-hero-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(900px 500px at 50% 0%,rgba(0,2,72,0) 0%,rgba(0,2,72,.35) 70%,rgba(0,2,72,.7) 100%)}
.gf-hero-inner{position:relative;z-index:2;width:100%}
.gf-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(250,93,20,.12);border:1px solid rgba(250,93,20,.4);color:var(--gf-orange-2);padding:8px 16px;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.3px;margin-bottom:24px}
.gf-badge .dot{width:8px;height:8px;border-radius:50%;background:var(--gf-orange);box-shadow:0 0 12px var(--gf-orange);animation:gf-pulse 1.8s infinite}
@keyframes gf-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}
.gf-hero h1{font-size:clamp(38px,6vw,72px);line-height:1.05;font-weight:800;margin:0 0 20px;letter-spacing:-1px;color:#ffffff !important}
.gf-hero h1 .grad{background:linear-gradient(100deg,var(--gf-orange) 10%,var(--gf-orange-2) 50%,#ffd0b0 90%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.gf-hero p.lead{font-size:clamp(16px,2vw,20px);color:#c4ccf0;max-width:620px;margin:0 0 36px;line-height:1.6}
.gf-cta-row{display:flex;gap:16px;flex-wrap:wrap}
.gf-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 30px;border-radius:14px;font-weight:700;font-size:16px;transition:transform .25s,box-shadow .25s;cursor:pointer;border:0}
.gf-btn-primary{background:linear-gradient(135deg,var(--gf-orange),var(--gf-orange-2));color:#fff;box-shadow:0 12px 30px -8px rgba(250,93,20,.6)}
.gf-btn-primary:hover{transform:translateY(-3px);box-shadow:0 18px 40px -8px rgba(250,93,20,.75)}
.gf-btn-ghost{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.18)}
.gf-btn-ghost:hover{transform:translateY(-3px);background:rgba(255,255,255,.12)}
.gf-stats{display:flex;gap:40px;margin-top:56px;flex-wrap:wrap}
.gf-stat .num{font-size:34px;font-weight:800;color:#fff}
.gf-stat .num span{color:var(--gf-orange)}
.gf-stat .lbl{font-size:13px;color:var(--gf-muted);letter-spacing:.5px;text-transform:uppercase}
.gf-scroll{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);z-index:2;color:var(--gf-muted);font-size:12px;letter-spacing:2px;text-transform:uppercase;animation:gf-bob 2s infinite}
@keyframes gf-bob{0%,100%{transform:translate(-50%,0)}50%{transform:translate(-50%,8px)}}

/* ---------- SECTION shared ---------- */
.gf-sec{padding:96px 0;position:relative}
.gf-sec-head{text-align:center;max-width:680px;margin:0 auto 56px}
.gf-eyebrow{color:var(--gf-orange);font-weight:700;letter-spacing:2px;text-transform:uppercase;font-size:13px}
.gf-sec-head h2{font-size:clamp(28px,4vw,46px);font-weight:800;margin:12px 0 14px;color:#0a1450;letter-spacing:-.5px}
.gf-sec-head p{color:#5a6178;font-size:17px;line-height:1.6}

/* ---------- SERVICES grid ---------- */
.gf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.gf-card{position:relative;background:#ffffff;border:1px solid #e8eaf2;border-radius:var(--gf-radius);padding:34px 28px;transition:transform .3s,border-color .3s,box-shadow .3s;overflow:hidden;box-shadow:0 6px 24px -16px rgba(10,15,50,.2)}
.gf-card::before{content:"";position:absolute;inset:0;background:radial-gradient(400px 200px at var(--mx,50%) var(--my,0),rgba(250,93,20,.16),transparent 60%);opacity:0;transition:opacity .3s}
.gf-card:hover{transform:translateY(-8px);border-color:rgba(250,93,20,.5);box-shadow:0 24px 50px -20px rgba(10,15,50,.22)}
.gf-card:hover::before{opacity:1}
.gf-card .ic{width:60px;height:60px;border-radius:14px;display:grid;place-items:center;font-size:28px;background:linear-gradient(135deg,rgba(250,93,20,.2),rgba(250,93,20,.05));border:1px solid rgba(250,93,20,.3);margin-bottom:20px}
.gf-card h3{font-size:21px;font-weight:700;margin:0 0 10px;color:#0a1450}
.gf-card p{color:#5a6178;font-size:15px;line-height:1.6;margin:0 0 18px}
.gf-card .cnt{display:inline-block;font-size:12px;font-weight:700;color:var(--gf-orange);background:rgba(250,93,20,.1);padding:5px 12px;border-radius:999px;margin-bottom:18px}
.gf-card .lnk{display:inline-flex;align-items:center;gap:8px;color:#0a1450;font-weight:600;font-size:15px}
.gf-card .lnk svg{transition:transform .25s}
.gf-card:hover .lnk svg{transform:translateX(5px)}

/* ---------- SCROLL 3D SHOWCASE (light band for contrast) ---------- */
.gf-stage-sec{background:linear-gradient(180deg,#ffffff 0%,#fff3ec 60%,#ffe9dd 100%);position:relative}
.gf-stage-sec::before{content:"";position:absolute;top:0;left:0;right:0;height:80px;background:linear-gradient(180deg,#000248,transparent)}
.gf-stage{min-height:62rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:7rem 1rem 3rem;perspective:1000px}
.gf-stage-head{max-width:60rem;margin:0 auto 1.5rem;text-align:center;will-change:transform}
.gf-stage-title{font-size:clamp(26px,3.4vw,40px);font-weight:700;color:#0b1020;line-height:1.15;margin:10px 0 0}
.gf-stage-big{display:inline-block;font-size:clamp(40px,7vw,84px);font-weight:800;line-height:1;margin-top:6px;background:linear-gradient(100deg,#fa5d14,#ff7a3c 60%,#ffb88c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.gf-stage-card{will-change:transform;transform:perspective(1000px) rotateX(20deg) scale(1.05);max-width:64rem;width:100%;height:30rem;margin:0 auto;border:4px solid #6C6C6C;background:#222222;border-radius:30px;padding:.5rem;box-shadow:0 0 #0000004d,0 9px 20px #0000004a,0 37px 37px #00000042,0 84px 50px #00000026,0 149px 60px #0000000a,0 233px 65px #00000003}
.gf-stage-screen{height:100%;width:100%;overflow:hidden;border-radius:1rem;background:#18181b}
.gf-stage-screen img{display:block;width:100%;height:100%;object-fit:cover;object-position:left top}
@media(min-width:768px){.gf-stage{min-height:80rem}.gf-stage-card{height:40rem;padding:1.5rem}}

/* ---------- WHY US ---------- */
.gf-why{background:#f6f8ff}
.gf-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.gf-why-item{text-align:center;padding:28px 18px;background:#fff;border:1px solid #e8eaf2;border-radius:var(--gf-radius)}
.gf-why-item .ic{font-size:40px;margin-bottom:14px}
.gf-why-item h4{font-size:18px;color:#0a1450;margin:0 0 8px}
.gf-why-item p{color:#5a6178;font-size:14px;line-height:1.55;margin:0}

/* ---------- NUMBERS BEHIND THE JOURNEY ---------- */
.gf-numbers{position:relative;padding:96px 0;overflow:hidden;background:#f6f8ff}
.gf-numbers-bg{display:none}
.gf-numbers::after{display:none}
.gf-numbers .gf-wrap{position:relative;z-index:2}
.gf-num-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:6px}
.gf-num{text-align:center;padding:26px 10px;background:#fff;border:1px solid #e8eaf2;border-radius:var(--gf-radius)}
.gf-num .n{font-size:clamp(38px,5vw,58px);font-weight:800;color:#fa5d14;line-height:1;letter-spacing:-1px}
.gf-num .l{margin-top:12px;color:#5a6178;font-size:15px;font-weight:500}
/* Google Reviews badge */
.gf-greviews{display:flex;align-items:center;gap:16px;width:max-content;max-width:100%;margin:50px auto 0;background:#fff;border:1px solid #e8eaf2;border-radius:16px;padding:14px 22px;box-shadow:0 18px 44px -22px rgba(10,15,50,.4);text-decoration:none;transition:transform .25s,box-shadow .25s}
.gf-greviews:hover{transform:translateY(-3px);box-shadow:0 26px 54px -16px rgba(0,0,0,.65)}
.gf-greviews .gf-g{flex:0 0 auto;display:grid;place-items:center}
.gf-greviews-txt{display:flex;flex-direction:column;line-height:1.2}
.gf-stars{display:flex;align-items:center;gap:7px;color:#0b1020;font-weight:700;font-size:15px}
.gf-stars .s{color:#fbbc05;letter-spacing:1px}
.gf-greviews-sub{color:#5a6178;font-size:12.5px;font-weight:500;margin-top:3px}
.gf-greviews-cta{display:inline-flex;align-items:center;gap:6px;color:#fa5d14;font-weight:700;font-size:14px;border-left:1px solid #eceef5;padding-left:16px;margin-left:2px}
.gf-greviews-cta svg{width:15px;height:15px}
@media(max-width:700px){
  .gf-num-grid{grid-template-columns:1fr 1fr;gap:16px}
  .gf-greviews{flex-wrap:wrap;justify-content:center;text-align:center}
  .gf-greviews-cta{border-left:0;padding-left:0;margin-left:0}
}

/* ---------- STEPS ---------- */
.gf-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;counter-reset:step}
.gf-step{position:relative;padding:30px 24px;background:#f6f8ff;border:1px solid #e8eaf2;border-radius:var(--gf-radius)}
.gf-step::before{counter-increment:step;content:"0" counter(step);font-size:46px;font-weight:800;color:rgba(250,93,20,.28);position:absolute;top:14px;right:18px}
.gf-step h4{color:#0a1450;font-size:18px;margin:0 0 10px}
.gf-step p{color:#5a6178;font-size:14px;line-height:1.55;margin:0}

/* ---------- CTA banner ---------- */
.gf-cta{margin:0 0 0;position:relative}
.gf-cta-box{background:linear-gradient(120deg,var(--gf-orange),var(--gf-orange-2));border-radius:28px;padding:60px 40px;text-align:center;position:relative;overflow:hidden}
.gf-cta-box::after{content:"";position:absolute;width:300px;height:300px;background:rgba(255,255,255,.15);border-radius:50%;top:-120px;right:-60px}
.gf-cta-box h2{color:#fff;font-size:clamp(26px,4vw,40px);font-weight:800;margin:0 0 14px;position:relative}
.gf-cta-box p{color:rgba(255,255,255,.92);font-size:18px;margin:0 0 28px;position:relative}
.gf-cta-box .gf-btn{background:#fff;color:var(--gf-orange);position:relative}
.gf-cta-box .gf-btn:hover{transform:translateY(-3px);box-shadow:0 18px 40px -10px rgba(0,0,0,.4)}

/* ---------- Reveal animation ---------- */
.gf-reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}
.gf-reveal.in{opacity:1;transform:none}

/* ---------- HEADER (Apple-style liquid glass) ---------- */
.site-header{background:rgba(255,255,255,.6) !important;background-image:linear-gradient(180deg,rgba(255,255,255,.5),rgba(255,255,255,.28)) !important;-webkit-backdrop-filter:blur(22px) saturate(180%);backdrop-filter:blur(22px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.55);box-shadow:0 8px 30px -14px rgba(10,15,50,.18),inset 0 1px 0 rgba(255,255,255,.6);padding:0 !important;position:sticky;top:0;z-index:60}
.site-header .gf-nav{display:flex;align-items:center;gap:28px;max-width:1400px;margin:0 auto;padding:12px 24px;font-family:'Poppins',sans-serif}
.gf-nav-logo{flex:1 1 0;display:flex;align-items:center}
.gf-nav-logo img{height:38px;width:auto;display:block}
.gf-nav-word{font-size:24px;font-weight:800;color:#000248}
/* menu — centered */
.gf-nav-menu{flex:0 0 auto}
.gf-menu{display:flex;align-items:center;justify-content:center;gap:10px;list-style:none;margin:0;padding:0}
.gf-menu li{position:relative}
.gf-menu a{display:block;padding:9px 16px;color:#0a1450;font-weight:600;font-size:15px;line-height:1;border-radius:8px;text-decoration:none;transition:background .2s,color .2s;white-space:nowrap}
.gf-menu a:hover{background:#fff1ea;color:#fa5d14}
.gf-menu .current-menu-item>a,.gf-menu .current-menu-parent>a,.gf-menu .current_page_item>a{color:#fa5d14 !important}
.gf-menu .menu-item-has-children>a::after{content:"";display:inline-block;width:7px;height:7px;margin-left:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);opacity:.6}
.gf-menu .sub-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:240px;background:#fff;border:1px solid #ececf2;border-radius:14px;box-shadow:0 20px 44px -14px rgba(10,15,50,.28);padding:8px;list-style:none;margin:0;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease;z-index:60}
.gf-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:none}
.gf-menu .sub-menu a{font-weight:500;font-size:14.5px;padding:10px 12px}
.gf-menu .sub-menu::before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}
/* actions */
.gf-nav-actions{flex:1 1 0;display:flex;align-items:center;justify-content:flex-end;gap:12px}
.gf-search{display:flex;align-items:center;gap:8px;background:#f4f5fa;border:1px solid #e6e7ef;border-radius:10px;padding:0 12px;height:40px;width:210px;color:#8a90ad;transition:border .2s,box-shadow .2s}
.gf-search:focus-within{border-color:#fa5d14;box-shadow:0 0 0 3px rgba(250,93,20,.12)}
.gf-search input[type=search]{border:0;background:transparent;outline:0;flex:1;min-width:0;font-size:14px;color:#1b2240;font-family:inherit}
.gf-cart{position:relative;display:grid;place-items:center;width:42px;height:42px;border-radius:10px;color:#1b2240;background:#f4f5fa;border:1px solid #e6e7ef;transition:.2s;text-decoration:none}
.gf-cart:hover{color:#fa5d14;border-color:#fa5d14;background:#fff1ea}
.gf-cart-count{position:absolute;top:-7px;right:-7px;background:#fa5d14;color:#fff;font-size:11px;font-weight:700;min-width:19px;height:19px;border-radius:10px;display:grid;place-items:center;padding:0 5px;border:2px solid #fff}
.gf-cta-btn{display:inline-flex;align-items:center;padding:10px 20px;background:linear-gradient(135deg,#fa5d14,#ff7a3c);color:#fff;font-weight:700;font-size:14.5px;border-radius:10px;box-shadow:0 8px 20px -8px rgba(250,93,20,.6);transition:transform .2s,box-shadow .2s;white-space:nowrap;text-decoration:none}
.gf-cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 26px -8px rgba(250,93,20,.75);color:#fff}
.gf-burger{display:none;flex-direction:column;gap:4px;width:42px;height:42px;border:1px solid #e6e7ef;background:#f4f5fa;border-radius:10px;cursor:pointer;align-items:center;justify-content:center}
.gf-burger span{width:20px;height:2px;background:#1b2240;border-radius:2px;transition:.3s}
.gf-burger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.gf-burger.open span:nth-child(2){opacity:0}
.gf-burger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
/* hide leftover storefront bits */
.storefront-handheld-footer-bar{display:none}
@media(max-width:980px){
  .site-header .gf-nav{flex-wrap:wrap;position:relative;gap:14px}
  .gf-nav-menu{order:3;flex-basis:100%;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #ececf2;box-shadow:0 20px 40px -16px rgba(0,0,0,.18);max-height:0;overflow:hidden;transition:max-height .3s ease}
  .gf-nav-menu.open{max-height:80vh;overflow:auto}
  .gf-nav-menu{flex:1 1 100%}
  .gf-nav-actions{margin-left:auto}
  .gf-menu{flex-direction:column;align-items:stretch;gap:2px;padding:12px}
  .gf-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:#f7f8ff;margin:4px 0 6px 14px;min-width:0}
  .gf-menu .menu-item-has-children>a::after{float:right}
  .gf-burger{display:flex}
}
@media(max-width:560px){
  .gf-search{width:44px;padding:0;justify-content:center}
  .gf-search input[type=search]{display:none}
}

/* ---------- FOOTER (custom branded, 4-column) ---------- */
/* kill Storefront's wrapping .site-footer padding/margin (removes top+bottom space) */
.site-footer{padding:0 !important;margin:0 !important;background:transparent !important;border:0 !important}
.gf-footer{background:#040733;color:#ffffff;padding:34px 0 0;margin-top:0;font-family:'Poppins',sans-serif;border-radius:22px 22px 0 0}
.gf-foot-brand{text-align:left}
.gf-footer-grid{max-width:1240px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1.1fr;gap:40px}
.gf-foot-h{color:#fa5d14;font-size:16px;font-weight:700;margin:0 0 18px;letter-spacing:.3px}
.gf-footer ul{list-style:none;margin:0;padding:0}
.gf-footer ul li{margin-bottom:12px}
.gf-footer a,.site-footer .gf-footer a:not(.button){color:#ffffff !important;font-size:14.5px;transition:color .2s;text-decoration:none;box-shadow:none}
.gf-footer a:hover,.site-footer .gf-footer a:not(.button):hover{color:#fa5d14 !important}
.gf-footer .gf-foot-h{color:#fa5d14 !important}
.gf-footer .gf-foot-logo{max-width:200px;height:auto;margin:0 0 18px 0;display:block}
.gf-footer .gf-foot-about{font-size:14.5px;line-height:1.7;margin:0 0 20px;max-width:340px;color:#ffffff}
.gf-foot-contact li{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;line-height:1.5;color:#ffffff}
.gf-foot-contact li svg{color:#fa5d14;flex:0 0 auto;margin-top:1px}
.gf-footer address{font-style:normal;color:#ffffff}
.gf-footer address:hover,.gf-foot-contact a:hover{color:#fa5d14}
.gf-foot-social{display:flex;gap:10px;margin-top:8px;flex-wrap:wrap}
.gf-foot-social li{margin:0 !important}
.gf-foot-social a{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:#fff}
.gf-foot-social a:hover{background:#fa5d14;border-color:#fa5d14;color:#fff;transform:translateY(-3px)}
/* live chat ping */
.gf-livechat{display:inline-flex;align-items:center;gap:8px}
.gf-ping{position:relative;display:inline-flex;width:9px;height:9px}
.gf-ping span{position:absolute;inset:0;border-radius:50%;background:#fa5d14}
.gf-ping span:first-child{animation:gf-ping 1.5s cubic-bezier(0,0,.2,1) infinite;opacity:.75}
@keyframes gf-ping{75%,100%{transform:scale(2.4);opacity:0}}
.gf-foot-legal{max-width:1240px;margin:24px auto 0;padding:0 24px}
.gf-foot-legal p{font-size:12px;line-height:1.7;color:rgba(255,255,255,.55);margin:0 0 10px;text-align:justify}
.gf-foot-legal strong{color:#fa5d14;font-weight:600}
.gf-foot-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:22px;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;gap:8px;max-width:1240px;margin-left:auto;margin-right:auto;font-size:13.5px;color:rgba(255,255,255,.8)}
.gf-foot-bottom a{color:#ffffff}

/* ---------- Responsive ---------- */
@media(max-width:1000px){
  .gf-footer-grid{grid-template-columns:1fr 1fr 1fr}
  .gf-foot-brand{grid-column:1/-1}
}
@media(max-width:900px){
  .gf-grid{grid-template-columns:1fr 1fr}
  .gf-why-grid,.gf-steps{grid-template-columns:1fr 1fr}
  .gf-footer-grid{grid-template-columns:1fr 1fr}
  .gf-foot-bottom{flex-direction:column;text-align:center}
}
@media(max-width:600px){
  .gf-grid,.gf-why-grid,.gf-steps{grid-template-columns:1fr}
  .gf-stats{gap:24px}
  .gf-sec{padding:64px 0}
  .gf-footer-grid{grid-template-columns:1fr;gap:32px}
}

/* ============================================================
   INNER PAGES (About / Services / Contact) — full-width + light
   ============================================================ */
body.gf-innerpage #content .col-full{max-width:100% !important;padding-left:0 !important;padding-right:0 !important}
body.gf-innerpage #primary,body.gf-innerpage #main{width:100% !important;margin:0 !important;padding:0 !important;float:none !important}
body.gf-innerpage #content{margin-top:0}
body.gf-innerpage .entry-header,body.gf-innerpage .page-title,body.gf-innerpage .storefront-breadcrumb,body.gf-innerpage .hentry>.entry-header{display:none}
body.gf-innerpage .hentry,body.gf-innerpage article{margin:0;border:0}
body.gf-innerpage .site-content{padding-top:0}

/* Page hero (navy band) */
.gf-phero{position:relative;background:var(--gf-navy);background-image:radial-gradient(900px 500px at 75% 30%,#16236e 0%,rgba(0,2,72,0) 60%);color:#fff;text-align:center;padding:150px 24px 80px;overflow:hidden}
.gf-phero .gf-eyebrow{color:var(--gf-orange-2)}
.gf-phero h1{font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.1;margin:14px auto 16px;max-width:880px;letter-spacing:-1px;color:#ffffff !important}
.gf-phero h1 .grad{background:linear-gradient(100deg,var(--gf-orange),#ff7a3c 60%,#ffd0b0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.gf-phero p{color:#c4ccf0;font-size:clamp(15px,2vw,19px);max-width:720px;margin:0 auto 30px;line-height:1.65}
.gf-phero .gf-cta-row{justify-content:center}
.gf-phero .gf-btn-ghost{border-color:rgba(255,255,255,.3)}

/* Generic light page wrapper reuse: pages use .gf-home class for typography */
.gf-page .gf-sec:nth-child(even){background:#f6f8ff}

/* ---------- ABOUT: story + pillars + advantages ---------- */
.gf-story{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center}
.gf-story h2{font-size:clamp(26px,3.4vw,40px);font-weight:800;color:#0a1450;margin:0 0 18px;letter-spacing:-.5px}
.gf-story p{color:#5a6178;font-size:16px;line-height:1.8;margin:0 0 16px}
.gf-story-media{border-radius:22px;overflow:hidden;border:1px solid #e8eaf2;box-shadow:0 30px 60px -30px rgba(10,15,50,.3);min-height:340px;background:linear-gradient(135deg,#0a1450,#16236e)}
.gf-story-media img{width:100%;height:100%;object-fit:cover;display:block}
.gf-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.gf-pillar{background:#fff;border:1px solid #e8eaf2;border-radius:var(--gf-radius);padding:34px 28px;transition:transform .3s,box-shadow .3s}
.gf-pillar:hover{transform:translateY(-6px);box-shadow:0 24px 50px -24px rgba(10,15,50,.25)}
.gf-pillar .ic{font-size:34px;margin-bottom:16px}
.gf-pillar h3{font-size:20px;font-weight:700;color:#0a1450;margin:0 0 12px}
.gf-pillar p{color:#5a6178;font-size:15px;line-height:1.7;margin:0}
.gf-pillar ul{margin:8px 0 0;padding-left:0;list-style:none}
.gf-pillar ul li{color:#5a6178;font-size:14.5px;line-height:1.6;margin-bottom:10px;padding-left:22px;position:relative}
.gf-pillar ul li::before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background:var(--gf-orange)}
.gf-pillar ul li b{color:#0a1450}
@media(max-width:860px){.gf-story{grid-template-columns:1fr}.gf-pillars{grid-template-columns:1fr}}

/* ---------- SERVICES PAGE: tabs + service cards ---------- */
.gf-tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:40px}
.gf-tab{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:999px;border:1px solid #e2e5f0;background:#fff;color:#0a1450;font-weight:600;font-size:15px;cursor:pointer;transition:.2s;font-family:inherit}
.gf-tab .t-ic{font-size:17px}
.gf-tab:hover{border-color:#fa5d14;color:#fa5d14}
.gf-tab.active{background:linear-gradient(135deg,#fa5d14,#ff7a3c);border-color:transparent;color:#fff;box-shadow:0 10px 24px -10px rgba(250,93,20,.6)}
.gf-tabpane{display:none;animation:gf-fade .35s ease}
.gf-tabpane.active{display:block}
@keyframes gf-fade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.gf-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.gf-svc{background:#fff;border:1px solid #e8eaf2;border-radius:16px;padding:26px 24px;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s,border-color .25s}
.gf-svc:hover{transform:translateY(-5px);border-color:rgba(250,93,20,.4);box-shadow:0 22px 44px -22px rgba(10,15,50,.28)}
.gf-svc h3{font-size:18px;font-weight:700;margin:0 0 8px;line-height:1.3}
.gf-svc h3 a{color:#0a1450}
.gf-svc h3 a:hover{color:#fa5d14}
.gf-svc-price{color:#fa5d14;font-weight:800;font-size:18px;margin-bottom:10px}
.gf-svc-price del{color:#9aa3c7;font-weight:500;font-size:14px;margin-right:6px}
.gf-svc-price ins{text-decoration:none}
.gf-svc-desc{color:#5a6178;font-size:14px;line-height:1.6;margin:0 0 18px;flex:1}
.gf-svc-btns{display:flex;gap:10px;margin-top:auto}
.gf-svc-cart,.gf-svc-buy{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:11px 14px;border-radius:10px;font-weight:700;font-size:14px;text-decoration:none;transition:.2s;cursor:pointer}
.gf-svc-cart{background:#f4f5fa;color:#0a1450;border:1px solid #e2e5f0}
.gf-svc-cart:hover{background:#fff1ea;color:#fa5d14;border-color:#fa5d14}
.gf-svc-buy{background:linear-gradient(135deg,#fa5d14,#ff7a3c);color:#fff;border:0}
.gf-svc-buy:hover{transform:translateY(-2px);box-shadow:0 10px 22px -8px rgba(250,93,20,.6);color:#fff}
@media(max-width:900px){.gf-svc-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.gf-svc-grid{grid-template-columns:1fr}.gf-tab{padding:10px 16px;font-size:14px}}

/* ---------- CONTACT PAGE ---------- */
.gf-contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.gf-ccard{display:block;text-align:center;background:#fff;border:1px solid #e8eaf2;border-radius:18px;padding:36px 24px;text-decoration:none;transition:.25s;box-shadow:0 6px 24px -16px rgba(10,15,50,.2)}
.gf-ccard:hover{transform:translateY(-6px);border-color:rgba(250,93,20,.4);box-shadow:0 24px 50px -24px rgba(10,15,50,.25)}
.gf-ccard .ic{width:62px;height:62px;border-radius:16px;display:grid;place-items:center;margin:0 auto 18px;color:#fa5d14;background:linear-gradient(135deg,rgba(250,93,20,.16),rgba(250,93,20,.04));border:1px solid rgba(250,93,20,.25)}
.gf-ccard h3{color:#0a1450;font-size:19px;margin:0 0 8px}
.gf-ccard p{color:#5a6178;font-size:15px;line-height:1.6;margin:0}
.gf-formsec{background:#f6f8ff}
.gf-formgrid{display:grid;grid-template-columns:1fr 1.1fr;gap:48px;align-items:start}
.gf-forminfo h2{font-size:clamp(24px,3vw,36px);color:#0a1450;font-weight:800;margin:12px 0 14px}
.gf-forminfo p{color:#5a6178;font-size:16px;line-height:1.7}
.gf-formcard{background:#fff;border:1px solid #e8eaf2;border-radius:20px;padding:32px;box-shadow:0 24px 60px -30px rgba(10,15,50,.25)}
.gf-form label{display:block;font-size:13.5px;font-weight:600;color:#0a1450;margin-bottom:16px}
.gf-form .row2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.gf-form input,.gf-form select,.gf-form textarea{width:100%;margin-top:7px;padding:12px 14px;border:1px solid #e2e5f0;border-radius:10px;font-family:inherit;font-size:14.5px;color:#0a1450;background:#fbfcff;font-weight:400;transition:border .2s,box-shadow .2s}
.gf-form input:focus,.gf-form select:focus,.gf-form textarea:focus{outline:0;border-color:#fa5d14;box-shadow:0 0 0 3px rgba(250,93,20,.12)}
.gf-form textarea{resize:vertical}
.gf-formnote{padding:14px 16px;border-radius:10px;margin-bottom:18px;font-size:14.5px;font-weight:500}
.gf-formnote.ok{background:#e9f9ef;color:#127a3e;border:1px solid #b6e6c6}
.gf-formnote.err{background:#fff1ea;color:#c2410c;border:1px solid #ffd0b0}
.gf-mapsec{line-height:0}
.gf-map{width:100%;height:420px;border:0;display:block}
.gf-faq{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.gf-faq-item{background:#fff;border:1px solid #e8eaf2;border-radius:14px;overflow:hidden}
.gf-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;background:none;border:0;cursor:pointer;font-family:inherit;font-size:16px;font-weight:600;color:#0a1450;text-align:left}
.gf-faq-q i{flex:0 0 auto;width:22px;height:22px;position:relative}
.gf-faq-q i::before,.gf-faq-q i::after{content:"";position:absolute;background:#fa5d14;border-radius:2px;transition:.25s}
.gf-faq-q i::before{top:10px;left:3px;right:3px;height:2px}
.gf-faq-q i::after{left:10px;top:3px;bottom:3px;width:2px}
.gf-faq-item.open .gf-faq-q i::after{transform:scaleY(0)}
.gf-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.gf-faq-item.open .gf-faq-a{max-height:340px}
.gf-faq-a p{margin:0;padding:0 22px 22px;color:#5a6178;font-size:15px;line-height:1.7}
@media(max-width:860px){.gf-contact-cards{grid-template-columns:1fr}.gf-formgrid{grid-template-columns:1fr}.gf-form .row2{grid-template-columns:1fr}}

/* ---------- MY ACCOUNT (premium login/register + dashboard) ---------- */
.woocommerce-account .col-full{max-width:1120px}
.woocommerce-account .woocommerce>h2{font-size:26px;color:#0a1450;font-weight:800;margin-bottom:18px}
/* logged-out: center the login/register cards */
.woocommerce-account:not(.logged-in) .woocommerce{max-width:920px;margin:30px auto 60px}
.woocommerce form.login,.woocommerce form.register{border:1px solid #e8eaf2 !important;border-radius:20px !important;padding:34px !important;box-shadow:0 26px 64px -34px rgba(10,15,50,.3);background:#fff;margin:0}
.woocommerce-account .woocommerce h2,.woocommerce form.woocommerce-form-login h2{font-size:23px;color:#0a1450;font-weight:800}
.woocommerce form .form-row label,.woocommerce-account label{color:#0a1450 !important;font-weight:600;font-size:14px}
.woocommerce form .input-text,.woocommerce-account input.input-text{border:1px solid #e2e5f0 !important;border-radius:10px !important;padding:12px 14px !important;background:#fbfcff !important;color:#0a1450 !important;box-shadow:none !important;font-size:14.5px}
.woocommerce form .input-text:focus,.woocommerce-account input.input-text:focus{border-color:#fa5d14 !important;box-shadow:0 0 0 3px rgba(250,93,20,.12) !important;outline:0}
.woocommerce-account .button,.woocommerce form button.button,.woocommerce #respond input#submit{background:linear-gradient(135deg,#fa5d14,#ff7a3c) !important;color:#fff !important;border:0 !important;border-radius:10px !important;padding:13px 24px !important;font-weight:700 !important;text-transform:none !important;transition:transform .2s,box-shadow .2s}
.woocommerce-account .button:hover,.woocommerce form button.button:hover{transform:translateY(-2px);box-shadow:0 12px 26px -8px rgba(250,93,20,.6)}
.woocommerce-form-login__submit,.woocommerce-form-register__submit{width:100%;justify-content:center}
.woocommerce-account a{color:#fa5d14}
.woocommerce-account .lost_password a{color:#5a6178}
/* logged-in: dashboard layout */
.woocommerce-account.logged-in .woocommerce{display:grid;grid-template-columns:250px 1fr;gap:34px;max-width:1120px;margin:24px auto 60px;align-items:start}
.woocommerce-MyAccount-navigation{float:none !important;width:auto !important}
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:8px;background:#fff;border:1px solid #e8eaf2;border-radius:16px;box-shadow:0 10px 30px -22px rgba(10,15,50,.25)}
.woocommerce-MyAccount-navigation ul li{border:0}
.woocommerce-MyAccount-navigation ul li a{display:block;padding:13px 18px;color:#0a1450 !important;font-weight:600;text-decoration:none;border-radius:10px;transition:.2s}
.woocommerce-MyAccount-navigation ul li a:hover{background:#fff1ea;color:#fa5d14 !important}
.woocommerce-MyAccount-navigation ul li.is-active a{background:linear-gradient(135deg,#fa5d14,#ff7a3c);color:#fff !important;box-shadow:0 10px 22px -10px rgba(250,93,20,.6)}
.woocommerce-MyAccount-content{float:none !important;width:auto !important;background:#fff;border:1px solid #e8eaf2;border-radius:16px;padding:30px 32px;box-shadow:0 10px 30px -22px rgba(10,15,50,.22)}
.woocommerce-MyAccount-content p{color:#3a4566}
.woocommerce-MyAccount-content a{color:#fa5d14}
@media(max-width:780px){.woocommerce-account.logged-in .woocommerce{grid-template-columns:1fr}}

/* ---------- Hide product placeholder images (services have no images) ---------- */
.wc-block-components-order-summary-item__image,
.wc-block-cart-item__image,
.woocommerce-cart table.cart td.product-thumbnail,
.woocommerce-cart table.cart th.product-thumbnail,
.woocommerce-checkout td.product-thumbnail,
.woocommerce table.shop_table td.product-thumbnail,
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.widget_shopping_cart .mini_cart_item a img,
.cart_item .product-thumbnail img{display:none !important}
/* tidy the block order-summary row once the image is hidden */
.wc-block-components-order-summary-item{grid-template-columns:1fr !important;gap:0 !important}
.wc-block-components-order-summary-item__image+.wc-block-components-order-summary-item__description,
.wc-block-components-order-summary-item__description{padding-left:0 !important}

/* ---------- Footer: always full-width & flush (fixes WooCommerce pages) ---------- */
.site-footer{width:100% !important;max-width:100% !important;clear:both;float:none}
.site-footer>.col-full{max-width:100% !important;width:100% !important;padding-left:0 !important;padding-right:0 !important;margin:0 !important}
.gf-footer{width:100%}
/* trim oversized empty space before the footer on short Woo pages */
.woocommerce-checkout #content,.woocommerce-cart #content,.woocommerce-account #content{padding-bottom:0}
.woocommerce-checkout .site-content,.woocommerce-cart .site-content{padding-bottom:40px}

/* ---------- Remove breadcrumb + its empty row on all (incl. WooCommerce) pages ---------- */
.woocommerce-breadcrumb,.storefront-breadcrumb,nav.woocommerce-breadcrumb{display:none !important}
.woocommerce-page .site-content,.page .site-content{padding-top:34px}
.woocommerce-checkout .site-content,.woocommerce-cart .site-content{padding-top:20px}

/* Hide ALL placeholder product images everywhere (services have no images) */
img.woocommerce-placeholder,
.woocommerce ul.products li.product a>img.woocommerce-placeholder,
.woocommerce div.product .woocommerce-product-gallery__image img.woocommerce-placeholder,
.wc-block-grid__product-image img{display:none !important}
.woocommerce ul.products li.product a img[src*="placeholder"]{display:none !important}

/* Brand WooCommerce shop/product buttons orange */
.woocommerce a.button,.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,.woocommerce #respond input#submit,
.woocommerce a.button.alt,.woocommerce button.button.alt{
  background:linear-gradient(135deg,#fa5d14,#ff7a3c) !important;color:#fff !important;border:0 !important;border-radius:10px !important;font-weight:700 !important;padding:11px 20px !important;transition:transform .2s,box-shadow .2s}
.woocommerce a.button:hover,.woocommerce ul.products li.product .button:hover,.woocommerce button.button:hover{transform:translateY(-2px);box-shadow:0 12px 24px -10px rgba(250,93,20,.6) !important}
.woocommerce ul.products li.product .price{color:#fa5d14 !important;font-weight:800}
.woocommerce ul.products li.product h2,.woocommerce ul.products li.product .woocommerce-loop-product__title{color:#0a1450 !important;font-weight:600}

/* Add-to-cart button states (services page) */
button.gf-svc-cart{font-family:inherit;cursor:pointer}
.gf-svc-cart.loading{opacity:.7;cursor:wait}
.gf-svc-cart.added{background:#e9f9ef !important;color:#127a3e !important;border-color:#bfe9cd !important;cursor:default;animation:gf-pop .3s ease}
@keyframes gf-pop{0%{transform:scale(.92)}60%{transform:scale(1.04)}100%{transform:scale(1)}}
/* Suppress the big full-width "added to cart" success banner site-wide (feedback is shown on the button / cart instead) */
.woocommerce-message{background:#e9f9ef !important;border-top-color:#34A853 !important;color:#127a3e !important;border-radius:12px;margin:0 0 20px}
.gf-page .woocommerce-message,.gf-home .woocommerce-message{display:none !important}

/* ============================================================
   CART + CHECKOUT — branded to Consovia
   ============================================================ */
.woocommerce-cart .entry-title,.woocommerce-checkout .entry-title,.woocommerce-cart h1,.woocommerce-checkout h1{color:#0a1450}
.woocommerce-cart,.woocommerce-checkout{color:#0a1450}

/* ---- Classic cart table ---- */
.woocommerce-cart table.cart{border:1px solid #e8eaf2 !important;border-radius:16px;overflow:hidden;border-collapse:separate !important;border-spacing:0}
.woocommerce-cart table.cart thead th{background:#f6f8ff;color:#0a1450;font-weight:700;border:0;padding:16px 18px}
.woocommerce-cart table.cart td{border-top:1px solid #f0f1f7;color:#3a4566;vertical-align:middle}
.woocommerce-cart table.cart td.product-name a{color:#0a1450;font-weight:600}
.woocommerce-cart table.cart td.product-name a:hover{color:#fa5d14}
.woocommerce-cart .product-price,.woocommerce-cart .product-subtotal{color:#0a1450;font-weight:600}
.woocommerce .quantity .qty{border:1px solid #e2e5f0 !important;border-radius:8px;background:#fbfcff;color:#0a1450;padding:8px}
.woocommerce a.remove{color:#fa5d14 !important;border:1px solid #ffd0b0;line-height:1.4}
.woocommerce a.remove:hover{background:#fa5d14 !important;color:#fff !important}
.woocommerce-cart .actions .coupon .input-text{border:1px solid #e2e5f0 !important;border-radius:10px !important;background:#fbfcff !important;padding:11px 14px !important}
/* ---- Cart actions row (coupon + update) — clean padded bar ----
   NOTE: keep td.actions as a real table-cell (do NOT set display:flex on it,
   that breaks the colspan and collapses the whole table). Use floats + an
   inner flex group for the coupon instead. */
.woocommerce-cart table.cart td.actions{padding:18px !important;background:#fbfcff;border-top:1px solid #eef0f6}
.woocommerce-cart table.cart td.actions::after{content:"";display:table;clear:both}
.woocommerce-cart table.cart td.actions .coupon{float:left;display:flex;align-items:center;gap:10px;margin:0 !important}
.woocommerce-cart table.cart td.actions .coupon label{display:none}
.woocommerce-cart table.cart td.actions .coupon .input-text{width:240px !important;max-width:48vw;margin:0 !important}
.woocommerce-cart table.cart td.actions .coupon .button{margin:0 !important;white-space:nowrap}
.woocommerce-cart table.cart td.actions button[name="update_cart"],
.woocommerce-cart table.cart td.actions input[name="update_cart"]{float:right;margin:0 !important;white-space:nowrap}
@media(max-width:600px){
  .woocommerce-cart table.cart td.actions .coupon{float:none;flex-wrap:wrap;margin-bottom:12px !important}
  .woocommerce-cart table.cart td.actions .coupon .input-text{width:100% !important;max-width:none}
  .woocommerce-cart table.cart td.actions button[name="update_cart"]{float:none;width:100%}
}
/* Cart totals box */
/* kill Storefront's float so the fallback (no-flex) stacks instead of overlapping the table */
.woocommerce-cart .cart-collaterals{float:none;width:auto}
.woocommerce-cart .cart-collaterals .cart_totals{background:#fff;border:1px solid #e8eaf2;border-radius:16px;padding:26px 26px 28px;box-shadow:0 14px 40px -28px rgba(10,15,50,.3)}
.woocommerce-cart .cart_totals h2{color:#0a1450;font-weight:800;font-size:22px}
.woocommerce-cart .cart_totals table{border:0 !important}
.woocommerce-cart .cart_totals table th,.woocommerce-cart .cart_totals table td{border-top:1px solid #f0f1f7 !important;color:#3a4566;padding:14px 6px}
.woocommerce-cart .cart_totals .order-total .amount{color:#fa5d14;font-size:20px;font-weight:800}
.woocommerce .wc-proceed-to-checkout a.checkout-button{background:linear-gradient(135deg,#fa5d14,#ff7a3c) !important;color:#fff !important;font-weight:800 !important;border-radius:12px !important;padding:16px !important;text-align:center}
/* empty cart card */
.cart-empty.woocommerce-info{background:#f6f8ff !important;border:1px solid #e8eaf2;color:#0a1450 !important;border-radius:14px;text-align:center}
.return-to-shop .button{background:linear-gradient(135deg,#fa5d14,#ff7a3c) !important;color:#fff !important}

/* ---- Block checkout ---- */
.wc-block-checkout h2,.wc-block-components-checkout-step__title,.wc-block-components-title{color:#0a1450 !important}
.wc-block-components-text-input input,.wc-block-components-text-input textarea,
.wc-block-components-select .wc-blocks-components-select__select,
.wc-blocks-components-select__container,.wc-block-components-combobox input,
.wc-block-checkout input.input-text,.wc-block-components-address-form input{
  border:1px solid #e2e5f0 !important;border-radius:10px !important;background:#fbfcff !important;color:#0a1450 !important;box-shadow:none !important}
.wc-block-components-text-input input:focus,.wc-block-components-combobox input:focus,.wc-block-components-text-input.is-active input{
  border-color:#fa5d14 !important;box-shadow:0 0 0 3px rgba(250,93,20,.12) !important;outline:0 !important}
.wc-block-components-text-input label,.wc-block-components-checkout-step__description{color:#5a6178 !important}
.wc-block-checkout__sidebar .wc-block-components-totals-wrapper,
.wc-block-checkout__sidebar>.wc-block-components-panel,.wc-block-checkout__sidebar{border-radius:16px}
.wc-block-checkout__sidebar .is-large{border:1px solid #e8eaf2 !important;border-radius:18px !important;background:#fff;box-shadow:0 16px 44px -30px rgba(10,15,50,.3)}
.wc-block-components-order-summary-item__description .wc-block-components-product-name{color:#0a1450 !important;font-weight:600}
.wc-block-components-totals-item__value,.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{color:#0a1450 !important}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{color:#fa5d14 !important;font-weight:800}
.wc-block-components-button,.wc-block-components-checkout-place-order-button,
button.wc-block-components-button.contained{background:linear-gradient(135deg,#fa5d14,#ff7a3c) !important;color:#fff !important;border:0 !important;border-radius:12px !important;font-weight:800 !important}
.wc-block-components-button:hover{box-shadow:0 14px 30px -10px rgba(250,93,20,.55) !important}
.wc-block-components-checkout-place-order-button{padding:16px !important}
a,.wc-block-components-checkout-step a,.woocommerce-info a{color:#fa5d14}

/* ============================================================
   SINGLE PRODUCT (service inner page) — branded
   ============================================================ */
.single-product .site-content{padding-top:30px}
/* no product images for services → hide gallery, make summary full width */
.single-product div.product .woocommerce-product-gallery,.single-product div.product .images{display:none !important}
.single-product div.product .summary.entry-summary{width:100% !important;max-width:820px;margin:0 auto !important;float:none !important;background:#fff;border:1px solid #e8eaf2;border-radius:20px;padding:40px 44px;box-shadow:0 18px 50px -34px rgba(10,15,50,.3)}
.single-product div.product{display:block !important}
.single-product .product_title{color:#0a1450 !important;font-weight:800;font-size:clamp(26px,3.4vw,40px);letter-spacing:-.5px}
.single-product div.product p.price,.single-product div.product span.price{color:#fa5d14 !important;font-weight:800;font-size:26px}
.single-product div.product p.price del{color:#9aa3c7;font-weight:500;font-size:18px}
.single-product .woocommerce-product-details__short-description{color:#5a6178;font-size:16px;line-height:1.75}
.single-product form.cart{margin:24px 0;display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.single-product form.cart .quantity .qty{height:50px;border:1px solid #e2e5f0 !important;border-radius:10px;background:#fbfcff;width:80px;text-align:center;color:#0a1450}
.single-product form.cart button.single_add_to_cart_button{background:linear-gradient(135deg,#fa5d14,#ff7a3c) !important;color:#fff !important;border:0 !important;border-radius:12px !important;padding:15px 32px !important;font-weight:800 !important;font-size:16px !important}
.single-product form.cart button.single_add_to_cart_button:hover{transform:translateY(-2px);box-shadow:0 14px 30px -10px rgba(250,93,20,.6) !important}
.single-product .product_meta{color:#8a90ad;font-size:13.5px;border-top:1px solid #f0f1f7;padding-top:16px;margin-top:20px}
.single-product .product_meta a{color:#fa5d14}
/* tabs */
.woocommerce-tabs{max-width:820px;margin:40px auto 0}
.woocommerce-tabs ul.tabs{border:0;padding:0;display:flex;gap:8px;flex-wrap:wrap}
.woocommerce-tabs ul.tabs::before{display:none}
.woocommerce-tabs ul.tabs li{background:#f4f5fa;border:1px solid #e2e5f0 !important;border-radius:10px;margin:0}
.woocommerce-tabs ul.tabs li.active{background:linear-gradient(135deg,#fa5d14,#ff7a3c);border-color:transparent !important}
.woocommerce-tabs ul.tabs li a{color:#0a1450 !important;font-weight:600;padding:10px 18px !important}
.woocommerce-tabs ul.tabs li.active a{color:#fff !important}
.woocommerce-tabs .panel{color:#3a4566;font-size:15.5px;line-height:1.8}
.woocommerce-tabs .panel h2{color:#0a1450}
/* related products */
.single-product .related h2,.single-product .upsells h2{color:#0a1450;font-weight:800}

/* ---------- Single product: category sections accordion ---------- */
.gf-pacc-wrap{max-width:820px;margin:34px auto 0;font-family:'Poppins',sans-serif}
.gf-pacc{display:flex;flex-direction:column;gap:14px}
.gf-pacc-item{background:#fff;border:1px solid #e8eaf2;border-radius:14px;overflow:hidden;transition:box-shadow .25s}
.gf-pacc-item.open{box-shadow:0 18px 44px -28px rgba(10,15,50,.3)}
.gf-pacc-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;background:none;border:0;cursor:pointer;font-family:inherit;font-size:16.5px;font-weight:700;color:#0a1450;text-align:left}
.gf-pacc-q i{flex:0 0 auto;width:22px;height:22px;position:relative}
.gf-pacc-q i::before,.gf-pacc-q i::after{content:"";position:absolute;background:#fa5d14;border-radius:2px;transition:.25s}
.gf-pacc-q i::before{top:10px;left:3px;right:3px;height:2px}
.gf-pacc-q i::after{left:10px;top:3px;bottom:3px;width:2px}
.gf-pacc-item.open .gf-pacc-q i::after{transform:scaleY(0)}
.gf-pacc-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.gf-pacc-item.open .gf-pacc-a{max-height:1200px}
.gf-pacc-inner{padding:0 22px 22px;color:#3a4566;font-size:15px;line-height:1.75}
.gf-pacc-inner p{margin:0 0 12px}
.gf-pacc-list{list-style:none;margin:0;padding:0}
.gf-pacc-list li{position:relative;padding-left:26px;margin-bottom:11px;line-height:1.6}
.gf-pacc-list li::before{content:"";position:absolute;left:2px;top:8px;width:9px;height:9px;border-radius:50%;background:var(--gf-orange)}
.gf-pacc-list li b{color:#0a1450}
.gf-pfaq{border-top:1px solid #f0f1f7;padding:14px 0}
.gf-pfaq:first-child{border-top:0;padding-top:0}
.gf-pfaq b{display:block;color:#0a1450;font-size:15px;margin-bottom:5px}
.gf-pfaq p{margin:0;color:#5a6178}

/* ---------- Hide leftover add-to-cart success notices on cart/checkout ---------- */
.woocommerce-cart .woocommerce-message,.woocommerce-checkout .woocommerce-message,
.wc-block-components-notice-banner.is-success{display:none !important}

/* ---------- BLOCK CART — premium product list ---------- */
.wc-block-cart{color:#0a1450}
.wc-block-cart .wc-block-cart-items,.wp-block-woocommerce-cart-line-items-block{border:1px solid #e8eaf2;border-radius:18px;background:#fff;padding:4px 26px;box-shadow:0 12px 40px -30px rgba(10,15,50,.3)}
table.wc-block-cart-items thead .wc-block-cart-items__header{color:#8a90ad;font-weight:700;letter-spacing:.4px;text-transform:uppercase;font-size:12.5px;border-bottom:1px solid #eef0f6;padding-bottom:14px}
.wc-block-cart-items__row{border-top:1px solid #f0f1f7 !important;padding:24px 0 !important}
.wc-block-cart-items__row:first-child{border-top:0 !important}
.wc-block-cart-item__product .wc-block-components-product-name{color:#0a1450 !important;font-weight:700 !important;font-size:16.5px !important;text-decoration:none}
.wc-block-cart-item__product .wc-block-components-product-name:hover{color:#fa5d14 !important}
.wc-block-cart-item__product .wc-block-components-product-metadata{color:#5a6178 !important;font-size:14px}
.wc-block-components-product-price__value,.wc-block-cart-item__total .wc-block-components-product-price__value{color:#0a1450 !important;font-weight:700}
.wc-block-components-quantity-selector{border:1px solid #e2e5f0 !important;border-radius:10px !important;background:#fbfcff !important;max-width:120px}
.wc-block-components-quantity-selector__input{color:#0a1450 !important;font-weight:600}
.wc-block-components-quantity-selector__button{color:#0a1450 !important;font-size:18px}
.wc-block-components-quantity-selector__button:hover{color:#fa5d14 !important}
.wc-block-cart-item__remove-link{color:#fa5d14 !important}
/* Order-summary / totals card */
.wp-block-woocommerce-cart-order-summary-block,.wc-block-cart__sidebar>*{}
.wc-block-cart__sidebar .wc-block-components-totals-wrapper,.wc-block-cart__sidebar{border-radius:18px}
.wc-block-cart__sidebar>.is-large,.wp-block-woocommerce-cart-totals-block{border:1px solid #e8eaf2 !important;border-radius:18px !important;background:#fff;padding:26px !important;box-shadow:0 16px 44px -30px rgba(10,15,50,.3)}
.wc-block-components-totals-item__label{color:#5a6178 !important}
.wc-block-cart__totals-title{color:#8a90ad !important;letter-spacing:.4px}
.wc-block-components-totals-footer-item{font-size:18px}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label{color:#0a1450 !important;font-weight:800}

/* ---------- Checkout order summary: auto scroll when many items ---------- */
.wc-block-components-order-summary .wc-block-components-order-summary__content{max-height:360px;overflow-y:auto;padding-right:6px}
/* nice slim scrollbar */
.wc-block-components-order-summary__content::-webkit-scrollbar{width:7px}
.wc-block-components-order-summary__content::-webkit-scrollbar-thumb{background:#d7dbe8;border-radius:8px}
.wc-block-components-order-summary__content::-webkit-scrollbar-thumb:hover{background:#fa5d14}
.wc-block-components-order-summary__content{scrollbar-width:thin;scrollbar-color:#d7dbe8 transparent}
/* classic checkout "Your order" review table — render naturally, fill the card.
   (Do NOT set tbody{display:block} or tr{display:table;table-layout:fixed} —
    that collapses the columns and wraps every word.) */
.woocommerce-checkout-review-order-table{width:100% !important;table-layout:auto !important}

/* ---------- Classic cart: keep header cells aligned with body columns ----------
   (thumbnail column is hidden in both head & body; lock text-alignment so the
    Product / Price / Quantity / Subtotal labels sit over their own columns) */
.woocommerce-cart table.cart th.product-name,
.woocommerce-cart table.cart td.product-name{text-align:left}
.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart td.product-quantity,
.woocommerce-cart table.cart th.product-subtotal,
.woocommerce-cart table.cart td.product-subtotal{text-align:center}
.woocommerce-cart table.cart th.product-remove,
.woocommerce-cart table.cart td.product-remove{width:54px;text-align:center}
.woocommerce-cart table.cart td.product-quantity .quantity{justify-content:center;display:flex}

/* ---- Cart: items table (left) + totals (right) SIDE BY SIDE on desktop ----
   The cart shortcode renders inside page.php, which wraps the whole page
   (hero + article + the real WC container) in an OUTER .woocommerce, and the
   shortcode adds an INNER .woocommerce. Flexing the outer wrapper shrinks the
   page content & breaks the layout, so we scope the flex to ONLY the inner
   cart container (the .gf-legal-body > .woocommerce) and keep the outer block. */
@media(min-width:993px){
  /* outer Woo wrapper that also contains the hero must stay a normal block */
  .woocommerce-cart .col-full > .woocommerce{display:block !important}
  /* the real cart container: form (left) + totals (right) */
  .woocommerce-cart .gf-legal-body > .woocommerce{display:flex;flex-wrap:wrap;align-items:flex-start;gap:30px}
  .woocommerce-cart .gf-legal-body > .woocommerce > .woocommerce-notices-wrapper{flex:1 1 100%}
  .woocommerce-cart .gf-legal-body > .woocommerce > .woocommerce-cart-form{flex:1 1 0;min-width:0;margin:0 !important}
  .woocommerce-cart .gf-legal-body > .woocommerce > .cart-collaterals{flex:0 0 360px;width:360px !important;float:none !important;margin:0 !important}
  .woocommerce-cart .cart-collaterals .cart_totals{width:100% !important;float:none !important;margin:0}
  .woocommerce-cart .cart-collaterals .cross-sells{width:100% !important;float:none}
}

/* ============================================================
   CLASSIC CHECKOUT — branded ([woocommerce_checkout] shortcode)
   ============================================================ */
.woocommerce-checkout .entry-header,.woocommerce-checkout header.entry-header{margin-bottom:14px}
.woocommerce-checkout h3,.woocommerce-checkout #order_review_heading,.woocommerce-checkout .woocommerce-billing-fields h3,.woocommerce-checkout .woocommerce-additional-fields h3{color:#0a1450;font-weight:800}
/* "Have a coupon?" info bar — rebrand from default blue to Consovia */
.woocommerce-checkout .woocommerce-info,.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{
  background:#fff7f2 !important;border:1px solid #ffd9c2 !important;border-top:3px solid #fa5d14 !important;color:#0a1450 !important;border-radius:12px;box-shadow:none;font-weight:500}
.woocommerce-checkout .woocommerce-info::before{color:#fa5d14 !important}
.woocommerce-checkout .woocommerce-info a{color:#fa5d14 !important;font-weight:700}
/* coupon entry form */
.woocommerce-checkout form.checkout_coupon{border:1px solid #e8eaf2 !important;border-radius:14px;background:#fff;box-shadow:0 12px 40px -30px rgba(10,15,50,.3)}
/* form inputs */
.woocommerce-checkout .input-text,.woocommerce-checkout textarea,.woocommerce-checkout select,
.woocommerce-checkout .select2-selection,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{
  border:1px solid #e2e5f0 !important;border-radius:10px !important;background:#fbfcff !important;color:#0a1450 !important;box-shadow:none !important;padding:11px 14px !important}
.woocommerce-checkout .input-text:focus,.woocommerce-checkout textarea:focus,.woocommerce-checkout select:focus{
  border-color:#fa5d14 !important;box-shadow:0 0 0 3px rgba(250,93,20,.12) !important;outline:0 !important}
.woocommerce-checkout .form-row label{color:#5a6178;font-weight:500}
.woocommerce-checkout .select2-container--default .select2-selection--single{height:46px;border:1px solid #e2e5f0;border-radius:10px;background:#fbfcff}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:44px;color:#0a1450}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height:44px}
/* order review card */
/* override Storefront's width:48%/float on the checkout columns so our grid controls layout */
.woocommerce-checkout #order_review,.woocommerce-checkout #customer_details{float:none !important;width:auto !important}
.woocommerce-checkout #order_review{background:#fff;border:1px solid #e8eaf2;border-radius:18px;padding:24px 24px 26px;box-shadow:0 16px 44px -30px rgba(10,15,50,.3)}
.woocommerce-checkout-review-order-table{border:0 !important;margin:0 0 14px}
.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td{border-top:1px solid #f0f1f7 !important;color:#3a4566;padding:12px 4px !important}
.woocommerce-checkout-review-order-table .order-total .amount,.woocommerce-checkout-review-order-table tfoot .order-total td{color:#fa5d14 !important;font-weight:800;font-size:18px}
.woocommerce-checkout-review-order-table .product-name{color:#0a1450 !important;font-weight:600}
.woocommerce-checkout #payment{background:transparent;border:0;margin-top:18px}
.woocommerce-checkout #payment ul.payment_methods{border:0;background:#f6f8ff;border-radius:12px;padding:24px 22px;min-height:120px;margin:0 0 18px}
.woocommerce-checkout #payment ul.payment_methods li{padding:6px 0}
.woocommerce-checkout #payment div.payment_box{background:#fff7f2 !important;border:1px solid #ffd9c2;border-radius:10px;color:#3a4566;padding:16px 18px;margin-top:10px}
.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:#fff7f2 !important}
.woocommerce-checkout #place_order{width:100%;background:linear-gradient(135deg,#fa5d14,#ff7a3c) !important;color:#fff !important;border:0 !important;border-radius:12px !important;font-weight:800 !important;padding:16px !important;font-size:16px !important;margin-top:6px}
.woocommerce-checkout #place_order:hover{transform:translateY(-2px);box-shadow:0 14px 30px -10px rgba(250,93,20,.55) !important}
/* two-column: billing/details left, order summary right (desktop) */
@media(min-width:993px){
  form.woocommerce-checkout.checkout{display:grid;grid-template-columns:1fr 410px;grid-template-rows:min-content 1fr;column-gap:34px;row-gap:0;align-items:start}
  form.woocommerce-checkout.checkout #customer_details{grid-column:1;grid-row:1 / span 2}
  form.woocommerce-checkout.checkout #order_review_heading{grid-column:2;grid-row:1;margin:0 0 14px;align-self:start}
  form.woocommerce-checkout.checkout #order_review{grid-column:2;grid-row:2;align-self:start}
  form.woocommerce-checkout.checkout #customer_details .col-1,
  form.woocommerce-checkout.checkout #customer_details .col-2{width:100% !important;float:none !important;margin:0 0 6px}
}

/* ============================================================
   BOOK A CALL PAGE — 2-step cards + tick list
   ============================================================ */
.gf-steps2{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:8px}
.gf-step2{position:relative;background:#fff;border:1px solid #e8eaf2;border-radius:18px;padding:34px 30px 30px;box-shadow:0 12px 40px -30px rgba(10,15,50,.3);transition:transform .25s,box-shadow .25s,border-color .25s}
.gf-step2:hover{transform:translateY(-5px);border-color:rgba(250,93,20,.4);box-shadow:0 22px 44px -22px rgba(10,15,50,.28)}
.gf-step2-no{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#fa5d14,#ff7a3c);color:#fff;font-weight:800;font-size:20px;margin-bottom:16px;box-shadow:0 10px 22px -10px rgba(250,93,20,.6)}
.gf-step2 h3{color:#0a1450;font-size:20px;font-weight:700;margin:0 0 8px}
.gf-step2 p{color:#5a6178;font-size:15px;line-height:1.7;margin:0}
.gf-tick{list-style:none;margin:22px 0 0;padding:0}
.gf-tick li{position:relative;padding-left:30px;margin-bottom:13px;color:#3a4566;font-size:15.5px;line-height:1.6}
.gf-tick li::before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:50%;background:#fff1ea;border:1px solid #ffd0b0}
.gf-tick li::after{content:"";position:absolute;left:7px;top:6px;width:5px;height:9px;border:solid #fa5d14;border-width:0 2px 2px 0;transform:rotate(45deg)}
@media(max-width:780px){.gf-steps2{grid-template-columns:1fr}}

/* ============================================================
   PRODUCT CATEGORY ARCHIVE (shop / category pages)
   Reuses the "Our Services" .gf-svc card design — li.product is just a
   grid cell; the inner .gf-svc div is the actual card.
   ============================================================ */
.woocommerce.archive .site-content,.post-type-archive-product .site-content{padding-top:30px}
.woocommerce ul.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:0 0 30px !important;padding:0;list-style:none}
.woocommerce ul.products::before,.woocommerce ul.products::after{content:none !important;display:none !important}
.woocommerce ul.products li.product{width:auto !important;float:none !important;margin:0 !important;padding:0 !important;display:flex}
.woocommerce ul.products li.product .gf-svc{width:100%}
.woocommerce ul.products li.product::before{display:none !important}
/* category archive heading / description */
.woocommerce .term-description,.woocommerce-products-header{text-align:center;max-width:760px;margin:0 auto 26px;color:#5a6178}
@media(max-width:900px){.woocommerce ul.products{grid-template-columns:1fr 1fr;gap:18px}}
@media(max-width:560px){.woocommerce ul.products{grid-template-columns:1fr}}

/* ===========================================================================
 * AUDIT P1/P2 — global UI (WhatsApp float, sticky mobile CTA, footer strips)
 * ========================================================================= */
.gf-foot-eco{text-align:center;color:#aeb4cf;font-size:13px;padding:10px 20px 0}
.gf-foot-eco a{color:#fa5d14 !important;text-decoration:none;font-weight:600}
.gf-foot-eco a:hover{text-decoration:underline}
.gf-foot-reg{text-align:center;color:#c8cde3;font-size:12.5px;letter-spacing:.3px;padding:8px 20px 0;font-weight:600}

/* Floating WhatsApp */
.gf-wa-float{position:fixed;right:20px;bottom:22px;z-index:9998;width:56px;height:56px;border-radius:50%;
	background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;
	box-shadow:0 8px 24px rgba(37,211,102,.45);transition:transform .2s ease,box-shadow .2s ease}
.gf-wa-float:hover{transform:scale(1.08);box-shadow:0 10px 30px rgba(37,211,102,.6);color:#fff}
.gf-wa-float::after{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid #25d366;animation:gfwa 2s infinite}
@keyframes gfwa{0%{transform:scale(1);opacity:.7}100%{transform:scale(1.6);opacity:0}}

/* Sticky mobile CTA bar (hidden on desktop) */
.gf-mcta{display:none}
@media (max-width:782px){
	.gf-mcta{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:9997;
		background:#fff;border-top:1px solid #e7eaf4;box-shadow:0 -4px 20px rgba(10,20,80,.1)}
	.gf-mcta a{flex:1;text-align:center;padding:13px 6px;font-weight:700;font-size:14px;text-decoration:none;border:none}
	.gf-mcta-call{color:#000248;background:#fff}
	.gf-mcta-book{color:#fff;background:#fa5d14}
	.gf-mcta-wa{color:#fff;background:#25d366}
	/* lift the WhatsApp float so it doesn't sit on the bar */
	.gf-wa-float{bottom:64px;width:50px;height:50px}
	/* keep page content clear of the fixed bar */
	body{padding-bottom:52px}
}

/* ===========================================================================
 * AUDIT P1/P2 — Pricing page
 * ========================================================================= */
.gf-gstnote{background:#fff7f2;border:1px solid #ffd9c2;border-left:4px solid #fa5d14;border-radius:12px;
	padding:16px 20px;color:#5a4636;font-size:14.5px;line-height:1.6}
.gf-price-sec{padding-top:34px;padding-bottom:10px}
.gf-price-table{border:1px solid #e7eaf4;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 6px 22px rgba(10,20,80,.05)}
.gf-price-row{display:grid;grid-template-columns:1fr 160px 230px;align-items:center;gap:16px;
	padding:16px 22px;border-bottom:1px solid #eef1f8}
.gf-price-row:last-child{border-bottom:none}
.gf-price-head{background:#000248;color:#fff;font-weight:700;font-size:13px;letter-spacing:.4px;text-transform:uppercase}
.gf-price-head .gf-price-amt,.gf-price-head .gf-price-act{color:#fff}
.gf-price-name a{color:#0a1450;font-weight:700;text-decoration:none;font-size:15.5px}
.gf-price-name a:hover{color:#fa5d14}
.gf-price-sub{display:block;color:#7a8199;font-size:12.5px;font-weight:400;margin-top:3px}
.gf-price-amt{font-weight:800;color:#000248;font-size:16px}
.gf-price-amt .woocommerce-Price-amount{color:#000248}
.gf-price-quote{color:#7a8199;font-weight:600;font-size:14px}
.gf-price-act{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}
.gf-price-act .gf-svc-cart,.gf-price-act .gf-svc-buy{font-size:13px;padding:9px 12px}
@media (max-width:820px){
	.gf-price-head{display:none}
	.gf-price-row{grid-template-columns:1fr;gap:10px;padding:18px}
	.gf-price-amt::before{content:"Fee: ";color:#7a8199;font-weight:600;font-size:13px}
	.gf-price-act{justify-content:flex-start}
}

/* ===========================================================================
 * Funding Eligibility Checker — premium redesign
 * ========================================================================= */
.gf-elig-hero{background:radial-gradient(1100px 500px at 12% -10%,#0a1568 0%,#000248 45%,#000132 100%);
	color:#fff;padding:64px 0 70px;overflow:hidden}
.gf-elig-hero-grid{display:grid;grid-template-columns:1fr 480px;gap:48px;align-items:center}
.gf-elig-hero-text .gf-eyebrow{color:#ff9a5c}
.gf-elig-hero-text h1{font-size:42px;line-height:1.1;margin:14px 0 16px;color:#fff}
.gf-elig-hero-text h1 .grad{background:linear-gradient(90deg,#fa5d14,#ffb27a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.gf-elig-hero-text>p{color:#c2c8e8;font-size:16.5px;line-height:1.7;max-width:480px;margin:0 0 26px}
.gf-elig-prizes{display:flex;gap:14px;flex-wrap:wrap}
.gf-prize{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:14px 18px;backdrop-filter:blur(6px)}
.gf-prize-amt{display:block;font-size:22px;font-weight:800;color:#ff9a5c;line-height:1}
.gf-prize-lbl{display:block;font-size:12.5px;color:#aeb4d8;margin-top:5px}

.gf-quiz{background:#fff;border-radius:22px;box-shadow:0 30px 70px rgba(0,2,72,.4);overflow:hidden}
.gf-quiz-head{display:flex;align-items:center;justify-content:space-between;padding:20px 28px 0}
.gf-quiz-dots{display:flex;gap:7px}
.gf-quiz-dots span{width:9px;height:9px;border-radius:50%;background:#e3e7f3;transition:all .3s ease}
.gf-quiz-dots span.on{background:#fa5d14;transform:scale(1.1)}
.gf-quiz-count{color:#9097b0;font-size:13.5px;font-weight:600}
.gf-quiz-count b{color:#000248;font-size:16px}
.gf-quiz-bar{height:5px;background:#eef1f8;margin:16px 0 0}
.gf-quiz-bar span{display:block;height:100%;width:0;background:linear-gradient(90deg,#fa5d14,#ff8a4c);transition:width .4s ease;border-radius:0 3px 3px 0}
.gf-quiz-steps{padding:28px}
.gf-q{display:none;animation:gfqin .32s ease}
.gf-q.active{display:block}
@keyframes gfqin{from{opacity:0;transform:translateX(14px)}to{opacity:1;transform:none}}
.gf-q h3{font-size:19px;color:#0a1450;margin:0 0 20px;line-height:1.4}
.gf-opts{display:flex;flex-direction:column;gap:11px}
.gf-opts button{display:flex;align-items:center;gap:14px;text-align:left;padding:14px 16px;border:1.5px solid #e3e7f3;
	background:#fafbff;border-radius:13px;font-size:15px;color:#2a3354;font-weight:600;cursor:pointer;transition:all .15s ease}
.gf-opts button:hover{border-color:#fa5d14;background:#fff7f2;transform:translateX(3px)}
.gf-opts button.sel{border-color:#fa5d14;background:#fff;box-shadow:0 0 0 3px rgba(250,93,20,.15)}
.gf-opt-ic{font-size:22px;flex:none;width:30px;text-align:center}
.gf-opt-tx{flex:1}
.gf-opt-rd{flex:none;width:20px;height:20px;border:2px solid #d4d9ea;border-radius:50%;position:relative;transition:all .15s ease}
.gf-opts button.sel .gf-opt-rd{border-color:#fa5d14}
.gf-opts button.sel .gf-opt-rd::after{content:"";position:absolute;inset:3px;background:#fa5d14;border-radius:50%}

.gf-quiz-result{padding:28px}
.gf-result-head{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.gf-result-check{flex:none;width:46px;height:46px;border-radius:50%;background:#e6f6ee;color:#1aa260;font-size:24px;font-weight:800;display:flex;align-items:center;justify-content:center}
.gf-result-head h2{font-size:22px;color:#0a1450;margin:0}
.gf-quiz-note{color:#7a8199;font-size:13px;margin:2px 0 0}
.gf-result-card{display:flex;gap:14px;border:1px solid #e7eaf4;border-radius:15px;padding:16px;margin-bottom:12px;border-left-width:5px;animation:gfqin .3s ease}
.gf-rc-ic{flex:none;width:44px;height:44px;border-radius:12px;background:#f4f6fc;display:flex;align-items:center;justify-content:center;font-size:22px}
.gf-rc-main{flex:1;min-width:0}
.gf-rc-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:5px}
.gf-rc-top strong{color:#0a1450;font-size:15.5px}
.gf-rc-main p{margin:0 0 11px;color:#5a6178;font-size:13px;line-height:1.55}
.gf-rc-tag{font-size:12px;font-weight:800;white-space:nowrap;padding:4px 11px;border-radius:20px}
.gf-rc-bottom{display:flex;align-items:center;gap:12px}
.gf-rc-prize{font-size:12.5px;font-weight:800;color:#000248;background:#eef1fb;padding:4px 11px;border-radius:8px;white-space:nowrap}
.gf-rc-meter{flex:1;height:7px;background:#eef1f8;border-radius:4px;overflow:hidden}
.gf-rc-meter i{display:block;height:100%;border-radius:4px;transition:width .6s ease}
.gf-elig-yes{border-left-color:#1aa260}.gf-elig-yes .gf-rc-tag{background:#e6f6ee;color:#1aa260}.gf-elig-yes .gf-rc-meter i{background:#1aa260}
.gf-elig-maybe{border-left-color:#e8a33d}.gf-elig-maybe .gf-rc-tag{background:#fdf3e3;color:#c9821f}.gf-elig-maybe .gf-rc-meter i{background:#e8a33d}
.gf-elig-no{border-left-color:#b9c0d4}.gf-elig-no .gf-rc-tag{background:#f1f3f9;color:#7a8199}.gf-elig-no .gf-rc-meter i{background:#b9c0d4}
.gf-quiz-lead{margin-top:22px;background:#f6f8ff;border:1px solid #e7eaf4;border-radius:16px;padding:22px}
.gf-quiz-lead h3{margin:0 0 5px;color:#0a1450;font-size:17px}
.gf-quiz-lead p{margin:0 0 15px;color:#5a6178;font-size:13.5px}
.gf-quiz-restart{display:block;margin:16px auto 0;background:none;border:none;color:#7a8199;font-weight:600;font-size:13.5px;cursor:pointer}
.gf-quiz-restart:hover{color:#fa5d14}

.gf-elig-trust{padding:44px 0}
.gf-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.gf-trust{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e7eaf4;border-radius:14px;padding:18px 20px;box-shadow:0 4px 16px rgba(10,20,80,.04)}
.gf-trust>span{font-size:26px;flex:none}
.gf-trust strong{display:block;color:#0a1450;font-size:15px;margin-bottom:2px}
.gf-trust div{color:#6a7290;font-size:13px;line-height:1.4}
@media (max-width:980px){.gf-elig-hero-grid{grid-template-columns:1fr;gap:34px}.gf-elig-hero-text h1{font-size:34px}.gf-trust-row{grid-template-columns:1fr}}
@media (max-width:600px){.gf-quiz-steps,.gf-quiz-result{padding:22px}.gf-q h3{font-size:17px}.gf-elig-prizes .gf-prize{flex:1}}

/* ===========================================================================
 * BLOG redesign — index, single, archive, 404
 * ========================================================================= */
.gf-blog-hero,.gf-single-hero{padding-bottom:14px}
.gf-crumb{display:inline-block;color:#fa5d14;text-decoration:none;font-weight:600;font-size:14px;margin-bottom:14px}
.gf-crumb:hover{color:#000248}

/* Category filter */
.gf-blog-filter{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:0 0 30px}
.gf-fpill{border:1.5px solid #e3e7f3;background:#fff;color:#2a3354;font-weight:600;font-size:14px;
	padding:9px 18px;border-radius:30px;cursor:pointer;transition:all .15s ease}
.gf-fpill:hover{border-color:#fa5d14;color:#fa5d14}
.gf-fpill.active{background:#000248;border-color:#000248;color:#fff}

/* Post grid + cards */
.gf-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.gf-bcard{background:#fff;border:1px solid #e7eaf4;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;
	box-shadow:0 6px 22px rgba(10,20,80,.05);transition:transform .2s ease,box-shadow .2s ease}
.gf-bcard:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(10,20,80,.12)}
.gf-bcard-thumb{position:relative;display:flex;align-items:center;justify-content:center;height:170px;
	background:linear-gradient(135deg,#000248,#1b2a78);background-size:cover;background-position:center;text-decoration:none}
.gf-bcard-emoji{font-size:46px;opacity:.9}
.gf-bcard-tag{position:absolute;left:14px;bottom:14px;background:rgba(255,255,255,.95);color:#000248;
	font-size:11.5px;font-weight:700;padding:5px 11px;border-radius:20px;letter-spacing:.2px}
.gf-bcard-body{padding:20px 20px 18px;display:flex;flex-direction:column;flex:1}
.gf-bcard-body h3{font-size:17px;line-height:1.4;margin:0 0 9px}
.gf-bcard-body h3 a{color:#0a1450;text-decoration:none}
.gf-bcard-body h3 a:hover{color:#fa5d14}
.gf-bcard-body p{color:#5a6178;font-size:13.5px;line-height:1.6;margin:0 0 16px;flex:1}
.gf-bcard-foot{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eef1f8;padding-top:13px}
.gf-bcard-date{color:#9097b0;font-size:12.5px;font-weight:600}
.gf-bcard-link{display:inline-flex;align-items:center;gap:5px;color:#fa5d14;font-weight:700;font-size:13.5px;text-decoration:none}
.gf-blog-empty{text-align:center;color:#7a8199;padding:40px 0}
@media (max-width:900px){.gf-blog-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.gf-blog-grid{grid-template-columns:1fr}}

/* Single article */
.gf-single-meta{color:#7a8199;font-size:14px;font-weight:600}
.gf-single-layout{display:grid;grid-template-columns:1fr 300px;gap:40px;align-items:start}
.gf-article{background:#fff;border:1px solid #eef1f8;border-radius:18px;padding:38px 42px;box-shadow:0 6px 22px rgba(10,20,80,.04)}
.gf-article h2{font-size:24px;color:#0a1450;margin:30px 0 14px}
.gf-article h3{font-size:18px;color:#000248;margin:24px 0 10px}
.gf-article p{color:#3a4566;font-size:16px;line-height:1.8;margin:0 0 16px}
.gf-article ul,.gf-article ol{color:#3a4566;font-size:16px;line-height:1.8;padding-left:22px;margin:0 0 18px}
.gf-article li{margin-bottom:7px}
.gf-article strong{color:#0a1450}
.gf-blog-note{background:#f6f8ff;border-left:3px solid #b9c0d4;padding:12px 16px;border-radius:8px;font-size:13.5px !important;color:#6a7290 !important;line-height:1.6}
.gf-blog-cta{margin-top:28px;background:linear-gradient(135deg,#000248,#1b2a78);border-radius:16px;padding:28px 30px;text-align:center}
.gf-blog-cta h3{color:#fff;font-size:20px;margin:0 0 16px}
.gf-article-aside{position:sticky;top:96px;display:flex;flex-direction:column;gap:18px}
.gf-aside-card{background:#fff;border:1px solid #e7eaf4;border-radius:16px;padding:22px;box-shadow:0 6px 22px rgba(10,20,80,.05)}
.gf-aside-card h4{margin:0 0 8px;color:#0a1450;font-size:16px}
.gf-aside-card p{margin:0 0 16px;color:#5a6178;font-size:13.5px;line-height:1.6}
.gf-aside-card .gf-btn{width:100%;justify-content:center}
.gf-aside-link{display:block;text-align:center;margin-top:12px;color:#fa5d14;font-weight:600;font-size:13.5px;text-decoration:none}
.gf-aside-cats ul{list-style:none;margin:0;padding:0}
.gf-aside-cats li{border-bottom:1px solid #eef1f8}
.gf-aside-cats li:last-child{border-bottom:none}
.gf-aside-cats a{display:flex;justify-content:space-between;padding:11px 2px;color:#2a3354;text-decoration:none;font-weight:600;font-size:14px}
.gf-aside-cats a:hover{color:#fa5d14}
.gf-aside-cats a span{background:#f1f3f9;color:#7a8199;border-radius:20px;padding:1px 9px;font-size:12px}
.gf-related{background:#f6f8ff}
@media (max-width:900px){.gf-single-layout{grid-template-columns:1fr}.gf-article-aside{position:static}.gf-article{padding:26px 22px}}

/* 404 */
.gf-404{text-align:center}
.gf-404-code{font-size:96px;font-weight:800;line-height:1;background:linear-gradient(135deg,#fa5d14,#ff9a5c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:6px}
.gf-404-search{display:flex;gap:8px;max-width:440px;margin:24px auto 30px}
.gf-404-search input{flex:1;border:1.5px solid #e3e7f3;border-radius:12px;padding:13px 16px;font-size:15px}
.gf-404-search input:focus{outline:none;border-color:#fa5d14}
.gf-404-search button{display:inline-flex;align-items:center;gap:6px;background:#000248;color:#fff;border:none;border-radius:12px;padding:0 20px;font-weight:700;cursor:pointer}
.gf-404-links{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;max-width:620px;margin:0 auto}
.gf-404-links a{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e7eaf4;border-radius:12px;padding:12px 18px;color:#0a1450;font-weight:600;text-decoration:none;font-size:14.5px;transition:all .15s ease}
.gf-404-links a:hover{border-color:#fa5d14;color:#fa5d14;transform:translateY(-2px)}
.gf-404-ic{font-size:17px}

/* ===========================================================================
 * Homepage lead-capture popup (desktop/tablet only)
 * ========================================================================= */
.gf-popup-overlay{display:none;position:fixed;inset:0;z-index:10000;background:rgba(4,7,30,.6);backdrop-filter:blur(6px);
	align-items:center;justify-content:center;padding:24px}
.gf-popup-overlay.gf-show{display:flex;animation:gfpf .3s ease}
@keyframes gfpf{from{opacity:0}to{opacity:1}}
.gf-popup{display:grid;grid-template-columns:320px 1fr;max-width:860px;width:100%;background:#fff;border-radius:26px;
	overflow:hidden;box-shadow:0 40px 100px -20px rgba(6,10,40,.55), 0 0 0 1px rgba(255,255,255,.06);position:relative;
	animation:gfps .42s cubic-bezier(.16,.84,.3,1)}
@keyframes gfps{from{transform:translateY(24px) scale(.96);opacity:0}to{transform:none;opacity:1}}
.gf-popup-x{position:absolute;top:14px;right:16px;background:rgba(255,255,255,.9);border:none;width:34px;height:34px;
	border-radius:50%;font-size:22px;line-height:1;color:#0a1450;cursor:pointer;z-index:3;transition:.2s;box-shadow:0 4px 14px rgba(6,10,40,.15)}
.gf-popup-x:hover{background:#fff;color:#fa5d14;transform:rotate(90deg)}

/* ---- Left brand panel ---- */
.gf-popup-art{position:relative;background:linear-gradient(160deg,#000248 0%,#0a1457 55%,#16236f 100%);color:#fff;
	padding:38px 30px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}
.gf-popup-art::before{content:"";position:absolute;top:-80px;right:-70px;width:220px;height:220px;border-radius:50%;
	background:radial-gradient(circle,rgba(250,93,20,.55),transparent 70%);filter:blur(8px)}
.gf-popup-art::after{content:"";position:absolute;bottom:-90px;left:-60px;width:200px;height:200px;border-radius:50%;
	background:radial-gradient(circle,rgba(60,90,255,.4),transparent 70%);filter:blur(6px)}
.gf-popup-art-inner{position:relative;z-index:1}
.gf-popup-badge{display:inline-block;background:#fa5d14;color:#fff;font-size:11.5px;font-weight:700;letter-spacing:.3px;
	padding:6px 14px;border-radius:30px;margin-bottom:20px;box-shadow:0 8px 22px -6px rgba(250,93,20,.7)}
.gf-popup-art-title{margin:0 0 20px;font-size:21px;line-height:1.3;font-weight:800;color:#fff;letter-spacing:-.2px}
.gf-popup-check{list-style:none;margin:0 0 24px;padding:0}
.gf-popup-check li{display:flex;align-items:center;gap:10px;font-size:14px;color:#dfe4ff;margin-bottom:11px}
.gf-tick{flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:rgba(250,93,20,.18);color:#ff8a4d;
	display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;border:1px solid rgba(250,93,20,.4)}
.gf-popup-stats{display:flex;gap:6px;padding:14px 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}
.gf-popup-stat{flex:1;text-align:center}
.gf-popup-stat strong{display:block;font-size:18px;font-weight:800;color:#fff}
.gf-popup-stat span{display:block;font-size:10.5px;color:#aab2e0;letter-spacing:.3px;margin-top:2px}
.gf-popup-trust{margin:16px 0 0;font-size:12px;color:#aab2e0;text-align:center}

/* ---- Right form ---- */
.gf-popup-body{padding:40px 38px}
.gf-popup-body h3{margin:0 0 8px;color:#0a1450;font-size:24px;font-weight:800;letter-spacing:-.3px}
.gf-popup-body>p{margin:0 0 22px;color:#5a6178;font-size:14px;line-height:1.6}
.gf-field{position:relative;margin-bottom:12px}
.gf-field .gf-fi{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#9aa2be;pointer-events:none;z-index:1}
.gf-field .gf-fi svg{width:18px;height:18px;display:block}
.gf-popup-form input,.gf-popup-select{width:100%;border:1.5px solid #e3e7f3;border-radius:12px;padding:13px 14px 13px 44px;
	font-size:14.5px;color:#0a1450;background:#fbfcff;transition:.2s;-webkit-appearance:none;appearance:none}
.gf-popup-form input::placeholder{color:#9aa2be}
.gf-popup-form input:focus,.gf-popup-select:focus{outline:none;border-color:#fa5d14;background:#fff;box-shadow:0 0 0 4px rgba(250,93,20,.13)}
.gf-popup-form .gf-field:focus-within .gf-fi{color:#fa5d14}
.gf-popup-select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239aa2be' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}
.gf-popup-cta{width:100%;justify-content:center;margin-top:4px;font-size:15.5px;padding:15px;border-radius:13px;
	box-shadow:0 16px 32px -10px rgba(250,93,20,.6);transition:.22s}
.gf-popup-cta:hover{transform:translateY(-2px);box-shadow:0 22px 40px -10px rgba(250,93,20,.7)}
.gf-popup-fine{display:flex;align-items:center;justify-content:center;gap:6px;text-align:center;color:#9097b0;font-size:12px;margin-top:14px}
.gf-popup-fine svg{width:13px;height:13px}
@media (max-width:640px){.gf-popup{grid-template-columns:1fr}.gf-popup-art{display:none}.gf-popup-body{padding:34px 26px}}

/* ===========================================================================
 * Compliance Calendar tool — premium redesign
 * ========================================================================= */
.gf-cal-hero{background:radial-gradient(1100px 480px at 85% -10%,#0a1568 0%,#000248 48%,#000132 100%);color:#fff;padding:60px 0 56px;text-align:center}
.gf-cal-hero .gf-eyebrow{color:#ff9a5c}
.gf-cal-hero h1{font-size:40px;line-height:1.12;margin:14px 0 14px;color:#fff}
.gf-cal-hero h1 .grad{background:linear-gradient(90deg,#fa5d14,#ffb27a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.gf-cal-hero>div>p{color:#c2c8e8;font-size:16px;line-height:1.7;max-width:620px;margin:0 auto}
.gf-cal-legend{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:24px}
.gf-cal-leg{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:600;color:#c2c8e8}
.gf-cal-leg i{width:12px;height:12px;border-radius:3px;display:inline-block}
/* category colours (legend dot, day badge, timeline dot/date, pill) */
.gf-cal-gst i{background:#fa5d14}.gf-cal-tax i{background:#3b82f6}.gf-cal-payroll i{background:#10b981}.gf-cal-roc i{background:#8b5cf6}
.gf-cal-card.gf-cal-gst .gf-cal-daywrap,.gf-tl-item.gf-cal-gst .gf-tl-date,.gf-tl-item.gf-cal-gst .gf-tl-dot{background:#fa5d14}
.gf-cal-card.gf-cal-tax .gf-cal-daywrap,.gf-tl-item.gf-cal-tax .gf-tl-date,.gf-tl-item.gf-cal-tax .gf-tl-dot{background:#3b82f6}
.gf-cal-card.gf-cal-payroll .gf-cal-daywrap,.gf-tl-item.gf-cal-payroll .gf-tl-date,.gf-tl-item.gf-cal-payroll .gf-tl-dot{background:#10b981}
.gf-cal-card.gf-cal-roc .gf-cal-daywrap,.gf-tl-item.gf-cal-roc .gf-tl-date,.gf-tl-item.gf-cal-roc .gf-tl-dot{background:#8b5cf6}
.gf-cal-gst .gf-cal-pill{background:#fff2ea;color:#d24a08}.gf-cal-tax .gf-cal-pill{background:#eaf2fe;color:#1d63c9}
.gf-cal-payroll .gf-cal-pill{background:#e7f7f0;color:#0a8a5c}.gf-cal-roc .gf-cal-pill{background:#f1ebfb;color:#6d3bb5}

.gf-cal-sechead{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}
.gf-cal-kicker{display:inline-block;color:#fa5d14;font-weight:700;font-size:12.5px;letter-spacing:1px;text-transform:uppercase;margin-bottom:4px}
.gf-cal-sechead h2{margin:0;color:#0a1450;font-size:25px}
.gf-cal-month{background:#000248;color:#fff;font-weight:700;font-size:13.5px;padding:8px 16px;border-radius:30px;white-space:nowrap}
.gf-cal-pill{display:inline-block;font-size:11.5px;font-weight:700;padding:3px 10px;border-radius:20px;margin-top:10px}

.gf-cal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gf-cal-card{display:flex;gap:16px;background:#fff;border:1px solid #e7eaf4;border-radius:16px;padding:18px;
	box-shadow:0 6px 20px rgba(10,20,80,.05);transition:transform .2s ease,box-shadow .2s ease}
.gf-cal-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(10,20,80,.1)}
.gf-cal-daywrap{flex:none;width:62px;height:62px;border-radius:14px;color:#fff;display:flex;align-items:center;justify-content:center;gap:2px}
.gf-cal-day{font-weight:800;font-size:26px;line-height:1}
.gf-cal-dsuf{font-size:11px;font-weight:700;opacity:.9;align-self:flex-start;margin-top:8px}
.gf-cal-info h4{margin:0 0 4px;color:#0a1450;font-size:15.5px}
.gf-cal-info p{margin:0;color:#5a6178;font-size:13px;line-height:1.5}

.gf-cal-timeline{position:relative;padding-left:30px}
.gf-cal-timeline::before{content:"";position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:#e3e7f3}
.gf-tl-item{position:relative;display:flex;align-items:flex-start;gap:16px;padding:0 0 22px}
.gf-tl-dot{position:absolute;left:-30px;top:6px;width:16px;height:16px;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 2px #e3e7f3}
.gf-tl-date{flex:none;min-width:74px;text-align:center;color:#fff;font-weight:800;font-size:13.5px;padding:8px 8px;border-radius:10px;margin-top:2px}
.gf-tl-card{flex:1;background:#fff;border:1px solid #eef1f8;border-radius:13px;padding:14px 18px;box-shadow:0 4px 14px rgba(10,20,80,.04)}
.gf-tl-card h4{margin:0 0 3px;color:#0a1450;font-size:15.5px}
.gf-tl-card p{margin:0;color:#5a6178;font-size:13.5px;line-height:1.55}
@media (max-width:900px){.gf-cal-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:620px){.gf-cal-grid{grid-template-columns:1fr}.gf-cal-hero h1{font-size:31px}.gf-cal-sechead{flex-direction:column;align-items:flex-start}}

/* Footer legal nav row */
.gf-foot-legalnav{display:flex;flex-wrap:wrap;gap:8px 22px;justify-content:center;padding:14px 20px 0}
.gf-foot-legalnav a{color:#aeb4cf !important;font-size:13px;text-decoration:none;font-weight:600}
.gf-foot-legalnav a:hover{color:#fa5d14 !important}

/* Legal pages (privacy / terms / refund) */
.gf-legal-hero{padding-bottom:10px}
.gf-legal-hero p{color:#7a8199;font-size:14px;font-weight:600}
.gf-legal-body h2{font-size:21px;margin-top:28px}
.gf-legal-body h2:first-child{margin-top:0}

/* ===========================================================================
 * LANDING PAGE — /get-started/ (distraction-free, high-converting)
 * ========================================================================= */
/* hide site nav + big footer on landing */
body.gf-landing .site-header,body.gf-landing .gf-nav,body.gf-landing .gf-footer,
body.gf-landing .gf-wa-float,body.gf-landing .gf-mcta,body.gf-landing .storefront-handheld-footer-bar{display:none !important}
body.gf-landing .site-content,body.gf-landing #content{padding:0 !important;margin:0 !important}
body.gf-landing{background:#fff}
.gf-lp{font-family:Poppins,sans-serif;color:#0a1450}
.gf-lp-wrap{max-width:1140px;margin:0 auto;padding:0 22px}

/* top bar */
.gf-lp-top{border-bottom:1px solid #eef0f8;background:#fff;position:sticky;top:0;z-index:50}
.gf-lp-topin{display:flex;align-items:center;justify-content:space-between;padding:12px 22px}
.gf-lp-logo img{height:34px;display:block}
.gf-lp-callbtn{display:inline-flex;align-items:center;gap:8px;color:#0a1450;font-weight:700;font-size:14.5px;border:1.5px solid #e6e9f5;padding:8px 16px;border-radius:30px;transition:.2s}
.gf-lp-callbtn:hover{border-color:#fa5d14;color:#fa5d14}

/* hero */
.gf-lp-hero{background:radial-gradient(1100px 500px at 15% -10%,rgba(250,93,20,.08),transparent),radial-gradient(900px 500px at 100% 0,rgba(10,20,80,.06),transparent);padding:46px 0 54px}
.gf-lp-grid{display:grid;grid-template-columns:1fr 440px;gap:48px;align-items:start}
.gf-lp-eyebrow{display:inline-block;background:#fff3ec;color:#fa5d14;font-weight:700;font-size:13px;padding:7px 15px;border-radius:30px;border:1px solid #ffd9c2;margin-bottom:18px}
.gf-lp-copy h1{font-size:46px;line-height:1.08;font-weight:800;letter-spacing:-1px;margin:0 0 16px}
.gf-lp-copy h1 span{color:#fa5d14}
.gf-lp-sub{font-size:17px;line-height:1.65;color:#4a5475;margin:0 0 24px;max-width:560px}
.gf-lp-points{list-style:none;margin:0 0 28px;padding:0}
.gf-lp-points li{display:flex;align-items:center;gap:12px;font-size:15.5px;color:#293252;margin-bottom:12px;font-weight:500}
.gf-lp-ck{flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:#eafaf1;color:#16a34a;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px}
.gf-lp-trust{display:flex;gap:30px;flex-wrap:wrap;padding-top:8px;border-top:1px solid #eef0f8}
.gf-lp-trust{padding-top:20px}
.gf-lp-stat strong{display:block;font-size:24px;font-weight:800;color:#0a1450}
.gf-lp-stat span{font-size:12.5px;color:#828bab}

/* form card */
.gf-lp-formcard{background:#fff;border:1px solid #eceef7;border-radius:22px;box-shadow:0 30px 70px -32px rgba(10,15,60,.4);padding:28px 26px;position:sticky;top:84px}
.gf-lp-formhead h2{margin:0 0 4px;font-size:22px;font-weight:800}
.gf-lp-formhead p{margin:0 0 16px;color:#828bab;font-size:13px}
.gf-lp-progress{display:flex;gap:7px;margin-bottom:20px}
.gf-lp-dot{height:5px;flex:1;border-radius:5px;background:#e9ecf6;transition:.3s}
.gf-lp-dot.is-on{background:#fa5d14}
.gf-lp-step{display:none}
.gf-lp-step.is-active{display:block;animation:gflpfade .25s ease}
@keyframes gflpfade{from{opacity:0;transform:translateX(8px)}to{opacity:1;transform:none}}
.gf-lp-lbl{display:block;font-size:13px;font-weight:600;color:#0a1450;margin:0 0 7px}
.gf-lp-msform input,.gf-lp-msform select{width:100%;border:1.5px solid #e3e7f3;border-radius:12px;padding:13px 15px;font-size:15px;color:#0a1450;background:#fbfcff;margin-bottom:16px;transition:.2s;-webkit-appearance:none;appearance:none}
.gf-lp-msform input:focus,.gf-lp-msform select:focus{outline:none;border-color:#fa5d14;background:#fff;box-shadow:0 0 0 4px rgba(250,93,20,.12)}
.gf-lp-choices{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:8px}
.gf-lp-choice{position:relative;cursor:pointer}
.gf-lp-choice input{position:absolute;opacity:0;inset:0;margin:0;cursor:pointer}
.gf-lp-choice span{display:flex;align-items:center;justify-content:center;text-align:center;min-height:52px;padding:8px 10px;border:1.5px solid #e3e7f3;border-radius:12px;font-size:13.5px;font-weight:600;color:#293252;background:#fbfcff;transition:.18s}
.gf-lp-choice input:checked+span{border-color:#fa5d14;background:#fff6f1;color:#fa5d14;box-shadow:0 0 0 3px rgba(250,93,20,.12)}
.gf-lp-next,.gf-lp-submit{width:100%;justify-content:center;font-size:15.5px;padding:14px;border-radius:12px;box-shadow:0 14px 30px -10px rgba(250,93,20,.55)}
.gf-lp-navrow{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}
.gf-lp-navrow .gf-lp-next{width:auto;flex:1}
.gf-lp-navrow-sm{justify-content:flex-start;margin-top:14px}
.gf-lp-back{background:none;border:0;color:#828bab;font-weight:600;font-size:14px;cursor:pointer;padding:6px 2px}
.gf-lp-back:hover{color:#0a1450}
.gf-lp-fine{text-align:center;color:#9097b0;font-size:12px;margin:14px 0 0}
.gf-lp-or{text-align:center;color:#aab;font-size:12px;margin:16px 0 12px;position:relative}
.gf-lp-or:before,.gf-lp-or:after{content:"";position:absolute;top:50%;width:42%;height:1px;background:#eceef7}
.gf-lp-or:before{left:0}.gf-lp-or:after{right:0}
.gf-lp-wa{display:flex;align-items:center;justify-content:center;gap:9px;background:#25d366;color:#fff;font-weight:700;font-size:15px;padding:13px;border-radius:12px;transition:.2s}
.gf-lp-wa:hover{background:#1ebe5b;color:#fff;transform:translateY(-1px)}
.gf-lp-thanks{text-align:center;padding:18px 6px}
.gf-lp-thanks-ic{width:64px;height:64px;border-radius:50%;background:#eafaf1;color:#16a34a;font-size:34px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.gf-lp-thanks h3{margin:0 0 8px;font-size:24px}
.gf-lp-thanks p{color:#5a6178;font-size:15px;margin:0 0 18px}

/* bands */
.gf-lp-band{padding:56px 0}
.gf-lp-band-alt{background:#f7f9ff}
.gf-lp-h2{text-align:center;font-size:30px;font-weight:800;letter-spacing:-.5px;margin:0 0 34px}
.gf-lp-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.gf-lp-card{background:#fff;border:1px solid #eef0f8;border-radius:18px;padding:28px 24px;text-align:center;box-shadow:0 10px 30px -22px rgba(10,15,60,.4)}
.gf-lp-card-ic{font-size:38px;margin-bottom:12px}
.gf-lp-card h3{margin:0 0 8px;font-size:18px;font-weight:700}
.gf-lp-card p{margin:0;color:#5a6178;font-size:14.5px;line-height:1.6}
.gf-lp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.gf-lp-stepc{text-align:center;padding:10px}
.gf-lp-num{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#fa5d14,#ff7d3c);color:#fff;font-weight:800;font-size:19px;margin-bottom:14px;box-shadow:0 12px 24px -10px rgba(250,93,20,.6)}
.gf-lp-stepc h3{margin:0 0 6px;font-size:17px}
.gf-lp-stepc p{margin:0;color:#5a6178;font-size:14px}
.gf-lp-trustline{text-align:center;color:#5a6178;font-size:14px;margin:36px auto 0;max-width:720px}
.gf-lp-cta2{text-align:center;margin-top:26px}
.gf-lp-cta2 .gf-btn{justify-content:center}

/* responsive */
@media(max-width:900px){
	.gf-lp-grid{grid-template-columns:1fr;gap:30px}
	.gf-lp-formcard{position:static;order:-1}
	.gf-lp-copy h1{font-size:34px}
	.gf-lp-cards,.gf-lp-steps{grid-template-columns:1fr}
	.gf-lp-h2{font-size:25px}
}

/* ---- Lead magnet section ---- */
.gf-lm{padding:54px 0;background:linear-gradient(135deg,#000248,#15226b);color:#fff}
.gf-lm-inner{max-width:1000px;margin:0 auto;padding:0 22px;display:grid;grid-template-columns:230px 1fr;gap:40px;align-items:center}
.gf-lm-art{text-align:center}
.gf-lm-art img{width:100%;max-width:220px;border-radius:10px;box-shadow:0 24px 50px -18px rgba(0,0,0,.6);border:1px solid rgba(255,255,255,.12)}
.gf-lm-tag{display:inline-block;background:#fa5d14;color:#fff;font-size:11.5px;font-weight:700;letter-spacing:.5px;padding:5px 12px;border-radius:30px;margin-bottom:14px}
.gf-lm-copy h2{margin:0 0 10px;font-size:27px;font-weight:800;letter-spacing:-.4px;color:#fff;line-height:1.2}
.gf-lm-copy>p{margin:0 0 20px;color:#cdd3ee;font-size:15px;line-height:1.6;max-width:520px}
.gf-lm-form{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.gf-lm-form input{flex:1;min-width:160px;border:1.5px solid rgba(255,255,255,.18);border-radius:11px;padding:13px 15px;font-size:14.5px;background:rgba(255,255,255,.06);color:#fff}
.gf-lm-form input::placeholder{color:#aab2e0}
.gf-lm-form input:focus{outline:none;border-color:#fa5d14;background:rgba(255,255,255,.1)}
.gf-lm-form .gf-btn{flex:0 0 auto;justify-content:center;padding:13px 22px;font-size:14.5px;border-radius:11px}
.gf-lm-fine{display:block;color:#9aa3cf;font-size:12px;margin-top:10px}
.gf-lm-done{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:18px 20px;display:flex;flex-wrap:wrap;align-items:center;gap:14px;font-size:15px;color:#dfe4ff}
.gf-lm-done strong{color:#fff}
.gf-lm-done .gf-btn{padding:11px 20px;font-size:14px}
@media(max-width:760px){.gf-lm-inner{grid-template-columns:1fr;gap:24px;text-align:center}.gf-lm-art img{max-width:170px}.gf-lm-form{justify-content:center}.gf-lm-copy>p{margin-left:auto;margin-right:auto}}
