:root{
  --ig-bg:#f6f8fb;
  --ig-soft:#f2f6fb;
  --ig-card:#ffffff;
  --ig-dark:#071832;
  --ig-blue:#087df3;
  --ig-blue-2:#4aa3ff;
  --ig-text:#14223b;
  --ig-muted:#607187;
  --ig-line:#dfe8f2;
  --ig-shell:min(1120px,calc(100% - 40px));
}
.iranga-page-body{background:var(--ig-bg);color:var(--ig-text)}
.iranga-page{background:var(--ig-bg);overflow:hidden}
.iranga-page *{box-sizing:border-box}
.iranga-page img{display:block;max-width:100%}
.iranga-page a{text-decoration:none}
.ig-shell{width:var(--ig-shell);margin:0 auto}
.ig-kicker{display:inline-block;font-size:11px;font-weight:950;letter-spacing:.15em;text-transform:uppercase;color:#8fd7ff}
.ig-kicker.dark{color:#5f7fa8}
.ig-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;padding:0 24px;border-radius:999px;
  font-size:15px;font-weight:900;line-height:1;border:1px solid transparent;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.ig-btn:hover{transform:translateY(-1px)}
.ig-btn-primary{background:var(--ig-blue);color:#fff;box-shadow:0 16px 34px rgba(8,125,243,.25)}
.ig-btn-ghost{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.23);color:#fff}
.ig-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}

/* HERO: index continuation */
.ig-hero{
  position:relative;
  min-height:590px;
  display:flex;
  align-items:center;
  padding:96px 0 38px;
  color:#fff;
  background:linear-gradient(135deg,#06152d 0%,#092448 66%,#103968 100%);
  overflow:hidden;
}
.ig-hero:before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(circle at 18% 78%,rgba(8,125,243,.24),transparent 33%),
    radial-gradient(circle at 86% 16%,rgba(255,255,255,.14),transparent 28%);
  pointer-events:none;
}
.ig-hero-grid{
  position:relative;z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:38px;
  align-items:center;
}
.ig-hero-copy{max-width:520px}
.ig-hero h1{
  margin:12px 0 16px;
  max-width:520px;
  color:#fff;
  font-size:clamp(38px,4.4vw,62px);
  line-height:1.01;
  letter-spacing:-.058em;
}
.ig-hero p{
  margin:0;
  max-width:470px;
  color:rgba(255,255,255,.84);
  font-size:16px;
  line-height:1.65;
}
.ig-hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.ig-hero-badges span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.16);
  color:rgba(255,255,255,.86);
  font-size:12.5px;
  font-weight:850;
}
.ig-hero-visual{
  justify-self:end;
  width:100%;
  max-width:690px;
  padding:12px;
  border-radius:34px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 34px 88px rgba(2,10,24,.24);
  backdrop-filter:blur(8px);
}
.ig-hero-visual picture{display:block}
.ig-hero-visual img{
  width:100%;
  height:auto;
  border-radius:24px;
  object-fit:cover;
}

/* QUICK TRUST */
.ig-quick-trust{background:#fff;padding:22px 0 0}
.ig-quick-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.ig-quick-grid article{
  background:#fff;
  border:1px solid var(--ig-line);
  border-radius:22px;
  padding:20px;
  box-shadow:0 10px 26px rgba(8,21,40,.035);
}
.ig-quick-grid span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;height:38px;
  border-radius:14px;
  background:#edf5ff;
  color:#1e5bb0;
  font-size:13px;
  font-weight:950;
  margin-bottom:12px;
}
.ig-quick-grid strong{
  display:block;
  font-size:18px;
  line-height:1.16;
  color:#13233d;
  letter-spacing:-.03em;
  margin-bottom:8px;
}
.ig-quick-grid p{
  margin:0;
  color:var(--ig-muted);
  font-size:13.5px;
  line-height:1.5;
}

/* PRODUCT SECTIONS */
.ig-product{padding:52px 0}
.ig-white{background:#fff}
.ig-soft{background:var(--ig-soft)}
.ig-product-grid{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:34px;
  align-items:center;
}
.ig-product-grid.reverse{
  grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);
}
.ig-copy{max-width:500px}
.ig-copy h2{
  margin:12px 0 14px;
  color:#102039;
  font-size:clamp(31px,3vw,44px);
  line-height:1.08;
  letter-spacing:-.046em;
}
.ig-copy p{
  margin:0 0 18px;
  color:var(--ig-muted);
  font-size:15.5px;
  line-height:1.7;
}
.ig-list{
  display:grid;
  gap:10px;
  list-style:none;
  padding:0;
  margin:18px 0 24px;
}
.ig-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#33445e;
  font-size:14.3px;
  font-weight:750;
  line-height:1.48;
}
.ig-list li:before{
  content:"✓";
  flex:0 0 22px;
  width:22px;height:22px;
  display:grid;place-items:center;
  border-radius:999px;
  background:#eaf6ff;
  color:#087df3;
  font-size:13px;
  font-weight:950;
}
.ig-media{
  border-radius:30px;
  padding:12px;
  background:#eef3f8;
  border:1px solid var(--ig-line);
  box-shadow:0 16px 44px rgba(8,21,40,.055);
  overflow:hidden;
}
.ig-media img{
  width:100%;
  height:auto;
  max-height:390px;
  object-fit:contain;
  border-radius:22px;
}
.ig-media.fill img{object-fit:contain}

/* BENEFITS */
.ig-benefits{background:#fff;padding:54px 0}
.ig-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 24px;
}
.ig-head h2{
  margin:10px 0 0;
  color:#102039;
  font-size:clamp(28px,3vw,42px);
  line-height:1.08;
  letter-spacing:-.045em;
}
.ig-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.ig-benefit-card{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:14px;
  align-items:start;
  padding:20px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--ig-line);
  box-shadow:0 10px 26px rgba(8,21,40,.04);
}
.ig-icon{
  width:54px;height:54px;
  display:grid;place-items:center;
  border-radius:18px;
  background:#f1f6ff;
  color:#0d499f;
}
.ig-icon svg{width:26px;height:26px}
.ig-benefit-card h3{
  margin:0 0 7px;
  color:#14223b;
  font-size:17.5px;
  line-height:1.16;
  letter-spacing:-.025em;
}
.ig-benefit-card p{
  margin:0;
  color:#607085;
  font-size:13.8px;
  line-height:1.5;
}

/* CTA */
.ig-cta{background:#fff;padding:0 0 54px}
.ig-cta-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);
  gap:0;
  align-items:stretch;
  overflow:hidden;
  border-radius:30px;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(4,14,30,.98),rgba(6,19,41,.88) 48%,rgba(7,24,50,.22)),
    url('../img/iranga-concept/cta-man-mountains.png');
  background-size:cover,cover;
  background-position:center,center;
  box-shadow:0 24px 70px rgba(8,21,40,.12);
}
.ig-cta-copy{padding:32px;max-width:560px}
.ig-cta-copy h2{
  margin:12px 0 14px;
  color:#fff;
  font-size:clamp(30px,3vw,42px);
  line-height:1.08;
  letter-spacing:-.045em;
}
.ig-cta-copy p{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.65;
}
.ig-cta-meta{
  display:grid;
  gap:10px;
  align-content:center;
  padding:26px;
  background:rgba(255,255,255,.035);
  backdrop-filter:blur(8px);
}
.ig-cta-meta>div{
  padding:13px 15px;
  border-radius:16px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.13);
}
.ig-cta-meta span{
  display:block;
  margin-bottom:5px;
  color:rgba(255,255,255,.58);
  font-size:10px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.ig-cta-meta strong,
.ig-cta-meta a{
  color:#fff;
  font-size:14px;
  font-weight:850;
  line-height:1.25;
}

/* RESPONSIVE */
@media(max-width:1180px){
  :root{--ig-shell:min(100% - 32px,100%)}
  .ig-hero-grid,
  .ig-product-grid,
  .ig-product-grid.reverse,
  .ig-cta-panel{grid-template-columns:1fr}
  .ig-hero{padding:92px 0 32px;min-height:auto}
  .ig-hero-copy{max-width:600px}
  .ig-hero p{max-width:540px}
  .ig-hero-visual{justify-self:start;max-width:760px}
  .ig-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ig-cta-copy{max-width:none}
}
@media(max-width:820px){
  :root{--ig-shell:min(100% - 24px,100%)}
  .ig-hero{
    padding:86px 0 22px;
    background:linear-gradient(180deg,#06152d 0%,#092448 72%,#0b2446 100%);
  }
  .ig-hero-grid{gap:18px}
  .ig-hero-copy{max-width:335px}
  .ig-hero h1{font-size:34px;line-height:1.04;max-width:320px}
  .ig-hero p{font-size:14.5px;line-height:1.58;max-width:318px}
  .ig-hero-badges{gap:7px;margin-top:15px}
  .ig-hero-badges span{min-height:31px;font-size:11.5px;padding:0 10px}
  .ig-actions{margin-top:20px}
  .ig-btn{min-height:48px;padding:0 18px;font-size:14px}
  .ig-hero-visual{
    width:100%;
    max-width:100%;
    padding:8px;
    border-radius:24px;
  }
  .ig-hero-visual img{border-radius:18px}
  .ig-quick-trust{padding:18px 0 0}
  .ig-quick-grid{grid-template-columns:1fr;gap:10px}
  .ig-quick-grid article{padding:16px;border-radius:18px}
  .ig-quick-grid span{width:34px;height:34px;border-radius:12px;margin-bottom:10px}
  .ig-quick-grid strong{font-size:16.5px}
  .ig-quick-grid p{font-size:13px;line-height:1.42}
  .ig-product{padding:34px 0}
  .ig-product-grid,
  .ig-product-grid.reverse{gap:18px}
  .ig-copy h2{font-size:28px}
  .ig-copy p{font-size:14.25px;line-height:1.58}
  .ig-list{gap:8px;margin:15px 0 20px}
  .ig-list li{font-size:13.2px;line-height:1.42}
  .ig-media{padding:9px;border-radius:22px}
  .ig-media img{max-height:300px;border-radius:16px}
  .ig-benefits{padding:36px 0}
  .ig-head{margin-bottom:18px;text-align:left}
  .ig-head h2{font-size:28px}
  .ig-benefit-grid{grid-template-columns:1fr;gap:10px}
  .ig-benefit-card{
    grid-template-columns:46px minmax(0,1fr);
    gap:12px;
    padding:15px;
    border-radius:18px;
  }
  .ig-icon{width:46px;height:46px;border-radius:15px}
  .ig-icon svg{width:23px;height:23px}
  .ig-benefit-card h3{font-size:16px}
  .ig-benefit-card p{font-size:13px;line-height:1.42}
  .ig-cta{padding-bottom:36px}
  .ig-cta-panel{border-radius:24px;background-position:center,center bottom}
  .ig-cta-copy{padding:20px}
  .ig-cta-copy h2{font-size:25px}
  .ig-cta-copy p{font-size:14px;line-height:1.55}
  .ig-cta-meta{padding:0 20px 20px;gap:8px;background:transparent}
  .ig-cta-meta>div{padding:11px 13px;border-radius:14px}
}
@media(max-width:430px){
  .ig-hero-copy{max-width:292px}
  .ig-hero h1{font-size:30px;max-width:282px}
  .ig-hero p{max-width:282px;font-size:14px}
  .ig-actions .ig-btn{flex:1 1 auto}
  .ig-hero-badges span{font-size:11px}
  .ig-media img{max-height:260px}
}


/* OROFOTO requested fix 2026-05-12: centered mobile block headings on equipment page */
@media(max-width:820px){
  .ig-head,
  .ig-copy,
  .ig-cta-copy{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .ig-head h2,
  .ig-copy h2,
  .ig-cta-copy h2{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
    max-width:620px!important;
    padding-left:6px!important;
    padding-right:6px!important;
    box-sizing:border-box!important;
  }
}

/* OROFOTO mobile text width fix 2026-05-12 v2: equipment page */
@media(max-width:820px){
  .ig-hero-copy{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .ig-hero h1,
  .ig-hero p{
    width:100%!important;
    max-width:none!important;
  }

  .ig-head,
  .ig-copy,
  .ig-cta-copy{
    width:100%!important;
    max-width:none!important;
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .ig-head h2,
  .ig-copy h2,
  .ig-cta-copy h2{
    width:100%!important;
    max-width:none!important;
    text-align:center!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .ig-head p,
  .ig-copy p,
  .ig-cta-copy p{
    width:100%!important;
    max-width:none!important;
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .ig-copy .ig-kicker,
  .ig-head .ig-kicker,
  .ig-cta-copy .ig-kicker{
    justify-content:center!important;
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .ig-copy .ig-list{
    text-align:left!important;
  }
  .ig-copy > .ig-btn,
  .ig-copy .ig-actions,
  .ig-cta-copy .ig-actions{
    justify-content:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
@media(max-width:430px){
  .ig-hero-copy,
  .ig-hero h1,
  .ig-hero p{
    width:100%!important;
    max-width:none!important;
  }
}

/* OROFOTO mobile full typography alignment 2026-05-12 v3: equipment page only */
@media(max-width:820px){
  body.iranga-page-body .iranga-page,
  body.iranga-page-body .ig-shell{
    text-align:center!important;
  }

  body.iranga-page-body .ig-hero-copy,
  body.iranga-page-body .ig-copy,
  body.iranga-page-body .ig-head,
  body.iranga-page-body .ig-cta-copy,
  body.iranga-page-body .ig-quick-grid article,
  body.iranga-page-body .ig-benefit-card,
  body.iranga-page-body .ig-benefit-card > div:last-child{
    width:100%!important;
    max-width:none!important;
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  body.iranga-page-body .ig-hero :is(h1,h2,h3,h4,h5,h6),
  body.iranga-page-body .iranga-page :is(h1,h2,h3,h4,h5,h6){
    width:100%!important;
    max-width:none!important;
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  body.iranga-page-body .ig-hero p,
  body.iranga-page-body .iranga-page p,
  body.iranga-page-body .ig-benefit-card p,
  body.iranga-page-body .ig-quick-grid p,
  body.iranga-page-body .ig-cta-copy p{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  body.iranga-page-body .ig-kicker,
  body.iranga-page-body .ig-actions,
  body.iranga-page-body .ig-hero-badges{
    justify-content:center!important;
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  body.iranga-page-body .ig-quick-grid span,
  body.iranga-page-body .ig-icon{
    margin-left:auto!important;
    margin-right:auto!important;
  }

  body.iranga-page-body .ig-benefit-card{
    grid-template-columns:1fr!important;
    justify-items:center!important;
  }

  body.iranga-page-body .ig-list{
    display:grid!important;
    gap:8px!important;
    justify-items:center!important;
    padding-left:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    list-style:none!important;
    text-align:center!important;
  }

  body.iranga-page-body .ig-list li{
    width:100%!important;
    text-align:center!important;
    padding-left:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  body.iranga-page-body .ig-list li:before{
    position:static!important;
    display:inline-flex!important;
    margin-right:8px!important;
    vertical-align:middle!important;
  }

  body.iranga-page-body .ig-cta-meta,
  body.iranga-page-body .ig-cta-meta *{
    text-align:center!important;
  }
}
