:root {
  --font-geist-sans: "Inter", Arial, sans-serif;
  --font-geist-mono: "Space Mono", Consolas, monospace;
  --ink: #05070a;
  --surface: #0a0e14;
  --surface-2: #0f151e;
  --line: rgba(255, 255, 255, 0.1);
  --text: #f2f6fb;
  --muted: #8d98a8;
  --blue: #4aa8ff;
  --cyan: #67e7ff;
  --blue-dark: #1268d8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  overflow-x: hidden;
}
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, dialog:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}
::selection { background: var(--blue); color: #020407; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

main { min-height: 100vh; }
.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  width: min(1180px, calc(100% - 48px));
  height: 68px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 20px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background: rgba(5,8,12,.7);
  backdrop-filter: blur(20px) saturate(130%);
  box-shadow: 0 18px 60px rgba(0,0,0,.25);
}

.brand { display: inline-flex; align-items: center; gap: 12px; position: relative; z-index: 3; }
.brand-logo { height: 80px; width: auto; display: block; object-fit: contain; }

.logo-limpa {
  height: 28px;
  width: auto;
  display: block;
  object-fit: contain;
}

.brand-name { font-size: 14px; font-weight: 800; letter-spacing: .02em; }
.brand-name span { color: #9ba7b7; font-weight: 560; }

.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav > a:not(.nav-cta) { color: #a7b0bf; font-size: 13px; transition: color .25s ease; }
.main-nav > a:not(.nav-cta):hover { color: #fff; }
.nav-cta {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 17px;
  border-radius: 11px;
  background: #eef6ff;
  color: #07101a;
  font-size: 13px;
  font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(99,179,255,.22); }
.nav-cta i, .button i { font-style: normal; }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  align-items: center;
  gap: 5vw;
  padding: 148px max(6vw, calc((100vw - 1280px)/2)) 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 73% 46%, rgba(23,102,191,.2), transparent 31%),
    linear-gradient(180deg, #06090e 0%, #05070a 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 78%, transparent);
  pointer-events: none;
}
.hero-noise {
  position: absolute;
  inset: 0;
  opacity: .22;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 22%, rgba(255,255,255,.06) 0 1px, transparent 1.5px),
    radial-gradient(circle at 78% 61%, rgba(255,255,255,.045) 0 1px, transparent 1.5px);
  background-size: 29px 31px, 37px 41px;
  mix-blend-mode: soft-light;
}
.hero-orbit { position: absolute; border: 1px solid rgba(80,167,255,.09); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 720px; height: 720px; right: -120px; top: 10%; animation: orbit-drift 12s ease-in-out infinite alternate; }
.orbit-two { width: 510px; height: 510px; right: -12px; top: 22%; border-style: dashed; animation: spin 45s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes orbit-drift { to { transform: translate(-30px, 20px) scale(1.04); } }
.hero-copy { position: relative; z-index: 3; max-width: 720px; }
.eyebrow, .section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a9b4c2;
  font: 600 11px/1.2 var(--font-geist-mono), monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow i { margin-left: 8px; color: #687383; font-style: normal; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #71e8ff; box-shadow: 0 0 0 5px rgba(103,231,255,.08), 0 0 18px rgba(103,231,255,.7); animation: pulse 2.2s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .45; transform: scale(.8); } }
.hero h1 {
  margin: 30px 0 28px;
  font-size: clamp(58px, 6.15vw, 98px);
  font-weight: 560;
  letter-spacing: -.072em;
  line-height: .91;
}
.hero h1 em, .section h2 em { color: var(--blue); font-style: normal; font-weight: 500; }
.hero-description { max-width: 600px; margin: 0; color: #a4adba; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.65; letter-spacing: -.015em; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 12px; padding: 0 20px; font-size: 14px; font-weight: 650; transition: transform .25s ease, background .25s ease, border .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { min-width: 235px; color: #03101d; background: linear-gradient(120deg, #68c4ff, #3d94f6); box-shadow: 0 14px 50px rgba(42,138,235,.22); }
.button-ghost { min-width: 190px; border: 1px solid var(--line); color: #dce3ec; background: rgba(255,255,255,.025); }
.button-ghost:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.18); }
.hero-meta { display: flex; align-items: center; gap: 13px; margin-top: 34px; color: #5e6876; font: 600 9px/1 var(--font-geist-mono), monospace; letter-spacing: .14em; }
.hero-meta b { color: #2c3540; }
.hero-visual { position: relative; z-index: 3; display: grid; place-items: center; min-width: 0; perspective: 1000px; }
.interface-aura { position: absolute; width: 80%; aspect-ratio: 1; border-radius: 50%; background: rgba(32,116,216,.26); filter: blur(90px); animation: aura 5s ease-in-out infinite alternate; }
@keyframes aura { to { transform: scale(1.15); opacity: .65; } }
.interface-panel {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --cursor-x: 50%;
  --cursor-y: 50%;
  position: relative;
  width: min(100%, 570px);
  aspect-ratio: .92;
  display: grid;
  grid-template-rows: 58px 1fr 58px;
  overflow: hidden;
  border: 1px solid rgba(147,199,255,.23);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(17,25,37,.96), rgba(7,12,19,.98));
  box-shadow: 0 45px 110px rgba(0,0,0,.55), inset 0 1px rgba(255,255,255,.05);
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition: transform .16s ease-out;
}
.interface-panel::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(320px circle at var(--cursor-x) var(--cursor-y), rgba(72,165,255,.13), transparent 60%); }
.panel-cursor { position: absolute; z-index: 4; top: var(--cursor-y); left: var(--cursor-x); width: 18px; height: 18px; border-top: 1px solid #7ce8ff; border-left: 1px solid #7ce8ff; opacity: 0; transform: translate(-9px,-9px); pointer-events: none; transition: opacity .2s ease; }
.panel-cursor::after { content: ""; position: absolute; left: 8px; top: 8px; width: 5px; height: 5px; background: #7ce8ff; border-radius: 50%; box-shadow: 0 0 18px #7ce8ff; }
.panel-cursor span { position: absolute; top: 14px; left: 13px; padding: 4px 6px; border-radius: 4px; color: #062239; background: #7ce8ff; font: 700 7px/1 var(--font-geist-mono),monospace; letter-spacing: .08em; }
.interface-panel:hover .panel-cursor { opacity: 1; }
.panel-topbar, .panel-footer { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid rgba(255,255,255,.07); }
.panel-brand b { font-size: 12px; letter-spacing: -.04em; }
.panel-brand span { margin-left: 7px; color: #6d7989; font: 500 8px/1 var(--font-geist-mono), monospace; letter-spacing: .1em; }
.panel-status { display: flex; align-items: center; gap: 7px; color: #7e8998; font: 600 7px/1 var(--font-geist-mono),monospace; letter-spacing: .1em; }
.panel-status i { width: 5px; height: 5px; border-radius: 50%; background: #78e9ff; box-shadow: 0 0 10px #78e9ff; }
.panel-canvas { position: relative; display: grid; place-items: center; overflow: hidden; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 38px 38px; }
.panel-canvas::before { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(72,167,255,.14); border-radius: 50%; box-shadow: 0 0 0 50px rgba(55,151,247,.025), 0 0 0 100px rgba(55,151,247,.018); animation: breathe 5s ease-in-out infinite alternate; }
@keyframes breathe { to { transform: scale(1.08); opacity: .65; } }
.panel-index, .panel-code { position: absolute; color: #667282; font: 500 8px/1 var(--font-geist-mono),monospace; letter-spacing: .1em; }
.panel-index { top: 22px; left: 24px; }
.panel-code { right: 24px; bottom: 22px; color: #4d9eea; }
.panel-focus { position: relative; z-index: 2; text-align: center; }
.panel-focus > span { display: block; margin-bottom: 15px; color: #4aa8ff; font: 650 8px/1 var(--font-geist-mono),monospace; letter-spacing: .27em; }
.panel-focus strong { font-size: clamp(27px, 3vw, 42px); font-weight: 520; line-height: 1.03; letter-spacing: -.05em; }
.panel-crosshair { position: absolute; width: 92%; height: 92%; }
.panel-crosshair span:first-child { position: absolute; width: 1px; height: 100%; left: 50%; top: 0; background: linear-gradient(transparent, rgba(87,166,255,.18), transparent); }
.panel-crosshair span:last-child { position: absolute; height: 1px; width: 100%; top: 50%; left: 0; background: linear-gradient(90deg, transparent, rgba(87,166,255,.18), transparent); }
.panel-footer { border-top: 1px solid rgba(255,255,255,.07); border-bottom: 0; color: #606c7b; font: 500 7px/1 var(--font-geist-mono),monospace; letter-spacing: .11em; }
.panel-footer div { display: flex; gap: 4px; }
.panel-footer i { width: 13px; height: 3px; border-radius: 3px; background: #25303c; }
.panel-footer i:first-child { background: var(--blue); }
.floating-tag { position: absolute; z-index: 4; padding: 11px 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(7,12,18,.82); backdrop-filter: blur(12px); color: #788493; font: 600 7px/1 var(--font-geist-mono),monospace; letter-spacing: .1em; box-shadow: 0 18px 35px rgba(0,0,0,.26); animation: tag-float 4s ease-in-out infinite alternate; }
.floating-tag span { color: #69caff; font-size: 12px; margin-right: 6px; }
.tag-one { top: 14%; right: -4%; }
.tag-two { left: -6%; bottom: 16%; animation-delay: -2s; }
.tag-two span { margin: 0 0 0 8px; }
@keyframes tag-float { to { transform: translateY(-8px); } }
.scroll-cue { position: absolute; z-index: 4; left: 32px; bottom: 26px; display: flex; align-items: center; gap: 12px; color: #5a6573; writing-mode: vertical-rl; font: 600 8px/1 var(--font-geist-mono),monospace; letter-spacing: .18em; }
.scroll-cue i { color: var(--blue); font-style: normal; animation: scroll-down 1.7s ease-in-out infinite; }
@keyframes scroll-down { 50% { transform: translateY(6px); } }

.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #080b10; }
.ticker > div { width: max-content; display: flex; align-items: center; gap: 38px; padding: 17px 0; animation: marquee 36s linear infinite; }
.ticker span { color: #7b8695; font: 550 10px/1 var(--font-geist-mono),monospace; letter-spacing: .14em; }
.ticker i { color: var(--blue); font-size: 10px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { position: relative; padding: 145px max(6vw, calc((100vw - 1280px)/2)); }
.section-intro, .process-top, .portfolio-header { display: grid; grid-template-columns: 1fr 1.55fr .9fr; gap: 5vw; align-items: end; margin-bottom: 72px; }
.section-intro > div, .process-top > div, .portfolio-header > div { align-self: start; display: flex; justify-content: space-between; padding-right: 40px; }
.section-count { color: #3c4653; font: 500 10px/1 var(--font-geist-mono),monospace; }
.section h2 { margin: 0; font-size: clamp(46px, 5vw, 74px); font-weight: 520; line-height: .98; letter-spacing: -.06em; }
.section-intro > p, .portfolio-header > p { margin: 0; color: #8c97a6; font-size: 15px; line-height: 1.65; }
.services { background: #070a0e; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); align-items: start; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { --mouse-x: 50%; --mouse-y: 50%; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.008); transition: background .3s ease; }
.solution-card:hover, .solution-card[open] { background: rgba(255,255,255,.025); }
.solution-card summary { position: relative; min-height: 228px; display: grid; grid-template-columns: 34px 54px minmax(0,1fr) 34px; align-items: center; gap: 20px; padding: 32px 34px; overflow: hidden; cursor: pointer; list-style: none; }
.solution-card summary::-webkit-details-marker { display: none; }
.card-glow { position: absolute; inset: 0; opacity: 0; background: radial-gradient(380px circle at var(--mouse-x) var(--mouse-y), rgba(56,153,255,.15), transparent 52%); transition: opacity .3s ease; }
.solution-card:hover .card-glow, .solution-card[open] .card-glow { opacity: 1; }
.service-number { position: relative; z-index: 2; color: #576270; font: 550 10px/1 var(--font-geist-mono),monospace; }
.solution-icon { position: relative; z-index: 2; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(98,180,255,.17); border-radius: 50%; color: #65bdff; font: 500 15px/1 var(--font-geist-mono),monospace; transition: border-color .3s ease, transform .3s ease, background .3s ease; }
.solution-card:hover .solution-icon, .solution-card[open] .solution-icon { transform: translateY(-2px); border-color: rgba(98,180,255,.42); background: rgba(74,168,255,.06); }
.solution-heading { position: relative; z-index: 2; display: grid; gap: 12px; }
.solution-heading strong { max-width: 410px; font-size: clamp(23px, 2.1vw, 31px); font-weight: 520; line-height: 1.05; letter-spacing: -.045em; }
.solution-heading small { max-width: 420px; color: #8e99a8; font-size: 13px; font-weight: 400; line-height: 1.6; }
.solution-toggle { position: relative; z-index: 2; width: 32px; height: 32px; justify-self: end; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; transition: border-color .3s ease, transform .35s ease; }
.solution-toggle::before, .solution-toggle::after { content: ""; position: absolute; left: 9px; right: 9px; top: 15px; height: 1px; background: var(--blue); }
.solution-toggle::after { transform: rotate(90deg); transition: transform .3s ease; }
.solution-card[open] .solution-toggle { transform: rotate(180deg); border-color: rgba(98,180,255,.35); }
.solution-card[open] .solution-toggle::after { transform: rotate(0); }
.solution-details { position: relative; z-index: 2; padding: 0 34px 34px 142px; animation: solution-open .3s ease both; }
.solution-details::before { content: ""; position: absolute; left: 142px; right: 34px; top: 0; height: 1px; background: var(--line); }
.solution-details p { max-width: 480px; margin: 0; padding-top: 24px; color: #9ba6b5; font-size: 13px; line-height: 1.65; }
.solution-details ul { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
.solution-details li { position: relative; padding-left: 18px; color: #718091; font: 500 10px/1.55 var(--font-geist-mono),monospace; letter-spacing: .035em; }
.solution-details li::before { content: "+"; position: absolute; left: 0; color: var(--blue); }
@keyframes solution-open { from { opacity: 0; transform: translateY(-8px); } }

.differentiators { background: radial-gradient(circle at 82% 18%, rgba(32,112,204,.13), transparent 32%), #080c12; border-top: 1px solid var(--line); }
.differential-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.differential-grid article { grid-column: span 2; min-height: 235px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.008); transition: background .25s ease; }
.differential-grid article:nth-last-child(-n+2) { grid-column: span 3; }
.differential-grid article:hover { background: rgba(74,168,255,.035); }
.differential-grid span { color: #536070; font: 550 9px/1 var(--font-geist-mono),monospace; }
.differential-grid h3 { margin: 58px 0 13px; font-size: 22px; font-weight: 520; letter-spacing: -.035em; }
.differential-grid p { max-width: 390px; margin: 0; color: #7f8b9b; font-size: 13px; line-height: 1.65; }

.process { overflow: hidden; background: linear-gradient(150deg, #08101a, #05070a 55%); }
.process::before { content: ""; position: absolute; width: 600px; height: 600px; right: -220px; top: 30%; border: 1px solid rgba(64,155,255,.08); border-radius: 50%; box-shadow: 0 0 0 100px rgba(57,143,235,.018), 0 0 0 200px rgba(57,143,235,.012); }
.process-top { grid-template-columns: 1fr 2.5fr; }
.process-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: stretch; }
.stage-list { border-top: 1px solid var(--line); }
.stage { width: 100%; min-height: 94px; display: grid; grid-template-columns: 55px 1fr 30px; align-items: center; gap: 12px; padding: 22px 6px; border: 0; border-bottom: 1px solid var(--line); color: var(--text); background: transparent; text-align: left; cursor: pointer; }
.stage-number { color: #536070; font: 550 9px/1 var(--font-geist-mono),monospace; }
.stage-copy strong { display: block; font-size: 22px; font-weight: 510; letter-spacing: -.03em; transition: color .25s ease; }
.stage-copy small { display: block; max-width: 540px; height: 0; margin-top: 0; overflow: hidden; color: #8e99a8; font-size: 13px; font-weight: 400; line-height: 1.6; opacity: 0; transition: height .35s ease, opacity .35s ease, margin .35s ease; }
.stage > i { justify-self: end; color: #586574; font-size: 23px; font-style: normal; font-weight: 300; }
.stage-detail { grid-column: 2 / -1; display: none; }
.stage.is-active { min-height: 145px; }
.stage.is-active .stage-copy strong { color: var(--blue); }
.stage.is-active .stage-copy small { height: 44px; margin-top: 10px; opacity: 1; }
.stage.is-active > i { color: var(--blue); }
.process-display { position: relative; min-height: 480px; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; overflow: hidden; border: 1px solid rgba(102,180,255,.17); border-radius: 18px; background: #09111b; box-shadow: 0 35px 80px rgba(0,0,0,.3); }
.display-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(85,169,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(85,169,255,.045) 1px, transparent 1px); background-size: 32px 32px; }
.display-scan { position: absolute; left: 0; right: 0; top: -20%; height: 22%; background: linear-gradient(transparent, rgba(77,173,255,.12), transparent); animation: scan 4.5s linear infinite; }
@keyframes scan { to { top: 110%; } }
.display-label { position: absolute; z-index: 2; left: 30px; top: 28px; color: #637184; font: 550 8px/1 var(--font-geist-mono),monospace; letter-spacing: .13em; }
.display-core { position: absolute; z-index: 2; left: 50%; top: 42%; width: 155px; height: 155px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 1px solid rgba(81,173,255,.2); border-radius: 50%; box-shadow: 0 0 65px rgba(35,133,235,.13); }
.display-core::before, .display-core::after { content: ""; position: absolute; border: 1px dashed rgba(89,177,255,.12); border-radius: 50%; animation: spin 18s linear infinite; }
.display-core::before { inset: -29px; }
.display-core::after { inset: -55px; animation-direction: reverse; animation-duration: 28s; }
.display-core > span { color: #62bdff; font: 300 44px/1 var(--font-geist-mono),monospace; }
.display-core > i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #66dfff; box-shadow: 0 0 12px #66dfff; }
.display-core i:nth-child(2) { top: 13px; left: 30px; }.display-core i:nth-child(3) { right: 7px; top: 78px; }.display-core i:nth-child(4) { bottom: 20px; left: 45px; }
.process-display > strong, .process-display > p, .display-progress { position: relative; z-index: 2; }
.process-display > strong { font-size: 27px; font-weight: 520; letter-spacing: -.04em; }
.process-display > p { margin: 10px 0 22px; color: #7e8b9d; font-size: 13px; line-height: 1.55; }
.display-progress { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; }
.display-progress i { height: 2px; background: #27323f; }
.display-progress i.is-on { background: var(--blue); box-shadow: 0 0 8px rgba(74,168,255,.6); }

.portfolio { background: #070a0e; }
.project-tabs { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 22px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.project-tabs button { display: flex; align-items: center; justify-content: center; gap: 12px; height: 57px; border: 0; border-right: 1px solid var(--line); color: #6e7988; background: transparent; font-size: 12px; cursor: pointer; transition: color .25s, background .25s; }
.project-tabs button:last-child { border-right: 0; }
.project-tabs button span { font: 550 8px/1 var(--font-geist-mono),monospace; }
.project-tabs button.is-active { color: #fff; background: rgba(73,163,255,.09); }
.project-stage { min-height: 610px; display: grid; grid-template-columns: 1.65fr .65fr; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #0b1017; }
.project-visual { position: relative; display: grid; place-items: center; min-width: 0; overflow: hidden; background: radial-gradient(circle at 50% 45%, rgba(68,139,225,.27), transparent 48%), #0a1320; }
.project-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 44px 44px; }
.project-window { position: absolute; z-index: 2; width: 74%; aspect-ratio: 1.35; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: #111b29; box-shadow: 0 35px 70px rgba(0,0,0,.42); transform: rotate(-3deg) translate(-4%,0); transition: transform .6s ease; }
.project-stage:hover .project-window { transform: rotate(-1deg) translate(-3%,-5px); }
.window-bar { height: 38px; display: flex; align-items: center; gap: 6px; padding: 0 13px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(3,7,12,.65); }
.window-bar > i { width: 6px; height: 6px; border-radius: 50%; background: #44505e; }
.window-bar span { margin-left: 12px; color: #596575; font: 500 7px/1 var(--font-geist-mono),monospace; }
.window-img-container { position: absolute; inset: 38px 0 0; overflow: hidden; background: #0b1017; opacity: 0; transition: opacity .35s ease; }
.window-img-container img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; }
.project-stage.has-image .window-img-container { opacity: 1; }
.project-stage.has-image .window-content { opacity: 0; pointer-events: none; }
.window-content { position: relative; height: calc(100% - 38px); display: flex; flex-direction: column; justify-content: center; padding: 8%; overflow: hidden; }
.window-label { position: relative; z-index: 2; color: #6daff1; font: 600 7px/1 var(--font-geist-mono),monospace; letter-spacing: .14em; }
.window-content > strong { position: relative; z-index: 2; max-width: 62%; margin: 14px 0 21px; font-size: clamp(26px, 3.2vw, 51px); font-weight: 510; line-height: .95; letter-spacing: -.06em; }
.window-button { position: relative; z-index: 2; align-self: flex-start; padding: 10px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 5px; font: 600 7px/1 var(--font-geist-mono),monospace; letter-spacing: .1em; }
.window-button i { margin-left: 16px; color: var(--blue); font-style: normal; }
.window-art { position: absolute; width: 45%; aspect-ratio: 1; right: -3%; top: 10%; border: 1px solid rgba(81,173,255,.25); border-radius: 50%; box-shadow: 0 0 0 40px rgba(73,159,255,.045), 0 0 0 80px rgba(73,159,255,.025); }
.window-art i { position: absolute; width: 8px; height: 8px; border: 1px solid #70c8ff; transform: rotate(45deg); }
.window-art i:nth-child(1) { left: 12%; top: 21%; }.window-art i:nth-child(2) { right: 9%; top: 44%; }.window-art i:nth-child(3) { left: 33%; bottom: 2%; }
.project-mobile { position: absolute; z-index: 3; right: 8%; bottom: 6%; width: 145px; height: 255px; overflow: hidden; border: 4px solid #202b38; border-radius: 20px; background: linear-gradient(160deg,#132b48,#08101a); box-shadow: 0 25px 55px rgba(0,0,0,.48); transform: rotate(5deg); transition: transform .6s ease; }
.project-stage:hover .project-mobile { transform: rotate(2deg) translateY(-6px); }
.project-mobile > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; opacity: 0; transition: opacity .35s ease; }
.project-stage.has-image .project-mobile > img { opacity: 1; }
.mobile-concept { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; transition: opacity .35s ease; }
.project-stage.has-image .mobile-concept { opacity: 0; }
.mobile-concept > span { position: absolute; top: 21px; right: 17px; color: rgba(255,255,255,.08); font-size: 90px; font-weight: 800; line-height: .8; }
.mobile-concept strong { position: relative; z-index: 2; font-size: 20px; line-height: .95; letter-spacing: -.05em; }
.mobile-concept i { position: relative; z-index: 2; width: 34px; height: 3px; margin-top: 14px; background: var(--blue); }
.project-stage.urban .project-visual { background: radial-gradient(circle at 60% 40%, rgba(244,103,80,.23), transparent 46%), #1a1010; }
.project-stage.urban .window-art { border-color: rgba(255,127,93,.35); box-shadow: 0 0 0 40px rgba(255,119,81,.045), 0 0 0 80px rgba(255,119,81,.025); }
.project-stage.urban .window-label, .project-stage.urban .window-button i { color: #ff866e; }
.project-stage.urban .project-mobile { background: linear-gradient(160deg,#48251f,#160c0b); }
.project-stage.urban .mobile-concept i { background: #ff7b62; }
.project-stage.nexus .project-visual { background: radial-gradient(circle at 52% 42%, rgba(120,78,232,.25), transparent 46%), #0e0b1b; }
.project-stage.nexus .window-art { border-color: rgba(156,116,255,.38); box-shadow: 0 0 0 40px rgba(137,92,255,.05), 0 0 0 80px rgba(137,92,255,.03); }
.project-stage.nexus .window-label, .project-stage.nexus .window-button i { color: #a98cff; }
.project-stage.nexus .project-mobile { background: linear-gradient(160deg,#2a1f50,#0e0a1a); }
.project-stage.nexus .mobile-concept i { background: #9e7cff; }
.project-info { display: flex; flex-direction: column; padding: 42px; border-left: 1px solid var(--line); }
.project-info > span { color: #5e6978; font: 550 8px/1 var(--font-geist-mono),monospace; letter-spacing: .13em; }
.project-info h3 { margin: auto 0 15px; font-size: clamp(32px, 3vw, 49px); font-weight: 510; letter-spacing: -.055em; line-height: .95; }
.project-info > p { margin: 0 0 30px; color: #8c98a7; font-size: 14px; line-height: 1.65; }
.project-specs { display: grid; gap: 13px; padding: 21px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-specs span { display: flex; justify-content: space-between; color: #7d8897; font-size: 11px; }
.project-specs b { color: #4f5a68; font: 550 8px/1 var(--font-geist-mono),monospace; letter-spacing: .1em; }
.project-info button { display: flex; justify-content: space-between; margin-top: 28px; padding: 0; border: 0; color: #d9e2ec; background: none; font-size: 13px; cursor: pointer; }
.project-info button i { color: var(--blue); font-style: normal; }

.questionnaire-cta { position: relative; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 7vw; padding: 88px max(6vw, calc((100vw - 1280px)/2)); overflow: hidden; border-top: 1px solid var(--line); background: radial-gradient(circle at 82% 50%, rgba(44,137,235,.18), transparent 31%), #08101a; }
.questionnaire-cta::before { content: ""; position: absolute; width: 390px; height: 390px; right: 8%; top: 50%; border: 1px dashed rgba(87,166,255,.11); border-radius: 50%; transform: translateY(-50%); pointer-events: none; }
.questionnaire-copy, .questionnaire-actions { position: relative; z-index: 2; }
.questionnaire-copy h2 { max-width: 780px; margin: 24px 0 18px; font-size: clamp(40px,4.7vw,68px); font-weight: 520; line-height: .98; letter-spacing: -.055em; }
.questionnaire-copy p { max-width: 700px; margin: 0; color: #8e9aaa; font-size: 14px; line-height: 1.7; }
.questionnaire-actions { min-width: 270px; display: grid; gap: 18px; }
.questionnaire-actions .button { min-width: 270px; }
.questionnaire-actions > a:not(.button) { color: #8c98a7; font-size: 12px; text-align: center; }
.questionnaire-actions > a:not(.button):hover { color: #dfe8f2; }
.questionnaire-actions > a i { color: var(--blue); font-style: normal; }

.contact { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; overflow: hidden; background: radial-gradient(circle at 0 100%, rgba(42,121,218,.18), transparent 35%), #06090d; border-top: 1px solid var(--line); }
.contact::after { content: "MGZ"; position: absolute; left: -2vw; bottom: -3vw; color: rgba(255,255,255,.018); font-size: 25vw; font-weight: 800; letter-spacing: -.13em; line-height: .7; pointer-events: none; }
.contact-copy { position: relative; z-index: 2; }
.contact-copy h2 { margin: 38px 0 28px; }
.contact-copy > p { max-width: 480px; color: #8d98a7; font-size: 15px; line-height: 1.7; }
.availability { display: flex; align-items: center; gap: 14px; margin-top: 50px; }
.availability > i { width: 10px; height: 10px; border-radius: 50%; background: #66dfff; box-shadow: 0 0 0 7px rgba(102,223,255,.07), 0 0 20px rgba(102,223,255,.55); }
.availability span { display: grid; gap: 4px; color: #667282; font-size: 11px; }
.availability b { color: #d9e2eb; font: 600 9px/1 var(--font-geist-mono),monospace; letter-spacing: .11em; }
.briefing-form { position: relative; z-index: 2; padding: 42px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(11,16,23,.84); box-shadow: 0 35px 90px rgba(0,0,0,.3); }
.briefing-form fieldset { padding: 0; border: 0; }
.briefing-form legend, .field-label { display: block; margin-bottom: 14px; color: #687484; font: 550 9px/1 var(--font-geist-mono),monospace; letter-spacing: .11em; text-transform: uppercase; }
.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.project-option { position: relative; display: block; }
.project-option input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.project-option > span { min-height: 49px; display: flex; align-items: center; gap: 11px; padding: 0 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; color: #8994a3; background: rgba(255,255,255,.015); font-size: 12px; text-align: left; cursor: pointer; transition: border .25s, color .25s, background .25s, box-shadow .25s; }
.project-option i { flex: 0 0 auto; width: 10px; height: 10px; border: 1px solid #485462; border-radius: 50%; }
.project-option input:checked + span { color: #e6edf5; border-color: rgba(74,168,255,.4); background: rgba(74,168,255,.08); }
.project-option input:checked + span i { border: 3px solid #142236; background: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.project-option input:focus-visible + span { outline: 2px solid var(--cyan); outline-offset: 3px; }
.field-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 29px; }
.briefing-form label { display: block; }
.briefing-form input, .briefing-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.11); outline: 0; padding: 0 0 13px; resize: vertical; color: #fff; background: transparent; font-size: 14px; transition: border-color .25s; }
.briefing-form input:focus, .briefing-form textarea:focus { border-color: var(--blue); }
.briefing-form input::placeholder, .briefing-form textarea::placeholder { color: #454f5c; }
.message-field { margin-top: 29px; }
.field-error { min-height: 16px; margin: 7px 0 0; color: #ff9b9b; font-size: 11px; line-height: 1.35; }
.form-field.has-error input:not([type="radio"]), .form-field.has-error textarea { border-color: #e47474; }
.form-field.has-error .project-option > span { border-color: rgba(228,116,116,.55); }
.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.submit-button { width: 100%; min-height: 61px; display: flex; align-items: center; justify-content: space-between; margin-top: 30px; padding: 0 20px; border: 0; border-radius: 10px; color: #03101a; background: linear-gradient(120deg,#6bc8ff,#4699f6); font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .25s, box-shadow .25s; }
.submit-button:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(64,156,247,.2); }
.submit-button:disabled { cursor: wait; opacity: .78; }
.submit-button[data-state="success"] { color: #062016; background: linear-gradient(120deg,#80edc0,#55cda1); }
.submit-button[data-state="error"] { color: #21090b; background: linear-gradient(120deg,#ffb0a9,#ed7e7a); }
.submit-button i { font-style: normal; font-size: 18px; }
.form-status { display: grid; gap: 5px; margin-top: 16px; padding: 15px 16px; border: 1px solid rgba(103,231,255,.18); border-radius: 10px; color: #9aeaff; background: rgba(63,166,232,.07); font-size: 12px; line-height: 1.5; opacity: 0; transform: translateY(5px); transition: opacity .25s, transform .25s; }
.form-status[hidden] { display: none; }
.form-status.is-visible { opacity: 1; transform: translateY(0); }
.form-status strong { color: #dff9ff; font-size: 13px; }
.form-status.is-error { border-color: rgba(228,116,116,.24); color: #ffc1bd; background: rgba(228,116,116,.07); }
.form-status.is-error strong { color: #ffe5e3; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 50px; padding: 70px max(6vw, calc((100vw - 1280px)/2)) 30px; border-top: 1px solid var(--line); background: #040609; }
.site-footer > p { margin: 0; color: #7d8896; font-size: 14px; line-height: 1.6; }
.footer-nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 15px 24px; color: #8994a2; font-size: 12px; }
.footer-nav button { padding: 0; border: 0; color: inherit; background: none; cursor: pointer; }
.footer-nav a:hover, .footer-nav button:hover { color: #fff; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.07); color: #46505c; font: 550 8px/1 var(--font-geist-mono),monospace; letter-spacing: .1em; }
.footer-bottom a { color: #718092; }

.cookie-banner { position: fixed; z-index: 100; left: 50%; bottom: 18px; width: min(1120px, calc(100% - 32px)); display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 35px; padding: 24px; border: 1px solid rgba(105,190,255,.24); border-radius: 17px; background: linear-gradient(145deg,rgba(12,20,31,.98),rgba(6,10,16,.98)); box-shadow: 0 28px 90px rgba(0,0,0,.58), inset 0 1px rgba(255,255,255,.04); backdrop-filter: blur(20px); opacity: 0; transform: translate(-50%,16px); transition: opacity .25s ease, transform .25s ease; }
.cookie-banner[hidden] { display: none; }
.cookie-banner.is-visible { opacity: 1; transform: translate(-50%,0); }
.cookie-banner-copy > span, .cookie-dialog-header span { color: #62baff; font: 600 8px/1 var(--font-geist-mono),monospace; letter-spacing: .13em; }
.cookie-banner h2 { margin: 9px 0 7px; font-size: 20px; font-weight: 560; letter-spacing: -.025em; }
.cookie-banner p { max-width: 690px; margin: 0; color: #8f9cad; font-size: 12px; line-height: 1.6; }
.cookie-banner-actions, .cookie-dialog-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.cookie-button { min-height: 44px; padding: 0 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; color: #d7e1ec; background: rgba(255,255,255,.035); font-size: 11px; font-weight: 650; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.cookie-button:hover { border-color: rgba(103,231,255,.3); background: rgba(103,231,255,.07); transform: translateY(-1px); }
.cookie-button-primary { border-color: transparent; color: #04111d; background: linear-gradient(120deg,#6bc8ff,#4699f6); }
.cookie-button-primary:hover { background: linear-gradient(120deg,#7bd0ff,#56a5fb); }
.cookie-text-button { padding: 8px 5px; border: 0; color: #7f8b9b; background: none; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.cookie-text-button:hover { color: #c9d5e2; }
.cookie-dialog { width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; overflow: auto; border: 1px solid rgba(105,190,255,.24); border-radius: 19px; color: var(--text); background: #09101a; box-shadow: 0 35px 120px rgba(0,0,0,.7); }
.cookie-dialog::backdrop { background: rgba(2,5,9,.76); backdrop-filter: blur(6px); }
.cookie-dialog-panel { padding: 27px; }
.cookie-dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; }
.cookie-dialog h2 { margin: 10px 0 0; font-size: 27px; font-weight: 540; letter-spacing: -.04em; }
.cookie-dialog-close { flex: 0 0 auto; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; color: #9ba8b7; background: rgba(255,255,255,.035); font-size: 24px; line-height: 1; cursor: pointer; }
.cookie-dialog-panel > p { margin: 19px 0 23px; color: #8e9aaa; font-size: 13px; line-height: 1.65; }
.cookie-category { min-height: 85px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.08); }
.cookie-category strong, .cookie-category small { display: block; }
.cookie-category strong { color: #e8eef5; font-size: 13px; font-weight: 600; }
.cookie-category small { max-width: 330px; margin-top: 6px; color: #778494; font-size: 11px; line-height: 1.45; }
.cookie-always-on { flex: 0 0 auto; color: #65c9ff; font: 600 8px/1 var(--font-geist-mono),monospace; letter-spacing: .08em; text-transform: uppercase; }
.cookie-toggle { position: relative; flex: 0 0 auto; width: 48px; height: 27px; }
.cookie-toggle input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.cookie-toggle > span[aria-hidden="true"] { position: absolute; inset: 0; border: 1px solid #334151; border-radius: 30px; background: #17202b; cursor: pointer; transition: border-color .2s, background .2s; }
.cookie-toggle > span[aria-hidden="true"]::after { content: ""; position: absolute; width: 19px; height: 19px; left: 3px; top: 3px; border-radius: 50%; background: #8995a3; transition: transform .2s, background .2s, box-shadow .2s; }
.cookie-toggle input:checked + span { border-color: rgba(74,168,255,.7); background: rgba(74,168,255,.22); }
.cookie-toggle input:checked + span::after { transform: translateX(21px); background: #70d8ff; box-shadow: 0 0 15px rgba(103,231,255,.45); }
.cookie-toggle input:focus-visible + span { outline: 2px solid var(--cyan); outline-offset: 3px; }
.cookie-dialog-actions { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); }

.privacy-page { min-height: 100vh; padding: 150px max(6vw,calc((100vw - 1120px)/2)) 100px; background: radial-gradient(circle at 82% 12%,rgba(29,111,208,.19),transparent 33%),linear-gradient(180deg,#070b11,#05070a); }
.privacy-hero { max-width: 820px; padding-bottom: 60px; border-bottom: 1px solid var(--line); }
.privacy-hero .section-kicker { margin-bottom: 28px; }
.privacy-hero h1 { margin: 0; font-size: clamp(48px,7vw,84px); font-weight: 540; line-height: .94; letter-spacing: -.065em; }
.privacy-hero h1 em { color: var(--blue); font-style: normal; }
.privacy-hero > p { max-width: 700px; margin: 28px 0 0; color: #96a2b1; font-size: 16px; line-height: 1.7; }
.review-notice { margin-top: 30px; padding: 17px 19px; border: 1px solid rgba(103,231,255,.2); border-radius: 11px; color: #9cecff; background: rgba(74,168,255,.07); font-size: 12px; line-height: 1.6; }
.privacy-content { max-width: 820px; display: grid; gap: 0; }
.privacy-section { display: grid; grid-template-columns: 160px 1fr; gap: 40px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.privacy-section h2 { margin: 0; color: #65bdff; font: 600 10px/1.4 var(--font-geist-mono),monospace; letter-spacing: .12em; text-transform: uppercase; }
.privacy-section p, .privacy-section li { color: #929ead; font-size: 14px; line-height: 1.75; }
.privacy-section p { margin: 0 0 13px; }
.privacy-section p:last-child { margin-bottom: 0; }
.privacy-section ul { margin: 0; padding-left: 18px; }
.privacy-placeholder { color: #75d8ff; font-family: var(--font-geist-mono),monospace; font-size: .9em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .08s; }.reveal-delay-2 { transition-delay: .16s; }.reveal-delay-3 { transition-delay: .24s; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 430px; gap: 40px; padding-left: 5vw; padding-right: 5vw; }
  .hero h1 { font-size: clamp(58px,7vw,78px); }
  .section { padding-left: 5vw; padding-right: 5vw; }
  .section-intro, .portfolio-header { grid-template-columns: .8fr 1.5fr; }
  .section-intro > p, .portfolio-header > p { grid-column: 2; }
  .process-layout { gap: 35px; }
  .project-stage { grid-template-columns: 1.4fr .7fr; }
  .project-info { padding: 30px; }
  .questionnaire-cta { padding-left: 5vw; padding-right: 5vw; }
  .contact { gap: 5vw; }
}

@media (max-width: 820px) {
  .site-header { top: 10px; width: calc(100% - 20px); height: 62px; padding-left: 14px; }
  .menu-button { position: relative; z-index: 3; width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 0; border-radius: 10px; background: rgba(255,255,255,.06); }
  .menu-button span { width: 18px; height: 1px; background: #fff; transition: transform .25s; }
  .menu-button.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; left: 0; right: 0; top: -1px; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 98px 25px 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(5,8,12,.97); opacity: 0; transform: translateY(-14px); pointer-events: none; transition: opacity .25s, transform .25s; }
  .main-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .main-nav > a:not(.nav-cta) { padding: 17px 3px; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 15px; }
  .nav-cta { margin-top: 16px; justify-content: space-between; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 70px; padding: 130px 24px 95px; }
  .hero-copy { max-width: 680px; }
  .hero h1 { font-size: clamp(51px,12.5vw,83px); }
  .hero-visual { width: min(580px,95%); justify-self: center; }
  .scroll-cue { display: none; }
  .section { padding: 105px 24px; }
  .section-intro, .process-top, .portfolio-header { grid-template-columns: 1fr; gap: 27px; margin-bottom: 50px; }
  .section-intro > p, .portfolio-header > p { grid-column: auto; max-width: 500px; }
  .solution-card summary { min-height: 214px; grid-template-columns: 30px 48px minmax(0,1fr) 32px; gap: 16px; padding: 28px 24px; }
  .solution-icon { width: 48px; height: 48px; }
  .solution-details { padding: 0 24px 30px 118px; }
  .solution-details::before { left: 118px; right: 24px; }
  .differential-grid { grid-template-columns: repeat(2,1fr); }
  .differential-grid article, .differential-grid article:nth-last-child(-n+2) { grid-column: span 1; }
  .process-layout { grid-template-columns: 1fr; }
  .process-display { min-height: 450px; }
  .project-stage { grid-template-columns: 1fr; }
  .project-visual { min-height: 500px; }
  .project-info { min-height: 400px; border-left: 0; border-top: 1px solid var(--line); }
  .questionnaire-cta { grid-template-columns: 1fr; align-items: start; gap: 36px; padding: 72px 24px; }
  .questionnaire-actions { width: min(100%,420px); }
  .contact { grid-template-columns: 1fr; gap: 60px; }
  .briefing-form { padding: 32px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding-left: 24px; padding-right: 24px; }
  .footer-nav { grid-column: 2; grid-row: 1/3; flex-direction: column; align-items: flex-end; }
  .cookie-banner { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .cookie-banner-actions { justify-content: flex-start; flex-wrap: wrap; }
  .privacy-page { padding: 130px 24px 85px; }
  .privacy-section { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 560px) {
  .brand-name { font-size: 12px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-meta { flex-wrap: wrap; }
  .interface-panel { border-radius: 14px; }
  .panel-topbar, .panel-footer { padding: 0 15px; }
  .panel-focus strong { font-size: 25px; }
  .floating-tag { display: none; }
  .section { padding-top: 90px; padding-bottom: 90px; }
  .section h2 { font-size: clamp(40px, 13vw, 56px); }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card summary { min-height: auto; grid-template-columns: 30px 44px 1fr 32px; align-items: center; gap: 14px; padding: 25px 21px; }
  .solution-icon { width: 44px; height: 44px; font-size: 13px; }
  .solution-heading { grid-column: 1 / -1; gap: 10px; padding-top: 9px; }
  .solution-heading strong { font-size: 25px; }
  .solution-details { padding: 0 21px 28px; }
  .solution-details::before { left: 21px; right: 21px; }
  .solution-details li { font-size: 11px; line-height: 1.65; }
  .differential-grid { grid-template-columns: 1fr; }
  .differential-grid article, .differential-grid article:nth-last-child(-n+2) { min-height: 205px; grid-column: span 1; }
  .differential-grid h3 { margin-top: 43px; }
  .stage { grid-template-columns: 40px 1fr 25px; }
  .stage-copy strong { font-size: 19px; }
  .process-display { min-height: 420px; }
  .project-tabs { grid-template-columns: 1fr; }
  .project-tabs button { border-right: 0; border-bottom: 1px solid var(--line); }
  .project-tabs button:last-child { border-bottom: 0; }
  .project-visual { min-height: 390px; }
  .project-window { width: 87%; transform: rotate(-3deg) translate(-2%,-4%); }
  .project-mobile { right: 3%; bottom: 3%; width: 105px; height: 190px; padding: 13px; }
  .project-mobile strong { font-size: 15px; }
  .project-info { min-height: 370px; padding: 27px; }
  .questionnaire-actions, .questionnaire-actions .button { min-width: 0; width: 100%; }
  .briefing-form { padding: 25px 20px; }
  .option-grid, .field-row { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-nav { grid-column: auto; grid-row: auto; align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 14px; margin-top: 30px; }
  .cookie-banner { bottom: 10px; width: calc(100% - 20px); max-height: calc(100dvh - 20px); padding: 19px; overflow: auto; }
  .cookie-banner-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .cookie-button { width: 100%; }
  .cookie-text-button { min-height: 38px; }
  .cookie-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .cookie-dialog-panel { padding: 21px 18px; }
  .cookie-dialog h2 { font-size: 23px; }
  .cookie-category { gap: 15px; }
  .cookie-dialog-actions { display: grid; grid-template-columns: 1fr; }
  .privacy-page { padding-top: 115px; padding-left: 20px; padding-right: 20px; }
  .privacy-hero h1 { font-size: clamp(43px,13vw,61px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
