:root {
  --navy: #050b19;
  --blue: #0c28c9;
  --blue-bright: #153cff;
  --red: #ee1223;
  --ink: #111729;
  --muted: #647087;
  --line: #dfe4ee;
  --off: #f4f6fa;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 104px 0; }

.topbar { background: #061027; color: #bfc9df; font-size: 12px; letter-spacing: .05em; }
.topbar-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; }
.topbar span { display: flex; align-items: center; gap: 8px; }
.topbar i { width: 7px; height: 7px; background: #2ee081; border-radius: 50%; box-shadow: 0 0 0 5px rgba(46,224,129,.12); }
.topbar a { color: #fff; font-weight: 700; }

.header { height: 86px; background: rgba(255,255,255,.97); position: sticky; top: 0; z-index: 50; box-shadow: 0 10px 35px rgba(15,23,42,.08); backdrop-filter: blur(14px); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 40px; }
.brand { width: 190px; height: 68px; overflow: hidden; display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 186px; height: 66px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { color: #2f384b; font-size: 14px; font-weight: 650; transition: color .2s; }
.desktop-nav a:hover { color: var(--red); }
.nav-cta { background: linear-gradient(135deg, #ff2638, #d90719); color: white; padding: 15px 22px; border-radius: 10px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; box-shadow: 0 10px 24px rgba(238,18,35,.24); transition: transform .2s, background .2s; }
.nav-cta:hover { transform: translateY(-2px); background: #cf0a19; }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { list-style: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 8px; display: grid; place-content: center; gap: 5px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 22px; height: 2px; background: var(--ink); }
.mobile-menu nav { position: absolute; right: 0; top: 54px; width: 230px; padding: 14px; background: white; border-radius: 12px; box-shadow: 0 20px 60px rgba(4,10,24,.2); border: 1px solid var(--line); }
.mobile-menu nav a { display: block; padding: 12px; font-weight: 700; }

.hero { min-height: 700px; height: calc(100vh - 121px); max-height: 850px; position: relative; background: var(--navy); color: white; overflow: hidden; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,9,24,.99) 0%, rgba(3,9,24,.9) 38%, rgba(3,9,24,.34) 70%, rgba(3,9,24,.08) 100%), linear-gradient(0deg, rgba(3,9,24,.76), transparent 58%); }
.hero::before { content: ""; position: absolute; z-index: 1; width: 560px; height: 560px; left: -310px; top: 55px; border: 1px solid rgba(55,87,255,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(55,87,255,.035), 0 0 0 140px rgba(55,87,255,.018); }
.hero-content { position: relative; z-index: 2; padding-top: 20px; }
.eyebrow, .section-tag { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 12px; line-height: 1; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { color: #d7deff; padding: 10px 15px; border: 1px solid rgba(128,150,255,.4); border-radius: 30px; background: rgba(21,60,255,.18); box-shadow: inset 0 0 18px rgba(21,60,255,.08); }
.eyebrow span { color: var(--red); font-size: 9px; }
.hero h1 { margin: 24px 0 20px; font-size: clamp(54px, 6.2vw, 86px); line-height: .96; letter-spacing: -.06em; font-weight: 820; max-width: 760px; text-shadow: 0 12px 35px rgba(0,0,0,.25); }
.hero h1 strong { color: #6f88ff; font-weight: inherit; }
.hero-content > p { color: #d1d7e4; max-width: 660px; font-size: 18px; line-height: 1.7; margin: 0 0 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { min-height: 56px; padding: 0 25px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #ff2638, #d70719); color: white; box-shadow: 0 13px 30px rgba(238,18,35,.28); }
.btn-primary:hover { background: #d80b1c; box-shadow: 0 16px 36px rgba(238,18,35,.35); }
.btn-ghost { color: white; border: 1px solid rgba(255,255,255,.36); background: rgba(255,255,255,.04); }
.btn-ghost:hover { background: white; color: var(--navy); }
.btn-dark { color: white; background: var(--navy); }
.btn-outline { color: var(--blue); border: 1px solid #aab7e8; background: white; }
.hero-proof { margin-top: 52px; display: flex; gap: 0; }
.hero-proof div { display: flex; flex-direction: column; padding: 0 34px; border-left: 1px solid rgba(255,255,255,.16); }
.hero-proof div:first-child { padding-left: 0; border: 0; }
.hero-proof b { font-size: 23px; }
.hero-proof span { color: #9ea9bb; font-size: 11px; letter-spacing: .05em; margin-top: 4px; }
.hero-status-card { position: absolute; z-index: 2; right: max(90px, calc((100vw - 1180px) / 2)); bottom: 78px; min-width: 245px; display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: rgba(5,11,25,.82); border: 1px solid rgba(255,255,255,.2); border-radius: 14px; backdrop-filter: blur(14px); box-shadow: 0 18px 50px rgba(0,0,0,.3); }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: #2ee081; box-shadow: 0 0 0 7px rgba(46,224,129,.13), 0 0 18px rgba(46,224,129,.5); }
.hero-status-card div { display: flex; flex-direction: column; gap: 4px; }
.hero-status-card small { color: #9da9bc; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }
.hero-status-card b { font-size: 14px; }
.scroll-cue { position: absolute; z-index: 2; bottom: 27px; right: max(24px, calc((100vw - 1180px) / 2)); color: #8f9aad; text-transform: uppercase; font-size: 9px; letter-spacing: .18em; writing-mode: vertical-rl; display: flex; align-items: center; gap: 10px; }
.scroll-cue span { width: 1px; height: 38px; background: var(--red); }

.trust-strip { background: white; border-bottom: 1px solid var(--line); box-shadow: 0 16px 45px rgba(15,23,42,.05); position: relative; z-index: 3; }
.trust-grid { min-height: 126px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 15px; padding: 22px 24px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; padding-right: 0; }
.trust-grid > div > b { color: var(--red); font: 11px var(--font-geist-mono); }
.trust-grid span { display: flex; flex-direction: column; gap: 5px; }
.trust-grid strong { font-size: 13px; text-transform: uppercase; letter-spacing: .02em; }
.trust-grid small { color: var(--muted); font-size: 11px; line-height: 1.35; }

.intro { background: white; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }
.intro h2, .section-head h2, .split-content h2, .custom h2, .cta h2 { margin: 18px 0 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.06; letter-spacing: -.045em; }
h2 em { color: var(--blue); font-style: normal; }
.intro-copy p { color: var(--muted); font-size: 17px; line-height: 1.75; margin: 0 0 16px; }
.text-link { display: inline-flex; gap: 28px; color: var(--red); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; margin-top: 16px; padding-bottom: 7px; border-bottom: 2px solid var(--red); }

.services { background: linear-gradient(145deg, #050b19, #08152e); color: white; position: relative; overflow: hidden; }
.services::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(38,70,255,.15); border-radius: 50%; right: -250px; top: -270px; box-shadow: 0 0 0 80px rgba(38,70,255,.025), 0 0 0 160px rgba(38,70,255,.02); }
.section-tag.light { color: #8096ff; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 80px; margin-bottom: 52px; position: relative; }
.section-head h2 { font-size: clamp(38px, 3.8vw, 55px); }
.section-head > p { width: 390px; color: #94a0b3; line-height: 1.7; margin: 0 0 5px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; position: relative; }
.service-card { min-height: 405px; padding: 31px; background: rgba(10,19,40,.9); border: 1px solid #1c2b4b; border-radius: 16px; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform .25s, border-color .25s, background .25s, box-shadow .25s; }
.service-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--blue-bright), transparent 70%); }
.service-card:hover { transform: translateY(-7px); border-color: #3850ca; background: #0d1832; box-shadow: 0 25px 55px rgba(0,0,0,.24); }
.service-card.featured { background: linear-gradient(145deg, #1737e7, #071a78); border-color: #4d67ff; box-shadow: 0 20px 50px rgba(21,60,255,.2); }
.service-card.featured::before { background: linear-gradient(90deg, var(--red), #ff8a94); }
.card-top { display: flex; justify-content: space-between; align-items: center; }
.card-top small { color: #536078; font: 12px var(--font-geist-mono); }
.service-card.featured .card-top small { color: #aebaff; }
.service-icon { width: 54px; height: 54px; border: 1px solid #38518e; border-radius: 12px; color: #a5b4ff; background: rgba(21,60,255,.12); display: grid; place-items: center; font-size: 26px; }
.featured .service-icon { border-color: rgba(255,255,255,.32); color: white; }
.service-card h3 { font-size: 21px; text-transform: uppercase; letter-spacing: -.02em; margin: 26px 0 12px; }
.service-card > p { color: #9ba8bc; line-height: 1.65; font-size: 14px; margin: 0; }
.featured > p { color: #ced5ff; }
.ideal { margin-top: 22px; display: flex; flex-direction: column; gap: 5px; color: #8793a8; font-size: 12px; }
.ideal b { color: #dbe0eb; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.featured .ideal, .featured .ideal b { color: #d5dbff; }
.price { color: white; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18); border-radius: 4px; padding: 8px 10px; margin-top: 12px; font-size: 13px; align-self: flex-start; }
.service-card > a { margin-top: auto; padding-top: 25px; display: flex; justify-content: space-between; color: white; font-size: 12px; font-weight: 800; text-transform: uppercase; border-top: 1px solid #202c44; }
.featured > a { border-color: rgba(255,255,255,.2); }
.service-card > a span { color: var(--red); font-size: 18px; }
.featured > a span { color: white; }

.tracking { background: linear-gradient(135deg, #081329 0%, #0c2258 100%); color: white; position: relative; overflow: hidden; }
.tracking::before { content: ""; position: absolute; width: 650px; height: 650px; right: -340px; bottom: -370px; border-radius: 50%; border: 1px solid rgba(92,119,255,.22); box-shadow: 0 0 0 85px rgba(92,119,255,.035), 0 0 0 170px rgba(92,119,255,.02); }
.tracking-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; position: relative; z-index: 2; }
.tracking-copy h2 { font-size: clamp(42px, 4.3vw, 62px); line-height: 1.02; letter-spacing: -.05em; margin: 18px 0 24px; }
.tracking-copy h2 em { color: #7e95ff; }
.tracking-copy > p { color: #aeb9cc; font-size: 16px; line-height: 1.75; margin: 0 0 26px; }
.tracking-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; padding: 25px 0; border-top: 1px solid #2b3b5d; border-bottom: 1px solid #2b3b5d; }
.tracking-features span { color: #e4e9f4; font-size: 13px; }
.tracking-features span::first-letter { color: #38de85; }
.tracking-offer { display: flex; align-items: end; gap: 28px; margin: 25px 0; }
.tracking-offer > div { display: flex; flex-direction: column; gap: 4px; }
.tracking-offer > div > small { color: #91a0ba; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.tracking-offer strong { font-size: 38px; line-height: 1; color: white; }
.tracking-offer strong sup { color: var(--red); font-size: 15px; }
.tracking-offer strong small { font-size: 12px; color: #aeb9cc; }
.tracking-offer p { color: #71809a; font-size: 10px; margin: 0 0 4px; }
.tracking-visual { min-height: 610px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; position: relative; }
.tracking-main, .tracking-side figure { border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); background: #050b19; box-shadow: 0 22px 60px rgba(0,0,0,.26); }
.tracking-main img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tracking-side { display: grid; grid-template-rows: .75fr 1.25fr; gap: 14px; }
.tracking-side figure { margin: 0; position: relative; min-height: 0; }
.tracking-side img { width: 100%; height: 100%; object-fit: cover; }
.tracking-side figure:last-child img { object-position: top center; }
.tracking-side figcaption { position: absolute; left: 10px; right: 10px; bottom: 10px; padding: 10px 12px; border-radius: 8px; color: white; background: rgba(3,8,20,.82); backdrop-filter: blur(8px); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.tracking-badge { position: absolute; left: -40px; bottom: 34px; width: 150px; height: 150px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(145deg, #ff2638, #ba0614); border: 5px solid #0b1e49; color: white; box-shadow: 0 20px 45px rgba(0,0,0,.36); text-align: center; }
.tracking-badge b { font-size: 39px; line-height: 1; }
.tracking-badge span { margin-top: 6px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; line-height: 1.35; }

.media-showcase { background: #040a18; color: white; position: relative; overflow: hidden; }
.media-showcase::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 16% 40%, rgba(30,58,210,.2), transparent 35%), radial-gradient(circle at 87% 82%, rgba(238,18,35,.12), transparent 25%); pointer-events: none; }
.media-head { position: relative; z-index: 2; }
.media-head > p { color: #98a6bd; }
.video-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 18px; position: relative; z-index: 2; }
.video-card { background: #0a1429; border: 1px solid #1d2d4d; border-radius: 18px; overflow: hidden; box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.video-featured { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 585px; }
.video-frame { position: relative; background: #02050c; overflow: hidden; }
.video-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.06); pointer-events: none; }
.video-frame video { width: 100%; height: 100%; display: block; object-fit: cover; background: #02050c; }
.video-frame.vertical video { object-fit: contain; }
.video-copy { padding: 27px 28px; }
.video-featured .video-copy { padding: 50px 38px; display: flex; flex-direction: column; align-items: start; justify-content: center; }
.video-copy > span { color: #8fa2ff; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.video-copy h3 { margin: 10px 0 0; color: white; font-size: 18px; line-height: 1.3; text-transform: uppercase; }
.video-featured .video-copy h3 { font-size: clamp(26px, 2.2vw, 34px); line-height: 1.12; letter-spacing: -.03em; text-transform: none; }
.video-copy p { color: #9ba9bf; font-size: 14px; line-height: 1.7; margin: 20px 0 26px; }
.video-copy a { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: white; border-top: 1px solid #243353; padding-top: 20px; font-size: 11px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.video-copy a b { color: var(--red); font-size: 18px; }
.video-side-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.video-card.compact { display: grid; grid-template-rows: 160px 1fr; min-height: 279px; }
.video-card.compact.wide { grid-column: 1 / -1; grid-template-columns: 1.13fr .87fr; grid-template-rows: none; min-height: 288px; }
.video-card.compact .video-copy { padding: 23px; }
.video-card.compact.wide .video-copy { display: flex; flex-direction: column; justify-content: center; }

.clients { background: #f3f5f9; position: relative; overflow: hidden; }
.clients::after { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; border: 1px solid rgba(20,54,205,.08); right: -250px; top: -220px; box-shadow: 0 0 0 70px rgba(20,54,205,.025), 0 0 0 140px rgba(20,54,205,.018); }
.clients .container { position: relative; z-index: 2; }
.clients-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; margin-bottom: 45px; }
.clients-intro h2 { margin: 18px 0 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.06; letter-spacing: -.045em; }
.clients-intro > p { color: var(--muted); line-height: 1.7; margin: 0 0 5px; max-width: 430px; }
.clients-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.clients-grid figure { height: 185px; margin: 0; padding: 26px; display: grid; place-items: center; background: white; border: 1px solid #e1e6ef; border-radius: 15px; box-shadow: 0 12px 35px rgba(20,30,55,.055); transition: transform .25s, box-shadow .25s, border-color .25s; }
.clients-grid figure:hover { transform: translateY(-5px); border-color: #c8d2eb; box-shadow: 0 20px 45px rgba(20,30,55,.1); }
.clients-grid img { width: auto; height: auto; max-width: 100%; max-height: 125px; object-fit: contain; }
.instagram-card { margin-top: 24px; min-height: 116px; padding: 25px 30px; display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 20px; color: white; background: linear-gradient(110deg, #111f5f, #0a28bd 58%, #df1022); border-radius: 16px; box-shadow: 0 20px 50px rgba(19,43,170,.2); transition: transform .25s, box-shadow .25s; }
.instagram-card:hover { transform: translateY(-3px); box-shadow: 0 26px 60px rgba(19,43,170,.28); }
.instagram-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.22); font-size: 31px; }
.instagram-card > div:nth-child(2) { display: flex; flex-direction: column; gap: 5px; }
.instagram-card span { color: #c5cff8; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.instagram-card strong { font-size: 24px; }
.instagram-card > b { padding: 14px 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 9px; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }

.audiences { background: var(--off); }
.split-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; margin-bottom: 30px; background: white; border: 1px solid #e5e9f2; border-radius: 20px; box-shadow: 0 24px 65px rgba(17,23,41,.09); overflow: hidden; }
.split-card:last-child { margin-bottom: 0; }
.split-image { min-height: 500px; overflow: hidden; }
.split-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.split-card:hover .split-image img { transform: scale(1.03); }
.business .split-image img { object-position: center; }
.home .split-image img { object-position: center; }
.split-content { padding: 72px 64px; display: flex; flex-direction: column; align-items: start; justify-content: center; }
.split-content h2 { font-size: clamp(36px, 3.4vw, 50px); }
.split-content > p { color: var(--muted); line-height: 1.7; margin: 22px 0; }
.check-grid { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 20px 0 28px; border-top: 1px solid var(--line); }
.check-grid span { color: #435069; font-size: 13px; }
.check-grid span::first-letter { color: var(--red); }

.structure { background: white; }
.structure-head { margin-bottom: 45px; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 270px 270px; gap: 16px; }
.gallery-grid figure { margin: 0; position: relative; overflow: hidden; border-radius: 16px; background: var(--navy); box-shadow: 0 18px 45px rgba(17,23,41,.12); }
.gallery-grid .gallery-large { grid-row: 1 / 3; }
.gallery-grid .gallery-tall { grid-row: 1 / 3; grid-column: 3; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-grid .gallery-large img { object-position: center; }
.gallery-grid .gallery-tall img { object-position: center top; }
.gallery-grid figure:nth-child(3) img { object-position: center; }
.gallery-grid figure:nth-child(4) img { object-position: center 24%; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,8,20,.88), transparent 58%); }
.gallery-grid figcaption { position: absolute; z-index: 2; left: 22px; right: 20px; bottom: 20px; display: flex; flex-direction: column; gap: 4px; color: white; }
.gallery-grid figcaption b { font-size: 15px; text-transform: uppercase; }
.gallery-grid figcaption span { color: #c2cad9; font-size: 11px; }
.structure-bottom { margin-top: 32px; display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 32px 36px; border: 1px solid var(--line); border-radius: 16px; background: #f7f8fc; }
.structure-bottom > div { max-width: 730px; }
.structure-bottom strong { font-size: 19px; }
.structure-bottom p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 8px 0 0; }
.structure-bottom .btn { flex: 0 0 auto; }

.custom { background: linear-gradient(135deg, #07132f, #0c2051); color: white; position: relative; overflow: hidden; }
.custom::after { content: "ELM"; position: absolute; left: -20px; bottom: -100px; font-size: 340px; line-height: 1; font-weight: 900; color: rgba(255,255,255,.018); letter-spacing: -.1em; }
.custom-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; align-items: center; position: relative; z-index: 2; }
.custom h2 { margin-bottom: 24px; }
.custom h2 em { color: #6680ff; }
.custom-copy > p { color: #9da9bc; font-size: 16px; line-height: 1.7; margin-bottom: 30px; }
.analysis-list { border-top: 1px solid #26334d; }
.analysis-list div { min-height: 72px; border-bottom: 1px solid #26334d; display: grid; grid-template-columns: 50px 1fr 25px; align-items: center; transition: padding .2s, background .2s; }
.analysis-list div:hover { padding: 0 12px; background: rgba(39,67,178,.18); }
.analysis-list small { color: var(--red); font: 11px var(--font-geist-mono); }
.analysis-list span { font-size: 16px; font-weight: 680; }
.analysis-list b { color: #687691; }

.how { background: white; }
.section-head.dark-text > p { color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); }
.steps article { min-height: 215px; padding: 0 25px; border-left: 1px solid var(--line); }
.steps article:first-child { padding-left: 0; border-left: 0; }
.steps article > span { color: var(--red); font: 12px var(--font-geist-mono); }
.steps i { display: block; width: 100%; height: 2px; background: #dfe4ee; margin: 22px 0 27px; position: relative; }
.steps i::before { content: ""; position: absolute; left: 0; top: -4px; width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px #e8ebff; }
.steps h3 { margin: 0 0 11px; font-size: 16px; text-transform: uppercase; }
.steps p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }

.cta { min-height: 570px; position: relative; color: white; display: flex; align-items: center; overflow: hidden; background: var(--navy); }
.cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.cta-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,10,26,.97), rgba(4,10,26,.76) 57%, rgba(4,10,26,.2)), linear-gradient(0deg, rgba(4,10,26,.45), transparent); }
.cta-content { position: relative; z-index: 2; }
.cta h2 { font-size: clamp(48px, 5.2vw, 72px); margin-bottom: 20px; }
.cta h2 em { color: #7e95ff; }
.cta p { color: #c7cfdf; max-width: 570px; font-size: 17px; line-height: 1.7; margin-bottom: 27px; }
.cta .btn svg { width: 22px; height: 22px; fill: white; }

footer { background: #030814; color: white; padding: 76px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr .8fr 1.1fr 1.2fr; gap: 58px; padding-bottom: 60px; }
.footer-brand img { width: 220px; height: 75px; object-fit: contain; object-position: left center; margin-bottom: 20px; }
.footer-brand p { color: #b5c0d2; max-width: 330px; line-height: 1.65; }
.footer-brand > span { display: block; color: #62708a; max-width: 390px; font-size: 11px; line-height: 1.7; text-transform: uppercase; letter-spacing: .07em; }
footer h3 { margin: 5px 0 20px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
footer div > a { display: block; color: #8c99ad; font-size: 13px; margin-bottom: 13px; transition: color .2s; }
footer div > a:hover { color: white; }
.footer-action h3 { font-size: 24px; line-height: 1.25; text-transform: none; letter-spacing: -.02em; }
.footer-action a { color: white; border-bottom: 1px solid #3c4760; padding-bottom: 13px; display: flex; justify-content: space-between; }
.footer-action a span { color: var(--red); }
.copyright { min-height: 68px; border-top: 1px solid #182033; color: #5f6b7f; font-size: 10px; display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; letter-spacing: .06em; }

.whatsapp-float { position: fixed; z-index: 60; right: 24px; bottom: 24px; background: #19b861; color: white; height: 54px; border-radius: 30px; padding: 0 19px 0 15px; display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; box-shadow: 0 14px 35px rgba(0,0,0,.25); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 27px; height: 27px; fill: white; }

@media (max-width: 980px) {
  .desktop-nav, .nav-cta { display: none; }
  .mobile-menu { display: block; }
  .hero { height: auto; min-height: 690px; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,9,24,.96), rgba(3,9,24,.58)), linear-gradient(0deg, rgba(3,9,24,.7), transparent); }
  .hero-status-card { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 12px 0; }
  .trust-grid > div { min-height: 90px; border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-bottom: 0; }
  .trust-grid > div:first-child, .trust-grid > div:nth-child(3) { padding-left: 0; }
  .intro-grid { gap: 60px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .tracking-grid { grid-template-columns: 1fr; gap: 55px; }
  .tracking-visual { min-height: 560px; }
  .tracking-badge { left: 20px; }
  .video-grid { grid-template-columns: 1fr; }
  .video-featured { min-height: 550px; }
  .clients-intro { gap: 50px; }
  .split-content { padding: 50px 40px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 300px; }
  .gallery-grid .gallery-large { grid-row: auto; }
  .gallery-grid .gallery-tall { grid-row: auto; grid-column: auto; }
  .gallery-grid figure:nth-child(3), .gallery-grid figure:nth-child(4) { min-height: 300px; }
  .custom-grid { gap: 65px; }
  .steps { grid-template-columns: repeat(3, 1fr); gap: 35px 0; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-action { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 78px 0; }
  .topbar-inner { justify-content: center; }
  .topbar a { display: none; }
  .header { height: 74px; }
  .brand { width: 160px; height: 60px; }
  .brand img { width: 158px; height: 58px; }
  .hero { min-height: 720px; }
  .hero-bg { object-position: 62% center; opacity: .72; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,9,24,.96), rgba(3,9,24,.48)), linear-gradient(0deg, rgba(3,9,24,.87), transparent 65%); }
  .hero h1 { font-size: 50px; }
  .hero h1 strong { color: #8297ff; }
  .hero-content > p { font-size: 15px; max-width: 93%; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { margin-top: 40px; justify-content: space-between; }
  .hero-proof div { padding: 0 12px; }
  .hero-proof b { font-size: 19px; }
  .hero-proof span { font-size: 9px; max-width: 90px; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .trust-grid > div, .trust-grid > div:first-child, .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { min-height: 78px; padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .intro-grid, .custom-grid { grid-template-columns: 1fr; gap: 35px; }
  .intro h2, .section-head h2, .split-content h2, .custom h2 { font-size: 39px; }
  .section-head { align-items: start; flex-direction: column; gap: 22px; }
  .section-head > p { width: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 380px; }
  .tracking-copy h2 { font-size: 42px; }
  .tracking-features { grid-template-columns: 1fr; }
  .tracking-offer { align-items: start; flex-direction: column; gap: 8px; }
  .tracking-visual { min-height: auto; grid-template-columns: 1fr; }
  .tracking-main { height: 520px; }
  .tracking-side { grid-template-columns: 1fr 1fr; grid-template-rows: 300px; }
  .tracking-badge { width: 125px; height: 125px; left: 16px; bottom: 325px; }
  .tracking-badge b { font-size: 31px; }
  .video-featured { grid-template-columns: 1fr; min-height: 0; }
  .video-frame.vertical { height: 620px; }
  .video-featured .video-copy { padding: 38px 26px; }
  .video-side-grid { grid-template-columns: 1fr; }
  .video-card.compact, .video-card.compact.wide { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 230px auto; min-height: 0; }
  .clients-intro { grid-template-columns: 1fr; gap: 22px; }
  .clients-intro h2 { font-size: 39px; }
  .clients-grid { grid-template-columns: 1fr 1fr; }
  .clients-grid figure { height: 150px; padding: 20px; }
  .clients-grid img { max-height: 105px; }
  .instagram-card { grid-template-columns: 50px 1fr; padding: 22px; }
  .instagram-icon { width: 50px; height: 50px; }
  .instagram-card strong { font-size: 17px; word-break: break-word; }
  .instagram-card > b { grid-column: 1 / -1; text-align: center; }
  .split-card { grid-template-columns: 1fr; }
  .split-image { min-height: 360px; }
  .home .split-content { order: 2; }
  .home .split-image { order: 1; }
  .split-content { padding: 44px 26px; }
  .check-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .gallery-grid figure, .gallery-grid .gallery-large, .gallery-grid .gallery-tall, .gallery-grid figure:nth-child(3), .gallery-grid figure:nth-child(4) { grid-row: auto; grid-column: auto; height: 340px; min-height: 0; }
  .gallery-grid .gallery-tall { height: 440px; }
  .structure-bottom { align-items: start; flex-direction: column; padding: 26px 22px; }
  .structure-bottom .btn { width: 100%; }
  .steps { grid-template-columns: 1fr; gap: 20px; }
  .steps article, .steps article:first-child { padding: 0; border: 0; min-height: auto; }
  .steps i { margin: 14px 0 20px; }
  .cta { min-height: 620px; }
  .cta > img { object-position: 58% center; }
  .cta h2 { font-size: 48px; }
  .cta .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand, .footer-action { grid-column: 1 / -1; }
  .copyright { padding: 22px 0; align-items: start; flex-direction: column; gap: 8px; }
  .whatsapp-float { width: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
