@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'); 
:root {
  --navy: #062d62;
  --navy-deep: #031c3e;
  --blue: #0b65d8;
  --blue-bright: #2b8cff;
  --sky: #e8f3ff;
  --ice: #f5f9fd;
  --white: #ffffff;
  --ink: #102136;
  --muted: #5b6b7d;
  --line: #dbe6f0;
  --font-display: "Manrope", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --shell: min(1180px, calc(100% - 48px));
  --shadow: 0 24px 70px rgba(4, 35, 73, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; padding: 10px 16px; color: var(--white); background: var(--navy); border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

.utility-bar { color: #d7e9ff; background: var(--navy-deep); font-size: .78rem; letter-spacing: .04em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-locations { display: flex; gap: 28px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(6,45,98,.08); backdrop-filter: blur(16px); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 12px 40px rgba(6,45,98,.09); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { position: relative; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 9px 18px 9px 18px; background: linear-gradient(145deg, var(--blue), var(--navy)); box-shadow: 0 8px 20px rgba(11,101,216,.24); transform: rotate(-5deg); }
.brand-mark::before, .brand-mark::after, .brand-mark i { content: ""; position: absolute; border: 2px solid var(--white); border-radius: 50%; }
.brand-mark::before { width: 19px; height: 19px; }
.brand-mark::after { width: 5px; height: 5px; top: 7px; right: 8px; background: var(--white); }
.brand-mark i { width: 5px; height: 5px; bottom: 7px; left: 7px; background: var(--white); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { color: var(--navy); font: 800 1.15rem/1 var(--font-display); letter-spacing: .14em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: .56rem; font-weight: 700; letter-spacing: .13em; }
.primary-nav { display: flex; align-items: center; gap: clamp(16px, 1.8vw, 28px); font-size: .92rem; font-weight: 600; }
.primary-nav > a:not(.nav-cta) { position: relative; padding: 28px 0; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--blue); transition: right .25s ease; }
.primary-nav > a:hover::after, .primary-nav > a.active::after { right: 0; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; font-weight: 700; line-height: 1.2; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.nav-cta { color: var(--white); background: var(--navy); }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 6px auto; background: var(--navy); transition: .25s ease; }

.hero { position: relative; min-height: clamp(640px, 77vh, 820px); display: flex; align-items: stretch; color: var(--white); background: var(--navy-deep); overflow: hidden; }
.hero-image, .hero-video, .hero-overlay { position: absolute; inset: 0; }
.hero-image { background: url("divonex-plant.webp") center / cover no-repeat; transform: scale(1.01); }
.hero-video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-video.video-unavailable { display: none; }
.hero-overlay { background: linear-gradient(90deg, rgba(3,28,62,.97) 0%, rgba(3,28,62,.88) 37%, rgba(3,28,62,.30) 70%, rgba(3,28,62,.12) 100%); }
.hero::after { content: ""; position: absolute; left: calc((100% - min(1180px, calc(100% - 48px))) / 2); bottom: 0; width: 1px; height: 76%; background: rgba(255,255,255,.2); }
.hero-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-block: 90px 120px; }
.hero-copy { max-width: 720px; padding-left: 34px; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: .77rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light, .eyebrow.light-blue { color: #80bdff; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 11px 3px 0; background: currentColor; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -.035em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(2.8rem, 5.1vw, 5.1rem); line-height: 1.02; font-weight: 700; }
.hero-text { max-width: 650px; margin: 27px 0 0; color: #d7e7f8; font-size: clamp(1.02rem, 1.5vw, 1.18rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }
.button-light { color: var(--navy); background: var(--white); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.03); }
.button-outline:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.hero-note { align-self: flex-end; width: 245px; margin-bottom: -42px; padding: 24px; border: 1px solid rgba(255,255,255,.25); background: rgba(3,28,62,.65); backdrop-filter: blur(12px); }
.hero-note strong { display: block; margin-bottom: 8px; font-family: var(--font-display); }
.hero-note span { display: block; color: #cbdcf0; font-size: .86rem; line-height: 1.55; }
.scroll-cue { position: absolute; z-index: 3; bottom: 25px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; color: #d8e6f7; font-size: .73rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue span { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.scroll-cue span::after { content: "↓"; display: grid; height: 100%; place-items: center; }

.sector-strip { background: var(--blue); color: var(--white); }
.strip-inner { min-height: 76px; display: flex; align-items: center; gap: 42px; }
.strip-title { flex: 0 0 auto; font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.strip-list { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #e7f3ff; font-size: .9rem; font-weight: 600; }
.strip-list i { width: 4px; height: 4px; background: #a8d3ff; border-radius: 50%; }

.section { padding-block: clamp(82px, 9vw, 132px); }
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); align-items: start; }
.section h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1.08; font-weight: 700; }
.about-copy .lead { margin-top: 4px; color: var(--ink); font-size: 1.2rem; font-weight: 500; line-height: 1.65; }
.about-copy p:not(.lead) { color: var(--muted); }
.text-link, .card-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 12px; color: var(--blue); font-weight: 700; }
.text-link span, .card-link span { transition: transform .2s ease; }
.text-link:hover span, .card-link:hover span { transform: translateX(5px); }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr .8fr; margin-top: 70px; box-shadow: var(--shadow); }
.metric-card { min-height: 235px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: var(--white); }
.metric-card + .metric-card { border-left: 0; }
.dark-card { color: var(--white); border-color: var(--navy); background: var(--navy); }
.metric-number { font: 700 clamp(3rem, 5vw, 4.8rem)/1 var(--font-display); letter-spacing: -.06em; }
.metric-card strong { display: block; font-family: var(--font-display); font-size: 1.02rem; }
.metric-card p { margin: 5px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.dark-card p { color: #b9d0e9; }
.image-card { position: relative; min-height: 235px; background: linear-gradient(rgba(6,45,98,.15), rgba(6,45,98,.35)), url("divonex-plant.webp") 77% center / cover; }

.products { color: var(--white); background: var(--navy-deep); }
.section-head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; margin-bottom: 52px; }
.section-head > p { max-width: 440px; margin: 0 0 4px; color: #b7cce2; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.product-card { position: relative; min-height: 490px; padding: 36px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.16); background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); overflow: hidden; transition: border-color .25s ease, transform .25s ease, background .25s ease; }
.product-card:hover { transform: translateY(-6px); border-color: rgba(128,189,255,.65); background: linear-gradient(145deg, rgba(11,101,216,.25), rgba(255,255,255,.03)); }
.product-index { color: #80bdff; font: 700 .85rem/1 var(--font-display); }
.product-icon { position: absolute; top: 25px; right: 28px; width: 92px; height: 92px; color: #80bdff; opacity: .9; }
.product-icon svg { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.product-body { max-width: 460px; margin-top: 100px; }
.product-type { margin: 0 0 8px; color: #86bffb; font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3 { margin: 0; font-size: clamp(2rem, 3vw, 3rem); }
.product-card p:not(.product-type) { color: #bfd0e3; }
.chip-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 15px; padding: 0; list-style: none; }
.chip-list li { padding: 6px 10px; border: 1px solid rgba(255,255,255,.18); color: #dfeafb; font-size: .76rem; }
.card-link { color: var(--white); }

.process { background: var(--sky); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 140px); }
.process-lead > p:not(.eyebrow) { color: var(--muted); }
.button-primary { margin-top: 20px; color: var(--white); background: var(--blue); }
.button-primary:hover { background: var(--navy); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid #bfd4e7; }
.steps li:last-child { border-bottom: 1px solid #bfd4e7; }
.steps > li > span { width: 50px; height: 50px; display: grid; place-items: center; color: var(--white); background: var(--navy); border-radius: 50%; font-weight: 700; }
.steps h3 { margin: 0 0 7px; font-size: 1.22rem; }
.steps p { margin: 0; color: var(--muted); }

.industries { background: var(--white); }
.section-head.dark-text > p { color: var(--muted); }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-grid article { min-height: 220px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); outline: 0; transition: color .32s ease, background .32s ease, transform .32s ease, box-shadow .32s ease; }
.industry-grid article:hover, .industry-grid article:focus-visible { z-index: 1; color: var(--white); background: var(--blue); transform: translateY(-7px); box-shadow: 0 20px 45px rgba(7,72,153,.22); }
.industry-grid span { color: var(--blue); font-size: .75rem; font-weight: 800; }
.industry-grid article:hover span, .industry-grid article:focus-visible span { color: #cce5ff; }
.industry-grid h3 { max-width: 190px; margin: 0; font-size: 1.16rem; line-height: 1.3; }
.industry-grid p { max-height: 0; margin: 0; overflow: hidden; opacity: 0; color: #dcecff; font-size: .83rem; line-height: 1.55; transform: translateY(12px); transition: max-height .4s cubic-bezier(.2,.75,.2,1), opacity .3s ease, margin .35s ease, transform .4s cubic-bezier(.2,.75,.2,1); }
.industry-grid article:hover p, .industry-grid article:focus-visible p { max-height: 112px; margin-top: 14px; opacity: 1; transform: translateY(0); }

.locations { color: var(--white); background: var(--navy); }
.locations-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 140px); }
.locations-copy p:not(.eyebrow) { color: #bed0e4; }
.location-list { border-top: 1px solid rgba(255,255,255,.18); }
.location-item { display: grid; grid-template-columns: 95px 1fr; align-items: center; min-height: 140px; padding: 22px 15px; border-bottom: 1px solid rgba(255,255,255,.18); }
.location-code { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #bcdcff; font: 700 .72rem/1 var(--font-display); letter-spacing: .08em; }
.head-office .location-code { color: var(--navy); border-color: var(--white); background: var(--white); }
.location-item small { color: #81bdff; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.location-item h3 { margin: 2px 0 0; font-size: 1.55rem; }
.location-item p { margin: 0; color: #b9cee5; font-size: .9rem; }

.enquiry { color: var(--white); background: linear-gradient(120deg, var(--blue), #0751ae); }
.enquiry-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 8vw, 120px); }
.enquiry-copy p:not(.eyebrow) { color: #e0efff; }
.enquiry-points { display: grid; gap: 10px; margin-top: 28px; color: #e9f4ff; }
.enquiry-points i { display: inline-grid; width: 23px; height: 23px; margin-right: 7px; place-items: center; border-radius: 50%; color: var(--blue); background: var(--white); font-style: normal; font-size: .72rem; }
.quote-form { padding: clamp(25px, 4vw, 45px); color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 17px; color: #283b50; font-size: .82rem; font-weight: 700; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; min-height: 49px; padding: 12px 13px; color: var(--ink); border: 1px solid #cfdce8; border-radius: 0; background: var(--white); outline: 0; }
.quote-form textarea { min-height: 112px; resize: vertical; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,101,216,.11); }
.quote-form [aria-invalid="true"] { border-color: #c93535; }
.button-submit { width: 100%; margin-top: 3px; color: var(--white); border: 0; background: var(--navy); cursor: pointer; }
.button-submit:hover { background: var(--blue); }
.form-note { margin: 12px 0 0; color: #718094; font-size: .73rem; line-height: 1.45; }
.form-status { min-height: 24px; margin-top: 8px; color: var(--navy); font-weight: 700; }

.contact-band { padding-block: 60px; background: var(--ice); border-bottom: 1px solid var(--line); }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-inner h2 { max-width: 750px; margin: 0; font-size: clamp(1.8rem, 3.2vw, 3rem); line-height: 1.15; }
.contact-inner .button { flex: 0 0 auto; }
.site-footer { color: #c0d0e3; background: var(--navy-deep); }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 70px; padding-block: 72px; }
.brand-footer .brand-copy strong { color: var(--white); }
.brand-footer .brand-copy small { color: #91a9c2; }
.footer-brand p { max-width: 330px; margin-top: 24px; color: #96abc2; font-size: .9rem; }
.footer-column { display: grid; align-content: start; gap: 11px; }
.footer-column h3 { margin: 0 0 8px; color: var(--white); font-size: .9rem; letter-spacing: .02em; }
.footer-column a, .footer-column span { color: #96abc2; font-size: .86rem; }
.footer-column a:hover { color: var(--white); }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #7f99b3; font-size: .78rem; }
.back-to-top { position: fixed; z-index: 900; right: 20px; bottom: 20px; width: 46px; height: 46px; border: 0; border-radius: 50%; color: var(--white); background: var(--blue); box-shadow: 0 10px 30px rgba(6,45,98,.25); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: .25s ease; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  :root { --shell: min(100% - 40px, 940px); }
  .primary-nav { gap: 16px; }
  .primary-nav > a:not(.nav-cta) { display: none; }
  .menu-toggle { display: block; order: 3; }
  .nav-cta { margin-left: auto; }
  .primary-nav { margin-left: auto; }
  .primary-nav.open { position: fixed; inset: 116px 0 auto 0; height: calc(100vh - 116px); padding: 35px 20px; display: grid; align-content: start; gap: 0; color: var(--white); background: var(--navy-deep); overflow-y: auto; }
  .primary-nav.open > a:not(.nav-cta) { display: block; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); font: 600 1.15rem/1.2 var(--font-display); }
  .primary-nav.open > a::after { display: none; }
  .primary-nav.open .nav-cta { margin: 24px 0 0; justify-self: start; background: var(--blue); }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero-note { display: none; }
  .hero-copy { max-width: 760px; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; gap: 45px; }
  .footer-column:last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); }
  html { scroll-padding-top: 76px; }
  .utility-bar { display: none; }
  .nav-wrap { min-height: 74px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .5rem; }
  .primary-nav .nav-cta { display: none; }
  .primary-nav.open { inset: 74px 0 auto 0; height: calc(100vh - 74px); }
  .primary-nav.open .nav-cta { display: inline-flex; }
  .hero { min-height: calc(100svh - 74px); }
  .hero-image { background-position: 66% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,28,62,.97), rgba(3,28,62,.78)); }
  .hero-inner { padding-block: 72px 100px; }
  .hero-copy { padding-left: 18px; }
  .hero::after { left: 16px; height: 82%; }
  h1 { font-size: clamp(2.45rem, 11vw, 4rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .scroll-cue { left: 16px; transform: none; }
  .sector-strip { padding-block: 18px; }
  .strip-inner, .strip-list { align-items: flex-start; }
  .strip-inner { flex-direction: column; gap: 10px; }
  .strip-list { flex-wrap: wrap; justify-content: flex-start; row-gap: 6px; }
  .strip-list i { margin-top: 10px; }
  .about-grid, .section-head, .process-grid, .locations-grid, .enquiry-grid { grid-template-columns: 1fr; gap: 36px; }
  .metric-grid { grid-template-columns: 1fr 1fr; margin-top: 48px; }
  .metric-card { min-height: 205px; }
  .metric-card + .metric-card { border-left: 1px solid var(--line); }
  .image-card { grid-column: 1 / -1; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 450px; }
  .section-head { margin-bottom: 38px; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .industry-grid article { min-height: 145px; }
  .contact-inner { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding-block: 72px; }
  .brand-copy small { letter-spacing: .08em; }
  .hero-copy { padding-left: 14px; }
  .hero-text { font-size: 1rem; }
  .button { width: 100%; }
  .strip-list i { display: none; }
  .strip-list { display: grid; grid-template-columns: 1fr 1fr; font-size: .8rem; }
  .metric-grid { grid-template-columns: 1fr; }
  .image-card { grid-column: auto; }
  .metric-card { min-height: 180px; }
  .product-card { min-height: 430px; padding: 28px 23px; }
  .product-icon { width: 72px; height: 72px; }
  .steps li { grid-template-columns: 55px 1fr; gap: 14px; }
  .steps > li > span { width: 43px; height: 43px; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-grid article { min-height: 125px; }
  .location-item { grid-template-columns: 74px 1fr; }
  .location-code { width: 52px; height: 52px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 23px 18px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .footer-column:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
}

@media (min-width: 1500px) {
  :root { --shell: min(1320px, calc(100% - 80px)); }
  .hero::after { left: calc((100% - min(1320px, calc(100% - 80px))) / 2); }
  .hero-copy { max-width: 850px; }
}

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

/* Inner pages and product catalogue */
[hidden] { display: none !important; }
.page-hero { position: relative; min-height: 500px; display: flex; align-items: flex-end; color: var(--white); background: linear-gradient(115deg, rgba(3,28,62,.98), rgba(6,45,98,.86)), url("divonex-plant.webp") center 46% / cover; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: auto -8% -45% auto; width: 560px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.03), 0 0 0 140px rgba(255,255,255,.025); }
.page-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; padding-block: 100px 80px; }
.page-hero h1 { font-size: clamp(2.8rem, 5.5vw, 5rem); }
.page-hero-inner > p { max-width: 430px; margin: 0 0 8px; color: #d4e5f7; font-size: 1.05rem; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.story-visual { position: relative; min-height: 550px; overflow: hidden; }
.story-visual::after { content: "Manufacturing backed"; position: absolute; right: 0; bottom: 0; padding: 20px 25px; color: var(--white); background: var(--blue); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-visual img { width: 100%; height: 100%; min-height: 550px; object-fit: cover; object-position: 67% center; }
.story-copy .lead { color: var(--ink); font-size: 1.2rem; font-weight: 500; }
.story-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.vision-section { color: var(--white); background: var(--navy-deep); }
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.16); }
.vision-grid article { min-height: 440px; padding: clamp(32px, 5vw, 65px); }
.vision-grid article + article { border-left: 1px solid rgba(255,255,255,.16); }
.vision-grid article > span { display: block; margin-bottom: 80px; color: #80bdff; font-weight: 800; }
.vision-grid h2 { font-size: clamp(2rem, 3vw, 3.25rem); }
.vision-grid article > p:last-child { color: #b7cce2; }
.featured-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.mini-product { min-height: 370px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s ease, transform .25s ease; }
.mini-product:hover { position: relative; z-index: 2; background: var(--blue); transform: translateY(-5px); }
.mini-formula { min-height: 150px; display: grid; place-items: center; color: #8ec5ff; border-bottom: 1px solid rgba(255,255,255,.12); font: 600 clamp(1.45rem, 2.2vw, 2.1rem)/1 var(--font-display); }
.mini-formula sub, .formula-panel sub, .detail-formula sub { font-size: .52em; vertical-align: -.2em; }
.mini-product small { margin-top: 25px; color: #7fb9f6; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.mini-product h3 { margin: 4px 0 auto; font-size: 1.32rem; }
.mini-product > span { color: #d7e9fb; font-size: .85rem; font-weight: 700; }
.center-action { display: flex; justify-content: center; margin-top: 38px; }
.industry-more { margin-top: 28px; }
.application-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.application-card { min-height: 330px; padding: clamp(28px, 4vw, 50px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.application-card > span { color: var(--blue); font-weight: 800; }
.application-card h2 { margin-top: 40px; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.application-card p { color: var(--muted); }
.application-card a { color: var(--blue); font-weight: 700; }
.contact-enquiry { scroll-margin-top: 80px; }
.contact-details { display: grid; gap: 18px; margin-top: 36px; }
.contact-details article { padding: 18px 20px; border-left: 2px solid #9bd0ff; background: rgba(255,255,255,.09); }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: #b8dcff; font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-details strong { margin-top: 5px; font-family: var(--font-display); }
.pending-contact { opacity: .78; }
.catalog-nav { position: sticky; top: 82px; z-index: 80; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 10px 30px rgba(6,45,98,.05); }
.filter-bar { min-height: 80px; display: flex; align-items: center; gap: 10px; }
.filter-bar button { padding: 11px 16px; color: var(--muted); border: 1px solid var(--line); background: var(--white); cursor: pointer; font-weight: 700; }
.filter-bar button span { margin-left: 7px; opacity: .55; }
.filter-bar button.active, .filter-bar button:hover { color: var(--white); border-color: var(--blue); background: var(--blue); }
.catalog-section { background: var(--ice); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.catalog-card { min-width: 0; border: 1px solid var(--line); background: var(--white); box-shadow: 0 10px 32px rgba(6,45,98,.045); transition: transform .25s ease, box-shadow .25s ease; }
.catalog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.formula-panel { position: relative; min-height: 245px; display: grid; place-items: center; color: var(--navy); background: radial-gradient(circle at 65% 32%, #fff 0 8%, transparent 9%), linear-gradient(145deg, #d8ebff, #f3f9ff); overflow: hidden; font: 700 clamp(2rem, 3.3vw, 3.3rem)/1 var(--font-display); }
.formula-panel::before, .formula-panel::after { content: ""; position: absolute; border: 1px solid rgba(11,101,216,.18); border-radius: 50%; }
.formula-panel::before { width: 150px; height: 150px; right: -45px; top: -45px; }
.formula-panel::after { width: 95px; height: 95px; left: -25px; bottom: -25px; }
.formula-panel > span { position: relative; z-index: 1; max-width: 90%; text-align: center; }
.formula-panel > small { position: absolute; left: 20px; bottom: 18px; color: var(--blue); font: 800 .67rem/1 var(--font-body); letter-spacing: .11em; text-transform: uppercase; }
.chemical-panel { color: var(--white); background: radial-gradient(circle at 70% 28%, rgba(255,255,255,.15) 0 7%, transparent 8%), linear-gradient(145deg, var(--blue), var(--navy)); }
.chemical-panel > small { color: #cbe5ff; }
.word-panel { font-size: clamp(1.35rem, 2.3vw, 2.15rem); }
.compact-formula { font-size: clamp(1.5rem, 2.4vw, 2.4rem); }
.catalog-body { min-height: 220px; padding: 26px; display: flex; flex-direction: column; }
.catalog-body p { margin: 0 0 9px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.catalog-body h2 { margin: 0; font-size: 1.45rem; line-height: 1.22; }
.catalog-body > span { margin-top: 8px; color: var(--muted); font-size: .88rem; }
.catalog-body i { margin-top: auto; padding-top: 26px; color: var(--blue); font-style: normal; font-size: .84rem; font-weight: 700; }
.technical-note { padding-block: 25px; color: #34506e; background: var(--sky); }
.technical-note p { margin: 0; font-size: .9rem; }
.detail-hero { color: var(--white); background: linear-gradient(125deg, var(--navy-deep), var(--navy)); }
.chemical-detail { background: linear-gradient(125deg, #031c3e, #075ec8); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 34px; color: #aac3dd; font-size: .78rem; }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb b { color: var(--white); font-weight: 600; }
.detail-grid { min-height: 590px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; padding-block: 65px 90px; }
.detail-title h1 { max-width: 780px; font-size: clamp(2.9rem, 6vw, 5.7rem); }
.detail-title h1 small { display: block; margin-top: 15px; color: #8fc7ff; font-size: .28em; font-weight: 600; letter-spacing: 0; }
.detail-title > p:last-child { max-width: 700px; color: #c5d8ec; font-size: 1.08rem; }
.detail-formula { position: relative; aspect-ratio: 1; display: grid; place-items: center; color: var(--navy); border-radius: 50%; background: var(--white); box-shadow: 0 0 0 30px rgba(255,255,255,.055), 0 0 0 60px rgba(255,255,255,.035); font: 700 clamp(2.3rem, 5vw, 4.7rem)/1 var(--font-display); }
.detail-formula::before, .detail-formula::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #7cbaff; }
.detail-formula::before { left: 13%; top: 25%; }.detail-formula::after { right: 15%; bottom: 22%; }
.detail-formula small { position: absolute; bottom: 21%; color: var(--blue); font: 800 .68rem/1 var(--font-body); letter-spacing: .12em; text-transform: uppercase; }
.detail-formula.compact { font-size: clamp(1.5rem, 3.3vw, 3.1rem); }
.detail-content { background: var(--ice); }
.detail-body { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.detail-body > article > h2 { max-width: 760px; font-size: clamp(2rem, 4vw, 3.6rem); }
.detail-body > article > p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 1.07rem; }
.application-list { margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--line); }
.application-list h3 { font-size: 1.25rem; }
.application-list ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; padding: 0; list-style: none; }
.application-list li { position: relative; padding: 10px 0 10px 22px; border-bottom: 1px solid var(--line); }
.application-list li::before { content: ""; position: absolute; left: 0; top: 20px; width: 7px; height: 7px; background: var(--blue); border-radius: 50%; }
.detail-body aside { position: sticky; top: 115px; padding: 34px; color: var(--white); background: var(--navy); }
.detail-body aside h3 { margin-top: 0; font-size: 1.4rem; }
.detail-body aside p { color: #bdd0e5; }
.detail-body aside .button { width: 100%; padding-inline: 14px; font-size: .86rem; }
.detail-body aside .tds-note { margin: 20px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); color: #8fa9c3; font-size: .76rem; }

@media (max-width: 1040px) {
  .featured-product-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-grid { grid-template-columns: 1fr .62fr; }
}

@media (max-width: 760px) {
  .page-hero { min-height: 460px; }
  .page-hero-inner, .story-grid, .detail-grid, .detail-body { grid-template-columns: 1fr; }
  .page-hero-inner { gap: 25px; padding-block: 75px 58px; }
  .story-visual, .story-visual img { min-height: 390px; }
  .vision-grid { grid-template-columns: 1fr; }
  .vision-grid article { min-height: 350px; }
  .vision-grid article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .vision-grid article > span { margin-bottom: 45px; }
  .application-grid { grid-template-columns: 1fr; }
  .application-card { min-height: 280px; }
  .catalog-nav { top: 74px; }
  .filter-bar { min-height: 70px; overflow-x: auto; }
  .filter-bar button { flex: 0 0 auto; }
  .detail-grid { gap: 20px; padding-block: 55px 85px; }
  .detail-formula { width: min(78vw, 350px); justify-self: center; margin-top: 30px; }
  .detail-body aside { position: static; }
}

@media (max-width: 540px) {
  .featured-product-grid, .catalog-grid { grid-template-columns: 1fr; }
  .mini-product { min-height: 320px; }
  .catalog-body { min-height: 190px; }
  .formula-panel { min-height: 220px; }
  .application-list ul { grid-template-columns: 1fr; }
  .detail-title h1 { font-size: clamp(2.6rem, 13vw, 4.2rem); }
}

/* Calls to action, home enquiry, FAQ, contact and motion */
.action-ribbon { position: relative; padding-block: 48px; color: var(--white); overflow: hidden; }
.action-blue { background: var(--blue); }
.action-navy { background: var(--navy-deep); }
.action-ribbon::after { content: ""; position: absolute; width: 240px; height: 240px; right: -80px; top: -95px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.035), 0 0 0 90px rgba(255,255,255,.025); }
.action-ribbon-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 62px 1fr auto; gap: 28px; align-items: center; }
.action-index { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; font-weight: 800; font-size: .75rem; }
.action-ribbon p { margin: 0 0 3px; color: #cfe5ff; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.action-ribbon h2 { max-width: 760px; margin: 0; font-size: clamp(1.3rem, 2.2vw, 2rem); line-height: 1.28; }
.action-ribbon .button { margin: 0; min-width: 180px; }
.home-enquiry { color: var(--white); background: linear-gradient(128deg, var(--navy-deep), var(--navy)); }
.home-enquiry-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.home-enquiry-copy { position: sticky; top: 120px; }
.home-enquiry-copy > p:not(.eyebrow) { color: #bed0e5; }
.enquiry-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 38px; background: rgba(255,255,255,.16); }
.enquiry-stat-grid article { min-height: 115px; padding: 17px 12px; display: grid; align-content: center; background: rgba(3,28,62,.78); }
.enquiry-stat-grid strong { color: var(--white); font: 700 2rem/1 var(--font-display); }
.enquiry-stat-grid span { margin-top: 8px; color: #9fbbd8; font-size: .72rem; }
.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(50px, 9vw, 140px); align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 88px; padding: 24px 0; display: grid; grid-template-columns: 1fr 32px; gap: 20px; align-items: center; cursor: pointer; list-style: none; color: var(--ink); font: 700 1.06rem/1.45 var(--font-display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--white); border-radius: 50%; background: var(--blue); transition: transform .25s ease, background .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--navy); }
.faq-list details p { max-width: 690px; margin: -5px 50px 25px 0; color: var(--muted); }
.contact-info-section { background: var(--ice); }
.contact-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-card { min-height: 320px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.contact-card:hover { position: relative; z-index: 2; transform: translateY(-7px); border-color: #a4c9f2; box-shadow: var(--shadow); }
.contact-card-icon { width: 47px; height: 47px; display: grid; place-items: center; margin-bottom: 55px; color: var(--white); background: var(--blue); border-radius: 50%; font-weight: 800; font-size: .72rem; }
.contact-card small { color: var(--blue); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-card h2 { margin: 5px 0 12px; font-size: 1.45rem; }
.contact-card p { margin: 0; color: var(--muted); }
.contact-card > a, .contact-pending { margin-top: auto; padding-top: 25px; color: var(--blue); font-weight: 700; font-size: .8rem; }
.contact-pending { color: #77889b; }
.map-section { position: relative; min-height: 520px; background: #d9e6ef; }
.map-section iframe { display: block; width: 100%; height: 520px; border: 0; filter: saturate(.72) contrast(1.04); }
.map-label { position: absolute; left: max(24px, calc((100% - min(1180px, calc(100% - 48px))) / 2)); bottom: 35px; width: min(360px, calc(100% - 48px)); padding: 24px; display: grid; color: var(--white); background: rgba(3,28,62,.94); box-shadow: var(--shadow); }
.map-label small { color: #8bc5ff; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.map-label strong { margin-top: 4px; font: 700 1.25rem/1.3 var(--font-display); }
.map-label span { margin-top: 7px; color: #afc4da; font-size: .78rem; }
.floating-whatsapp { position: fixed; z-index: 1200; right: 20px; bottom: 78px; display: flex; align-items: center; gap: 9px; color: var(--white); filter: drop-shadow(0 10px 24px rgba(0,0,0,.2)); }
.wa-icon { position: relative; width: 53px; height: 53px; display: grid; place-items: center; border: 3px solid var(--white); border-radius: 50%; background: #1fa855; font-size: .68rem; font-weight: 800; letter-spacing: .02em; animation: wa-float 3s ease-in-out infinite; }
.wa-icon::after { content: ""; position: absolute; inset: -7px; border: 1px solid rgba(31,168,85,.55); border-radius: 50%; animation: wa-ring 2s ease-out infinite; }
.wa-label { padding: 8px 12px; border-radius: 4px; background: #168c47; font-size: .78rem; font-weight: 700; }
.metric-card, .mini-product, .industry-grid article, .application-card { position: relative; overflow: hidden; }
.metric-card { transition: transform .3s ease, box-shadow .3s ease; }
.metric-card:hover { z-index: 2; transform: translateY(-7px); box-shadow: 0 24px 55px rgba(4,35,73,.16); }
.metric-card::after, .mini-product::after { content: ""; position: absolute; inset: 0 auto 0 -130%; width: 55%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent); transform: skewX(-18deg); }
.metric-grid.is-visible .metric-card::after, .mini-product.is-visible::after { animation: widget-shine 1.05s ease-out forwards; }
.metric-grid.is-visible .metric-card:nth-child(2)::after { animation-delay: .16s; }
.metric-grid.is-visible .metric-card:nth-child(3)::after { animation-delay: .3s; }
.steps li { transition: transform .25s ease, background .25s ease, padding-inline .25s ease; }
.steps li:hover { padding-inline: 14px; transform: translateX(5px); background: rgba(255,255,255,.55); }
.industry-grid article h3 { transition: transform .25s ease; }
.industry-grid article:hover h3 { transform: translateY(-5px); }
@keyframes widget-shine { to { left: 145%; } }
@keyframes wa-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes wa-ring { 0% { transform: scale(.86); opacity: .9; } 75%,100% { transform: scale(1.28); opacity: 0; } }

@media (max-width: 1040px) {
  .contact-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .action-ribbon-inner { grid-template-columns: 48px 1fr; }
  .action-ribbon .button { grid-column: 2; justify-self: start; width: auto; }
  .home-enquiry-grid, .faq-grid { grid-template-columns: 1fr; }
  .home-enquiry-copy, .faq-intro { position: static; }
  .map-label { left: 18px; bottom: 18px; width: calc(100% - 36px); }
}

@media (max-width: 540px) {
  .action-ribbon { padding-block: 40px; }
  .action-ribbon-inner { grid-template-columns: 1fr; }
  .action-index { display: none; }
  .action-ribbon .button { grid-column: auto; justify-self: stretch; width: 100%; }
  .enquiry-stat-grid { grid-template-columns: 1fr 1fr 1fr; }
  .contact-card-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 270px; }
  .contact-card-icon { margin-bottom: 35px; }
  .wa-label { display: none; }
  .floating-whatsapp { right: 14px; bottom: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  .wa-icon, .wa-icon::after, .metric-card::after, .mini-product::after { animation: none !important; }
}

/* Refined product cards, buttons, FAQ and contact layout */
.button, .nav-cta { position: relative; overflow: hidden; border-radius: 999px; isolation: isolate; box-shadow: 0 10px 28px rgba(3,28,62,.14); }
.button::before, .nav-cta::before { content: ""; position: absolute; z-index: -1; inset: 0 auto 0 -42%; width: 34%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent); transform: skewX(-20deg); transition: left .55s ease; }
.button:hover::before, .nav-cta:hover::before { left: 112%; }
.button span, .nav-cta span { display: inline-block; transition: transform .25s ease; }
.button:hover span, .nav-cta:hover span { transform: translateX(4px) rotate(-4deg); }
.button:active, .nav-cta:active { transform: translateY(0) scale(.97); }
.button:focus-visible, .nav-cta:focus-visible, .faq-question:focus-visible { outline: 3px solid #8fc7ff; outline-offset: 4px; }
.button-primary { background: linear-gradient(135deg, var(--blue), #084ca6); }
.button-light { box-shadow: 0 12px 32px rgba(0,0,0,.16); }
.spotlight-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; border: 0; }
.spotlight-product { min-height: 245px; display: grid; grid-template-columns: 180px 1fr; color: var(--white); border: 1px solid rgba(255,255,255,.17); border-radius: 16px; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); overflow: hidden; box-shadow: 0 18px 50px rgba(0,0,0,.12); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.spotlight-product:hover { transform: translateY(-7px); border-color: rgba(132,194,255,.7); box-shadow: 0 28px 65px rgba(0,0,0,.24); }
.spotlight-formula { position: relative; min-width: 0; display: grid; place-items: center; color: var(--navy); background: linear-gradient(145deg, #f8fbff, #cce4ff); overflow: hidden; }
.spotlight-formula::before, .spotlight-formula::after { content: ""; position: absolute; border: 1px solid rgba(11,101,216,.2); border-radius: 50%; }
.spotlight-formula::before { width: 130px; height: 130px; left: -65px; top: -55px; }.spotlight-formula::after { width: 85px; height: 85px; right: -35px; bottom: -28px; }
.spotlight-formula > span { position: relative; z-index: 1; white-space: nowrap; font: 700 2rem/1 var(--font-display); letter-spacing: -.04em; }
.spotlight-formula.formula-long > span { font-size: 1.2rem; }
.spotlight-formula sub { font-size: .52em; vertical-align: -.28em; }
.spotlight-formula > i { position: absolute; width: 10px; height: 10px; top: 22%; right: 22%; border-radius: 50%; background: var(--blue); box-shadow: -45px 95px 0 -2px rgba(11,101,216,.45); }
.spotlight-formula.chemical-spot { color: var(--white); background: linear-gradient(145deg, #1578e8, #073b7e); }
.spotlight-formula.chemical-spot::before, .spotlight-formula.chemical-spot::after { border-color: rgba(255,255,255,.24); }
.spotlight-formula.chemical-spot > i { background: var(--white); box-shadow: -45px 95px 0 -2px rgba(255,255,255,.5); }
.spotlight-copy { min-width: 0; padding: 28px; display: flex; flex-direction: column; }
.spotlight-copy small { color: #82bdff; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.spotlight-copy h3 { margin: 5px 0 8px; font-size: 1.45rem; }
.spotlight-copy p { margin: 0; color: #aebfd3; font-size: .88rem; line-height: 1.55; }
.spotlight-copy b { margin-top: auto; padding-top: 17px; color: var(--white); font-size: .82rem; }
.spotlight-copy b span { display: inline-block; margin-left: 6px; transition: transform .25s ease; }
.spotlight-product:hover b span { transform: translateX(6px); }
.india-network { background: var(--ice); }
.india-network-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.india-map-wrap { position: relative; min-height: 610px; display: grid; place-items: center; border-radius: 24px; background: linear-gradient(145deg, #052d61, #031c3e); overflow: hidden; box-shadow: var(--shadow); }
.india-map-wrap::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.india-map { position: relative; z-index: 1; width: min(88%, 500px); height: auto; overflow: visible; }
.india-shape { fill: #e9f4ff; stroke: #8ac4ff; stroke-width: 2; }
.india-route { fill: none; stroke: #4da0f8; stroke-width: 3; stroke-dasharray: 8 9; animation: route-move 5s linear infinite; }
.state-zone { fill: #62adff; opacity: .08; stroke: rgba(11,101,216,.28); stroke-width: 2; cursor: pointer; transition: fill .35s ease, opacity .35s ease, filter .35s ease; }
.state-zone.active { fill: var(--blue); opacity: .78; filter: drop-shadow(0 0 16px rgba(11,101,216,.66)); }
.location-dot { cursor: pointer; }
.location-dot .pin-pulse { fill: rgba(11,101,216,.2); stroke: var(--blue); stroke-width: 2; transition: r .35s ease, fill .35s ease; }
.location-dot .pin-core { fill: var(--blue); stroke: var(--white); stroke-width: 4; filter: drop-shadow(0 5px 7px rgba(0,0,0,.25)); transition: fill .3s ease, r .3s ease; }
.location-dot text { fill: var(--navy-deep); font: 800 13px var(--font-body); letter-spacing: 1px; paint-order: stroke; stroke: #e9f4ff; stroke-width: 5px; stroke-linejoin: round; }
.location-dot.active .pin-pulse { r: 28px; fill: rgba(11,101,216,.38); animation: map-pulse 1.4s ease-out infinite; }
.location-dot.active .pin-core { r: 10px; fill: #ffb000; }
.map-caption { position: absolute; left: 24px; bottom: 20px; color: #8eabc9; font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; }
.network-copy > p:not(.eyebrow) { color: var(--muted); }
.network-points { margin-top: 35px; border-top: 1px solid var(--line); }
.network-points article { min-height: 95px; padding: 0 14px; display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); outline: 0; cursor: pointer; transition: background .3s ease, padding-left .3s ease, box-shadow .3s ease; }
.network-points article:hover, .network-points article:focus-visible, .network-points article.active { padding-left: 22px; background: var(--white); box-shadow: 0 12px 30px rgba(4,46,96,.08); }
.network-points i { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); border-radius: 50%; background: var(--blue); font-style: normal; font-size: .7rem; font-weight: 800; }
.network-points small, .network-points strong { display: block; }.network-points small { color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.network-points strong { font-family: var(--font-display); }
@keyframes route-move { to { stroke-dashoffset: -68; } }
@keyframes map-pulse { 0% { opacity: .85; } 70%, 100% { opacity: 0; } }
.faq-list { overflow: hidden; }
.faq-item { border-bottom: 1px solid var(--line); transition: background .3s ease, padding .3s ease; }
.faq-item.open { padding-inline: 18px; background: linear-gradient(90deg, var(--sky), rgba(232,243,255,.2)); }
.faq-question { width: 100%; min-height: 88px; padding: 23px 0; display: grid; grid-template-columns: 1fr 34px; gap: 20px; align-items: center; color: var(--ink); border: 0; background: transparent; cursor: pointer; text-align: left; font: 700 1.06rem/1.45 var(--font-display); }
.faq-question span { position: relative; width: 32px; height: 32px; border-radius: 50%; background: var(--blue); transition: transform .42s cubic-bezier(.2,.8,.2,1), background .3s ease; }
.faq-question span::before, .faq-question span::after { content: ""; position: absolute; left: 9px; right: 9px; top: 15px; height: 2px; background: var(--white); }
.faq-question span::after { transform: rotate(90deg); transition: transform .36s ease; }
.faq-item.open .faq-question span { transform: rotate(180deg); background: var(--navy); }.faq-item.open .faq-question span::after { transform: rotate(0); }
.faq-answer { max-height: 0; overflow: hidden; opacity: 0; transform: translateY(-8px); transition: max-height .48s cubic-bezier(.22,.8,.24,1), opacity .32s ease, transform .42s ease; }
.faq-item.open .faq-answer { opacity: 1; transform: translateY(0); }
.faq-answer > div { padding: 0 52px 25px 0; }.faq-answer p { max-width: 690px; margin: 0; color: var(--muted); }
.contact-suite { color: var(--white); background: var(--navy-deep); }
.contact-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 22px; }
.direct-contact, .contact-form { border: 1px solid rgba(255,255,255,.16); border-radius: 22px; }
.direct-contact { padding: clamp(28px, 4vw, 50px); background: rgba(255,255,255,.035); }
.direct-contact h2 { font-size: clamp(2rem, 3.4vw, 3.3rem); }.contact-lead { color: #a9bed5; }
.direct-contact-list { display: grid; gap: 26px; margin-top: 38px; }
.direct-contact-list article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; }
.direct-icon { width: 56px; height: 56px; display: grid; place-items: center; color: var(--white); border-radius: 50%; background: linear-gradient(145deg, var(--blue), #084792); box-shadow: 0 9px 25px rgba(11,101,216,.3); }
.direct-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.direct-contact-list small, .direct-contact-list strong { display: block; }.direct-contact-list small { color: #79b7f8; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.direct-contact-list strong { margin-top: 2px; font-family: var(--font-display); }.direct-contact-list p { margin: 3px 0 0; color: #8099b2; font-size: .78rem; }
.contact-form { padding: clamp(28px, 4vw, 48px); }.contact-form h2 { margin: -8px 0 28px; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.contact-map-wrap { position: relative; min-height: 560px; margin-top: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; overflow: hidden; }
.contact-map-wrap iframe { display: block; width: 100%; height: 560px; border: 0; filter: saturate(.72) contrast(1.06); }
.contact-map-card { position: absolute; left: 30px; top: 50%; width: min(360px, calc(100% - 60px)); padding: 30px; transform: translateY(-50%); color: var(--white); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(3,28,62,.95); box-shadow: 0 24px 65px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.map-pin-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 25px; color: var(--white); border-radius: 50%; background: var(--blue); font-size: 1.35rem; }
.contact-map-card small { color: #87c2ff; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.contact-map-card h2 { margin: 5px 0 10px; font-size: 1.6rem; }.contact-map-card p { color: #b5c9dc; }.contact-map-card .button { width: 100%; margin-top: 10px; }
.map-contact-list { display: grid; gap: 11px; margin: 20px 0; }
.map-contact-list a, .map-contact-list > div { display: grid; grid-template-columns: 76px 1fr; gap: 10px; color: #d9e9f8; font-size: .86rem; line-height: 1.45; }
.map-contact-list b { color: #80bdff; font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; }
.direct-contact-list a { color: inherit; }
.home-contact-map { margin-top: 0; margin-bottom: clamp(54px, 7vw, 86px); }
.home-enquiry-grid { padding-bottom: 0; }
.floating-whatsapp { gap: 0; }
.wa-icon { width: 54px; height: 54px; font-size: 0; }
.wa-icon svg { width: 27px; height: 27px; fill: none; stroke: var(--white); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wa-label { display: none; }

@media (max-width: 920px) {
  .spotlight-grid, .india-network-grid, .contact-panel { grid-template-columns: 1fr; }
  .india-map-wrap { min-height: 560px; }.india-map { max-height: 520px; }
}
@media (max-width: 620px) {
  .spotlight-product { grid-template-columns: 125px 1fr; min-height: 220px; }.spotlight-formula > span { font-size: 1.45rem; }.spotlight-formula.formula-long > span { font-size: .82rem; }.spotlight-copy { padding: 22px 18px; }.spotlight-copy p { display: none; }
  .india-map-wrap { min-height: 490px; }.location-dot text { font-size: 10px; }.faq-item.open { padding-inline: 12px; }.faq-answer > div { padding-right: 20px; }
  .contact-map-card { left: 18px; width: calc(100% - 36px); padding: 24px; }.direct-contact-list article { grid-template-columns: 50px 1fr; }.direct-icon { width: 48px; height: 48px; }
}
@media (max-width: 420px) {
  .spotlight-product { grid-template-columns: 105px 1fr; }.spotlight-formula.formula-long > span { font-size: .68rem; }.spotlight-copy h3 { font-size: 1.18rem; }
  .india-map-wrap { min-height: 430px; }.india-map { width: 96%; }.contact-map-wrap, .contact-map-wrap iframe { min-height: 600px; height: 600px; }
}
@media (hover: none) {
  .industry-grid article { min-height: 205px; }
  .industry-grid p { max-height: 112px; margin-top: 14px; opacity: 1; color: var(--muted); transform: none; }
  .industry-grid article:hover p { color: #dcecff; }
}
@media (prefers-reduced-motion: reduce) { .hero-video { display: none; }.india-route, .location-dot .pin-pulse { animation: none !important; }.faq-answer { transition: none; } }


/* =========================================================
   DIVONEX ACROSS INDIA
========================================================= */

.india-network {
    padding: 80px 0;
    background: #f4f8fc;
}

.india-network-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 65px;
    align-items: center;
}


/* =========================================================
   MAP WRAPPER
========================================================= */

.india-map-wrap {
    position: relative;

    min-height: 680px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 45px 35px 60px;

    overflow: hidden;

    border-radius: 28px;

    background:
        radial-gradient(
            circle at 50% 48%,
            rgba(44, 137, 255, 0.14),
            transparent 55%
        ),
        linear-gradient(
            145deg,
            #0c4a87 0%,
            #073a70 45%,
            #052d5b 100%
        );

    box-shadow:
        0 25px 55px rgba(8, 45, 85, 0.18);
}


/* Decorative circle behind map */

.india-map-wrap::before {
    content: "";

    position: absolute;

    width: 78%;
    aspect-ratio: 1;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    border: 1px solid rgba(255, 255, 255, 0.12);

    pointer-events: none;
}


/* Subtle glow */

.india-map-wrap::after {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(32, 127, 255, 0.10),
            transparent 68%
        );

    pointer-events: none;
}


/* =========================================================
   INDIA SVG CONTAINER
========================================================= */

.india-map-container {
    position: relative;

    z-index: 2;

    width: 100%;
    height: 560px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.india-map-container svg {
    display: block;

    width: 100%;
    height: 100%;

    max-width: 470px;

    overflow: visible;
}


/* =========================================================
   INDIA STATES
========================================================= */

.india-map-container svg path {
    transition:
        fill 0.35s ease,
        stroke 0.35s ease,
        filter 0.35s ease,
        opacity 0.35s ease;
}


/* States targeted by JS */

.india-map-container svg .divonex-state {
    fill: #e5f0fb !important;

    stroke: #75a8dd !important;

    stroke-width: 1 !important;
}


/* Active state */

.india-map-container svg .divonex-state-active {
    fill: #147cf5 !important;

    stroke: #ffffff !important;

    stroke-width: 2 !important;

    filter:
        drop-shadow(
            0 0 7px
            rgba(20, 124, 245, 0.85)
        )
        drop-shadow(
            0 0 18px
            rgba(20, 124, 245, 0.45)
        );
}


/* =========================================================
   SVG LOCATION PINS
========================================================= */

.svg-location-pin {
    cursor: pointer;

    transform-box: fill-box;
    transform-origin: center;

    transition:
        opacity 0.25s ease,
        filter 0.25s ease;
}

.svg-location-pin:hover {
    filter:
        drop-shadow(
            0 0 6px
            rgba(255, 255, 255, 0.25)
        );
}


/* =========================================================
   PIN PULSE
========================================================= */

.svg-pin-pulse {
    fill: rgba(40, 145, 255, 0.15);

    stroke: rgba(70, 170, 255, 0.8);

    stroke-width: 2;

    transform-box: fill-box;
    transform-origin: center;

    animation:
        svgPinPulse
        1.9s
        ease-out
        infinite;
}


/* =========================================================
   PIN OUTER CIRCLE
========================================================= */

.svg-pin-outer {
    fill: #ffffff;

    stroke: #1685ff;

    stroke-width: 4;

    transition:
        stroke 0.3s ease,
        filter 0.3s ease;
}


/* =========================================================
   PIN INNER CIRCLE
========================================================= */

.svg-pin-inner {
    fill: #1685ff;

    transition:
        fill 0.3s ease;
}


/* Hyderabad head office */

.svg-pin-inner.head-office {
    fill: #ffb51b;
}


/* =========================================================
   PIN LABEL BACKGROUND
========================================================= */

.svg-pin-label-bg {
    fill: #ffffff;

    stroke: rgba(17, 84, 150, 0.08);

    stroke-width: 1;

    filter:
        drop-shadow(
            0 3px 6px
            rgba(0, 0, 0, 0.18)
        );

    transition:
        stroke 0.3s ease,
        fill 0.3s ease;
}


/* =========================================================
   PIN LABEL TEXT
========================================================= */

.svg-pin-label {
    fill: #092b50;

    font-size: 14px;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-weight: 700;

    pointer-events: none;
}


/* =========================================================
   ACTIVE SVG LOCATION
========================================================= */

.svg-location-pin.active .svg-pin-outer {
    stroke: #ffb51b;

    filter:
        drop-shadow(
            0 0 7px
            rgba(255, 181, 27, 0.8)
        );
}

.svg-location-pin.active .svg-pin-inner {
    fill: #ffb51b;
}

.svg-location-pin.active .svg-pin-label-bg {
    stroke: #ffb51b;

    stroke-width: 1.5;
}


/* =========================================================
   PIN PULSE ANIMATION
========================================================= */

@keyframes svgPinPulse {

    0% {
        opacity: 0.9;

        transform:
            scale(0.65);
    }

    70% {
        opacity: 0.15;
    }

    100% {
        opacity: 0;

        transform:
            scale(1.7);
    }

}


/* =========================================================
   MAP CAPTION
========================================================= */

.map-caption {
    position: absolute;

    z-index: 10;

    left: 34px;
    bottom: 22px;

    margin: 0;

    color:
        rgba(220, 237, 255, 0.76);

    font-size: 10px;

    font-weight: 600;

    line-height: 1.4;

    letter-spacing: 0.7px;

    text-transform: uppercase;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.network-copy {
    position: relative;
}

.network-copy .eyebrow {
    margin: 0 0 14px;

    color: #147cf5;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}

.network-copy h2 {
    margin: 0;

    max-width: 650px;

    color: #082443;

    font-size:
        clamp(
            42px,
            4vw,
            64px
        );

    font-weight: 700;

    line-height: 1.04;

    letter-spacing: -2.2px;
}

.network-description {
    max-width: 650px;

    margin: 24px 0 34px;

    color: #607895;

    font-size: 16px;

    line-height: 1.7;
}


/* =========================================================
   LOCATION CARDS
========================================================= */

/* =========================================================
   INDIA LOCATION CARDS
========================================================= */

.india-office-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}


/* CARD */

.india-office-card {
    position: relative;

    width: 100%;
    min-height: 90px;

    display: grid;

    grid-template-columns:
        56px
        minmax(0, 1fr)
        32px;

    align-items: center;

    column-gap: 16px;

    padding: 16px 20px;

    background: #ffffff;

    border: 1px solid #d9e5f2;

    border-radius: 14px;

    overflow: hidden;

    cursor: pointer;

    outline: none;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


/* BLUE LEFT LINE */

.india-office-card::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 4px;
    height: 100%;

    background: #1685ff;

    transform: scaleY(0);

    transform-origin: center;

    transition: transform 0.3s ease;
}


.india-office-card:hover,
.india-office-card.active,
.india-office-card:focus {
    border-color: #9acbff;

    transform: translateX(5px);

    box-shadow:
        0 12px 30px
        rgba(13, 75, 140, 0.10);
}


.india-office-card:hover::before,
.india-office-card.active::before,
.india-office-card:focus::before {
    transform: scaleY(1);
}


/* =========================================================
   NUMBER
========================================================= */

.india-office-number {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    justify-self: center;
    align-self: center;

    margin: 0;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #1685ff,
            #0664db
        );

    color: #ffffff;

    font-size: 13px;

    font-weight: 800;

    line-height: 1;

    box-shadow:
        0 8px 18px
        rgba(16, 115, 226, 0.22);
}


/* =========================================================
   CONTENT
========================================================= */

.india-office-info {
    min-width: 0;

    display: flex;
    flex-direction: column;

    justify-content: center;

    align-self: center;

    gap: 5px;

    margin: 0;
}


.india-office-info small {
    display: block;

    margin: 0;
    padding: 0;

    color: #0875ef;

    font-size: 10px;

    font-weight: 800;

    line-height: 1.2;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.india-office-info strong {
    display: block;

    margin: 0;
    padding: 0;

    color: #071e3a;

    font-size: 16px;

    font-weight: 700;

    line-height: 1.3;
}


/* =========================================================
   ARROW
========================================================= */

.india-office-arrow {
    width: 30px;
    height: 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    justify-self: center;
    align-self: center;

    margin: 0;
    padding: 0;

    color: #147cf5;

    font-size: 27px;

    font-weight: 400;

    line-height: 1;

    transition:
        transform 0.3s ease;
}


.india-office-card:hover
.india-office-arrow,
.india-office-card.active
.india-office-arrow,
.india-office-card:focus
.india-office-arrow {
    transform: translateX(4px);
}


/* NUMBER HOVER */

.india-office-number {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.india-office-card:hover
.india-office-number,
.india-office-card.active
.india-office-number {
    transform: scale(1.05);

    box-shadow:
        0 10px 24px
        rgba(16, 115, 226, 0.28);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .india-office-card {
        min-height: 82px;

        grid-template-columns:
            48px
            minmax(0, 1fr)
            26px;

        column-gap: 12px;

        padding: 13px 15px;
    }


    .india-office-number {
        width: 46px;
        height: 46px;

        font-size: 12px;
    }


    .india-office-info small {
        font-size: 9px;
    }


    .india-office-info strong {
        font-size: 14px;
    }


    .india-office-arrow {
        width: 26px;
        height: 26px;

        font-size: 23px;
    }

}


/* =========================================================
   LOCATION TEXT
========================================================= */

.location-copy {
    min-width: 0;

    display: flex;

    flex-direction: column;

    gap: 5px;
}

.location-copy small {
    color: #0875ef;

    font-size: 10px;

    font-weight: 800;

    line-height: 1.3;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.location-copy strong {
    color: #071e3a;

    font-size: 16px;

    font-weight: 700;

    line-height: 1.35;
}


/* =========================================================
   LOCATION ARROW
========================================================= */

.location-arrow {
    display: flex;

    align-items: center;
    justify-content: center;

    color: #147cf5;

    font-size: 28px;

    line-height: 1;

    transition:
        transform 0.3s ease;
}

.network-location:hover .location-arrow,
.network-location.active .location-arrow,
.network-location:focus .location-arrow {
    transform:
        translateX(4px);
}


/* =========================================================
   RESPONSIVE - LARGE TABLETS
========================================================= */

@media (max-width: 1100px) {

    .india-network-grid {
        gap: 40px;
    }

    .network-copy h2 {
        font-size:
            clamp(
                38px,
                4.5vw,
                52px
            );
    }

    .india-map-wrap {
        min-height: 620px;
    }

    .india-map-container {
        height: 510px;
    }

}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 900px) {

    .india-network {
        padding: 60px 0;
    }

    .india-network-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .india-map-wrap {
        width: 100%;

        min-height: 620px;
    }

    .india-map-container {
        height: 520px;
    }

    .network-copy h2 {
        max-width: 700px;

        font-size:
            clamp(
                38px,
                8vw,
                54px
            );
    }

}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 600px) {

    .india-network {
        padding: 45px 0;
    }

    .india-map-wrap {
        min-height: 520px;

        padding:
            30px
            18px
            55px;

        border-radius: 20px;
    }

    .india-map-wrap::before {
        width: 90%;
    }

    .india-map-container {
        height: 430px;
    }

    .india-map-container svg {
        max-width: 360px;
    }

    .map-caption {
        left: 18px;
        bottom: 17px;

        font-size: 8px;
    }

    .network-copy h2 {
        font-size: 38px;

        letter-spacing: -1.3px;
    }

    .network-description {
        margin:
            18px
            0
            26px;

        font-size: 15px;
    }

    .network-location {
        grid-template-columns:
            50px
            minmax(0, 1fr)
            22px;

        gap: 12px;

        min-height: 84px;

        padding:
            14px
            15px;
    }

    .location-number {
        width: 48px;
        height: 48px;
    }

    .location-copy strong {
        font-size: 14px;
    }

}


/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .india-map-wrap {
        min-height: 470px;

        padding:
            20px
            10px
            50px;
    }

    .india-map-container {
        height: 390px;
    }

    .india-map-container svg {
        max-width: 320px;
    }

    .network-copy h2 {
        font-size: 33px;

        line-height: 1.08;
    }

    .network-location {
        grid-template-columns:
            46px
            minmax(0, 1fr)
            18px;

        gap: 10px;

        padding:
            12px;
    }

    .location-number {
        width: 44px;
        height: 44px;

        font-size: 12px;
    }

    .location-copy small {
        font-size: 9px;
    }

    .location-copy strong {
        font-size: 13px;
    }

    .location-arrow {
        font-size: 22px;
    }

}

.india-map-container svg path {
    fill: #e4effa !important;
    stroke: #74a7dc !important;
    stroke-width: 1 !important;

    transition:
        fill 0.35s ease,
        stroke 0.35s ease,
        filter 0.35s ease;
}

.india-map-container svg .divonex-state-active {
    fill: #1685ff !important;
    stroke: #ffffff !important;
    stroke-width: 2 !important;

    filter:
        drop-shadow(
            0 0 8px
            rgba(22, 133, 255, 0.75)
        );
}

/* =========================================================
   LOCATION OVERLAY
========================================================= */

.india-location-layer {
    position: absolute;

    inset: 0;

    z-index: 20;

    pointer-events: none;
}


/* =========================================================
   LOCATION PIN
========================================================= */

.india-location-pin {
    position: absolute;

    width: 24px;
    height: 24px;

    padding: 0;

    border: 0;

    background: transparent;

    transform: translate(-50%, -50%);

    cursor: pointer;

    pointer-events: auto;

    z-index: 5;

    outline: none;
}


/* =========================================================
   LOCATION POSITIONS - CORRECTED FOR YOUR CURRENT MAP
========================================================= */

/* Kutch - western Gujarat */
.location-kutch {
    left: 16.5%;
    top: 45.5%;
}


/* Hyderabad - central Telangana */
.location-hyderabad {
    left: 41.5%;
    top: 64.5%;
}


/* Kadapa - south-central Andhra Pradesh */
.location-kadapa {
    left: 40%;
    top: 73%;
}


/* =========================================================
   MARKER
========================================================= */
.location-marker {
    position: absolute;

    width: 10px;
    height: 10px;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background: #1685ff;

    border: 2px solid #ffffff;

    box-shadow:
        0 0 0 3px rgba(22, 133, 255, 0.25),
        0 3px 10px rgba(0, 0, 0, 0.18);

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

/* Hyderabad */

.location-marker.head-office {
    background: #ffb51b;
}


/* =========================================================
   PULSE
========================================================= */

.location-pulse {
    position: absolute;

    width: 25px;
    height: 25px;

    left: 50%;
    top: 50%;

    transform:
        translate(-50%, -50%)
        scale(.7);

    border-radius: 50%;

    border: 2px solid rgba(64, 164, 255, 0.75);

    opacity: .8;

    animation:
        indiaLocationPulse
        2s
        ease-out
        infinite;
}


@keyframes indiaLocationPulse {

    0% {
        opacity: .9;

        transform:
            translate(-50%, -50%)
            scale(.65);
    }

    100% {
        opacity: 0;

        transform:
            translate(-50%, -50%)
            scale(1.8);
    }

}


/* =========================================================
   ACTIVE / HOVER
========================================================= */

.india-location-pin:hover
.location-marker,
.india-location-pin.active
.location-marker,
.india-location-pin:focus
.location-marker {

    transform:
        translate(-50%, -50%)
        scale(1.25);

    background: #ffb51b;

    box-shadow:
        0 0 0 5px
        rgba(255, 181, 27, .22),
        0 0 18px
        rgba(255, 181, 27, .75);
}


/* =========================================================
   TOOLTIP
========================================================= */

.location-tooltip {
    position: absolute;

    left: 24px;
    top: 50%;

    transform:
        translateY(-50%)
        translateX(-5px);

    min-width: 95px;

    padding: 7px 10px;

    display: flex;

    flex-direction: column;

    gap: 1px;

    background: #ffffff;

    border-radius: 7px;

    box-shadow:
        0 7px 20px
        rgba(0, 0, 0, .18);

    text-align: left;

    white-space: nowrap;

    opacity: 0;

    visibility: hidden;

    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s ease;

    pointer-events: none;
}


.location-tooltip::before {
    content: "";

    position: absolute;

    left: -5px;
    top: 50%;

    width: 10px;
    height: 10px;

    background: #ffffff;

    transform:
        translateY(-50%)
        rotate(45deg);
}


.location-tooltip strong {
    position: relative;

    z-index: 2;

    color: #092b50;

    font-size: 11px;

    font-weight: 800;
}


.location-tooltip small {
    position: relative;

    z-index: 2;

    color: #65809d;

    font-size: 8px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: .4px;
}


/* show tooltip */

.india-location-pin:hover
.location-tooltip,
.india-location-pin.active
.location-tooltip,
.india-location-pin:focus
.location-tooltip {

    opacity: 1;

    visibility: visible;

    transform:
        translateY(-50%)
        translateX(0);
}


/* =========================================================
   STATE STYLING
========================================================= */

.india-map-container svg path {
    fill: #e4effa !important;

    stroke: #7babdc !important;

    stroke-width: 1 !important;

    transition:
        fill .35s ease,
        stroke .35s ease,
        filter .35s ease;
}


/* state selected from card/pin */

.india-map-container svg path.divonex-state-active {

    fill: #1685ff !important;

    stroke: #ffffff !important;

    stroke-width: 2 !important;

    filter:
        drop-shadow(
            0 0 6px
            rgba(22, 133, 255, .9)
        )
        drop-shadow(
            0 0 16px
            rgba(22, 133, 255, .55)
        );
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .location-tooltip {
        padding: 5px 7px;

        min-width: 75px;
    }


    .location-tooltip strong {
        font-size: 9px;
    }


    .location-tooltip small {
        font-size: 7px;
    }


    .location-marker {
        width: 11px;
        height: 11px;
    }

}

.location-kadapa .location-tooltip {
    left: auto;
    right: 24px;
}

.location-kadapa .location-tooltip::before {
    left: auto;
    right: -5px;
}
.wa-icon svg {
  width: 28px;
  height: 28px;
  display: block;
}