:root {
  --ink: #020711;
  --ink-soft: #06111d;
  --panel: #081827;
  --panel-2: #0b2133;
  --line: rgba(137, 194, 220, 0.18);
  --cyan: #32d9ff;
  --cyan-soft: #a9efff;
  --blue: #1576ff;
  --white: #f5fbff;
  --muted: #8aa1b2;
  --frame: min(calc(100% - 72px), 1180px);
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--white); font-family: "Segoe UI", Arial, sans-serif; }
img { display: block; max-width: 100%; }
.fill-image { position: absolute; inset: 0; width: 100%; height: 100%; }
body::selection { background: var(--cyan); color: #00121b; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
main { min-height: 100svh; overflow: hidden; background: radial-gradient(circle at 76% 11%, rgba(19, 108, 230, 0.14), transparent 25rem), var(--ink); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 50%;
  display: grid;
  width: var(--frame);
  height: 82px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(17px);
  transform: translateX(-50%);
}
.site-header::before { position: fixed; z-index: -1; inset: 0 -100vw; background: rgba(2, 8, 15, 0.74); content: ""; }
.monogram { display: flex; width: 62px; align-items: center; color: #fff; font-size: 13px; font-weight: 750; letter-spacing: 0.04em; }
.monogram i { width: 18px; height: 1px; margin: 0 5px; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); transform: rotate(-57deg); }
.nav-links { display: flex; align-items: center; gap: 29px; }
.nav-links a { position: relative; color: #a9bac5; font-size: 11px; font-weight: 650; letter-spacing: 0.1em; text-transform: uppercase; transition: 0.2s; }
.nav-links a::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 1px; background: var(--cyan); content: ""; transform: scaleX(0); transition: 0.25s; }
.nav-links a:hover { color: #fff; }
.nav-links a:hover::after { transform: scaleX(1); }
.header-cta { display: flex; height: 44px; align-items: center; justify-self: end; gap: 22px; padding: 0 18px; border: 1px solid rgba(50, 217, 255, 0.45); background: rgba(14, 89, 133, 0.14); color: var(--cyan-soft); font-size: 10px; font-weight: 750; letter-spacing: 0.09em; text-transform: uppercase; transition: 0.25s; }
.header-cta:hover { border-color: var(--cyan); background: var(--cyan); color: #00131c; }
.header-cta span { font-size: 15px; }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 780px;
  height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 42%, rgba(23, 167, 220, 0.2), transparent 29rem),
    radial-gradient(circle at 96% 14%, rgba(64, 56, 214, 0.12), transparent 26rem),
    linear-gradient(116deg, #020711 0%, #03101d 56%, #071a2a 100%);
  isolation: isolate;
}
.hero::before { position: absolute; z-index: 1; inset: 0; background-image: linear-gradient(rgba(94, 176, 218, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(94, 176, 218, 0.045) 1px, transparent 1px); background-size: 84px 84px; content: ""; mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.32) 52%, transparent 90%); }
.hero::after { position: absolute; z-index: 6; right: 4%; bottom: 0; left: 4%; height: 1px; background: linear-gradient(90deg, transparent, rgba(50, 217, 255, 0.38), transparent); content: ""; }
.hero-atmosphere { position: absolute; z-index: 2; inset: 0; overflow: hidden; pointer-events: none; }
.hero-atmosphere::before { position: absolute; top: 5%; right: -5%; width: min(64vw, 920px); aspect-ratio: 1; border: 1px solid rgba(169, 239, 255, 0.09); border-radius: 50%; background: radial-gradient(circle, rgba(41, 190, 231, 0.09) 0%, rgba(6, 39, 61, 0.06) 48%, transparent 69%); box-shadow: inset 0 0 120px rgba(50, 217, 255, 0.035); content: ""; animation: orbit-in 1.4s 0.18s cubic-bezier(.22, 1, .36, 1) both; }
.hero-atmosphere::after { position: absolute; top: 12%; right: 3%; width: min(43vw, 650px); height: 75%; border: 1px solid rgba(169, 239, 255, 0.09); background: linear-gradient(145deg, rgba(24, 94, 132, 0.08), rgba(3, 13, 23, 0.025)); content: ""; clip-path: polygon(15% 0, 100% 0, 91% 100%, 0 100%); }
.hero-atmosphere i { position: absolute; z-index: 2; top: 12%; bottom: 10%; width: 1px; background: linear-gradient(transparent, rgba(169, 239, 255, 0.13), transparent); }
.hero-atmosphere i:nth-child(1) { right: 36%; }
.hero-atmosphere i:nth-child(2) { right: 23%; }
.hero-atmosphere i:nth-child(3) { right: 10%; }
.hero-layout { position: relative; z-index: 4; display: grid; width: var(--frame); height: 100%; grid-template-columns: 55% 45%; align-items: center; margin: auto; }
.hero-copy { position: relative; z-index: 4; width: min(650px, 100%); padding: 14px 0 16px; }
.eyebrow { display: flex; align-items: center; gap: 0; margin: 0 0 25px; color: var(--cyan-soft); animation: copy-in 0.85s 0.25s both; }
.eyebrow span { padding: 0 14px; border-left: 1px solid rgba(50, 217, 255, 0.38); font-size: 10px; font-weight: 700; letter-spacing: 0.13em; }
.eyebrow span:first-child { padding-left: 0; border: 0; }
.hero h1 { max-width: 720px; margin: 0; color: #f2f8fb; font-size: clamp(52px, 5.25vw, 80px); font-weight: 560; letter-spacing: -0.067em; line-height: 0.98; text-shadow: 0 18px 55px rgba(0, 0, 0, 0.36); animation: copy-in 0.95s 0.34s both; }
.hero h1 strong { display: block; color: var(--cyan-soft); font-weight: 670; }
.hero h2 { max-width: 590px; margin: 29px 0 0; color: #dcecf3; font-size: clamp(18px, 1.55vw, 22px); font-weight: 450; letter-spacing: -0.025em; line-height: 1.4; animation: copy-in 0.9s 0.45s both; }
.hero h2 b { color: #fff; font-weight: 700; }
.hero-intro { max-width: 575px; margin: 18px 0 0; color: #aabcc7; font-size: 16px; line-height: 1.68; text-shadow: 0 2px 24px rgba(0, 0, 0, 0.58); animation: copy-in 0.9s 0.54s both; }
.hero-actions { display: flex; gap: 12px; margin: 29px 0 0; animation: copy-in 0.9s 0.64s both; }
.button { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 26px; padding: 0 19px; border: 1px solid var(--line); font-size: 10px; font-weight: 750; letter-spacing: 0.09em; text-transform: uppercase; transition: 0.25s; }
.button span { font-size: 15px; }
.button.primary { border-color: var(--cyan); background: var(--cyan); color: #00131c; }
.button.primary:hover { background: #fff; border-color: #fff; }
.button.ghost { background: rgba(3, 15, 26, 0.42); color: #b4c8d4; }
.button.ghost:hover { border-color: var(--cyan); color: #fff; }
.hero-visual { position: relative; align-self: stretch; min-width: 0; animation: visual-in 1.15s 0.18s cubic-bezier(.22, 1, .36, 1) both; }
.hero-portrait-frame { position: absolute; top: 14%; right: -7%; bottom: 8%; left: 0; border: 1px solid rgba(169, 239, 255, 0.13); background: linear-gradient(145deg, rgba(20, 96, 137, 0.065), transparent 48%); clip-path: polygon(13% 0, 100% 0, 92% 100%, 0 100%, 0 16%); }
.hero-portrait-frame::before { position: absolute; top: 8%; right: 7%; width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 30px 8px rgba(50, 217, 255, 0.32); content: ""; }
.hero-portrait { position: absolute; z-index: 2; right: -7%; bottom: -1px; width: auto; max-width: none; height: min(88vh, 840px); filter: saturate(0.93) contrast(1.035) drop-shadow(-24px 24px 38px rgba(0, 0, 0, 0.3)); object-fit: contain; object-position: bottom; }
.hero-visual::after { position: absolute; z-index: 3; right: -8%; bottom: 0; left: -4%; height: 11%; background: linear-gradient(0deg, #020711 2%, rgba(2, 7, 17, 0.82) 34%, transparent); content: ""; pointer-events: none; }
.hero-role-card { position: absolute; z-index: 5; right: 4%; bottom: 142px; display: flex; width: min(310px, 74%); min-height: 64px; align-items: center; padding: 18px 20px; border: 1px solid rgba(50, 217, 255, 0.26); background: rgba(2, 12, 21, 0.72); backdrop-filter: blur(14px); }
.hero-role-card strong { color: #e9f4f8; font-size: 16px; font-weight: 560; line-height: 1.4; }
.hero-stats { position: absolute; z-index: 7; bottom: 42px; left: max(36px, calc((100% - 1180px) / 2)); display: flex; animation: copy-in 0.9s 0.73s both; }
.hero-stats div { display: flex; min-width: 152px; flex-direction: column; gap: 5px; padding: 0 26px; border-left: 1px solid var(--line); }
.hero-stats div:first-child { padding-left: 0; border: 0; }
.hero-stats strong { color: var(--cyan); font-size: 23px; line-height: 1; }
.hero-stats span { color: #8299a8; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; }
.hero-code { position: absolute; z-index: 7; top: 112px; left: max(36px, calc((100% - 1180px) / 2)); color: var(--cyan); font-size: 9px; font-weight: 700; letter-spacing: 0.16em; }

.section { width: var(--frame); margin: auto; }
.section-kicker { display: flex; align-items: center; gap: 15px; color: var(--cyan); }
.section-kicker span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(50, 217, 255, 0.35); font-size: 10px; }
.section-kicker b { font-size: 10px; font-weight: 700; letter-spacing: 0.16em; }
.authority { padding: 130px 0 144px; }
.authority-heading { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 8%; align-items: end; margin: 39px 0 60px; }
.authority-heading h2 { max-width: 740px; margin: 0; font-size: clamp(42px, 5.2vw, 72px); font-weight: 550; letter-spacing: -0.064em; line-height: 0.98; }
.authority-heading p { margin: 0 0 5px; color: var(--cyan-soft); font-size: 17px; line-height: 1.55; }
.authority-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 7%; align-items: stretch; }
.authority-portrait { position: relative; min-height: 570px; overflow: hidden; border: 1px solid var(--line); background: radial-gradient(circle at 50% 25%, rgba(30, 139, 207, 0.3), transparent 37%), linear-gradient(160deg, #0b2740, #030a12 69%); }
.authority-portrait::before { position: absolute; z-index: 1; inset: 18px; border: 1px solid rgba(50, 217, 255, 0.12); content: ""; }
.authority-portrait img { z-index: 2; object-fit: cover; object-position: center 39%; filter: saturate(0.88) contrast(1.04) brightness(0.88); }
.authority-portrait > div { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; gap: 8px; padding: 64px 30px 28px; background: linear-gradient(0deg, rgba(2, 7, 14, 0.98), transparent); }
.authority-portrait small { color: var(--cyan); font-size: 9px; font-weight: 700; letter-spacing: 0.12em; }
.authority-portrait strong { max-width: 330px; font-size: 20px; letter-spacing: -0.03em; }
.authority-content { display: flex; flex-direction: column; justify-content: center; }
.authority-content > p { max-width: 670px; color: #8199aa; font-size: 15px; line-height: 1.78; }
.authority-content > p.lead { margin: 0 0 22px; color: #e6f2f7; font-size: clamp(23px, 2.6vw, 34px); font-weight: 430; letter-spacing: -0.04em; line-height: 1.28; }
.credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 34px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.credentials span { display: flex; min-height: 92px; align-items: center; gap: 15px; padding: 19px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #c4d4dc; font-size: 13px; line-height: 1.45; }
.credentials i { color: var(--cyan); font-size: 10px; font-style: normal; letter-spacing: 0.1em; }

.services { padding: 116px 0 134px; border-top: 1px solid var(--line); }
.section-title-row { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 8%; align-items: end; margin: 38px 0 58px; }
.section-title-row h2 { margin: 0; font-size: clamp(42px, 5.3vw, 70px); font-weight: 550; letter-spacing: -0.065em; line-height: 1; }
.section-title-row p { max-width: 430px; margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; display: flex; min-height: 335px; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(6, 20, 33, 0.5); isolation: isolate; transition: 0.35s; }
.service-card::before { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 80% 0%, rgba(21, 118, 255, 0.16), transparent 55%); content: ""; opacity: 0; transition: 0.35s; }
.service-card:hover { background: #081b2b; transform: translateY(-4px); }
.service-card:hover::before { opacity: 1; }
.service-card > div { display: flex; align-items: center; justify-content: space-between; }
.service-card > div span { color: var(--cyan); font-size: 10px; font-weight: 700; }
.service-card > div small { color: #7e98a8; font-size: 9px; font-weight: 700; letter-spacing: 0.11em; }
.service-card h3 { max-width: 270px; margin: 65px 0 15px; font-size: 28px; font-weight: 560; letter-spacing: -0.045em; line-height: 1.08; }
.service-card p { margin: 0; color: #99adba; font-size: 14px; line-height: 1.65; }
.service-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); color: #91a9b7; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; transition: 0.2s; }
.service-card a span { color: var(--cyan); font-size: 15px; }
.service-card a:hover { color: #fff; }

.energy-band { position: relative; display: grid; min-height: 720px; grid-template-columns: 1fr 1fr; align-items: end; overflow: hidden; padding: 100px max(36px, calc((100% - 1180px) / 2)); background: #07101b; isolation: isolate; }
.energy-band > img { z-index: -3; object-fit: cover; object-position: center 57%; filter: saturate(0.72) contrast(1.12) brightness(0.47); transform: scale(1.05); }
.energy-band-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(2, 8, 16, 0.98) 0%, rgba(3, 12, 21, 0.77) 54%, rgba(3, 12, 21, 0.2) 100%), linear-gradient(0deg, rgba(2, 7, 14, 0.9), transparent 56%); }
.energy-band::before { position: absolute; z-index: -1; inset: 38px; border: 1px solid rgba(133, 205, 235, 0.14); content: ""; }
.energy-band-copy { align-self: center; max-width: 650px; }
.energy-band-copy > span { color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: 0.16em; }
.energy-band-copy h2 { margin: 25px 0 22px; font-size: clamp(46px, 5.5vw, 76px); font-weight: 550; letter-spacing: -0.067em; line-height: 0.98; }
.energy-band-copy p { max-width: 540px; margin: 0; color: #9bb0bd; font-size: 15px; line-height: 1.7; }
.audiences { display: grid; width: min(100%, 420px); grid-template-columns: 1fr 1fr; align-self: end; justify-self: end; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audiences span { display: flex; min-height: 96px; flex-direction: column; justify-content: space-between; padding: 19px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(3, 14, 24, 0.58); color: #e0ebef; font-size: 13px; }
.audiences i { color: var(--cyan); font-size: 9px; font-style: normal; }

.ecosystem { padding: 132px 0 142px; }
.ecosystem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.company-card { position: relative; min-height: 400px; overflow: hidden; border: 1px solid var(--line); background: var(--panel); isolation: isolate; transition: 0.35s cubic-bezier(.22, 1, .36, 1); }
.company-card > img { z-index: -3; object-fit: cover; object-position: center; filter: saturate(0.72) contrast(1.08) brightness(0.6); transition: 0.7s cubic-bezier(.22, 1, .36, 1); }
.company-card:nth-child(3) > img { object-position: center 36%; }
.company-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(0deg, rgba(2, 8, 15, 0.98) 5%, rgba(2, 9, 18, 0.62) 62%, rgba(2, 9, 18, 0.2)); }
.company-card::after { position: absolute; right: 18px; bottom: 18px; width: 20px; height: 20px; border-right: 1px solid var(--cyan); border-bottom: 1px solid var(--cyan); content: ""; }
.company-card:hover { border-color: rgba(50, 217, 255, 0.65); transform: translateY(-5px); }
.company-card:hover > img { filter: saturate(0.88) contrast(1.06) brightness(0.7); transform: scale(1.045); }
.company-index { position: absolute; top: 25px; left: 27px; color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; }
.company-copy { position: absolute; right: 92px; bottom: 34px; left: 29px; }
.company-copy small { color: var(--cyan-soft); font-size: 9px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.company-copy h3 { margin: 12px 0 13px; font-size: clamp(34px, 4vw, 53px); font-weight: 620; letter-spacing: -0.06em; line-height: 0.95; }
.company-copy p { max-width: 450px; margin: 0; color: #adbdc6; font-size: 13px; line-height: 1.6; }
.company-card > b { position: absolute; right: 30px; bottom: 40px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(50, 217, 255, 0.42); border-radius: 50%; color: var(--cyan); font-size: 18px; transition: 0.25s; }
.company-card:hover > b { background: var(--cyan); color: #00131c; transform: rotate(45deg); }

.quote-section { display: grid; min-height: 460px; place-items: center; padding: 90px 7%; border-block: 1px solid var(--line); text-align: center; }
.quote-section > span { color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: 0.2em; }
.quote-section blockquote { max-width: 990px; margin: 28px auto 21px; font-size: clamp(37px, 5vw, 68px); font-weight: 430; letter-spacing: -0.06em; line-height: 1.05; }
.quote-section p { margin: 0; color: #8fa4b1; font-size: 10px; font-weight: 700; letter-spacing: 0.18em; }

.contact { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: 8%; padding: 136px 0; }
.contact-copy { align-self: center; }
.contact-copy h2 { margin: 40px 0 24px; font-size: clamp(46px, 5.4vw, 71px); font-weight: 550; letter-spacing: -0.068em; line-height: 0.98; }
.contact-copy > p { max-width: 530px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.78; }
.contact-details { display: flex; flex-direction: column; gap: 20px; margin-top: 38px; padding: 26px 0; border-block: 1px solid var(--line); }
.contact-details span { display: flex; flex-direction: column; gap: 7px; }
.contact-details small { color: var(--cyan); font-size: 9px; font-weight: 700; letter-spacing: 0.14em; }
.contact-details b { color: #c8d8df; font-size: 13px; font-weight: 500; }
.whatsapp-link { display: flex; align-items: center; justify-content: space-between; margin-top: 25px; color: var(--cyan-soft); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; }
.whatsapp-link span { color: var(--cyan); font-size: 16px; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 15px; padding: 34px; border: 1px solid rgba(133, 195, 226, 0.25); background: linear-gradient(145deg, rgba(12, 38, 59, 0.88), rgba(4, 15, 26, 0.92)); box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36); }
.form-head { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; margin-bottom: 12px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-head span { color: #e5f2f7; font-size: 9px; font-weight: 700; letter-spacing: 0.15em; }
.form-head small { color: var(--cyan); font-size: 9px; letter-spacing: 0.11em; }
.field { display: flex; flex-direction: column; gap: 9px; }
.full { grid-column: 1 / -1; }
.field label { color: #a9bbc5; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid rgba(132, 190, 217, 0.2); border-radius: 0; outline: 0; background: rgba(1, 9, 17, 0.58); color: #eaf6fa; font-size: 14px; transition: 0.2s; }
.field input, .field select { height: 49px; padding: 0 14px; }
.field textarea { min-height: 102px; resize: vertical; padding: 14px; }
.field input::placeholder, .field textarea::placeholder { color: #4f6879; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(50, 217, 255, 0.07); }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #6f8c9e 50%), linear-gradient(135deg, #6f8c9e 50%, transparent 50%); background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px; background-repeat: no-repeat; background-size: 5px 5px; }
.field select option { background: #071522; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: #91a7b4; font-size: 11px; line-height: 1.5; }
.consent input { width: 15px; height: 15px; margin: 0; accent-color: var(--cyan); }
.submit-button { display: flex; height: 56px; align-items: center; justify-content: space-between; padding: 0 18px; border: 1px solid var(--cyan); background: var(--cyan); color: #00141d; font-size: 11px; font-weight: 800; letter-spacing: 0.11em; cursor: pointer; transition: 0.25s; }
.submit-button:hover { border-color: #fff; background: #fff; }
.submit-button:disabled { opacity: 0.64; cursor: wait; }
.submit-button span { font-size: 17px; }
.form-feedback { min-height: 18px; color: #83a2b2; font-size: 10px; line-height: 1.5; }
.form-feedback.success { color: #7bf0b1; }
.form-feedback.error { color: #ffb7b7; }
.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

footer { display: grid; width: var(--frame); min-height: 132px; grid-template-columns: 1fr auto 1fr; align-items: center; margin: auto; border-top: 1px solid var(--line); color: #668092; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #295469; color: var(--cyan); font-size: 10px; font-weight: 800; }
.footer-brand p { display: flex; flex-direction: column; gap: 5px; margin: 0; }
.footer-brand b { color: #b7c9d2; font-size: 10px; letter-spacing: 0.12em; }
.footer-brand small { font-size: 8px; letter-spacing: 0.11em; }
footer nav { display: flex; gap: 22px; }
footer nav a { font-size: 9px; font-weight: 700; letter-spacing: 0.11em; transition: 0.2s; }
footer nav a:hover { color: var(--cyan); }
footer > small { justify-self: end; font-size: 8px; letter-spacing: 0.12em; }

[data-reveal] { opacity: 0; filter: blur(8px); transform: translateY(35px); transition: opacity 0.9s cubic-bezier(.22, 1, .36, 1), filter 0.9s cubic-bezier(.22, 1, .36, 1), transform 0.9s cubic-bezier(.22, 1, .36, 1); }
[data-reveal].is-visible { opacity: 1; filter: none; transform: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }

@keyframes copy-in { from { opacity: 0; filter: blur(10px); transform: translateY(28px); } to { opacity: 1; filter: none; transform: none; } }
@keyframes hero-scale { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1); } }
@keyframes visual-in { from { opacity: 0; filter: blur(10px); transform: translateX(45px) scale(0.98); } to { opacity: 1; filter: none; transform: none; } }
@keyframes orbit-in { from { opacity: 0; transform: scale(0.82) rotate(-10deg); } to { opacity: 1; transform: scale(1); } }
@keyframes orbit-float { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-11px, 8px, 0) rotate(2deg); } }

@media (max-width: 980px) {
  :root { --frame: min(calc(100% - 42px), 860px); }
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links { position: fixed; top: 81px; right: -22px; left: -22px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px 22px; border-bottom: 1px solid var(--line); background: rgba(2, 9, 17, 0.98); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 17px 2px; border-bottom: 1px solid var(--line); }
  .header-cta { display: none; }
  .menu-button { display: flex; width: 42px; height: 42px; align-items: center; flex-direction: column; justify-content: center; gap: 6px; justify-self: end; border: 1px solid var(--line); background: transparent; cursor: pointer; }
  .menu-button i { width: 17px; height: 1px; background: #c3d7e1; transition: 0.2s; }
  .menu-button.active i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button.active i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero-layout { grid-template-columns: 57% 43%; }
  .hero-copy { width: min(560px, 100%); }
  .hero-portrait { right: -20%; height: min(84vh, 790px); }
  .hero-portrait-frame { right: -12%; left: -2%; }
  .hero-role-card { right: -2%; width: min(280px, 88%); }
  .hero-stats { left: 36px; }
  .hero-code { left: 36px; }
  .authority-heading, .section-title-row { grid-template-columns: 1fr; gap: 24px; }
  .authority-grid { grid-template-columns: 0.9fr 1.1fr; gap: 4%; }
  .credentials { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .energy-band { grid-template-columns: 1fr; gap: 65px; }
  .audiences { justify-self: start; }
  .contact { grid-template-columns: 1fr; gap: 70px; }
  footer { grid-template-columns: 1fr auto; }
  footer > small { display: none; }
}

@media (max-width: 700px) {
  :root { --frame: calc(100% - 24px); }
  .site-header { height: 70px; }
  .nav-links { top: 69px; right: -12px; left: -12px; padding-inline: 12px; }
  .hero { min-height: 940px; height: max(940px, 100svh); background: radial-gradient(circle at 75% 25%, rgba(23, 167, 220, 0.22), transparent 17rem), linear-gradient(155deg, #020711 0%, #061625 55%, #020711 100%); }
  .hero::before { background-size: 52px 52px; mask-image: linear-gradient(#000, rgba(0, 0, 0, 0.35) 58%, transparent 88%); }
  .hero-atmosphere::before { top: 4%; right: -49%; width: 138vw; }
  .hero-atmosphere::after { top: 9%; right: -20%; width: 91vw; height: 52%; }
  .hero-atmosphere i:nth-child(1) { right: 68%; }
  .hero-atmosphere i:nth-child(2) { right: 39%; }
  .hero-atmosphere i:nth-child(3) { right: 10%; }
  .hero-layout { display: block; width: 100%; }
  .hero-visual { position: absolute; top: 70px; right: 0; left: 0; height: 53%; }
  .hero-portrait-frame { top: 24px; right: 12px; bottom: 8%; left: 18%; }
  .hero-portrait { right: -10%; bottom: 0; height: 100%; }
  .hero-visual::after { right: 0; left: 0; height: 48%; background: linear-gradient(0deg, #020711 7%, rgba(2, 7, 17, 0.92) 31%, rgba(2, 7, 17, 0.44) 68%, transparent); }
  .hero-role-card { display: none; }
  .hero-copy { position: absolute; z-index: 5; right: 24px; bottom: 142px; left: 24px; width: auto; padding: 0; }
  .eyebrow { margin-bottom: 16px; }
  .eyebrow span { padding-inline: 8px; font-size: 8px; letter-spacing: 0.08em; }
  .hero h1 { max-width: 520px; font-size: clamp(44px, 12.7vw, 56px); line-height: 1; text-shadow: 0 12px 36px rgba(0, 0, 0, 0.52); }
  .hero h2 { max-width: 360px; margin: 20px 0 0; font-size: 15px; line-height: 1.4; }
  .hero-intro { max-width: 500px; margin: 13px 0 0; font-size: 13px; line-height: 1.55; }
  .hero-actions { margin: 20px 0 0; }
  .button { min-height: 49px; font-size: 9px; }
  .button.ghost { display: none; }
  .hero-stats { right: 24px; bottom: 28px; left: 24px; }
  .hero-stats div { min-width: 0; flex: 1; padding-inline: 11px; }
  .hero-stats strong { font-size: 17px; }
  .hero-stats span { font-size: 7px; line-height: 1.3; }
  .hero-code { top: 91px; left: 24px; max-width: 210px; font-size: 8px; line-height: 1.45; }
  .authority, .services, .ecosystem { padding-block: 86px; }
  .authority-heading { margin: 30px 0 42px; }
  .authority-heading h2, .section-title-row h2 { font-size: 41px; }
  .authority-heading p { font-size: 14px; }
  .authority-grid { grid-template-columns: 1fr; gap: 42px; }
  .authority-portrait { min-height: 520px; }
  .authority-content > p.lead { font-size: 25px; }
  .credentials { grid-template-columns: 1fr; }
  .services .section-title-row, .ecosystem .section-title-row { margin: 30px 0 42px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; padding: 25px; }
  .service-card h3 { margin-top: 54px; }
  .energy-band { min-height: 770px; gap: 55px; padding: 82px 24px 62px; }
  .energy-band::before { inset: 12px; }
  .energy-band > img { object-position: 65% center; }
  .energy-band-copy { align-self: end; }
  .energy-band-copy h2 { font-size: 44px; }
  .energy-band-copy p { font-size: 12px; }
  .audiences { width: 100%; }
  .audiences span { min-height: 84px; padding: 15px; font-size: 11px; }
  .audiences i { font-size: 8px; }
  .ecosystem-grid { grid-template-columns: 1fr; gap: 14px; }
  .company-card { min-height: 355px; }
  .company-copy h3 { font-size: 39px; }
  .quote-section { min-height: 420px; padding-inline: 14px; }
  .quote-section blockquote { font-size: 38px; }
  .contact { gap: 54px; padding-block: 90px; }
  .contact-copy h2 { font-size: 45px; }
  .lead-form { grid-template-columns: 1fr; gap: 20px; padding: 24px 18px; }
  .lead-form .field, .lead-form .full, .form-head { grid-column: 1; }
  .form-head small { display: none; }
  footer { min-height: 180px; grid-template-columns: 1fr; align-content: center; gap: 27px; }
  footer nav { gap: 14px; }
}

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