:root {
  --navy: #07194a;
  --navy-2: #0c245e;
  --orange: #ff5a00;
  --orange-light: #ff8440;
  --green: #079052;
  --ink: #14213d;
  --muted: #667085;
  --paper: #f7f8fb;
  --line: #dfe3eb;
  --white: #fff;
  --shadow: 0 24px 60px rgba(7, 25, 74, 0.12);
  --radius: 1.25rem;
  --container: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 110px 0; }
.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; }
.skip-link { position: fixed; z-index: 100; top: 0; left: 1rem; transform: translateY(-110%); padding: .75rem 1rem; color: white; background: var(--orange); border-radius: 0 0 .5rem .5rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 96px; color: white; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(7, 25, 74, .96); box-shadow: 0 8px 30px rgba(0, 0, 0, .16); backdrop-filter: blur(12px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: block; width: 210px; height: 84px; overflow: hidden; padding: .2rem; background: white; border-radius: .55rem; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 2rem; font-size: .9rem; font-weight: 650; }
.site-nav > a:not(.button) { position: relative; opacity: .9; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; inset: auto 0 -.45rem; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; padding: .5rem; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: white; transition: .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 52px; padding: .8rem 1.4rem; border: 1px solid var(--orange); border-radius: .5rem; color: white; background: var(--orange); font-weight: 750; line-height: 1; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #e95100; box-shadow: 0 12px 24px rgba(255, 90, 0, .28); }
.button-small { min-height: 42px; padding: .65rem 1.05rem; }
.text-link { display: inline-flex; gap: .6rem; align-items: center; color: white; font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.dark-link { color: var(--navy); margin-top: 1rem; }

.hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 79% 31%, #163978 0, var(--navy-2) 22%, var(--navy) 52%, #041034 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -340px; top: 160px; border: 90px solid rgba(255, 90, 0, .12); border-radius: 50%; }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent, #000 55%, #000); }
.hero-layout { position: relative; min-height: 790px; padding-top: 150px; padding-bottom: 130px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 4rem; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.25rem; color: #d8e0f5; font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 3px; background: var(--orange); }
.eyebrow.dark { color: var(--navy); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; line-height: 1.03; }
h1 { max-width: 720px; margin-bottom: 1.6rem; font-size: clamp(3.65rem, 6.4vw, 6.75rem); font-weight: 500; }
h1 em { color: var(--orange-light); font-style: italic; }
.hero-lead { max-width: 620px; color: #d4ddf1; font-size: 1.1rem; }
.hero-actions { display: flex; align-items: center; gap: 1.7rem; margin-top: 2.1rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; margin-top: 2.8rem; color: #aebad7; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.hero-trust span::before { content: "✓"; margin-right: .45rem; color: #48d597; }

.hero-visual { position: relative; min-height: 520px; border-radius: 50%; }
.hero-visual::before { content: ""; position: absolute; inset: 10% 3%; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: inset 0 0 90px rgba(67, 130, 246, .12), 0 0 100px rgba(67, 130, 246, .12); }
.signal { position: absolute; border: 2px solid transparent; border-top-color: rgba(255,255,255,.45); border-radius: 50%; transform: rotate(34deg); }
.signal-one { width: 58px; height: 58px; top: 30px; right: 79px; }
.signal-two { width: 84px; height: 84px; top: 16px; right: 65px; }
.signal-three { width: 112px; height: 112px; top: 2px; right: 51px; }
.orbit { position: absolute; inset: 12%; border: 1px dashed rgba(127, 161, 228, .35); border-radius: 50%; animation: rotate 26s linear infinite; }
.orbit-two { inset: 25%; animation-duration: 18s; animation-direction: reverse; }
.orbit span { position: absolute; width: 9px; height: 9px; top: 12%; left: 9%; border-radius: 50%; background: var(--orange); box-shadow: 0 0 18px var(--orange); }
.orbit-two span { top: 70%; left: 91%; background: #4cd798; box-shadow: 0 0 18px #4cd798; }
@keyframes rotate { to { transform: rotate(360deg); } }
.network-card { position: absolute; display: flex; align-items: center; gap: .9rem; padding: 1rem; border: 1px solid rgba(255,255,255,.15); border-radius: 1rem; background: rgba(12, 36, 94, .72); box-shadow: 0 26px 60px rgba(0,0,0,.23); backdrop-filter: blur(15px); }
.network-card p, .network-card strong, .network-card small { display: block; margin: 0; }
.network-card small, .network-card p { color: #aebbd8; font-size: .72rem; }
.card-primary { width: 280px; height: 190px; left: 18%; top: 28%; display: block; padding: 1.5rem; }
.card-primary strong { margin-top: .3rem; font-size: 2.15rem; }
.status-dot { float: right; width: 10px; height: 10px; border-radius: 50%; background: #47df9c; box-shadow: 0 0 0 6px rgba(71,223,156,.12); }
.pulse-line { display: flex; align-items: flex-end; gap: 8px; height: 58px; margin-top: .9rem; }
.pulse-line i { flex: 1; height: 35%; border-radius: 3px; background: linear-gradient(var(--orange-light), var(--orange)); opacity: .9; }
.pulse-line i:nth-child(2), .pulse-line i:nth-child(6) { height: 58%; }.pulse-line i:nth-child(3) { height: 42%; }.pulse-line i:nth-child(4) { height: 90%; }.pulse-line i:nth-child(5) { height: 72%; }.pulse-line i:nth-child(7) { height: 100%; }
.card-speed { right: 2%; top: 17%; }.card-support { left: 0; bottom: 12%; }
.mini-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--orange-light); background: rgba(255, 90, 0, .13); font-weight: 900; }
.hero-strip { position: absolute; inset: auto 0 0; border-top: 1px solid rgba(255,255,255,.12); background: rgba(3, 13, 44, .5); }
.strip-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.strip-inner p { margin: 0; color: #93a3c6; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.strip-list { display: flex; gap: 2.3rem; color: #d7def0; font-weight: 700; }

h2 { margin-bottom: 1.4rem; color: var(--navy); font-size: clamp(2.75rem, 5vw, 5.2rem); font-weight: 500; }
.split-layout, .section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: start; }
.about-section { background: var(--paper); }
.about-copy { padding-top: 2rem; color: var(--muted); }
.lead-copy { color: var(--ink); font-size: 1.3rem; line-height: 1.55; }
.stats-grid { margin-top: 5rem; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.stats-grid article { min-height: 180px; padding: 2rem; border-right: 1px solid var(--line); }
.stats-grid article:last-child { border: 0; }
.stats-grid strong, .stats-grid span { display: block; }
.stats-grid strong { color: var(--orange); font-family: Georgia, serif; font-size: 3rem; font-weight: 500; line-height: 1; }
.stats-grid span { margin-top: 1.1rem; color: var(--muted); font-size: .86rem; }

.solutions-section { background: white; }
.section-heading { align-items: end; margin-bottom: 4rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 480px; margin-bottom: .6rem; color: var(--muted); }
.solution-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.solution-card { position: relative; min-height: 430px; padding: 2.25rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .25s, box-shadow .25s, border-color .25s; }
.solution-card:hover { transform: translateY(-5px); border-color: #ccd2df; box-shadow: var(--shadow); }
.solution-card.featured { color: white; border-color: var(--navy); background: linear-gradient(145deg, var(--navy-2), var(--navy)); }
.solution-number { position: absolute; right: 1.8rem; top: 1.5rem; color: #b2bac9; font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.featured .solution-number { color: #7789b0; }
.solution-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 3.4rem; border-radius: 50%; color: var(--orange); background: #fff; box-shadow: 0 9px 25px rgba(7, 25, 74, .08); font-size: 1.55rem; }
.solution-card h3 { margin-bottom: .85rem; color: var(--navy); font-size: 1.55rem; line-height: 1.25; }
.featured h3 { color: white; }
.solution-card p { max-width: 530px; color: var(--muted); }
.featured p { color: #c8d2e9; }
.solution-card ul { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 1.5rem 0 0; list-style: none; }
.solution-card li { padding: .35rem .65rem; border: 1px solid #d7dce6; border-radius: 99px; color: #59657c; background: white; font-size: .72rem; font-weight: 650; }
.featured li { color: #cbd5eb; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.wide-card { grid-column: 1 / -1; min-height: 360px; }

.strengths-section, .coverage-section { color: white; background: var(--navy); }
.strengths-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 6rem; }
.strength-intro { position: sticky; top: 130px; align-self: start; }
.strength-intro h2, .coverage-section h2 { color: white; }
.strength-intro > p:last-child, .coverage-layout > div:last-child > p { max-width: 460px; color: #b9c6e1; }
.strength-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.14); }
.strength-grid article { min-height: 280px; padding: 2.1rem; background: var(--navy); }
.strength-grid article > span { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 3.5rem; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--orange-light); }
.strength-grid h3 { margin-bottom: .7rem; font-size: 1.18rem; }
.strength-grid p { margin: 0; color: #aebbd6; font-size: .9rem; }

.industries-section { background: var(--paper); }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.industry-card { position: relative; min-height: 350px; overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; background: white; box-shadow: 0 14px 35px rgba(7,25,74,.06); transition: transform .25s, box-shadow .25s; }
.industry-card:hover { transform: translateY(-5px); box-shadow: 0 24px 48px rgba(7,25,74,.14); }
.industry-media { height: 180px; overflow: hidden; background: var(--navy); }
.industry-media::after { content: ""; position: absolute; inset: 0 0 auto; height: 180px; pointer-events: none; background: linear-gradient(180deg, transparent 50%, rgba(7,25,74,.38)); }
.industry-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.industry-card:hover .industry-media img { transform: scale(1.045); }
.industry-content { position: relative; padding: 1.35rem 1.4rem 1.5rem; }
.industry-content span { display: inline-grid; place-items: center; width: 28px; height: 28px; margin-bottom: .8rem; border-radius: 50%; color: var(--orange); background: rgba(255,90,0,.09); font-size: .65rem; font-weight: 850; }
.industry-content h3 { margin: 0 0 .55rem; color: var(--navy); font-size: 1.15rem; }
.industry-content p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.55; }

.coverage-section { overflow: hidden; }
.coverage-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 8rem; }
.india-graphic { position: relative; min-height: 620px; margin: 0; padding: 1.4rem; overflow: hidden; border-radius: 1.75rem; background: linear-gradient(145deg, #fff, #f3f5fa); box-shadow: 0 28px 70px rgba(0,0,0,.24); }
.india-graphic::before { content: ""; position: absolute; width: 250px; height: 250px; right: -90px; top: -110px; border: 1px dashed #ced5e2; border-radius: 50%; box-shadow: 0 0 0 45px rgba(7,25,74,.025), 0 0 0 90px rgba(7,25,74,.02); }
.map-stage { position: relative; width: 88%; height: 545px; margin: 0 auto; }
.india-map { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 15px 24px rgba(255,90,0,.15)); }
.city-pin { position: absolute; z-index: 3; transform: translate(-50%, -50%); }
.city-pin i { position: relative; display: block; width: 16px; height: 16px; border: 3px solid var(--navy); border-radius: 50%; background: white; box-shadow: 0 0 0 4px rgba(255,255,255,.85), 0 4px 11px rgba(7,25,74,.3); }
.city-pin i::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--orange); }
.city-pin span { position: absolute; left: 50%; top: 17px; width: max-content; transform: translateX(-50%); color: var(--navy); font-size: .65rem; font-weight: 850; line-height: 1; text-shadow: 0 1px 0 white, 1px 0 0 white, -1px 0 0 white, 0 -1px 0 white; }
.pin-delhi{left:37%;top:29%}.pin-ahmedabad{left:18%;top:48%}.pin-mumbai{left:21%;top:60%}.pin-pune{left:27%;top:64%}.pin-hyderabad{left:51%;top:61%}.pin-bengaluru{left:47%;top:76%}.pin-chennai{left:56%;top:79%}.pin-kolkata{left:74%;top:50%}.pin-guwahati{left:88%;top:35%}
.map-callout { position: absolute; z-index: 4; min-width: 180px; padding: .65rem 1rem; border: 3px solid white; border-radius: 99px; color: white; background: var(--navy); box-shadow: 0 11px 25px rgba(7,25,74,.22); }
.map-callout::after { content: ""; position: absolute; width: 60px; height: 1px; top: 50%; background: var(--navy); }
.map-callout strong, .map-callout span { display: block; }.map-callout strong { font-size: .88rem; line-height: 1.1; }.map-callout span { margin-top: .2rem; color: #bdcae3; font-size: .58rem; font-weight: 700; }
.map-callout-cities { left: 1rem; top: 4.5rem; }.map-callout-cities::after { left: 100%; transform: rotate(22deg); transform-origin: left; }
.map-callout-support { right: 1rem; bottom: 5rem; text-align: right; }.map-callout-support::after { right: 100%; transform: rotate(-22deg); transform-origin: right; }
.india-graphic figcaption { position: absolute; left: 50%; bottom: .9rem; transform: translateX(-50%); width: max-content; max-width: 88%; color: #77839b; font-size: .56rem; font-weight: 700; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.check-list { padding: 0; margin: 2rem 0 2.4rem; list-style: none; }
.check-list li { padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #dce5f5; }
.check-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: .7rem; border-radius: 50%; color: #5ee0a5; background: rgba(94,224,165,.1); font-size: .75rem; }
.button-light { color: var(--navy); border-color: white; background: white; }
.button-light:hover { color: white; border-color: var(--orange); }

.contact-section { background: white; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7rem; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); }
.contact-details { display: grid; gap: 1.4rem; margin-top: 3rem; }
.contact-details a, .contact-details div { display: block; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-details strong { margin-top: .35rem; font-size: .95rem; line-height: 1.5; }
.contact-details a:hover strong { color: var(--orange); }
.contact-form { padding: 2.4rem; border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: block; margin-bottom: 1.1rem; color: var(--navy); font-size: .78rem; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: .4rem; padding: .85rem 1rem; border: 1px solid #cfd5e1; border-radius: .4rem; color: var(--ink); background: white; outline: 0; }
.contact-form textarea { resize: vertical; min-height: 115px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,90,0,.12); }
.form-button { width: 100%; border: 0; }
.form-note { margin: .8rem 0 0; text-align: center; color: var(--muted); font-size: .72rem; }

.whatsapp-button { position: fixed; z-index: 45; right: 1.5rem; bottom: 1.5rem; display: inline-flex; align-items: center; gap: .7rem; min-height: 56px; padding: .65rem 1.05rem .65rem .7rem; border: 2px solid white; border-radius: 99px; color: white; background: #18a957; box-shadow: 0 14px 32px rgba(0,0,0,.24); font-size: .82rem; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s; }
.whatsapp-button:hover, .whatsapp-button:focus-visible { transform: translateY(-3px); background: #128c47; box-shadow: 0 18px 38px rgba(0,0,0,.3); }
.whatsapp-button svg { width: 34px; height: 34px; fill: white; }

.site-footer { padding: 70px 0 24px; color: #bac6df; background: #030d2d; }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 5rem; padding-bottom: 4rem; }
.footer-brand img { width: 190px; height: 95px; object-fit: contain; padding: .2rem; background: white; border-radius: .4rem; }
.footer-brand p { margin: 1.5rem 0 .15rem; color: white; font-family: Georgia, serif; font-size: 1.4rem; }
.footer-brand span { font-size: .8rem; }
.footer-main h2 { margin: .4rem 0 1.3rem; color: white; font-family: inherit; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; font-size: .85rem; }
.footer-main a:hover { color: var(--orange-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }

@media (max-width: 980px) {
  :root { --container: min(100% - 32px, 760px); }
  .section { padding: 85px 0; }
  .site-nav { position: fixed; inset: 96px 0 auto; display: none; padding: 1.5rem 20px 2rem; flex-direction: column; align-items: stretch; gap: 1rem; color: white; background: var(--navy); box-shadow: 0 18px 30px rgba(0,0,0,.18); }
  .site-nav.open { display: flex; }
  .site-nav .button { margin-top: .6rem; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero-layout { min-height: auto; padding-top: 165px; padding-bottom: 155px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .hero-visual { min-height: 450px; max-width: 570px; width: 100%; margin-inline: auto; }
  .split-layout, .section-heading, .strengths-layout, .coverage-layout, .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
  .about-copy { padding-top: 0; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid article:nth-child(2) { border-right: 0; }.stats-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .strength-intro { position: static; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .coverage-layout { gap: 4rem; }
  .india-graphic { order: 2; max-width: 570px; width: 100%; margin-inline: auto; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; gap: 2rem; }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 32px); }
  .section { padding: 68px 0; }
  .brand { width: 170px; height: 68px; }
  .site-header { height: 78px; }
  .site-nav { top: 78px; }
  h1 { font-size: clamp(3.25rem, 15vw, 4.4rem); }
  h2 { font-size: clamp(2.45rem, 12vw, 3.6rem); }
  .hero-layout { padding-top: 140px; padding-bottom: 135px; gap: 2rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-trust { flex-direction: column; }
  .hero-visual { min-height: 370px; }
  .card-primary { width: 235px; height: 165px; left: 9%; padding: 1.2rem; }.card-primary strong { font-size: 1.8rem; }.pulse-line { height: 44px; }
  .card-speed { top: 9%; right: -2%; }.card-support { left: -1%; bottom: 5%; }
  .network-card { padding: .75rem; }.mini-icon { width: 37px; height: 37px; }
  .strip-inner { min-height: 76px; }.strip-inner p { display: none; }.strip-list { width: 100%; justify-content: space-between; gap: .5rem; font-size: .75rem; }
  .split-layout, .section-heading { gap: 1.7rem; }
  .section-heading { margin-bottom: 2.5rem; }
  .stats-grid { margin-top: 3.5rem; }
  .stats-grid article { min-height: 145px; padding: 1.35rem; }.stats-grid strong { font-size: 2.4rem; }
  .solution-list, .strength-grid { grid-template-columns: 1fr; }
  .wide-card { grid-column: auto; }
  .solution-card { min-height: 0; padding: 1.6rem; }.solution-icon { margin-bottom: 2.6rem; }
  .strength-grid article { min-height: 230px; padding: 1.6rem; }.strength-grid article > span { margin-bottom: 2.8rem; }
  .industry-grid { grid-template-columns: 1fr; }.industry-card { min-height: 0; }.industry-media { height: 210px; }.industry-media::after { height: 210px; }.industry-content h3 { margin: 0 0 .55rem; }
  .india-graphic { min-height: 520px; padding: .75rem; }.map-stage { width: 100%; height: 455px; }.city-pin span { font-size: .56rem; }.city-pin i { width: 13px; height: 13px; border-width: 2px; }.city-pin i::after { inset: 3px; }.map-callout { min-width: 142px; padding: .5rem .75rem; }.map-callout strong { font-size: .72rem; }.map-callout span { font-size: .5rem; }.map-callout-cities { left: .45rem; top: 3.2rem; }.map-callout-support { right: .45rem; bottom: 3.5rem; }.map-callout::after { width: 34px; }.india-graphic figcaption { bottom: .55rem; font-size: .43rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }.contact-form { padding: 1.35rem; }
  .whatsapp-button { right: 1rem; bottom: 1rem; width: 58px; height: 58px; min-height: 0; padding: .65rem; justify-content: center; }
  .whatsapp-button span { display: none; }
  .whatsapp-button svg { width: 35px; height: 35px; }
  .footer-main { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }
}

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