:root {
  --ink: #06111f;
  --ink-soft: #0b1c30;
  --blue: #0b73bd;
  --blue-bright: #4cb6ff;
  --cyan: #76d5ff;
  --steel: #9db1c6;
  --paper: #f5f8fb;
  --line: #d8e2ec;
  --muted: #5d6d80;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 82px; }
body { margin: 0; color: var(--ink); background: white; font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
main { overflow: hidden; }
.section-shell, .header-shell { width: var(--shell); margin-inline: auto; }
.section { padding: 116px 0; }
.motion-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 800ms cubic-bezier(.22,.76,.24,1); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: none; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 82px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(4,13,25,.86);
  backdrop-filter: blur(18px);
}
.header-shell { height: 100%; display: flex; align-items: center; }
.brand-lockup { width: 160px; flex: 0 0 160px; }
.brand-lockup img { width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.nav-links a { position: relative; padding: 31px 0 29px; color: #bed0e2; font-size: 13px; font-weight: 610; }
.nav-links a::after { content: ""; position: absolute; right: 50%; bottom: 22px; left: 50%; height: 2px; background: var(--blue-bright); transition: inset 180ms ease; }
.nav-links a:hover { color: white; }
.nav-links a:hover::after { right: 0; left: 0; }
.header-cta {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 30px;
  padding: 0 17px;
  border: 1px solid rgba(107,192,251,.4);
  border-radius: 3px;
  color: white;
  background: rgba(19,124,199,.22);
  font-size: 12px;
  font-weight: 680;
  transition: background 180ms ease, border-color 180ms ease;
}
.header-cta:hover { border-color: #6dc7ff; background: #0c70b8; }
.menu-button { display: none; align-items: center; justify-content: center; border: 0; color: white; background: transparent; }

.hero {
  position: relative;
  min-height: 860px;
  display: grid;
  align-items: center;
  padding: 142px 0 92px;
  color: white;
  background: #04101f;
  isolation: isolate;
}
.cinematic-media { position: absolute; z-index: -3; inset: 0; overflow: hidden; pointer-events: none; }
.cinematic-poster {
  position: absolute;
  inset: 0;
  background: center 43% / cover no-repeat url("/assets/hero-steel-planet.webp"), #06111f;
  filter: saturate(.9) contrast(1.04);
}
.cinematic-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;
  border: 0;
  transform: translate(-50%,-50%) scale(1.12);
}
.cinematic-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 77% 49%,rgba(9,108,179,.1),rgba(2,8,16,.46) 35%,rgba(2,8,16,.82) 70%),
    linear-gradient(90deg,rgba(2,9,18,.96) 0%,rgba(2,9,18,.78) 47%,rgba(2,9,18,.4) 74%,rgba(2,9,18,.78) 100%),
    linear-gradient(0deg,#04101f 0%,transparent 24%,rgba(4,16,31,.3) 100%);
}
.hero-gridlines {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(rgba(104,188,247,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(104,188,247,.18) 1px,transparent 1px);
  background-size: 78px 78px;
  -webkit-mask-image: linear-gradient(90deg,black,transparent 68%);
  mask-image: linear-gradient(90deg,black,transparent 68%);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 46px; align-items: center; }
.hero-copy { max-width: 690px; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--blue); font-family: var(--font-geist-mono), monospace; font-size: 10px; font-weight: 720; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
.eyebrow.light { color: #6cc3ff; }
.eyebrow.dark { color: #0972bd; }
.hero h1 {
  max-width: 760px;
  margin: 25px 0 0;
  font-size: clamp(54px,5.7vw,82px);
  line-height: .98;
  letter-spacing: -.065em;
}
.hero h1 em { color: var(--blue-bright); font-style: normal; font-weight: 760; }
.hero-lead { max-width: 650px; margin: 27px 0 0; color: #c5d8e9; font-size: 18px; line-height: 1.7; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 720;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: #0b7ac6; box-shadow: 0 15px 36px rgba(8,104,174,.24); }
.button-primary:hover { background: #1594ec; }
.button-secondary { border: 1px solid rgba(255,255,255,.3); color: white; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.button-secondary:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.12); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 0; margin-top: 45px; }
.hero-proof div { padding-right: 22px; }
.hero-proof div + div { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.17); }
.hero-proof strong { display: block; color: white; font-size: 27px; letter-spacing: -.045em; }
.hero-proof span { display: block; margin-top: 3px; color: #91a8bd; font-size: 11px; }
.molecule-stage { position: relative; min-height: 570px; border: 1px solid rgba(93,181,242,.18); background: radial-gradient(circle at 50% 50%,rgba(12,112,181,.22),transparent 50%); }
.molecule-stage::before, .molecule-stage::after { content: ""; position: absolute; width: 46px; height: 46px; border-color: rgba(99,196,255,.7); }
.molecule-stage::before { top: -1px; left: -1px; border-top: 2px solid; border-left: 2px solid; }
.molecule-stage::after { right: -1px; bottom: -1px; border-right: 2px solid; border-bottom: 2px solid; }
.steel-molecule { position: absolute; inset: 0; width: 100%; height: 100%; }
.molecule-core { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 88px; height: 88px; border: 1px solid rgba(121,204,255,.32); border-radius: 50%; background: rgba(5,31,53,.66); box-shadow: 0 0 60px rgba(47,160,232,.24); transform: translate(-50%,-50%); backdrop-filter: blur(8px); pointer-events: none; }
.molecule-core span { color: #62bffb; font: 9px var(--font-geist-mono),monospace; }
.molecule-core strong { margin-top: -19px; font-size: 12px; text-transform: uppercase; }
.molecule-label { position: absolute; display: flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid rgba(97,187,247,.22); color: #c8e5f8; background: rgba(4,20,36,.72); font: 10px var(--font-geist-mono),monospace; backdrop-filter: blur(8px); }
.molecule-label span { width: 6px; height: 6px; border-radius: 50%; background: #55baff; box-shadow: 0 0 10px #55baff; }
.label-a { top: 15%; left: 7%; }
.label-b { top: 25%; right: 6%; }
.label-c { right: 10%; bottom: 19%; }
.molecule-action { position: absolute; right: 25px; bottom: 23px; display: flex; align-items: center; gap: 9px; color: #bfe6ff; font-size: 12px; font-weight: 680; }
.hero-scroll { position: absolute; bottom: 24px; left: 50%; display: flex; align-items: center; gap: 10px; color: #7790a8; font: 9px var(--font-geist-mono),monospace; letter-spacing: .14em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll span { width: 38px; height: 1px; background: #6caedb; animation: scan 2.4s ease-in-out infinite; }
@keyframes scan { 0%,100% { transform: scaleX(.35); transform-origin: left; } 50% { transform: scaleX(1); } }

.trust-strip { color: #c2d2e2; background: #071524; border-top: 1px solid rgba(255,255,255,.07); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid span { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; font-size: 11px; font-weight: 610; text-align: center; }
.trust-grid span + span { border-left: 1px solid rgba(255,255,255,.08); }
.trust-grid svg { color: #4bb5fa; }

.section-heading h2, .coverage-copy h2, .history-copy h2, .consultant-copy h2, .faq-intro h2, .contact-copy h2 {
  margin: 18px 0 0;
  font-size: clamp(40px,4.4vw,62px);
  line-height: 1.03;
  letter-spacing: -.052em;
}
.split-heading, .process-heading, .proof-heading, .resources-heading, .brand-heading { display: grid; grid-template-columns: 1.18fr .82fr; gap: 90px; align-items: end; }
.split-heading > p, .process-heading > p, .proof-heading > p, .resources-heading > p, .brand-heading > p, .support-top > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.process-section { background: #eff4f8; }
.process-experience { display: grid; grid-template-columns: .93fr 1.07fr; gap: 24px; margin-top: 60px; }
.process-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.process-list button {
  min-height: 70px;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 0 15px;
  border: 1px solid #d5e1ec;
  border-radius: 3px;
  color: #516274;
  background: rgba(255,255,255,.82);
  text-align: left;
  transition: transform 170ms ease, color 170ms ease, border-color 170ms ease, background 170ms ease;
}
.process-list button:hover { transform: translateX(3px); border-color: #8cc8ef; color: #0b69aa; }
.process-list button.active { border-color: #147fc5; color: white; background: #0b73bd; box-shadow: 0 12px 24px rgba(11,115,189,.15); }
.process-list button svg:last-child { opacity: .45; }
.process-list button strong { font-size: 12px; }
.process-index { color: #9eb0c1; font: 8px var(--font-geist-mono),monospace; }
.process-list button.active .process-index { color: #bfe6ff; }
.process-result {
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px;
  overflow: hidden;
  color: white;
  background: radial-gradient(circle at 93% 13%,rgba(44,158,234,.27),transparent 32%),linear-gradient(140deg,#071524,#0b2540);
}
.process-result::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(91,182,241,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(91,182,241,.18) 1px,transparent 1px); background-size: 42px 42px; -webkit-mask-image: linear-gradient(90deg,transparent,black); mask-image: linear-gradient(90deg,transparent,black); }
.process-result > * { position: relative; z-index: 2; }
.process-route { display: flex; align-items: center; gap: 9px; color: #64bdf8; font: 9px var(--font-geist-mono),monospace; letter-spacing: .12em; text-transform: uppercase; }
.process-route span { width: 7px; height: 7px; border-radius: 50%; background: #4eb9ff; box-shadow: 0 0 0 6px rgba(78,185,255,.1); }
.process-brand { margin: 30px 0 0; color: #58b5f2; font: 11px var(--font-geist-mono),monospace; letter-spacing: .08em; text-transform: uppercase; }
.process-result h3 { max-width: 600px; margin: 12px 0 0; font-size: clamp(30px,3vw,44px); line-height: 1.08; letter-spacing: -.045em; }
.process-result > p:not(.process-brand) { max-width: 590px; margin: 18px 0 0; color: #aebfd0; font-size: 14px; line-height: 1.72; }
.process-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.process-tags span { padding: 7px 10px; border: 1px solid rgba(102,191,249,.22); color: #bee3f8; background: rgba(32,111,166,.12); font-size: 10px; }
.process-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; margin-top: 31px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #167ec2; font-size: 12px; font-weight: 700; }
.process-actions .text-link { color: #b8def7; }
.cutting-path { position: absolute; z-index: 1; right: 30px; bottom: 29px; width: 130px; height: 64px; }
.cutting-path i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #62c3ff; box-shadow: 0 0 13px #62c3ff; }
.cutting-path i:nth-child(1) { top: 52px; left: 0; }
.cutting-path i:nth-child(2) { top: 23px; left: 42px; }
.cutting-path i:nth-child(3) { top: 43px; left: 83px; }
.cutting-path i:nth-child(4) { top: 0; right: 0; }
.cutting-path::after { content: ""; position: absolute; inset: 0; background: linear-gradient(147deg,transparent 30%,rgba(78,186,255,.7) 31%,rgba(78,186,255,.7) 32%,transparent 33% 50%,rgba(78,186,255,.7) 51%,rgba(78,186,255,.7) 52%,transparent 53%); }

.solutions-section { background: white; }
.solution-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 62px; background: var(--line); border: 1px solid var(--line); }
.solution-card { position: relative; min-height: 350px; padding: 32px; overflow: hidden; background: white; transition: color 230ms ease, background 230ms ease; }
.solution-card:hover { color: white; background: #0a1c30; }
.solution-top { display: flex; justify-content: space-between; color: #0b7ac6; }
.solution-top span { font: 10px var(--font-geist-mono),monospace; }
.card-eyebrow { margin: 63px 0 0; color: #167fc2; font: 10px var(--font-geist-mono),monospace; letter-spacing: .08em; text-transform: uppercase; }
.solution-card h3 { margin: 12px 0 0; font-size: 24px; line-height: 1.15; letter-spacing: -.03em; }
.solution-card > p:not(.card-eyebrow) { margin: 15px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.solution-card:hover > p:not(.card-eyebrow) { color: #9fb2c4; }
.solution-card a { position: absolute; left: 32px; bottom: 30px; display: flex; align-items: center; gap: 8px; color: #0d72b5; font-size: 12px; font-weight: 700; }
.solution-card:hover a { color: #62bdf8; }
.solution-line { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: #218dd4; transform: scaleX(0); transform-origin: left; transition: transform 260ms ease; }
.solution-card:hover .solution-line { transform: scaleX(1); }

.brand-section { color: white; background: #071422; }
.brand-heading p { color: #8fa3b6; }
.brand-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 65px; }
.brand-card { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 350px; border: 1px solid rgba(255,255,255,.1); background: #0a1b2e; transition: border-color 220ms ease, transform 220ms ease; }
.brand-card:hover { transform: translateY(-4px); border-color: rgba(88,182,242,.48); }
.brand-image-wrap { position: relative; min-height: 100%; overflow: hidden; background: #040b13; }
.brand-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 50%,rgba(7,20,34,.9)); }
.brand-image-wrap img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.08); transition: transform 500ms ease, filter 400ms ease; }
.brand-card:hover img { transform: scale(1.045); filter: saturate(1.05) contrast(1.06); }
.process-visual {
  background:
    radial-gradient(circle at 70% 35%,rgba(61,178,251,.22),transparent 22%),
    linear-gradient(145deg,#050e18,#0b2742 58%,#06111e);
}
.process-visual::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(108,194,250,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(108,194,250,.18) 1px,transparent 1px); background-size: 28px 28px; }
.process-beam { position: absolute; z-index: 1; right: 10%; bottom: 22%; width: 72%; height: 68px; border: 2px solid #7ca8c7; background: linear-gradient(180deg,#68869d 0 12%,#19334a 12% 86%,#7896aa 86%); box-shadow: 0 20px 35px rgba(0,0,0,.38); transform: perspective(500px) rotateY(-13deg) skewX(-6deg); }
.process-beam::before, .process-beam::after { content: ""; position: absolute; top: 21px; width: 16px; height: 16px; border: 2px solid #71c5f8; border-radius: 50%; box-shadow: 0 0 13px rgba(82,188,255,.55); }
.process-beam::before { left: 28%; }.process-beam::after { right: 20%; }
.process-tool { position: absolute; z-index: 2; top: 18%; left: 54%; width: 22px; height: 115px; background: linear-gradient(90deg,#8da5b8,#ecf5fb 47%,#7290a6); box-shadow: 0 0 25px rgba(91,190,249,.2); }
.process-tool::after { content: ""; position: absolute; left: 50%; bottom: -25px; width: 2px; height: 32px; background: #6bc8ff; box-shadow: 0 0 15px 5px #238fd5; transform: translateX(-50%); }
.process-visual.weld .process-tool { width: 12px; height: 96px; transform: rotate(12deg); }
.process-visual.weld .process-tool::after { width: 7px; height: 34px; background: #ffba56; box-shadow: 0 0 22px 9px #f27821; }
.process-visual.plasma .process-beam { height: 12px; bottom: 28%; background: #657f93; }
.process-visual.plasma .process-tool::after { height: 54px; background: #fff; box-shadow: 0 0 20px 8px #159be9,0 0 38px 15px rgba(243,124,25,.45); }
.process-visual.blast .process-tool { top: 22%; left: 39%; width: 90px; height: 90px; border: 2px solid #70a4c9; border-radius: 50%; background: radial-gradient(circle,#dfeaf1 0 8%,#56778f 9% 20%,#102a40 22% 44%,#64849b 45% 52%,#102034 54%); }
.process-visual.blast .process-tool::after { display: none; }
.brand-image-wrap > span { position: absolute; z-index: 3; top: 20px; left: 20px; padding: 6px 9px; color: #d3ecfb; background: rgba(4,17,29,.76); font: 9px var(--font-geist-mono),monospace; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(7px); }
.brand-scan { position: absolute; z-index: 2; top: -20%; right: 0; bottom: -20%; width: 2px; background: #60c1ff; box-shadow: 0 0 16px #60c1ff; opacity: 0; transform: translateX(-240px); transition: transform 900ms ease, opacity 160ms ease; }
.brand-card:hover .brand-scan { opacity: .8; transform: translateX(0); }
.brand-content { display: flex; flex-direction: column; justify-content: center; padding: 30px 27px; }
.brand-content > p { margin: 0; color: #4ca9e8; font: 9px var(--font-geist-mono),monospace; letter-spacing: .09em; text-transform: uppercase; }
.brand-content h3 { margin: 12px 0 0; font-size: 30px; letter-spacing: .035em; }
.brand-content > div { margin: 15px 0 24px; color: #9cafc1; font-size: 12px; line-height: 1.65; }
.brand-content a { display: flex; align-items: center; gap: 8px; color: white; font-size: 11px; font-weight: 680; }

.video-section { color: white; background: radial-gradient(circle at 20% 0,rgba(18,112,180,.18),transparent 32%),#030b15; }
.video-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.video-heading h2 { margin: 18px 0 0; font-size: clamp(40px,4.4vw,62px); line-height: 1.03; letter-spacing: -.052em; }
.video-heading > p { margin: 0; color: #8fa2b6; font-size: 14px; line-height: 1.75; }
.brand-video-experience { margin-top: 58px; }
.brand-video-tabs { display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid rgba(255,255,255,.1); border-bottom: 0; }
.brand-video-tabs button { min-height: 69px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 11px; border: 0; border-right: 1px solid rgba(255,255,255,.1); color: #8ea4b8; background: #071422; font-size: 12px; font-weight: 720; }
.brand-video-tabs button:last-child { border-right: 0; }
.brand-video-tabs button span { color: #526a7e; font: 8px var(--font-geist-mono),monospace; }
.brand-video-tabs button:hover, .brand-video-tabs button.active { color: white; background: #0b75bd; }
.brand-video-tabs button.active span { color: #bfe9ff; }
.official-video-stage { display: grid; grid-template-columns: 1.4fr .6fr; min-height: 570px; border: 1px solid rgba(255,255,255,.1); background: #071422; }
.official-video-player { position: relative; min-height: 100%; background: black; }
.official-video-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.official-video-poster { position: absolute; inset: 0; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 13px; border: 0; color: white; background: radial-gradient(circle at 68% 28%,rgba(55,168,240,.22),transparent 24%),linear-gradient(145deg,#06101b,#0a2a46); }
.official-video-poster::after { content: ""; position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(93,186,246,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(93,186,246,.18) 1px,transparent 1px); background-size: 38px 38px; }
.official-video-poster > * { position: relative; z-index: 2; }
.official-video-poster span { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; color: white; background: #0b79c3; box-shadow: 0 18px 45px rgba(0,0,0,.35),0 0 0 12px rgba(80,182,247,.08); transition: transform 180ms ease; }
.official-video-poster:hover span { transform: scale(1.06); }
.official-video-poster strong { font-size: 14px; }.official-video-poster small { color: #92abc0; font-size: 10px; }
.official-video-copy { display: flex; flex-direction: column; justify-content: center; padding: 40px; border-left: 1px solid rgba(255,255,255,.1); background-image: linear-gradient(rgba(84,174,233,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(84,174,233,.06) 1px,transparent 1px); background-size: 32px 32px; }
.official-owner { width: fit-content; display: flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid rgba(86,190,255,.22); color: #71c7ff; background: rgba(15,102,159,.14); font: 8px var(--font-geist-mono),monospace; letter-spacing: .08em; text-transform: uppercase; }
.official-brand { margin: 30px 0 0; color: #59b6f1; font: 10px var(--font-geist-mono),monospace; letter-spacing: .1em; text-transform: uppercase; }
.official-video-copy h3 { margin: 10px 0 0; font-size: 30px; line-height: 1.13; letter-spacing: -.035em; }
.official-video-copy > p:not(.official-brand) { margin: 17px 0 0; color: #94aabe; font-size: 13px; line-height: 1.68; }
.official-video-copy > a { width: fit-content; display: flex; align-items: center; gap: 8px; margin-top: 25px; color: white; font-size: 11px; font-weight: 670; }
.video-control-row { display: flex; align-items: center; gap: 13px; margin-top: 40px; }
.video-control-row button { width: 38px; height: 38px; cursor: pointer; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); color: white; background: rgba(255,255,255,.04); }
.video-control-row button:hover { background: #0b75bd; }
.video-control-row span { color: #7490a7; font: 9px var(--font-geist-mono),monospace; }

.proof-section { background: white; }
.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 60px; }
.case-feature { position: relative; overflow: hidden; border: 1px solid var(--line); background: #f8fafc; }
.case-number { position: absolute; z-index: 3; top: 20px; right: 20px; color: white; font: 10px var(--font-geist-mono),monospace; }
.case-visual { min-height: 260px; display: flex; align-items: flex-end; gap: 10px; padding: 28px; color: white; background-color: #0b3457; background-image: radial-gradient(circle at 65% 35%,rgba(75,181,250,.35),transparent 23%),linear-gradient(145deg,rgba(5,21,37,.22),rgba(3,15,27,.94)),linear-gradient(rgba(95,187,246,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(95,187,246,.13) 1px,transparent 1px); background-size: auto,auto,32px 32px,32px 32px; }
.case-visual.barranquilla { background-color: #13446d; background-position: center; }
.case-visual span { font: 10px var(--font-geist-mono),monospace; letter-spacing: .08em; text-transform: uppercase; }
.case-copy { padding: 31px; }
.case-copy > p { margin: 0; color: #0c78bd; font: 9px var(--font-geist-mono),monospace; letter-spacing: .08em; text-transform: uppercase; }
.case-copy h3 { margin: 10px 0 0; font-size: 25px; letter-spacing: -.035em; }
.case-copy > span { display: block; margin-top: 14px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.impact-section { color: white; background: #0a6eaf; }
.impact-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.impact-grid > div { min-height: 185px; display: flex; flex-direction: column; justify-content: center; padding: 32px; border-left: 1px solid rgba(255,255,255,.16); }
.impact-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.impact-grid strong { font-size: 53px; line-height: 1; letter-spacing: -.055em; }
.impact-grid span { margin-top: 11px; color: #c8e9fb; font-size: 11px; }

.coverage-section { background: #edf3f8; }
.coverage-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.coverage-copy > p, .history-copy > p, .consultant-copy > p, .faq-intro > p, .contact-copy > p { margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.office-list { display: grid; gap: 14px; margin-top: 31px; }
.office-list div { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid #d4dfe8; color: #5c6d7e; font-size: 12px; }
.office-list svg { color: #0b79c3; }
.office-list strong { display: block; color: #14283b; font-size: 13px; }
.coverage-visual { position: relative; min-height: 560px; overflow: hidden; border: 1px solid #cad9e6; background: radial-gradient(circle at 55% 45%,rgba(42,142,208,.18),transparent 26%),linear-gradient(rgba(13,111,176,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(13,111,176,.08) 1px,transparent 1px),#f7fbfe; background-size: auto,42px 42px,42px 42px; }
.coverage-visual::before { content: ""; position: absolute; top: 8%; bottom: 9%; left: 51%; width: 34%; border: 1px solid rgba(25,125,190,.22); border-radius: 55% 36% 56% 44% / 25% 41% 59% 75%; transform: rotate(10deg); }
.map-route { position: absolute; top: 14%; bottom: 12%; left: 62%; width: 2px; background: linear-gradient(#5abdfb,#0873bd); transform: rotate(8deg); transform-origin: bottom; }
.map-node { position: absolute; display: flex; align-items: center; gap: 9px; color: #27445d; font-size: 11px; }
.map-node span { width: 11px; height: 11px; border: 3px solid white; border-radius: 50%; background: #1384cf; box-shadow: 0 0 0 5px rgba(19,132,207,.15); }
.m1 { top: 15%; left: 58%; }.m2 { top: 27%; left: 75%; }.m3 { top: 40%; left: 61%; }.m4 { top: 58%; left: 64%; }.m5 { top: 78%; left: 69%; }
.map-caption { position: absolute; bottom: 27px; left: 27px; display: flex; gap: 12px; padding: 16px; border: 1px solid #cadbe8; color: #527087; background: rgba(255,255,255,.9); font-size: 11px; line-height: 1.45; backdrop-filter: blur(7px); }
.map-caption svg { color: #0a79c3; }
.map-caption strong { display: block; color: #17334a; font-size: 12px; }

.support-section { color: white; background: linear-gradient(140deg,#071222,#0a1b30 62%,#07182a); }
.support-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 95px; align-items: end; }
.support-top > p { color: #91a2b8; }
.support-rail { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; margin-top: 72px; }
.support-rail::before { content: ""; position: absolute; top: 47px; left: 0; right: 0; height: 1px; background: linear-gradient(to right,#238dda,rgba(35,141,218,.18)); }
.support-rail article { position: relative; }
.support-rail article > span { color: #5da8e6; font: 10px var(--font-geist-mono),monospace; }
.rail-dot { position: relative; z-index: 2; width: 10px; height: 10px; margin: 24px 0 27px; border: 2px solid #0a1b30; border-radius: 50%; background: #41a7f2; box-shadow: 0 0 0 5px rgba(65,167,242,.13); }
.support-rail h3 { margin: 0 0 10px; font-size: 19px; }
.support-rail p { margin: 0; color: #8699af; font-size: 12px; line-height: 1.65; }
.service-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 72px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); }
.service-cards article { padding: 32px; background: rgba(255,255,255,.025); }
.service-cards svg { color: #50b4f5; }
.service-cards h3 { margin: 22px 0 0; font-size: 20px; }
.service-cards p { margin: 11px 0 21px; color: #899db0; font-size: 12px; line-height: 1.65; }
.service-cards a { display: flex; align-items: center; gap: 8px; color: #b9dff7; font-size: 11px; font-weight: 670; }

.history-section { background: white; }
.history-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; align-items: center; }
.history-copy > p + p { margin-top: 15px; }
.history-copy .text-link { margin-top: 27px; }
.history-visual { position: relative; min-height: 550px; border-left: 1px solid #dbe5ef; background: linear-gradient(rgba(23,111,185,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(23,111,185,.06) 1px,transparent 1px),#f5f9fd; background-size: 50px 50px; }
.timeline-line { position: absolute; top: 68px; bottom: 68px; left: 74px; width: 2px; background: linear-gradient(#1a82d8,#b9d9f1); }
.history-event { position: absolute; left: 45px; right: 35px; padding-left: 72px; }
.history-event::before { content: ""; position: absolute; top: 10px; left: 23px; width: 13px; height: 13px; border: 3px solid white; border-radius: 50%; background: #1683dc; box-shadow: 0 0 0 5px rgba(22,131,220,.15); }
.event-start { top: 60px; }.event-middle { top: 232px; }.event-end { top: 404px; }
.history-event span { display: block; color: #1379cc; font: 12px var(--font-geist-mono),monospace; font-weight: 700; letter-spacing: .06em; }
.history-event strong { display: block; margin-top: 6px; font-size: 21px; }
.history-event p { max-width: 390px; margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.resources-section { background: #edf3f8; }
.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 58px; }
.resource-grid article { min-height: 360px; display: flex; flex-direction: column; padding: 32px; border: 1px solid #d3e0eb; background: white; transition: transform 180ms ease, box-shadow 180ms ease; }
.resource-grid article:hover { transform: translateY(-5px); box-shadow: 0 25px 55px rgba(23,67,102,.09); }
.resource-grid svg { color: #0b7ac6; }
.resource-grid > article > span { margin-top: 50px; color: #0b79c1; font: 9px var(--font-geist-mono),monospace; letter-spacing: .08em; text-transform: uppercase; }
.resource-grid h3 { margin: 12px 0 0; font-size: 23px; line-height: 1.2; letter-spacing: -.035em; }
.resource-grid p { margin: 14px 0 25px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.resource-grid a { display: flex; align-items: center; gap: 8px; margin-top: auto; color: #0b70b4; font-size: 11px; font-weight: 700; }

.consultant-section { color: white; background: radial-gradient(circle at 15% 15%,rgba(46,156,231,.22),transparent 30%),#06111f; }
.consultant-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 85px; align-items: center; }
.consultant-copy > p { color: #9eb3c6; }
.consultant-promises { display: grid; gap: 11px; margin-top: 31px; }
.consultant-promises span { display: flex; align-items: center; gap: 9px; color: #c1d8e9; font-size: 12px; }
.consultant-promises svg { color: #58b8f6; }
.consultant-card { min-height: 545px; display: flex; flex-direction: column; padding: 42px; border: 1px solid rgba(255,255,255,.14); background: rgba(10,31,51,.78); box-shadow: 0 40px 90px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.consultant-progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.consultant-progress span { height: 3px; background: rgba(255,255,255,.1); }
.consultant-progress span.active { background: #3ba9ed; }
.consultant-step { margin-top: 35px; }
.step-kicker { color: #5ebaf5; font: 9px var(--font-geist-mono),monospace; letter-spacing: .1em; text-transform: uppercase; }
.consultant-step h3 { margin: 12px 0 24px; font-size: 29px; letter-spacing: -.035em; }
.consultant-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.consultant-options button { min-height: 58px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px; border: 1px solid rgba(255,255,255,.12); color: #b7c9d9; background: rgba(255,255,255,.035); font-size: 11px; }
.consultant-options button.active { border-color: #49b3f4; color: white; background: rgba(19,129,201,.28); }
.consultant-step label { display: grid; gap: 8px; margin-top: 18px; color: #b4c7d8; font-size: 11px; }
.consultant-step select, .consultant-step textarea, .consultant-step input { width: 100%; border: 1px solid rgba(255,255,255,.15); border-radius: 0; color: white; background: #091a2b; outline: none; }
.consultant-step select, .consultant-step input { height: 50px; padding: 0 14px; }
.consultant-step textarea { padding: 13px 14px; resize: vertical; }
.consultant-step select:focus, .consultant-step textarea:focus, .consultant-step input:focus { border-color: #50b5f5; }
.consultant-step option { color: white; background: #091a2b; }
.consultant-summary { display: grid; gap: 7px; margin: 20px 0; padding: 18px; border-left: 2px solid #46b2f5; color: #8fa6ba; background: rgba(255,255,255,.035); font-size: 11px; }
.consultant-summary strong { color: white; font-size: 13px; }
.consultant-navigation { display: flex; justify-content: space-between; margin-top: auto; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.1); }
.consultant-navigation button { min-height: 41px; cursor: pointer; display: flex; align-items: center; gap: 8px; padding: 0 14px; border: 0; color: #9eb2c4; background: transparent; font-size: 11px; font-weight: 670; }
.consultant-navigation button:disabled { cursor: default; opacity: .3; }
.consultant-navigation button.next { color: white; background: #0b78c2; }

.faq-section { background: #edf3f8; }
.faq-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 95px; }
.faq-list { border-top: 1px solid #cad8e4; }
.faq-list details { border-bottom: 1px solid #cad8e4; }
.faq-list summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; font-size: 14px; font-weight: 690; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { flex: 0 0 auto; color: #357fba; transition: transform 180ms ease; }
.faq-list details[open] summary svg { transform: rotate(180deg); }
.faq-list details p { margin: -7px 42px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.contact-section { position: relative; padding: 105px 0; color: white; background: radial-gradient(circle at 15% 25%,rgba(70,170,246,.2),transparent 30%),linear-gradient(120deg,#0966ad,#0b4f8c 56%,#083e70); }
.contact-section::after { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px); background-size: 60px 60px; pointer-events: none; }
.contact-shell { position: relative; z-index: 2; display: grid; grid-template-columns: 1.16fr .84fr; gap: 85px; align-items: center; }
.contact-copy > p { max-width: 640px; color: #c7ddf1; }
.button-white { color: #075696; background: white; }
.button-ghost { border: 1px solid rgba(255,255,255,.34); color: white; background: rgba(255,255,255,.06); }
.contact-card { margin: 0; padding: 34px; border: 1px solid rgba(255,255,255,.2); color: white; background: rgba(4,39,72,.38); font-style: normal; backdrop-filter: blur(12px); }
.contact-card-title { margin-bottom: 23px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 18px; font-weight: 730; }
.contact-card a, .contact-card > p { display: flex; align-items: flex-start; gap: 12px; margin: 16px 0 0; color: #dbeafa; font-size: 13px; line-height: 1.55; }
.contact-card svg { flex: 0 0 auto; margin-top: 1px; color: #69c1ff; }
.contact-status { display: flex; align-items: center; gap: 9px; margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: #b9d4ec; font-size: 11px; }
.contact-status span { width: 8px; height: 8px; border-radius: 50%; background: #48d18a; box-shadow: 0 0 0 5px rgba(72,209,138,.12); }

footer { padding: 65px 0 24px; color: #91a3b9; background: #050d19; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-bottom: 55px; }
.footer-brand img { width: 180px; }
.footer-brand p { max-width: 360px; margin: 20px 0 0; font-size: 12px; line-height: 1.65; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; }
.footer-links div { display: flex; flex-direction: column; gap: 10px; }
.footer-links strong { margin-bottom: 7px; color: white; font-size: 12px; }
.footer-links a { width: fit-content; font-size: 11px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; }
.whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: 24px; width: 55px; height: 55px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; color: white; background: #22b86b; box-shadow: 0 15px 38px rgba(8,65,39,.32); transition: transform 180ms ease, background 180ms ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); background: #1cc375; }
:focus-visible { outline: 3px solid #55b7ff; outline-offset: 3px; }

/* Indexable solution pages */
.landing-main { background: white; }
.landing-hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; padding: 135px 0 80px; color: white; background: #04101f; isolation: isolate; }
.landing-photo { position: absolute; z-index: -3; inset: 0; background: center / cover no-repeat url("/assets/hero-steel-planet.webp"); }
.landing-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.landing-hero-copy { max-width: 750px; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; margin-bottom: 28px; color: #829bb1; font: 9px var(--font-geist-mono),monospace; text-transform: uppercase; letter-spacing: .09em; }
.breadcrumbs a:hover { color: white; }
.landing-hero h1 { margin: 24px 0 0; font-size: clamp(48px,5vw,72px); line-height: 1; letter-spacing: -.058em; text-wrap: balance; }
.landing-hero-copy > p { max-width: 690px; margin: 25px 0 0; color: #c4d8e8; font-size: 17px; line-height: 1.72; }
.landing-molecule { position: relative; min-height: 480px; border: 1px solid rgba(103,193,250,.18); background: radial-gradient(circle,rgba(20,126,196,.23),transparent 52%); }
.landing-molecule::before,.landing-molecule::after { content: ""; position: absolute; width: 42px; height: 42px; border-color: #62c4ff; opacity: .8; }
.landing-molecule::before { top: -1px; left: -1px; border-top: 2px solid; border-left: 2px solid; }.landing-molecule::after { right: -1px; bottom: -1px; border-right: 2px solid; border-bottom: 2px solid; }
.landing-molecule-core { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 92px; height: 92px; border: 1px solid rgba(112,205,255,.34); border-radius: 50%; background: rgba(4,26,45,.72); transform: translate(-50%,-50%); backdrop-filter: blur(8px); }
.landing-molecule-core span { color: #61bffc; font: 7px var(--font-geist-mono),monospace; letter-spacing: .08em; }.landing-molecule-core strong { margin-top: -24px; font-size: 11px; text-transform: uppercase; }
.landing-signal { position: absolute; display: flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid rgba(104,192,248,.22); color: #c7e3f5; background: rgba(5,24,41,.72); font: 9px var(--font-geist-mono),monospace; }.landing-signal i { width: 6px; height: 6px; border-radius: 50%; background: #55bbfb; box-shadow: 0 0 12px #55bbfb; }
.signal-one { top: 15%; left: 8%; }.signal-two { top: 25%; right: 7%; }.signal-three { right: 11%; bottom: 18%; }
.landing-trust { color: #c5d7e6; background: #071524; border-top: 1px solid rgba(255,255,255,.07); }
.landing-trust .section-shell { display: grid; grid-template-columns: repeat(4,1fr); }.landing-trust span { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 0 16px; font-size: 11px; font-weight: 620; text-align: center; }.landing-trust span + span { border-left: 1px solid rgba(255,255,255,.08); }.landing-trust svg { color: #53b9fb; }
.landing-overview { background: #f1f5f8; }
.landing-overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }.landing-overview h2,.criteria-copy h2,.landing-video-grid h2,.landing-faq h2 { margin: 18px 0 0; font-size: clamp(39px,4.2vw,59px); line-height: 1.04; letter-spacing: -.052em; }
.landing-summary { padding: 8px 0 0 35px; border-left: 2px solid #1685cb; }.landing-summary p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }.landing-summary strong { display: block; margin-top: 25px; color: #0a416a; font-size: 15px; line-height: 1.65; }
.landing-card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 65px; background: #cfdce6; border: 1px solid #cfdce6; }.landing-card-grid article { min-height: 205px; padding: 30px; background: white; }.landing-card-grid article > span { color: #8ba2b6; font: 9px var(--font-geist-mono),monospace; }.landing-card-grid svg { display: block; margin-top: 48px; color: #0a7ac2; }.landing-card-grid h3 { margin: 14px 0 0; font-size: 18px; line-height: 1.25; }
.landing-criteria { color: white; background: radial-gradient(circle at 20% 10%,rgba(32,136,207,.18),transparent 30%),#061220; }.criteria-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }.criteria-copy p { max-width: 610px; margin: 24px 0 0; color: #92a8bb; font-size: 14px; line-height: 1.75; }.criteria-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }.criteria-list li { min-height: 82px; display: grid; grid-template-columns: 60px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); }.criteria-list span { color: #4e9dd6; font: 9px var(--font-geist-mono),monospace; }.criteria-list strong { font-size: 16px; }
.landing-video-section { background: white; }.landing-video-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: center; }.landing-video-grid > div:first-child > p { margin: 23px 0 0; color: var(--muted); font-size: 14px; line-height: 1.72; }.landing-video-grid .text-link { margin-top: 23px; }
.landing-video-player { position: relative; min-height: 440px; overflow: hidden; color: white; background: #061321; }.landing-video-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }.landing-video-player > button { position: absolute; inset: 0; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 13px; border: 0; color: white; background: radial-gradient(circle at 65% 25%,rgba(63,176,245,.2),transparent 25%),linear-gradient(145deg,#06101c,#0a2c4a); }.landing-video-player > button::after { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(92,187,246,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(92,187,246,.18) 1px,transparent 1px); background-size: 37px 37px; }.landing-video-player button > * { position: relative; z-index: 1; }.landing-video-player button > span { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: #0b7bc7; box-shadow: 0 0 0 12px rgba(73,177,244,.09); }.landing-video-player button strong { font-size: 14px; }.landing-video-player button small { color: #95aec2; font-size: 10px; }
.landing-faq { background: #eef3f7; }.landing-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }.landing-faq details { border-top: 1px solid #cbd8e2; }.landing-faq details:last-child { border-bottom: 1px solid #cbd8e2; }.landing-faq summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; font-size: 14px; font-weight: 690; }.landing-faq summary::-webkit-details-marker { display: none; }.landing-faq details p { margin: -5px 42px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.landing-related { padding: 48px 0; color: white; background: #0a6faf; }.landing-related .section-shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; align-items: center; }.landing-related div > span { display: block; color: #bce3fa; font: 9px var(--font-geist-mono),monospace; text-transform: uppercase; letter-spacing: .1em; }.landing-related div > strong { display: block; margin-top: 7px; font-size: 18px; }.landing-related nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }.landing-related a { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 17px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.05); font-size: 11px; font-weight: 680; }.landing-related a:hover { background: rgba(255,255,255,.13); }

@media (max-width: 1080px) {
  .nav-links { gap: 17px; }
  .nav-links a { font-size: 12px; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr .9fr; gap: 25px; }
  .molecule-stage { min-height: 520px; }
  .split-heading, .process-heading, .proof-heading, .resources-heading, .brand-heading, .support-top { gap: 55px; }
  .brand-card { grid-template-columns: 1fr; }
  .brand-image-wrap { min-height: 245px; }
  .official-video-stage { grid-template-columns: 1.2fr .8fr; }
  .landing-hero-grid { gap: 28px; }.landing-overview-grid,.criteria-grid { gap: 55px; }
}

@media (max-width: 900px) {
  .section { padding: 88px 0; }
  .site-header { height: 74px; }
  .brand-lockup { width: 146px; flex-basis: 146px; }
  .menu-button { display: flex; margin-left: auto; }
  .nav-links { position: fixed; inset: 74px 0 auto; display: none; align-items: stretch; flex-direction: column; gap: 0; margin: 0; padding: 18px 24px 28px; border-top: 1px solid rgba(255,255,255,.08); background: rgba(5,14,27,.98); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: #d5e1ee; font-size: 14px; }
  .nav-links a::after { display: none; }
  .hero { min-height: auto; padding: 126px 0 72px; }
  .cinematic-video { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .molecule-stage { min-height: 500px; margin-top: 15px; }
  .hero-scroll { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid span:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.08); }
  .trust-grid span:nth-child(4) { border-top: 1px solid rgba(255,255,255,.08); }
  .split-heading, .process-heading, .proof-heading, .resources-heading, .brand-heading, .support-top, .video-heading { grid-template-columns: 1fr; gap: 24px; }
  .process-experience { grid-template-columns: 1fr; }
  .process-result { min-height: 440px; }
  .solution-grid { grid-template-columns: 1fr 1fr; }
  .brand-grid { grid-template-columns: 1fr 1fr; }
  .brand-card { grid-template-columns: 1fr; }
  .brand-image-wrap { min-height: 230px; }
  .official-video-stage { grid-template-columns: 1fr; }
  .official-video-player { min-height: 450px; }
  .official-video-copy { border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
  .case-grid, .coverage-grid, .history-grid, .consultant-grid, .faq-grid, .contact-shell { grid-template-columns: 1fr; }
  .coverage-grid, .history-grid, .consultant-grid, .faq-grid, .contact-shell { gap: 55px; }
  .impact-grid { grid-template-columns: 1fr 1fr; }
  .impact-grid > div:nth-child(3), .impact-grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.16); }
  .support-rail { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .support-rail::before { display: none; }
  .rail-dot { margin: 15px 0 18px; }
  .history-copy, .consultant-copy, .faq-intro { max-width: 720px; }
  .contact-card { max-width: 570px; }
  .landing-hero { min-height: auto; padding: 125px 0 74px; }.landing-hero-grid { grid-template-columns: 1fr; }.landing-molecule { min-height: 420px; }.landing-trust .section-shell { grid-template-columns: 1fr 1fr; }.landing-overview-grid,.criteria-grid,.landing-video-grid,.landing-faq-grid { grid-template-columns: 1fr; gap: 48px; }.landing-card-grid { grid-template-columns: 1fr 1fr; }.landing-related .section-shell { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 32px, 1180px); }
  .section { padding: 72px 0; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: 47px; }
  .hero-lead { font-size: 15px; }
  .hero-actions .button, .contact-actions .button { width: 100%; }
  .hero-proof { gap: 16px; }
  .hero-proof div, .hero-proof div + div { padding: 0; border: 0; }
  .hero-proof strong { font-size: 23px; }
  .molecule-stage { min-height: 390px; }
  .molecule-label { font-size: 8px; }
  .label-a { top: 8%; left: 4%; }.label-b { top: 18%; right: 3%; }.label-c { bottom: 18%; right: 5%; }
  .molecule-action { right: 16px; bottom: 16px; }
  .trust-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-grid span, .trust-grid span + span, .trust-grid span:nth-child(3), .trust-grid span:nth-child(4) { min-height: 54px; border-top: 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .trust-grid span:last-child { border-bottom: 0; }
  .section-heading h2, .coverage-copy h2, .history-copy h2, .consultant-copy h2, .faq-intro h2, .contact-copy h2, .video-heading h2 { font-size: 39px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list button { min-height: 61px; }
  .process-result { min-height: 515px; padding: 33px 24px; }
  .process-result h3 { font-size: 31px; }
  .process-actions .button { width: 100%; }
  .solution-grid, .brand-grid, .case-grid, .service-cards, .resource-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 330px; }
  .brand-image-wrap { min-height: 245px; }
  .brand-video-tabs { grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.1); }
  .brand-video-tabs button { min-height: 57px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .brand-video-tabs button:last-child { grid-column: 1/-1; }
  .official-video-stage { margin-top: 12px; }
  .official-video-player { min-height: 245px; }
  .official-video-copy { padding: 29px 23px; }
  .official-video-copy h3 { font-size: 27px; }
  .case-visual { min-height: 210px; }
  .impact-grid { grid-template-columns: 1fr; }
  .impact-grid > div, .impact-grid > div:last-child { min-height: 135px; border: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .impact-grid strong { font-size: 45px; }
  .coverage-visual { min-height: 470px; }
  .coverage-visual::before { left: 44%; width: 42%; }
  .map-route { left: 60%; }
  .m1 { left: 51%; }.m2 { left: 70%; }.m3 { left: 58%; }.m4 { left: 62%; }.m5 { left: 68%; }
  .support-rail { grid-template-columns: 1fr; gap: 35px; }
  .history-visual { min-height: 570px; }
  .history-event { left: 18px; right: 15px; padding-left: 62px; }
  .timeline-line { left: 47px; }
  .history-event::before { left: 23px; }
  .event-middle { top: 235px; }.event-end { top: 414px; }
  .consultant-card { min-height: 580px; padding: 28px 22px; }
  .consultant-options { grid-template-columns: 1fr; }
  .footer-grid, .footer-links { grid-template-columns: 1fr; }
  .footer-grid { gap: 44px; }
  .footer-links { gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .whatsapp-float { right: 17px; bottom: 17px; }
  .landing-hero h1 { font-size: 43px; }.landing-hero-copy > p { font-size: 15px; }.landing-molecule { min-height: 340px; }.landing-trust .section-shell { grid-template-columns: 1fr; padding-block: 10px; }.landing-trust span,.landing-trust span + span { min-height: 52px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.08); }.landing-overview h2,.criteria-copy h2,.landing-video-grid h2,.landing-faq h2 { font-size: 38px; }.landing-summary { padding-left: 19px; }.landing-card-grid { grid-template-columns: 1fr; }.landing-card-grid article { min-height: 155px; }.landing-card-grid svg { margin-top: 28px; }.landing-video-player { min-height: 260px; }.landing-related nav { grid-template-columns: 1fr; }
}

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