/* =====================================================================
   Riddhi IT Solutions — HOMEPAGE stylesheet (2026 layout)
   All classes are prefixed with h- so nothing here can collide with the
   shared component styles used by the interior pages.
   Loaded by index.html only, after style.css / nav.css / modern.css.
   ===================================================================== */

/* ---------------- hero: compact split banner (light) ---------------- */
.h-hero{position:relative;background:#fff;color:var(--ink);overflow:hidden;isolation:isolate;border-bottom:1px solid var(--line)}
/* flat white hero background (green fade removed) */
.h-hero-fx{position:absolute;inset:0;z-index:0;pointer-events:none;background:#fff}
.h-hero .container.h-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.08fr .92fr;
  gap:46px;align-items:center;padding-top:58px;padding-bottom:62px}
.h-hero-copy{max-width:640px}

/* shared label + lead */
.h-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--green-dark);margin-bottom:16px}
.h-eyebrow:before{content:'';width:24px;height:2px;background:var(--green);border-radius:2px}

/* hero variant: compact tinted chip */
.h-hero .h-eyebrow{gap:8px;margin-bottom:18px;padding:7px 13px;border-radius:999px;font-size:11.5px;font-weight:700;
  letter-spacing:.11em;color:var(--green-dark);background:rgba(15,169,88,.09);border:1px solid rgba(15,169,88,.22)}
.h-hero .h-eyebrow:before{content:none}
.h-hero .h-eyebrow svg{color:var(--green);flex:0 0 auto}

.h-hero h1{color:var(--ink);font-size:clamp(28px,3.1vw,40px);line-height:1.1;letter-spacing:-.03em;margin:0 0 14px;text-wrap:balance}
.h-hero h1 em{font-style:normal;color:var(--green)}
.h-hero .h-lead{color:var(--body);font-size:15.5px;line-height:1.62;max-width:540px;margin:0}

.h-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.h-hero .btn-primary{min-height:44px;padding:11px 20px;font-size:14.5px;box-shadow:0 8px 22px rgba(15,169,88,.22)}
.h-hero .btn-primary:hover{transform:translateY(-1px)}
.h-btn-dark{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 20px;
  border-radius:10px;font-size:14.5px;font-weight:600;color:var(--ink);background:#fff;
  border:1px solid var(--line);box-shadow:0 1px 2px rgba(7,19,14,.04);
  transition:background .18s ease,border-color .18s ease,transform .18s ease,color .18s ease}
.h-btn-dark:hover{background:var(--soft);border-color:#CFE8DA;color:var(--green-dark);transform:translateY(-1px)}
.h-btn-dark .ic{width:18px;height:18px}

/* capability chips */
.h-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.h-chip{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;font-size:13px;font-weight:600;
  color:var(--ink);background:#fff;border:1px solid var(--line);box-shadow:0 1px 2px rgba(7,19,14,.04);
  transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.h-chip svg{color:var(--green);flex:0 0 auto}
.h-chip:hover{background:#fff;border-color:#BFE3CE;box-shadow:0 6px 16px rgba(7,19,14,.07);transform:translateY(-1px)}

/* inline facts */
.h-facts{display:flex;flex-wrap:wrap;gap:14px 34px;margin-top:26px;padding-top:20px;border-top:1px solid var(--line)}
.h-facts b{display:block;font-size:20px;font-weight:700;letter-spacing:-.02em;color:var(--ink);line-height:1.1}
.h-facts span{display:block;margin-top:3px;font-size:11.5px;letter-spacing:.03em;color:var(--muted)}

/* photo panel */
.h-hero-shot{position:relative;margin:0;border-radius:20px;overflow:hidden;background:#fff;
  border:1px solid var(--line);box-shadow:0 2px 4px rgba(7,19,14,.05),0 22px 50px rgba(7,19,14,.10)}
.h-hero-shot img{display:block;width:100%;aspect-ratio:4/3.15;object-fit:cover;object-position:62% center;
  filter:saturate(1.04) contrast(1.01)}
.h-hero-shot:after{content:'';position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg,transparent 52%,rgba(4,12,8,.42) 100%)}
.h-shot-tag{position:absolute;left:14px;bottom:14px;z-index:2;display:inline-flex;align-items:center;gap:9px;
  padding:9px 14px;border-radius:999px;font-size:12.5px;font-weight:600;color:#fff;
  background:rgba(7,19,14,.58);border:1px solid rgba(255,255,255,.22);
  -webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
.h-dot{width:7px;height:7px;border-radius:50%;background:#5FDD98;box-shadow:0 0 0 4px rgba(95,221,152,.24);flex:0 0 auto}

@media (max-width:1000px){
  .h-hero .container.h-hero-inner{grid-template-columns:1fr;gap:34px;padding-top:46px;padding-bottom:50px}
  .h-hero-copy{max-width:none}
  .h-hero .h-lead{max-width:640px}
  .h-hero-shot img{aspect-ratio:16/9;object-position:60% center}
}
@media (max-width:600px){
  .h-hero .container.h-hero-inner{padding-top:38px;padding-bottom:42px;gap:28px}
  .h-hero h1{font-size:clamp(26px,7.4vw,33px);line-height:1.14}
  .h-hero .h-lead{font-size:15.5px}
  .h-hero-actions .btn,.h-hero-actions .h-btn-dark{flex:1 1 100%;justify-content:center}
  .h-chips{gap:7px;margin-top:18px}
  .h-chip{padding:8px 12px;font-size:12.5px}
  .h-facts{gap:12px 22px;margin-top:20px;padding-top:16px}
  .h-facts b{font-size:18px}
  .h-hero-shot{border-radius:16px}
  .h-hero-shot img{aspect-ratio:16/11}
  .h-shot-tag{font-size:11.5px;padding:8px 12px;left:10px;bottom:10px}
}

/* ---------------- trust strip ---------------- */
.h-trust{border-bottom:1px solid var(--line);background:#fff;padding:26px 0}
.h-trust-in{display:flex;align-items:center;flex-wrap:wrap;gap:14px 40px;justify-content:space-between}
.h-trust-in .h-label{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.h-trust-items{display:flex;flex-wrap:wrap;gap:12px 30px}
.h-trust-items div{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:500;color:var(--ink-2)}
.h-tick{width:18px;height:18px;border-radius:50%;background:rgba(15,169,88,.12);display:grid;place-items:center;flex:0 0 auto}

/* ---------------- section heads (asymmetric) ---------------- */
.h-head{display:flex;gap:40px;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;margin-bottom:48px}
.h-head .h-kicker{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--green-dark);margin-bottom:14px}
.h-head .h-kicker:before{content:'';width:24px;height:2px;background:var(--green);border-radius:2px}
.h-head h2{font-size:clamp(28px,3.4vw,42px);line-height:1.14}
.h-head p{font-size:17px;color:var(--body);max-width:420px}

/* ---------------- four business verticals ---------------- */
.h-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.h-card{background:linear-gradient(180deg,#fff 0%,#FCFDFC 100%);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.h-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:#CFE8DA}
.h-thumb{position:relative;aspect-ratio:16/7;overflow:hidden;background:var(--navy-2)}
.h-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.h-card:hover .h-thumb img{transform:scale(1.04)}
.h-thumb:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,22,15,.05) 0%,rgba(6,22,15,.45) 100%)}
.h-badge{width:52px;height:52px;border-radius:14px;margin:-52px 0 16px;position:relative;z-index:2;background:rgba(255,255,255,.82);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.92);display:grid;place-items:center;color:var(--green-dark);box-shadow:0 10px 24px rgba(7,19,14,.18)}
.h-card .h-body{padding:26px;display:flex;flex-direction:column;flex:1}
.h-card h3{font-size:20px;margin-bottom:10px}
.h-card .h-desc{font-size:14.5px;color:var(--body)}
.h-card ul{list-style:none;margin:20px 0 24px;padding:0;display:grid;gap:9px}
.h-card li{display:flex;gap:10px;font-size:14px;color:var(--ink-2)}
.h-card li svg{flex:0 0 auto;margin-top:5px;color:var(--green)}
.h-learn{margin-top:auto;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--green-dark);min-height:44px}
.h-learn svg{transition:transform .2s ease}
.h-learn:hover svg{transform:translateX(4px)}

/* ---------------- capability + industry grids ---------------- */
.h-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.h-box{display:block;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px 22px;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.h-box:hover{border-color:#CFE8DA;transform:translateY(-3px);box-shadow:var(--shadow)}
.h-box .h-ico{width:42px;height:42px;border-radius:12px;background:rgba(15,169,88,.10);color:var(--green-dark);display:grid;place-items:center;margin-bottom:16px}
.h-box b{display:block;font-size:16px;margin-bottom:6px;color:var(--ink)}
.h-box span{font-size:13.5px;color:var(--body);line-height:1.55}
.h-soft{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.h-soft .h-box{background:#fff}

/* product tags */
.h-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}
.h-tag{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:10px 18px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:14px;font-weight:500;color:var(--ink-2);transition:border-color .18s ease,color .18s ease,transform .18s ease}
.h-tag:hover{border-color:var(--green);color:var(--green-dark);transform:translateY(-1px)}
.h-tag svg{color:var(--green);flex:0 0 auto}

/* ---------------- why choose (dark) ---------------- */
.h-why{background:var(--navy);color:#fff;position:relative;overflow:hidden;padding:92px 0}
.h-why:before{content:'';position:absolute;inset:0;background:radial-gradient(70% 60% at 85% 10%,rgba(15,169,88,.20) 0%,transparent 62%),radial-gradient(50% 50% at 0% 90%,rgba(15,169,88,.12) 0%,transparent 60%)}
.h-why .container{position:relative;z-index:1}
.h-why h2{color:#fff;font-size:clamp(28px,3.4vw,42px)}
.h-why .h-lead{color:rgba(255,255,255,.78);font-size:17px;margin-top:20px;max-width:520px}
.h-why-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.h-note{margin-top:38px;padding:24px;border-radius:var(--radius);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.14);max-width:470px}
.h-note b{display:block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#7FE3AC;margin-bottom:14px}
.h-note ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.h-note li{position:relative;padding-left:20px;font-size:14px;color:rgba(255,255,255,.76);line-height:1.55}
.h-note li:before{content:'';position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background:rgba(15,169,88,.9)}
.h-reasons{display:grid;gap:14px}
.h-reason{display:flex;gap:16px;padding:20px 22px;border-radius:var(--radius);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14)}
.h-reason .h-n{flex:0 0 auto;width:34px;height:34px;border-radius:10px;background:rgba(15,169,88,.22);color:#7FE3AC;display:grid;place-items:center;font-size:13px;font-weight:700}
.h-reason b{display:block;font-size:15.5px;margin-bottom:4px;color:#fff}
.h-reason span{font-size:13.5px;color:rgba(255,255,255,.68);line-height:1.55}

/* KPI strip */
.h-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:52px}
.h-kpi{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);padding:22px 20px}
.h-kpi .h-val{font-size:30px;font-weight:700;letter-spacing:-.02em;color:#fff;line-height:1.1;display:block}
.h-kpi .h-lab{display:block;margin-top:10px;font-size:13px;color:rgba(255,255,255,.72);font-weight:500}

/* ---------------- closing CTA ---------------- */
.h-cta-wrap{padding:92px 0}
.h-cta{position:relative;overflow:hidden;border-radius:24px;color:#fff;background:linear-gradient(120deg,var(--green-deep) 0%,#0A6B3A 45%,#0F8F4C 100%);padding:60px 52px;display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:center;box-shadow:0 30px 70px rgba(7,92,49,.26)}
.h-cta:after{content:'';position:absolute;right:-120px;top:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.16) 0%,transparent 65%)}
.h-cta h2{color:#fff;position:relative;max-width:17em;font-size:clamp(26px,3vw,38px)}
.h-cta p{color:rgba(255,255,255,.88);margin-top:16px;position:relative;max-width:38em}
.h-cta-actions{position:relative;display:flex;flex-direction:column;gap:12px}
.h-cta-actions .h-btn-white{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:12px 22px;border-radius:10px;background:#fff;color:var(--green-deep);font-size:14.5px;font-weight:600;box-shadow:0 12px 28px rgba(0,0,0,.16);transition:background .18s ease,transform .18s ease}
.h-cta-actions .h-btn-white:hover{background:#F2FBF6;transform:translateY(-1px)}
.h-cta-meta{position:relative;display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:24px;font-size:13.5px;color:rgba(255,255,255,.88)}
.h-cta-meta span{display:inline-flex;align-items:center;gap:8px}

/* ---------------- responsive ---------------- */
@media(max-width:1100px){
  .h-why-grid{grid-template-columns:1fr;gap:40px}
  .h-grid3{grid-template-columns:repeat(2,1fr)}
  .h-kpis{grid-template-columns:repeat(2,1fr)}
  .h-cta{grid-template-columns:1fr;padding:44px 34px}
}
@media(max-width:860px){
  .h-cards{grid-template-columns:1fr;gap:22px}
}
@media(max-width:768px){
  .h-grid3{grid-template-columns:1fr}
  .h-why{padding:64px 0}
  .h-cta-wrap{padding:64px 0}
  .h-cta{padding:34px 24px;border-radius:18px}
  .h-head{margin-bottom:34px}
}
@media(max-width:480px){
  .h-kpis{grid-template-columns:1fr}
}


/* =====================================================================
   WHY RIDDHI — light, modern (overrides the earlier dark rules)
   ===================================================================== */
.h-why{background:#fff;color:var(--ink);position:relative;overflow:hidden;padding:92px 0;border-top:1px solid var(--line)}
/* green fade wash removed */
.h-why:before{content:none}
.h-why h2{color:var(--ink);font-size:clamp(27px,3.1vw,38px);line-height:1.14;letter-spacing:-.03em;text-wrap:balance}
.h-why .h-eyebrow{color:var(--green-dark)}
.h-why .h-lead{color:var(--body);font-size:16.5px;line-height:1.65;margin-top:16px;max-width:520px}
.h-why-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:56px;align-items:start}
.h-why .h-hero-actions{margin-top:24px!important}

/* "how we engage" card */
.h-note{margin-top:32px;padding:22px 24px;border-radius:var(--radius);background:var(--soft);
  border:1px solid var(--line);max-width:470px}
.h-note b{display:block;font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--green-dark);margin-bottom:14px}
.h-note ul{list-style:none;margin:0;padding:0;display:grid;gap:11px}
.h-note li{position:relative;padding-left:26px;font-size:14px;color:var(--body);line-height:1.55}
.h-note li:before{content:'';position:absolute;left:0;top:1px;width:17px;height:17px;border-radius:50%;
  background:rgba(15,169,88,.12);border:1px solid rgba(15,169,88,.26)}
.h-note li:after{content:'';position:absolute;left:5px;top:6.5px;width:7px;height:4px;
  border-left:1.8px solid var(--green-dark);border-bottom:1.8px solid var(--green-dark);transform:rotate(-45deg)}

/* reason rows */
.h-reasons{display:grid;gap:10px}
.h-reason{position:relative;display:flex;gap:16px;padding:20px 22px;border-radius:var(--radius);background:#fff;
  border:1px solid var(--line);box-shadow:0 1px 2px rgba(7,19,14,.04);overflow:hidden;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.h-reason:before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--green);
  opacity:0;transition:opacity .2s ease}
.h-reason:hover{border-color:#CFE8DA;box-shadow:0 10px 26px rgba(7,19,14,.08);transform:translateY(-2px)}
.h-reason:hover:before{opacity:1}
.h-reason .h-n{flex:0 0 auto;width:34px;height:34px;border-radius:10px;background:rgba(15,169,88,.10);
  color:var(--green-dark);display:grid;place-items:center;font-size:13px;font-weight:700;
  border:1px solid rgba(15,169,88,.18);font-variant-numeric:tabular-nums}
.h-reason b{display:block;font-size:15.5px;font-weight:650;margin-bottom:4px;color:var(--ink);letter-spacing:-.01em}
.h-reason span{font-size:13.5px;color:var(--body);line-height:1.55}

/* KPI strip: one bordered panel with dividers */
.h-kpis{display:flex;flex-wrap:wrap;gap:0;margin-top:48px;background:#fff;
  border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;
  box-shadow:0 2px 4px rgba(7,19,14,.04),0 16px 40px rgba(7,19,14,.06)}
.h-kpi{flex:1 1 0;min-width:180px;background:transparent;border:0;border-right:1px solid var(--line);
  border-radius:0;padding:24px 26px}
.h-kpi:last-child{border-right:0}
.h-kpi .h-val{display:block;font-size:28px;font-weight:700;letter-spacing:-.025em;color:var(--green-dark);line-height:1.1}
.h-kpi .h-lab{display:block;margin-top:8px;font-size:12.5px;color:var(--muted);font-weight:500;line-height:1.45}

@media (max-width:1000px){
  .h-why-grid{grid-template-columns:1fr;gap:38px}
  .h-why .h-lead,.h-note{max-width:none}
}
@media (max-width:760px){
  .h-why{padding:64px 0}
  .h-kpis{margin-top:34px;border-radius:var(--radius)}
  .h-kpi{flex:1 1 50%;min-width:0;padding:18px 20px;border-bottom:1px solid var(--line)}
  .h-kpi:nth-child(2n){border-right:0}
  .h-kpi:nth-last-child(-n+2){border-bottom:0}
  .h-kpi .h-val{font-size:23px}
  .h-reason{padding:17px 18px;gap:13px}
}

/* =====================================================================
   HOMEPAGE POLISH — stronger trust band, slightly larger type & images,
   tighter vertical rhythm. Overrides the earlier rules above.
   ===================================================================== */

/* ---------------- trust band (label + points + brand marquee) ---------------- */
.h-trust{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:30px 0 24px}
.h-trust-in{display:flex;align-items:center;flex-wrap:wrap;gap:16px 40px;justify-content:space-between}
.h-trust-label{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--green-dark);margin:0}
.h-trust-label:before{content:'';width:24px;height:2px;background:var(--green);border-radius:2px}
.h-trust-items{display:flex;flex-wrap:wrap;gap:10px}
.h-trust-items div{display:inline-flex;align-items:center;gap:9px;padding:9px 15px;border-radius:999px;background:#fff;
  border:1px solid var(--line);box-shadow:0 1px 2px rgba(7,19,14,.04);font-size:13.5px;font-weight:600;color:var(--ink-2)}
.h-tick{width:18px;height:18px;border-radius:50%;background:rgba(15,169,88,.12);display:grid;place-items:center;flex:0 0 auto}
.h-brands{margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}
.h-brands .marquee-viewport{-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.h-brands .marquee-track span{color:var(--muted);font-weight:700;font-size:18px;letter-spacing:-.01em}

/* ---------------- section heads: one notch larger ---------------- */
.h-head{gap:44px;margin-bottom:42px}
.h-head h2{font-size:clamp(30px,3.7vw,44px);line-height:1.12;letter-spacing:-.03em}
.h-head p{font-size:17.5px;line-height:1.62;max-width:440px}

/* ---------------- vertical cards: bigger images + copy ---------------- */
.h-cards{gap:24px}
.h-thumb{aspect-ratio:16/8.4}
.h-card .h-body{padding:26px 28px 28px}
.h-card h3{font-size:22px;letter-spacing:-.02em;margin-bottom:10px}
.h-card .h-desc{font-size:15.5px;line-height:1.6}
.h-card ul{margin:18px 0 22px;gap:10px}
.h-card li{font-size:14.5px;line-height:1.5}
.h-learn{font-size:14.5px}

/* ---------------- capability / industry boxes: bigger labels ---------------- */
.h-grid3{gap:16px}
.h-box{padding:24px 22px}
.h-box b{font-size:17px;letter-spacing:-.015em;margin-bottom:7px}
.h-box span{font-size:14px;line-height:1.55}

/* ---------------- wide product image band ---------------- */
.h-band{position:relative;margin-top:30px;border-radius:var(--radius-lg);overflow:hidden;background:#fff;
  border:1px solid var(--line);box-shadow:0 2px 4px rgba(7,19,14,.04),0 18px 44px rgba(7,19,14,.07);
  display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:0}
.h-band-copy{padding:30px 34px}
.h-band-copy b{display:block;font-size:20px;letter-spacing:-.02em;color:var(--ink);margin-bottom:8px}
.h-band-copy p{font-size:15px;line-height:1.6;color:var(--body);margin:0 0 16px;max-width:430px}
.h-band-copy .h-tag{min-height:40px;padding:9px 16px;font-size:13.5px}
.h-band-img{position:relative;height:100%;min-height:230px;background:linear-gradient(180deg,#F4F8F5,#fff)}
.h-band-img img{width:100%;height:100%;object-fit:contain;object-position:center;padding:14px}

/* ---------------- why section: supporting photo ---------------- */
.h-why-shot{margin:24px 0 0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);
  box-shadow:0 2px 4px rgba(7,19,14,.05),0 16px 36px rgba(7,19,14,.08);max-width:470px;position:relative}
.h-why-shot img{display:block;width:100%;aspect-ratio:16/8.6;object-fit:cover;object-position:center}
.h-why-shot figcaption{position:absolute;left:12px;bottom:12px;display:inline-flex;align-items:center;gap:8px;
  padding:8px 13px;border-radius:999px;font-size:12px;font-weight:600;color:#fff;background:rgba(7,19,14,.58);
  border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}

/* ---------------- tighter rhythm ---------------- */
.h-why{padding:80px 0}
.h-cta-wrap{padding-top:0}

@media (max-width:1000px){
  .h-band{grid-template-columns:1fr}
  .h-band-img{min-height:200px;order:-1;border-bottom:1px solid var(--line)}
  .h-why-shot{max-width:none}
}
@media (max-width:760px){
  .h-trust{padding:24px 0 20px}
  .h-trust-items{gap:8px}
  .h-trust-items div{padding:8px 13px;font-size:12.5px}
  .h-brands{margin-top:18px;padding-top:16px}
  .h-brands .marquee-track span{font-size:16px}
  .h-head{margin-bottom:30px;gap:18px}
  .h-cards{gap:18px}
  .h-card .h-body{padding:22px}
  .h-card h3{font-size:20px}
  .h-band-copy{padding:22px}
  .h-why{padding:60px 0}
}

/* =====================================================================
   HOMEPAGE SCALE-UP v2 — larger type & imagery, balanced hero (no dead
   space under the 10+ / 500+ / Pan-India stat row).
   ===================================================================== */

/* ---------------- hero: bigger, balanced columns ---------------- */
.h-hero .container.h-hero-inner{grid-template-columns:1fr .97fr;gap:52px;padding:56px 0 44px;align-items:center}
.h-hero-copy{max-width:660px}
.h-hero .h-eyebrow{font-size:12px;padding:8px 14px}
.h-hero h1{font-size:clamp(32px,3.8vw,50px);line-height:1.08}
.h-hero .h-lead{font-size:17px;line-height:1.6;max-width:580px}
.h-hero-actions{margin-top:26px;gap:12px}
.h-hero-actions .btn,.h-hero-actions .h-btn-dark{font-size:15.5px}
.h-chips{margin-top:20px;gap:9px}
.h-chip{font-size:14px;padding:10px 15px}
.h-facts{margin-top:22px;padding-top:18px;gap:12px 42px;margin-bottom:0}
.h-facts b{font-size:26px}
.h-facts span{font-size:12.5px;margin-top:4px}
.h-hero-shot img{aspect-ratio:4/3.5}

/* ---------------- trust band ---------------- */
.h-trust-label{font-size:12.5px}
.h-trust-items div{font-size:14.5px;padding:10px 16px}
.h-brands .marquee-track span{font-size:20px}

/* ---------------- section heads ---------------- */
.h-head h2{font-size:clamp(34px,4.1vw,50px);line-height:1.1}
.h-head p{font-size:18.5px;line-height:1.6;max-width:460px}

/* ---------------- vertical cards ---------------- */
.h-thumb{aspect-ratio:16/9}
.h-card h3{font-size:24px}
.h-card .h-desc{font-size:16.5px;line-height:1.58}
.h-card li{font-size:15.5px}
.h-learn{font-size:15.5px}

/* ---------------- capability / industry tiles ---------------- */
.h-box{padding:26px 24px}
.h-box .h-ico{width:46px;height:46px}
.h-box b{font-size:18.5px}
.h-box span{font-size:15px;line-height:1.55}
.h-tag{font-size:15px;padding:11px 19px}

/* ---------------- product image band ---------------- */
.h-band-copy b{font-size:23px}
.h-band-copy p{font-size:16.5px;max-width:470px}
.h-band-img{min-height:280px}

/* ---------------- why section ---------------- */
.h-why h2{font-size:clamp(30px,3.5vw,44px)}
.h-why .h-lead{font-size:18px;max-width:560px}
.h-reason b,.h-reason strong{font-size:17.5px}
.h-reason p{font-size:15.5px;line-height:1.58}
.h-note li{font-size:15.5px}
.h-kpi .h-val{font-size:34px}
.h-kpi .h-lab{font-size:13.5px}
.h-why-shot img{aspect-ratio:16/9}

/* ---------------- closing CTA ---------------- */
.h-cta h2,.h-cta h3{font-size:clamp(30px,3.4vw,42px)}
.h-cta p{font-size:17.5px}

@media (max-width:1000px){
  .h-hero .container.h-hero-inner{grid-template-columns:1fr;gap:32px;padding:44px 0 38px}
  .h-hero .h-lead{max-width:none}
}
@media (max-width:600px){
  .h-hero h1{font-size:clamp(29px,7.9vw,37px)}
  .h-hero .h-lead{font-size:16px}
  .h-facts b{font-size:22px}
  .h-head h2{font-size:clamp(28px,7.7vw,35px)}
  .h-head p{font-size:16.5px}
  .h-card h3{font-size:21px}
  .h-card .h-desc{font-size:15.5px}
  .h-box b{font-size:17px}
  .h-band-copy b{font-size:20px}
  .h-why h2{font-size:clamp(27px,7.4vw,33px)}
  .h-kpi .h-val{font-size:26px}
}

/* stat row: keep 10+ / 500+ / Pan-India on one line at phone widths */
@media (max-width:600px){
  .h-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:0 12px}
  .h-facts b{font-size:19px}
  .h-facts span{font-size:11px;line-height:1.35}
}
