/* ============================================================
   Critical GREEN — Filtec-Inspired Theme v11
   Colors: Deep Forest Green + Light Sage + Orange CTA
   ============================================================ */
:root {
  /* Brand greens */
  --g1:#0a2010;--g2:#0f2e1a;--g3:#14532d;--g4:#166534;--g5:#1a7a3e;
  --g6:#22c55e;--g7:#ffffff;--g8:#dcfce7;--g9:#f0fdf4;
  /* Accent - orange (like Filtec) */
  --orange:#1e3a5f;--orange2:#2c5282;--orange-light:#eaf0f6;
  /* Neutrals */
  --white:#ffffff;--off:#f8fbf9;--page:#eef6f1;
  --gray1:#f4f4f4;--gray2:#e5e7eb;--gray3:#d1d5db;
  --gray4:#9ca3af;--gray5:#6b7280;--gray6:#374151;--gray7:#1f2937;
  /* Text */
  --text-dark:#0f2e1a;--text-body:#374151;--text-muted:#6b7280;
  /* Nav */
  --nav-h:64px;--util-h:36px;--total-nav:100px;
  /* Sizing */
  --radius:6px;--r2:12px;--r3:20px;--r4:100px;
  --sh:0 2px 12px rgba(0,0,0,.08);--shm:0 8px 40px rgba(0,0,0,.14);
  --sh-card:0 1px 3px rgba(0,0,0,.06),0 4px 16px rgba(0,0,0,.08);
  /* Type */
  --font:'Manrope',system-ui,sans-serif;
  --body:'DM Sans',system-ui,sans-serif;
  --tr:.22s ease;
}

/* ── RESET ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--body);color:var(--text-body);background:var(--white);
  line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
ul{list-style:none}
button{cursor:pointer;font-family:inherit}

/* ── CONTAINER ── */
.container{max-width:1280px;margin:0 auto;padding:0 2rem;width:100%}

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4,h5{font-family:var(--font);color:var(--text-dark);line-height:1.2;font-weight:800}
h1{font-size:clamp(1.8rem,3.5vw,2.8rem)}
h2{font-size:clamp(1.5rem,2.8vw,2.2rem)}
h3{font-size:clamp(1.1rem,2vw,1.4rem)}
h4{font-size:1rem;font-weight:700}
p{line-height:1.7;color:var(--text-body)}

/* ── LABEL ── */
.label{display:inline-block;font-family:var(--font);font-size:.7rem;
  font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--g5);margin-bottom:.5rem}

/* ── UTILITY BAR ── */
.util-bar{position:fixed;top:0;left:0;right:0;height:var(--util-h);
  background:var(--g2);z-index:1001;border-bottom:1px solid rgba(255,255,255,.08)}
.util-inner{max-width:1280px;margin:0 auto;padding:0 2rem;
  display:flex;align-items:center;height:100%;gap:1.5rem}
.util-item{font-size:.72rem;color:rgba(255,255,255,.65);
  font-family:var(--font);display:flex;align-items:center;gap:.35rem}
.util-item a{color:rgba(255,255,255,.65);transition:color var(--tr)}
.util-item a:hover{color:#fff}
.util-right{margin-left:auto;display:flex;align-items:center;gap:.75rem}
.util-link{font-size:.72rem;color:rgba(255,255,255,.72);font-family:var(--font);
  font-weight:600;padding:.2rem 0;border-bottom:1px solid transparent;
  transition:all var(--tr)}
.util-link:hover{color:#fff;border-bottom-color:rgba(255,255,255,.4)}
.util-divider{width:1px;height:14px;background:rgba(255,255,255,.2)}
.util-login-wrap{position:relative}
.util-login-btn{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2);
  padding:.25rem .75rem;border-radius:var(--r4);font-size:.72rem;font-family:var(--font);
  font-weight:600;display:flex;align-items:center;gap:.35rem;transition:all var(--tr)}
.util-login-btn:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.4)}
.util-btn{font-size:.72rem;color:rgba(255,255,255,.85);font-family:var(--font);
  font-weight:600;display:flex;align-items:center;gap:.35rem;padding:.32rem .8rem;
  border-radius:var(--r4);transition:all var(--tr);white-space:nowrap;text-decoration:none}
.util-btn-ghost{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16)}
.util-btn-ghost:hover{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.32);color:#fff}
.util-btn-consult{background:var(--orange);border-color:var(--orange);color:#fff}
.util-btn-consult:hover{background:var(--orange2);border-color:var(--orange2)}
.util-btn-login{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);cursor:pointer}
.util-btn-login:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.4)}
.util-chevron{font-size:.65rem;transition:transform .2s}
.util-btn-login[aria-expanded="true"] .util-chevron{transform:rotate(180deg)}
.util-dropdown-wrap{position:relative}
.util-login-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:270px;
  background:#fff;border-radius:var(--r2);box-shadow:var(--shm);
  border:1px solid var(--gray2);overflow:hidden;z-index:1100;
  opacity:0;pointer-events:none;transform:translateY(8px);transition:all .2s}
.util-login-dropdown.open{opacity:1;pointer-events:all;transform:translateY(0)}
.login-section-label{font-size:.62rem;font-weight:700;letter-spacing:.08em;
  text-transform:uppercase;color:var(--gray4);padding:.6rem 1rem .3rem;
  font-family:var(--font);background:var(--gray1)}
.login-item{display:flex;align-items:center;gap:.75rem;padding:.65rem 1rem;
  transition:background var(--tr);border-bottom:1px solid var(--gray1)}
.login-item:last-child{border-bottom:none}
.login-item:hover{background:var(--g9)}
.login-item-icon{width:30px;height:30px;border-radius:var(--radius);
  background:var(--g8);display:flex;align-items:center;justify-content:center;
  font-size:.95rem;flex-shrink:0}
.login-item-text strong{display:block;font-size:.8rem;color:var(--text-dark);font-family:var(--font)}
.login-item-text small{font-size:.7rem;color:var(--text-muted)}
.login-sep{height:1px;background:var(--gray2);margin:.25rem 0}
.util-login-item{display:flex;align-items:center;gap:.75rem;padding:.65rem 1rem;
  transition:background var(--tr);border-bottom:1px solid var(--gray1);text-decoration:none}
.util-login-item:last-child{border-bottom:none}
.util-login-item:hover{background:var(--g9)}
.util-login-icon{width:32px;height:32px;border-radius:var(--radius);
  background:var(--g8);display:flex;align-items:center;justify-content:center;
  font-size:1rem;flex-shrink:0}
.util-login-item strong{display:block;font-size:.8rem;color:var(--text-dark);font-family:var(--font)}
.util-login-item small{font-size:.7rem;color:var(--text-muted)}
.util-login-sep{height:1px;background:var(--gray2);margin:.25rem 0}
.mcard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}
.mcard{background:#fff;border:1px solid var(--gray2);border-radius:16px;
  padding:2rem 1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}
.mcard:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(20,83,45,.12);border-color:var(--g6)}
.mcard-icon{width:56px;height:56px;border-radius:14px;background:var(--g9);
  display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem}
.mcard h3{font-size:1.05rem;font-weight:700;color:var(--text-dark);margin-bottom:.6rem}
.mcard p{font-size:.9rem;color:var(--text-muted);line-height:1.7;margin:0}
.mcard-center{text-align:center}
.mcard-center .mcard-icon{margin-left:auto;margin-right:auto}
@media(max-width:820px){.mcard-grid{grid-template-columns:1fr 1fr;gap:1.25rem}}
@media(max-width:600px){.mcard-grid{grid-template-columns:1fr}}

/* ── MAIN NAV ── */
.nav{position:fixed;top:var(--util-h);left:0;right:0;height:var(--nav-h);
  background:#fff;z-index:1000;border-bottom:1px solid var(--gray2);
  transition:box-shadow var(--tr)}
.nav.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.1)}
.nav-inner{max-width:1280px;margin:0 auto;padding:0 2rem;
  display:flex;align-items:center;height:100%;gap:2rem}
.nav-logo img{height:40px;width:auto}
.nav-links{display:flex;align-items:center;gap:.25rem;flex:1}
.nav-item{position:relative}
.nav-link{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;
  font-family:var(--font);font-size:.82rem;font-weight:600;color:var(--gray6);
  border-radius:var(--radius);transition:all var(--tr);white-space:nowrap}
.nav-link:hover,.nav-link.active{color:var(--g3);background:var(--g9)}
.nav-chevron{font-size:.6rem;opacity:.6}
.dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;
  background:#fff;border-radius:var(--r2);box-shadow:var(--shm);
  border:1px solid var(--gray2);padding:.5rem 0;
  opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s;z-index:200}
.nav-item:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown a{display:block;padding:.55rem 1.25rem;font-size:.82rem;
  color:var(--gray6);transition:all var(--tr);font-family:var(--font);font-weight:500}
.dropdown a:hover{background:var(--g9);color:var(--g3);padding-left:1.5rem}
.dropdown-section{font-size:.65rem;font-weight:700;letter-spacing:.08em;
  text-transform:uppercase;color:var(--gray4);padding:.5rem 1.25rem .25rem;
  font-family:var(--font)}
.dropdown-divider{height:1px;background:var(--gray2);margin:.3rem 0}
.nav-right{display:flex;align-items:center;gap:.75rem;margin-left:auto}
.nav-search-btn{background:none;border:none;padding:.5rem;color:var(--gray5);
  border-radius:var(--radius);transition:all var(--tr);font-size:1.1rem}
.nav-search-btn:hover{background:var(--g9);color:var(--g3)}
.btn-nav-cta{background:var(--orange);color:#fff;border:none;
  padding:.6rem 1.25rem;border-radius:var(--r4);font-family:var(--font);
  font-size:.82rem;font-weight:700;transition:all var(--tr);white-space:nowrap}
.btn-nav-cta:hover{background:#c95508;transform:translateY(-1px);box-shadow:0 4px 16px rgba(232,101,10,.35)}
/* Hamburger */
.hamburger{display:none;flex-direction:column;justify-content:center;
  gap:5px;background:none;border:none;padding:.5rem;cursor:pointer}
.hamburger span{display:block;width:22px;height:2px;background:var(--gray6);
  border-radius:2px;transition:all var(--tr)}

/* ── MOBILE MENU ── */
.mobile-menu{display:none;position:fixed;top:var(--total-nav);left:0;right:0;
  bottom:0;background:#fff;overflow-y:auto;z-index:999;padding:1rem 0 2rem}
.mobile-menu.open{display:block}
.mob-section{padding:.5rem 1.5rem .25rem;font-size:.65rem;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;color:var(--gray4);font-family:var(--font)}
.mob-link{display:block;padding:.75rem 1.5rem;font-size:.9rem;color:var(--text-dark);
  font-weight:600;font-family:var(--font);border-bottom:1px solid var(--gray1)}
.mob-link:hover{background:var(--g9);color:var(--g3)}
.mob-sub{display:block;padding:.6rem 2rem;font-size:.85rem;color:var(--gray5);
  border-bottom:1px solid var(--gray1)}
.mob-sub:hover{background:var(--g9);color:var(--g3)}
.mob-cta{margin:1.25rem 1.5rem 0;background:var(--orange);color:#fff;
  padding:.75rem 1.5rem;border-radius:var(--r4);font-family:var(--font);
  font-weight:700;font-size:.88rem;display:block;text-align:center}

/* ── BUTTONS ── */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font);
  font-weight:700;border-radius:var(--r4);border:none;transition:all .22s;cursor:pointer;
  text-decoration:none;white-space:nowrap;font-size:.88rem}
.btn-primary{background:var(--orange);color:#fff;padding:.75rem 1.75rem}
.btn-primary:hover{background:#c95508;transform:translateY(-1px);box-shadow:0 6px 20px rgba(232,101,10,.35)}
.btn-outline{background:transparent;color:var(--g3);padding:.7rem 1.6rem;
  border:2px solid var(--g3)}
.btn-outline:hover{background:var(--g3);color:#fff}
.btn-outline-white{background:transparent;color:#fff;padding:.7rem 1.6rem;
  border:2px solid rgba(255,255,255,.6)}
.btn-outline-white:hover{background:rgba(255,255,255,.15);border-color:#fff}
.btn-green{background:var(--g3);color:#fff;padding:.75rem 1.75rem}
.btn-green:hover{background:var(--g2);transform:translateY(-1px)}
.btn-sm{padding:.5rem 1.1rem;font-size:.78rem}
.btn-lg{padding:.9rem 2.2rem;font-size:.95rem}
.btn-icon{width:40px;height:40px;border-radius:50%;background:var(--g5);
  color:#fff;display:flex;align-items:center;justify-content:center;
  border:none;font-size:1rem;transition:all var(--tr);flex-shrink:0}
.btn-icon:hover{background:var(--g3);transform:scale(1.08)}
.btn-icon-orange{background:var(--orange)}
.btn-icon-orange:hover{background:#c95508}

/* ── PAGE OFFSET (for fixed nav) ── */
.page-offset{margin-top:var(--total-nav)}

/* ── HERO (Filtec style: photo left / text right) ── */
.hero{margin-top:var(--total-nav);display:grid;
  grid-template-columns:1.15fr 1fr;
  min-height:520px;max-height:700px;
  background:var(--page)}
.hero-photo{position:relative;overflow:hidden;min-height:0}
.hero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-photo-overlay{position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(10,32,16,.35) 0%,rgba(0,0,0,.1) 100%)}
.hero-text{display:flex;flex-direction:column;justify-content:center;
  padding:4rem 3.5rem;background:var(--page)}
.hero-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.12em;
  text-transform:uppercase;color:var(--g5);font-family:var(--font);margin-bottom:1rem}
.hero-text h1{color:var(--text-dark);margin-bottom:1.25rem;
  font-size:clamp(1.75rem,3vw,2.6rem)}
.hero-text h1 span{color:var(--g4)}
.hero-text p{font-size:1rem;color:var(--text-body);max-width:480px;
  margin-bottom:2rem;line-height:1.7}
.hero-btns{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2.5rem}
.hero-trust{display:flex;flex-wrap:wrap;gap:1.25rem}
.trust-pill{display:flex;align-items:center;gap:.4rem;
  font-size:.75rem;font-family:var(--font);font-weight:600;color:var(--g4)}
.trust-pill::before{content:'✓';color:var(--g5);font-weight:800}

/* ── STATS BAR ── */
.stats-bar{background:#fff;border-bottom:1px solid var(--gray2)}
.stats-inner{max-width:1280px;margin:0 auto;padding:0 2rem;
  display:grid;grid-template-columns:repeat(4,1fr)}
.stat-box{padding:1.75rem 1.5rem;border-right:1px solid var(--gray2)}
.stat-box:last-child{border-right:none}
.stat-num{font-family:var(--font);font-size:2.2rem;font-weight:800;
  color:var(--text-dark);line-height:1;margin-bottom:.3rem}
.stat-num em{font-style:normal;font-size:1.5rem;color:var(--g5)}
.stat-lbl{font-size:.78rem;color:var(--text-muted);font-family:var(--font)}

/* ── WAVE DIVIDER ── */
.wave-top{overflow:hidden;line-height:0;margin-bottom:-2px}
.wave-top svg{display:block;width:100%;height:60px}
.wave-bottom{overflow:hidden;line-height:0;margin-top:-2px}
.wave-bottom svg{display:block;width:100%;height:60px}

/* ── SECTION BASE ── */
section{padding:80px 0}
.section-white{background:var(--white)}
.section-page{background:var(--page)}
.section-dark{background:var(--g2)}
.section-mid{background:var(--g3)}
.sh{margin-bottom:2.5rem}
.sh h2{margin-bottom:.75rem}
.sh p{max-width:600px;color:var(--text-muted)}

/* ── PROBLEM STATEMENT (like Filtec's blue box + photo) ── */
.problem-grid{display:grid;grid-template-columns:1fr 1.4fr 1fr;
  gap:2.5rem;align-items:center}
.problem-box{background:var(--g3);border-radius:var(--r2);padding:2.5rem 2rem;color:#fff}
.problem-box h3{color:#fff;font-size:1.35rem;margin-bottom:1rem}
.problem-box p{color:rgba(255,255,255,.82);font-size:.9rem;line-height:1.7;margin-bottom:1.5rem}
.problem-photo{border-radius:var(--r2);overflow:hidden;height:340px}
.problem-photo img{width:100%;height:100%;object-fit:cover}
.problem-stats{display:flex;flex-direction:column;gap:1.5rem}
.prob-stat{border-bottom:1px solid var(--gray2);padding-bottom:1.5rem}
.prob-stat:last-child{border-bottom:none;padding-bottom:0}
.prob-stat-num{font-family:var(--font);font-size:2.5rem;font-weight:800;
  color:var(--text-dark);line-height:1}
.prob-stat-lbl{font-size:.82rem;color:var(--text-muted);margin-top:.3rem}

/* ── SERVICES CARDS (Filtec rounded card with photo top) ── */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.svc-card{background:#fff;border-radius:var(--r2);overflow:hidden;
  border:1px solid var(--gray2);transition:all .25s;display:flex;flex-direction:column}
.svc-card:hover{box-shadow:var(--shm);transform:translateY(-4px)}
.svc-card-img{height:200px;overflow:hidden;position:relative;background:var(--g2)}
.svc-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.svc-card:hover .svc-card-img img{transform:scale(1.05)}
.svc-card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}
.svc-card-body h3{font-size:1rem;color:var(--text-dark);margin-bottom:.6rem}
.svc-card-body p{font-size:.85rem;color:var(--text-muted);flex:1;line-height:1.6;margin-bottom:1.25rem}
.svc-card-footer{display:flex;align-items:center;justify-content:space-between}
.svc-link{font-family:var(--font);font-size:.82rem;font-weight:700;color:var(--g4)}
.svc-link:hover{color:var(--g2)}

/* ── INDUSTRIES GRID ── */
.ind-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.ind-card{border-radius:var(--r2);overflow:hidden;position:relative;
  height:220px;display:block;transition:transform .3s}
.ind-card:hover{transform:translateY(-4px)}
.ind-card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ind-card-overlay{position:absolute;inset:0;
  background:linear-gradient(to top,rgba(10,32,16,.85) 0%,rgba(10,32,16,.2) 60%,transparent 100%)}
.ind-card-body{position:absolute;bottom:0;left:0;right:0;padding:1.25rem 1.5rem}
.ind-card-body h3{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:.25rem}
.ind-card-body p{color:rgba(255,255,255,.75);font-size:.78rem;line-height:1.5}
.ind-card-tag{position:absolute;top:.75rem;left:.75rem;
  background:rgba(255,255,255,.15);color:#fff;
  font-family:var(--font);font-size:.62rem;font-weight:700;letter-spacing:.06em;
  text-transform:uppercase;padding:.2rem .6rem;border-radius:var(--r4);
  backdrop-filter:blur(4px)}

/* ── PROJECT SECTION (Filtec: text left, photo right with overlay card) ── */
.project-showcase{display:grid;grid-template-columns:1fr 1.6fr;
  gap:0;align-items:stretch;min-height:500px}
.project-text{padding:4rem 3rem;background:var(--page);
  display:flex;flex-direction:column;justify-content:center}
.project-text h2{margin-bottom:1rem}
.project-text p{color:var(--text-muted);margin-bottom:2rem;max-width:420px}
.project-photo-wrap{position:relative;overflow:hidden}
.project-photo-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.project-card-overlay{position:absolute;bottom:1.5rem;right:1.5rem;left:auto;
  width:340px;background:rgba(14,46,28,.92);border-radius:var(--r2);
  padding:1.5rem;backdrop-filter:blur(8px)}
.proj-tags-row{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.75rem}
.proj-tag-pill{background:rgba(255,255,255,.15);color:rgba(255,255,255,.85);
  font-family:var(--font);font-size:.65rem;font-weight:600;padding:.2rem .6rem;
  border-radius:var(--r4)}
.project-card-overlay h4{color:#fff;font-size:1rem;margin-bottom:.5rem;line-height:1.35}
.project-card-overlay p{color:rgba(255,255,255,.75);font-size:.82rem;
  line-height:1.55;margin-bottom:1rem}
.proj-view-link{display:flex;align-items:center;gap:.5rem;color:var(--g7);
  font-family:var(--font);font-size:.82rem;font-weight:700}

/* ── WHY CG CARDS ── */
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.why-card{border-radius:var(--r2);overflow:hidden;position:relative;
  transition:all .25s;height:300px;display:flex;flex-direction:column;
  justify-content:flex-end}
.why-card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.why-card-overlay{position:absolute;inset:0;
  background:linear-gradient(to top,rgba(10,32,16,.92) 0%,rgba(10,32,16,.3) 55%,transparent 100%)}
.why-card-body{position:relative;z-index:1;padding:1.5rem}
.why-card-body h4{color:#fff;font-size:1rem;margin-bottom:.4rem}
.why-card-body p{color:rgba(255,255,255,.75);font-size:.8rem;line-height:1.55}
.why-card:hover{transform:translateY(-4px);box-shadow:var(--shm)}

/* ── PARTNERS STRIP ── */
.partners-strip{background:var(--g2);padding:2.5rem 0}
.partners-label{color:rgba(255,255,255,.55);font-family:var(--font);
  font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  margin-bottom:1.25rem;text-align:center}
.partners-scroll{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;
  align-items:center}
.partner-logo{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);
  border-radius:var(--r2);padding:.75rem 1.5rem;
  font-family:var(--font);font-size:.82rem;font-weight:700;color:rgba(255,255,255,.7);
  transition:all var(--tr)}
.partner-logo:hover{background:rgba(255,255,255,.14);color:#fff}

/* ── CTA SECTION ── */
.cta-section{background:var(--g3);padding:80px 0;text-align:center;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;top:-40%;left:-10%;
  width:50%;height:200%;border-radius:50%;
  background:rgba(255,255,255,.04);pointer-events:none}
.cta-section .label{color:rgba(255,255,255,.6)}
.cta-section h2{color:#fff;margin-bottom:1rem}
.cta-section p{color:rgba(255,255,255,.75);max-width:520px;margin:0 auto 2.5rem}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* ── FOOTER ── */
.footer{background:var(--g2);padding:64px 0 0}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:3rem;margin-bottom:3rem}
.footer-brand p{color:rgba(255,255,255,.55);font-size:.85rem;line-height:1.7;margin-top:1rem}
.footer-brand img{height:36px;width:auto}
.footer-col h5{color:#fff;font-size:.82rem;font-weight:700;font-family:var(--font);
  margin-bottom:1rem;text-transform:uppercase;letter-spacing:.06em}
.footer-col a{display:block;color:rgba(255,255,255,.55);font-size:.82rem;
  margin-bottom:.5rem;transition:color var(--tr)}
.footer-col a:hover{color:#fff}
.fc-item{display:flex;align-items:flex-start;gap:.6rem;color:rgba(255,255,255,.55);
  font-size:.82rem;margin-bottom:.65rem;line-height:1.5}
.fc-item a{color:rgba(255,255,255,.55);transition:color var(--tr)}
.fc-item a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0;
  display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}
.footer-bottom span{color:rgba(255,255,255,.35);font-size:.75rem;font-family:var(--font)}
.fsoc-btn{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.1);
  color:rgba(255,255,255,.7);display:inline-flex;align-items:center;justify-content:center;
  font-size:.85rem;transition:all var(--tr)}
.fsoc-btn:hover{background:var(--g5);color:#fff}

/* ── PRODUCT CARDS ── */
.prod-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}
.prod-card{background:#fff;border:1px solid var(--gray2);border-radius:var(--r2);
  overflow:hidden;display:flex;flex-direction:column;transition:all .25s;text-decoration:none}
.prod-card:hover{border-color:var(--g4);box-shadow:var(--shm);transform:translateY(-3px)}
.prod-card-img{height:200px;overflow:hidden;position:relative;background:var(--g9)}
.prod-card-img img{width:100%;height:100%;object-fit:contain;padding:.5rem;transition:transform .4s;background:var(--g9)}
.prod-card:hover .prod-card-img img{transform:scale(1.04)}
.prod-card-body{padding:1.25rem 1.5rem;flex:1;display:flex;flex-direction:column}
.prod-card-cat{font-size:.65rem;font-weight:700;letter-spacing:.08em;
  text-transform:uppercase;color:var(--g5);font-family:var(--font);margin-bottom:.4rem}
.prod-card-body h3{font-size:.92rem;color:var(--text-dark);margin-bottom:.5rem;line-height:1.4}
.prod-card-body p{font-size:.82rem;color:var(--text-muted);flex:1;line-height:1.55;margin-bottom:.75rem}
.prod-card-footer{padding:1rem 1.5rem;border-top:1px solid var(--gray1);
  display:flex;align-items:center;justify-content:space-between}
.prod-card-footer span{font-size:.78rem;color:var(--g4);font-family:var(--font);font-weight:600}

/* ── GALLERY ── */
.gallery{display:flex;flex-direction:column;gap:.75rem}
.gallery-main{width:100%;height:480px;background:var(--g9);border-radius:var(--r2);
  overflow:hidden;border:1px solid var(--gray2)}
.gallery-main img{width:100%;height:100%;object-fit:contain;background:var(--g9);transition:opacity .2s}
.gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem}
.gthumb{height:72px;border-radius:var(--radius);overflow:hidden;cursor:pointer;
  border:2px solid transparent;transition:all .2s;background:var(--gray1)}
.gthumb img{width:100%;height:100%;object-fit:cover}
.gthumb:hover{border-color:var(--g5);opacity:.9}
.gthumb.active{border-color:var(--g3);box-shadow:0 0 0 2px var(--g7)}

/* ── PAGE HERO ── */
.page-hero{background:linear-gradient(110deg,var(--g2) 0%,var(--g3) 100%);
  padding:calc(var(--total-nav) + 3rem) 0 3rem;position:relative;overflow:hidden}
.page-hero img.bg{position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;opacity:.12}
.page-hero .container{position:relative;z-index:1}
.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.78rem;
  color:rgba(255,255,255,.55);margin-bottom:1rem;font-family:var(--font)}
.breadcrumb a{color:rgba(255,255,255,.55);transition:color var(--tr)}
.breadcrumb a:hover{color:#fff}
.breadcrumb .sep{color:rgba(255,255,255,.3)}
.page-hero h1{color:#fff;margin-bottom:.75rem}
.page-hero p{color:rgba(255,255,255,.75);max-width:540px;font-size:1.05rem}
.page-hero-meta{display:flex;gap:1.5rem;margin-top:1.5rem;flex-wrap:wrap}
.page-meta-pill{background:rgba(255,255,255,.12);color:rgba(255,255,255,.85);
  font-family:var(--font);font-size:.75rem;font-weight:600;padding:.35rem .9rem;
  border-radius:var(--r4)}

/* ── FILTER BAR ── */
.filter-bar{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}
.fbtn{background:#fff;border:1.5px solid var(--gray2);color:var(--text-muted);
  padding:.45rem 1.1rem;border-radius:var(--r4);font-family:var(--font);
  font-size:.78rem;font-weight:600;cursor:pointer;transition:all .2s}
.fbtn:hover{border-color:var(--g4);color:var(--g3)}
.fbtn.active{background:var(--g3);border-color:var(--g3);color:#fff}

/* ── PROJECT CARDS ── */
.proj-grid-wrap{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}
.proj-card{background:#fff;border:1px solid var(--gray2);border-radius:var(--r2);
  overflow:hidden;display:flex;flex-direction:column;transition:all .25s}
.proj-card:hover{border-color:var(--g4);box-shadow:var(--shm);transform:translateY(-3px)}
.proj-card-img{height:220px;overflow:hidden;position:relative;background:var(--g2)}
.proj-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.proj-card:hover .proj-card-img img{transform:scale(1.04)}
.proj-card-body{padding:1.35rem 1.5rem;flex:1;display:flex;flex-direction:column;gap:.5rem}
.proj-location{font-size:.7rem;font-weight:700;letter-spacing:.07em;
  text-transform:uppercase;color:var(--g5);font-family:var(--font)}
.proj-card-body h3{font-size:.95rem;color:var(--text-dark);line-height:1.35;margin:0}
.proj-card-body p{font-size:.82rem;color:var(--text-muted);line-height:1.6;flex:1;margin:0}
.proj-tags{display:flex;gap:.35rem;flex-wrap:wrap;margin-top:.25rem}
.proj-tags span{background:var(--g9);color:var(--g4);font-family:var(--font);
  font-size:.67rem;font-weight:700;padding:.18rem .6rem;border-radius:var(--r4)}
.proj-badge{position:absolute;top:.75rem;right:.75rem;background:rgba(20,83,45,.88);
  color:#fff;font-family:var(--font);font-size:.62rem;font-weight:700;
  padding:.22rem .6rem;border-radius:var(--r4)}
.proj-cat-badge{position:absolute;top:.75rem;left:.75rem;background:rgba(0,0,0,.55);
  color:rgba(255,255,255,.9);font-family:var(--font);font-size:.62rem;font-weight:700;
  padding:.22rem .6rem;border-radius:var(--r4)}
.proj-badge--dev{background:rgba(13,107,86,.88);right:.75rem;top:.75rem}
.cat-label{grid-column:1/-1;padding:1.25rem 1.75rem;background:var(--g9);
  border-left:4px solid var(--g3);border-radius:0 var(--r2) var(--r2) 0;margin-top:1rem}
.cat-label h3{font-size:1rem;color:var(--g2);margin:.2rem 0 0}
.cat-label--community{background:rgba(13,107,86,.06);border-left-color:rgba(13,107,86,.5)}
.proj-partner-badge{display:inline-block;background:rgba(13,107,86,.1);color:rgba(13,107,86,.9);
  font-family:var(--font);font-size:.72rem;font-weight:700;
  padding:.3rem .85rem;border-radius:var(--r4)}
.proj-card--featured .proj-card-img{height:260px}

/* ── PRODUCT PAGE ── */
.pd-body{display:grid;grid-template-columns:1fr 340px;gap:2.5rem;align-items:start}
.pd-sidebar{position:sticky;top:calc(var(--total-nav) + 1.5rem)}
.pd-sidebar-card{background:#fff;border:1px solid var(--gray2);border-radius:var(--r2);padding:1.5rem}
.pd-sidebar-card h4{font-size:.9rem;margin-bottom:1rem;color:var(--text-dark)}
.spec-table{width:100%;border-collapse:collapse}
.spec-table tr{border-bottom:1px solid var(--gray1)}
.spec-table tr:last-child{border-bottom:none}
.spec-table th{text-align:left;padding:.6rem .75rem;font-size:.78rem;
  color:var(--text-muted);font-weight:600;font-family:var(--font);width:40%}
.spec-table td{padding:.6rem .75rem;font-size:.82rem;color:var(--text-dark);font-weight:500}
.tab-nav{display:flex;border-bottom:2px solid var(--gray2);margin-bottom:1.75rem;gap:0}
.tab-btn{padding:.65rem 1.25rem;font-family:var(--font);font-size:.82rem;font-weight:600;
  color:var(--text-muted);background:none;border:none;border-bottom:2.5px solid transparent;
  margin-bottom:-2px;cursor:pointer;transition:all .2s;white-space:nowrap}
.tab-btn.active{color:var(--g3);border-bottom-color:var(--g3)}
.tab-panel{display:none}
.tab-panel.active{display:block}
.pd-hero{background:linear-gradient(110deg,var(--g2) 0%,var(--g3) 100%);
  padding:calc(var(--total-nav) + 2.5rem) 0 2.5rem;position:relative}
.pd-hero img.bg{position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;opacity:.1;z-index:0}
.pd-hero .container{position:relative;z-index:1}
.pd-hero h1{color:#fff;margin-bottom:.75rem}
.pd-meta{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}

/* ── AI PANEL (matches the full CG AI Engineer page's visual language) ── */
.ai-panel{position:fixed;bottom:5.5rem;right:1.5rem;width:380px;
  max-width:calc(100vw - 2rem);max-height:72vh;background:#fff;
  border-radius:17px;box-shadow:0 20px 60px rgba(10,32,16,.28);
  display:flex;flex-direction:column;z-index:9998;overflow:hidden;
  border:1px solid #e1ebe5}
.ai-panel[hidden]{display:none}
.ai-panel-header{background:#0c2d19;padding:1rem 1.25rem;
  display:flex;align-items:center;justify-content:space-between;flex-shrink:0}
.ai-panel-title{display:flex;align-items:center;gap:.75rem;color:#fff}
.ai-avatar{width:36px;height:36px;border-radius:11px;flex:0 0 36px;overflow:hidden;
  background:#123c22;display:grid;place-items:center}
.ai-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.ai-panel-title strong{display:block;font-size:.92rem;font-family:var(--font);font-weight:700;color:#fff}
.ai-panel-sub{font-size:.7rem;color:#a4f0bd;font-family:var(--font)}
.ai-close-btn{background:none;border:none;color:rgba(255,255,255,.7);
  font-size:1.1rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:.15s}
.ai-close-btn:hover{background:rgba(255,255,255,.15);color:#fff}
.ai-messages{flex:1;overflow-y:auto;padding:1.1rem 1rem;display:flex;flex-direction:column;
  gap:.85rem;min-height:120px;background:radial-gradient(circle at 90% 0%,rgba(34,197,94,.045),transparent 30%),#fbfdfc}
.ai-msg-row{display:flex;gap:8px;align-items:flex-start;max-width:92%}
.ai-msg-row--user{align-self:flex-end;flex-direction:row-reverse}
.ai-msg-row--bot{align-self:flex-start}
.ai-msg-avatar{width:26px;height:26px;border-radius:8px;flex:0 0 26px;overflow:hidden;
  background:#0c2d19;display:grid;place-items:center;color:#a4f0bd;font:800 .55rem var(--font)}
.ai-msg-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.ai-msg-row--user .ai-msg-avatar{background:#dff8e8;color:#176536}
.ai-msg{padding:.7rem .9rem;border-radius:14px 14px 14px 4px;font-size:.83rem;line-height:1.6;
  white-space:normal;background:#fff;border:1px solid #e1ebe5;color:#33493b;
  box-shadow:0 5px 18px rgba(14,52,29,.04)}
.ai-msg p{margin:0}
.ai-msg p+p{margin-top:.5em}
.ai-msg--user{background:#155d32;color:#f2fff6;border-color:#155d32;
  border-radius:14px 14px 4px 14px}
.ai-msg--loading{display:flex;gap:4px;align-items:center;padding:.85rem .9rem}
.ai-msg--loading i{width:5px;height:5px;border-radius:50%;background:#65b883;
  animation:aiTyping 1s infinite;display:inline-block}
.ai-msg--loading i:nth-child(2){animation-delay:.15s}
.ai-msg--loading i:nth-child(3){animation-delay:.3s}
@keyframes aiTyping{50%{transform:translateY(-3px);opacity:.45}}
.ai-quick{padding:.5rem 1rem;display:flex;flex-wrap:wrap;gap:.35rem;flex-shrink:0;
  border-top:1px solid var(--gray1)}
.ai-qbtn{background:var(--g9);color:var(--g3);border:1.5px solid var(--g7);
  border-radius:var(--r4);font-size:.72rem;font-family:var(--font);font-weight:600;
  padding:.3rem .7rem;cursor:pointer;transition:.15s}
.ai-qbtn:hover{background:var(--g3);color:#fff;border-color:var(--g3)}
.ai-disclaimer-bar{background:#fff8e1;color:#7a5800;font-size:.72rem;
  padding:.45rem 1rem;text-align:center;border-top:1px solid #f0d060;
  flex-shrink:0;font-family:var(--font)}
.ai-consent-box{margin:0 0 .25rem;padding:.85rem .95rem;background:#f3f7f4;
  border:1px solid #dce8df;border-radius:13px;font-size:.74rem;line-height:1.55;
  color:#405349;font-family:var(--font)}
.ai-consent-box p{margin:0 0 .6rem}
.ai-consent-actions{display:flex;gap:.5rem;justify-content:flex-end}
.ai-consent-actions button{border:0;border-radius:8px;padding:.4rem .8rem;
  font-size:.72rem;font-weight:700;cursor:pointer;font-family:var(--font)}
.ai-consent-actions .primary{background:#14552e;color:#fff}
.ai-consent-actions .secondary{background:#eef2ef;color:#23432f}
.ai-input-row{display:flex;gap:.5rem;padding:.75rem 1rem;
  border-top:1.5px solid var(--gray2);flex-shrink:0;background:#fff}
.ai-input{flex:1;border:1.5px solid var(--gray2);border-radius:var(--radius);
  padding:.55rem .85rem;font-size:.85rem;outline:none;transition:.2s;font-family:var(--body)}
.ai-input:focus{border-color:var(--g3);box-shadow:0 0 0 3px rgba(20,83,45,.12)}
.ai-send-btn{background:#14552e;color:#fff;border:none;border-radius:var(--radius);
  width:36px;height:36px;font-size:1rem;cursor:pointer;transition:.15s;
  display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ai-send-btn:hover{background:var(--g2)}
.ai-bubble{position:fixed;bottom:1.5rem;right:1.5rem;width:56px;height:56px;
  background:#0c2d19;color:#fff;border:none;border-radius:50%;font-size:1.4rem;
  cursor:pointer;z-index:9997;box-shadow:0 4px 20px rgba(12,45,25,.4);
  transition:all .25s;display:flex;align-items:center;justify-content:center;
  overflow:hidden;padding:0}
.ai-bubble img{width:100%;height:100%;object-fit:cover;display:block}
.ai-bubble:hover{transform:scale(1.08)}
.ai-bubble.active{background:var(--g2)}
.ai-bubble-badge{position:absolute;top:-2px;right:-2px;background:var(--orange);
  color:#fff;font-size:.55rem;font-family:var(--font);font-weight:800;
  padding:1px 4px;border-radius:var(--r4);letter-spacing:.03em}

/* ── SEARCH ── */
.search-overlay{position:fixed;inset:0;background:rgba(10,32,16,.88);
  z-index:10000;display:flex;align-items:flex-start;justify-content:center;padding-top:100px}
.search-overlay[hidden]{display:none}
.search-box{background:#fff;border-radius:var(--r2);width:640px;
  max-width:calc(100vw - 2rem);overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.4)}
.search-header{display:flex;align-items:center;justify-content:space-between;
  padding:1rem 1.25rem;border-bottom:1px solid var(--gray2)}
.search-title{font-family:var(--font);font-weight:700;font-size:.95rem;color:var(--g2)}
.search-close-btn{background:none;border:none;font-size:1.1rem;cursor:pointer;
  color:var(--gray4);padding:.25rem .5rem;border-radius:4px;transition:.15s}
.search-close-btn:hover{background:var(--gray1);color:var(--g2)}
.search-input{width:100%;border:none;padding:1rem 1.25rem;font-size:1rem;
  outline:none;font-family:var(--body);border-bottom:1px solid var(--gray2)}
.search-results{max-height:360px;overflow-y:auto}
.search-result-item{display:flex;flex-direction:column;padding:.85rem 1.25rem;
  border-bottom:1px solid var(--gray1);text-decoration:none;color:inherit;
  transition:.15s;gap:.2rem}
.search-result-item:hover{background:var(--g9)}
.search-result-item strong{font-size:.9rem;color:var(--g2);font-family:var(--font)}
.search-result-item span{font-size:.8rem;color:var(--gray5)}
.search-no-result{padding:1.5rem 1.25rem;color:var(--gray5);font-size:.88rem}

/* ── MISC ── */
.wa-float{position:fixed;bottom:5.5rem;left:1.5rem;width:50px;height:50px;
  background:#25d366;border-radius:50%;display:flex;align-items:center;
  justify-content:center;box-shadow:0 4px 18px rgba(37,211,102,.45);
  z-index:9996;font-size:1.4rem;text-decoration:none;
  opacity:0;pointer-events:none;transform:scale(.8);transition:all .3s}
.wa-float.visible{opacity:1;pointer-events:all;transform:scale(1)}
.wa-float:hover{transform:scale(1.1)}
.img-fallback{display:flex;align-items:center;justify-content:center;
  width:100%;height:100%;background:var(--g9);color:var(--g5);
  font-size:2.5rem;min-height:160px}
.field-error{border-color:#dc2626 !important;box-shadow:0 0 0 2px rgba(220,38,38,.15) !important}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.fade-in{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}
.portal-access-card{background:var(--g9);border:1.5px solid var(--g7);
  border-radius:var(--r2);padding:2rem 2.5rem;text-align:center;max-width:540px;margin:0 auto}
.portal-icon{font-size:3rem;margin-bottom:1rem}
.portal-access-card h3{color:var(--g2);margin-bottom:1rem}
.portal-access-card p{color:var(--text-muted);font-size:.9rem;margin-bottom:.75rem;line-height:1.6}
.portal-cta{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin:1.5rem 0 1rem}
.portal-note{font-size:.8rem;color:var(--gray4);font-style:italic}
.gallery-note{font-size:.72rem;color:var(--text-muted);font-family:var(--font);
  padding:.35rem .5rem;font-style:italic;text-align:right}
.info-note{background:var(--g9);border-left:3px solid var(--g5);
  padding:1rem 1.25rem;border-radius:0 var(--radius) var(--radius) 0;margin-top:1rem;
  font-size:.88rem;color:var(--text-body)}
.tab-nav-pd{display:flex;border-bottom:2px solid var(--gray2);margin-bottom:2rem;gap:0;overflow-x:auto}
.stab{padding:.65rem 1.25rem;font-family:var(--font);font-size:.8rem;font-weight:600;
  color:var(--text-muted);background:none;border:none;
  border-bottom:2.5px solid transparent;margin-bottom:-2px;cursor:pointer;
  transition:all .2s;white-space:nowrap}
.stab.active{color:var(--g3);border-bottom-color:var(--g3)}
[data-panel]{display:none}
[data-panel].active{display:block}

/* ── RESPONSIVE ── */
@media(max-width:1200px){
  .problem-grid{grid-template-columns:1fr 1fr;}.problem-stats{display:none}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .ind-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:1050px){
  .nav-links{display:none}.hamburger{display:flex}
  .hero{grid-template-columns:1fr}
  .hero-photo{min-height:300px;max-height:380px}
  .project-showcase{grid-template-columns:1fr}
  .project-photo-wrap{min-height:360px}
  .project-card-overlay{width:90%;left:.75rem;right:.75rem}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}
  .footer-brand{grid-column:1/-1}
}
@media(max-width:820px){
  .util-bar .util-item:not(:first-child){display:none}
  .services-grid{grid-template-columns:1fr 1fr}
  .ind-grid{grid-template-columns:1fr 1fr}
  .why-grid{grid-template-columns:1fr 1fr}
  .stats-inner{grid-template-columns:repeat(2,1fr)}
  .stat-box{border-right:none;border-bottom:1px solid var(--gray2)}
  .prob-stat-num{font-size:2rem}
}
@media(max-width:600px){
  :root{--total-nav:var(--nav-h)}
  .util-bar{display:none}
  .nav{top:0}
  .mobile-menu{top:var(--nav-h)}
  .hero,.page-hero,.pd-hero{margin-top:var(--nav-h)!important}
  .page-hero{padding-top:calc(var(--nav-h) + 2rem)}
  .hero-text{padding:2.5rem 1.5rem}
  .hero-btns{flex-direction:column;align-items:flex-start}
  .hero-btns .btn{width:100%;justify-content:center}
  .hero-trust{display:none}
  .services-grid{grid-template-columns:1fr}
  .ind-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}
  .prob-stat-num{font-size:1.8rem}
  .stats-inner{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;text-align:center}
  .cta-btns{flex-direction:column;align-items:center}
  .cta-btns .btn{width:100%;justify-content:center;max-width:320px}
  .ai-panel{bottom:0;right:0;left:0;width:100%;max-width:100%;
    border-radius:var(--r2) var(--r2) 0 0;max-height:80vh}
  .ai-bubble{bottom:1rem;right:1rem;width:48px;height:48px;font-size:1.2rem}
  .wa-float{bottom:1rem;left:1rem;width:44px;height:44px;font-size:1.25rem}
  .proj-grid-wrap{grid-template-columns:1fr}
  .prod-grid{grid-template-columns:repeat(2,1fr);gap:1rem}
  .pd-body{grid-template-columns:1fr}
  .pd-sidebar{position:static}
  section{padding:52px 0}
}
@media(max-width:400px){
  .prod-grid{grid-template-columns:1fr}
  .container{padding:0 1rem}
  h1{font-size:1.6rem}
}


/* ── SIDEBAR — clean white (not dark green) ── */
.sidebar-card{
  background:#fff;
  border:1.5px solid var(--gray2);
  border-radius:var(--r2);
  padding:1.5rem;
  margin-bottom:1rem;
}
.sidebar-card h4{
  font-size:.88rem;font-weight:700;
  color:var(--text-dark);
  font-family:var(--font);
  border-bottom:1px solid var(--gray2);
  padding-bottom:.6rem;margin-bottom:1rem;
}
.sidebar-card p{
  font-size:.82rem;color:var(--text-muted);
  margin-bottom:1rem;line-height:1.55;
}
/* Proposal CTA card — green accent, not orange */
.sidebar-cta-card{
  background:var(--g2);
  border:none;
  border-radius:var(--r2);
  padding:1.5rem;
  margin-bottom:1rem;
}
.sidebar-cta-card h4{color:#fff;font-size:.9rem;font-weight:700;
  font-family:var(--font);margin-bottom:.5rem}
.sidebar-cta-card p{color:rgba(255,255,255,.7);font-size:.8rem;margin-bottom:1.1rem}
.btn-sidebar-cta{
  display:block;text-align:center;
  background:var(--orange);color:#fff;
  border:none;padding:.7rem 1rem;
  border-radius:var(--r4);font-family:var(--font);
  font-weight:700;font-size:.84rem;
  transition:all .2s;margin-bottom:.5rem;
  text-decoration:none;
}
.btn-sidebar-cta:hover{background:#c95508;transform:translateY(-1px)}
.btn-sidebar-phone{
  display:block;text-align:center;
  background:transparent;color:rgba(255,255,255,.8);
  border:1.5px solid rgba(255,255,255,.3);
  padding:.6rem 1rem;border-radius:var(--r4);
  font-family:var(--font);font-weight:600;font-size:.8rem;
  transition:all .2s;margin-bottom:.4rem;
  text-decoration:none;
}
.btn-sidebar-phone:hover{border-color:rgba(255,255,255,.7);color:#fff}
.btn-sidebar-wa{
  display:block;text-align:center;
  background:rgba(37,211,102,.15);color:#25d366;
  border:1.5px solid rgba(37,211,102,.4);
  padding:.6rem 1rem;border-radius:var(--r4);
  font-family:var(--font);font-weight:600;font-size:.8rem;
  transition:all .2s;text-decoration:none;
}
.btn-sidebar-wa:hover{background:rgba(37,211,102,.25);border-color:#25d366}

/* ── SPEC TABLE — cleaner style ── */
.spec-table{width:100%;border-collapse:collapse;font-size:.82rem}
.spec-table tr:nth-child(even){background:var(--g9)}
.spec-table tr:hover{background:var(--g8)}
.spec-table th{
  text-align:left;padding:.55rem .75rem;
  color:var(--text-muted);font-weight:600;
  font-family:var(--font);font-size:.75rem;
  width:42%;vertical-align:top;
}
.spec-table td{
  padding:.55rem .75rem;color:var(--text-dark);
  font-weight:500;vertical-align:top;
}
.spec-table thead th{
  background:var(--g2);color:#fff;
  font-weight:700;font-size:.73rem;
  letter-spacing:.04em;
}

/* ── PRODUCT HERO — stronger contrast ── */
.pd-hero{
  background:linear-gradient(110deg,var(--g1) 0%,var(--g2) 60%,var(--g3) 100%);
  padding:calc(var(--total-nav) + 2.5rem) 0 2.5rem;
  position:relative;overflow:hidden;
}
.pd-hero::before{
  content:'';position:absolute;
  top:-30%;right:-10%;width:60%;height:160%;
  background:radial-gradient(circle,rgba(255,255,255,.04) 0%,transparent 70%);
  pointer-events:none;
}
.pd-hero img.bg{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;opacity:.08;z-index:0;
}
.pd-hero .container{position:relative;z-index:1}
.pd-hero h1{color:#fff;margin-bottom:.6rem}
.pd-hero .label{color:var(--g7)}
.pd-meta{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1rem}
.pd-meta-pill{
  background:rgba(255,255,255,.12);
  color:rgba(255,255,255,.85);
  font-family:var(--font);font-size:.72rem;font-weight:600;
  padding:.3rem .85rem;border-radius:var(--r4);
  border:1px solid rgba(255,255,255,.18);
}

/* ── FORM INPUTS — clean, consistent ── */
input[type=text],input[type=email],input[type=tel],
input[type=number],input[type=search],
select,textarea{
  width:100%;
  border:1.5px solid var(--gray2);
  border-radius:var(--radius);
  padding:.65rem .9rem;
  font-size:.88rem;
  font-family:var(--body);
  color:var(--text-dark);
  background:#fff;
  outline:none;
  transition:border .2s,box-shadow .2s;
  -webkit-appearance:none;
}
input:focus,select:focus,textarea:focus{
  border-color:var(--g4);
  box-shadow:0 0 0 3px rgba(22,101,52,.1);
}
label{
  display:block;font-family:var(--font);
  font-size:.78rem;font-weight:600;
  color:var(--text-dark);margin-bottom:.35rem;
}
.form-group{margin-bottom:1.1rem}
.form-group textarea{min-height:110px;resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media(max-width:600px){.form-row{grid-template-columns:1fr}}

/* ── btn-green-outline (was missing definition) ── */
.btn-green-outline{
  background:transparent;color:var(--g3);
  padding:.7rem 1.6rem;border:2px solid var(--g3);
  border-radius:var(--r4);font-family:var(--font);
  font-weight:700;font-size:.88rem;
  transition:all .22s;text-decoration:none;
  display:inline-flex;align-items:center;gap:.5rem;
}
.btn-green-outline:hover{background:var(--g3);color:#fff}
.btn-sm{padding:.45rem 1rem;font-size:.78rem}
.btn-lg{padding:.9rem 2.2rem;font-size:.95rem}

/* ── RESPONSIVE HERO FIX ── */
@media(max-width:1050px){
  .hero{grid-template-columns:1fr;min-height:auto;max-height:none}
  .hero-photo{height:380px;max-height:380px}
  .hero-text{padding:2.5rem 2rem}
}
@media(max-width:600px){
  .hero-photo{height:280px}
  .hero-text{padding:2rem 1.25rem}
  .hero h1{font-size:1.65rem}
}


/* ── HOMEPAGE HERO REFINEMENT ── */
.hero{grid-template-columns:1.08fr .92fr;min-height:560px;max-height:none}
.hero-photo{min-height:560px}
.hero-photo-overlay{background:linear-gradient(90deg,rgba(6,31,17,.08),rgba(6,31,17,.02))}
.hero-text{padding:4.25rem 4rem;background:linear-gradient(135deg,#edf8f1 0%,#f7fbf8 100%);border-left:1px solid rgba(20,83,45,.08)}
.hero-text h1{font-size:clamp(2rem,3.2vw,3rem);letter-spacing:-.025em;max-width:590px}
.hero-text p{font-size:1.02rem;max-width:510px}
.hero-btns{margin-bottom:2rem}
.hero-trust{gap:.7rem 1rem}
.trust-pill{font-size:.7rem;background:rgba(255,255,255,.75);border:1px solid rgba(20,83,45,.10);padding:.42rem .7rem;border-radius:999px}
.trust-pill::before{font-size:.7rem}
@media(max-width:1050px){.hero{grid-template-columns:1fr}.hero-photo{min-height:380px}.hero-text{padding:3rem 2rem;border-left:0;border-top:1px solid rgba(20,83,45,.08)}}


/* ── COPY / DRAG DETERRENCE ──────────────────────────────────────────
   Discourages casual copying of page text and dragging/saving of images.
   This is a UX deterrent, not a security control — any content rendered
   in a browser can ultimately still be captured (e.g. via screenshot or
   browser dev tools). Form fields, the AI chat input, and any editable
   or code content remain fully selectable so the site stays usable. */
body{
  -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;
}
input,textarea,select,[contenteditable="true"],[contenteditable=""],
.ai-input,.ai-msg,#cg-ai-input,#cg-composer-input,.cg-messages,.cg-message,
code,pre{
  -webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;
}
img{
  -webkit-user-drag:none;user-drag:none;
  -webkit-touch-callout:none;
}
