:root {
  --ink: #020713;
  --ink-2: #07172b;
  --sky: #0b2442;
  --steel: #91abc1;
  --silver: #d7e7f5;
  --paper: #071321;
  --white: #f4f9ff;
  --gold: #efb64b;
  --gold-light: #ffd77a;
  --green: #20bcb9;
  --teal: #22c7c5;
  --violet: #6473e8;
  --plum: #11112a;
  --muted: #91a9bd;
  --line: rgba(145, 188, 222, 0.16);
  --radius: 18px;
  --shadow: 0 24px 70px rgba(0, 3, 12, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--silver);
  background: radial-gradient(circle at 12% 0%, rgba(30,73,119,.42), transparent 30rem), radial-gradient(circle at 92% 34%, rgba(75,83,191,.18), transparent 32rem), linear-gradient(180deg, #020611 0%, #071626 50%, #040914 100%);
  background-attachment: fixed;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.gateway-body { min-height: 100vh; color: white; background: var(--ink); }
.gateway-page { position: relative; display: grid; min-height: 100svh; padding: 0; overflow: hidden; background: var(--ink); }
.gateway-visual { position: absolute; inset: 0; }
.gateway-visual picture { display: block; width: 100%; height: 100%; }
.gateway-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.gateway-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,26,43,.08) 45%, rgba(7,26,43,.46) 70%, rgba(5,17,29,.94) 100%); }
.gateway-mobile-intro { display: none; }
.mobile-scroll-cue { display: none; }
.presence-network { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.presence-node { position: absolute; width: 12px; height: 12px; padding: 0; translate: -50% -50%; border: 0; border-radius: 50%; background: #fff4c7; box-shadow: 0 0 10px 3px rgba(242,181,68,.9), 0 0 28px 10px rgba(242,181,68,.28); pointer-events: auto; cursor: help; animation: presence-blink 2.8s ease-in-out infinite; }
.presence-node i { position: absolute; inset: -8px; border: 1px solid rgba(255,217,120,.85); border-radius: 50%; animation: presence-ring 2.8s ease-out infinite; }
.presence-node::after { position: absolute; left: 50%; bottom: calc(100% + 12px); padding: 6px 9px; content: attr(data-label); color: var(--white); border: 1px solid rgba(220,234,242,.2); border-radius: 7px; background: rgba(7,26,43,.9); opacity: 0; transform: translate(-50%, 4px); transition: opacity .2s ease, transform .2s ease; white-space: nowrap; font-size: .68rem; font-style: normal; font-weight: 800; pointer-events: none; }
.presence-node:hover::after, .presence-node:focus-visible::after { opacity: 1; transform: translate(-50%, 0); }
.presence-node:focus-visible { outline: 2px solid var(--white); outline-offset: 5px; }
.presence-node:nth-of-type(2), .presence-node:nth-of-type(2) i { animation-delay: -.55s; }
.presence-node:nth-of-type(3), .presence-node:nth-of-type(3) i { animation-delay: -1.1s; }
.presence-node:nth-of-type(4), .presence-node:nth-of-type(4) i { animation-delay: -1.65s; }
.presence-node:nth-of-type(5), .presence-node:nth-of-type(5) i { animation-delay: -2.2s; }
.presence-route { position: absolute; height: 1px; overflow: hidden; transform-origin: left center; background: linear-gradient(90deg, transparent, rgba(22,138,133,.18), rgba(255,217,120,.8), rgba(22,138,133,.18), transparent); background-size: 45% 100%; animation: route-flow 3.6s linear infinite; }
.route-east { animation-delay: -1.8s; }
@keyframes presence-blink { 0%, 100% { opacity: .58; transform: scale(.8); } 48% { opacity: 1; transform: scale(1.18); } }
@keyframes presence-ring { 0% { opacity: .9; transform: scale(.2); } 72%, 100% { opacity: 0; transform: scale(2.35); } }
@keyframes route-flow { from { background-position: -100% 0; } to { background-position: 200% 0; } }
.gateway-dock { position: relative; z-index: 5; align-self: end; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; width: min(1480px, calc(100% - 28px)); margin: 0 auto 14px; }
.gateway-card { position: relative; display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; column-gap: 10px; min-height: 116px; padding: 18px; border: 1px solid rgba(166,205,234,.2); border-radius: 14px; background: linear-gradient(145deg, rgba(3,14,28,.9), rgba(10,27,51,.84)); backdrop-filter: blur(18px); box-shadow: 0 16px 36px rgba(0,4,13,.38); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.gateway-card:hover { transform: translateY(-6px); border-color: rgba(70,210,213,.62); background: linear-gradient(145deg, rgba(8,29,53,.98), rgba(18,27,69,.94)); }
.gateway-card span { grid-row: 1 / 3; color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.gateway-card strong { align-self: end; font-size: .96rem; line-height: 1.15; }
.gateway-card small { align-self: start; margin-top: 6px; color: #b9ceda; font-size: .72rem; line-height: 1.35; }
.gateway-card b { grid-column: 3; grid-row: 1 / 3; align-self: center; color: var(--gold-light); font-size: 1.15rem; }
.gateway-card::before { position: absolute; inset: 0 auto 0 0; width: 3px; content: ""; border-radius: 14px 0 0 14px; background: var(--accent, var(--gold)); }
.solar-link { --accent: var(--gold); }
.trade-link { --accent: #69a8df; }
.supplier-link { --accent: var(--violet); }
.africa-link { --accent: var(--teal); }
.consult-link { --accent: #8491ff; }
.contact-link { --accent: var(--gold-light); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1240px, calc(100% - 32px));
  margin: 14px auto;
  padding: 9px 10px 9px 14px;
  color: var(--white);
  border: 1px solid rgba(220,234,242,.2);
  border-radius: 14px;
  background: linear-gradient(110deg, rgba(2,9,20,.95), rgba(9,26,49,.93));
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 46px rgba(0,3,12,.5), 0 0 28px rgba(80,111,214,.12);
}
.brand { display: grid; place-items: center; width: 48px; height: 48px; }
.brand img { width: 42px; height: 46px; object-fit: contain; filter: drop-shadow(0 5px 10px rgba(0,0,0,.28)); }
.site-nav { display: flex; justify-content: center; gap: 3px; }
.site-nav a { padding: 10px 11px; border-radius: 9px; color: #cad9e2; font-size: .84rem; font-weight: 700; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--white); background: rgba(72,121,184,.24); }
.mobile-nav-cta { display: none; }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 0 18px; border-radius: 10px; border: 1px solid transparent; font-weight: 800; cursor: pointer; }
.header-cta, .button.primary { color: var(--ink); background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 9px 24px rgba(242,181,68,.2); }
.button.primary:hover, .header-cta:hover { background: var(--gold-light); transform: translateY(-1px); }
.button.secondary { color: var(--white); border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.06); }
.button.dark { color: var(--white); border-color: rgba(145,188,222,.16); background: linear-gradient(135deg, var(--sky), var(--plum)); }
.button.outline { color: var(--silver); border-color: var(--line); background: rgba(11,36,66,.24); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 9px; background: rgba(255,255,255,.08); }
.menu-button span { display: block; width: 20px; height: 2px; margin: 4px auto; background: white; }

.hero {
  position: relative;
  min-height: 820px;
  padding: 170px max(24px, calc((100vw - 1180px)/2)) 100px;
  color: white;
  overflow: hidden;
  background: linear-gradient(135deg, var(--ink), var(--sky));
}
.hero::before {
  position: absolute; inset: 0; content: "";
  background: linear-gradient(90deg, rgba(2,7,19,.99) 0%, rgba(7,25,48,.9) 50%, rgba(12,18,49,.38) 100%), var(--hero-image, url('assets/solar-farm.jpg')) center/cover;
}
.hero::after {
  position: absolute; inset: 0; content: ""; opacity: .42;
  background-image: radial-gradient(circle at 78% 20%, rgba(71,102,203,.35), transparent 24rem), radial-gradient(circle at 62% 78%, rgba(34,199,197,.2), transparent 26rem), linear-gradient(rgba(180,214,239,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(180,214,239,.055) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.logo-panel { width: 142px; height: 172px; margin-bottom: 28px; }
.logo-panel img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 20px 30px rgba(0,0,0,.42)); }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: .76rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(3.25rem, 7.2vw, 6.8rem); line-height: .92; letter-spacing: -.065em; }
.hero h1 span { color: var(--gold-light); text-shadow: 0 0 34px rgba(242,181,68,.16); }
.hero-copy { max-width: 680px; color: #dceaf2; font-size: clamp(1.04rem, 1.5vw, 1.26rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.hero-stats { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 760px; margin: 70px 0 0; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; overflow: hidden; background: rgba(255,255,255,.08); }
.hero-stats div { padding: 20px; background: rgba(7,26,43,.68); }
.hero-stats dt { color: var(--gold-light); font-size: 1.65rem; font-weight: 900; }
.hero-stats dd { margin: 2px 0 0; color: #c7d8e2; font-size: .8rem; }

.page-hero { min-height: 560px; padding-top: 190px; }
.page-hero h1 { max-width: 900px; font-size: clamp(3rem, 6vw, 5.8rem); }
.page-hero.solar { --hero-image: url('assets/solar-farm.jpg'); }
.page-hero.trade { --hero-image: url('assets/grain.jpg'); }
.page-hero.suppliers { --hero-image: url('assets/logistics.jpg'); }
.page-hero.africa { --hero-image: url('assets/logistics.jpg'); }
.page-hero.consultancy { --hero-image: url('assets/real-estate.jpg'); }
.page-hero.contact { --hero-image: url('assets/solar-camera.jpg'); }

.ticker { display: flex; justify-content: center; flex-wrap: wrap; gap: 22px 38px; padding: 18px 24px; color: #c5d9e8; border-block: 1px solid rgba(145,188,222,.1); background: linear-gradient(90deg, #061426, #0b2442, #07152a); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ticker span::before { content: "•"; margin-right: 14px; color: var(--gold); }
.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 100px 0; }
.section.tight { padding-top: 32px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.section-heading h2 { max-width: 700px; margin-bottom: 0; font-size: clamp(2.2rem, 4.2vw, 4.4rem); line-height: 1; letter-spacing: -.05em; }
.section-heading p:last-child { margin-bottom: 4px; color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.card { position: relative; padding: 28px; color: var(--silver); border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(12,34,60,.82), rgba(5,17,32,.92)); box-shadow: 0 16px 44px rgba(0,3,12,.28), inset 0 1px rgba(255,255,255,.025); overflow: hidden; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.card:hover { transform: translateY(-4px); border-color: rgba(66,190,202,.38); box-shadow: 0 22px 54px rgba(0,3,12,.44), 0 0 30px rgba(34,199,197,.06); }
.card.dark { color: var(--white); border-color: rgba(145,188,222,.15); background: linear-gradient(145deg, #0b2442, #071426); }
.card-number { display: block; margin-bottom: 46px; color: var(--gold); font-size: .76rem; font-weight: 900; letter-spacing: .14em; }
.card h3 { margin-bottom: 10px; font-size: 1.4rem; line-height: 1.15; }
.card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.card.dark p { color: #9fb4c6; }
.card a.inline-link, .inline-link { display: inline-block; margin-top: 18px; color: var(--teal); font-weight: 800; }
.card.dark a.inline-link { color: var(--gold-light); }
.image-card { min-height: 430px; display: flex; align-items: end; padding: 0; color: white; background: var(--ink); }
.image-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .68; transition: transform .5s ease; }
.image-card:hover img { transform: scale(1.04); }
.image-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(transparent 15%, rgba(2,8,20,.96)); }
.image-card div { position: relative; z-index: 2; padding: 30px; }
.image-card p { color: #d1d8dc; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 600px; color: white; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: linear-gradient(145deg, var(--ink), var(--sky) 62%, var(--plum)); box-shadow: var(--shadow); }
.split-media { min-height: 520px; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 6vw, 78px); }
.form-panel { color: var(--silver); border-left: 1px solid var(--line); background: linear-gradient(145deg, rgba(13,41,72,.94), rgba(5,18,34,.98)); }
.split-content h2 { font-size: clamp(2.4rem, 4.4vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }
.split-content p { color: #b7c2c8; }
.check-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { padding: 13px 0 13px 28px; border-top: 1px solid rgba(255,255,255,.12); position: relative; }
.check-list li::before { position: absolute; left: 0; content: "✓"; color: #5bd0c8; font-weight: 900; }

.band { position: relative; padding: 92px max(20px, calc((100vw - 1180px)/2)); color: white; border-block: 1px solid rgba(145,188,222,.12); background: radial-gradient(circle at 82% 18%, rgba(74,98,196,.25), transparent 25rem), radial-gradient(circle at 12% 100%, rgba(34,199,197,.16), transparent 24rem), linear-gradient(120deg, #020814, #0a203b 58%, #0e102b); overflow: hidden; }
.band-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.band h2 { margin-bottom: 18px; font-size: clamp(2.3rem, 4.6vw, 4.6rem); line-height: 1; letter-spacing: -.05em; }
.band p { color: #bbc5cb; }
.band-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.band-stats div { padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.05); }
.band-stats strong { display: block; color: var(--gold-light); font-size: 1.8rem; }
.band-stats span { color: #b9c3c9; font-size: .82rem; }

.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; }
.filter-button { padding: 10px 15px; color: var(--silver); border: 1px solid var(--line); border-radius: 999px; background: rgba(11,36,66,.66); cursor: pointer; font-weight: 800; }
.filter-button.active { color: white; border-color: transparent; background: linear-gradient(135deg, var(--teal), var(--violet)); }
.supplier-card { display: flex; flex-direction: column; min-height: 260px; }
.supplier-card[data-hidden="true"] { display: none; }
.supplier-card .meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.tag { padding: 5px 8px; border: 1px solid rgba(239,182,75,.22); border-radius: 999px; color: var(--gold-light); background: rgba(239,182,75,.1); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.tag.region { color: #83e3df; border-color: rgba(34,199,197,.2); background: rgba(34,199,197,.09); }
.supplier-card a { margin-top: auto; color: var(--green); font-weight: 900; }
.note { padding: 18px 20px; border: 1px solid rgba(100,115,232,.2); border-left: 3px solid var(--violet); background: rgba(100,115,232,.09); color: #c8d6ee; font-size: .9rem; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: rgba(7,23,43,.76); box-shadow: 0 18px 50px rgba(0,3,12,.22); }
table { width: 100%; border-collapse: collapse; min-width: 700px; }
th, td { padding: 18px 20px; text-align: left; border-bottom: 1px solid var(--line); }
th { color: var(--muted); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
td strong { display: block; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--line); }
.step { padding: 28px; background: linear-gradient(145deg, rgba(12,34,60,.9), rgba(5,17,32,.96)); }
.step span { color: var(--gold); font-weight: 900; }
.step h3 { margin: 34px 0 8px; }
.step p { color: var(--muted); font-size: .9rem; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-size: .78rem; font-weight: 800; }
input, select, textarea { width: 100%; padding: 14px 15px; color: var(--white); border: 1px solid var(--line); border-radius: 10px; background: rgba(5,18,34,.9); }
input::placeholder, textarea::placeholder { color: #718aa0; }
textarea { min-height: 150px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(34,199,197,.14); border-color: var(--teal); }
.form-status { margin: 14px 0 0; color: var(--green); font-weight: 800; }

.site-footer { padding: 72px max(20px, calc((100vw - 1180px)/2)) 28px; color: white; border-top: 1px solid rgba(145,188,222,.12); background: linear-gradient(145deg, #01050d, #051425, #0c0d22); }
.footer-main { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; padding-bottom: 58px; }
.footer-brand img { width: min(260px, 100%); height: auto; margin-bottom: 20px; }
.footer-brand p { max-width: 360px; color: #8f9da5; }
.footer-col strong { display: block; margin-bottom: 14px; color: var(--gold-light); }
.footer-col a { display: block; margin: 8px 0; color: #a8b4bb; }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #7f8c94; font-size: .8rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-button { display: block; justify-self: end; }
  .site-nav { position: fixed; top: 78px; left: max(16px, env(safe-area-inset-left)); right: max(16px, env(safe-area-inset-right)); display: none; flex-direction: column; gap: 3px; max-height: calc(100svh - 96px); padding: 12px; overflow-y: auto; border: 1px solid rgba(145,188,222,.18); border-radius: 14px; background: linear-gradient(145deg, rgba(2,9,20,.99), rgba(9,29,54,.99)); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { display: flex; align-items: center; min-height: 50px; padding: 12px 15px; font-size: .95rem; }
  .site-nav .mobile-nav-cta { display: flex; justify-content: space-between; margin-top: 6px; color: var(--ink); background: linear-gradient(135deg, var(--gold-light), var(--gold)); }
  .header-cta { display: none; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .gateway-dock { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .gateway-body { overflow: auto; }
  .gateway-page { display: block; min-height: 100svh; padding: 0 0 max(20px, env(safe-area-inset-bottom)); overflow: visible; }
  .gateway-visual { position: relative; inset: auto; width: 100%; height: 100svh; min-height: 680px; overflow: hidden; background: #061726; }
  .gateway-visual img { object-fit: cover; object-position: center; }
  .gateway-shade { display: block; background: linear-gradient(180deg, rgba(7,26,43,.04) 55%, rgba(7,26,43,.2) 76%, rgba(5,17,29,.72) 100%); }
  .presence-node { width: 10px; height: 10px; }
  .mobile-scroll-cue { position: absolute; z-index: 2; right: 18px; bottom: max(22px, env(safe-area-inset-bottom)); left: 18px; display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 18px; color: var(--white); border: 1px solid rgba(220,234,242,.32); border-radius: 999px; background: rgba(7,26,43,.66); backdrop-filter: blur(14px); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-scroll-cue span { color: var(--gold-light); font-size: 1.2rem; }
  .gateway-mobile-intro { display: block; padding: 52px 18px 24px; }
  .gateway-mobile-intro .eyebrow { margin-bottom: 8px; }
  .gateway-mobile-intro h2 { margin-bottom: 8px; color: var(--white); font-size: clamp(2rem, 10vw, 3rem); line-height: 1; letter-spacing: -.04em; }
  .gateway-mobile-intro p:last-child { max-width: 36rem; margin-bottom: 0; color: #aac0cc; }
  .gateway-dock { grid-template-columns: 1fr 1fr; gap: 10px; width: auto; margin: 0 14px; }
  .gateway-card { min-height: 118px; padding: 15px; }
  .gateway-card:hover { transform: none; }
  .site-header { width: calc(100% - 20px); margin: 10px auto; padding: 7px 8px 7px 11px; border-radius: 12px; }
  .brand { grid-template-columns: auto 1fr; justify-self: start; width: auto; height: 46px; gap: 9px; }
  .brand::after { content: "RUDVIQ"; color: var(--white); font-size: .92rem; font-weight: 900; letter-spacing: .14em; }
  .brand img { width: 37px; height: 41px; }
  .menu-button { width: 46px; height: 46px; }
  .site-nav { top: 72px; left: 10px; right: 10px; }
  .gateway-body .site-header { right: 10px; left: auto; grid-template-columns: auto; width: auto; padding: 0; border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
  .gateway-body .brand { display: none; }
  .gateway-body .menu-button { border: 1px solid rgba(220,234,242,.28); border-radius: 50%; background: rgba(7,26,43,.7); backdrop-filter: blur(14px); box-shadow: 0 8px 28px rgba(0,0,0,.25); }
  .gateway-body .site-nav { top: 66px; }
  .hero { min-height: 680px; padding: 132px 18px 72px; }
  .hero::before { background: linear-gradient(rgba(2,9,20,.78), rgba(6,19,38,.97)), var(--hero-image, url('assets/solar-farm.jpg')) center/cover; }
  .logo-panel { width: 82px; height: 100px; margin-bottom: 20px; }
  h1 { margin-bottom: 18px; font-size: clamp(2.65rem, 14vw, 4.4rem); line-height: .94; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { margin-top: 26px; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stats div { padding: 14px 18px; }
  .page-hero { min-height: 500px; padding-top: 138px; }
  .page-hero h1 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
  .ticker { justify-content: flex-start; gap: 9px 22px; padding: 16px 18px; }
  .section { width: calc(100% - 28px); padding: 58px 0; }
  .section.tight { padding-top: 24px; }
  .section-heading, .split, .band-grid { grid-template-columns: 1fr; gap: 22px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: clamp(2.1rem, 10vw, 3.3rem); }
  .grid-3, .grid-4, .steps, .form-grid { grid-template-columns: 1fr; }
  .card { padding: 22px; }
  .card-number { margin-bottom: 28px; }
  .image-card { min-height: 360px; padding: 0; }
  .image-card div { padding: 24px; }
  .split { min-height: auto; border-radius: 18px; }
  .split-media { min-height: 280px; }
  .split-content { padding: 34px 22px 38px; }
  .form-panel { border-top: 1px solid var(--line); border-left: 0; }
  .split-content h2 { font-size: clamp(2.2rem, 11vw, 3.5rem); }
  .field.full { grid-column: auto; }
  input, select, textarea { min-height: 50px; font-size: 16px; }
  textarea { min-height: 150px; }
  .table-wrap { margin-right: -14px; border-radius: 14px 0 0 14px; -webkit-overflow-scrolling: touch; }
  th, td { padding: 15px 16px; }
  .band { padding: 62px 18px; }
  .band-stats { grid-template-columns: 1fr 1fr; }
  .band-stats div { padding: 18px; }
  .site-footer { padding: 54px 18px max(26px, env(safe-area-inset-bottom)); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 600px) {
  .gateway-dock { grid-template-columns: 1fr 1fr; }
  .gateway-card { min-height: 112px; grid-template-columns: auto 1fr; }
  .gateway-card b { display: none; }
  .gateway-card strong { font-size: .88rem; }
  .gateway-card small { font-size: .68rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; min-height: 50px; }
  .band-stats { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand { grid-column: auto; }
  .footer-main { padding-bottom: 38px; }
}
@media (max-width: 760px) and (orientation: landscape) {
  .gateway-visual { height: 100svh; min-height: 0; }
  .gateway-visual img { object-position: center; }
  .mobile-scroll-cue { right: 74px; left: 74px; bottom: 14px; min-height: 46px; }
}
@media (hover: none) {
  .card:hover, .gateway-card:hover, .button.primary:hover, .header-cta:hover { transform: none; }
  .image-card:hover img { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .presence-node, .presence-node i, .presence-route { animation: none; }
}
