:root {
  --ink: #071522;
  --ink-2: #0b2234;
  --blue: #129bd2;
  --blue-2: #67d8ff;
  --paper: #f5f8fb;
  --white: #ffffff;
  --text: #0a2032;
  --muted: #627487;
  --line: #dbe4ec;
  --max: 1240px;
  --radius: 26px;
  --shadow: 0 28px 80px rgba(5, 27, 44, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 14px; color: #fff; background: #000; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; transition: background .25s ease, box-shadow .25s ease, border-color .25s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(5, 18, 29, .88); backdrop-filter: blur(18px); border-color: rgba(255,255,255,.08); box-shadow: 0 14px 45px rgba(0,0,0,.16); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.brand { flex: 0 0 auto; }
.brand img { width: 230px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: #fff; }
.nav-button { padding: 12px 17px; color: #fff !important; border: 1px solid rgba(107,220,255,.45); border-radius: 999px; background: rgba(107,220,255,.08); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: #fff; transition: .2s ease; }

.hero { position: relative; min-height: 900px; padding: 155px 0 0; color: #fff; overflow: hidden; background: radial-gradient(circle at 80% 16%, #123d5a 0, #071827 34%, #04101a 70%); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,12,20,.62), transparent 58%); pointer-events: none; }
.hero-noise { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, #000 0, transparent 80%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(5px); }
.hero-orb-a { width: 640px; height: 640px; right: -230px; top: -230px; background: radial-gradient(circle, rgba(29,165,217,.28), transparent 68%); }
.hero-orb-b { width: 360px; height: 360px; left: 42%; bottom: 30px; background: radial-gradient(circle, rgba(72,201,246,.11), transparent 68%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 40px; align-items: center; min-height: 655px; }
.hero-copy { padding-bottom: 55px; }
.kicker { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: #76dbff; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.kicker span { width: 28px; height: 1px; background: currentColor; }
.kicker-dark { color: #128dbf; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; max-width: 760px; font-size: clamp(66px, 6.6vw, 100px); line-height: .92; letter-spacing: -.065em; font-weight: 780; }
h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.35px rgba(123,220,255,.8); text-shadow: 0 0 35px rgba(31,177,229,.12); }
.hero-text { max-width: 660px; margin: 34px 0 0; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #04111b; background: linear-gradient(135deg, #7ae1ff, #2db6e8); box-shadow: 0 14px 35px rgba(38,179,228,.25); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(38,179,228,.34); }
.button-secondary { color: #fff; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.055); }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 700px; margin-top: 52px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-meta small, .hero-meta strong { display: block; }
.hero-meta small { color: rgba(255,255,255,.38); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hero-meta strong { margin-top: 7px; font-size: 14px; }

.hero-stage { position: relative; height: 650px; }
.world-lines { position: absolute; width: 620px; max-width: none; right: -110px; top: -15px; opacity: .88; }
.phone { position: absolute; width: 250px; height: 520px; padding: 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 39px; background: linear-gradient(145deg, #0f2c41, #03101a); box-shadow: 0 38px 80px rgba(0,0,0,.42), inset 0 0 0 2px rgba(255,255,255,.035); }
.phone .screen { width: 100%; height: 100%; overflow: hidden; border-radius: 31px; }
.phone-back { left: 75px; top: 82px; transform: rotate(-10deg); opacity: .82; }
.phone-front { right: 73px; top: 46px; transform: rotate(4deg); }
.phone-top { position: absolute; z-index: 3; top: 15px; left: 50%; width: 82px; height: 22px; border-radius: 16px; background: #03101a; transform: translateX(-50%); }
.poster-a { position: relative; background: radial-gradient(circle at 68% 20%, rgba(119,224,255,.55), transparent 30%), linear-gradient(160deg, #134c6f 0%, #071622 58%, #08111b 100%); }
.poster-a::before { content: ""; position: absolute; width: 170px; height: 290px; left: 66px; top: 50px; border-radius: 90px 90px 25px 25px; background: linear-gradient(180deg, rgba(125,225,255,.55), rgba(10,46,67,.12)); filter: blur(.2px); transform: rotate(-7deg); }
.screen-badge { position: absolute; top: 34px; left: 25px; font-size: 9px; letter-spacing: .18em; color: #a9ebff; }
.poster-copy { position: absolute; inset: auto 24px 30px; }
.poster-copy strong { display: block; font-size: 29px; line-height: 1; letter-spacing: -.04em; }
.poster-copy small { display: block; margin-top: 10px; color: rgba(255,255,255,.55); }
.poster-b { padding: 29px 18px 18px; background: linear-gradient(180deg, #10496a, #071421 60%); }
.screen-nav { display: flex; justify-content: space-between; color: rgba(255,255,255,.7); font-size: 9px; letter-spacing: .14em; }
.episode-visual { position: relative; height: 285px; margin-top: 20px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; border-radius: 25px; overflow: hidden; background: radial-gradient(circle at 62% 31%, rgba(145,232,255,.8), transparent 20%), linear-gradient(145deg, #2c93bc, #092438 62%, #07141f); }
.episode-visual::before { content: ""; position: absolute; width: 185px; height: 235px; right: -8px; bottom: -20px; border-radius: 95px 95px 0 0; background: linear-gradient(180deg, rgba(147,232,255,.72), rgba(9,44,65,.14)); transform: rotate(11deg); }
.episode-visual .play { position: relative; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 13px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(255,255,255,.12); font-size: 12px; }
.episode-visual span { position: relative; z-index: 2; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.episode-copy { padding: 22px 5px 0; }
.episode-copy strong, .episode-copy small { display: block; }
.episode-copy strong { font-size: 22px; letter-spacing: -.03em; }
.episode-copy small { margin-top: 7px; color: rgba(255,255,255,.45); font-size: 11px; }
.episode-copy i { display: block; height: 3px; margin-top: 22px; overflow: hidden; border-radius: 5px; background: rgba(255,255,255,.1); }
.episode-copy b { display: block; width: 67%; height: 100%; background: #6bdcff; }
.stage-card { position: absolute; z-index: 5; min-width: 220px; padding: 14px 16px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(7,25,39,.72); backdrop-filter: blur(14px); box-shadow: 0 20px 48px rgba(0,0,0,.25); }
.stage-card > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; color: #04111b; background: #6bdcff; font-size: 10px; font-weight: 900; }
.stage-card small, .stage-card strong { display: block; }
.stage-card small { color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.stage-card strong { margin-top: 3px; font-size: 12px; }
.stage-card-a { left: 4px; top: 31px; }
.stage-card-b { right: -12px; top: 315px; }
.stage-card-c { left: 32px; bottom: 26px; }
.market-strip { position: relative; z-index: 2; margin-top: 45px; border-top: 1px solid rgba(255,255,255,.08); background: rgba(1,7,12,.28); }
.market-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.42); font-size: 12px; }
.market-inner > span { text-transform: uppercase; letter-spacing: .13em; }
.market-inner div { display: flex; align-items: center; gap: 22px; color: rgba(255,255,255,.8); }
.market-inner i { width: 4px; height: 4px; border-radius: 50%; background: #3bbbe9; }

.section { padding: 120px 0; }
.section-label { color: #8b9aa8; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section-label.light { color: rgba(255,255,255,.36); }
h2 { margin: 0; font-size: clamp(42px, 4.6vw, 67px); line-height: 1; letter-spacing: -.055em; }
h3 { margin: 0; }
.about { background: #f5f8fb; }
.about-grid { display: grid; grid-template-columns: .45fr 1fr 1fr; gap: 55px; align-items: start; }
.about-heading h2 { max-width: 570px; }
.about-copy { padding-top: 39px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.about-copy p { margin: 0 0 22px; }
.about-copy .lead { color: var(--text); font-size: 19px; line-height: 1.6; }
.promise-grid { margin-top: 76px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.promise-card { min-height: 355px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 13px 40px rgba(6,30,48,.045); }
.promise-card.featured { color: #fff; border-color: transparent; background: linear-gradient(145deg, #0c3c5b, #081824 72%); box-shadow: var(--shadow); }
.promise-card > span { color: #0d95cd; font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.promise-card.featured > span { color: #6bdcff; }
.promise-card h3 { margin-top: 74px; font-size: 35px; line-height: 1.04; letter-spacing: -.045em; }
.promise-card p { margin: auto 0 0; color: var(--muted); line-height: 1.7; }
.promise-card.featured p { color: rgba(255,255,255,.58); }

.evolution { color: #fff; background: linear-gradient(145deg, #071725, #0b2b41); }
.section-topline { display: grid; grid-template-columns: .45fr 1fr 1fr; gap: 55px; align-items: end; }
.section-intro { margin: 0; color: rgba(255,255,255,.55); font-size: 16px; line-height: 1.75; }
.section-intro.dark-copy { color: var(--muted); }
.evolution-track { position: relative; margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); }
.evolution-track::before { content: ""; position: absolute; left: 8%; right: 8%; top: 29px; height: 1px; background: linear-gradient(90deg, rgba(107,220,255,.65), rgba(107,220,255,.08)); }
.evolution-track article { position: relative; padding-right: 58px; }
.track-head { display: flex; align-items: center; }
.track-head span { position: relative; z-index: 2; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(107,220,255,.4); border-radius: 50%; color: #6bdcff; background: #0a2335; font-size: 11px; font-weight: 900; }
.evolution-track small { display: block; margin-top: 35px; color: #6bdcff; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.evolution-track h3 { margin-top: 12px; font-size: 28px; letter-spacing: -.035em; }
.evolution-track p { max-width: 330px; margin: 17px 0 0; color: rgba(255,255,255,.52); line-height: 1.7; }

.solutions { background: #f5f8fb; }
.dark-line { align-items: end; }
.capability-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.capability-card { min-height: 320px; padding: 28px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.capability-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -95px; bottom: -95px; border-radius: 50%; background: radial-gradient(circle, rgba(29,169,219,.13), transparent 68%); }
.capability-card:hover { transform: translateY(-6px); border-color: rgba(15,146,197,.35); box-shadow: var(--shadow); }
.icon-wrap { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: #168fc0; background: #ecf8fc; }
.icon-wrap svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.capability-card > span { position: absolute; right: 26px; top: 30px; color: #a6b3be; font-size: 10px; font-weight: 900; }
.capability-card h3 { margin-top: 49px; font-size: 26px; line-height: 1.08; letter-spacing: -.04em; }
.capability-card p { margin: 19px 0 0; color: var(--muted); line-height: 1.68; }

.network { color: #fff; overflow: hidden; background: radial-gradient(circle at 16% 50%, rgba(13,143,194,.27), transparent 30%), #071522; }
.network-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 90px; align-items: center; }
.network-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.network-visual svg { width: 590px; max-width: none; }
.hk-pin { position: absolute; left: 50%; top: 50%; min-width: 180px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(7,24,37,.72); backdrop-filter: blur(12px); transform: translate(-50%, -50%); text-align: center; }
.hk-pin small, .hk-pin strong { display: block; }
.hk-pin small { color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.hk-pin strong { margin-top: 6px; color: #6bdcff; font-size: 13px; letter-spacing: .12em; }
.network-copy h2 { max-width: 650px; margin-top: 0; }
.network-copy > p:not(.kicker) { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.58); font-size: 17px; line-height: 1.8; }
.network-copy ul { margin: 38px 0 0; padding: 0; list-style: none; }
.network-copy li { padding: 17px 0; display: flex; align-items: center; gap: 18px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.78); }
.network-copy li:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }
.network-copy li span { color: #6bdcff; font-size: 10px; font-weight: 900; }

.delivery { background: #f5f8fb; }
.delivery-flow { margin-top: 75px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 14px; align-items: center; }
.delivery-flow article { min-height: 230px; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.delivery-flow article > span { color: #1298cd; font-size: 11px; font-weight: 900; }
.delivery-flow small { display: block; margin-top: 50px; color: #8a9aa8; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.delivery-flow h3 { margin-top: 10px; font-size: 20px; line-height: 1.35; letter-spacing: -.025em; }
.delivery-flow > i { color: #138fbd; font-style: normal; font-size: 22px; }
.telco-panel { margin-top: 76px; padding: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border-radius: 30px; color: #fff; background: linear-gradient(135deg, #0b3e5e, #071522 68%); box-shadow: var(--shadow); }
.telco-panel h2 { font-size: clamp(36px, 3.8vw, 52px); }
.telco-list { display: flex; flex-direction: column; }
.telco-list span { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.72); }
.telco-list span::before { content: "\2197"; margin-right: 12px; color: #6bdcff; }

.purpose { padding: 105px 0; color: #fff; background: #04101a; }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.purpose article { min-height: 470px; padding: 42px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.09); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.018)); }
.purpose article:last-child { background: radial-gradient(circle at 95% 0, rgba(34,169,218,.19), transparent 44%), linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.018)); }
.purpose small { color: #6bdcff; font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.purpose h2 { margin-top: 35px; font-size: clamp(43px, 4.4vw, 62px); }
.purpose h2 em { color: #6bdcff; font-style: normal; }
.purpose p { max-width: 570px; margin: auto 0 0; color: rgba(255,255,255,.53); font-size: 16px; line-height: 1.75; }

.contact { position: relative; padding: 125px 0; overflow: hidden; color: #fff; background: linear-gradient(135deg, #0c3c5b, #06131f 70%); }
.contact-grid-bg { position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 55px 55px; }
.contact::before { content: ""; position: absolute; width: 650px; height: 650px; right: -180px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(48,188,236,.35), transparent 67%); }
.contact-layout { position: relative; display: grid; grid-template-columns: 1.16fr .84fr; gap: 90px; align-items: center; }
.contact-copy h2 { max-width: 770px; }
.contact-copy > p:not(.kicker) { max-width: 680px; margin: 28px 0 34px; color: rgba(255,255,255,.6); font-size: 18px; line-height: 1.75; }
.contact-card { max-width: 430px; margin-left: auto; padding: 31px; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: rgba(255,255,255,.075); backdrop-filter: blur(17px); box-shadow: 0 35px 80px rgba(0,0,0,.23); }
.contact-card img { width: 245px; margin-bottom: 34px; }
.contact-card > small, .contact-card > strong, .contact-card > span { display: block; }
.contact-card > small { color: #6bdcff; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.contact-card > strong { margin-top: 11px; font-size: 24px; }
.contact-card > span { margin-top: 5px; color: rgba(255,255,255,.47); }
.contact-card > a { margin-top: 26px; padding: 17px 18px; display: flex; justify-content: space-between; border-radius: 15px; background: rgba(255,255,255,.07); font-weight: 800; }
.contact-card > a b { color: #6bdcff; }

.site-footer { padding: 55px 0 25px; color: rgba(255,255,255,.5); background: #02080d; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 45px; align-items: center; }
.footer-main img { width: 220px; }
.footer-main p { max-width: 420px; margin: 0; line-height: 1.6; }
.footer-main nav { display: flex; gap: 22px; font-size: 12px; font-weight: 800; }
.footer-main nav a:hover { color: #fff; }
.footer-bottom { margin-top: 45px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }

@media (max-width: 1080px) {
  .hero-layout { grid-template-columns: 1fr; padding-bottom: 80px; }
  .hero-copy { padding-bottom: 0; }
  .hero-stage { width: min(700px, 100%); margin: -20px auto 0; }
  .about-grid, .section-topline { grid-template-columns: .35fr 1fr; }
  .about-copy, .section-intro { grid-column: 2; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .network-grid { gap: 35px; }
  .network-visual svg { width: 520px; }
  .delivery-flow { grid-template-columns: repeat(2, 1fr); }
  .delivery-flow > i { display: none; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main nav { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 34px), var(--max)); }
  .site-header { background: rgba(5,18,29,.9); backdrop-filter: blur(16px); }
  .nav-wrap { min-height: 74px; }
  .brand img { width: 200px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; top: 83px; left: 17px; right: 17px; display: grid; gap: 0; padding: 11px; color: rgba(255,255,255,.85); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(4,15,24,.98); box-shadow: 0 25px 70px rgba(0,0,0,.4); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s ease; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 15px 13px; }
  .nav-button { margin-top: 5px; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 120px; }
  h1 { font-size: clamp(58px, 13vw, 82px); }
  .hero-meta { grid-template-columns: repeat(2, 1fr); }
  .market-inner { padding: 20px 0; display: block; }
  .market-inner div { margin-top: 13px; flex-wrap: wrap; }
  .section { padding: 88px 0; }
  .about-grid, .section-topline, .network-grid, .contact-layout { grid-template-columns: 1fr; }
  .about-copy, .section-intro { grid-column: auto; }
  .about-grid, .section-topline { gap: 28px; }
  .promise-grid, .evolution-track, .purpose-grid { grid-template-columns: 1fr; }
  .promise-card { min-height: 285px; }
  .evolution-track { gap: 35px; }
  .evolution-track::before { display: none; }
  .evolution-track article { padding-right: 0; }
  .network-visual { min-height: 490px; order: 2; }
  .network-visual svg { width: min(560px, 130%); }
  .network-copy { order: 1; }
  .telco-panel { grid-template-columns: 1fr; gap: 35px; padding: 38px; }
  .contact-card { max-width: none; margin-left: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main nav { grid-column: auto; flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand img { width: 180px; }
  .hero { min-height: auto; }
  .hero-layout { min-height: auto; }
  h1 { font-size: 50px; }
  .hero-text { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-meta { gap: 14px; }
  .hero-meta div { min-width: 0; }
  .hero-stage { height: 500px; margin-top: -5px; transform: scale(.78); transform-origin: top center; margin-bottom: -105px; }
  .world-lines { right: -165px; }
  .phone-back { left: 5px; }
  .phone-front { right: 5px; }
  .stage-card-a { left: -20px; }
  .stage-card-b { right: -35px; }
  .stage-card-c { left: 0; }
  .market-inner div { gap: 10px; }
  .market-inner i { display: none; }
  h2 { font-size: 43px; }
  .promise-card h3 { margin-top: 45px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 285px; }
  .network-visual { min-height: 400px; }
  .delivery-flow { grid-template-columns: 1fr; }
  .delivery-flow article { min-height: 200px; }
  .delivery-flow small { margin-top: 35px; }
  .telco-panel { padding: 29px; }
  .purpose article { min-height: 420px; padding: 31px; }
  .contact-card { padding: 24px; }
  .contact-card img { width: 210px; }
  .footer-bottom { flex-direction: column; }
}

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


/* --- Professional contact, footer, legal pages and cookie consent --- */
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 24px; }
.contact-email { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 750; border-bottom: 1px solid rgba(107,220,255,.35); padding-bottom: 4px; }
.contact-email:hover { color: #fff; border-color: #6bdcff; }
.contact-email span { margin-left: 5px; color: #6bdcff; }
.contact-card > strong { line-height: 1.25; }
.contact-card .contact-address { margin-top: 14px; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.7; }
.contact-card > a span { min-width: 0; overflow-wrap: anywhere; }

.site-footer { padding: 72px 0 28px; }
.footer-main { grid-template-columns: 1.05fr .95fr .9fr; gap: clamp(38px, 6vw, 88px); align-items: start; }
.footer-brand-block img { width: 230px; }
.footer-brand-block p { max-width: 340px; margin: 22px 0 0; color: rgba(255,255,255,.48); font-size: 14px; line-height: 1.7; }
.footer-nav { display: grid !important; grid-template-columns: repeat(2, minmax(120px, 1fr)); gap: 42px !important; font-size: inherit !important; }
.footer-nav div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-nav small, .footer-office small { margin-bottom: 4px; color: rgba(107,220,255,.72); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.footer-nav a { color: rgba(255,255,255,.62); font-size: 13px; font-weight: 700; }
.footer-nav a:hover, .footer-office a:hover, .footer-legal a:hover, .footer-legal button:hover { color: #fff; }
.footer-office p { margin: 15px 0 16px; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.75; }
.footer-office a { color: rgba(255,255,255,.76); font-size: 12px; font-weight: 750; overflow-wrap: anywhere; }
.footer-bottom { margin-top: 58px; padding-top: 24px; align-items: center; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.38); letter-spacing: .035em; }
.footer-legal { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 18px 26px; }
.footer-legal a, .footer-legal button { color: rgba(255,255,255,.48); font: inherit; font-size: 11px; background: none; border: 0; padding: 0; cursor: pointer; }

/* Legal pages */
.legal-page { background: #f4f7fa; }
.legal-header { background: rgba(5,18,29,.96); border-bottom-color: rgba(255,255,255,.08); }
.legal-header .nav-wrap { min-height: 82px; }
.legal-main { padding: 150px 0 100px; }
.legal-hero { padding-bottom: 54px; border-bottom: 1px solid var(--line); }
.legal-hero .kicker { color: #128dbf; }
.legal-hero h1 { max-width: 900px; color: var(--text); font-size: clamp(48px, 6vw, 78px); line-height: .98; }
.legal-hero p { max-width: 750px; margin: 26px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.legal-meta { margin-top: 22px; color: #7d8d9c; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 780px); justify-content: space-between; gap: 80px; padding-top: 64px; }
.legal-toc { position: sticky; top: 116px; align-self: start; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(5,27,44,.06); }
.legal-toc small { display: block; margin-bottom: 13px; color: #128dbf; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.legal-toc a { display: block; padding: 8px 0; color: #5f7284; font-size: 12px; line-height: 1.45; }
.legal-toc a:hover { color: #0a2032; }
.legal-content section { scroll-margin-top: 115px; padding: 0 0 38px; }
.legal-content section + section { padding-top: 38px; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 18px; font-size: 30px; line-height: 1.18; letter-spacing: -.035em; }
.legal-content h3 { margin: 25px 0 10px; font-size: 18px; }
.legal-content p, .legal-content li { color: #526679; font-size: 15px; line-height: 1.82; }
.legal-content ul { padding-left: 21px; }
.legal-content a { color: #087eae; text-decoration: underline; text-underline-offset: 3px; }
.legal-note { padding: 20px 22px; border-left: 3px solid #21a9dd; border-radius: 0 12px 12px 0; background: #eaf6fb; }

/* Cookie consent */
.cookie-banner[hidden], .cookie-modal[hidden] { display: none !important; }
.cookie-banner { position: fixed; z-index: 3000; left: 22px; right: 22px; bottom: 22px; }
.cookie-banner-inner { width: min(100%, 1180px); margin: 0 auto; padding: 24px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; color: #fff; background: rgba(3,14,23,.96); backdrop-filter: blur(20px); box-shadow: 0 25px 90px rgba(0,0,0,.42); }
.cookie-copy { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; }
.cookie-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #06131f; background: linear-gradient(135deg,#77e1ff,#2cb6e8); font-size: 20px; }
.cookie-copy h2 { margin: 0 0 7px; font-size: 18px; letter-spacing: -.02em; }
.cookie-copy p { max-width: 720px; margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.65; }
.cookie-copy a { color: #75ddff; text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.cookie-button { min-height: 42px; padding: 0 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #fff; background: rgba(255,255,255,.06); cursor: pointer; font-size: 11px; font-weight: 850; }
.cookie-button:hover { background: rgba(255,255,255,.11); }
.cookie-button.primary { color: #04111b; border-color: transparent; background: linear-gradient(135deg,#77e1ff,#2cb6e8); }
.cookie-button.link { border-color: transparent; background: transparent; color: rgba(255,255,255,.68); }
.cookie-modal { position: fixed; z-index: 3100; inset: 0; display: grid; place-items: center; padding: 22px; }
.cookie-modal-backdrop { position: absolute; inset: 0; background: rgba(0,7,12,.72); backdrop-filter: blur(8px); }
.cookie-dialog { position: relative; width: min(100%, 610px); max-height: min(760px, calc(100vh - 44px)); overflow: auto; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; color: #fff; background: #071722; box-shadow: 0 35px 110px rgba(0,0,0,.55); }
.cookie-dialog-head { padding: 28px 30px 22px; border-bottom: 1px solid rgba(255,255,255,.09); }
.cookie-dialog-head h2 { margin: 0; font-size: 25px; }
.cookie-dialog-head p { margin: 10px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.65; }
.cookie-close { position: absolute; top: 19px; right: 19px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; color: #fff; background: rgba(255,255,255,.05); cursor: pointer; }
.cookie-preferences { padding: 10px 30px 18px; }
.cookie-option { padding: 20px 0; display: grid; grid-template-columns: 1fr auto; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.08); }
.cookie-option h3 { margin: 0; font-size: 15px; }
.cookie-option p { margin: 7px 0 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.6; }
.cookie-required { color: #6bdcff; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cookie-switch { position: relative; width: 46px; height: 26px; }
.cookie-switch input { position: absolute; opacity: 0; }
.cookie-switch .cookie-slider { position: absolute; inset: 0; border-radius: 99px; background: rgba(255,255,255,.16); cursor: pointer; transition: .2s ease; }
.cookie-switch .cookie-slider::after { content: ''; position: absolute; width: 20px; height: 20px; left: 3px; top: 3px; border-radius: 50%; background: #fff; transition: .2s ease; }
.cookie-switch input:checked + .cookie-slider { background: #23acd9; }
.cookie-switch input:checked + .cookie-slider::after { transform: translateX(20px); }
.cookie-dialog-actions { padding: 20px 30px 28px; display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px; }

@media (max-width: 1080px) {
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-office { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  .footer-main { grid-template-columns: 1fr; }
  .footer-office { grid-column: auto; }
  .footer-nav { grid-column: auto !important; }
  .legal-main { padding-top: 120px; }
  .legal-layout { grid-template-columns: 1fr; gap: 38px; }
  .legal-toc { position: static; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; }
  .cookie-banner-inner { grid-template-columns: 1fr; gap: 18px; padding: 20px; }
  .cookie-actions { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .contact-actions { align-items: stretch; }
  .contact-actions .button { width: 100%; }
  .contact-email { width: 100%; text-align: center; }
  .footer-nav { grid-template-columns: 1fr 1fr; gap: 28px !important; }
  .footer-bottom { align-items: flex-start; }
  .footer-legal { justify-content: flex-start; gap: 14px 19px; }
  .legal-hero h1 { font-size: 44px; }
  .legal-content h2 { font-size: 26px; }
  .cookie-copy { grid-template-columns: 1fr; gap: 12px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .primary { grid-column: 1 / -1; }
  .cookie-button { width: 100%; }
  .cookie-dialog-head, .cookie-preferences, .cookie-dialog-actions { padding-left: 22px; padding-right: 22px; }
}

.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
/* =========================================================
   ASPIRA PRO CONTACT SECTION OVERRIDE
   Keep this block at the bottom of styles.css
========================================================= */

.contact .contact-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  align-items: center;
  gap: clamp(60px, 8vw, 130px);
}

.contact .contact-copy {
  min-width: 0;
}

.contact .contact-copy > p:not(.kicker) {
  max-width: 760px;
}

.contact .contact-actions {
  display: flex;
  align-items: center;
  margin-top: 38px;
}

/* Make sure only one primary button appears on the left */
.contact .contact-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  white-space: nowrap;
}

/* Right contact card */
.contact .contact-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  padding: clamp(32px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.contact .contact-card img {
  display: block;
  width: min(280px, 75%);
  height: auto;
  margin: 0 0 46px;
}

.contact .contact-card small {
  display: block;
  margin-bottom: 14px;
  color: #61d8ff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact .contact-card h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.2;
}

.contact .contact-card address {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  font-style: normal;
  line-height: 1.8;
}

/* Email becomes a contact-information row, not another big CTA */
.contact .contact-email-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-top: 30px;
  padding: 20px 0 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  box-shadow: none;
}

.contact .contact-email-row span {
  color: #61d8ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact .contact-email-row strong {
  min-width: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.contact .contact-email-row:hover strong {
  color: #61d8ff;
}

/* Tablet */
@media (max-width: 1050px) {
  .contact .contact-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .contact .contact-card {
    max-width: none;
    margin-left: 0;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .contact .contact-layout {
    gap: 42px;
  }

  .contact .contact-actions {
    margin-top: 28px;
  }

  .contact .contact-actions .button {
    width: 100%;
  }

  .contact .contact-card {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .contact .contact-card img {
    width: 220px;
    max-width: 75%;
    margin-bottom: 34px;
  }

  .contact .contact-email-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
