@font-face { font-family: "Barlow"; src: url("fonts/barlow-regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("fonts/barlow-semibold.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("fonts/barlow-bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("fonts/barlow-black.ttf") format("truetype"); font-weight: 900; font-display: swap; }

:root {
  --black: #050505;
  --black-soft: #0c0c0c;
  --white: #fff;
  --off-white: #f3f0ed;
  --red: #b50000;
  --red-bright: #e00000;
  --line: rgba(255,255,255,.12);
  --container: min(1180px, calc(100vw - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 82px; }
body { max-width: 100%; margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: "Barlow", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body, button, input, select { font-family: "Barlow", Arial, sans-serif; }
h1, h2, h3, p, figure { margin-block-start: 0; margin-block-end: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select { font: inherit; }
::selection { background: var(--red); color: white; }
:focus-visible { outline: 2px solid var(--red-bright); outline-offset: 4px; }

.container { width: var(--container); margin: 0 auto; }
.section-dark { background: var(--black); color: white; }
.section-light { background: var(--off-white); color: var(--black); }
.section-red { background: var(--red); color: white; }
.kicker, .eyebrow { display: flex; align-items: center; gap: 10px; color: #716d6b; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.kicker-red { color: #e02020; }
.kicker-white { color: rgba(255,255,255,.68); }
h2 em { color: var(--red); font-style: normal; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(5,5,5,.9); backdrop-filter: blur(18px); }
.brand-link, .brand-link img { width: 146px; }
.brand-link img { height: 52px; object-fit: contain; object-position: left center; }
.brand-link { animation: brand-arrive .8s cubic-bezier(.2,.7,.2,1) both; }
.nav-links { display: flex; align-items: center; gap: 32px; color: #959191; font-size: 13px; }
.nav-links a { transition: color .2s; }
.nav-links a:hover { color: white; }
.header-cta { justify-self: end; min-height: 42px; display: inline-flex; align-items: center; gap: 16px; padding: 0 18px; border: 1px solid #383535; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: border-color .2s, background .2s; }
.header-cta:hover { border-color: var(--red); background: var(--red); }
.header-cta svg, .button svg, .text-link svg, .ecosystem-card svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-button { display: none; }

.hero { position: relative; min-height: 100vh; padding-top: 72px; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.hero-glow { position: absolute; width: 720px; height: 720px; right: -190px; top: -80px; border-radius: 50%; background: rgba(181,0,0,.19); filter: blur(115px); animation: breathe 6s ease-in-out infinite; }
.hero-layout { position: relative; z-index: 2; min-height: clamp(610px, calc(100vh - 164px), 720px); display: grid; grid-template-columns: .94fr 1.06fr; gap: 64px; align-items: center; padding: 52px 0 36px; }
.eyebrow { color: #ccc7c7; }
.eyebrow span { width: 28px; height: 2px; background: var(--red-bright); }
.hero-copy h1 { max-width: 650px; margin: 20px 0 17px; font-size: clamp(52px, 5vw, 72px); line-height: .94; letter-spacing: -.045em; font-weight: 400; }
.hero-copy h1 em { color: #777373; font-style: normal; }
.hero-copy h1 strong { display: block; margin-top: 7px; font-weight: 900; }
.hero-copy > p { margin: 0; color: #aaa6a6; font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 23px; padding: 0 24px; border: 0; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: var(--red-bright); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid rgba(255,255,255,.3); color: #d2cece; font-size: 13px; }
.dark-link { margin-top: 26px; border-color: #999; color: var(--black); }

.hero-showcase { position: relative; min-height: 500px; perspective: 1000px; }
.hero-screen { position: absolute; z-index: 2; width: 91%; right: 0; top: 40px; aspect-ratio: 1.18; overflow: hidden; clip-path: polygon(8% 0, 100% 0, 100% 91%, 91% 100%, 0 100%, 0 8%); box-shadow: 0 45px 110px rgba(0,0,0,.55); transform: rotateY(-4deg); }
.hero-screen:after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 48%, rgba(181,0,0,.15)); }
.hero-screen img { width: 100%; height: 100%; object-fit: cover; animation: image-breathe 13s ease-in-out infinite alternate; }
.hero-device { position: absolute; z-index: 5; width: 34%; height: auto; aspect-ratio: auto; left: -3%; bottom: 6px; object-fit: contain; filter: drop-shadow(0 30px 25px rgba(0,0,0,.6)); animation: float-device 5.5s ease-in-out infinite; }
.live-chip { position: absolute; z-index: 6; right: -6px; top: 18px; display: flex; align-items: center; gap: 9px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.16); background: rgba(5,5,5,.78); backdrop-filter: blur(12px); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.live-chip span { width: 8px; height: 8px; border-radius: 50%; background: #2ae075; box-shadow: 0 0 0 5px rgba(42,224,117,.12); animation: live-pulse 1.8s ease-in-out infinite; }
.hero-metrics { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1180px; margin: 0 auto; border-top: 1px solid var(--line); }
.hero-metrics > div { min-height: 92px; display: flex; align-items: baseline; gap: 12px; padding: 20px 27px; border-right: 1px solid var(--line); }
.hero-metrics > div:first-child { border-left: 1px solid var(--line); }
.hero-metrics strong { color: var(--red-bright); font-size: 27px; white-space: nowrap; animation: metric-pulse 4.8s ease-in-out infinite; }
.hero-metrics > div:nth-child(2) strong { animation-delay: -.9s; }
.hero-metrics > div:nth-child(3) strong { animation-delay: -1.8s; }
.hero-metrics > div:nth-child(4) strong { animation-delay: -2.7s; }
.hero-metrics span { color: #777474; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.client-marquee { padding: 30px 0 34px; overflow: hidden; background: white; color: var(--black); }
.client-marquee > p { margin: 0 0 25px; color: #8b8785; text-align: center; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.client-window { overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent); }
.client-rail { width: max-content; display: flex; align-items: stretch; gap: 12px; animation: client-scroll 28s linear infinite; }
.client-mark { width: 210px; min-height: 76px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1px; padding: 12px; border: 1px solid #dedad7; background: #f7f5f3; line-height: .95; text-align: center; }
.client-mark img { width: 100%; height: 52px; object-fit: contain; }
.client-mark strong { font-size: 22px; font-weight: 900; letter-spacing: -.04em; }
.client-mark span { color: #817d7a; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.mark-1 strong { font-size: 14px; letter-spacing: .05em; }
.mark-1 span { color: var(--red); font-size: 18px; letter-spacing: -.03em; }
.mark-2 strong, .mark-4 strong { font-style: italic; }
.mark-3 strong { color: var(--red); font-size: 28px; }
.mark-5 strong { letter-spacing: .08em; }
.mark-2 { padding: 0; border-color: #052b86; background: #052b86; }
.mark-2 img { height: 74px; object-fit: cover; }
.mark-3 { background: white; }
.mark-4 { padding: 0 12px; background: #08264d; }
.mark-4 img { height: 74px; }

.visual-story { padding: 120px 0 135px; overflow: hidden; }
.story-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 52px; }
.story-heading h2, .compact-heading h2, .partner-copy h2, .method-content h2, .proof-copy h2, .diagnosis-copy h2 { margin: 14px 0 0; font-size: clamp(50px, 5vw, 72px); line-height: .94; letter-spacing: -.045em; }
.story-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 320px 300px; gap: 18px; }
.story-card { position: relative; overflow: hidden; background: #0b0b0b; color: white; }
.story-wide { grid-column: 1; grid-row: 1 / span 2; }
.story-tall { grid-column: 2; grid-row: 1; }
.story-card img { width: 100%; height: 100%; object-fit: cover; animation: story-drift 13s ease-in-out infinite alternate; transition: filter .5s; }
.story-card:nth-child(2) img { animation-delay: -4s; animation-direction: alternate-reverse; }
.story-card:nth-child(3) img { animation-delay: -8s; }
.story-card:hover img { animation-play-state: paused; filter: brightness(.82); }
.story-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.88), transparent 56%); }
.story-card > div { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; display: grid; grid-template-columns: 34px 1fr auto; align-items: end; gap: 12px; }
.story-card span { color: var(--red-bright); font-size: 11px; font-weight: 700; }
.story-card h3 { margin: 0; font-size: 30px; }
.story-card small { color: #b9b4b4; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.partner-section { padding: 140px 0; overflow: hidden; }
.partner-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.partner-collage { position: relative; min-height: 580px; }
.partner-main-image { position: absolute; inset: 0 11% 7% 0; width: 89%; height: 93%; object-fit: cover; clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%); animation: collage-drift 14s ease-in-out infinite alternate; }
.partner-card-image { position: absolute; z-index: 3; width: 46%; right: 0; bottom: 0; box-shadow: 0 25px 70px rgba(0,0,0,.5); animation: float-card 7s ease-in-out infinite; }
.partner-badge-image { position: absolute; z-index: 2; width: 39%; right: 4%; top: -2%; box-shadow: 0 25px 70px rgba(0,0,0,.42); animation: float-badge 6.4s ease-in-out infinite; }
.partner-copy h2 em { color: #777; }
.partner-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 34px 0; }
.partner-pills span { padding: 10px 14px; border: 1px solid #343131; color: #aaa5a5; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

.ecosystem-section { padding: 125px 0 140px; }
.compact-heading { margin-bottom: 52px; }
.ecosystem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d1cdca; border-left: 1px solid #d1cdca; }
.ecosystem-card { position: relative; min-height: 190px; display: grid; grid-template-columns: 34px 1fr 26px; gap: 15px; align-items: center; overflow: hidden; padding: 26px; border-right: 1px solid #d1cdca; border-bottom: 1px solid #d1cdca; transition: background .25s, color .25s; }
.ecosystem-card:after { content: ""; position: absolute; left: -45%; bottom: 0; width: 42%; height: 2px; background: var(--red); animation: speed-scan 5.5s ease-in-out infinite; animation-delay: var(--delay, 0ms); }
.ecosystem-card:hover { background: var(--black); color: white; }
.ecosystem-card > span { align-self: start; color: var(--red); font-size: 11px; font-weight: 700; }
.ecosystem-card h3 { margin: 0 0 7px; font-size: 25px; }
.ecosystem-card p { margin: 0; color: #817d7a; font-size: 12px; }
.ecosystem-card svg { transition: transform .25s; }
.ecosystem-card:hover svg { transform: translateX(5px); }

.method-section { min-height: 740px; display: flex; align-items: center; overflow: hidden; }
.method-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; padding: 100px 0; }
.method-device { position: relative; height: 540px; display: grid; place-items: center; }
.method-device img { position: relative; z-index: 3; width: 72%; filter: drop-shadow(0 35px 30px rgba(50,0,0,.38)); animation: float-device 5.5s ease-in-out infinite; }
.method-ring { position: absolute; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; animation: ring-pulse 4s ease-in-out infinite; }
.ring-one { width: 390px; height: 390px; }
.ring-two { width: 510px; height: 510px; animation-delay: -2s; }
.method-content h2 em { color: rgba(255,255,255,.52); }
.stage-list { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.28); }
.stage-list > div { position: relative; min-height: 72px; display: grid; grid-template-columns: 48px 1fr; align-items: center; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.28); }
.stage-list > div:after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 2px; background: white; transform: scaleX(0); transform-origin: left; animation: stage-line 4.8s ease-in-out infinite; animation-delay: var(--delay, 0ms); }
.stage-list span { color: rgba(255,255,255,.54); font-size: 11px; }
.stage-list strong { font-size: 22px; }

.gallery-section { padding: 120px 0 130px; overflow: hidden; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 44px; }
.gallery-heading h2 { max-width: 650px; margin: 0; font-size: clamp(42px, 4vw, 62px); line-height: .96; letter-spacing: -.04em; }
.gallery-window { overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent); }
.gallery-rail { width: max-content; display: flex; gap: 16px; padding: 10px 0 28px; animation: gallery-scroll 38s linear infinite; }
.gallery-rail figure { width: 330px; height: 390px; margin: 0; overflow: hidden; border: 1px solid #242222; background: #0e0e0e; }
.gallery-rail figure:nth-child(3n+2) { height: 330px; margin-top: 38px; }
.gallery-rail img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-rail figure:hover img { transform: scale(1.04); }
.gallery-window:hover .gallery-rail, .client-window:hover .client-rail { animation-play-state: paused; }

.proof-section { padding: 140px 0; overflow: hidden; }
.proof-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: center; }
.proof-stack { position: relative; min-height: 620px; }
.proof-stack > img { position: absolute; width: 53%; height: auto; aspect-ratio: 4 / 5; object-fit: contain; background: white; box-shadow: 0 30px 80px rgba(45,25,20,.18); will-change: transform; }
.proof-stack > img:first-child { left: 1%; top: 18px; animation: post-float-left 6.8s ease-in-out infinite; }
.proof-stack > img:nth-child(2) { right: 1%; bottom: 18px; animation: post-float-right 7.2s ease-in-out infinite; }
.proof-stamp { position: absolute; z-index: 4; left: 50%; top: 50%; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center; flex-direction: column; border-radius: 50%; background: var(--red); color: white; text-align: center; transform: translate(-50%,-50%) rotate(-8deg); animation: stamp-spin 16s linear infinite; }
.proof-stamp strong { font-size: 20px; }
.proof-stamp span { max-width: 120px; font-size: 8px; letter-spacing: .15em; }

.diagnosis-section { position: relative; padding: 125px 0; overflow: hidden; }
.diagnosis-section:before { content: ""; position: absolute; width: 700px; height: 700px; left: -330px; bottom: -300px; border-radius: 50%; background: rgba(181,0,0,.2); filter: blur(100px); }
.diagnosis-layout { position: relative; display: grid; grid-template-columns: 1fr .78fr; gap: 110px; align-items: center; }
.diagnosis-copy h2 em { color: #777; }
.diagnosis-visual { width: 78%; margin-top: 38px; overflow: hidden; clip-path: polygon(8% 0, 100% 0, 100% 90%, 91% 100%, 0 100%, 0 9%); }
.diagnosis-visual img { width: 100%; height: 250px; object-fit: cover; animation: visual-drift 12s ease-in-out infinite alternate; }
.lead-form { padding: 34px; border: 1px solid rgba(255,255,255,.15); background: #0d0d0d; box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.form-head { padding-bottom: 22px; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-head span { color: var(--red-bright); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.form-head h3 { margin: 8px 0 0; font-size: 28px; }
.lead-form label { display: grid; gap: 7px; margin-bottom: 15px; }
.lead-form label > span { color: #aaa6a6; font-size: 10px; font-weight: 600; }
.lead-form input, .lead-form select { width: 100%; height: 49px; padding: 0 14px; border: 1px solid #2a2828; border-radius: 0; outline: none; background: #080808; color: white; font-size: 14px; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--red); }
.lead-form input::placeholder { color: #514e4e; }
.form-button { width: 100%; margin-top: 7px; }
.lead-form small { display: block; margin-top: 13px; color: #666262; text-align: center; font-size: 9px; }
.lead-form small span { color: #28d46b; }

.faq-section { padding: 120px 0; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.faq-copy h2 { margin: 14px 0 0; font-size: 55px; letter-spacing: -.04em; }
.faq-list { border-top: 1px solid #cbc6c3; }
.faq-list details { border-bottom: 1px solid #cbc6c3; }
.faq-list summary { min-height: 82px; display: grid; grid-template-columns: 38px 1fr 24px; gap: 14px; align-items: center; padding-right: 8px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--red); font-size: 10px; }
.faq-list summary i { width: 20px; height: 20px; display: grid; place-items: center; justify-self: end; color: #777; font-size: 22px; line-height: 1; font-style: normal; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 620px; margin: -5px 24px 24px 52px; color: #6f6a68; font-size: 14px; line-height: 1.55; }

.final-cta { position: relative; min-height: 610px; display: flex; align-items: center; overflow: hidden; }
.final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: final-zoom 16s ease-in-out infinite alternate; }
.final-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.95) 7%, rgba(0,0,0,.65) 62%, rgba(0,0,0,.4)); }
.final-content { position: relative; z-index: 2; }
.final-logo { width: 168px; height: 66px; margin-bottom: 28px; object-fit: contain; object-position: left; }
.final-content h2 { max-width: 820px; margin: 0 0 34px; font-size: clamp(50px, 5.5vw, 78px); line-height: .94; letter-spacing: -.045em; }
.final-content h2 em { color: #858080; font-style: normal; }
footer { padding: 68px 0 25px; border-top: 1px solid var(--line); background: #050505; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr 1fr; gap: 90px; padding-bottom: 58px; }
.footer-grid > div:first-child img { width: 156px; height: 58px; object-fit: contain; object-position: left; }
.footer-grid > div:first-child p { max-width: 300px; color: #656262; font-size: 12px; line-height: 1.55; }
.footer-links { display: flex; flex-direction: column; gap: 10px; color: #777272; font-size: 12px; }
.footer-links strong { margin-bottom: 7px; color: #c7c2c2; font-size: 9px; letter-spacing: .14em; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); color: #4b4848; font-size: 8px; letter-spacing: .08em; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 20px; min-height: 50px; display: flex; align-items: center; gap: 9px; padding: 8px 15px 8px 11px; border-radius: 40px; background: #20ba5a; color: white; box-shadow: 0 10px 30px rgba(32,186,90,.25); font-size: 10px; font-weight: 700; }
.whatsapp-float svg { width: 25px; height: 25px; fill: none; stroke: white; stroke-width: 1.4; }

[data-reveal] { opacity: 0; transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay, 0ms); }
[data-reveal="up"] { transform: translateY(42px); }
[data-reveal="left"] { transform: translateX(-45px); }
[data-reveal="right"] { transform: translateX(45px); }
[data-reveal="scale"] { transform: scale(.92) translateY(24px); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes client-scroll { to { transform: translateX(calc(-50% - 6px)); } }
@keyframes gallery-scroll { to { transform: translateX(calc(-50% - 8px)); } }
@keyframes float-device { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(1deg); } }
@keyframes float-card { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-10px) rotate(0); } }
@keyframes breathe { 0%,100% { transform: scale(.92); opacity: .75; } 50% { transform: scale(1.08); opacity: 1; } }
@keyframes live-pulse { 0%,100% { opacity: .5; } 50% { opacity: 1; box-shadow: 0 0 0 8px rgba(42,224,117,.08); } }
@keyframes ring-pulse { 0%,100% { transform: scale(.92); opacity: .35; } 50% { transform: scale(1.05); opacity: .75; } }
@keyframes stamp-spin { from { transform: translate(-50%,-50%) rotate(-8deg); } to { transform: translate(-50%,-50%) rotate(352deg); } }
@keyframes brand-arrive { from { opacity: 0; transform: translateX(-18px); } to { opacity: 1; transform: none; } }
@keyframes image-breathe { from { transform: scale(1.01); } to { transform: scale(1.055); } }
@keyframes metric-pulse { 0%,72%,100% { transform: translateY(0); text-shadow: none; } 82% { transform: translateY(-3px); text-shadow: 0 0 22px rgba(224,0,0,.36); } }
@keyframes story-drift { from { transform: scale(1.015) translate3d(-.5%,0,0); } to { transform: scale(1.07) translate3d(.7%,-.7%,0); } }
@keyframes collage-drift { from { transform: scale(1.01) translate3d(0,0,0); } to { transform: scale(1.045) translate3d(-.7%,-.5%,0); } }
@keyframes float-badge { 0%,100% { transform: translateY(0) rotate(4deg); } 50% { transform: translateY(-12px) rotate(2deg); } }
@keyframes speed-scan { 0%,42% { transform: translateX(0); opacity: 0; } 53% { opacity: 1; } 72%,100% { transform: translateX(345%); opacity: 0; } }
@keyframes stage-line { 0%,45%,100% { transform: scaleX(0); opacity: 0; } 62% { transform: scaleX(.32); opacity: .7; } 78% { transform: scaleX(1); opacity: 0; } }
@keyframes post-float-left { 0%,100% { transform: translateY(0) rotate(-5deg); } 50% { transform: translateY(-13px) rotate(-3.5deg); } }
@keyframes post-float-right { 0%,100% { transform: translateY(0) rotate(5deg); } 50% { transform: translateY(12px) rotate(3.5deg); } }
@keyframes visual-drift { from { transform: scale(1.01) translateX(0); } to { transform: scale(1.07) translateX(-1.2%); } }
@keyframes final-zoom { from { transform: scale(1.01); } to { transform: scale(1.075); } }

@media (max-width: 1024px) {
  :root { --container: min(100% - 40px, 900px); }
  .site-header { padding: 0 24px; grid-template-columns: 1fr auto; }
  .nav-links, .header-cta { display: none; }
  .menu-button { justify-self: end; width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; border: 1px solid #2d2b2b; background: transparent; }
  .menu-button span { width: 19px; height: 1px; display: block; background: white; transition: transform .2s; }
  .menu-button.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav-links.is-open { position: absolute; top: 71px; left: 0; width: 100%; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 24px 18px; border-bottom: 1px solid #222; background: #070707; }
  .nav-links.is-open a { min-height: 52px; display: flex; align-items: center; border-bottom: 1px solid #1d1b1b; }
  .hero-layout { grid-template-columns: 1fr 1fr; gap: 38px; }
  .hero-copy h1 { font-size: clamp(46px, 5.9vw, 59px); }
  .hero-showcase { min-height: 410px; }
  .partner-layout, .proof-layout, .diagnosis-layout { gap: 60px; }
  .partner-collage { min-height: 470px; }
  .ecosystem-grid { grid-template-columns: repeat(2,1fr); }
  .method-layout { gap: 50px; }
  .method-device { height: 470px; }
  .ring-two { width: 430px; height: 430px; }
  .proof-stack { min-height: 560px; }
}

@media (max-width: 820px) {
  .hero-layout { min-height: auto; grid-template-columns: 1fr; gap: 40px; padding: 70px 0 32px; }
  .hero-copy h1 { max-width: 700px; }
  .hero-showcase { width: min(86%, 620px); min-height: 440px; margin: 0 auto; }
  .story-grid { grid-template-columns: 1fr; grid-template-rows: 500px 360px 360px; }
  .story-wide, .story-tall, .story-card { grid-column: 1; grid-row: auto; }
  .partner-layout, .method-layout, .proof-layout, .diagnosis-layout, .faq-layout { grid-template-columns: 1fr; }
  .partner-copy, .method-content { max-width: 680px; }
  .method-device { order: 2; }
  .proof-copy { max-width: 680px; }
  .proof-stack { width: min(100%, 650px); }
  .diagnosis-copy { display: grid; grid-template-columns: 1fr .65fr; gap: 28px; align-items: end; }
  .diagnosis-copy .kicker { grid-column: 1 / -1; }
  .diagnosis-visual { width: 100%; margin: 0; }
}

@media (max-width: 720px) {
  :root { --container: calc(100vw - 32px); }
  .site-header { height: 64px; padding: 0 16px; }
  .brand-link, .brand-link img { width: 124px; }
  .menu-button { width: 46px; height: 46px; }
  .nav-links.is-open { top: 63px; padding: 8px 16px 16px; }
  .hero { min-height: auto; padding-top: 64px; }
  .hero-layout { gap: 24px; padding: 46px 0 22px; }
  .eyebrow { font-size: 9px; letter-spacing: .11em; }
  .hero-copy h1 { margin: 16px 0 13px; font-size: clamp(39px, 11.8vw, 48px); line-height: .96; }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; margin-top: 23px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-showcase { width: 100%; min-height: 285px; }
  .hero-screen { width: 91%; top: 18px; }
  .hero-device { width: 35%; left: -2%; bottom: -2px; }
  .live-chip { top: 3px; right: 0; padding: 9px 10px; font-size: 7px; }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); }
  .hero-metrics > div { min-height: 76px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; padding: 12px 16px; border-bottom: 1px solid var(--line); }
  .hero-metrics > div:nth-child(even) { border-right: 0; }
  .hero-metrics strong { font-size: 22px; }
  .hero-metrics span { font-size: 8px; }
  .client-marquee { padding: 25px 0 28px; }
  .client-marquee > p { margin-bottom: 19px; }
  .client-mark { width: 165px; min-height: 64px; }
  .client-mark img { height: 44px; }
  .mark-2 img, .mark-4 img { height: 62px; }
  .client-mark strong { font-size: 18px; }
  .mark-1 strong { font-size: 11px; }
  .mark-1 span { font-size: 15px; }
  .visual-story, .partner-section, .ecosystem-section, .gallery-section, .proof-section, .diagnosis-section, .faq-section { padding: 84px 0; }
  .story-heading { display: block; margin-bottom: 32px; }
  .story-heading h2, .compact-heading h2, .partner-copy h2, .method-content h2, .proof-copy h2, .diagnosis-copy h2 { font-size: 43px; }
  .story-grid { grid-template-rows: 360px 380px 300px; gap: 12px; }
  .story-card > div { left: 20px; right: 20px; bottom: 19px; grid-template-columns: 28px 1fr; }
  .story-card h3 { font-size: 25px; }
  .story-card small { display: none; }
  .partner-layout { gap: 50px; }
  .partner-collage { min-height: 365px; }
  .partner-main-image { inset: 0 8% 6% 0; width: 92%; height: 94%; }
  .partner-card-image { width: 48%; }
  .partner-badge-image { width: 42%; top: 1%; }
  .partner-pills { margin: 25px 0; }
  .compact-heading { margin-bottom: 32px; }
  .ecosystem-grid { grid-template-columns: repeat(2,1fr); }
  .ecosystem-card { min-height: 148px; grid-template-columns: 1fr 20px; gap: 7px; padding: 18px; }
  .ecosystem-card > span { grid-column: 1 / -1; }
  .ecosystem-card h3 { font-size: 19px; }
  .ecosystem-card p { font-size: 10px; }
  .ecosystem-card svg { width: 16px; }
  .method-section { min-height: auto; }
  .method-layout { gap: 26px; padding: 82px 0 68px; }
  .method-device { height: 350px; }
  .method-device img { width: 72%; }
  .ring-one { width: 270px; height: 270px; }
  .ring-two { width: 340px; height: 340px; }
  .stage-list { margin-top: 30px; }
  .stage-list > div { min-height: 62px; }
  .stage-list strong { font-size: 19px; }
  .gallery-heading { display: block; margin-bottom: 28px; }
  .gallery-heading h2 { margin-top: 13px; font-size: 39px; }
  .gallery-rail figure { width: 250px; height: 310px; }
  .gallery-rail figure:nth-child(3n+2) { height: 270px; margin-top: 28px; }
  .proof-layout { gap: 45px; }
  .proof-stack { min-height: 0; display: grid; justify-items: center; gap: 22px; padding: 8px 0 30px; }
  .proof-stack > img { position: relative; width: 76%; height: auto; }
  .proof-stack > img:first-child { left: auto; top: auto; }
  .proof-stack > img:nth-child(2) { right: auto; bottom: auto; }
  .proof-stamp { width: 125px; height: 125px; }
  .proof-stamp strong { font-size: 15px; }
  .proof-stamp span { max-width: 90px; font-size: 6px; }
  .diagnosis-layout { gap: 45px; }
  .diagnosis-copy { display: block; }
  .diagnosis-visual { width: 100%; margin-top: 26px; }
  .diagnosis-visual img { height: 190px; }
  .lead-form { padding: 25px 20px; }
  .lead-form input, .lead-form select { min-height: 49px; }
  .faq-layout { gap: 30px; }
  .faq-copy h2 { font-size: 43px; }
  .faq-list summary { min-height: 72px; grid-template-columns: 30px 1fr 20px; gap: 8px; font-size: 15px; }
  .faq-list details p { margin-left: 38px; font-size: 13px; }
  .final-cta { min-height: 530px; }
  .final-logo { width: 145px; margin-bottom: 22px; }
  .final-content h2 { font-size: 46px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-links a { min-height: 44px; display: flex; align-items: center; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .whatsapp-float { width: 54px; height: 54px; min-height: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}

@media (max-width: 380px) {
  .hero-copy h1 { font-size: 38px; }
  .hero-showcase { min-height: 260px; }
  .story-heading h2, .compact-heading h2, .partner-copy h2, .method-content h2, .proof-copy h2, .diagnosis-copy h2 { font-size: 39px; }
  .ecosystem-card { padding: 15px; }
  .ecosystem-card h3 { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}
