:root {
  --regal-navy: #083d77;
  --beige: #ebebd3;
  --royal-gold: #f4d35e;
  --sandy-brown: #ee964b;
  --tomato: #f95738;
  --ink: var(--regal-navy);
  --ink-soft: var(--regal-navy);
  --blue: var(--tomato);
  --cyan: var(--royal-gold);
  --coral: var(--sandy-brown);
  --paper: var(--beige);
  --white: #ffffff;
  --muted: rgba(8, 61, 119, .68);
  --line: rgba(8, 61, 119, 0.15);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; padding: 12px 18px; color: var(--ink); background: var(--white); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: white; transition: background .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(8, 61, 119, .92); box-shadow: 0 8px 30px rgba(0,0,0,.14); backdrop-filter: blur(16px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; color: white; }
.brand-logo { width: 176px; display: block; color: white; filter: drop-shadow(0 5px 14px rgba(8,61,119,.2)); }
.brand-logo svg { display: block; width: 100%; height: auto; overflow: visible; }
.logo-cells { fill: currentColor; }
.logo-word { fill: none; stroke: currentColor; stroke-width: 7.5; stroke-linecap: square; stroke-linejoin: round; }
.logo-word .logo-two { stroke: var(--royal-gold); stroke-width: 6.25; }
.brand:hover .logo-cells path:nth-child(3) { fill: var(--royal-gold); }
.logo-cells path { transition: fill .2s; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { color: rgba(255,255,255,.72); transition: color .2s; }
.main-nav > a:hover { color: white; }
.nav-cta { border: 1px solid rgba(255,255,255,.3); border-radius: 100px; padding: 11px 17px; transition: color .2s, translate .25s cubic-bezier(.2,.8,.2,1); }
.nav-cta span { margin-left: 7px; }
.menu-toggle { display: none; border: 0; padding: 8px; background: transparent; color: white; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { --spot-x: 72%; --spot-y: 38%; --image-x: 0px; --image-y: 0px; --copy-x: 0px; --copy-y: 0px; min-height: 100svh; position: relative; display: flex; flex-direction: column; overflow: hidden; color: white; background: var(--ink); padding-top: 82px; }
.hero::before { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: radial-gradient(circle 360px at var(--spot-x) var(--spot-y), rgba(244,211,94,.15), rgba(238,150,75,.045) 42%, transparent 72%); mix-blend-mode: screen; }
.hero::after { content: ""; position: absolute; inset: auto -15% -280px; height: 420px; background: radial-gradient(ellipse, rgba(244,211,94,.18), transparent 68%); pointer-events: none; }
.hero-glow { position: absolute; z-index: 1; width: 700px; height: 700px; left: -360px; top: -220px; border-radius: 50%; background: rgba(249,87,56,.22); filter: blur(120px); animation: glow-pulse 7s ease-in-out infinite alternate; }
.hero-particles { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .78; mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.15) 27%, #000 58%); }
.hero-grid { min-height: calc(100svh - 160px); flex: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 30px; position: relative; z-index: 1; }
.hero-copy { padding: 76px 0 62px; position: relative; z-index: 3; translate: var(--copy-x) var(--copy-y); will-change: translate; }
.eyebrow { margin: 0 0 22px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 22px; height: 2px; margin: 0 9px 3px 0; background: var(--coral); }
.eyebrow-dark { color: rgba(8,61,119,.66); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 25px; font-size: clamp(3.35rem, 5.4vw, 5.05rem); line-height: .98; letter-spacing: -.055em; font-weight: 700; }
h1 em, h2 em { color: var(--coral); font-family: "Manrope", "Segoe UI", Arial, sans-serif; font-weight: 500; }
.hero-lead { max-width: 580px; margin-bottom: 32px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; border: 1px solid transparent; border-radius: 9px; padding: 15px 20px; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .2s, translate .25s cubic-bezier(.2,.8,.2,1), box-shadow .2s, background .2s; will-change: translate; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 30px rgba(249,87,56,.25); }
.button-primary:hover { background: var(--sandy-brown); box-shadow: 0 15px 34px rgba(238,150,75,.36); }
.button-ghost { color: rgba(255,255,255,.85); border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.04); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 36px; color: rgba(255,255,255,.6); font-size: 12px; }
.hero-proof i { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; color: var(--cyan); border: 1px solid rgba(244,211,94,.4); border-radius: 50%; font-style: normal; font-size: 10px; }
.hero-visual { position: absolute; width: 100vw; max-width: none; left: 50%; right: auto; top: -82px; bottom: -78px; transform: translateX(-50%); }
.visual-frame { height: 100%; position: relative; overflow: hidden; }
.visual-frame::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8,61,119,.98) 0%, rgba(8,61,119,.9) 28%, rgba(8,61,119,.25) 67%, rgba(8,61,119,.12) 100%), linear-gradient(0deg, rgba(8,61,119,.84) 0%, transparent 35%), linear-gradient(180deg, rgba(8,61,119,.48) 0%, transparent 30%); }
.visual-frame::after { content: ""; position: absolute; z-index: 1; width: 32%; inset: -15% auto -15% -42%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(244,211,94,.11), rgba(255,255,255,.16), transparent); filter: blur(8px); transform: skewX(-13deg); animation: light-scan 8s cubic-bezier(.4,0,.2,1) infinite; }
.visual-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .92; translate: var(--image-x) var(--image-y); transform: scale(1.04); animation: hero-cinematic 16s ease-in-out infinite alternate; will-change: transform, translate; }
.floating-card { --card-x: 0px; --card-y: 0px; position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; min-width: 190px; padding: 13px 15px; border: 1px solid rgba(244,211,94,.22); border-radius: 12px; background: rgba(8,61,119,.78); backdrop-filter: blur(12px); box-shadow: 0 14px 35px rgba(0,0,0,.25); translate: var(--card-x) var(--card-y); will-change: transform, translate; }
.floating-card small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .14em; }
.floating-card strong { font-size: 11px; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--royal-gold); box-shadow: 0 0 14px var(--royal-gold); }
.card-build { right: 11%; top: 24%; animation: card-float 5.5s ease-in-out infinite; }
.card-code { right: 28%; left: auto; bottom: 14%; animation: card-float 6.5s ease-in-out 1s infinite reverse; }
.card-code > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; color: var(--cyan); background: rgba(244,211,94,.14); font-size: 11px; font-weight: 800; }
.capability-strip { min-height: 78px; position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.46); border-top: 1px solid rgba(255,255,255,.1); text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.capability-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--coral); }

@keyframes hero-cinematic {
  0% { transform: scale(1.04) translate3d(0, 0, 0); }
  100% { transform: scale(1.11) translate3d(-1.2%, -1%, 0); }
}
@keyframes glow-pulse {
  0% { opacity: .62; transform: scale(.92); }
  100% { opacity: 1; transform: scale(1.08); }
}
@keyframes card-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}
@keyframes light-scan {
  0%, 18% { left: -42%; opacity: 0; }
  28% { opacity: .85; }
  62% { opacity: .5; }
  76%, 100% { left: 120%; opacity: 0; }
}
@keyframes hero-text-in {
  0% { opacity: 0; transform: translateY(32px); filter: blur(8px); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes cell-pulse {
  0%, 72%, 100% { transform: scale(1); }
  80% { transform: scale(.88); }
  90% { transform: scale(1.08); }
}
.hero-copy.is-visible .eyebrow { animation: hero-text-in .7s .05s both; }
.hero-copy.is-visible h1 { animation: hero-text-in .9s .13s both; }
.hero-copy.is-visible .hero-lead { animation: hero-text-in .8s .26s both; }
.hero-copy.is-visible .hero-actions { animation: hero-text-in .8s .36s both; }
.hero-copy.is-visible .hero-proof { animation: hero-text-in .8s .46s both; }
.brand-logo .logo-cells path { transform-box: fill-box; transform-origin: center; animation: cell-pulse 7s ease-in-out infinite; }
.brand-logo .logo-cells path:nth-child(2) { animation-delay: .16s; }
.brand-logo .logo-cells path:nth-child(3) { animation-delay: .32s; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 70px; margin-bottom: 55px; }
h2 { margin-bottom: 0; font-size: clamp(2.55rem, 4vw, 4.25rem); line-height: 1.04; letter-spacing: -.047em; font-weight: 700; }
.section-heading > p { max-width: 400px; margin-bottom: 8px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { --card-glow-x: 50%; --card-glow-y: 50%; min-height: 440px; padding: 29px; position: relative; display: flex; flex-direction: column; background: rgba(255,255,255,.72); border: 1px solid rgba(8,61,119,.12); border-radius: var(--radius); transition: transform .3s, box-shadow .3s; overflow: hidden; }
.service-card::after { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; opacity: 0; background: radial-gradient(circle 190px at var(--card-glow-x) var(--card-glow-y), rgba(244,211,94,.24), transparent 72%); transition: opacity .35s; }
.service-card:hover::after { opacity: 1; }
.service-card > * { position: relative; z-index: 1; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 25px 50px rgba(8,61,119,.12); }
.service-card.featured { color: white; background: var(--ink-soft); border-color: var(--ink-soft); }
.service-card.featured::before { content: ""; position: absolute; width: 220px; height: 220px; right: -100px; top: -100px; background: var(--blue); filter: blur(80px); opacity: .5; }
.service-number { position: absolute; right: 24px; top: 23px; color: rgba(8,61,119,.45); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.service-icon { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 55px; color: var(--tomato); border: 1px solid rgba(249,87,56,.22); border-radius: 15px; background: rgba(244,211,94,.25); }
.featured .service-icon { color: var(--cyan); border-color: rgba(244,211,94,.25); background: rgba(244,211,94,.1); }
.service-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 14px; font-size: 24px; letter-spacing: -.025em; }
.service-card p { color: var(--muted); line-height: 1.6; font-size: 14px; }
.featured p { color: rgba(255,255,255,.61); }
.service-card ul { margin: auto 0 0; padding: 21px 0 0; list-style: none; border-top: 1px solid var(--line); }
.featured ul { border-color: rgba(255,255,255,.1); }
.service-card li { margin: 10px 0; color: rgba(8,61,119,.76); font-size: 12px; }
.featured li { color: rgba(255,255,255,.72); }
.service-card li::before { content: "+"; margin-right: 9px; color: var(--coral); font-weight: 900; }

.approach { color: white; background: var(--ink); position: relative; overflow: hidden; }
.approach::before { content: ""; position: absolute; width: 520px; height: 520px; left: -260px; bottom: -260px; border: 1px solid rgba(244,211,94,.2); border-radius: 50%; box-shadow: 0 0 0 80px rgba(244,211,94,.025), 0 0 0 160px rgba(244,211,94,.018); }
.approach-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; position: relative; }
.approach-copy { position: sticky; top: 140px; align-self: start; }
.approach-copy > p:not(.eyebrow) { max-width: 440px; margin: 27px 0; color: rgba(255,255,255,.58); line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 28px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 13px; font-weight: 750; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 80px 1fr; gap: 10px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.12); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.process-list > li > span { color: var(--cyan); font-family: "Manrope", sans-serif; font-size: 16px; font-style: italic; }
.process-list h3 { margin-bottom: 9px; font-size: 25px; }
.process-list p { max-width: 470px; margin: 0; color: rgba(255,255,255,.54); font-size: 14px; line-height: 1.65; }

.about { background: #ffffff; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.about-visual { min-height: 560px; position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #052d59 0%, var(--regal-navy) 58%, #0b4b8d 100%); border: 1px solid rgba(244,211,94,.16); border-radius: 28px; box-shadow: 0 30px 65px rgba(8,61,119,.2); }
.about-visual::before { content: ""; position: absolute; width: 330px; height: 330px; left: 50%; top: 50%; border-radius: 50%; background: radial-gradient(circle, rgba(244,211,94,.17), rgba(238,150,75,.035) 48%, transparent 70%); transform: translate(-50%, -50%); animation: map-breathe 5s ease-in-out infinite alternate; }
.about-visual::after { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(235,235,211,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(235,235,211,.16) 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(circle at center, black 15%, transparent 78%); }
.tech-map { position: absolute; z-index: 1; inset: 0; }
.tech-lines { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; fill: none; stroke: rgba(244,211,94,.44); stroke-width: 1.25; stroke-dasharray: 5 9; animation: map-flow 14s linear infinite; }
.tech-lines circle { fill: var(--royal-gold); stroke: rgba(244,211,94,.25); stroke-width: 9; }
.tech-hub { position: absolute; z-index: 3; left: 50%; top: 50%; width: 164px; height: 164px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; border: 1px solid rgba(244,211,94,.35); border-radius: 36px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035)); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 24px 60px rgba(0,0,0,.28), 0 0 50px rgba(244,211,94,.09); backdrop-filter: blur(12px); transform: translate(-50%, -50%) rotate(45deg); animation: hub-float 5s ease-in-out infinite; }
.tech-hub > * { transform: rotate(-45deg); }
.tech-hub svg.hub-logo { width: 128px; margin: 0; color: white; overflow: visible; }
.tech-hub .hub-logo .logo-cells { fill: currentColor; }
.tech-hub .hub-logo .logo-word { fill: none; stroke: currentColor; }
.tech-hub .hub-logo .logo-two { stroke: var(--royal-gold); }
.tech-module { position: absolute; z-index: 3; width: 108px; height: 72px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: var(--beige); border: 1px solid rgba(235,235,211,.16); border-radius: 15px; background: rgba(4,37,73,.68); box-shadow: 0 13px 32px rgba(0,0,0,.2); backdrop-filter: blur(10px); animation: module-float 5.5s ease-in-out infinite; }
.tech-module svg { width: 22px; height: 22px; fill: none; stroke: var(--royal-gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.tech-module span { font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.tech-module i { position: absolute; right: 9px; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: var(--tomato); box-shadow: 0 0 10px var(--tomato); }
.module-apps { left: 9%; top: 13%; }
.module-cloud { right: 8%; top: 12%; animation-delay: -.8s; }
.module-data { right: 8%; bottom: 12%; animation-delay: -1.6s; }
.module-auto { width: 132px; left: 7%; bottom: 11%; animation-delay: -2.4s; }
.signal { position: absolute; z-index: 4; width: 8px; height: 8px; border: 2px solid var(--royal-gold); border-radius: 50%; box-shadow: 0 0 15px rgba(244,211,94,.65); animation: signal-pulse 2.2s ease-out infinite; }
.signal-one { left: 36%; top: 34%; }
.signal-two { right: 34%; top: 38%; animation-delay: -.75s; }
.signal-three { left: 38%; bottom: 31%; animation-delay: -1.4s; }
@keyframes map-flow { to { stroke-dashoffset: -140; } }
@keyframes map-breathe { to { opacity: .68; transform: translate(-50%, -50%) scale(1.16); } }
@keyframes hub-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -8px; } }
@keyframes module-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes signal-pulse { 0% { opacity: 0; transform: scale(.4); } 35% { opacity: 1; } 100% { opacity: 0; transform: scale(2.5); } }
.about-copy .eyebrow { margin-bottom: 25px; }
.about-copy h2 { margin-bottom: 28px; }
.about-lead { color: var(--muted); font-size: 17px; line-height: 1.7; }
.value-list { margin-top: 35px; border-top: 1px solid var(--line); }
.value-list > div { display: grid; grid-template-columns: 43px 1fr; padding: 22px 0; border-bottom: 1px solid var(--line); }
.value-list span { grid-row: 1 / 3; padding-top: 4px; color: var(--blue); font-family: "Manrope", sans-serif; font-size: 12px; }
.value-list h3 { margin-bottom: 6px; font-size: 16px; }
.value-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.contact { padding: 110px 0; color: white; background: linear-gradient(120deg, var(--regal-navy), #062d59); position: relative; overflow: hidden; }
.contact::after { content: ""; position: absolute; width: 480px; height: 480px; right: -150px; top: -230px; background: var(--blue); border-radius: 50%; opacity: .16; filter: blur(100px); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; position: relative; z-index: 1; }
.contact-copy h2 { font-size: clamp(2.5rem, 4.4vw, 4.7rem); }
.contact-copy > p:not(.eyebrow) { max-width: 510px; margin: 28px 0; color: rgba(255,255,255,.57); line-height: 1.7; }
.contact-channels { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.contact-whatsapp { display: inline-flex; align-items: center; gap: 13px; padding: 12px 16px 12px 13px; color: white; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.06); transition: transform .2s, translate .25s cubic-bezier(.2,.8,.2,1), background .2s; }
.contact-whatsapp:hover { transform: translateY(-2px); background: rgba(255,255,255,.1); }
.contact-whatsapp svg { width: 29px; height: 29px; fill: none; stroke: var(--royal-gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.contact-whatsapp span { display: flex; flex-direction: column; gap: 3px; font-size: 14px; font-weight: 750; }
.contact-whatsapp small { color: rgba(255,255,255,.44); font-size: 8px; letter-spacing: .15em; }
.contact-whatsapp strong { margin-left: 8px; color: var(--royal-gold); }
.contact-email { display: inline-flex; gap: 16px; padding-bottom: 7px; color: var(--royal-gold); border-bottom: 1px solid rgba(244,211,94,.35); font-size: 13px; font-weight: 750; }
.contact-form { padding: 35px; background: var(--beige); border-radius: var(--radius); color: var(--ink); box-shadow: 0 35px 70px rgba(0,0,0,.2); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 20px; color: var(--regal-navy); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 8px; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(8,61,119,.25); border-radius: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; resize: vertical; transition: border-color .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); }
.contact-form textarea { min-height: 84px; }
.contact-form .button { width: 100%; border: 0; }
.form-note { margin: 13px 0 0; text-align: center; color: rgba(8,61,119,.58); font-size: 10px; }

.site-footer { color: rgba(255,255,255,.7); background: #052b55; }
.footer-main { min-height: 170px; display: grid; grid-template-columns: .8fr 1.2fr 1fr; align-items: center; gap: 50px; }
.brand-footer { color: white; }
.brand-footer .brand-logo { width: 190px; }
.footer-main p { margin: 0; font-size: 13px; line-height: 1.6; }
.footer-links { display: flex; justify-content: flex-end; gap: 25px; font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.service-grid .reveal:nth-child(2), .process-list .reveal:nth-child(2) { transition-delay: .1s; }
.service-grid .reveal:nth-child(3), .process-list .reveal:nth-child(3) { transition-delay: .2s; }
.process-list .reveal:nth-child(4) { transition-delay: .3s; }

@media (max-width: 980px) {
  .hero-grid { min-height: max(760px, calc(100svh - 148px)); grid-template-columns: 1fr; align-items: start; }
  .hero-copy { padding-top: 80px; }
  .hero-copy h1, .hero-lead { max-width: 650px; }
  .hero-visual { width: 100vw; height: auto; left: 50%; right: auto; top: -82px; bottom: -78px; opacity: 1; }
  .hero-copy { z-index: 3; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 370px; }
  .approach-grid, .about-grid, .contact-grid { gap: 55px; }
  .about-grid { grid-template-columns: .8fr 1.2fr; }
  .about-visual { min-height: 490px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .nav-wrap { height: 70px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 27px; padding: 80px 35px; color: white; background: rgba(8,61,119,.98); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: .25s; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav > a:not(.nav-cta) { font-size: 27px; color: white; }
  .nav-cta { margin-top: 10px; }
  .hero { padding-top: 70px; }
  .hero-grid { min-height: max(700px, calc(100svh - 140px)); }
  .hero-copy { padding-top: 62px; }
  h1 { font-size: clamp(3rem, 13.5vw, 4.25rem); }
  .hero-lead { font-size: 16px; }
  .hero-visual { width: 100vw; left: 50%; right: auto; top: -70px; bottom: -78px; height: auto; }
  .visual-frame::before { background: linear-gradient(90deg, rgba(8,61,119,.97) 0%, rgba(8,61,119,.82) 60%, rgba(8,61,119,.36) 100%), linear-gradient(0deg, rgba(8,61,119,.9), transparent 42%), linear-gradient(180deg, rgba(8,61,119,.5), transparent 28%); }
  .visual-frame img { object-position: 63% center; }
  .floating-card { display: none; }
  .capability-strip { overflow: hidden; justify-content: flex-start; gap: 22px; white-space: nowrap; }
  .capability-strip span:nth-of-type(n+4), .capability-strip i:nth-of-type(n+4) { display: none; }
  .section { padding: 82px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 405px; }
  .approach-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .approach-copy { position: static; }
  .process-list li { grid-template-columns: 53px 1fr; }
  .about-visual { min-height: 390px; order: 2; }
  .tech-hub { width: 124px; height: 124px; border-radius: 28px; }
  .tech-hub svg.hub-logo { width: 96px; }
  .tech-module { width: 88px; height: 59px; gap: 4px; }
  .tech-module svg { width: 18px; height: 18px; }
  .tech-module span { font-size: 6px; }
  .module-auto { width: 108px; }
  .contact { padding: 82px 0; }
  .contact-grid { gap: 48px; }
  .contact-form { padding: 25px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 22px; padding: 45px 0; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .footer-bottom { gap: 20px; }
}

@media (max-width: 420px) {
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 10px; }
  .hero-proof span { width: 100%; }
  h2 { font-size: 2.5rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-particles { display: none; }
  .hero::before, .visual-frame::after { display: none; }
  .brand-logo .logo-cells path { animation: none; }
  .reveal { opacity: 1; transform: none; }
}
