@font-face { font-family: 'DM Sans'; src: url('/assets/fonts/dm-sans-400.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('/assets/fonts/dm-sans-500.ttf') format('truetype'); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('/assets/fonts/dm-sans-600.ttf') format('truetype'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('/assets/fonts/dm-sans-700.ttf') format('truetype'); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --navy: #071125;
  --navy-2: #0d1a36;
  --ink: #151824;
  --muted: #626b7c;
  --line: #dfe4ec;
  --paper: #ffffff;
  --soft: #f5f7fa;
  --blue: #2857d9;
  --blue-2: #5179ec;
  --orange: #ff5a18;
  --pink: #ee167d;
  --violet: #7b2cff;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(15, 31, 66, .12);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --container: min(1180px, calc(100vw - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; max-width: 100%; min-width: 320px; background: var(--paper); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; font-size: 16px; line-height: 1.6; text-rendering: optimizeLegibility; overflow-x: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(40, 87, 217, .45); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -70px; background: white; color: var(--ink); padding: 12px 18px; border-radius: 12px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.container { width: var(--container); margin-inline: auto; }
.section { position: relative; padding: clamp(84px, 10vw, 144px) 0; }
.section-soft { background: var(--soft); }
.strategy-section { padding-bottom: clamp(42px, 5vw, 68px); }
.section-dark { background: var(--navy); color: white; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section-dark .eyebrow { color: #9ab4ff; }
.display { margin: 0; font-size: clamp(2.55rem, 5.7vw, 5.6rem); line-height: .98; letter-spacing: -.055em; font-weight: 600; text-wrap: balance; }
.heading { margin: 0; max-width: 850px; font-size: clamp(2.15rem, 4vw, 4.15rem); line-height: 1.02; letter-spacing: -.045em; font-weight: 600; text-wrap: balance; }
.heading-sm { margin: 0; font-size: clamp(1.7rem, 2.8vw, 2.7rem); line-height: 1.08; letter-spacing: -.035em; font-weight: 600; }
.lead { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.65; }
.section-dark .lead { color: rgba(255,255,255,.7); }
.accent-text { color: var(--blue); }
.gradient-text { color: var(--violet); }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 10px 18px 10px 24px; border: 0; border-radius: 999px; background: var(--blue); color: white; font-weight: 600; transition: transform .25s var(--ease), opacity .25s var(--ease); }
.btn:hover { transform: translateY(-2px); background: #1745c8; box-shadow: 0 14px 36px rgba(40,87,217,.26); }
.btn-light { background: white; color: var(--navy); }
.btn-light:hover { background: #f3f5fb; }
.btn-outline { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-outline:hover { background: var(--soft); box-shadow: none; }
.btn-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.17); }
.btn-light .btn-icon { background: var(--blue); color: white; }

/* Navigation */
.site-header { position: fixed; z-index: 40; inset: 0 0 auto; color: white; transition: transform .35s var(--ease); }
.site-header.is-scrolled { background: rgba(4, 10, 24, .82); box-shadow: 0 12px 40px rgba(0,0,0,.16); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.site-header.is-hidden { transform: translateY(-100%); }
.nav { width: var(--container); min-height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { display: block; width: 148px; height: auto; }
.footer-brand .brand-logo { width: 168px; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .92rem; color: rgba(255,255,255,.82); }
.nav-links a { transition: color .2s; }
.nav-links a:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle { min-width: 48px; min-height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: white; background: rgba(255,255,255,.08); font-size: .78rem; font-weight: 700; }
.nav-cta { min-height: 44px; padding: 8px 16px; font-size: .85rem; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.08); color: white; }

/* Cinematic hero */
.hero { min-height: 100svh; position: relative; display: grid; place-items: center; overflow: hidden; isolation: isolate; background: #020510; color: white; }
.hero-media, .hero-video, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; opacity: .58; transform: scale(1.03); }
.hero-overlay { background: linear-gradient(180deg, rgba(2,5,16,.55), rgba(2,5,16,.78)), radial-gradient(circle at 20% 35%, rgba(40,87,217,.22), transparent 34%), radial-gradient(circle at 85% 70%, rgba(123,44,255,.22), transparent 32%); backdrop-filter: blur(1px); }
.hero-grid { position: absolute; inset: 0; opacity: .06; background-image: repeating-linear-gradient(90deg, transparent 0 85px, rgba(255,255,255,.16) 86px); mask-image: linear-gradient(to bottom, transparent, black 30%, transparent); }
.hero-orb { position: absolute; width: 36vw; aspect-ratio: 1; border-radius: 50%; filter: blur(120px); opacity: .24; mix-blend-mode: screen; }
.hero-orb.one { left: -12%; top: 0; background: var(--blue); }
.hero-orb.two { right: -10%; bottom: -18%; background: var(--violet); }
.hero-content { position: relative; z-index: 3; width: min(1060px, calc(100vw - 40px)); padding: 140px 0 84px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.availability { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 28px; padding: 9px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.07); backdrop-filter: blur(16px); color: rgba(255,255,255,.86); font-size: .82rem; }
.availability-dot { width: 8px; height: 8px; border-radius: 50%; background: #7d9cff; box-shadow: 0 0 18px #7d9cff; }
.hero .display { max-width: 980px; color: #fff; }
.hero-copy { max-width: 760px; margin: 26px auto 34px; color: rgba(255,255,255,.7); font-size: clamp(1rem, 1.45vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.hero-proof { margin-top: 48px; display: grid; grid-template-columns: repeat(3, auto); gap: 28px; color: rgba(255,255,255,.64); font-size: .82rem; }
.hero-proof span { display: flex; align-items: center; gap: 9px; }
.hero-proof i { width: 5px; height: 5px; border-radius: 50%; background: #8da9ff; }
.hero-scroll { position: absolute; z-index: 3; bottom: 24px; left: 50%; translate: -50%; color: rgba(255,255,255,.5); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-scroll::after { content: ""; display: block; width: 1px; height: 34px; margin: 10px auto 0; background: linear-gradient(white, transparent); animation: scrollPulse 1.8s infinite; }
@keyframes scrollPulse { 50% { transform: scaleY(.55); transform-origin: top; opacity: .35; } }

/* Social proof */
.trust { padding: 42px 0; overflow: hidden; border-bottom: 1px solid var(--line); background: white; }
.trust-label { margin: 0 0 24px; text-align: center; color: #7c8492; font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.logo-marquee { display: flex; width: max-content; animation: marquee 30s linear infinite; }
.logo-set { display: flex; align-items: center; gap: 68px; padding-right: 68px; }
.client-logo { min-width: 130px; height: 42px; display: grid; place-items: center; color: #6f7785; font-size: 1rem; font-weight: 700; letter-spacing: -.02em; filter: grayscale(1); opacity: .72; }
.client-logo img { max-width: 138px; max-height: 42px; object-fit: contain; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Partnership credential */
.credentials-section { position: relative; overflow: clip; padding: clamp(68px, 7vw, 96px) 0; background: linear-gradient(135deg, #f8faff, #eef3ff 52%, #f7f5ff); }
.credentials-section::before { content: ""; position: absolute; width: min(52vw, 720px); aspect-ratio: 1; right: -18%; top: -65%; border: 1px solid rgba(40,87,217,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(40,87,217,.035), 0 0 0 140px rgba(123,44,255,.025); }
.credentials-copy { position: relative; z-index: 2; max-width: 850px; }
.credentials-copy .lead { max-width: 720px; }
.credentials-cards { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .94fr .94fr; gap: 18px; margin-top: clamp(38px, 5vw, 62px); }
.credential-badge { min-height: 230px; position: relative; overflow: hidden; display: grid; place-items: center; padding: 54px 30px 28px; border: 1px solid rgba(40,87,217,.15); border-radius: 28px; background: rgba(255,255,255,.78); box-shadow: 0 24px 70px rgba(24,55,126,.1); backdrop-filter: blur(18px); transform-style: preserve-3d; }
.credential-badge > span { position: absolute; top: 22px; left: 24px; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.credential-badge img { position: relative; z-index: 2; width: min(330px, 88%); height: auto; filter: drop-shadow(0 18px 24px rgba(0,80,195,.12)); will-change: transform; }
.credential-badge i { position: absolute; width: 190px; height: 190px; right: -70px; bottom: -90px; border: 26px solid rgba(40,87,217,.1); border-radius: 50%; }
.credential-badge--logo { background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(241,245,255,.86)); }
.credential-badge--google img { width: min(360px, 96%); border-radius: 10px; }
.credential-badge--meta img { width: min(190px, 64%); }

/* Positioning and comparison */
.problem-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 9vw, 120px); align-items: start; }
.sticky-copy { position: sticky; top: 110px; }
.signal-list { display: grid; gap: 18px; }
.signal-card { min-height: 150px; padding: 28px; display: grid; grid-template-columns: 54px 1fr; gap: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.82); transition: transform .35s var(--ease), border-color .3s, box-shadow .3s; }
.signal-card:hover { transform: translateY(-5px); border-color: #b9c8f1; box-shadow: var(--shadow); }
.signal-number { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; background: #edf2ff; color: var(--blue); font-size: .82rem; font-weight: 700; }
.signal-card h3 { margin: 2px 0 8px; font-size: 1.25rem; line-height: 1.15; }
.signal-card p { margin: 0; color: var(--muted); }
.compare { margin-top: clamp(72px, 10vw, 130px); padding: clamp(32px, 5vw, 64px); border: 1px solid var(--line); border-radius: 32px; background: white; box-shadow: 0 26px 80px rgba(15,31,66,.08); }
.compare-grid { margin-top: 36px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; }
.compare-panel { padding: 26px; border-radius: 20px; background: var(--soft); }
.compare-panel.after { background: #edf3ff; }
.compare-panel h3 { margin: 0 0 18px; }
.check-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; color: var(--muted); }
.check-list li { display: flex; gap: 10px; }
.check-list li::before { content: "×"; color: #ef3d52; font-weight: 700; }
.after .check-list li::before { content: "✓"; color: var(--blue); }
.compare-arrow { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: white; }

/* Services horizontal stage */
.services-intro { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; margin-bottom: 52px; }
.service-track-wrap { overflow: clip; }
.service-track { display: flex; width: max-content; gap: 22px; will-change: transform; }
.service-card { min-height: 410px; position: relative; overflow: hidden; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 26px; background: linear-gradient(145deg, #0f2147, #071125 68%); border: 1px solid rgba(255,255,255,.11); }
.service-card { flex: 0 0 min(520px, 46vw); min-height: min(500px, 58vh); transform-style: preserve-3d; }
.service-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -80px; bottom: -90px; border-radius: 50%; border: 32px solid var(--card-accent, var(--blue)); opacity: .5; }
.service-top { display: flex; justify-content: space-between; align-items: flex-start; position: relative; z-index: 1; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; color: white; background: rgba(255,255,255,.1); }
.service-index { color: rgba(255,255,255,.4); font-size: .78rem; }
.service-content { position: relative; z-index: 1; }
.service-card h3 { margin: 0 0 12px; font-size: clamp(1.7rem, 2.5vw, 2.45rem); line-height: 1; letter-spacing: -.04em; }
.service-card p { margin: 0; color: rgba(255,255,255,.63); }

/* Cases */
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.case-card { min-height: 520px; position: relative; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: white; transition: box-shadow .35s, border-color .35s; transform-style: preserve-3d; will-change: transform; }
.case-card:hover { transform: translateY(-6px); border-color: #c2cdee; box-shadow: var(--shadow); }
.case-visual { min-height: 290px; position: relative; overflow: hidden; display: grid; place-items: center; padding: 42px; background: var(--case-bg, #0b1730); color: white; }
.case-visual { will-change: transform; }
.case-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, var(--case-accent, #2857d9), transparent 38%), linear-gradient(120deg, transparent 35%, rgba(255,255,255,.08)); }
.case-device { width: min(390px, 90%); aspect-ratio: 16 / 9; position: relative; z-index: 1; display: grid; place-items: center; border: 8px solid #0a0c12; border-bottom-width: 17px; border-radius: 13px; background: rgba(255,255,255,.96); box-shadow: 0 24px 44px rgba(0,0,0,.35); color: var(--ink); font-size: 1.4rem; font-weight: 700; text-align: center; }
.case-device::after { content: ""; position: absolute; width: 34%; height: 4px; top: -6px; border-radius: 3px; background: #232631; }
.case-logo-img { position: relative; z-index: 1; max-width: 160px; max-height: 64px; object-fit: contain; }
.case-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.case-meta { margin-bottom: 12px; color: var(--blue); font-size: .73rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.case-body h3 { margin: 0 0 12px; font-size: 1.65rem; line-height: 1.08; letter-spacing: -.035em; }
.case-body p { margin: 0 0 24px; color: var(--muted); }
.case-link { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 600; }
.case-card.featured { grid-column: 1 / -1; min-height: 500px; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--navy); color: white; border: 0; }
.case-card.featured .case-visual { min-height: 100%; background: linear-gradient(135deg, #17275b, #071125); }
.case-card.featured .case-body { padding: clamp(38px, 6vw, 72px); justify-content: center; }
.case-card.featured .case-body p { color: rgba(255,255,255,.68); }

/* Connected method */
.method-shell { margin-top: 56px; position: relative; }
.method-progress { position: absolute; top: 29px; left: 8%; right: 8%; height: 2px; background: #dce2ed; }
.method-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--blue), var(--violet)); transform: scaleX(var(--method-progress, 0)); transform-origin: left; will-change: transform; }
.method-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.method-step { padding-top: 76px; position: relative; }
.method-dot { position: absolute; z-index: 2; top: 10px; left: 50%; translate: -50%; width: 40px; height: 40px; display: grid; place-items: center; border: 7px solid var(--soft); border-radius: 50%; background: white; box-shadow: 0 0 0 1px #cfd7e4; color: var(--blue); font-size: .72rem; font-weight: 700; transition: transform .25s var(--ease), opacity .25s var(--ease); }
.method-step.is-active .method-dot { background: var(--blue); color: white; transform: scale(1.16); }
.method-card { min-height: 240px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.method-card h3 { margin: 0 0 12px; font-size: 1.2rem; }
.method-card p { margin: 0; color: var(--muted); font-size: .94rem; }

/* Institutional slot / founder */
.manifesto { min-height: 78svh; position: relative; overflow: hidden; display: grid; place-items: center; background: #060b18; color: white; }
.manifesto-bg { position: absolute; inset: 0; background: radial-gradient(circle at 25% 35%, rgba(40,87,217,.38), transparent 30%), radial-gradient(circle at 75% 65%, rgba(238,22,125,.22), transparent 28%), linear-gradient(130deg,#071125,#02040a); transform: scale(calc(1 + var(--manifest-progress, 0) * .05)); }
.manifesto-grid { position: absolute; inset: 0; opacity: .1; background-image: radial-gradient(circle, white 1px, transparent 1px); background-size: 26px 26px; }
.manifesto-content { position: relative; z-index: 2; width: min(900px, calc(100vw - 40px)); text-align: center; }
.manifesto-content .heading { margin: 0 auto; max-width: 900px; }
.video-status { margin: 34px auto 0; width: fit-content; padding: 12px 18px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.7); font-size: .82rem; }
.video-status i { width: 9px; height: 9px; border-radius: 50%; background: #8fabff; animation: statusPulse 1.8s infinite; }
@keyframes statusPulse { 50% { opacity: .35; } }
.founder-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 9vw, 110px); align-items: center; }
.founder-photo { min-height: 620px; position: relative; overflow: hidden; border-radius: 28px; background: linear-gradient(145deg,#dfe6f3,#a8b8da); }
.founder-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 28%; }
.founder-fallback { position: absolute; inset: 0; display: grid; place-items: center; color: #28426d; font-size: clamp(3rem, 8vw, 7rem); font-weight: 600; }
.founder-tags { margin: 30px 0; display: flex; flex-wrap: wrap; gap: 9px; }
.tag { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .82rem; }

/* Editorial insights */
.insights-preview { overflow: clip; background: #fff; }
.insights-preview::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: radial-gradient(circle, rgba(40,87,217,.16) 1px, transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(90deg,transparent,black 25%,transparent 82%); pointer-events: none; }
.article-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.article-card { min-height: 560px; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 26px; background: white; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s, opacity .25s; }
.article-card:hover { transform: translateY(-7px); border-color: #bdc9eb; box-shadow: var(--shadow); }
.article-card[hidden] { display: none; }
.article-cover { min-height: 230px; position: relative; overflow: hidden; display: flex; align-items: flex-end; justify-content: space-between; padding: 24px; color: white; background: linear-gradient(135deg, #071125, #102965 55%, #2857d9); isolation: isolate; }
.article-cover::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .27; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(circle at 60% 45%, black, transparent 70%); }
.article-cover > span { max-width: 70%; position: relative; z-index: 2; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.article-cover > b { position: relative; z-index: 2; font-size: .86rem; letter-spacing: -.04em; }
.article-cover > i { position: absolute; width: 78%; aspect-ratio: 1; top: -56%; right: -26%; border: 46px solid rgba(255,255,255,.12); border-radius: 42% 58% 62% 38%; will-change: transform; }
.article-card:nth-child(4n+2) .article-cover { background: linear-gradient(135deg,#15102b,#59249b 58%,#a13ddd); }
.article-card:nth-child(4n+3) .article-cover { background: linear-gradient(135deg,#250a1a,#9e1255 58%,#ee167d); }
.article-card:nth-child(4n+4) .article-cover { background: linear-gradient(135deg,#2d1207,#b43a0c 58%,#ff5a18); }
.article-card__body { flex: 1; display: flex; flex-direction: column; padding: 26px; }
.article-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 18px; color: var(--muted); font-size: .72rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.article-meta span + span::before { content: ""; width: 4px; height: 4px; display: inline-block; margin: 0 10px 2px 0; border-radius: 50%; background: var(--blue); }
.article-card h3 { margin: 18px 0 12px; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.08; letter-spacing: -.035em; }
.article-card p { margin: 0 0 24px; color: var(--muted); font-size: .94rem; }
.article-link { margin-top: auto; display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-weight: 700; }
.article-card--featured { grid-column: span 2; display: grid; grid-template-columns: 1.05fr .95fr; }
.article-card--featured .article-cover { min-height: 100%; }
.article-card--featured .article-card__body { padding: clamp(30px, 4vw, 48px); justify-content: center; }
.article-card--featured h3 { font-size: clamp(1.8rem, 3vw, 3rem); }

.blog-page, .article-page { background: #fff; }
.blog-hero { min-height: 78svh; position: relative; overflow: hidden; display: flex; align-items: end; padding: 150px 0 88px; color: white; background: radial-gradient(circle at 78% 32%, rgba(81,121,236,.48), transparent 27%), radial-gradient(circle at 18% 75%, rgba(123,44,255,.24), transparent 28%), #050b19; }
.blog-hero::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom,black,transparent); }
.blog-hero__content { position: relative; z-index: 2; }
.blog-hero h1 { max-width: 950px; margin: 0; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .93; letter-spacing: -.06em; text-wrap: balance; }
.blog-hero__content > p:not(.eyebrow) { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: clamp(1.04rem,1.5vw,1.24rem); }
.blog-stat { position: absolute; right: 0; bottom: 0; display: grid; text-align: right; }
.blog-stat strong { font-size: clamp(3.4rem,7vw,7rem); line-height: .8; letter-spacing: -.08em; }
.blog-stat span { margin-top: 12px; color: rgba(255,255,255,.52); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.blog-hero__orbit { position: absolute; width: min(48vw, 680px); aspect-ratio: 1; right: -7%; top: 9%; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.blog-hero__orbit i { position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.blog-hero__orbit i:nth-child(2) { inset: 28%; }
.blog-hero__orbit i:nth-child(3) { width: 11px; height: 11px; inset: 12% auto auto 20%; border: 0; background: #8ba7ff; box-shadow: 0 0 28px #8ba7ff; }
.blog-toolbar { margin-bottom: 42px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.blog-toolbar > div:first-child { display: flex; align-items: baseline; gap: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; }
.blog-toolbar strong { color: var(--ink); font-size: 1rem; }
.blog-filter { max-width: 820px; display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 8px; }
.blog-filter button { min-height: 44px; padding: 8px 15px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--muted); transition: color .2s, background .2s, border-color .2s; }
.blog-filter button:hover, .blog-filter button.is-active { border-color: var(--blue); background: var(--blue); color: white; }

.reading-progress { position: fixed; z-index: 60; inset: 0 0 auto; height: 3px; background: rgba(255,255,255,.12); }
.reading-progress i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg,var(--blue),var(--violet),var(--pink)); transform: scaleX(0); transform-origin: left; }
.article-hero { min-height: 84svh; position: relative; overflow: hidden; display: flex; align-items: end; padding: 150px 0 84px; background: #050b19; color: white; }
.article-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 45%, rgba(40,87,217,.18)); }
.article-hero__content { position: relative; z-index: 2; max-width: 1000px; }
.article-back { width: fit-content; min-height: 44px; margin-bottom: 44px; display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.65); font-size: .82rem; }
.article-back svg { transform: rotate(180deg); }
.article-hero h1 { max-width: 980px; margin: 24px 0 0; font-size: clamp(2.8rem, 6.6vw, 6.5rem); line-height: .94; letter-spacing: -.06em; text-wrap: balance; }
.article-hero__content > p { max-width: 760px; margin: 28px 0 0; color: rgba(255,255,255,.64); font-size: clamp(1.05rem,1.5vw,1.25rem); }
.article-hero .article-meta { color: rgba(255,255,255,.6); }
.article-hero__art { position: absolute; width: min(46vw, 670px); aspect-ratio: 1; top: 8%; right: -12%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; opacity: .65; }
.article-hero__art::before, .article-hero__art::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.article-hero__art::before { inset: 14%; }
.article-hero__art::after { inset: 30%; }
.article-hero__art span { position: absolute; left: 8%; top: 48%; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.article-hero__art b { position: absolute; right: 20%; bottom: 20%; }
.article-hero__art i { position: absolute; width: 13px; height: 13px; left: 21%; top: 18%; border-radius: 50%; background: #86a2ff; box-shadow: 0 0 34px #86a2ff; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 720px); justify-content: center; gap: clamp(44px, 8vw, 110px); padding-top: clamp(80px,10vw,140px); padding-bottom: clamp(90px,11vw,160px); }
.article-aside { position: sticky; top: 120px; height: fit-content; padding-top: 8px; display: grid; gap: 12px; color: var(--muted); font-size: .75rem; }
.article-aside > span { text-transform: uppercase; letter-spacing: .1em; }
.article-aside a { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 700; overflow-wrap: anywhere; }
.article-content { min-width: 0; color: #2e3442; font-size: clamp(1.04rem,1.25vw,1.16rem); line-height: 1.82; }
.article-content > :first-child { margin-top: 0; }
.article-content h2 { margin: 2.4em 0 .7em; color: var(--ink); font-size: clamp(1.7rem,3vw,2.7rem); line-height: 1.12; letter-spacing: -.04em; }
.article-content h3 { margin: 2em 0 .6em; color: var(--ink); font-size: clamp(1.35rem,2.2vw,1.8rem); line-height: 1.18; letter-spacing: -.025em; }
.article-content h4 { margin: 1.8em 0 .5em; color: var(--ink); font-size: 1.12rem; }
.article-content p { margin: 0 0 1.35em; }
.article-content ul, .article-content ol { margin: 0 0 1.6em; padding-left: 1.25em; }
.article-content li { margin-bottom: .55em; padding-left: .35em; }
.article-content blockquote { margin: 2.2em 0; padding: 8px 0 8px 26px; border-left: 1px solid var(--blue); color: var(--ink); font-size: 1.3em; line-height: 1.5; }
.article-content hr { width: 100%; margin: 3em 0; border: 0; border-top: 1px solid var(--line); }
.next-article { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.article-cta { text-align: center; }
.article-cta .heading, .article-cta .lead { margin-inline: auto; }
.article-cta .btn { margin-top: 30px; }

/* Contact */
.reviews-section { position: relative; overflow: clip; padding: clamp(62px, 7vw, 92px) 0; background: #f5f7fb; }
.reviews-section::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(circle, rgba(40,87,217,.2) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(100deg, black, transparent 65%); pointer-events: none; }
.reviews-head { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(230px, 290px); gap: clamp(32px, 6vw, 72px); align-items: center; }
.reviews-head > div { max-width: 680px; }
.reviews-head .lead { max-width: 650px; margin-top: 18px; font-size: 1.05rem; }
.google-score { min-height: 132px; position: relative; display: grid; grid-template-columns: auto 1fr; align-content: center; align-items: end; column-gap: 15px; padding: 20px 22px; overflow: hidden; border: 1px solid rgba(40,87,217,.14); border-radius: 22px; background: rgba(255,255,255,.82); box-shadow: 0 18px 52px rgba(29,54,110,.09); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.google-score::before { content: "G"; position: absolute; top: -22px; right: 12px; color: rgba(40,87,217,.06); font-size: 9rem; font-weight: 700; line-height: 1; }
.google-score:hover { transform: translateY(-6px); box-shadow: 0 32px 84px rgba(29,54,110,.15); }
.google-score__stars, .review-stars { color: #f5a623; letter-spacing: .13em; }
.google-score__stars { grid-column: 1 / -1; font-size: .76rem; }
.google-score strong { margin: 8px 0 0; font-size: 2.65rem; line-height: .85; letter-spacing: -.065em; }
.google-score > span:last-child { align-self: center; color: var(--muted); font-size: .72rem; font-weight: 700; }
.reviews-shell { position: relative; margin-top: clamp(30px, 4vw, 44px); }
.reviews-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; color: var(--muted); font-size: .75rem; letter-spacing: .08em; }
.reviews-toolbar > span b { color: var(--ink); }
.reviews-toolbar > div { display: flex; gap: 8px; }
.reviews-toolbar button { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); cursor: pointer; transition: color .25s, background .25s, transform .25s; }
.reviews-toolbar button:first-child { transform: rotate(180deg); }
.reviews-toolbar button:hover { background: var(--blue); color: white; }
.reviews-toolbar button:disabled { opacity: .35; cursor: default; }
.reviews-toolbar button svg { width: 17px; }
.reviews-viewport { width: 100%; overflow-x: auto; padding: 2px max(16px, calc((100vw - min(calc(100% - 40px), 1180px)) / 2)) 28px; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.reviews-viewport::-webkit-scrollbar { display: none; }
.reviews-track { width: max-content; display: flex; align-items: stretch; gap: 18px; }
.review-card { width: min(360px, 82vw); height: 274px; display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(25,44,84,.1); border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: 0 14px 42px rgba(25,44,84,.06); scroll-snap-align: center; outline: none; transition: transform .35s var(--ease), border-color .3s, box-shadow .3s; }
.review-card:first-child { background: linear-gradient(145deg, #0a1733, #132d67); color: white; }
.review-card:hover, .review-card:focus-visible { transform: translateY(-6px); border-color: rgba(40,87,217,.34); box-shadow: 0 28px 74px rgba(25,44,84,.13); }
.review-card__top { display: grid; grid-template-columns: 38px 1fr auto; gap: 11px; align-items: center; }
.review-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #e9efff; color: var(--blue); font-size: .85rem; font-weight: 700; }
.review-card:first-child .review-avatar { background: rgba(255,255,255,.12); color: white; }
.review-card__top div { display: grid; gap: 3px; }
.review-card__top strong { font-size: .92rem; }
.review-card__top div span { color: var(--muted); font-size: .7rem; }
.review-card:first-child .review-card__top div span { color: rgba(255,255,255,.58); }
.review-index { color: #a5adba; font-size: .68rem; letter-spacing: .08em; }
.review-stars { margin-top: 20px; font-size: .78rem; }
.review-card blockquote { display: -webkit-box; margin: 18px 0 0; overflow: hidden; color: #384052; font-size: .94rem; line-height: 1.5; letter-spacing: -.015em; -webkit-box-orient: vertical; -webkit-line-clamp: 6; }
.review-card:first-child blockquote { color: rgba(255,255,255,.88); }
.contact-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.contact-details { margin-top: 34px; display: grid; gap: 12px; color: rgba(255,255,255,.7); }
.contact-details a { display: flex; align-items: center; gap: 12px; }
.contact-card { padding: clamp(28px, 5vw, 50px); border-radius: 28px; background: white; color: var(--ink); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .78rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 13px; background: #fafbfc; color: var(--ink); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(40,87,217,.14); border-color: var(--blue); }
.field input.is-invalid, .field select.is-invalid, .field textarea.is-invalid { border-color: #d83d51; background: #fff8f9; }
.field textarea { min-height: 118px; resize: vertical; }
.form-note { margin: 16px 0 0; color: var(--muted); font-size: .76rem; }
.form-status { min-height: 1.3em; margin: 12px 0 0; color: var(--muted); font-size: .78rem; font-weight: 600; }
.form-status.is-success { color: #137a4d; }
.form-status.is-error { color: #c73246; }
.form-honey { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-submit[aria-busy="true"] { cursor: wait; opacity: .72; }
.form-submit[aria-busy="true"] .btn-icon { animation: submitPulse .85s ease-in-out infinite alternate; }
@keyframes submitPulse { to { transform: translateX(5px); opacity: .45; } }
.form-actions { margin-top: 22px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

/* Footer */
.footer { padding: 60px 0 28px; background: #030712; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; padding-bottom: 48px; }
.footer-copy { max-width: 460px; margin-top: 20px; color: rgba(255,255,255,.58); }
.footer h3 { margin: 0 0 18px; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; color: rgba(255,255,255,.65); }
.footer-links a:hover { color: white; }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.45); font-size: .78rem; }

/* Case detail */
.case-page { background: var(--paper); }
.case-hero { min-height: 82svh; position: relative; overflow: hidden; display: flex; align-items: end; padding: 150px 0 80px; background: var(--navy); color: white; }
.case-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 25%, var(--case-accent,#2857d9), transparent 32%), linear-gradient(130deg,transparent 35%,rgba(255,255,255,.05)); opacity: .8; }
.case-hero-content { position: relative; z-index: 1; max-width: 920px; }
.case-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; color: rgba(255,255,255,.64); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.case-hero h1 { margin: 0; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .92; letter-spacing: -.06em; text-wrap: balance; }
.case-hero p { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: clamp(1.05rem,1.5vw,1.25rem); }
.case-summary { margin-top: -44px; position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); border-radius: 24px; background: white; box-shadow: var(--shadow); overflow: hidden; }
.summary-item { padding: 30px; border-right: 1px solid var(--line); }
.summary-item:last-child { border: 0; }
.summary-label { color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.summary-value { margin-top: 8px; font-size: 1.05rem; font-weight: 600; line-height: 1.3; }
.story-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.story-copy { display: grid; gap: 28px; }
.story-block { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.story-block:last-child { border: 0; }
.story-block h3 { margin: 0 0 12px; font-size: 1.45rem; letter-spacing: -.025em; }
.story-block p { margin: 0; color: var(--muted); }
.result-band { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.result-quote { margin: 0; font-size: clamp(1.8rem, 3.5vw, 3.7rem); line-height: 1.08; letter-spacing: -.045em; }
.result-list { display: grid; gap: 12px; }
.result-item { padding: 18px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.05); }
.media-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.media-card { min-height: 360px; position: relative; overflow: hidden; display: grid; place-items: center; border-radius: 24px; background: #e9edf4; }
.media-card.wide { grid-column: 1 / -1; min-height: 500px; }
.media-card img, .media-card video { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.media-card [hidden] { display: none !important; }
.media-fallback { padding: 34px; text-align: center; color: #4e5d75; }
.media-fallback strong { display: block; margin-bottom: 8px; font-size: 1.25rem; color: var(--ink); }
.media-fallback small { color: var(--muted); }
.next-case { display: flex; justify-content: space-between; align-items: center; gap: 30px; }

/* Reveal and accessibility */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

/* Motion system */
.has-gsap .reveal { opacity: 1; transform: none; transition: none; }
.word-clip { display: inline-block; overflow: hidden; vertical-align: bottom; margin-bottom: -.12em; padding-bottom: .12em; }
.word { display: inline-block; transform-origin: 50% 100%; will-change: transform, opacity; }
.hero .display .word { color: #fff; }
.motion-rail { position: fixed; z-index: 35; right: 16px; top: 50%; translate: 0 -50%; height: 180px; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255,255,255,.52); mix-blend-mode: difference; pointer-events: none; }
.motion-rail__number { font-size: .58rem; font-weight: 700; letter-spacing: .08em; }
.motion-rail__track { width: 1px; flex: 1; position: relative; overflow: hidden; background: rgba(255,255,255,.24); }
.motion-rail__track i { position: absolute; inset: 0; background: white; transform: scaleY(0); transform-origin: top; will-change: transform; }
.services-section { min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.services-stage { width: var(--container); }
.service-card::before { content: ""; position: absolute; inset: 1px; border-radius: inherit; background: radial-gradient(circle at var(--light-x, 20%) var(--light-y, 20%), rgba(255,255,255,.13), transparent 35%); opacity: .8; pointer-events: none; }
.service-card .service-top, .service-card .service-content { transform: translateZ(28px); }
.case-card .case-body { transform: translateZ(14px); }
.case-card.featured .case-body { transform: translateZ(20px); }
.manifesto::after { content: ""; position: absolute; width: min(64vw, 820px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.015), 0 0 0 160px rgba(255,255,255,.012); pointer-events: none; }
.founder-photo { isolation: isolate; }
.founder-photo::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(135deg, transparent 52%, rgba(40,87,217,.16)); pointer-events: none; }
.founder-photo img { height: 116%; top: -8%; will-change: transform; }
.media-card img, .media-card video { will-change: transform; }
.case-hero::after { content: ""; position: absolute; inset: auto 5% -40% auto; width: 46vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); }
.magnetic { will-change: transform; }

/* Chromatic proof room — refined incumbent structure */
.brand { position: relative; min-width: 148px; }
.brand-logo--dark { position: absolute; inset: 50% auto auto 0; opacity: 0; transform: translateY(-50%); }
.site-header.is-scrolled { color: var(--ink); background: rgba(255,255,255,.9); box-shadow: 0 12px 42px rgba(7,17,37,.08); }
.site-header.is-scrolled .nav { border-bottom-color: rgba(21,24,36,.1); }
.site-header.is-scrolled .nav-links { color: rgba(21,24,36,.72); }
.site-header.is-scrolled .nav-links a:hover { color: var(--ink); }
.site-header.is-scrolled .lang-toggle, .site-header.is-scrolled .menu-toggle { color: var(--ink); border-color: rgba(21,24,36,.16); background: rgba(21,24,36,.035); }
.site-header.is-scrolled .brand-logo--light { opacity: 0; }
.site-header.is-scrolled .brand-logo--dark { opacity: 1; }
.site-header .brand-logo { transition: opacity .2s ease; }

.hero { background: #02040c; }
.hero-video { opacity: .72; object-position: 42% 50%; }
.hero-overlay { background: linear-gradient(180deg, rgba(1,3,10,.54), rgba(1,3,10,.8)), radial-gradient(circle at 50% 42%, rgba(40,87,217,.12), transparent 38%); backdrop-filter: blur(1.5px); }
.hero-grid { opacity: .07; background-size: 86px 86px; }
.hero-content { width: min(1120px, calc(100vw - 40px)); padding-top: 152px; }
.hero .display { max-width: 1010px; color: #fff; background: none; -webkit-text-fill-color: #fff; font-size: clamp(3.1rem, 6.2vw, 5.85rem); letter-spacing: -.04em; }
.hero .display .word { color: #fff; background: none; -webkit-text-fill-color: #fff; }
.hero-copy { max-width: 790px; color: rgba(231,236,255,.78); font-size: clamp(1.02rem,1.4vw,1.2rem); }
.hero-whatsapp { color: white; border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.075); }
.hero-whatsapp:hover { background: rgba(255,255,255,.13); box-shadow: none; }
.hero-proof { color: rgba(231,236,255,.68); }
.hero-proof i { background: #8da9ff; box-shadow: 0 0 18px rgba(81,121,236,.75); }
.hero-lens, .hero-prism { position: absolute; z-index: 2; display: block; pointer-events: none; will-change: transform; }
.hero-lens { left: 14%; top: 17%; width: clamp(220px,28vw,500px); aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(125,156,255,.2); background: radial-gradient(circle, rgba(40,87,217,.2), rgba(40,87,217,.035) 44%, transparent 70%); box-shadow: inset 0 0 70px rgba(40,87,217,.12); }
.hero-prism { right: 7%; bottom: 1%; width: clamp(260px,34vw,600px); aspect-ratio: 1; border: 1px solid rgba(123,44,255,.2); border-radius: 50%; opacity: .62; box-shadow: 0 0 0 72px rgba(40,87,217,.025), 0 0 0 144px rgba(123,44,255,.018); }
.hero-orb { will-change: transform; }

.cases-showcase { padding: clamp(92px,10vw,148px) 0 0; overflow: clip; background: #fff; }
.cases-showcase__heading { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 42px; align-items: end; padding-bottom: clamp(46px,6vw,78px); }
.cases-showcase__heading .lead { max-width: 660px; }
.proof-wall { min-height: 760px; position: relative; overflow: clip; color: white; background: #0b0c12; }
.proof-wall::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px); background-size: 100% 92px; pointer-events: none; }
.proof-ribbon { position: absolute; display: block; width: min(760px,58vw); aspect-ratio: 2 / 1; border-radius: 50%; background: conic-gradient(from 220deg, #ff5a18, #ee167d 40%, #7b2cff 68%, #2857d9 84%, #ff5a18); -webkit-mask: radial-gradient(ellipse, transparent 56%, #000 58% 70%, transparent 72%); mask: radial-gradient(ellipse, transparent 56%, #000 58% 70%, transparent 72%); pointer-events: none; }
.proof-ribbon--one { top: -15%; right: -12%; transform: rotate(-12deg); }
.proof-ribbon--two { bottom: -18%; left: -13%; transform: rotate(23deg); opacity: .9; }
.proof-tabs { position: relative; z-index: 3; min-height: 74px; display: flex; align-items: center; gap: clamp(18px,3vw,38px); overflow-x: auto; border-bottom: 1px solid rgba(255,255,255,.14); scrollbar-width: none; }
.proof-tabs::-webkit-scrollbar { display: none; }
.proof-tabs a { flex: 0 0 auto; padding: 26px 0 20px; color: rgba(255,255,255,.54); font-size: .82rem; }
.proof-tabs a.is-active { color: white; }
.proof-tabs a.is-active::after { content: ""; display: block; height: 2px; margin-top: 18px; background: var(--blue-2); transform: scaleX(1); transform-origin: left; }
.proof-stage { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr); align-items: start; padding-top: 58px; padding-bottom: 72px; }
.proof-sheet { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border-radius: 16px; color: var(--ink); background: white; box-shadow: 0 42px 110px rgba(0,0,0,.32); will-change: transform; }
.proof-sheet--main, .proof-sheet--secondary { grid-area: 1 / 1; }
.proof-sheet--main { z-index: 1; width: 70%; justify-self: start; transform: rotate(-1.2deg); }
.proof-sheet--secondary { z-index: 2; width: 44%; margin-top: 132px; justify-self: end; transform: rotate(2.2deg); }
.proof-sheet__top { min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 22px; border-bottom: 1px solid #e7e9ee; color: var(--muted); font-size: .75rem; }
.proof-sheet__top img { width: auto; max-width: 164px; max-height: 42px; object-fit: contain; }
.proof-sheet__gallery { height: 330px; min-height: 0; overflow: hidden; display: grid; grid-template-columns: minmax(0,1.5fr) minmax(110px,.5fr); grid-template-rows: repeat(3,minmax(0,1fr)); gap: 6px; padding: 6px; background: #111525; }
.proof-sheet__gallery video { grid-row: 1 / -1; width: 100%; height: 100%; min-width: 0; min-height: 0; max-height: 100%; display: block; object-fit: cover; border-radius: 9px; }
.proof-sheet__gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 9px; object-position: 50% 48%; }
.proof-sheet__video { height: 252px; display: block; overflow: hidden; background: #111525; }
.proof-sheet__video video { width: 100%; height: 100%; object-fit: cover; }
.proof-sheet__body { display: grid; gap: 10px; padding: 24px; }
.proof-sheet__body small { color: var(--blue); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.proof-sheet__body strong { max-width: 25ch; font-size: clamp(1.25rem,2vw,1.85rem); line-height: 1.08; letter-spacing: -.028em; }
.proof-sheet__body > span { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.proof-sheet__body b { display: flex; align-items: center; gap: 8px; margin-top: 6px; color: var(--blue); font-size: .78rem; }

.case-rail-shell { padding: 36px 0 clamp(92px,10vw,142px); background: #fff; }
.case-rail-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; color: var(--muted); font-size: .74rem; letter-spacing: .08em; }
.case-rail-head > div, .reviews-toolbar > div { display: flex; gap: 8px; }
.case-rail-head button, .reviews-toolbar button { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); }
.case-rail-head button:first-child { transform: rotate(180deg); }
.case-rail-head button:disabled, .reviews-toolbar button:disabled { opacity: .3; cursor: default; }
.case-rail-viewport, .reviews-viewport { width: 100%; overflow: hidden; touch-action: pan-y; cursor: grab; }
.case-rail-viewport.is-dragging, .reviews-viewport.is-dragging { cursor: grabbing; user-select: none; }
.case-rail-track, .reviews-track { width: max-content; display: flex; align-items: stretch; gap: 16px; padding: 2px max(16px,calc((100vw - min(calc(100% - 40px),1180px)) / 2)) 28px; will-change: transform; }
.case-rail-card { width: min(420px,82vw); min-height: 244px; position: relative; overflow: hidden; display: grid; grid-template-columns: 42% 1fr; border-radius: 16px; color: white; background: var(--case-bg); box-shadow: 0 20px 58px rgba(15,31,66,.14); }
.case-rail-card::after { content: ""; position: absolute; right: -25%; bottom: -62%; width: 72%; aspect-ratio: 1; border-radius: 50%; border: 28px solid var(--case-accent); opacity: .58; }
.case-rail-card__media { position: relative; z-index: 1; display: grid; place-items: center; margin: 12px 0 12px 12px; padding: 22px; border-radius: 12px; background: white; }
.case-rail-card__media img { max-width: 100%; max-height: 82px; object-fit: contain; }
.case-rail-card__copy { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 9px; padding: 26px 22px; }
.case-rail-card__copy small { color: rgba(255,255,255,.55); font-size: .68rem; }
.case-rail-card__copy strong { font-size: 1.12rem; }
.case-rail-card__copy > span { display: -webkit-box; overflow: hidden; color: rgba(255,255,255,.72); font-size: .82rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.case-rail-card__arrow { position: absolute; z-index: 2; right: 18px; bottom: 18px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); }
.case-rail-card__arrow svg { width: 16px; }

.reviews-viewport { padding: 0; scroll-snap-type: none; }
.review-card { flex: 0 0 auto; scroll-snap-align: none; }

@media (hover: hover) and (pointer: fine) {
  .proof-sheet:hover { transform: translateY(-8px) rotate(0); }
  .case-rail-card:hover { transform: translateY(-5px); }
}

@media (max-width: 1023px) {
  .nav-links { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .nav.is-open .nav-links { position: absolute; display: grid; top: 78px; left: 20px; right: 20px; padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(7,17,37,.96); backdrop-filter: blur(18px); }
  .problem-grid, .founder-grid, .contact-wrap, .story-grid, .result-band, .credentials-grid { grid-template-columns: 1fr; }
  .sticky-copy { position: relative; top: auto; }
  .services-section { min-height: auto; display: block; overflow: hidden; }
  .service-track-wrap { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin-right: -20px; }
  .service-track { width: max-content; grid-template-columns: repeat(4, min(78vw, 430px)); padding-right: 20px; }
  .service-card { flex-basis: min(78vw, 430px); min-height: 420px; scroll-snap-align: start; }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .method-progress { display: none; }
  .method-step { padding-top: 58px; }
  .method-dot { left: 28px; }
  .case-card.featured { grid-template-columns: 1fr; }
  .case-card.featured .case-visual { min-height: 360px; }
  .credentials-copy { max-width: 760px; }
  .credentials-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .credential-badge--nuvem { grid-column: 1 / -1; }
  .credential-badge { min-height: 250px; }
  .reviews-head { grid-template-columns: minmax(0,1fr) 230px; }
  .article-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .article-card--featured { grid-column: span 2; }
  .blog-stat { position: relative; margin-top: 42px; text-align: left; }
  .blog-toolbar { align-items: flex-start; flex-direction: column; }
  .blog-filter { justify-content: flex-start; }
  .article-layout { grid-template-columns: minmax(0,720px); }
  .article-aside { position: relative; top: auto; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
  .next-article { grid-template-columns: 1fr; }
  .proof-sheet__gallery { height: 290px; }
}

@media (max-width: 720px) {
  :root { --container: min(100% - 32px, 1180px); }
  .section { padding: 78px 0; }
  .nav { min-height: 74px; }
  .nav-cta { display: none; }
  .brand-logo { width: 136px; }
  .footer-brand .brand-logo { width: 156px; }
  .hero-content { padding: 120px 0 74px; }
  .hero .display { font-size: clamp(2.55rem, 12.5vw, 4.2rem); }
  .hero-proof { grid-template-columns: 1fr; gap: 7px; text-align: left; }
  .hero-scroll { display: none; }
  .motion-rail { display: none; }
  .logo-set { gap: 42px; padding-right: 42px; }
  .services-intro { grid-template-columns: 1fr; gap: 18px; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-arrow { rotate: 90deg; margin: auto; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card.featured { grid-column: auto; }
  .case-visual { min-height: 240px; }
  .method-grid { grid-template-columns: 1fr; }
  .founder-photo { min-height: 460px; }
  .section-head { align-items: start; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .case-hero { min-height: 74svh; padding-bottom: 62px; }
  .case-summary { grid-template-columns: 1fr; }
  .summary-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .media-grid { grid-template-columns: 1fr; }
  .media-card.wide { grid-column: auto; min-height: 360px; }
  .next-case { align-items: start; flex-direction: column; }
  .credentials-section { padding: 72px 0; }
  .credentials-cards { grid-template-columns: 1fr; }
  .credential-badge--nuvem { grid-column: auto; }
  .credential-badge { min-height: 230px; padding: 54px 24px 30px; border-radius: 24px; }
  .reviews-section { padding: 62px 0; }
  .reviews-head { grid-template-columns: 1fr; }
  .google-score { width: min(100%, 320px); min-height: 124px; }
  .reviews-toolbar { margin-bottom: 16px; }
  .review-card { width: 82vw; height: 264px; padding: 22px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card, .article-card--featured { min-height: 0; grid-column: auto; display: flex; }
  .article-card--featured .article-cover { min-height: 250px; }
  .article-cover { min-height: 210px; }
  .blog-hero { min-height: 82svh; padding: 128px 0 68px; }
  .blog-hero h1 { font-size: clamp(2.7rem,13vw,4.5rem); }
  .blog-hero__orbit { width: 90vw; right: -52%; top: 10%; }
  .blog-filter { flex-wrap: nowrap; max-width: calc(100vw - 32px); overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }
  .blog-filter button { flex: 0 0 auto; }
  .article-hero { min-height: 78svh; padding: 126px 0 64px; }
  .article-hero h1 { font-size: clamp(2.55rem,12vw,4.4rem); }
  .article-hero__art { width: 105vw; right: -64%; opacity: .44; }
  .article-layout { padding-top: 72px; padding-bottom: 90px; }
  .article-content { font-size: 1rem; line-height: 1.75; }
  .article-hero .article-meta { gap: 8px 12px; }
  .brand { min-width: 136px; }
  .hero-lens { left: -18%; top: 22%; width: 72vw; }
  .hero-prism { right: -28%; width: 78vw; }
  .cases-showcase__heading { grid-template-columns: 1fr; align-items: start; }
  .cases-showcase__heading .btn { justify-self: start; }
  .proof-wall { min-height: 0; }
  .proof-tabs { width: calc(100% - 32px); }
  .proof-stage { display: block; padding-top: 34px; }
  .proof-sheet--main { width: 96%; transform: rotate(-.8deg); }
  .proof-sheet--secondary { width: 92%; margin: -54px 0 0 auto; transform: rotate(1deg); }
  .proof-sheet__gallery { height: 290px; grid-template-columns: minmax(0,1.4fr) minmax(84px,.6fr); }
  .proof-ribbon { width: 110vw; }
  .proof-ribbon--one { top: -6%; right: -58%; }
  .proof-ribbon--two { bottom: -4%; left: -58%; }
  .case-rail-card { min-height: 230px; grid-template-columns: 40% 1fr; }
}

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