/* ═══════════════════════════════════════════════════════════════
   NIVENT — Green & Climate Finance · styles.css
   Professional institutional redesign
   Font: Hind (Google Fonts)
   Palette:
     Forest green  #1B4332  (authority primary)
     Mid green     #2D6A4F  (hover / secondary)
     Bright green  #52B788  (accent / highlight)
     Tint green    #D8F3DC  (light bg)
     Deep teal     #0077B6  (data / links)
     Amber         #B45309  (warm accent)
     White         #FFFFFF
     Off-white     #F8FAF9
     Body text     #1A2E22
     Mid text      #3D5246
     Muted text    #6B7C6E
     Border        #C8DDD0
═══════════════════════════════════════════════════════════════ */

/* ─── RESET ──────────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Hind',sans-serif;color:#1A2E22;background:#fff;line-height:1.65;overflow-x:hidden}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
ul{list-style:none}
input,select,button{font-family:'Hind',sans-serif}

/* ─── ROOT TOKENS ────────────────────────────────────────────── */
:root{
  --green:   #1B4332;
  --green-m: #2D6A4F;
  --green-l: #52B788;
  --tint:    #D8F3DC;
  --tint-bg: #F4FAF6;
  --teal:    #0077B6;
  --amber:   #B45309;
  --white:   #FFFFFF;
  --off:     #F8FAF9;
  --txt:     #1A2E22;
  --txt-m:   #3D5246;
  --txt-mu:  #6B7C6E;
  --border:  #C8DDD0;
  --border-l:#E2EEEA;
  --r4:      4px;
  --r8:      8px;
  --r12:     12px;
  --shadow:  0 1px 12px rgba(27,67,50,.07);
  --shadow-h:0 4px 24px rgba(27,67,50,.13);
  --t:       .22s ease;
}

/* ─── LAYOUT ─────────────────────────────────────────────────── */
.container{width:92%;max-width:1180px;margin:0 auto}
.section-pad{padding:5.5rem 0}
.bg-white{background:#fff}
.bg-tint{background:var(--tint-bg)}
.bg-green-deep{background:var(--green)}
.mt-1{margin-top:1.25rem}
.mw-700{max-width:700px}

/* ─── TYPOGRAPHY ─────────────────────────────────────────────── */
.eyebrow{
  display:block;
  font-size:.72rem;font-weight:700;
  letter-spacing:.16em;text-transform:uppercase;
  color:var(--green-l);margin-bottom:.6rem
}
.eyebrow--light{color:var(--tint)}

.section-h2{
  font-size:clamp(1.75rem,2.8vw,2.5rem);
  font-weight:700;line-height:1.2;
  color:var(--txt);margin-bottom:1rem
}
.h2--light{color:#fff}

.section-intro{
  font-size:1.05rem;color:var(--txt-m);
  line-height:1.72;margin-bottom:2.5rem
}
.section-intro--light{color:rgba(255,255,255,.75)}

.body-lead{font-size:1.05rem;color:var(--txt-m);line-height:1.75;margin-bottom:1.1rem}
.body-copy{font-size:.96rem;color:var(--txt-m);line-height:1.75;margin-bottom:.9rem}
.body-copy strong{color:var(--txt);font-weight:600}

/* ─── BUTTONS ────────────────────────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;gap:.4rem;
  font-size:.9rem;font-weight:600;letter-spacing:.015em;
  padding:.72rem 1.6rem;border-radius:var(--r4);
  border:1.5px solid transparent;cursor:pointer;
  transition:all var(--t);white-space:nowrap
}
.btn-primary{background:var(--green);color:#fff;border-color:var(--green)}
.btn-primary:hover{background:var(--green-m);border-color:var(--green-m);transform:translateY(-1px);box-shadow:0 4px 16px rgba(27,67,50,.25)}
.btn-line{background:transparent;color:var(--green);border-color:var(--green)}
.btn-line:hover{background:var(--tint);transform:translateY(-1px)}
.btn-full{width:100%;justify-content:center}

/* ═══════════════ HEADER ═══════════════════════════════════════ */
.site-header{position:fixed;top:0;left:0;right:0;z-index:200;background:#fff}

/* Top bar */
.header-topbar{
  background:var(--green);
  padding:.45rem 0;
  border-bottom:1px solid var(--green-m)
}
.topbar-inner{
  display:flex;align-items:center;
  justify-content:space-between;gap:1rem
}
.topbar-notice{
  font-size:.72rem;font-weight:500;
  color:rgba(255,255,255,.8);letter-spacing:.02em
}
.topbar-links{
  display:flex;align-items:center;gap:.6rem
}
.topbar-links a{
  font-size:.72rem;color:rgba(255,255,255,.65);
  transition:color var(--t)
}
.topbar-links a:hover{color:#fff}
.topbar-sep{color:rgba(255,255,255,.25);font-size:.7rem}

/* Main nav bar */
.header-main{
  border-bottom:1px solid var(--border-l);
  background:#fff;
}
.site-header.scrolled .header-main{
  box-shadow:0 2px 16px rgba(27,67,50,.09)
}
.header-inner{
  display:flex;align-items:center;
  justify-content:space-between;
  height:68px;gap:2rem
}

/* ── Logo ───────────────────────────────────────────────────── */
.logo-link{display:flex;align-items:center;gap:.75rem;flex-shrink:0}

/* Natural proportions — height anchored, width follows aspect ratio.
   No forced square, no background tint, no padding, no border-radius.
   The logo file renders exactly as designed. */
.logo-img{
  display:block;
  height:40px;
  width:auto;
  max-width:180px;
  object-fit:contain;
  object-position:left center
}

.logo-text{display:flex;flex-direction:column;line-height:1.1}
.logo-name{
  font-size:1.2rem;font-weight:700;
  color:var(--green);letter-spacing:.07em
}
.logo-sub{
  font-size:.62rem;font-weight:500;
  color:var(--txt-mu);letter-spacing:.06em;
  text-transform:uppercase
}

/* When a real logo image loads, hide the text wordmark beside it.
   Delete this rule if you want image + text side-by-side. */
.logo-img + .logo-text{display:none}

/* Nav */
.main-nav{
  display:flex;align-items:center;gap:.15rem;
  margin-left:auto
}
.nav-link{
  font-size:.875rem;font-weight:500;color:var(--txt-m);
  padding:.45rem .8rem;border-radius:var(--r4);
  transition:all var(--t)
}
.nav-link:hover{color:var(--green);background:var(--tint-bg)}
.nav-link.active{color:var(--green);font-weight:600}

.nav-cta{
  font-size:.875rem;font-weight:600;
  color:#fff;background:var(--green);
  padding:.52rem 1.1rem;border-radius:var(--r4);
  margin-left:.75rem;transition:all var(--t);
  border:1.5px solid var(--green)
}
.nav-cta:hover{background:var(--green-m);border-color:var(--green-m);transform:translateY(-1px)}

/* Hamburger */
.hamburger{
  display:none;flex-direction:column;gap:5px;
  background:none;border:none;cursor:pointer;padding:5px
}
.hamburger span{
  display:block;width:22px;height:2px;
  background:var(--green);border-radius:2px;transition:all var(--t)
}

/* ═══════════════ HERO ═════════════════════════════════════════ */
.hero{
  padding-top:112px;
  background:#fff;
  min-height:100vh;
  display:flex;flex-direction:column;
  align-items:stretch;
  position:relative;overflow:hidden
}
/* Subtle tint wash — left half only */
.hero::before{
  content:'';position:absolute;
  inset:0;right:50%;
  background:linear-gradient(180deg,var(--tint-bg) 0%,#fff 100%);
  pointer-events:none;z-index:0
}
/* Soft radial glow top-right */
.hero::after{
  content:'';position:absolute;
  top:-80px;right:-120px;
  width:560px;height:560px;border-radius:50%;
  background:radial-gradient(circle,rgba(216,243,220,.45) 0%,transparent 65%);
  pointer-events:none;z-index:0
}

/* Green accent rule at very top of hero */
.hero-accent-line{
  height:3px;
  background:linear-gradient(90deg,var(--green) 0%,var(--green-l) 60%,transparent 100%);
  flex-shrink:0
}

.hero-inner{
  display:grid;grid-template-columns:1fr 1fr;
  gap:5rem;align-items:center;flex:1;
  padding:4.5rem 0 5rem;
  position:relative;z-index:1
}

/* ── Hero left: pill badge ── */
.hero-pill{
  display:inline-flex;align-items:center;gap:.55rem;
  font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:#fff;background:var(--green);
  padding:.35rem .9rem .35rem .6rem;
  border-radius:100px;margin-bottom:1.4rem
}
.hero-pill-dot{
  width:7px;height:7px;border-radius:50%;
  background:var(--green-l);flex-shrink:0;
  box-shadow:0 0 0 2px rgba(82,183,136,.35)
}

/* ── Headline ── */
.hero-h1{
  font-size:clamp(2.2rem,3.6vw,3.5rem);
  font-weight:700;line-height:1.1;
  color:var(--txt);margin-bottom:1.3rem;
  letter-spacing:-.01em
}
/* The marked words get an underline flourish */
.hero-h1-mark{
  position:relative;
  color:var(--green);
  display:inline
}
.hero-h1-mark::after{
  content:'';
  position:absolute;
  left:0;right:0;bottom:-3px;height:3px;
  background:linear-gradient(90deg,var(--green),var(--green-l));
  border-radius:2px;opacity:.55
}

.hero-lead{
  font-size:1rem;color:var(--txt-m);
  line-height:1.75;margin-bottom:2rem;max-width:460px
}

/* ── CTAs ── */
.hero-ctas{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:2.25rem}
.btn-hero-primary{
  background:var(--green);color:#fff;
  border:1.5px solid var(--green);
  padding:.82rem 1.7rem;border-radius:var(--r4);
  font-size:.92rem;font-weight:600;
  display:inline-flex;align-items:center;gap:.5rem;
  transition:all var(--t)
}
.btn-hero-primary:hover{
  background:var(--green-m);border-color:var(--green-m);
  transform:translateY(-2px);box-shadow:0 6px 20px rgba(27,67,50,.22)
}
.btn-hero-ghost{
  background:transparent;color:var(--green);
  border:1.5px solid var(--border);
  padding:.82rem 1.7rem;border-radius:var(--r4);
  font-size:.92rem;font-weight:600;
  display:inline-flex;align-items:center;gap:.5rem;
  transition:all var(--t)
}
.btn-hero-ghost:hover{
  border-color:var(--green);background:var(--tint-bg);
  transform:translateY(-2px)
}

/* ── Credential strip ── */
.hero-credentials{
  display:flex;align-items:stretch;
  border:1px solid var(--border-l);
  border-radius:var(--r8);
  overflow:hidden;background:#fff
}
.hc-item{
  flex:1;display:flex;align-items:flex-start;
  gap:.65rem;padding:.85rem .9rem
}
.hc-icon{
  width:34px;height:34px;border-radius:var(--r4);
  background:var(--tint);flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  margin-top:.05rem
}
.hc-item strong{
  display:block;font-size:.78rem;font-weight:700;
  color:var(--txt);line-height:1.2;margin-bottom:.15rem
}
.hc-item span{font-size:.68rem;color:var(--txt-mu);line-height:1.3}
.hc-divider{
  width:1px;background:var(--border-l);flex-shrink:0;
  margin:.6rem 0
}

/* ── Hero Visual: Chart frame ── */
.hero-visual{position:relative;z-index:1}
.hv-frame{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--r12);
  padding:1.4rem 1.4rem 1.25rem;
  box-shadow:0 4px 32px rgba(27,67,50,.1),0 1px 4px rgba(27,67,50,.06)
}

/* Chart header row */
.hv-header{
  display:flex;align-items:flex-start;
  justify-content:space-between;gap:.5rem;
  margin-bottom:.85rem;
  padding-bottom:.85rem;
  border-bottom:1px solid var(--border-l)
}
.hv-title{
  font-size:.82rem;font-weight:700;
  color:var(--txt);line-height:1.25;margin-bottom:.2rem
}
.hv-title-sub{
  font-size:.67rem;font-weight:400;color:var(--txt-mu)
}
.hv-badge{
  flex-shrink:0;
  font-size:.62rem;font-weight:700;letter-spacing:.09em;
  text-transform:uppercase;color:var(--green);
  background:var(--tint);border:1px solid var(--border-l);
  padding:.22rem .55rem;border-radius:100px;
  white-space:nowrap;margin-top:.1rem
}

/* SVG chart */
.hv-svg{
  width:100%;height:auto;display:block;
  margin-bottom:.4rem
}
/* Bars animate upward from baseline */
.hv-svgbar{
  transform-origin:bottom;
  transform-box:fill-box;
  animation:svgBarGrow .8s cubic-bezier(.22,.61,.36,1) both
}
.hv-svgbar:nth-of-type(1){animation-delay:.0s}
.hv-svgbar:nth-of-type(2){animation-delay:.14s}
.hv-svgbar:nth-of-type(3){animation-delay:.28s}
.hv-svgbar:nth-of-type(4){animation-delay:.42s}
.hv-svgbar:nth-of-type(5){animation-delay:.56s}
@keyframes svgBarGrow{
  from{transform:scaleY(0);opacity:0}
  to  {transform:scaleY(1);opacity:1}
}
.hv-note{
  font-size:.62rem;color:var(--txt-mu);
  margin-bottom:1rem;font-style:italic
}
.hv-kpis{
  display:flex;align-items:center;
  border-top:1px solid var(--border-l);padding-top:1rem;gap:.5rem
}
.hv-kpi{
  flex:1;text-align:center
}
.hv-kpi strong{
  display:block;font-size:1rem;font-weight:700;
  color:var(--green);line-height:1.1
}
.hv-kpi span{font-size:.65rem;color:var(--txt-mu);line-height:1.35}
.hv-kpi-div{width:1px;height:30px;background:var(--border-l);flex-shrink:0}

/* ═══════════════ METRICS RIBBON ══════════════════════════════ */
.metrics-ribbon{
  background:var(--green);padding:1.6rem 0;
  border-top:3px solid var(--green-l)
}
.metrics-inner{
  display:flex;align-items:center;
  justify-content:center;flex-wrap:wrap
}
.metric-item{
  display:flex;flex-direction:column;align-items:center;
  text-align:center;padding:.5rem 2.2rem;flex:1;min-width:140px
}
.metric-num{
  font-size:1.7rem;font-weight:700;color:#fff;line-height:1;
  display:inline
}
.metric-sfx{font-size:1.5rem;font-weight:700;color:var(--green-l)}
.metric-lbl{font-size:.72rem;color:rgba(255,255,255,.6);margin-top:.3rem;font-weight:400}
.metric-div{width:1px;height:40px;background:rgba(255,255,255,.15);flex-shrink:0}

/* ═══════════════ TWO-COL LAYOUT ══════════════════════════════ */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.two-col--60-40{grid-template-columns:1.1fr 0.9fr}

/* ═══════════════ PILLAR CARDS (About) ════════════════════════ */
.pillar-card{
  display:flex;align-items:flex-start;gap:1rem;
  padding:1.25rem;border:1px solid var(--border-l);
  border-radius:var(--r8);background:#fff;
  margin-bottom:.85rem;transition:all var(--t)
}
.pillar-card:hover{box-shadow:var(--shadow-h);border-color:var(--border)}
.pillar-card:last-child{margin-bottom:0}
.pillar-icon{
  width:48px;height:48px;border-radius:var(--r8);
  display:flex;align-items:center;justify-content:center;flex-shrink:0
}
.pillar-icon--green{background:var(--tint)}
.pillar-icon--teal{background:#E0F4FF}
.pillar-icon--amber{background:#FEF3C7}
.pillar-icon--sage{background:var(--tint-bg);border:1px solid var(--border-l)}
.pillar-card h4{
  font-size:.95rem;font-weight:600;color:var(--txt);margin-bottom:.3rem
}
.pillar-card p{font-size:.85rem;color:var(--txt-mu);line-height:1.6}

/* ═══════════════ INDIA CONTEXT ═══════════════════════════════ */
.context-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:1.25rem;margin-top:2.5rem
}
.context-card{
  background:#fff;border:1px solid var(--border-l);
  border-radius:var(--r8);padding:1.6rem;
  transition:all var(--t)
}
.context-card:hover{box-shadow:var(--shadow-h);border-color:var(--border)}
.context-fig{
  font-size:1.7rem;font-weight:700;color:var(--green);
  line-height:1;margin-bottom:.6rem
}
.context-card h4{
  font-size:.9rem;font-weight:600;color:var(--txt);
  margin-bottom:.6rem;padding-bottom:.5rem;
  border-bottom:1px solid var(--border-l)
}
.context-card p{font-size:.83rem;color:var(--txt-mu);line-height:1.65}

/* ═══════════════ SECTORS ══════════════════════════════════════ */
/* Tabs */
.sector-tabs{
  display:flex;flex-wrap:wrap;gap:.4rem;
  margin-bottom:0;
  border-bottom:2px solid var(--border-l);
  padding-bottom:0
}
.stab{
  font-family:'Hind',sans-serif;font-size:.85rem;font-weight:600;
  color:var(--txt-mu);background:none;border:none;
  padding:.7rem 1.1rem;cursor:pointer;
  border-bottom:2px solid transparent;
  margin-bottom:-2px;transition:all var(--t)
}
.stab:hover{color:var(--green)}
.stab.active{color:var(--green);border-bottom-color:var(--green)}

/* Panel */
.sector-panel{display:none;padding-top:2.5rem}
.sector-panel.active{display:block}

.sp-grid{display:grid;grid-template-columns:1fr 340px;gap:3rem;align-items:start}

.sp-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.1rem}
.sp-icon{
  width:56px;height:56px;border-radius:var(--r8);
  display:flex;align-items:center;justify-content:center;flex-shrink:0
}
.sp-icon--solar{background:#FFFBEB}
.sp-icon--wind{background:#EFF6FF}
.sp-icon--bio{background:#F0FDF4}
.sp-icon--ev{background:var(--tint)}
.sp-icon--charge{background:#F5F3FF}
.sp-icon--carbon{background:#F0FDF4}
.sp-icon--trade{background:#EFF6FF}

.sp-name{font-size:1.3rem;font-weight:700;color:var(--txt);margin-bottom:.3rem}
.sp-tag{
  font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--green);background:var(--tint);
  padding:.22rem .6rem;border-radius:100px
}

.sp-desc{
  font-size:.96rem;color:var(--txt-m);line-height:1.72;
  margin-bottom:1.5rem;
  padding-bottom:1.5rem;border-bottom:1px solid var(--border-l)
}

.sp-subsectors{display:flex;flex-direction:column;gap:.85rem}
.sp-sub{
  font-size:.875rem;color:var(--txt-m);line-height:1.65;
  padding-left:1rem;border-left:2px solid var(--green-l)
}
.sp-sub strong{color:var(--txt);font-weight:600}

/* Sidebar */
.sp-fact-box{
  background:#fff;border:1px solid var(--border);
  border-radius:var(--r8);overflow:hidden;margin-bottom:1rem
}
.sp-fact{
  display:flex;flex-direction:column;gap:.2rem;
  padding:.85rem 1rem;border-bottom:1px solid var(--border-l)
}
.sp-fact:last-child{border-bottom:none}
.sf-label{
  font-size:.65rem;font-weight:700;letter-spacing:.1em;
  text-transform:uppercase;color:var(--txt-mu)
}
.sf-val{font-size:.83rem;color:var(--txt);font-weight:500;line-height:1.45}

.sp-market{
  background:var(--green);border-radius:var(--r8);
  padding:1.25rem;text-align:center
}
.sp-market-fig{font-size:1.5rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.35rem}
.sp-market-lbl{font-size:.72rem;color:rgba(255,255,255,.7);line-height:1.4}

/* ═══════════════ PRODUCTS TABLE ══════════════════════════════ */
.products-table{
  border:1px solid var(--border);border-radius:var(--r8);
  overflow:hidden;margin-top:2.5rem
}
.pt-header{
  display:grid;grid-template-columns:1.4fr 2fr 2fr 0.6fr 0.8fr;
  background:var(--green);padding:.85rem 1.25rem;gap:1rem
}
.pt-row{
  display:grid;grid-template-columns:1.4fr 2fr 2fr 0.6fr 0.8fr;
  padding:.9rem 1.25rem;gap:1rem;
  border-bottom:1px solid var(--border-l);
  transition:background var(--t);align-items:start
}
.pt-row:last-child{border-bottom:none}
.pt-row:hover{background:var(--tint-bg)}
.pt-col{font-size:.82rem;color:var(--txt-m);line-height:1.5}
.pt-col--product strong{color:var(--txt)}
.pt-header .pt-col{
  font-size:.68rem;font-weight:700;letter-spacing:.1em;
  text-transform:uppercase;color:rgba(255,255,255,.75)
}
.pt-header .pt-col--product,.pt-header .pt-col--narrow{color:#fff}

/* ═══════════════ TECHNOLOGY ══════════════════════════════════ */
.tech-modules{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.75rem}
.tech-mod{display:flex;gap:1.1rem;align-items:flex-start}
.tech-mod-num{
  flex-shrink:0;width:32px;height:32px;
  border-radius:50%;background:var(--tint);
  display:flex;align-items:center;justify-content:center;
  font-size:.72rem;font-weight:700;color:var(--green);
  margin-top:.1rem
}
.tech-mod h4{font-size:.93rem;font-weight:600;color:var(--txt);margin-bottom:.3rem}
.tech-mod p{font-size:.83rem;color:var(--txt-mu);line-height:1.65}

/* Tech diagram */
.col-visual{display:flex;align-items:center;justify-content:center}
.tech-diagram{
  position:relative;width:340px;height:340px;
  background:#fff;border:1px solid var(--border);
  border-radius:50%;display:flex;align-items:center;justify-content:center;
  box-shadow:var(--shadow)
}
.td-lines{position:absolute;inset:0;width:100%;height:100%}
.td-center{position:absolute;z-index:2}
.td-core{
  width:88px;height:88px;border-radius:50%;
  background:linear-gradient(135deg,var(--green),var(--green-m));
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  color:#fff;font-size:.8rem;font-weight:700;text-align:center;
  box-shadow:0 4px 20px rgba(27,67,50,.3);line-height:1.2
}
.td-core span{font-size:.6rem;font-weight:400;opacity:.8}
.td-nodes{position:absolute;inset:0}
.td-node{
  position:absolute;width:70px;height:70px;
  border-radius:var(--r8);background:#fff;
  border:1px solid var(--border);
  display:flex;flex-direction:column;align-items:center;
  justify-content:center;gap:.3rem;
  font-size:.62rem;font-weight:600;color:var(--txt-m);
  text-align:center;line-height:1.25;
  box-shadow:var(--shadow)
}
.td-node-icon{height:20px;display:flex;align-items:center}
/* Position the 6 nodes around the circle */
.td-n1{top:0;left:50%;transform:translate(-50%,-50%)}
.td-n2{top:50%;right:0;transform:translate(50%,-50%)}
.td-n3{bottom:10%;right:5%;transform:translate(50%,50%)}
.td-n4{bottom:0;left:50%;transform:translate(-50%,50%)}
.td-n5{bottom:10%;left:5%;transform:translate(-50%,50%)}
.td-n6{top:50%;left:0;transform:translate(-50%,-50%)}

/* ═══════════════ HOW IT WORKS ════════════════════════════════ */
.hiw-track{
  display:flex;align-items:flex-start;
  gap:0;margin-top:3rem;flex-wrap:wrap
}
.hiw-step{
  flex:1;min-width:160px;position:relative;
  padding:1.5rem 1.25rem;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  border-radius:var(--r8)
}
.hiw-arrow{
  flex-shrink:0;display:flex;align-items:center;
  justify-content:center;color:rgba(255,255,255,.3);
  font-size:1.2rem;padding:0 .25rem;margin-top:1.5rem
}
.hiw-num{
  font-size:2rem;font-weight:700;
  color:var(--green-l);line-height:1;margin-bottom:.75rem;
  font-variant-numeric:tabular-nums
}
.hiw-step h4{font-size:.92rem;font-weight:600;color:#fff;margin-bottom:.5rem}
.hiw-step p{font-size:.8rem;color:rgba(255,255,255,.65);line-height:1.6}
.hiw-time{
  display:inline-block;margin-top:.85rem;
  font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--green-l);background:rgba(82,183,136,.12);
  padding:.2rem .55rem;border-radius:100px
}

/* ═══════════════ INSIGHTS ════════════════════════════════════ */
.insights-header{
  display:flex;align-items:flex-end;
  justify-content:space-between;gap:1rem;
  margin-bottom:2.5rem;flex-wrap:wrap
}
.insights-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-template-rows:auto auto;
  gap:1.25rem
}
.insight-card{
  background:#fff;border:1px solid var(--border-l);
  border-radius:var(--r8);padding:1.5rem;
  transition:all var(--t);display:flex;flex-direction:column
}
.insight-card:hover{box-shadow:var(--shadow-h);border-color:var(--border)}
.insight-card--lead{
  grid-column:1 / 2;grid-row:1 / 3;
  background:var(--tint-bg)
}
.insight-meta-top{
  display:flex;align-items:center;justify-content:space-between;
  margin-bottom:.85rem
}
.insight-cat{
  font-size:.67rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--green);background:var(--tint);
  padding:.2rem .55rem;border-radius:100px
}
.insight-date{font-size:.72rem;color:var(--txt-mu)}
.insight-card h3{
  font-size:.97rem;font-weight:700;color:var(--txt);
  line-height:1.4;margin-bottom:.75rem
}
.insight-card--lead h3{font-size:1.1rem}
.insight-card p{font-size:.84rem;color:var(--txt-mu);line-height:1.65;flex:1;margin-bottom:1rem}
.insight-link{
  font-size:.82rem;font-weight:600;color:var(--green);
  margin-top:auto;display:inline-block;
  border-bottom:1px solid transparent;transition:border-color var(--t)
}
.insight-link:hover{border-bottom-color:var(--green)}

/* ═══════════════ CTA SECTION ═════════════════════════════════ */
.cta-section{
  background:linear-gradient(160deg,var(--green) 0%,#143628 100%);
  padding:5.5rem 0
}
.cta-box{
  display:grid;grid-template-columns:1fr 1fr;
  gap:5rem;align-items:start
}
.cta-h2{font-size:clamp(1.6rem,2.8vw,2.3rem);font-weight:700;color:#fff;margin-bottom:.85rem;line-height:1.2}
.cta-sub{font-size:.96rem;color:rgba(255,255,255,.7);line-height:1.7;margin-bottom:2rem}
.cta-contacts{display:flex;flex-direction:column;gap:1rem}
.cta-contact{display:flex;flex-direction:column;gap:.15rem}
.cc-label{font-size:.67rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.45)}
.cta-contact a,.cta-contact span{font-size:.9rem;color:rgba(255,255,255,.85);font-weight:500}
.cta-contact a:hover{color:#fff}

/* Form */
.cta-form-box{
  background:#fff;border-radius:var(--r12);padding:2rem;
  box-shadow:0 8px 40px rgba(0,0,0,.2)
}
.cta-form-box h4{font-size:1rem;font-weight:700;color:var(--txt);margin-bottom:1.25rem}
.cf-field{margin-bottom:.9rem}
.cf-field label{
  display:block;font-size:.72rem;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;
  color:var(--txt-mu);margin-bottom:.3rem
}
.cf-field input,.cf-field select{
  width:100%;padding:.62rem .85rem;
  border:1px solid var(--border);border-radius:var(--r4);
  font-size:.88rem;color:var(--txt);background:#fff;
  transition:border-color var(--t);
  appearance:none
}
.cf-field input:focus,.cf-field select:focus{
  outline:none;border-color:var(--green);
  box-shadow:0 0 0 3px rgba(27,67,50,.08)
}
.cf-disclaimer{
  font-size:.68rem;color:var(--txt-mu);
  margin-top:.75rem;line-height:1.55;font-style:italic
}

/* ═══════════════ FOOTER ══════════════════════════════════════ */
.site-footer{background:#0D2318}

.footer-main{padding:4rem 0 3rem}
.footer-inner{
  display:grid;
  grid-template-columns:1.2fr 2fr;
  gap:5rem
}

.footer-logo-link{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}

/* Footer logo — same natural sizing as header, no forced square.
   On dark bg we invert if the logo is dark-only; remove filter if logo has a light version. */
.footer-logo-img{
  display:block;
  height:38px;
  width:auto;
  max-width:180px;
  object-fit:contain;
  object-position:left center;
  /* Uncomment the line below if your logo is dark and needs to show on the dark footer:
     filter: brightness(0) invert(1); */
}

.footer-logo-link .logo-name{color:#fff}
.footer-logo-link .logo-sub{color:rgba(255,255,255,.4)}
.footer-logo-img + .logo-text .logo-name{color:#fff}
.footer-logo-img + .logo-text .logo-sub{color:rgba(255,255,255,.35)}

.footer-mission{
  font-size:.875rem;color:rgba(255,255,255,.55);
  line-height:1.7;margin-bottom:1.25rem;max-width:300px
}
.footer-social{display:flex;gap:.5rem}
.fsoc{
  width:32px;height:32px;border-radius:var(--r4);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.5);
  display:flex;align-items:center;justify-content:center;
  transition:all var(--t)
}
.fsoc:hover{border-color:rgba(255,255,255,.4);color:#fff}

.footer-nav-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:2rem
}
.footer-col{display:flex;flex-direction:column;gap:.6rem}
.footer-col h5{
  font-size:.67rem;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--green-l);
  margin-bottom:.4rem
}
.footer-col a{
  font-size:.82rem;color:rgba(255,255,255,.5);
  transition:color var(--t)
}
.footer-col a:hover{color:rgba(255,255,255,.9)}

.footer-regulatory{
  background:#091A10;padding:1.25rem 0;
  border-top:1px solid rgba(255,255,255,.06)
}
.footer-regulatory p{
  font-size:.72rem;color:rgba(255,255,255,.3);
  line-height:1.65
}
.footer-regulatory strong{color:rgba(255,255,255,.45);font-weight:600}

.footer-bottom{
  padding:1.1rem 0;
  border-top:1px solid rgba(255,255,255,.06)
}
.footer-bottom-inner{
  display:flex;align-items:center;
  justify-content:space-between;gap:1rem;flex-wrap:wrap
}
.footer-bottom-inner>p{font-size:.75rem;color:rgba(255,255,255,.28)}
.footer-legal{display:flex;gap:1.25rem;flex-wrap:wrap}
.footer-legal a{
  font-size:.75rem;color:rgba(255,255,255,.28);
  transition:color var(--t)
}
.footer-legal a:hover{color:rgba(255,255,255,.6)}

/* ═══════════════ SCROLL REVEAL ═══════════════════════════════ */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

/* ═══════════════ RESPONSIVE ══════════════════════════════════ */
@media(max-width:1024px){
  .hero-inner{grid-template-columns:1fr;gap:2.5rem;padding:3rem 0 4rem;text-align:left}
  .two-col,.two-col--60-40{grid-template-columns:1fr;gap:3rem}
  .sp-grid{grid-template-columns:1fr;gap:2rem}
  .context-grid{grid-template-columns:repeat(2,1fr)}
  .insights-grid{grid-template-columns:1fr 1fr}
  .insight-card--lead{grid-column:1;grid-row:auto}
  .cta-box{grid-template-columns:1fr;gap:3rem}
  .footer-nav-grid{grid-template-columns:repeat(2,1fr)}
  .footer-inner{grid-template-columns:1fr;gap:3rem}
  .hiw-track{gap:.75rem}
  .hiw-arrow{display:none}
  .hiw-step{flex:1 1 calc(50% - .75rem)}
  .tech-diagram{width:280px;height:280px}
}

@media(max-width:768px){
  .header-topbar{display:none}
  .hero{padding-top:80px}
  .metrics-inner{gap:0}
  .metric-item{padding:.5rem 1rem;min-width:120px}
  .metric-div{display:none}
  .main-nav{
    display:none;flex-direction:column;align-items:flex-start;
    position:fixed;top:68px;left:0;right:0;
    background:#fff;padding:1.25rem;gap:.25rem;
    border-bottom:1px solid var(--border);
    box-shadow:0 8px 24px rgba(0,0,0,.1)
  }
  .main-nav.open{display:flex}
  .nav-cta{margin-left:0;margin-top:.5rem;width:100%;justify-content:center}
  .hamburger{display:flex}
  .pt-header,.pt-row{grid-template-columns:1fr 1fr;gap:.5rem}
  .pt-col--narrow{display:none}
  .context-grid{grid-template-columns:1fr}
  .insights-grid{grid-template-columns:1fr}
  .sector-tabs{gap:.2rem}
  .stab{padding:.55rem .7rem;font-size:.78rem}
  .hiw-step{flex:1 1 100%}
  .products-table{overflow-x:auto}
}

@media(max-width:480px){
  .footer-nav-grid{grid-template-columns:1fr 1fr}
  .hero-ctas{flex-direction:column;align-items:flex-start}
  .hv-frame{padding:1rem}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}
