:root {
    --ink: #05091f;
    --ink-2: #0a1030;
    --ink-3: #101947;
    --blue: #087cff;
    --blue-2: #55a7ff;
    --cyan: #69d7ff;
    --ice: #eef4ff;
    --paper: #f5f8ff;
    --white: #fff;
    --muted: #aeb9da;
    --text: #eaf0ff;
    --line: rgba(135, 164, 255, .2);
    --shadow: 0 26px 90px rgba(0, 9, 50, .32);
    --radius: 28px;
    --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: clip; background: var(--ink); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--blue); color: white; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
p { line-height: 1.65; }
h1, h2, h3, p { margin-top: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: clamp(92px, 11vw, 160px) 0; overflow: hidden; }
.section-dark { background: var(--ink); }
.light-section { color: #0a1232; background: var(--paper); }
.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; top: 10px; left: 10px; z-index: 9999; transform: translateY(-150%); padding: 12px 18px; border-radius: 10px; background: white; color: var(--ink); }
.skip-link:focus { transform: translateY(0); }
.preview-bar { position: fixed; z-index: 1000; inset: auto 18px 18px; display: flex; gap: 12px; justify-content: center; padding: 12px 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(5,9,31,.88); backdrop-filter: blur(18px); box-shadow: var(--shadow); font-size: 14px; }
.preview-bar span { color: var(--muted); }

.site-header { position: fixed; z-index: 100; top: 0; inset-inline: 0; height: 104px; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, height .3s; }
.site-header.scrolled { height: 84px; border-color: rgba(255,255,255,.08); background: rgba(5,9,31,.78); backdrop-filter: blur(22px); }
.nav-shell { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 auto; width: 154px; height: 82px; display: flex; align-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 0 18px rgba(88,158,255,.12)); }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); margin-left: auto; }
.main-nav a { position: relative; padding: 10px 0; color: #d9e2ff; font-size: 13px; letter-spacing: .025em; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--blue-2); transition: right .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: 13px; font-weight: 650; transition: background .2s, border-color .2s, transform .2s; }
.header-cta:hover { transform: translateY(-2px); border-color: var(--blue-2); background: rgba(8,124,255,.15); }
.nav-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: white; }
.nav-toggle > span:not(.sr-only) { display: block; width: 18px; height: 1px; margin: 4px auto; background: currentColor; transition: transform .25s, opacity .25s; }

.scroll-progress { position: fixed; z-index: 160; top: 0; inset-inline: 0; height: 2px; pointer-events: none; background: rgba(255,255,255,.025); }
.scroll-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, #3ab7ff, #087cff, #96deff); box-shadow: 0 0 18px rgba(47,158,255,.8); will-change: transform; }
.hero { position: relative; min-height: min(920px, 100svh); display: flex; align-items: center; padding: 150px 0 80px; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 72% 42%, rgba(15,88,220,.22), transparent 31%), linear-gradient(135deg, #05091f 0%, #070e31 50%, #030619 100%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; opacity: .32; background-image: linear-gradient(rgba(109,147,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(109,147,255,.1) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 76%); }
.hero-ambient { position: absolute; z-index: 0; width: 560px; height: 560px; left: -260px; bottom: -200px; border-radius: 50%; background: #054bbd; filter: blur(130px); opacity: .3; }
.hero-pointer-glow { position: absolute; z-index: 0; width: 460px; aspect-ratio: 1; left: var(--glow-x, 72%); top: var(--glow-y, 42%); transform: translate(-50%,-50%); border-radius: 50%; pointer-events: none; opacity: .6; background: radial-gradient(circle, rgba(32,135,255,.24), rgba(14,71,190,.07) 38%, transparent 70%); filter: blur(20px); transition: opacity .35s; }
.orbit-canvas { position: absolute; z-index: 1; inset: 0 0 0 30%; width: 70%; height: 100%; opacity: 1; pointer-events: none; mix-blend-mode: screen; }
.orbit-fallback { position: absolute; z-index: 0; right: -3vw; top: 11%; width: min(54vw, 700px); aspect-ratio: 1; opacity: .8; }
.orbit-fallback i { position: absolute; inset: 14%; border: 1px solid rgba(75,152,255,.32); border-radius: 50%; box-shadow: inset 0 0 40px rgba(17,124,255,.08), 0 0 55px rgba(17,124,255,.1); animation: fallback-drift 12s ease-in-out infinite alternate; }
.orbit-fallback i:nth-child(2) { inset: 25%; transform: translateX(-16%); }
.orbit-fallback i:nth-child(3) { inset: 25%; transform: translateX(16%); }
.orbit-fallback b { position: absolute; width: 20px; height: 20px; left: 16%; top: 46%; border: 1px solid rgba(140,210,255,.75); border-radius: 50%; background: #1687ff; box-shadow: 0 0 16px #1687ff, 0 0 45px rgba(22,135,255,.8); animation: fallback-node 6s ease-in-out infinite; }
.webgl-ready .orbit-fallback { opacity: .08; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(32px, 7vw, 100px); perspective: 1200px; }
.hero-copy { position: relative; z-index: 3; max-width: 690px; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 24px; color: var(--blue-2); font-size: 12px; font-weight: 750; letter-spacing: .16em; line-height: 1.3; }
.eyebrow span { flex: 0 0 auto; width: 42px; height: 1px; background: currentColor; }
.hero h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(48px, 6.15vw, 88px); font-weight: 510; letter-spacing: -.055em; line-height: .99; text-wrap: balance; }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: #c4cee9; font-size: clamp(18px, 1.55vw, 22px); line-height: 1.58; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.button-row.centered { justify-content: center; }
.button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 58px; padding: 0 26px; border: 1px solid transparent; border-radius: 999px; font-weight: 680; font-size: 14px; overflow: hidden; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.button::before { content: ""; position: absolute; inset: 0; transform: translateX(-110%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent); transition: transform .6s; }
.button:hover::before { transform: translateX(110%); }
.button:hover { transform: translateY(-3px); }
.button-primary { background: linear-gradient(120deg, #087cff, #145edb); color: white; box-shadow: 0 15px 48px rgba(8,124,255,.24); }
.button-primary:hover { box-shadow: 0 18px 55px rgba(8,124,255,.38); }
.button-ghost { color: #eef4ff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.025); }
.button-ghost:hover { border-color: rgba(255,255,255,.5); }
.button-ink { color: white; background: var(--ink); box-shadow: 0 16px 42px rgba(5,9,31,.2); }
.button-light { color: #07102f; background: white; box-shadow: 0 18px 60px rgba(1,8,36,.25); }
.button-outline-light { border-color: rgba(255,255,255,.38); color: white; }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 40px; }
.hero-proof p { margin: 0; color: #8f9cbe; font-size: 13px; line-height: 1.4; }
.hero-proof strong { color: white; }
.proof-avatars { display: flex; }
.proof-avatars span { width: 32px; height: 32px; display: grid; place-items: center; margin-left: -7px; border: 2px solid var(--ink); border-radius: 50%; background: #15204c; color: var(--blue-2); font-size: 10px; font-weight: 800; }
.proof-avatars span:first-child { margin-left: 0; }
.hero-visual { position: relative; z-index: 2; translate: 0 var(--parallax-y, 0px); will-change: translate; }
.hero-frame { position: relative; width: min(100%, 465px); margin-left: auto; aspect-ratio: .82; overflow: visible; border-radius: 260px 260px 36px 36px; box-shadow: 0 40px 120px rgba(0,2,22,.65); transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transform-style: preserve-3d; transition: transform .18s ease-out; will-change: transform; }
.hero-frame::before { content: ""; position: absolute; z-index: -1; inset: -1px; border: 1px solid rgba(113,166,255,.32); border-radius: inherit; transform: translate(22px, -20px); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; border-radius: inherit; filter: saturate(.72) contrast(1.05) brightness(.75); }
.hero-frame-overlay { position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(180deg, rgba(5,9,31,.08), rgba(3,7,26,.58)), linear-gradient(90deg, rgba(0,41,131,.2), transparent); }
.floating-label { position: absolute; display: flex; align-items: center; gap: 12px; padding: 12px 18px; border: 1px solid rgba(128,177,255,.25); border-radius: 999px; background: linear-gradient(120deg, rgba(14,28,74,.86), rgba(5,11,38,.72)); backdrop-filter: blur(18px); box-shadow: 0 20px 60px rgba(0,3,24,.45), inset 0 1px rgba(255,255,255,.08); color: #dce7ff; font-size: 12px; white-space: nowrap; transform: translateZ(36px); }
.floating-label span { color: var(--blue-2); font-weight: 800; }
.floating-label i { width: 8px; height: 8px; border-radius: 50%; background: #39b8ff; box-shadow: 0 0 0 5px rgba(57,184,255,.1), 0 0 18px #39b8ff; }
.label-one { left: -70px; top: 30%; }
.label-two { right: -50px; bottom: 17%; }
.scroll-cue { position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; color: #6f7da4; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue span { width: 34px; height: 1px; background: var(--blue); animation: cue 1.8s ease-in-out infinite; transform-origin: left; }
@keyframes cue { 0%,100% { transform: scaleX(.35); opacity: .5; } 50% { transform: scaleX(1); opacity: 1; } }
@keyframes fallback-drift { to { transform: rotate(9deg) scale(1.04); } }
@keyframes fallback-node { 0%,100% { transform: translate(0,0) scale(.8); opacity: .55; } 50% { transform: translate(310px,-155px) scale(1.1); opacity: 1; } }

.stats-band { position: relative; z-index: 4; border-block: 1px solid var(--line); background: #08102f; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid article { position: relative; min-height: 174px; display: flex; flex-direction: column; justify-content: center; padding: 32px clamp(18px, 3vw, 40px); border-right: 1px solid var(--line); }
.stats-grid article:first-child { border-left: 1px solid var(--line); }
.stats-grid strong { color: white; font-size: clamp(34px, 4vw, 55px); font-weight: 520; letter-spacing: -.04em; }
.stats-grid span { color: #8593ba; font-size: 13px; }
.section-heading { max-width: 780px; margin-bottom: 65px; }
.section-heading h2, .split-copy h2, .clients-copy h2, .about-layout h2 { margin-bottom: 24px; font-size: clamp(38px, 5vw, 68px); font-weight: 510; line-height: 1.06; letter-spacing: -.045em; text-wrap: balance; }
.section-heading > p:last-child, .split-copy > p, .clients-copy > p { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: clamp(17px, 1.7vw, 20px); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 340px; display: flex; flex-direction: column; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(23,35,89,.58), rgba(8,15,48,.5)); transform: perspective(800px) rotateX(var(--card-x, 0deg)) rotateY(var(--card-y, 0deg)) translateY(var(--card-lift, 0px)); transform-style: preserve-3d; transition: transform .22s ease-out, border-color .35s, background .35s; }
.service-card:hover { --card-lift: -8px; border-color: rgba(70,149,255,.65); background: linear-gradient(145deg, rgba(25,59,135,.58), rgba(8,15,48,.75)); }
.card-index { margin-bottom: auto; color: #64739c; font-size: 11px; letter-spacing: .16em; }
.card-orbit { position: absolute; width: 190px; aspect-ratio: 1; right: -90px; top: -80px; border: 1px solid rgba(68,145,255,.22); border-radius: 50%; transition: transform .5s; }
.card-orbit::after { content: ""; position: absolute; inset: 30px; border: 1px solid rgba(68,145,255,.16); border-radius: 50%; }
.service-card:hover .card-orbit { transform: scale(1.18) rotate(20deg); }
.service-card h3 { max-width: 250px; margin: 48px 0 14px; font-size: 24px; font-weight: 580; line-height: 1.15; }
.service-card p { margin-bottom: 28px; color: #99a6c8; font-size: 14px; line-height: 1.55; }
.card-link { margin-top: auto; color: #dbe6ff; font-size: 12px; }
.card-link b { float: right; color: var(--blue-2); font-size: 18px; }
.center-action { display: flex; justify-content: center; margin-top: 50px; }

.pain-section { border-radius: 50px 50px 0 0; }
.dark-heading .eyebrow { color: #096fed; }
.dark-heading > p:last-child { color: #526080; }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pain-card { min-height: 300px; padding: 28px; border: 1px solid #dbe4f5; border-radius: 20px; background: rgba(255,255,255,.7); box-shadow: 0 18px 50px rgba(44,69,130,.06); transition: transform .3s, box-shadow .3s; }
.pain-card:hover { transform: translateY(-6px); box-shadow: 0 25px 70px rgba(44,69,130,.13); }
.pain-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 52px; border-radius: 16px; background: white; color: var(--blue); box-shadow: 0 10px 30px rgba(15,70,170,.14); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.pain-card h3 { margin-bottom: 12px; font-size: 20px; line-height: 1.18; }
.pain-card p { margin: 0; color: #5b6680; font-size: 14px; }

.split-section { background: linear-gradient(180deg, #05091f, #071034); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.split-media { position: relative; }
.split-media::before { content: ""; position: absolute; inset: -25px 80px 50px -25px; border: 1px solid rgba(81,146,255,.25); border-radius: 36px; }
.split-media img { position: relative; width: 100%; aspect-ratio: .9; object-fit: cover; border-radius: 32px; filter: saturate(.75) contrast(1.04); box-shadow: var(--shadow); }
.media-badge { position: absolute; right: -35px; bottom: 30px; min-width: 210px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(8,16,48,.82); backdrop-filter: blur(15px); box-shadow: var(--shadow); }
.media-badge strong, .media-badge span { display: block; }
.media-badge strong { margin-bottom: 5px; }
.media-badge span { color: var(--muted); font-size: 12px; }
.split-copy > p { margin-bottom: 34px; }
.mini-list { display: grid; gap: 20px; margin-bottom: 38px; }
.mini-list article { display: grid; grid-template-columns: 34px 1fr; gap: 14px; }
.mini-list i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(57,139,255,.38); border-radius: 50%; background: rgba(8,124,255,.12); color: var(--blue-2); font-style: normal; font-size: 13px; }
.mini-list h3 { margin-bottom: 4px; font-size: 16px; }
.mini-list p { margin: 0; color: #8795bb; font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.3); font-weight: 650; }
.text-link span { color: var(--blue-2); }

.workflow-section { background: #060b26; }
.workflow-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(35px, 7vw, 90px); align-items: center; }
.workflow-image { position: relative; translate: 0 var(--parallax-y, 0px); will-change: translate; }
.workflow-image img { width: 100%; aspect-ratio: 1.05; object-fit: cover; border-radius: 28px; filter: saturate(.75); }
.anniversary-seal { position: absolute; right: -28px; bottom: -32px; width: 144px; height: 144px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(132,194,255,.42); border-radius: 50%; color: white; background: radial-gradient(circle at 38% 28%, rgba(34,120,239,.7), rgba(5,14,48,.92) 62%); box-shadow: 0 22px 65px rgba(0,4,30,.55), inset 0 0 35px rgba(40,142,255,.2), 0 0 0 9px rgba(17,98,220,.07); backdrop-filter: blur(18px); }
.anniversary-seal::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.17); border-radius: inherit; }
.anniversary-seal strong { position: relative; font-size: 48px; font-weight: 520; line-height: .86; letter-spacing: -.07em; }
.seal-since { position: relative; margin-bottom: 8px; color: #8bc6ff; font-size: 8px; font-weight: 800; letter-spacing: .22em; }
.seal-years { position: relative; margin-top: 7px; font-size: 9px; font-weight: 800; letter-spacing: .3em; }
.anniversary-seal i { position: absolute; width: 10px; height: 10px; left: 4px; top: 50%; border-radius: 50%; background: #48c7ff; box-shadow: 0 0 18px #48c7ff; animation: seal-orbit 8s linear infinite; transform-origin: 68px 0; }
@keyframes seal-orbit { to { transform: rotate(360deg); } }
.workflow-list { counter-reset: workflow; }
.workflow-list article { position: relative; display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.workflow-list article > span { position: relative; width: 42px; height: 42px; border: 1px solid rgba(81,152,255,.35); border-radius: 50%; }
.workflow-list article > span::after { content: ""; position: absolute; inset: 12px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 25px var(--blue); }
.workflow-list h3 { margin-bottom: 8px; font-size: 22px; }
.workflow-list p { margin: 0; color: #909dc0; font-size: 14px; }

.clients-section { background: linear-gradient(135deg, #f7faff, #e8effd); }
.clients-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 100px); align-items: center; }
.clients-copy .eyebrow { color: #0871ec; }
.clients-copy > p { color: #586681; margin-bottom: 36px; }
.client-panel { position: relative; padding: 18px; border:1px solid rgba(20,88,180,.1); border-radius: 30px; background: rgba(255,255,255,.86); box-shadow: 0 35px 100px rgba(39,65,122,.16); backdrop-filter:blur(18px); }
.client-photo { overflow: hidden; border-radius: 20px; }
.client-photo { position:relative; }
.client-photo::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(4,11,38,.86),rgba(4,11,38,.12) 72%); }
.client-photo img { width: 100%; aspect-ratio: 2.25; object-fit: cover; filter: saturate(.62) contrast(1.05); }
.client-photo > div { position:absolute; z-index:2; left:clamp(20px,4vw,42px); top:50%; display:grid; gap:8px; max-width:330px; translate:0 -50%; }
.client-photo small { color:#70b8ff; font-size:8px; font-weight:800; letter-spacing:.18em; }
.client-photo strong { color:white; font-size:clamp(17px,2vw,24px); line-height:1.2; }
.logo-cloud { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding-top: 14px; }
.client-logo { position:relative; min-width:0; min-height:92px; display:flex; align-items:center; justify-content:center; gap:9px; padding:14px 10px; overflow:hidden; border:1px solid #dce6f5; border-radius:15px; background:linear-gradient(145deg,#fff,#f4f7fc); color:#3f4758; text-align:center; box-shadow:0 8px 25px rgba(25,62,120,.04); transition:transform .25s,border-color .25s,box-shadow .25s; }
.client-logo::before { content:""; position:absolute; inset:0; opacity:0; background:linear-gradient(135deg,rgba(8,124,255,.06),transparent 60%); transition:opacity .25s; }
.client-logo:hover { transform:translateY(-4px); border-color:rgba(8,124,255,.42); box-shadow:0 16px 32px rgba(25,75,150,.1); }
.client-logo:hover::before { opacity:1; }
.client-logo strong { position:relative; font-size:15px; line-height:1; letter-spacing:-.04em; }
.client-logo i { position:relative; flex:0 0 9px; width:9px; height:9px; border:2px solid #1681ef; border-radius:50%; }
.client-logo--herous strong { font-family:"Segoe Print","Bradley Hand",cursive; font-size:18px; font-style:italic; font-weight:700; }
.client-logo--wondero strong { font-size:17px; font-weight:800; letter-spacing:-.07em; }
.client-logo--corditas strong { font-size:19px; font-weight:500; }
.client-logo--finetreq strong { font-size:18px; font-weight:900; }
.client-logo--real-fire { color:#d72627; }
.client-logo--real-fire i { width:20px; height:9px; border:0; border-radius:0; background:linear-gradient(#e42b2b 0 28%,transparent 28% 38%,#e42b2b 38% 66%,transparent 66% 76%,#e42b2b 76%); transform:skewX(-20deg); }
.client-logo--real-fire strong { font-style:italic; font-weight:900; }
.client-logo--agyle-gas { color:#304b91; }
.client-logo--agyle-gas i { border-color:#7353a6; box-shadow:8px 6px 0 -4px #1e8db6,-7px 7px 0 -4px #7353a6; }
.client-logo--salvet { color:#b91f2b; }
.client-logo--salvet i { border-color:#c51f2e; box-shadow:7px 5px 0 -3px #c51f2e,-5px 7px 0 -3px #c51f2e; }
.client-logo--garage-imports { border-color:#202020; background:linear-gradient(145deg,#161616,#050505); color:#d6ae35; }
.client-logo--garage-imports i { border-color:#d6ae35; border-radius:2px 9px 2px 9px; transform:rotate(-12deg); }
.client-logo--garage-imports strong { font-size:12px; letter-spacing:.13em; text-transform:uppercase; }

.about-section { min-height: 760px; display: flex; align-items: center; background: radial-gradient(circle at 12% 50%, rgba(22,92,223,.17), transparent 30%), #05091f; }
.about-orbit { position: absolute; width: 520px; height: 520px; left: -290px; border: 1px solid rgba(56,133,255,.25); border-radius: 50%; box-shadow: 0 0 120px rgba(9,84,222,.13); }
.about-orbit::before, .about-orbit::after { content: ""; position: absolute; border: 1px solid rgba(56,133,255,.18); border-radius: 50%; }
.about-orbit::before { inset: 70px; }
.about-orbit::after { inset: 150px; }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 120px); }
.large-copy { margin-bottom: 50px; color: #bec8e2; font-size: clamp(20px, 2.2vw, 28px); line-height: 1.55; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 45px; background: var(--line); }
.timeline article { padding: 22px 18px; background: var(--ink); }
.timeline strong, .timeline span { display: block; }
.timeline strong { margin-bottom: 8px; color: var(--blue-2); font-size: 22px; }
.timeline span { color: #818eaf; font-size: 12px; line-height: 1.5; }

.final-cta { min-height: 650px; display: grid; place-items: center; text-align: center; background: linear-gradient(135deg, #076eec, #063ea9); }
.final-cta::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle, black, transparent 70%); }
.cta-shell { position: relative; z-index: 2; max-width: 880px; }
.cta-shell .eyebrow { justify-content: center; color: #cbe4ff; }
.cta-shell h2 { margin-bottom: 26px; font-size: clamp(42px, 6vw, 78px); font-weight: 520; line-height: 1.03; letter-spacing: -.05em; text-wrap: balance; }
.cta-shell > p { max-width: 650px; margin: 0 auto 35px; color: #dceaff; font-size: 19px; }
.cta-rings { position: absolute; inset: 0; opacity: .23; }
.cta-rings i { position: absolute; width: 520px; height: 520px; left: 50%; top: 50%; border: 1px solid white; border-radius: 50%; transform: translate(-50%,-50%); }
.cta-rings i:nth-child(2) { transform: translate(-74%,-50%); }
.cta-rings i:nth-child(3) { transform: translate(-26%,-50%); }

.site-footer { padding: 80px 0 28px; background: #020514; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 50px; padding-bottom: 70px; }
.footer-brand img { width: 175px; height: auto; margin-bottom: 24px; filter: drop-shadow(0 0 18px rgba(75,145,255,.12)); }
.footer-brand p { max-width: 270px; color: #7885a7; font-size: 13px; }
.footer-label { margin-bottom: 20px; color: #647297; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-grid a, .footer-grid > div:not(.footer-brand) > p:not(.footer-label) { margin: 0; color: #b1bdd9; font-size: 13px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.08); color: #5f6c8f; font-size: 11px; }
.footer-signature { display:flex; align-items:center; flex-wrap:wrap; justify-content:flex-end; gap:10px 18px; }
.eggys-credit { position:relative; display:inline-flex; align-items:center; gap:6px; width:max-content; max-width:100%; color:#647396 !important; font-size:8px !important; font-weight:500; letter-spacing:.08em; line-height:1.35; text-transform:uppercase; transition:color .25s,transform .25s,text-shadow .25s; }
.eggys-credit::after { content:""; position:absolute; left:14px; right:0; bottom:-5px; height:1px; background:linear-gradient(90deg,transparent,#208fff 25%,#70c4ff 55%,transparent); opacity:.24; transform:scaleX(.45); transform-origin:left; transition:opacity .3s,transform .3s; }
.eggys-credit i { width:6px; height:6px; flex:0 0 6px; border:1px solid #248fff; border-radius:50%; background:#071632; box-shadow:0 0 0 3px rgba(31,139,255,.06),0 0 9px rgba(31,139,255,.38); animation:eggys-pulse 2.8s ease-in-out infinite; }
.eggys-credit b { color:#8296be; font-weight:750; letter-spacing:.1em; transition:color .25s; }
.eggys-credit em { color:#328fff; font-size:9px; font-style:normal; opacity:.7; transition:transform .25s,opacity .25s; }
.eggys-credit:hover { color:#99add0 !important; transform:translateY(-1px); text-shadow:0 0 16px rgba(44,145,255,.25); }
.eggys-credit:hover::after { opacity:.65; transform:scaleX(1); }
.eggys-credit:hover b { color:#d4e5ff; }.eggys-credit:hover em { opacity:1; transform:translate(2px,-1px); }
@keyframes eggys-pulse { 0%,100% { opacity:.55; box-shadow:0 0 0 3px rgba(31,139,255,.05),0 0 7px rgba(31,139,255,.25); } 50% { opacity:1; box-shadow:0 0 0 5px rgba(31,139,255,.07),0 0 13px rgba(31,139,255,.55); } }
.floating-whatsapp { position:fixed; z-index:90; right:0; bottom:clamp(86px,12vh,132px); width:58px; min-height:58px; display:flex; align-items:center; gap:11px; overflow:hidden; padding:8px 10px; border:1px solid rgba(106,155,232,.25); border-right:0; border-radius:18px 0 0 18px; background:linear-gradient(135deg,rgba(8,21,59,.94),rgba(5,13,40,.97)); color:#fff; backdrop-filter:blur(16px); box-shadow:-14px 18px 45px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.04); transition:width .34s cubic-bezier(.2,.75,.25,1),opacity .3s,transform .34s cubic-bezier(.2,.75,.25,1),border-color .25s,box-shadow .25s; }
.floating-whatsapp.is-hidden { opacity:0; pointer-events:none; transform:translateX(calc(100% + 12px)); }
.floating-whatsapp:not(.is-hidden):hover,.floating-whatsapp:not(.is-hidden):focus-visible,.floating-whatsapp.is-peeking { width:218px; border-color:rgba(55,213,133,.36); box-shadow:-20px 22px 60px rgba(0,0,0,.3),-5px 0 30px rgba(28,202,116,.1),inset 0 1px 0 rgba(255,255,255,.05); }
.floating-whatsapp span { flex:0 0 40px; width:40px; height:40px; display:grid; place-items:center; border-radius:13px; background:linear-gradient(145deg,#20cf79,#0cae60); color:white; box-shadow:0 9px 22px rgba(15,187,103,.28); }
.floating-whatsapp span svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:1.65; stroke-linecap:round; stroke-linejoin:round; }
.floating-whatsapp b { min-width:112px; display:grid; gap:2px; opacity:0; transform:translateX(8px); transition:opacity .22s,transform .3s; }
.floating-whatsapp b small,.floating-whatsapp b strong { display:block; white-space:nowrap; }.floating-whatsapp b small { color:#6f83ad; font-size:7px; letter-spacing:.13em; }.floating-whatsapp b strong { color:#f4f8ff; font-size:12px; }
.floating-whatsapp em { margin-left:auto; color:#38d786; font-size:12px; font-style:normal; opacity:0; transform:translateX(6px); transition:opacity .2s,transform .3s; }
.floating-whatsapp:hover b,.floating-whatsapp:focus-visible b,.floating-whatsapp.is-peeking b,.floating-whatsapp:hover em,.floating-whatsapp:focus-visible em,.floating-whatsapp.is-peeking em { opacity:1; transform:translateX(0); }
.floating-whatsapp:focus-visible { outline:2px solid #5cb8ff; outline-offset:4px; }

[data-reveal] { transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.split-media, .client-panel, .about-orbit, .cta-rings { translate: 0 var(--parallax-y, 0px); will-change: translate; }
.js [data-reveal]:not(.is-visible) { opacity: 0; transform: translateY(34px); }
.no-js [data-reveal] { opacity: 1; transform: none; }
.legal-page { color: #17203d; background: #f5f8ff; }
.legal-header { width: min(900px, calc(100% - 40px)); margin: 0 auto; min-height: 100px; display: flex; align-items: center; justify-content: space-between; }
.legal-header img { width: 120px; filter: invert(1); }
.legal-header > a:last-child { color: #075fd1; font-size: 14px; }
.legal-content { width: min(760px, calc(100% - 40px)); margin: 80px auto 120px; }
.legal-content .eyebrow { color: #075fd1; }
.legal-content h1 { margin-bottom: 35px; font-size: clamp(45px, 7vw, 74px); line-height: 1; letter-spacing: -.05em; }
.legal-content h2 { margin: 48px 0 12px; font-size: 25px; }
.legal-content p { color: #53607b; font-size: 17px; }
.legal-footer { width:min(900px,calc(100% - 40px)); display:flex; justify-content:center; margin:0 auto; padding:24px 0 38px; border-top:1px solid #dbe4f2; }.legal-footer .eggys-credit { color:#7c8ba8 !important; }.legal-footer .eggys-credit b { color:#526887; }

@media (max-width: 1050px) {
    :root { --shell: min(100% - 36px, 900px); }
    .main-nav, .header-cta { display: none; }
    .nav-toggle { display: block; }
    .main-nav.open { position: absolute; display: flex; flex-direction: column; align-items: stretch; gap: 0; top: 72px; left: 18px; right: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(5,9,31,.96); box-shadow: var(--shadow); }
    .main-nav.open a { padding: 14px; border-bottom: 1px solid rgba(255,255,255,.07); }
    .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
    .hero { min-height: auto; padding-top: 135px; }
    .hero-grid { grid-template-columns: 1fr .75fr; gap: 35px; }
    .hero h1 { font-size: clamp(48px, 7vw, 70px); }
    .label-one { left: -30px; }
    .label-two { right: -15px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .pain-grid { grid-template-columns: repeat(2, 1fr); }
    .clients-layout { grid-template-columns: 1fr; }
    .clients-copy { max-width: 700px; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
    :root { --shell: calc(100% - 32px); --radius: 22px; }
    html { scroll-padding-top: 72px; }
    .site-header { height: 82px; background: rgba(5,9,31,.72); backdrop-filter: blur(16px); }
    .brand { width: 112px; height: 64px; }
    .hero { min-height: auto; padding: 118px 0 78px; }
    .hero::before { background-size: 48px 48px; }
    .orbit-canvas { inset: 0; width: 100%; opacity: .45; }
    .orbit-fallback { top: 12%; right: -38%; width: 105vw; }
    .hero-grid { display: flex; flex-direction: column; align-items: stretch; }
    .hero-copy { max-width: none; }
    .hero h1 { max-width: 620px; font-size: clamp(45px, 14vw, 68px); }
    .hero-lead { font-size: 17px; }
    .button-row { align-items: stretch; }
    .button { flex: 1 1 100%; }
    .hero-proof { margin-top: 28px; }
    .hero-visual { margin-top: 20px; }
    .hero-frame { width: calc(100% - 18px); max-width: 520px; margin-inline: auto; aspect-ratio: 1.08; border-radius: 180px 180px 26px 26px; }
    .hero-frame img { object-position: center 35%; }
    .label-one { left: -6px; top: 24%; }
    .label-two { right: -6px; bottom: 9%; }
    .scroll-cue { display: none; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid article { min-height: 130px; border-bottom: 1px solid var(--line); }
    .stats-grid strong { font-size: 36px; }
    .section { padding: 88px 0; }
    .section-heading { margin-bottom: 40px; }
    .section-heading h2, .split-copy h2, .clients-copy h2, .about-layout h2 { font-size: clamp(37px, 11vw, 54px); }
    .section-heading > p:last-child, .split-copy > p, .clients-copy > p { font-size: 16px; }
    .service-grid, .pain-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 300px; }
    .pain-section { border-radius: 30px 30px 0 0; }
    .pain-card { min-height: 245px; }
    .pain-icon { margin-bottom: 35px; }
    .split-grid, .workflow-grid, .about-layout { grid-template-columns: 1fr; }
    .split-media img { aspect-ratio: 1.15; }
    .media-badge { right: 10px; bottom: -22px; }
    .split-copy { margin-top: 26px; }
    .workflow-image img { aspect-ratio: 1.35; }
    .anniversary-seal { right: 10px; bottom: -34px; width: 112px; height: 112px; }
    .anniversary-seal strong { font-size: 38px; }
    .anniversary-seal i { transform-origin: 52px 0; }
    .workflow-list article { grid-template-columns: 48px 1fr; }
    .logo-cloud { grid-template-columns: repeat(2, 1fr); }
    .client-panel { padding: 12px; }
    .client-photo img { aspect-ratio: 1.35; }
    .about-section { min-height: 0; }
    .timeline { grid-template-columns: 1fr; background: transparent; }
    .timeline article { border-bottom: 1px solid var(--line); padding-inline: 0; }
    .final-cta { min-height: 620px; }
    .cta-shell h2 { font-size: clamp(42px, 12vw, 62px); }
    .cta-shell > p { font-size: 16px; }
    .cta-rings i { width: 440px; height: 440px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
    .floating-whatsapp { right:0; bottom:max(76px,calc(env(safe-area-inset-bottom) + 62px)); }
}

@media (max-width: 420px) {
    .hero h1 { font-size: 43px; }
    .eyebrow { font-size: 10px; }
    .floating-label { padding: 10px 13px; font-size: 10px; }
    .stats-grid article { padding: 24px 16px; }
    .stats-grid span { font-size: 11px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:last-child { grid-column: auto; }
    .preview-bar { flex-direction: column; gap: 2px; border-radius: 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; }
    .orbit-canvas { opacity: .7; }
    [data-reveal] { opacity: 1 !important; transform: none !important; }
}

@media (forced-colors: active) { .button, .header-cta, .service-card, .pain-card { border: 1px solid ButtonText; } }

/* Carregamento, mapa de contato e acabamento multitelas */
.site-loader { position:fixed; z-index:1000; inset:0; display:grid; place-content:center; justify-items:center; gap:16px; background:#030618; opacity:1; visibility:visible; transition:opacity .4s ease,visibility .4s ease; }
.no-js .site-loader { display:none; }
.site-loader.is-hidden { opacity:0; visibility:hidden; pointer-events:none; }
.site-loader span { width:54px; height:54px; border:1px solid rgba(83,162,255,.25); border-top-color:#68bdff; border-radius:50%; animation:site-spin .9s linear infinite; box-shadow:0 0 55px rgba(8,124,255,.2); }
.site-loader b { color:#8fbff6; font-size:10px; letter-spacing:.32em; }
@keyframes site-spin { to { transform:rotate(360deg); } }
.contact-map-section { position:relative; padding:clamp(80px,10vw,140px) 0; overflow:hidden; background:radial-gradient(circle at 76% 38%,rgba(8,124,255,.16),transparent 30%),#04081d; }
.contact-map-section::before { content:""; position:absolute; inset:0; pointer-events:none; background-image:linear-gradient(rgba(72,126,226,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(72,126,226,.045) 1px,transparent 1px); background-size:62px 62px; mask-image:linear-gradient(90deg,transparent,black 45%,black); }
.contact-map-shell { position:relative; display:grid; grid-template-columns:.78fr 1.22fr; align-items:center; gap:clamp(40px,7vw,96px); }
.map-copy h2 { max-width:560px; margin:0 0 24px; font-size:clamp(42px,5vw,70px); font-weight:510; line-height:1.02; letter-spacing:-.05em; text-wrap:balance; }
.map-copy > p:not(.eyebrow) { max-width:520px; color:#8f9cbe; font-size:17px; }
.map-copy address { display:grid; gap:7px; margin:34px 0 28px; padding:22px 0 22px 24px; border-left:2px solid var(--blue); font-style:normal; }
.map-copy address small { color:#5daaff; font-size:9px; font-weight:800; letter-spacing:.18em; }
.map-copy address strong { max-width:430px; color:#edf4ff; font-size:17px; line-height:1.5; }
.map-copy .button { width:max-content; }
.luxury-map { position:relative; min-width:0; }
.map-frame { position:relative; aspect-ratio:1.35; overflow:hidden; border:1px solid rgba(104,174,255,.3); border-radius:32px; background:#07102e; box-shadow:0 40px 100px rgba(0,2,20,.5),0 0 0 10px rgba(25,80,170,.04); }
.map-frame::after { content:""; position:absolute; inset:0; pointer-events:none; box-shadow:inset 0 0 30px rgba(4,18,55,.12); }
.map-frame iframe { width:100%; height:100%; border:0; filter:saturate(.92) contrast(1.02) brightness(1.08); }
.service-card, .pain-card, .stats-grid article, .workflow-list article, .timeline article { min-width:0; overflow-wrap:anywhere; }

@media (max-width:1050px) {
    .contact-map-shell { grid-template-columns:1fr; }
    .map-copy { max-width:720px; }
    .luxury-map { width:calc(100% - 18px); margin-left:18px; }
}

@media (max-width:760px) {
    body.nav-open { overflow:hidden; }
    .main-nav.open { max-height:calc(100svh - 92px); overflow:auto; overscroll-behavior:contain; }
    .contact-map-section { padding:82px 0; }
    .map-copy h2 { font-size:clamp(40px,12vw,58px); }
    .map-copy > p:not(.eyebrow) { font-size:16px; }
    .luxury-map { width:100%; margin:10px 0 0; }
    .map-frame { aspect-ratio:.92; border-radius:24px; }
    .floating-whatsapp { right:0; bottom:max(76px,calc(env(safe-area-inset-bottom) + 62px)); }
    .service-card { min-height:0; }
}

@media (max-width:420px) {
    .map-copy address { margin-block:28px 24px; padding:18px 0 18px 18px; }
    .map-copy .button { width:100%; }
    .map-frame { aspect-ratio:.82; }
    .floating-label { max-width:78%; white-space:normal; }
}

@media (hover:none) {
    .service-card:hover { --card-lift:0px; }
}

@media (prefers-reduced-motion:reduce) {
    .site-loader span { animation-duration:1.8s; }
}

/* Vitrine das ferramentas gratuitas */
.tools-preview { padding:clamp(90px,11vw,150px) 0; }
.tools-preview-heading { display:flex; align-items:end; justify-content:space-between; gap:45px; margin-bottom:48px; }
.tools-preview-heading > div { max-width:780px; }
.tools-preview-heading h2 { margin:0; font-size:clamp(42px,5.3vw,70px); font-weight:520; line-height:1.01; letter-spacing:-.055em; }
.tools-preview-heading .button { flex:0 0 auto; }
.tools-preview-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.tools-preview-grid a { min-height:235px; display:flex; flex-direction:column; padding:25px; border:1px solid #d5dfef; border-radius:20px; background:white; box-shadow:0 20px 55px rgba(19,49,102,.07); transition:transform .25s,border-color .25s,box-shadow .25s; }
.tools-preview-grid a:hover { transform:translateY(-7px); border-color:#5b9ff0; box-shadow:0 28px 65px rgba(19,68,149,.13); }
.tools-preview-grid small { color:#2185ee; font-weight:800; }
.tools-preview-grid strong { margin:auto 0 16px; font-size:20px; line-height:1.15; }
.tools-preview-grid span { color:#66718d; font-size:10px; line-height:1.5; }
@media (max-width:980px) { .tools-preview-grid { grid-template-columns:1fr 1fr; } }
@media (max-width:760px) { .tools-preview-heading { align-items:stretch; flex-direction:column; }.tools-preview-heading .button { width:100%; }.tools-preview-grid a { min-height:190px; } }
@media (max-width:440px) { .tools-preview-grid { grid-template-columns:1fr; }.tools-preview-grid a { min-height:160px; } }
