:root {
    --navy: #0b1825;
    --navy-2: #102537;
    --ink: #16222e;
    --muted: #66727e;
    --line: #dce2e6;
    --paper: #f5f4ef;
    --white: #fff;
    --blue: #1d65ad;
    --amber: #eda718;
    --green: #079071;
    --cyan: #74d9d1;
    --radius: 22px;
    --shadow: 0 24px 70px rgba(7, 24, 37, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
    position: fixed; left: 18px; top: -60px; z-index: 999;
    background: var(--white); color: var(--navy); padding: 10px 16px;
    border-radius: 8px; transition: top .2s;
}
.skip-link:focus { top: 18px; }

.site-header {
    position: fixed; inset: 0 0 auto; z-index: 100;
    border-bottom: 1px solid rgba(255,255,255,.14);
    transition: background .3s, box-shadow .3s, transform .3s;
}
.site-header.scrolled {
    background: rgba(11, 24, 37, .94);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 35px rgba(0,0,0,.14);
}
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.brand { display: inline-flex; align-items: center; gap: 15px; color: var(--white); flex-shrink: 0; }
.brand-blocks { display: flex; gap: 4px; }
.brand-block {
    display: grid; place-items: center; width: 34px; height: 34px;
    color: white; font: 700 19px/1 "Space Grotesk", sans-serif; border-radius: 7px;
}
.brand-r { background: var(--blue); }
.brand-a { background: var(--amber); }
.brand-f { background: var(--green); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font: 700 18px/1.15 "Space Grotesk", sans-serif; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; font-size: 8px; letter-spacing: .09em; text-transform: uppercase; opacity: .68; }
.header-whatsapp {
    display: inline-flex; align-items: center; gap: 10px; margin-left: auto; padding: 9px 15px;
    border: 1px solid rgba(37,211,102,.55); border-radius: 999px; color: white;
    background: rgba(37,211,102,.13); box-shadow: 0 0 24px rgba(37,211,102,.1);
    transition: border-color .25s, background .25s, transform .25s, box-shadow .25s;
}
.header-whatsapp:hover { border-color: #25d366; background: rgba(37,211,102,.22); box-shadow: 0 0 30px rgba(37,211,102,.22); transform: translateY(-1px); }
.header-whatsapp svg { width: 24px; height: 24px; flex: 0 0 auto; fill: #25d366; }
.header-whatsapp svg path:nth-child(2) { fill: white; }
.header-whatsapp > span { display: flex; flex-direction: column; line-height: 1.1; }
.header-whatsapp small { margin-bottom: 3px; color: #60df8f; font-size: 7px; text-transform: uppercase; letter-spacing: .1em; }
.header-whatsapp strong { font: 700 14px "Space Grotesk", sans-serif; letter-spacing: .01em; white-space: nowrap; }
.primary-nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 600; }
.primary-nav > a:not(.nav-cta) { position: relative; padding: 12px 0; }
.primary-nav > a:not(.nav-cta)::after {
    content: ""; position: absolute; inset: auto 0 7px; height: 1px; background: var(--cyan);
    transform: scaleX(0); transform-origin: right; transition: transform .25s;
}
.primary-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.primary-nav a:hover { color: var(--white); }
.nav-cta {
    display: inline-flex; align-items: center; gap: 16px; padding: 11px 16px 11px 18px;
    border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: white;
}
.nav-cta span { color: var(--cyan); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: #fff; transition: .25s; }

.hero {
    position: relative; min-height: 860px; padding-top: 88px;
    overflow: hidden; color: var(--white);
    background:
        radial-gradient(circle at 78% 36%, rgba(20, 117, 131, .33), transparent 28%),
        radial-gradient(circle at 12% 98%, rgba(29, 101, 173, .27), transparent 25%),
        linear-gradient(135deg, #07131f 0%, #102639 57%, #0b1d28 100%);
}
.hero::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.035) 50%, transparent 50.1%);
    pointer-events: none;
}
.hero-grid {
    position: absolute; width: 680px; height: 680px; right: -100px; top: 90px; opacity: .24;
    background-image: linear-gradient(rgba(116,217,209,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(116,217,209,.15) 1px, transparent 1px);
    background-size: 45px 45px; mask-image: radial-gradient(circle, #000 25%, transparent 72%);
    transform: perspective(500px) rotateX(58deg) rotateZ(-20deg);
}
.hero-layout {
    position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr;
    gap: 70px; align-items: center; min-height: 690px;
}
.eyebrow {
    display: flex; align-items: center; gap: 10px; margin: 0 0 22px;
    color: var(--blue); text-transform: uppercase; letter-spacing: .16em;
    font-size: 11px; font-weight: 800;
}
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--cyan); }
.hero .eyebrow { color: var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Space Grotesk", sans-serif; letter-spacing: -.055em; line-height: .99; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(58px, 6.1vw, 88px); font-weight: 600; }
h1 em, h2 em { color: var(--cyan); font-style: normal; }
.hero-lead { margin-bottom: 9px; color: white; font: 500 21px/1.5 "Space Grotesk", sans-serif; }
.hero-body { max-width: 635px; margin-bottom: 30px; color: rgba(255,255,255,.65); font-size: 15px; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-bottom: 42px; }
.button {
    display: inline-flex; align-items: center; justify-content: center; gap: 26px;
    min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px;
    font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .25s, background .25s, box-shadow .25s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--cyan); box-shadow: 0 14px 32px rgba(116,217,209,.16); }
.button-primary:hover { background: #96eee8; box-shadow: 0 16px 38px rgba(116,217,209,.26); }
.button-ghost { color: white; border-color: rgba(255,255,255,.24); }
.button-ghost:hover { background: rgba(255,255,255,.07); }
.button-dark { color: white; background: var(--navy); }
.hero-trust { display: flex; gap: 0; }
.hero-trust div { min-width: 132px; padding: 0 23px; border-left: 1px solid rgba(255,255,255,.14); }
.hero-trust div:first-child { padding-left: 0; border-left: 0; }
.hero-trust strong { display: block; color: white; font: 600 20px/1.2 "Space Grotesk", sans-serif; }
.hero-trust span { display: block; margin-top: 5px; color: rgba(255,255,255,.47); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { position: relative; height: 530px; }
.visual-orbit {
    position: absolute; border: 1px solid rgba(116,217,209,.22); border-radius: 50%;
    animation: rotate 28s linear infinite;
}
.visual-orbit::before, .visual-orbit::after {
    content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%;
    background: var(--cyan); box-shadow: 0 0 18px var(--cyan);
}
.orbit-one { inset: 55px 0 25px 35px; }
.orbit-one::before { top: 33px; right: 74px; }
.orbit-one::after { left: -4px; top: 50%; }
.orbit-two { inset: 100px 45px 70px 80px; border-style: dashed; animation-direction: reverse; animation-duration: 22s; }
.orbit-two::before { left: 66px; bottom: 20px; background: var(--amber); box-shadow: 0 0 18px var(--amber); }
.orbit-two::after { display: none; }
@keyframes rotate { to { transform: rotate(360deg); } }
.visual-core {
    position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-47%, -45%);
    display: flex; flex-direction: column; justify-content: center; width: 220px; height: 220px;
    padding: 36px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%;
    background: radial-gradient(circle at 35% 25%, rgba(116,217,209,.19), rgba(7,19,31,.9) 66%);
    box-shadow: 0 0 70px rgba(61,183,180,.12), inset 0 0 40px rgba(255,255,255,.04);
}
.core-label { margin-bottom: 18px; color: var(--cyan); font: 700 10px/1 "Space Grotesk", sans-serif; letter-spacing: .25em; }
.visual-core strong { color: white; font: 600 30px/1.05 "Space Grotesk", sans-serif; letter-spacing: -.05em; }
.visual-core small { margin-top: 13px; color: rgba(255,255,255,.45); font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.capability {
    position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px;
    min-width: 150px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.12);
    border-radius: 11px; background: rgba(11,24,37,.7); backdrop-filter: blur(12px);
    box-shadow: 0 12px 35px rgba(0,0,0,.16); color: rgba(255,255,255,.75);
    font-size: 10px; text-transform: uppercase; letter-spacing: .04em;
}
.capability i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.capability b { margin-left: auto; color: rgba(255,255,255,.25); font-weight: 500; }
.capability-one { top: 72px; right: -5px; }
.capability-two { bottom: 82px; right: 4px; }
.capability-three { bottom: 55px; left: 7px; }
.visual-status {
    position: absolute; top: 115px; left: 8px; display: flex; align-items: center; gap: 8px;
    color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .06em;
}
.visual-status span { width: 6px; height: 6px; border-radius: 50%; background: #55e29d; animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(85,226,157,0); } 0%, 100% { box-shadow: 0 0 0 0 rgba(85,226,157,.35); } }
.hero-marquee {
    position: relative; z-index: 3; overflow: hidden; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1);
    background: rgba(0,0,0,.13); color: rgba(255,255,255,.38);
}
.hero-marquee div { display: flex; align-items: center; width: max-content; animation: marquee 28s linear infinite; }
.hero-marquee span { padding: 0 28px; font: 500 11px "Space Grotesk", sans-serif; text-transform: uppercase; letter-spacing: .12em; }
.hero-marquee i { color: var(--cyan); font-size: 7px; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-heading h2, .section-top h2, .tech-copy h2, .approach h2, .why h2, .contact h2 {
    margin-bottom: 0; color: var(--navy); font-size: clamp(44px, 5vw, 68px); font-weight: 600;
}
.section-heading h2 em, .why h2 em { color: var(--blue); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; margin-top: 70px; }
.about-intro { padding-left: 95px; }
.about-intro .large-copy { color: var(--ink); font: 500 22px/1.55 "Space Grotesk", sans-serif; letter-spacing: -.02em; }
.about-intro > p:not(.large-copy) { color: var(--muted); font-size: 14px; }
.text-link {
    display: inline-flex; align-items: center; gap: 30px; margin-top: 15px; padding-bottom: 5px;
    border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700;
}
.value-stack { border-top: 1px solid var(--line); }
.value-stack article { display: grid; grid-template-columns: 66px 1fr; gap: 25px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.value-letter {
    display: grid; place-items: center; width: 52px; height: 52px; color: white; border-radius: 12px;
    font: 700 25px/1 "Space Grotesk", sans-serif;
}
.value-letter.blue { background: var(--blue); }
.value-letter.amber { background: var(--amber); }
.value-letter.green { background: var(--green); }
.value-stack h3 { margin-bottom: 5px; color: var(--navy); font: 600 21px/1.2 "Space Grotesk", sans-serif; }
.value-stack p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.services { color: white; background: var(--navy); }
.section-top { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 65px; }
.section-top h2, .approach h2, .contact h2 { color: white; }
.section-top > p { max-width: 400px; margin-bottom: 0; color: rgba(255,255,255,.52); font-size: 14px; }
.service-list { border-top: 1px solid rgba(255,255,255,.13); }
.service-card {
    position: relative; display: grid; grid-template-columns: 75px 100px 1fr; gap: 40px;
    padding: 45px 30px 45px 15px; border-bottom: 1px solid rgba(255,255,255,.13);
    overflow: hidden; transition: background .3s, padding .3s;
}
.service-card::after {
    content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(116,217,209,.08), transparent 65%);
    opacity: 0; transition: opacity .3s; pointer-events: none;
}
.service-card:hover { padding-left: 28px; background: rgba(255,255,255,.025); }
.service-card:hover::after { opacity: 1; }
.service-number { padding-top: 8px; color: rgba(255,255,255,.27); font: 500 11px "Space Grotesk", sans-serif; }
.service-icon {
    display: grid; place-items: center; width: 74px; height: 74px; border: 1px solid rgba(255,255,255,.13);
    border-radius: 18px; background: rgba(255,255,255,.03); color: var(--cyan);
}
.service-icon svg { width: 37px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-content { display: grid; grid-template-columns: 1.1fr .8fr 1fr; align-items: start; gap: 55px; }
.service-content h3 { margin: 0; font: 500 26px/1.25 "Space Grotesk", sans-serif; letter-spacing: -.025em; }
.service-content > p { margin: 0; color: rgba(255,255,255,.52); font-size: 13px; }
.service-content ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 26px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.7); font-size: 11px; }
.service-content li::before { content: "+"; margin-right: 8px; color: var(--cyan); }

.technology { background: #eef1ef; }
.tech-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.tech-copy > p:not(.eyebrow) { max-width: 520px; margin: 30px 0; color: var(--muted); font-size: 14px; }
.tech-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tech-tags span { padding: 8px 12px; border: 1px solid #ccd5d5; border-radius: 999px; background: rgba(255,255,255,.6); color: #566368; font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }
.process-panel {
    position: relative; overflow: hidden; padding: 25px; border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px; background: var(--navy); box-shadow: var(--shadow); color: white;
}
.process-panel::before {
    content: ""; position: absolute; width: 360px; height: 360px; right: -150px; top: -190px;
    border-radius: 50%; background: rgba(116,217,209,.1); filter: blur(20px);
}
.panel-top { position: relative; display: flex; justify-content: space-between; margin-bottom: 28px; color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.panel-top .live { display: flex; align-items: center; gap: 7px; color: #85dcae; }
.panel-top .live i { width: 5px; height: 5px; border-radius: 50%; background: #66e0a0; }
.process-line { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.process-line::before { content: ""; position: absolute; left: 7%; right: 7%; top: 19px; height: 1px; background: rgba(255,255,255,.13); }
.process-line article { position: relative; text-align: center; }
.process-line b {
    position: relative; z-index: 1; display: grid; place-items: center; width: 38px; height: 38px; margin: 0 auto 12px;
    border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: #13293a;
    color: rgba(255,255,255,.45); font: 500 9px "Space Grotesk", sans-serif;
}
.process-line article.active b { color: var(--navy); border-color: var(--cyan); background: var(--cyan); box-shadow: 0 0 24px rgba(116,217,209,.25); }
.process-line span { display: block; color: rgba(255,255,255,.82); font: 500 10px "Space Grotesk", sans-serif; }
.process-line small { display: block; margin-top: 4px; color: rgba(255,255,255,.29); font-size: 7px; }
.trend-card { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-top: 27px; padding: 20px; border-radius: 15px; background: rgba(255,255,255,.04); }
.trend-card small { display: block; margin-bottom: 9px; color: rgba(255,255,255,.36); font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }
.trend-card strong { font: 500 11px "Space Grotesk", sans-serif; white-space: nowrap; }
.trend-card strong span { margin: 0 6px; color: var(--cyan); }
.trend-card svg { width: 220px; height: 54px; overflow: visible; }
.trend-card path { fill: none; stroke: var(--cyan); stroke-width: 2; }
.trend-card path.fill { fill: url(#none); stroke: none; opacity: .08; }

.section-heading.centered { text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 13px; }
.sector-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 60px; }
.sector-card {
    position: relative; display: flex; justify-content: space-between; min-height: 305px; padding: 30px;
    overflow: hidden; border-radius: var(--radius); color: white; isolation: isolate;
}
.sector-card::before, .sector-card::after { content: ""; position: absolute; z-index: -1; }
.sector-card::before { inset: 0; background: linear-gradient(135deg, #14283a, #071522); }
.sector-card::after {
    width: 310px; height: 310px; right: -80px; top: -90px; border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.025), 0 0 0 85px rgba(255,255,255,.018);
    transition: transform .5s;
}
.sector-card:hover::after { transform: scale(1.15) translate(-10px, 10px); }
.sector-card > span { color: rgba(255,255,255,.35); font-size: 10px; }
.sector-card > div { align-self: end; }
.sector-card small { color: var(--cyan); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.sector-card h3 { margin: 10px 0 15px; font: 500 28px/1.15 "Space Grotesk", sans-serif; letter-spacing: -.035em; }
.sector-card p { max-width: 360px; margin: 0; color: rgba(255,255,255,.47); font-size: 10px; }
.sector-card.communities::before { background: linear-gradient(135deg, #123c43, #0b222a); }
.sector-card.commercial::before { background: linear-gradient(135deg, #18345b, #0a1c32); }
.sector-card.managed::before { background: linear-gradient(135deg, #3b3021, #171a1d); }
.sector-card.communities small { color: #8ee5b6; }
.sector-card.commercial small { color: #86bcff; }
.sector-card.managed small { color: #f0c46f; }

.approach { color: white; background: #102637; }
.approach-header { display: flex; justify-content: space-between; align-items: end; gap: 70px; }
.approach-header > p { max-width: 420px; margin: 0 0 4px; color: rgba(255,255,255,.5); font-size: 13px; }
.approach-steps { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 65px; border-top: 1px solid rgba(255,255,255,.14); }
.approach-steps article { position: relative; min-height: 225px; padding: 30px 24px; border-left: 1px solid rgba(255,255,255,.14); transition: background .3s; }
.approach-steps article:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.approach-steps article:hover { background: rgba(116,217,209,.055); }
.approach-steps b { color: var(--cyan); font: 500 10px "Space Grotesk", sans-serif; }
.approach-steps span { display: block; margin: 62px 0 10px; font: 500 19px "Space Grotesk", sans-serif; }
.approach-steps p { margin: 0; color: rgba(255,255,255,.4); font-size: 10px; }

.why { background: var(--white); }
.why-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.why-title .button { margin-top: 38px; }
.why-list { border-top: 1px solid var(--line); }
.why-list article { display: grid; grid-template-columns: 60px 1fr; gap: 25px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.why-list > article > span { color: var(--green); font: 500 10px "Space Grotesk", sans-serif; }
.why-list h3 { margin: 0 0 5px; font: 600 18px "Space Grotesk", sans-serif; }
.why-list p { margin: 0; color: var(--muted); font-size: 12px; }

.contact { position: relative; overflow: hidden; padding: 120px 0; color: white; background: #07141f; }
.contact-pattern {
    position: absolute; inset: 0; opacity: .13;
    background-image: linear-gradient(rgba(116,217,209,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(116,217,209,.17) 1px, transparent 1px);
    background-size: 60px 60px; mask-image: linear-gradient(90deg, black, transparent 68%);
}
.contact-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 95px; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; margin: 30px 0; color: rgba(255,255,255,.52); font-size: 14px; }
.contact-details { display: grid; gap: 9px; max-width: 500px; margin: 0 0 28px; }
.contact-details a {
    display: flex; align-items: center; justify-content: space-between; gap: 25px;
    padding: 13px 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px;
    background: rgba(255,255,255,.035); transition: border-color .25s, background .25s;
}
.contact-details a:hover { border-color: rgba(116,217,209,.45); background: rgba(116,217,209,.07); }
.contact-details span { color: var(--cyan); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.contact-details strong { color: rgba(255,255,255,.84); font: 500 12px "Space Grotesk", sans-serif; text-align: right; }
.contact-promise { display: flex; flex-wrap: wrap; gap: 15px 25px; }
.contact-promise span { color: rgba(255,255,255,.6); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.contact-promise span::before { content: "✓"; margin-right: 7px; color: var(--cyan); }
.contact-form { padding: 34px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.055); backdrop-filter: blur(12px); }
.form-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.form-header span { font: 500 21px "Space Grotesk", sans-serif; }
.form-header small { color: rgba(255,255,255,.38); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.form-alert { margin-bottom: 20px; padding: 12px 14px; border-radius: 9px; font-size: 11px; }
.form-alert.success { color: #aaf1cc; background: rgba(71,186,127,.13); border: 1px solid rgba(71,186,127,.3); }
.form-alert.error { color: #ffc0b8; background: rgba(224,78,61,.12); border: 1px solid rgba(224,78,61,.27); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 17px; }
.contact-form label > span { display: block; margin-bottom: 7px; color: rgba(255,255,255,.48); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.contact-form input, .contact-form select, .contact-form textarea {
    width: 100%; padding: 11px 13px; color: white; border: 1px solid rgba(255,255,255,.13);
    border-radius: 8px; outline: 0; background: rgba(0,0,0,.17); font-size: 12px; transition: border .2s, box-shadow .2s;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(116,217,209,.1); }
.contact-form select option { color: var(--ink); }
.contact-form textarea { resize: vertical; min-height: 92px; }
.submit-button { width: 100%; border: 0; }
.form-note { display: block; margin-top: 12px; color: rgba(255,255,255,.28); text-align: center; font-size: 8px; }
.form-honeypot { position: absolute; left: -9999px; }

.site-footer { padding: 65px 0 26px; color: white; background: #040d14; }
.footer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 55px; }
.footer-top > p { margin: 0; color: rgba(255,255,255,.2); font: 500 34px/1.1 "Space Grotesk", sans-serif; letter-spacing: -.04em; text-align: right; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.footer-bottom div { display: flex; gap: 25px; }
.footer-bottom a:hover { color: white; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }

@media (max-width: 1050px) {
    .brand-copy { display: none; }
    .primary-nav { gap: 15px; }
    .header-whatsapp { padding-inline: 9px; }
    .header-whatsapp small { display: none; }
    .header-whatsapp strong { font-size: 12px; }
    .hero-layout { grid-template-columns: 1fr .8fr; gap: 20px; }
    .hero-visual { transform: scale(.88); transform-origin: center right; }
    .about-grid, .tech-grid, .contact-grid, .why-grid { gap: 55px; }
    .about-intro { padding-left: 35px; }
    .service-content { grid-template-columns: 1fr 1fr; }
    .service-content ul { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
    .container { width: min(100% - 32px, 680px); }
    .section { padding: 85px 0; }
    .nav-wrap { height: 74px; }
    .brand-copy { display: none; }
    .header-whatsapp { margin-left: auto; padding: 7px 10px; }
    .header-whatsapp strong { font-size: 12px; }
    .menu-toggle { display: block; z-index: 2; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .primary-nav {
        position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 20px;
        background: rgba(7,19,31,.98); font-size: 20px; transform: translateX(100%); transition: transform .3s;
    }
    .primary-nav.open { transform: translateX(0); }
    .nav-cta { margin-top: 15px; font-size: 14px; }
    .hero { min-height: auto; padding-top: 74px; }
    .hero-layout { display: block; padding-top: 95px; padding-bottom: 50px; }
    .hero-copy { position: relative; z-index: 2; }
    h1 { font-size: clamp(52px, 11vw, 74px); }
    .hero-visual { height: 440px; margin: 15px auto 0; transform: scale(.88); transform-origin: center; }
    .hero-body { max-width: 570px; }
    .about-grid, .tech-grid, .contact-grid, .why-grid { grid-template-columns: 1fr; gap: 55px; }
    .about-intro { padding-left: 0; }
    .section-top, .approach-header { align-items: start; flex-direction: column; gap: 25px; }
    .service-card { grid-template-columns: 50px 75px 1fr; gap: 20px; }
    .service-content { grid-template-columns: 1fr; gap: 15px; }
    .service-content ul { grid-column: auto; }
    .sector-grid { grid-template-columns: 1fr; }
    .approach-steps { grid-template-columns: repeat(3, 1fr); }
    .approach-steps article:nth-child(4) { border-left: 0; }
    .why-title .button { margin-top: 25px; }
}

@media (max-width: 560px) {
    .container { width: calc(100% - 28px); }
    .section { padding: 72px 0; }
    .brand-block { width: 30px; height: 30px; font-size: 17px; }
    .header-whatsapp { gap: 6px; padding: 7px 8px; }
    .header-whatsapp svg { width: 21px; height: 21px; }
    .header-whatsapp strong { font-size: 11px; }
    .hero-layout { padding-top: 75px; }
    h1 { font-size: 50px; }
    .hero-lead { font-size: 17px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .button { width: 100%; }
    .hero-trust { justify-content: space-between; }
    .hero-trust div { min-width: 0; padding: 0 11px; }
    .hero-trust strong { font-size: 16px; }
    .hero-trust span { font-size: 7px; }
    .hero-visual { width: 420px; max-width: 112%; height: 420px; margin-left: -6%; transform: scale(.82); }
    .capability-one { right: 5px; }
    .section-heading h2, .section-top h2, .tech-copy h2, .approach h2, .why h2, .contact h2 { font-size: 42px; }
    .about-grid { margin-top: 45px; }
    .service-card { grid-template-columns: 42px 1fr; padding: 30px 5px; }
    .service-icon { width: 60px; height: 60px; }
    .service-content { grid-column: 1 / -1; padding-left: 42px; }
    .service-content h3 { font-size: 23px; }
    .service-content ul { grid-template-columns: 1fr; }
    .process-panel { padding: 18px 12px; }
    .process-line span { font-size: 8px; }
    .process-line small { display: none; }
    .trend-card { align-items: start; flex-direction: column; }
    .trend-card svg { width: 100%; }
    .sector-card { min-height: 260px; padding: 24px; }
    .approach-steps { grid-template-columns: 1fr 1fr; }
    .approach-steps article { min-height: 180px; }
    .approach-steps article:nth-child(3), .approach-steps article:nth-child(5) { border-left: 0; }
    .approach-steps article:nth-child(4) { border-left: 1px solid rgba(255,255,255,.14); }
    .field-row { grid-template-columns: 1fr; gap: 0; }
    .contact-form { padding: 25px 20px; }
    .footer-top { align-items: start; flex-direction: column; gap: 40px; }
    .footer-top > p { font-size: 27px; text-align: left; }
    .footer-brand .brand-copy { display: flex; }
    .footer-bottom { align-items: start; flex-direction: column; gap: 18px; }
    .footer-bottom div { flex-wrap: wrap; gap: 15px; }
}

@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; }
}
