:root {
  --ink: #13221e;
  --ink-2: #203a32;
  --yellow: #f4c430;
  --yellow-deep: #dcaa12;
  --paper: #f5f3ec;
  --white: #fffef9;
  --muted: #65736e;
  --line: #d9d9cf;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Alexandria", sans-serif; overflow-x: hidden; }
.page-panel { position: relative; scroll-snap-align: start; scroll-snap-stop: always; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 88px; display: flex; align-items: center; gap: 36px; padding: 0 clamp(24px, 5vw, 84px); color: white; border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { display: inline-flex; direction: ltr; align-items: center; gap: 10px; min-width: 170px; }
.brand-logo { width: 48px; height: 58px; object-fit: contain; filter: drop-shadow(0 3px 6px rgba(0,0,0,.22)); }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; color: var(--yellow); border: 2px solid currentColor; transform: skewX(-6deg); }
.brand-mark svg { width: 38px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linejoin: round; }
.brand span:last-child { display: grid; line-height: .8; }
.brand b { font-family: "Changa", sans-serif; font-size: 20px; letter-spacing: 0; }
.brand small { margin-top: 7px; font-size: 8px; letter-spacing: 4px; color: var(--yellow); }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-inline: auto; font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; opacity: .86; transition: .2s; }
.desktop-nav a:hover { opacity: 1; color: var(--yellow); }
.header-phone { direction: ltr; color: var(--yellow); font-size: 11px; font-weight: 800; white-space: nowrap; }
.header-action { min-height: 44px; display: inline-flex; align-items: center; gap: 20px; padding: 0 20px; color: var(--ink); background: var(--yellow); font-size: 13px; font-weight: 800; }
.exit-button { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0 15px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.55); cursor: pointer; font-size: 11px; font-weight: 800; }
.exit-button:hover { color: var(--ink); background: white; }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 750px; height: 100vh; max-height: 980px; position: relative; display: flex; align-items: center; overflow: hidden; color: white; background: #18251f; }
.hero-fallback { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(118deg, #172b25 0 56%, #233d34 56% 100%); }
.hero-fallback::before { content: ""; position: absolute; inset: 0; opacity: .22; background: repeating-linear-gradient(90deg, transparent 0 79px, #90a29b 80px 81px), repeating-linear-gradient(0deg, transparent 0 79px, #90a29b 80px 81px); }
.fallback-city { position: absolute; left: 2vw; top: 16%; color: rgba(255,255,255,.035); font: 800 clamp(80px, 17vw, 260px)/1 "Changa"; }
.fallback-road { position: absolute; left: -10%; bottom: -7%; width: 120%; height: 37%; background: #0b1512; transform: skewY(-5deg); border-top: 7px solid var(--yellow); }
.fallback-road::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; border-top: 5px dashed rgba(255,255,255,.3); }
.hero-image { position: absolute; inset: 0 auto 0 0; width: 68%; height: 100%; object-fit: cover; object-position: center; }
.hero-video { position: absolute; left: 0; bottom: 0; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.hero-video.is-ready { opacity: 1; }
.processed-video { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.processed-video.is-ready { opacity: 1; }
.hero > .processed-video { display: none; }
video.has-processed-output { opacity: 0 !important; }
.video-branding { position: absolute; z-index: 2; top: 50%; left: 28%; direction: rtl; transform: translate(-50%, -50%); display: grid; justify-items: center; min-width: 430px; padding: 13px 25px; color: #08130f; background: #fff; border: 5px solid var(--yellow); box-shadow: 0 5px 18px rgba(8,19,15,.42); pointer-events: none; }
.video-branding b { direction: ltr; font: 800 32px/1 "Changa"; }
.video-branding strong { margin-top: 4px; font: 800 26px/1.15 "Changa"; }
.video-branding small { margin-top: 4px; font-size: 16px; font-weight: 800; }
.hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(9,19,16,.03), rgba(9,19,16,.54) 78%), linear-gradient(0deg, rgba(6,15,12,.28), transparent 48%); }
.hero-content { position: relative; z-index: 2; width: min(780px, 80%); margin-inline-start: clamp(24px, 10vw, 160px); padding-top: 80px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--yellow-deep); font-size: 12px; font-weight: 800; letter-spacing: 0; }
.eyebrow { color: white; }
.eyebrow i { width: 24px; height: 3px; background: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Changa", sans-serif; letter-spacing: 0; }
h1 { margin: 18px 0 20px; font-size: clamp(54px, 6vw, 96px); line-height: .97; max-width: 850px; }
h1 { text-shadow: 0 3px 18px rgba(3,10,8,.72); }
h1 em, h2 mark { color: var(--yellow); font-style: normal; background: none; }
.hero-content > p { max-width: 610px; color: rgba(255,255,255,.96); font-size: clamp(15px, 1.4vw, 19px); line-height: 2; text-shadow: 0 2px 8px rgba(3,10,8,.8); }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { min-height: 56px; display: inline-flex; justify-content: center; align-items: center; gap: 24px; padding: 0 27px; font-weight: 800; font-size: 13px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: var(--yellow); }
.button-ghost { border: 1px solid rgba(255,255,255,.45); background: rgba(10,20,17,.24); backdrop-filter: blur(8px); }
.play-icon { width: 28px; height: 28px; display: grid; place-items: center; padding-inline-start: 2px; color: var(--ink); background: white; border-radius: 50%; font-size: 10px; }
.availability { position: absolute; z-index: 2; direction: ltr; left: 5vw; bottom: 9%; display: flex; align-items: center; color: var(--yellow); }
.availability-number { font: 700 52px/1 "Changa"; }
.availability-divider { margin: 0 4px; font-size: 32px; opacity: .5; }
.availability-copy { direction: rtl; margin-inline-start: 14px; color: white; padding-inline-start: 14px; border-left: 1px solid rgba(255,255,255,.35); font-size: 10px; line-height: 1.8; }
.scroll-hint { position: absolute; z-index: 2; bottom: 26px; right: 50%; transform: translateX(50%); display: grid; justify-items: center; gap: 8px; font-size: 9px; color: rgba(255,255,255,.7); }
.scroll-hint span { width: 1px; height: 30px; background: var(--yellow); animation: scrollLine 1.7s ease-in-out infinite; transform-origin: top; }
@keyframes scrollLine { 0%,100% { transform: scaleY(.35); } 50% { transform: scaleY(1); } }

.trust-strip { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(24px, 7vw, 110px); background: var(--yellow); }
.trust-strip div { display: flex; flex-direction: column; justify-content: center; padding: 20px 28px; border-inline-start: 1px solid rgba(19,34,30,.19); }
.trust-strip div:last-child { border-inline-end: 1px solid rgba(19,34,30,.19); }
.trust-strip strong { font: 700 18px "Changa"; }
.trust-strip span { color: rgba(19,34,30,.72); font-size: 10px; }

.section { padding: 110px clamp(24px, 8vw, 130px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 60px; }
.section-heading h2, .app-copy h2, .coverage-copy h2, .request-intro h2 { margin: 10px 0 0; font-size: clamp(39px, 4vw, 64px); line-height: 1.12; }
.section-heading p { max-width: 400px; margin-bottom: 8px; color: var(--muted); font-size: 13px; line-height: 2; }
.section-heading h2 mark, .coverage-copy h2 mark { color: var(--ink); position: relative; }
.section-heading h2 mark::after, .coverage-copy h2 mark::after { content: ""; position: absolute; z-index: -1; right: 0; left: 0; bottom: 7px; height: 12px; background: var(--yellow); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.step { position: relative; min-height: 310px; padding: 48px 34px; border-inline-start: 1px solid var(--line); }
.step:last-child { border-inline-end: 1px solid var(--line); }
.step-number { position: absolute; left: 24px; top: 20px; color: #c7c9c3; font: 700 48px/1 "Changa"; }
.step-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 40px; color: var(--ink); background: var(--yellow); font-size: 28px; font-weight: 700; }
.step h3 { margin-bottom: 12px; font: 700 23px "Changa"; }
.step p { max-width: 270px; color: var(--muted); font-size: 12px; line-height: 2; }

.service-catalog { color: var(--ink); background: var(--paper); }
.service-brand { display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: clamp(30px, 7vw, 100px); max-width: 1000px; margin: 0 auto 65px; }
.service-brand img { width: 100%; max-height: 260px; padding: 0; background: transparent; border: 0; }
.service-brand h2 { margin: 8px 0 15px; font-size: clamp(40px, 4vw, 64px); line-height: 1.1; }.service-brand h2 mark { position: relative; z-index: 0; color: var(--ink); background: none; }.service-brand h2 mark::after { content: ""; position: absolute; z-index: -1; right: 0; left: 0; bottom: 7px; height: 11px; background: var(--yellow); }.service-brand p { max-width: 520px; color: var(--muted); font-size: 12px; line-height: 2; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 34px; overflow: hidden; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--yellow); }
.service-card.gas-service,.service-card.utilities-service { border-top-color: var(--yellow); }
.service-index { position: absolute; top: 20px; left: 24px; color: #d8dbe3; font: 700 42px/1 "Changa"; }.service-symbol { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 25px; color: white; background: var(--ink); font-size: 29px; }
.service-image { width: 72px; height: 82px; display: grid; place-items: center; margin-bottom: 8px; }.service-image img { width: auto; height: 82px; max-width: 72px; object-fit: contain; filter: drop-shadow(0 5px 5px rgba(90,35,10,.2)); }
.gas-cylinder-set { width: 220px; grid-template-columns: repeat(4, 1fr); align-items: end; gap: 3px; }
.gas-cylinder-set img { width: auto; height: 73px; max-width: 52px; transform-origin: bottom; }
.gas-cylinder-set .cylinder-orange { filter: drop-shadow(0 5px 5px rgba(90,35,10,.2)); }
.gas-cylinder-set .cylinder-green { filter: hue-rotate(74deg) saturate(.9) brightness(.72) drop-shadow(0 5px 5px rgba(18,65,35,.2)); transform: scale(.92); }
.gas-cylinder-set .cylinder-yellow { filter: hue-rotate(25deg) saturate(1.35) brightness(1.25) drop-shadow(0 5px 5px rgba(100,76,8,.18)); transform: scale(.96); }
.gas-cylinder-set .cylinder-gray { filter: grayscale(1) brightness(.85) contrast(1.08) drop-shadow(0 5px 5px rgba(40,45,45,.2)); transform: scale(.9); }
.service-illustration { width: 150px; height: 105px; margin-bottom: 8px; overflow: hidden; }
.service-illustration img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: right center; }
.plumbing-illustration { width: 180px; border-bottom: 4px solid var(--yellow); }
.plumbing-illustration img { object-fit: cover; object-position: center; }
.gas-cylinder { position: relative; color: var(--ink); background: var(--yellow); border-radius: 16px 16px 10px 10px; }.gas-cylinder::before { content: ""; position: absolute; top: -8px; width: 25px; height: 12px; border: 5px solid var(--yellow); border-bottom: 0; }.gas-cylinder i { width: 26px; height: 34px; border: 3px solid var(--ink); border-radius: 45% 45% 55% 55%; }.utilities-service .service-symbol { color: var(--ink); background: var(--yellow); }
.service-card small { color: var(--yellow-deep); font-size: 8px; font-weight: 800; }.service-card h3 { margin: 8px 0 12px; font: 700 25px "Changa"; }.service-card p { color: var(--muted); font-size: 11px; line-height: 2; }.service-card a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 18px; color: var(--ink); border-top: 1px solid var(--line); font-size: 11px; font-weight: 800; }
.service-note { margin: 22px 0 0; color: var(--muted); font-size: 9px; text-align: center; }

.about-section { min-height: 100vh; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(45px, 8vw, 120px); padding: 100px clamp(24px, 9vw, 145px); color: white; background: #eef0f6; overflow: hidden; }
.about-identity { position: relative; min-height: 430px; display: grid; place-items: center; }.about-identity::before { content: ""; position: absolute; width: 420px; height: 420px; background: #151c3e; transform: rotate(8deg); }.about-identity img { position: relative; z-index: 2; width: min(310px, 76%); filter: drop-shadow(0 28px 25px rgba(15,21,53,.26)); }.about-ring { position: absolute; z-index: 1; width: 500px; height: 260px; border: 2px solid #7b3bd2; border-radius: 50%; transform: rotate(-20deg); }
.about-copy { color: #171c35; }.about-copy h2 { margin: 8px 0 20px; font-size: clamp(43px, 5vw, 72px); line-height: 1.05; }.about-copy h2 mark { color: #7131c5; background: none; }.about-copy > p { max-width: 670px; color: #626a7f; font-size: 13px; line-height: 2.15; }.about-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 30px 0; background: #d8dbe5; border: 1px solid #d8dbe5; }.about-values div { padding: 19px; background: white; }.about-values strong,.about-values span { display: block; }.about-values strong { margin-bottom: 6px; font: 700 18px "Changa"; }.about-values span { color: #757c8f; font-size: 8px; }
.about-numbers { position: absolute; right: 0; left: 0; bottom: 0; display: grid; grid-template-columns: repeat(3,1fr); color: white; background: #151c3e; }.about-numbers div { display: flex; justify-content: center; align-items: center; gap: 13px; min-height: 78px; border-inline-start: 1px solid #303858; }.about-numbers strong { color: #a978ff; font: 700 31px "Changa"; }.about-numbers span { font-size: 9px; }

.page-progress { position: fixed; z-index: 30; top: 50%; left: 20px; transform: translateY(-50%); display: grid; gap: 5px; padding: 9px 7px; background: rgba(10,18,15,.82); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(10px); }
.page-progress button { position: relative; width: 42px; height: 34px; padding: 0; color: #aab4af; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); cursor: pointer; font: 700 10px "Alexandria"; }.page-progress button:last-child { border-bottom: 0; }.page-progress button.active { color: var(--ink); background: var(--yellow); }.page-progress button span { position: absolute; left: 51px; top: 50%; min-width: 80px; padding: 6px 9px; color: white; background: #111d19; transform: translateY(-50%); opacity: 0; pointer-events: none; white-space: nowrap; font-size: 8px; }.page-progress button:hover span,.page-progress button:focus-visible span { opacity: 1; }

@media (min-width: 901px) {
  html { scroll-snap-type: y mandatory; }
  .page-panel { min-height: 100vh; }
  .how-it-works,.service-catalog,.contracts { display: flex; flex-direction: column; justify-content: center; padding-top: 92px; padding-bottom: 65px; }
  .service-catalog .service-brand { grid-template-columns: 150px 1fr; margin-bottom: 30px; }.service-catalog .service-brand img { max-height: 175px; }.service-catalog .service-brand h2 { font-size: 45px; }.service-catalog .service-card { min-height: 315px; padding: 25px; }
  .contracts .section-heading { margin-bottom: 35px; }.contracts .plan { min-height: 450px; padding: 32px; }
  .request-section { min-height: 100vh; align-items: center; }
}

.utilities-page { min-height: 100vh; color: #161a2e; background: #f7f7fb; }
.utilities-header { position: sticky; top: 0; z-index: 20; height: 80px; display: flex; align-items: center; gap: 30px; padding: 0 clamp(24px, 6vw, 90px); color: white; background: #11162e; }
.utilities-header .brand { margin-inline-end: auto; }.utilities-header nav { display: flex; gap: 24px; font-size: 11px; }.utilities-header .header-phone { margin-inline-start: auto; }.utilities-back { padding: 11px 17px; border: 1px solid #69708e; font-size: 10px; font-weight: 800; }
.utilities-hero { min-height: 500px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; padding: 75px clamp(24px, 8vw, 130px); overflow: hidden; color: white; background: #181f43; }
.utilities-hero h1 { margin: 12px 0 20px; font-size: clamp(48px, 6vw, 86px); }.utilities-hero p { max-width: 600px; color: #c6cbe0; line-height: 2; }.utilities-hero-art { position: relative; min-height: 340px; }.utility-orbit { position: absolute; inset: 50% auto auto 50%; width: 300px; height: 300px; transform: translate(-50%,-50%); border: 2px solid #6f43cf; border-radius: 50%; box-shadow: 0 0 0 35px rgba(111,67,207,.12),0 0 0 70px rgba(0,158,218,.07); }.utility-orbit::before,.utility-orbit::after { position: absolute; display: grid; place-items: center; width: 130px; height: 130px; color: white; border-radius: 50%; font-size: 55px; font-weight: 800; }.utility-orbit::before { content: "⚡"; top: -20px; right: -35px; background: #7730d3; }.utility-orbit::after { content: "🔧"; left: -35px; bottom: -15px; background: #008fc9; }
.utility-list { padding: 90px clamp(24px, 8vw, 130px); }.utility-list > header { max-width: 720px; margin-bottom: 45px; }.utility-list h2 { margin: 8px 0; font-size: clamp(36px, 4vw, 58px); }.utility-list > header p { color: #6c7186; line-height: 2; }
.utility-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.utility-panel { padding: 38px; background: white; border: 1px solid #e0e2eb; }.utility-panel.electric { border-top: 6px solid #7730d3; }.utility-panel.plumbing { border-top: 6px solid #008fc9; }.utility-panel h3 { font: 700 28px "Changa"; }.utility-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0; list-style: none; color: #5d647a; font-size: 11px; }.utility-panel li::before { content: "✓"; margin-inline-end: 8px; color: #7730d3; font-weight: 800; }.utility-panel.plumbing li::before { color: #008fc9; }.utility-panel a { display: inline-flex; margin-top: 28px; padding: 14px 22px; color: white; background: #181f43; font-size: 11px; font-weight: 800; }
.utility-steps { display: grid; grid-template-columns: repeat(3, 1fr); background: #edeef5; }.utility-steps div { padding: 45px clamp(24px, 5vw, 70px); border-inline-start: 1px solid #d3d5e0; }.utility-steps strong { display: block; color: #7730d3; font: 700 28px "Changa"; }.utility-steps span { color: #62697d; font-size: 11px; }

.apps-section { min-height: 780px; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--ink); color: white; overflow: hidden; }
.app-copy { padding: 100px clamp(24px, 7vw, 110px); align-self: center; }
.app-copy > p { max-width: 520px; margin: 24px 0; color: #afbbb6; font-size: 13px; line-height: 2; }
.kicker-light { color: var(--yellow); }
.app-tabs { display: flex; gap: 0; margin-top: 32px; border-bottom: 1px solid #40514b; }
.app-tab { position: relative; flex: 1; padding: 16px; color: #8da099; background: transparent; border: 0; cursor: pointer; }
.app-tab.active { color: white; }
.app-tab.active::after { content: ""; position: absolute; height: 3px; bottom: -2px; inset-inline: 0; background: var(--yellow); }
.app-features { min-height: 106px; display: grid; gap: 11px; margin: 25px 0; padding: 0; list-style: none; color: #d7dedb; font-size: 12px; }
.app-features li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-inline-end: 10px; color: var(--ink); background: var(--yellow); border-radius: 50%; font-weight: 800; }
.store-buttons { direction: ltr; display: flex; gap: 10px; }
.store-buttons a { min-width: 150px; display: flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid #52625c; }
.store-buttons a > span { font-size: 23px; }
.store-buttons small { display: grid; font-size: 7px; line-height: 1.2; }
.store-buttons b { font-size: 14px; }
.phones { position: relative; min-height: 780px; background: var(--yellow); overflow: hidden; }
.phones::after { content: "TANKER"; position: absolute; left: -35px; bottom: -60px; color: rgba(19,34,30,.08); font: 800 150px "Changa"; }
.phone { position: absolute; z-index: 2; width: 250px; height: 510px; padding: 10px; border: 7px solid #0b1512; border-radius: 34px; background: #0b1512; box-shadow: 0 35px 70px rgba(19,34,30,.3); transform: rotate(-6deg); }
.phone::before { content: ""; position: absolute; z-index: 3; top: 5px; left: 50%; width: 78px; height: 18px; transform: translateX(-50%); border-radius: 0 0 15px 15px; background: #0b1512; }
.phone-back { top: 90px; left: 12%; transform: rotate(6deg); }
.phone-front { z-index: 3; top: 170px; right: 16%; }
.phone-screen { height: 100%; padding: 35px 18px 20px; color: var(--ink); background: #f8f7f0; border-radius: 20px; overflow: hidden; }
.mini-brand { display: block; margin-bottom: 28px; color: #567068; font-size: 7px; font-weight: 800; }
.phone-screen > b { display: block; margin-bottom: 18px; font: 700 16px "Changa"; }
.mini-map { position: relative; height: 190px; margin: 0 -18px 18px; background: repeating-linear-gradient(30deg,#e6e8e0 0 3px,transparent 3px 35px), repeating-linear-gradient(120deg,#d8ddd6 0 2px,#f0f1ea 2px 30px); }
.mini-map i { position: absolute; width: 15px; height: 15px; background: var(--yellow); border: 4px solid white; border-radius: 50%; box-shadow: 0 2px 5px #999; }
.mini-map i:nth-child(1) { top: 55px; left: 40px; }.mini-map i:nth-child(2) { top: 100px; right: 46px; }.mini-map i:nth-child(3) { bottom: 30px; left: 90px; }
.mini-order { display: flex; justify-content: space-between; margin-top: 9px; padding: 10px; background: white; font-size: 9px; border: 1px solid #e6e6df; }
.location-card { margin-bottom: 18px; padding: 12px; background: white; border: 1px solid #e2e3dc; font-size: 9px; }
.request-tile { display: grid; grid-template-columns: 44px 1fr; padding: 16px 10px; background: white; border: 1px solid #e2e3dc; }
.request-tile span { grid-row: 1 / 3; font-size: 28px; color: var(--yellow-deep); }.request-tile strong { font-size: 10px; }.request-tile small { color: #88928e; font-size: 7px; }
.customer-screen button { width: 100%; margin-top: 190px; padding: 13px; color: var(--ink); background: var(--yellow); border: 0; font-size: 10px; font-weight: 800; }
.app-label { position: absolute; z-index: 4; padding: 10px 17px; color: white; background: var(--ink); font-size: 11px; font-weight: 800; }
.customer-label { right: 10%; top: 145px; }.driver-label { left: 7%; top: 65px; }

.coverage-section { min-height: 700px; display: grid; grid-template-columns: 1.2fr .8fr; background: #ebeae3; }
.coverage-map { position: relative; min-height: 700px; overflow: hidden; background: #d7ddd7; }
.map-grid { position: absolute; inset: 0; opacity: .55; background: linear-gradient(45deg,transparent 47%,#c2cac3 48% 51%,transparent 52%), linear-gradient(-45deg,transparent 47%,#c5ccc6 48% 51%,transparent 52%); background-size: 110px 110px; }
.road { position: absolute; height: 13px; background: #faf9f3; border: 1px solid #c3cbc5; transform-origin: left; }.road::after { content: ""; position: absolute; top: 5px; width: 100%; border-top: 1px dashed #aab5ae; }
.road-one { width: 120%; top: 15%; left: -10%; transform: rotate(43deg); }.road-two { width: 110%; top: 78%; left: -5%; transform: rotate(-30deg); }.road-three { width: 90%; top: 48%; left: 8%; transform: rotate(8deg); }
.pin { position: absolute; width: 20px; height: 20px; background: var(--yellow); border: 5px solid var(--ink); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 5px 12px rgba(0,0,0,.18); }.pin-one { top: 25%; left: 30%; }.pin-two { top: 62%; left: 23%; }.pin-three { top: 38%; right: 20%; }.pin-four { bottom: 21%; right: 38%; }
.coverage-pulse { position: absolute; inset: 50% auto auto 50%; width: 180px; height: 180px; transform: translate(-50%,-50%); display: grid; place-content: center; text-align: center; background: rgba(244,196,48,.85); border: 1px solid var(--yellow-deep); border-radius: 50%; box-shadow: 0 0 0 35px rgba(244,196,48,.18),0 0 0 70px rgba(244,196,48,.09); }.coverage-pulse span { font-size: 11px; }.coverage-pulse strong { font: 700 28px "Changa"; }
.coverage-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(30px, 6vw, 90px); }
.coverage-copy > p { margin: 24px 0; color: var(--muted); font-size: 12px; line-height: 2; }
.districts { display: flex; flex-wrap: wrap; gap: 7px; }.districts span { padding: 8px 13px; background: white; border: 1px solid #d7d8d1; font-size: 9px; }
.coverage-stat { display: flex; align-items: center; gap: 20px; margin-top: 38px; padding-top: 26px; border-top: 1px solid #cfd2cb; }.coverage-stat strong { color: var(--yellow-deep); font: 700 48px "Changa"; }.coverage-stat span { color: var(--muted); font-size: 10px; line-height: 1.7; }

.contracts { background: var(--white); }
.billing-toggle { display: flex; align-items: center; padding: 4px; background: #e9e9e2; }
.billing-toggle button { padding: 12px 18px; color: var(--muted); background: transparent; border: 0; cursor: pointer; font-size: 11px; }.billing-toggle button.active { color: var(--ink); background: var(--yellow); font-weight: 800; }.billing-toggle small { display: block; font-size: 7px; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; min-height: 500px; padding: 42px; border: 1px solid var(--line); }.plan + .plan { border-inline-start: 0; }.plan-featured { color: white; background: var(--ink); border-color: var(--ink); transform: translateY(-18px); }.popular { position: absolute; top: 0; left: 0; padding: 7px 13px; color: var(--ink); background: var(--yellow); font-size: 8px; font-weight: 800; }.plan-name { font: 700 25px "Changa"; }.plan > p { color: var(--muted); font-size: 10px; }.plan-featured > p { color: #aab8b3; }.price { display: grid; margin: 28px 0; padding-block: 24px; border-block: 1px solid var(--line); }.plan-featured .price { border-color: #40514b; }.price strong { font: 700 37px "Changa"; }.price span { color: var(--muted); font-size: 9px; }.custom-price { min-height: 96px; align-content: center; }.custom-price strong { font-size: 27px; }.plan ul { display: grid; gap: 15px; margin: 0 0 35px; padding: 0; list-style: none; font-size: 11px; }.plan li::before { content: "✓"; margin-inline-end: 9px; color: var(--yellow-deep); font-weight: 800; }.plan a { margin-top: auto; padding: 14px; text-align: center; border: 1px solid var(--ink); font-size: 11px; font-weight: 800; }.plan-featured a { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }

.request-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 130px); padding: 110px clamp(24px, 8vw, 130px); color: white; background: var(--ink-2); }
.request-intro p { max-width: 430px; margin: 22px 0; color: #b2bdb9; font-size: 12px; line-height: 2; }.request-intro > a { display: inline-block; direction: ltr; margin-top: 22px; color: var(--yellow); font: 700 24px "Changa"; }
.request-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-content: center; }
.request-form label { display: grid; gap: 8px; color: #cdd5d2; font-size: 10px; }.request-form input,.request-form select,.request-form textarea { width: 100%; padding: 15px; color: white; background: #29443b; border: 1px solid #466158; border-radius: 0; outline: 0; }.request-form input:focus,.request-form select:focus,.request-form textarea:focus { border-color: var(--yellow); }.request-form option { color: var(--ink); background: white; }.request-form textarea { resize: vertical; }.form-wide { grid-column: 1 / -1; }.request-form button { min-height: 55px; display: flex; justify-content: space-between; align-items: center; padding: 0 22px; color: var(--ink); background: var(--yellow); border: 0; cursor: pointer; font-weight: 800; }.form-message { min-height: 20px; margin: 0; color: var(--yellow); font-size: 10px; }

.ad-road { color: white; background: #101b17; border-top: 7px solid var(--yellow); overflow: hidden; }
.ad-title { display: flex; align-items: center; gap: 18px; padding: 18px clamp(24px, 5vw, 80px); border-bottom: 1px solid #34453f; }.ad-title span { font: 700 18px "Changa"; }.ad-title small { color: #82928c; }
.ticker-window { direction: ltr; overflow: hidden; padding: 24px 0 28px; background: repeating-linear-gradient(90deg,transparent 0 95px,rgba(255,255,255,.035) 96px 97px); border-bottom: 8px dashed #34453f; }
.ticker-track { display: flex; width: max-content; animation: towAds 36s linear infinite; will-change: transform; }.ticker-window:hover .ticker-track { animation-play-state: paused; }
.ticker-group { display: flex; align-items: end; gap: 0; padding-right: 38px; }
.tanker-clip { position: relative; width: 250px; height: 150px; overflow: visible; flex: none; background: linear-gradient(0deg, #17251f 0 28%, #31483f 28% 100%); }.tanker-clip::before { content: "TANKER STATION"; position: absolute; inset: 45% 16px auto; color: rgba(255,255,255,.2); font: 700 14px "Changa"; }.tanker-clip video { position: relative; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.75) contrast(1.15); clip-path: polygon(0 10%,100% 10%,100% 92%,0 92%); opacity: 0; transition: opacity .3s; }.tanker-clip video.is-ready { opacity: 1; }.tanker-clip .processed-video { clip-path: polygon(0 10%,100% 10%,100% 92%,0 92%); }.tow-line { position: absolute; z-index: 2; right: -40px; bottom: 21px; width: 48px; height: 3px; background: var(--yellow); }
.tanker-clip .video-branding { top: 40%; left: 50%; min-width: 210px; padding: 5px 8px; border-width: 2px; box-shadow: 0 2px 7px rgba(8,19,15,.35); }
.tanker-clip .video-branding b { font-size: 15px; }
.tanker-clip .video-branding strong { margin-top: 1px; font-size: 12px; }
.tanker-clip .video-branding small { margin-top: 1px; font-size: 8px; }
.ad-card { width: 260px; height: 130px; flex: none; display: flex; flex-direction: column; justify-content: center; padding: 20px 25px; margin-left: 8px; color: var(--ink); }.ad-card small { font-size: 8px; opacity: .7; }.ad-card strong { margin: 5px 0; font: 700 21px/1.25 "Changa"; }.ad-card span { font-size: 8px; font-weight: 800; }.ad-yellow { background: var(--yellow); }.ad-white { background: var(--white); }.ad-green { color: white; background: #285c4b; }
@keyframes towAds { to { transform: translateX(-50%); } }

footer { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 25px; padding: 65px clamp(24px, 8vw, 130px) 30px; color: white; background: #0b1411; }.brand-footer { color: white; }.brand-footer + p { justify-self: end; max-width: 360px; color: #82918c; font-size: 11px; line-height: 1.9; }.footer-links { display: flex; gap: 25px; font-size: 10px; }.footer-links + small { justify-self: end; color: #65736e; font-size: 8px; }
.exit-screen { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; color: white; background: #0b1411; text-align: center; }.exit-screen[hidden] { display: none; }.exit-screen > div { display: grid; justify-items: center; max-width: 540px; }.exit-screen .brand-mark { margin-bottom: 25px; }.exit-screen h2 { margin-bottom: 10px; font-size: clamp(34px, 5vw, 60px); }.exit-screen p { color: #aab8b3; }.return-button { margin-top: 22px; padding: 14px 28px; color: var(--ink); background: var(--yellow); border: 0; cursor: pointer; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { height: 74px; padding-inline: 20px; }.desktop-nav,.header-action,.header-phone,.site-header > .exit-button { display: none; }.brand { min-width: 0; margin-inline-end: auto; }.brand-mark { width: 40px; height: 40px; }.brand b { font-size: 17px; }.menu-button { direction: ltr; display: grid; gap: 5px; padding: 10px; background: transparent; border: 0; }.menu-button span { width: 24px; height: 2px; background: white; transition: .2s; }.mobile-nav { position: absolute; top: 74px; inset-inline: 0; display: grid; padding: 20px; background: rgba(12,23,19,.97); transform: scaleY(0); transform-origin: top; opacity: 0; transition: .2s; }.mobile-nav.open { transform: scaleY(1); opacity: 1; }.mobile-nav a { padding: 13px; border-bottom: 1px solid #34433e; }.mobile-nav .mobile-exit-button { display: flex; justify-content: space-between; margin-top: 12px; }
  .hero { min-height: 680px; max-height: 800px; }.hero-image { width: 100%; object-position: center; }.hero > .video-branding { top: 34%; left: 50%; min-width: 280px; padding: 8px 14px; border-width: 3px; }.hero > .video-branding b { font-size: 21px; }.hero > .video-branding strong { font-size: 17px; }.hero > .video-branding small { font-size: 10px; }.hero-shade { background: linear-gradient(0deg,rgba(7,15,13,.78),rgba(7,15,13,.08) 76%); }.hero-content { width: auto; margin: 0; padding: 120px 24px 100px; align-self: end; }.hero-content > p { max-width: 530px; }.availability { display: none; }.scroll-hint { right: 24px; transform: none; }
  .trust-strip { grid-template-columns: 1fr 1fr; padding: 0; }.trust-strip div { min-height: 95px; padding: 18px 24px; border-bottom: 1px solid rgba(19,34,30,.18); }
  .section { padding: 80px 24px; }.section-heading { display: grid; margin-bottom: 40px; }.section-heading p { margin: 0; }.steps { grid-template-columns: 1fr; }.step { min-height: 245px; border-inline-end: 1px solid var(--line); }.step + .step { border-top: 1px solid var(--line); }
  .service-brand { grid-template-columns: 150px 1fr; }.service-cards { grid-template-columns: 1fr; }.service-card { min-height: 330px; }
  .about-section { grid-template-columns: 1fr; padding: 80px 24px 110px; }.about-identity { min-height: 320px; }.about-identity::before { width: 300px; height: 300px; }.about-ring { width: 350px; height: 190px; }.about-values { grid-template-columns: 1fr; }.about-numbers { position: relative; margin: 30px -24px -110px; }.page-progress { display: none; }
  .utilities-header nav { display: none; }.utilities-hero { grid-template-columns: 1fr; }.utilities-hero-art { min-height: 300px; }.utility-grid { grid-template-columns: 1fr; }.utility-steps { grid-template-columns: 1fr; }
  .apps-section { grid-template-columns: 1fr; }.app-copy { padding: 80px 24px; }.phones { min-height: 680px; }
  .coverage-section { grid-template-columns: 1fr; }.coverage-map { min-height: 470px; }.coverage-copy { padding: 70px 24px; }
  .plans { grid-template-columns: 1fr; gap: 15px; }.plan + .plan { border-inline-start: 1px solid var(--line); }.plan-featured { transform: none; }
  .request-section { grid-template-columns: 1fr; padding: 80px 24px; }
  footer { grid-template-columns: 1fr; }.brand-footer + p,.footer-links + small { justify-self: start; }
}

@media (max-width: 560px) {
  h1 { font-size: 46px; }.hero { min-height: 700px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.trust-strip strong { font-size: 15px; }.trust-strip span { font-size: 8px; }
  .section-heading h2,.app-copy h2,.coverage-copy h2,.request-intro h2 { font-size: 38px; }.section-heading { gap: 20px; }.step-number { font-size: 38px; }
  .service-brand { grid-template-columns: 1fr; justify-items: center; text-align: center; }.service-brand img { width: 145px; }.service-brand h2 { font-size: 38px; }.service-brand p { margin-inline: auto; }
  .utilities-header { gap: 12px; padding-inline: 15px; }.utilities-header .brand span:last-child,.utilities-header .header-phone { display: none; }.utilities-hero { padding-block: 55px; }.utility-orbit { width: 230px; height: 230px; }.utility-panel { padding: 28px 22px; }.utility-panel ul { grid-template-columns: 1fr; }
  .phones { min-height: 570px; }.phone { width: 190px; height: 400px; }.phone-back { top: 75px; left: 5%; }.phone-front { top: 135px; right: 4%; }.customer-screen button { margin-top: 95px; }.mini-map { height: 120px; }.customer-label { top: 110px; }.driver-label { top: 48px; }
  .billing-toggle { width: 100%; }.billing-toggle button { flex: 1; }.plan { min-height: 450px; padding: 35px 26px; }.request-form { grid-template-columns: 1fr; }.request-form label,.form-wide { grid-column: 1; }
  .ticker-track { animation-duration: 28s; }.tanker-clip { width: 190px; height: 125px; }.ad-card { width: 210px; height: 110px; }.ad-card strong { font-size: 17px; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.ticker-track,.scroll-hint span { animation: none; }.reveal { opacity: 1; transform: none; transition: none; } }