@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Noto+Kufi+Arabic:wght@400;700;900&display=swap");

:root {
  --dn-navy: #051333;
  --dn-navy-soft: #0b2454;
  --dn-orange: #ff6a12;
  --dn-pink: #e6006e;
  --dn-blue: #176cff;
  --dn-gold: #ffb300;
  --dn-canvas: #fbfbfd;
  --dn-ink: #0b1734;
  --dn-muted: #64708a;
  --dn-line: #e7eaf1;
  --dn-shadow: 0 18px 44px rgba(8, 28, 69, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.deltanet-site { margin: 0; background: var(--dn-canvas); color: var(--dn-ink); font-family: Montserrat, sans-serif; }
button, input, textarea { font: inherit; }
a { color: inherit; }
.dn-skip-link { position: fixed; top: 12px; left: 12px; z-index: 30; transform: translateY(-170%); padding: 11px 16px; background: var(--dn-navy); color: #fff; border-radius: 8px; text-decoration: none; }
.dn-skip-link:focus { transform: translateY(0); }
.dn-container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.dn-header { position: sticky; top: 0; z-index: 20; min-height: 96px; display: flex; align-items: center; background: rgba(251, 251, 253, .95); border-bottom: 1px solid rgba(5, 19, 51, .08); backdrop-filter: blur(18px); }
.dn-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.dn-brand { display: block; width: 168px; height: 58px; overflow: hidden; flex: 0 0 auto; border-radius: 6px; }
.dn-brand img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.dn-nav { display: flex; align-items: center; gap: clamp(14px, 2.3vw, 34px); }
.dn-nav a { position: relative; padding: 37px 0 34px; color: var(--dn-ink); font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.dn-nav a::after { position: absolute; right: 0; bottom: 25px; left: 0; height: 2px; content: ""; background: var(--dn-orange); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.dn-nav a:hover, .dn-nav a.is-active { color: var(--dn-orange); }
.dn-nav a:hover::after, .dn-nav a.is-active::after { transform: scaleX(1); }
.dn-menu-toggle { display: none; align-items: center; gap: 10px; border: 0; background: transparent; color: var(--dn-navy); font-size: 13px; font-weight: 800; cursor: pointer; }
.dn-menu-toggle-bars { display: grid; gap: 4px; }
.dn-menu-toggle-bars span { display: block; width: 22px; height: 2px; background: currentColor; border-radius: 4px; transition: transform .2s ease, opacity .2s ease; }
.dn-header.is-menu-open .dn-menu-toggle-bars span:first-child { transform: translateY(6px) rotate(45deg); }
.dn-header.is-menu-open .dn-menu-toggle-bars span:nth-child(2) { opacity: 0; }
.dn-header.is-menu-open .dn-menu-toggle-bars span:last-child { transform: translateY(-6px) rotate(-45deg); }
.dn-hero { position: relative; overflow: hidden; padding: 0; min-height: clamp(560px, calc(100svh - 96px), 860px); display: flex; align-items: center; background: #020914; }
.dn-hero-layout { position: relative; z-index: 2; display: block; width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: clamp(56px, 8vh, 96px) 0; }
.dn-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1.5px solid rgba(255, 106, 18, .4); border-radius: 10px; background: rgba(255, 106, 18, .08); color: var(--dn-orange); font-size: 15px; font-weight: 900; letter-spacing: .04em; line-height: 1.2; text-transform: uppercase; }
.dn-eyebrow::before { flex: 0 0 auto; width: 9px; height: 9px; content: ""; border-radius: 50%; background: currentColor; }
.dn-hero .dn-eyebrow,
.dn-dark-card .dn-eyebrow,
.dn-cta .dn-eyebrow,
.dn-coverage-card.primary .dn-eyebrow { border-color: rgba(255, 106, 18, .55); background: rgba(255, 106, 18, .16); }
.dn-hero-copy { display: flex; flex-direction: column; justify-content: center; max-width: 620px; margin-left: auto; padding: 0; }
.dn-hero h1, .dn-page-hero h1 { max-width: 650px; margin: 17px 0 20px; color: var(--dn-navy); font-size: clamp(40px, 4.2vw, 56px); font-weight: 900; letter-spacing: -.055em; line-height: .99; }
.dn-hero h1 { color: #fff; }
.dn-hero h1 em { display: block; color: var(--dn-orange); font-style: normal; }
.dn-lead { max-width: 590px; margin: 0; color: #4f5c74; font-size: 16px; line-height: 1.72; }
.dn-hero .dn-lead { color: rgba(255, 255, 255, .78); }
.dn-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.dn-button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 16px 30px; border: 1px solid transparent; border-radius: 999px; color: var(--dn-navy); font-size: 15px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.dn-button:hover { transform: translateY(-2px); }
.dn-button.primary { background: var(--dn-orange); color: #fff; box-shadow: 0 12px 28px rgba(255, 106, 18, .26); }
.dn-button.secondary { border-color: #b9c0cd; background: #fff; }
.dn-hero .dn-button.secondary { border-color: rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .1); color: #fff; backdrop-filter: blur(8px); }
.dn-hero .dn-button.secondary:hover { background: rgba(255, 255, 255, .18); }
.dn-button.dark { border-color: #fff; background: transparent; color: #fff; }
.dn-hero-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; max-width: 720px; }
.dn-hero-benefits div { display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: center; color: var(--dn-navy); font-size: 17px; font-weight: 800; line-height: 1.35; }
.dn-hero .dn-hero-benefits div { color: rgba(255, 255, 255, .9); }
.dn-icon-orb { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: rgba(23, 108, 255, .1); color: var(--dn-blue); font-size: 17px; }
.dn-hero-benefits .dn-icon-orb { width: 52px; height: 52px; font-size: 24px; }
.dn-icon-orb svg { width: 18px; height: 18px; display: block; }
.dn-hero-benefits .dn-icon-orb svg { width: 26px; height: 26px; }
.dn-hero .dn-icon-orb { background: rgba(255, 255, 255, .12); color: #fff; }
.dn-hero .dn-icon-orb.pink { background: rgba(230, 0, 110, .28); color: #ff8fc4; }
.dn-hero .dn-icon-orb.gold { background: rgba(255, 179, 0, .22); color: #ffd56a; }
.dn-icon-orb.pink { background: rgba(230, 0, 110, .1); color: var(--dn-pink); }
.dn-icon-orb.gold { background: rgba(255, 179, 0, .13); color: #db9300; }
.dn-fibre-stage { position: absolute; inset: 0; z-index: 0; min-height: 100%; overflow: hidden; border-radius: 0; background: #020914; box-shadow: none; isolation: isolate; }
.dn-fibre-visual { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; max-width: none; display: block; object-fit: cover; object-position: right center; }
.dn-fibre-stage::after { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(270deg, rgba(2, 9, 20, .88) 0%, rgba(2, 9, 20, .58) 34%, rgba(2, 9, 20, .22) 58%, rgba(2, 9, 20, .08) 100%); pointer-events: none; }
.dn-network-window { position: absolute; z-index: 2; top: 24%; left: 5%; right: auto; width: min(500px, 40%); height: 56%; overflow: hidden; border: 1px solid rgba(255, 255, 255, .2); border-radius: 24px 24px 12px 24px; background: linear-gradient(158deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .04) 46%, rgba(5, 19, 51, .42)); box-shadow: inset 0 1px 0 rgba(255,255,255,.34), 0 22px 50px rgba(2, 10, 30, .45); backdrop-filter: blur(16px) saturate(1.1); -webkit-backdrop-filter: blur(16px) saturate(1.1); }
.dn-network-window::before { position: absolute; inset: 0; z-index: 0; content: ""; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(120% 90% at 60% 40%, #000 40%, rgba(0,0,0,.25) 78%, transparent 100%); }
.dn-network-window::after { position: absolute; inset: 0; z-index: 0; content: ""; background: radial-gradient(circle at 66% 26%, rgba(23, 108, 255, .2), transparent 42%), radial-gradient(circle at 24% 82%, rgba(255, 106, 18, .1), transparent 40%); pointer-events: none; }
.dn-network-chrome { position: absolute; z-index: 4; top: 14px; left: 16px; display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(5, 19, 51, .55); color: rgba(255,255,255,.86); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dn-network-live { position: relative; width: 8px; height: 8px; border-radius: 50%; background: #33e08a; box-shadow: 0 0 10px rgba(51, 224, 138, .9); }
.dn-network-live::after { position: absolute; inset: 0; content: ""; border-radius: 50%; background: #33e08a; animation: dn-live-pulse 2.2s ease-out infinite; }
.dn-network-links { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; pointer-events: none; }
.dn-link-glow { fill: none; stroke: rgba(23, 108, 255, .22); stroke-width: 6; stroke-linecap: round; }
.dn-link-line { fill: none; stroke: url(#dn-fibre-grad); stroke-width: 1.5; stroke-linecap: round; stroke-dasharray: 3 8; animation: dn-fibre-flow 3s linear infinite; }
.dn-link-base { fill: none; stroke: rgba(160, 194, 255, .22); stroke-width: 1; stroke-linecap: round; }
.dn-network-packet { fill: #fff; filter: drop-shadow(0 0 6px rgba(120, 190, 255, .95)); }
.dn-network-node { position: absolute; z-index: 3; display: block; width: auto; background: transparent; border: 0; box-shadow: none; color: #fff; transform: translate(-50%, -50%); }
.dn-network-node-core { position: relative; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: radial-gradient(circle at 32% 26%, rgba(45, 78, 140, .98), rgba(6, 22, 58, .96) 70%); box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 8px 20px rgba(2, 10, 30, .4), 0 0 22px rgba(23, 108, 255, .4); }
.dn-network-node-core::after { position: absolute; inset: -1px; z-index: -1; content: ""; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; opacity: 0; animation: dn-node-ping 3.4s ease-out infinite; }
.dn-network-node-core svg { width: 20px; height: 20px; }
.dn-network-label { position: absolute; top: calc(100% + 9px); left: 50%; padding: 3px 9px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(5, 19, 51, .62); color: rgba(255,255,255,.9); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.dn-network-node.hub { top: 49.2%; left: 49.5%; z-index: 4; }
.dn-network-node.hub .dn-network-node-core { width: 60px; height: 60px; border-color: rgba(255,255,255,.7); background: radial-gradient(circle at 32% 26%, #2f7bff, #0a2a66 72%); box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 10px 28px rgba(2, 10, 30, .5), 0 0 40px rgba(23, 108, 255, .65); }
.dn-network-node.hub .dn-network-node-core svg { width: 26px; height: 26px; }
.dn-network-node.hub .dn-network-node-core::after { border-color: rgba(120, 180, 255, .6); animation-duration: 3s; }
.dn-network-node.hub .dn-network-label { background: var(--dn-blue); border-color: transparent; color: #fff; }
.dn-network-node.one { top: 28%; left: 19.5%; }
.dn-network-node.one .dn-network-node-core { box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 8px 20px rgba(2, 10, 30, .4), 0 0 24px rgba(255, 106, 18, .5); }
.dn-network-node.one .dn-network-node-core::after { border-color: rgba(255, 150, 90, .55); animation-delay: .4s; }
.dn-network-node.two { top: 77%; left: 38%; }
.dn-network-node.two .dn-network-node-core { box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 8px 20px rgba(2, 10, 30, .4), 0 0 24px rgba(23, 108, 255, .55); }
.dn-network-node.two .dn-network-node-core::after { animation-delay: 1s; }
.dn-network-node.three { top: 29%; left: 78%; }
.dn-network-node.three .dn-network-node-core { box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 8px 20px rgba(2, 10, 30, .4), 0 0 24px rgba(230, 0, 110, .5); }
.dn-network-node.three .dn-network-node-core::after { border-color: rgba(255, 120, 190, .55); animation-delay: 1.6s; }
@keyframes dn-live-pulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(3); opacity: 0; } }
@keyframes dn-node-ping { 0% { transform: scale(1); opacity: .6; } 70% { opacity: 0; } 100% { transform: scale(2); opacity: 0; } }
@keyframes dn-fibre-flow { to { stroke-dashoffset: -44; } }
.dn-section { padding: 92px 0; border-top: 1px solid var(--dn-orange); }
.dn-section.soft { background: linear-gradient(180deg, #fff, #f5f7fc); }
.dn-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 33px; }
.dn-section-heading h2, .dn-split-content h2 { max-width: 650px; margin: 11px 0 0; color: var(--dn-navy); font-size: clamp(30px, 3.5vw, 49px); letter-spacing: -.045em; line-height: 1.05; }
.dn-section-heading p { max-width: 410px; margin: 0; color: var(--dn-muted); font-size: 14px; line-height: 1.7; }
.dn-section-intro { max-width: 820px; margin: -8px auto 28px; color: var(--dn-muted); font-size: clamp(18px, 2.1vw, 22px); line-height: 1.7; text-align: center; }
.dn-service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.dn-card { position: relative; min-width: 0; padding: 24px 19px 20px; border: 1px solid var(--dn-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 25px rgba(8, 28, 69, .05); }
.dn-card::before { position: absolute; top: 0; right: 18px; left: 18px; height: 3px; content: ""; border-radius: 0 0 8px 8px; background: var(--dn-orange); opacity: 0; transition: opacity .2s ease; }
.dn-card:hover::before { opacity: 1; }
.dn-card .dn-card-icon { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 18px; border-radius: 12px; background: linear-gradient(145deg, var(--dn-pink), #ff408e); color: #fff; font-size: 20px; line-height: 1; overflow: hidden; }
.dn-card .dn-card-icon .fi { display: block; font-size: 20px; line-height: 1; }
.dn-card .dn-card-icon:has(img) { background: none; padding: 0; }
.dn-card .dn-card-icon img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dn-card:nth-child(2) .dn-card-icon { background: linear-gradient(145deg, var(--dn-gold), #ff8a00); }
.dn-card:nth-child(3) .dn-card-icon { background: linear-gradient(145deg, var(--dn-blue), #00a6ff); }
.dn-card:nth-child(4) .dn-card-icon { background: linear-gradient(145deg, #7e67e8, var(--dn-blue)); }
.dn-card:nth-child(5) .dn-card-icon { background: linear-gradient(145deg, var(--dn-orange), var(--dn-pink)); }
.dn-card h3 { margin: 0; color: var(--dn-navy); font-size: 16px; line-height: 1.3; }
.dn-card p { margin: 10px 0 0; color: var(--dn-muted); font-size: 12px; line-height: 1.6; }
.dn-text-link { display: inline-flex; gap: 8px; margin-top: 18px; color: var(--dn-orange); font-size: 12px; font-weight: 900; text-decoration: none; }
.dn-band { padding: 22px 0; background: var(--dn-navy); color: #fff; }
.dn-band-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.dn-band-item { display: grid; grid-template-columns: 46px 1fr; gap: 13px; align-items: center; min-height: 70px; padding: 0 22px; border-inline-end: 1px solid rgba(255,255,255,.18); }
.dn-band-item:last-child { border-inline-end: 0; }
.dn-band-item .dn-icon-orb { display: grid; width: 42px; height: 42px; place-items: center; background: rgba(255,255,255,.12); color: #fff; margin: 0; }
.dn-band-item .dn-icon-orb svg { width: 20px; height: 20px; display: block; }
.dn-band-item strong { display: block; font-size: 13px; }
.dn-band-item > div > span { display: block; margin-top: 4px; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.4; }
.dn-metric-grid { display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden; border: 1px solid var(--dn-line); border-radius: 22px; background: #fff; box-shadow: var(--dn-shadow); }
.dn-metric { padding: 26px 18px; border-inline-end: 1px solid var(--dn-line); text-align: center; }
.dn-metric:last-child { border-inline-end: 0; }
.dn-metric strong { display: block; color: var(--dn-orange); font-size: clamp(23px, 2.5vw, 36px); letter-spacing: -.05em; }
.dn-metric:nth-child(2) strong { color: var(--dn-gold); }
.dn-metric:nth-child(3) strong { color: var(--dn-blue); }
.dn-metric:nth-child(4) strong { color: var(--dn-pink); }
.dn-metric span { display: block; margin-top: 7px; color: var(--dn-muted); font-size: 11px; font-weight: 700; line-height: 1.4; }
.dn-cta { position: relative; overflow: hidden; padding: 55px; border-radius: 28px; background: var(--dn-navy); color: #fff; }
.dn-cta::after { position: absolute; top: -110px; right: -100px; width: 410px; height: 410px; content: ""; border: 55px solid rgba(23,108,255,.55); border-radius: 50%; box-shadow: -25px 14px 0 rgba(230,0,110,.75), -53px 27px 0 rgba(255,179,0,.6); }
.dn-cta > * { position: relative; z-index: 1; }
.dn-cta h2 { max-width: 650px; margin: 11px 0 0; font-size: clamp(31px, 4vw, 54px); letter-spacing: -.05em; line-height: 1.03; }
.dn-cta p { max-width: 560px; color: rgba(255,255,255,.74); line-height: 1.65; }
.dn-page-hero { position: relative; overflow: hidden; padding: 74px 0 60px; background: linear-gradient(135deg, #fff 0%, #f3f7ff 100%); }
.dn-page-hero .dn-container { position: relative; z-index: 1; }
.dn-page-hero .dn-container::after { position: absolute; top: -94px; right: 4%; width: 310px; height: 310px; content: ""; border: 42px solid var(--dn-blue); border-radius: 50%; box-shadow: -24px 14px 0 var(--dn-pink), -47px 28px 0 var(--dn-gold); opacity: .88; }
.dn-page-hero .dn-lead { position: relative; z-index: 1; }
.dn-page-hero h1, .dn-page-hero .dn-eyebrow { position: relative; z-index: 1; }
.dn-page-hero h1 { max-width: 720px; }
.dn-page-hero.has-media { display: flex; align-items: center; min-height: clamp(280px, 34vw, 420px); padding: 72px 0; background: #fff; }
.dn-page-hero.has-media .dn-container::after { display: none; }
.dn-page-hero-visual { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: right center; pointer-events: none; }
.dn-split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); gap: 58px; align-items: center; }
.dn-split-content p { color: var(--dn-muted); font-size: 17px; line-height: 1.8; font-weight: 700; }
.dn-story-card, .dn-dark-card { padding: 40px; border-radius: 28px; }
.dn-story-card { background: #fff; box-shadow: var(--dn-shadow); }
.dn-story-card .dn-stat-line { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--dn-line); }
.dn-story-card .dn-stat-line:last-child { border-bottom: 0; }
.dn-story-card .dn-stat-line strong { color: var(--dn-navy); font-size: 28px; letter-spacing: -.05em; }
.dn-story-card .dn-stat-line span { color: var(--dn-muted); font-size: 13px; font-weight: 700; text-align: end; }
.dn-dark-card { color: #fff; background: linear-gradient(135deg, var(--dn-navy), #0b2e76); }
.dn-dark-card h3 { margin: 0; font-size: 23px; }
.dn-dark-card p { color: rgba(255,255,255,.75); line-height: 1.75; }
.dn-value-grid, .dn-detail-grid, .dn-partner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.dn-value-card, .dn-detail-card, .dn-partner-card { padding: 29px; border: 1px solid var(--dn-line); border-radius: 20px; background: #fff; }
.dn-value-card h3, .dn-detail-card h3, .dn-partner-card h3 { margin: 0; color: var(--dn-navy); font-size: 20px; }
.dn-value-card p, .dn-detail-card p, .dn-partner-card p { margin: 10px 0 0; color: var(--dn-muted); font-size: 14px; line-height: 1.7; }
.dn-value-card p { font-size: 16px; font-weight: 700; }
.dn-detail-grid { grid-template-columns: repeat(3, 1fr); }
.dn-detail-card ul, .dn-area-list, .dn-partner-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 18px 0 0; list-style: none; }
.dn-detail-card li, .dn-area-list li, .dn-partner-list li { display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; border-radius: 10px; background: #f2f5fb; color: #40506e; font-size: 15px; font-weight: 700; }
.dn-partner-logo { display: block; height: 22px; width: auto; flex-shrink: 0; }
.dn-coverage-explorer { display: grid; gap: 22px; }
.dn-coverage-map {
  width: 100%;
  height: min(520px, 68vw);
  min-height: 320px;
  overflow: hidden;
  border: 1px solid var(--dn-line);
  border-radius: 24px;
  background: #dfe7f4;
  box-shadow: var(--dn-shadow);
  z-index: 0;
}
.dn-coverage-panels { display: grid; }
.dn-coverage-card { min-height: 246px; padding: 30px; border-radius: 24px; background: #fff; box-shadow: var(--dn-shadow); }
.dn-coverage-card[hidden] { display: none !important; }
.dn-coverage-card.primary { color: #fff; background: linear-gradient(145deg, var(--dn-navy), #123f92); }
.dn-coverage-card h2 { margin: 0; font-size: 29px; letter-spacing: -.04em; }
.dn-coverage-card p { margin: 9px 0 0; color: var(--dn-muted); font-size: 13px; line-height: 1.6; }
.dn-coverage-card.primary p { color: rgba(255,255,255,.72); }
.dn-coverage-card.primary .dn-area-list li { background: rgba(255,255,255,.14); color: #fff; }
.dn-map-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 0;
}
.dn-map-dot {
  position: relative;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--dn-blue);
  box-shadow: 0 0 0 6px rgba(23, 108, 255, .18), 0 8px 18px rgba(5, 19, 51, .28);
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.dn-map-marker.is-active .dn-map-dot {
  background: var(--dn-orange);
  transform: scale(1.18);
  box-shadow: 0 0 0 8px rgba(255, 106, 18, .22), 0 10px 22px rgba(5, 19, 51, .34);
}
.dn-map-dot::after {
  position: absolute;
  inset: -10px;
  border: 2px solid rgba(23, 108, 255, .35);
  border-radius: 50%;
  content: "";
  animation: dn-map-pulse 2.2s ease-out infinite;
}
.dn-map-marker.is-active .dn-map-dot::after {
  border-color: rgba(255, 106, 18, .45);
}
.dn-map-label {
  padding: 4px 10px;
  border: 1px solid rgba(5, 19, 51, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--dn-navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(5, 19, 51, .12);
  pointer-events: none;
}
.dn-map-marker.is-active .dn-map-label {
  background: var(--dn-navy);
  border-color: transparent;
  color: #fff;
}
@keyframes dn-map-pulse {
  0% { transform: scale(.7); opacity: .7; }
  70% { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(1.35); opacity: 0; }
}
.dn-partner-card { min-height: 172px; }
.dn-partner-card::before { display: block; width: 35px; height: 3px; margin-bottom: 20px; content: ""; background: var(--dn-orange); }
.dn-contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 26px; align-items: stretch; }
.dn-contact-details { padding: 40px; border-radius: 25px; background: var(--dn-navy); color: #fff; }
.dn-contact-details h2 { margin: 0; font-size: 32px; letter-spacing: -.04em; }
.dn-contact-details p { color: rgba(255,255,255,.73); line-height: 1.7; }
.dn-contact-item { display: block; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); color: #fff; font-size: 14px; font-weight: 700; line-height: 1.5; text-decoration: none; }
.dn-contact-item span { display: block; margin-bottom: 4px; color: #ffb300; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.dn-contact-form { padding: 40px; border: 1px solid var(--dn-line); border-radius: 25px; background: #fff; box-shadow: var(--dn-shadow); }
.dn-contact-form h2 { margin: 0; font-size: 32px; letter-spacing: -.04em; }
.dn-field { display: grid; gap: 8px; margin-top: 18px; }
.dn-field label { color: var(--dn-ink); font-size: 12px; font-weight: 800; }
.dn-field input, .dn-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #ccd3df; border-radius: 10px; background: #fff; color: var(--dn-ink); outline: none; }
.dn-field textarea { min-height: 120px; resize: vertical; }
.dn-field input:focus, .dn-field textarea:focus { border-color: var(--dn-blue); box-shadow: 0 0 0 3px rgba(23,108,255,.13); }
.dn-form-note { color: var(--dn-muted); font-size: 12px; line-height: 1.55; }
.dn-footer { margin-top: 92px; padding: 58px 0 25px; background: #030c20; color: #fff; }
.dn-footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .9fr; gap: 50px; }
.dn-footer .dn-brand { margin-bottom: 21px; filter: brightness(1.4); }
.dn-footer p { max-width: 350px; margin: 0; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.7; }
.dn-footer .dn-group-note { margin-top: 16px; font-size: 12px; color: rgba(255,255,255,.48); }
.dn-footer .dn-group-note a { color: var(--dn-orange); text-decoration: none; font-weight: 600; }
.dn-footer .dn-group-note a:hover { text-decoration: underline; }
.dn-footer h3 { margin: 0 0 16px; color: #fff; font-size: 14px; }
.dn-footer-links { display: grid; gap: 10px; }
.dn-footer-links a { color: rgba(255,255,255,.72); font-size: 13px; text-decoration: none; }
.dn-footer-links a:hover { color: var(--dn-orange); }
.dn-footer-address { color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.8; }
.dn-footer-social { display: flex; gap: 10px; margin-top: 14px; }
.dn-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  color: rgba(255,255,255,.78);
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.dn-footer-social a:hover { color: var(--dn-orange); border-color: var(--dn-orange); background: rgba(255, 106, 18, .1); }
.dn-footer-social svg { display: block; width: 16px; height: 16px; }
.dn-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.48); font-size: 11px; }
.deltanet-site :focus-visible { outline: 3px solid var(--dn-blue); outline-offset: 3px; }

@media (max-width: 1050px) {
  .dn-header { min-height: 76px; }
  .dn-nav a { padding: 27px 0 25px; }
  .dn-nav a::after { bottom: 16px; }
  .dn-hero { min-height: clamp(520px, calc(100svh - 76px), 780px); }
  .dn-network-window { width: min(440px, 46%); left: 4%; right: auto; height: 52%; }
  .dn-service-grid { grid-template-columns: repeat(3, 1fr); }
  .dn-detail-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  .dn-container { width: min(100% - 34px, 640px); }
  .dn-brand { width: 142px; height: 50px; }
  .dn-brand img { width: 100%; height: 100%; transform: none; }
  .dn-menu-toggle { display: inline-flex; }
  .dn-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: grid; gap: 0; padding: 10px 17px 18px; border-bottom: 1px solid var(--dn-line); background: #fff; box-shadow: 0 20px 30px rgba(5,19,51,.1); transform: translateY(-12px); visibility: hidden; opacity: 0; transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .dn-header.is-menu-open .dn-nav { transform: translateY(0); visibility: visible; opacity: 1; }
  .dn-nav a { padding: 14px 5px; }
  .dn-nav a::after { right: auto; bottom: 7px; width: 24px; }
  .dn-hero { min-height: clamp(520px, calc(100svh - 76px), 720px); align-items: flex-end; }
  .dn-hero-layout { width: min(100% - 34px, 640px); padding: 48px 0 42px; }
  .dn-hero h1, .dn-page-hero h1 { font-size: clamp(36px, 9vw, 48px); }
  .dn-page-hero.has-media { min-height: 300px; padding: 56px 0; }
  .dn-page-hero-visual { object-position: 68% center; }
  .dn-fibre-stage::after { background: linear-gradient(180deg, rgba(3, 8, 24, .35) 0%, rgba(3, 8, 24, .72) 42%, rgba(3, 8, 24, .94) 100%); }
  .dn-fibre-visual { object-position: 72% center; }
  .dn-hero-benefits { max-width: 560px; }
  .dn-network-window { top: auto; bottom: 18%; left: 24px; right: auto; width: min(300px, 58%); height: 210px; }
  .dn-network-label { display: none; }
  .dn-section { padding: 64px 0; }
  .dn-section-heading { display: block; }
  .dn-section-heading p { margin-top: 17px; }
  .dn-service-grid { grid-template-columns: repeat(2, 1fr); }
  .dn-band-grid { grid-template-columns: repeat(2, 1fr); }
  .dn-band-item:nth-child(2) { border-inline-end: 0; }
  .dn-band-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .dn-metric-grid { grid-template-columns: repeat(3, 1fr); }
  .dn-metric:nth-child(3) { border-inline-end: 0; }
  .dn-metric:nth-child(-n+3) { border-bottom: 1px solid var(--dn-line); }
  .dn-split, .dn-contact-grid { grid-template-columns: 1fr; gap: 26px; }
  .dn-footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .dn-footer-grid > :first-child { grid-column: span 2; }
}

@media (max-width: 540px) {
  .dn-actions { display: grid; grid-template-columns: 1fr; }
  .dn-hero-benefits { grid-template-columns: 1fr; }
  .dn-network-window { display: none; }
  .dn-service-grid, .dn-value-grid, .dn-detail-grid, .dn-partner-grid { grid-template-columns: 1fr; }
  .dn-coverage-map { height: 360px; min-height: 280px; }
  .dn-band-grid, .dn-metric-grid { grid-template-columns: 1fr 1fr; }
  .dn-band-item, .dn-band-item:nth-child(2) { border-inline-end: 1px solid rgba(255,255,255,.18); }
  .dn-band-item:nth-child(even) { border-inline-end: 0; }
  .dn-band-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .dn-band-item { padding: 15px 8px; }
  .dn-metric:nth-child(3) { border-inline-end: 1px solid var(--dn-line); }
  .dn-metric:nth-child(even) { border-inline-end: 0; }
  .dn-metric:nth-child(-n+3) { border-bottom: 1px solid var(--dn-line); }
  .dn-cta, .dn-contact-details, .dn-contact-form, .dn-story-card, .dn-dark-card { padding: 29px 23px; }
  .dn-footer-grid { grid-template-columns: 1fr; }
  .dn-footer-grid > :first-child { grid-column: auto; }
  .dn-footer-bottom { display: block; }
  .dn-footer-bottom span + span { display: block; margin-top: 7px; }
  .dn-header-inner { gap: 8px; width: min(100% - 24px, 640px); }
  .dn-brand { width: 118px; height: 42px; }
  .dn-menu-toggle { padding: 8px; font-size: 0; letter-spacing: 0; min-width: 44px; min-height: 44px; justify-content: center; }
  .dn-lang-toggle { width: 38px; height: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .dn-link-line { animation: none; stroke-dasharray: none; }
  .dn-network-packet { display: none; }
  .dn-network-live::after, .dn-network-node-core::after { animation: none; display: none; }
  .dn-map-dot::after { animation: none; display: none; }
}

/* Language switcher */
.dn-lang { position: relative; }
.dn-lang-toggle { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--dn-line); border-radius: 50%; background: #fff; cursor: pointer; }
.dn-lang-toggle img { width: 20px; height: 20px; }
.dn-lang-toggle:hover { border-color: var(--dn-orange); }
.dn-lang-list { position: absolute; top: calc(100% + 8px); inset-inline-end: 0; z-index: 25; display: none; min-width: 160px; padding: 6px; border: 1px solid var(--dn-line); border-radius: 12px; background: #fff; box-shadow: var(--dn-shadow); }
.dn-lang:hover .dn-lang-list, .dn-lang:focus-within .dn-lang-list { display: grid; }
.dn-lang-item { padding: 9px 12px; border-radius: 8px; color: var(--dn-ink); font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.dn-lang-item:hover { background: rgba(255, 106, 18, .08); color: var(--dn-orange); }
.dn-lang-item.is-current { color: var(--dn-orange); pointer-events: none; }

/* RTL (Arabic / Kurdish Sorani) */
[dir="rtl"] body.deltanet-site { font-family: "Noto Kufi Arabic", Montserrat, sans-serif; }
[dir="rtl"] .deltanet-site h1, [dir="rtl"] .deltanet-site h2, [dir="rtl"] .deltanet-site h3,
[dir="rtl"] .deltanet-site strong, [dir="rtl"] .dn-eyebrow { letter-spacing: 0; }
[dir="rtl"] .dn-hero h1, [dir="rtl"] .dn-page-hero h1 { line-height: 1.3; font-size: clamp(34px, 4vw, 52px); }
[dir="rtl"] .dn-page-hero .dn-container::after { right: auto; left: 4%; box-shadow: 24px 14px 0 var(--dn-pink), 47px 28px 0 var(--dn-gold); }
[dir="rtl"] .dn-page-hero-visual { object-position: left center; transform: scaleX(-1); }
[dir="rtl"] .dn-section-heading h2, [dir="rtl"] .dn-split-content h2, [dir="rtl"] .dn-cta h2 { line-height: 1.4; }
[dir="rtl"] .dn-hero-copy { margin-left: 0; }
[dir="rtl"] .dn-fibre-stage::after { background: linear-gradient(270deg, rgba(2, 9, 20, .88) 0%, rgba(2, 9, 20, .58) 34%, rgba(2, 9, 20, .22) 58%, rgba(2, 9, 20, .08) 100%); }
[dir="rtl"] .dn-network-window { left: 5%; right: auto; }
@media (max-width: 800px) {
  [dir="rtl"] .dn-fibre-stage::after { background: linear-gradient(180deg, rgba(3, 8, 24, .35) 0%, rgba(3, 8, 24, .72) 42%, rgba(3, 8, 24, .94) 100%); }
  [dir="rtl"] .dn-network-window { left: 24px; right: auto; }
}
