@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --bg: #07111f;
  --bg-soft: #0b1728;
  --surface: #ffffff;
  --surface-soft: #f4f6fa;
  --text: #0d1728;
  --muted: #647087;
  --line: #dfe5ee;
  --white: #ffffff;
  --purple: #7457ff;
  --purple-dark: #5b3df2;
  --mint: #45e0ba;
  --pink: #ff7ac8;
  --orange: #ffae5c;
  --shadow: 0 24px 70px rgba(5, 18, 38, .15);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 13px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--surface);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
svg { display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section-pad { padding: 120px 0; }
.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 100;
  opacity: .026; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed; left: 0; right: 0; top: 0; z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled {
  background: rgba(7,17,31,.83); border-color: rgba(255,255,255,.09); backdrop-filter: blur(18px);
}
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); font-family: "Space Grotesk", sans-serif; font-weight: 700; letter-spacing: -.04em; font-size: 18px; }
.brand-mark { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: linear-gradient(135deg, var(--mint), #7e6cff 72%); box-shadow: 0 10px 28px rgba(94, 84, 255, .28); }
.brand-mark svg { width: 23px; height: 23px; fill: #07111f; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 600; transition: color .2s; }
.desktop-nav a:hover { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.lang-switcher { display: flex; border: 1px solid rgba(255,255,255,.15); padding: 3px; border-radius: 999px; }
.lang-btn { color: rgba(255,255,255,.6); background: transparent; border: 0; width: 34px; height: 28px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.lang-btn.active { background: rgba(255,255,255,.14); color: #fff; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: transparent; padding: 11px; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 4px 0; border-radius: 99px; transition: transform .25s, opacity .25s; }
.menu-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { display: none; }
.mobile-language { display: none; }

.button {
  min-height: 52px; padding: 0 24px; border: 0; border-radius: 13px;
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  color: white; background: linear-gradient(135deg, var(--purple), var(--purple-dark));
  font-size: 14px; font-weight: 800; box-shadow: 0 14px 36px rgba(103, 74, 255, .28);
  transition: transform .22s, box-shadow .22s, filter .22s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(103, 74, 255, .36); filter: brightness(1.05); }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-small { min-height: 42px; padding: 0 18px; font-size: 12px; }
.button-light { background: #fff; color: #111b2c; box-shadow: 0 15px 35px rgba(0,0,0,.16); }
.button-white { background: #fff; color: #182033; box-shadow: none; }

.hero { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; background: var(--bg); color: #fff; padding-top: 170px; padding-bottom: 105px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 620px; height: 620px; right: -180px; top: 90px; background: radial-gradient(circle, rgba(112,80,255,.34), transparent 68%); }
.hero-glow-two { width: 420px; height: 420px; left: -210px; bottom: -160px; background: radial-gradient(circle, rgba(69,224,186,.18), transparent 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 60px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05); border-radius: 999px; color: rgba(255,255,255,.76); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 5px rgba(69,224,186,.09); }
.hero h1 { max-width: 690px; margin: 25px 0 22px; font-family: "Space Grotesk", sans-serif; font-size: clamp(52px, 6vw, 82px); line-height: .98; letter-spacing: -.065em; }
.hero-lead { max-width: 650px; color: rgba(255,255,255,.67); font-size: 18px; line-height: 1.75; margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.84); font-size: 14px; font-weight: 700; }
.text-link span:last-child { color: var(--mint); font-size: 20px; transition: transform .2s; }
.text-link:hover span:last-child { transform: translate(3px,3px); }
.hero-trust { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.11); padding-top: 25px; gap: 18px; }
.hero-trust div { display: flex; flex-direction: column; gap: 4px; }
.hero-trust strong { font-family: "Space Grotesk", sans-serif; font-size: 18px; }
.hero-trust span { color: rgba(255,255,255,.46); font-size: 11px; }

.hero-visual { position: relative; min-height: 560px; display: flex; align-items: center; justify-content: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit-one { width: 560px; height: 560px; }
.orbit-two { width: 420px; height: 420px; }
.dashboard-card { position: relative; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(145deg, rgba(21,34,55,.92), rgba(9,19,34,.9)); box-shadow: 0 40px 100px rgba(0,0,0,.35); backdrop-filter: blur(20px); }
.main-dashboard { z-index: 3; width: 100%; max-width: 570px; border-radius: 28px; padding: 26px; transform: perspective(1200px) rotateY(-6deg) rotateX(2deg); }
.dashboard-topbar { display: flex; align-items: center; justify-content: space-between; }
.dashboard-topbar > div { display: flex; flex-direction: column; gap: 5px; }
.dashboard-kicker { font-size: 10px; color: rgba(255,255,255,.42); text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.dashboard-topbar strong { font-family: "Space Grotesk", sans-serif; font-size: 20px; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border-radius: 999px; background: rgba(69,224,186,.1); color: var(--mint); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(69,224,186,.08); }
.chart-wrap { padding: 22px 0 5px; }
.chart-wrap svg { width: 100%; height: auto; }
.chart-grid line { stroke: rgba(255,255,255,.06); stroke-width: 1; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-row div { min-width: 0; padding: 14px; border: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.035); border-radius: 13px; display: flex; flex-direction: column; gap: 8px; }
.metric-row span { color: rgba(255,255,255,.42); font-size: 9px; text-transform: uppercase; font-weight: 800; letter-spacing: .07em; }
.metric-row strong { color: #fff; font-size: 12px; overflow-wrap: anywhere; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border-radius: 15px; border: 1px solid rgba(255,255,255,.13); background: rgba(14,27,46,.89); box-shadow: 0 18px 46px rgba(0,0,0,.3); backdrop-filter: blur(16px); animation: float 5s ease-in-out infinite; }
.floating-card > div:last-child { display: flex; flex-direction: column; gap: 3px; }
.floating-card span { font-size: 9px; color: rgba(255,255,255,.48); }
.floating-card strong { font-size: 11px; color: #fff; }
.creative-card { left: -18px; top: 105px; }
.signal-card { right: -20px; bottom: 95px; animation-delay: -2.5s; }
.mini-icon { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; }
.mini-icon svg { width: 18px; height: 18px; stroke: white; fill: none; stroke-width: 1.8; }
.gradient-pink { background: linear-gradient(135deg, #ff7ac8, #855cff); }
.gradient-green { background: linear-gradient(135deg, #41e1ba, #3c89ff); }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.logo-strip { border-bottom: 1px solid var(--line); background: #fff; }
.logo-strip-inner { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.logo-strip-inner > span { color: var(--muted); font-size: 12px; font-weight: 700; }
.capability-list { display: flex; align-items: center; gap: 22px; color: #273248; font-family: "Space Grotesk", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .08em; }
.capability-list i { width: 4px; height: 4px; border-radius: 50%; background: var(--purple); }

.section-heading { display: grid; grid-template-columns: 1.1fr .65fr; align-items: end; gap: 60px; margin-bottom: 55px; }
.section-label { display: inline-block; margin-bottom: 16px; color: var(--purple); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.section-label.light { color: rgba(255,255,255,.68); }
.section-heading h2, .approach-copy h2, .expertise-copy h2, .contact-copy h2, .insight-card h2 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(38px, 4.5vw, 60px); line-height: 1.04; letter-spacing: -.05em; }
.section-heading p, .approach-copy > p, .expertise-copy > p, .contact-copy > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { position: relative; padding: 28px; min-height: 430px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { background: var(--bg); color: #fff; border-color: var(--bg); }
.service-card.featured::before { content: ""; position: absolute; width: 250px; height: 250px; border-radius: 50%; background: radial-gradient(circle, rgba(119,86,255,.45), transparent 67%); right: -85px; top: -80px; }
.service-number { position: absolute; right: 24px; top: 24px; color: #aab3c1; font-size: 11px; font-weight: 800; }
.service-card.featured .service-number { color: rgba(255,255,255,.35); }
.service-icon { width: 54px; height: 54px; border-radius: 16px; background: #f1efff; display: grid; place-items: center; margin-bottom: 50px; }
.service-card.featured .service-icon { background: linear-gradient(135deg, var(--purple), var(--pink)); }
.service-icon svg { width: 27px; height: 27px; fill: none; stroke: var(--purple); stroke-width: 1.7; }
.service-card.featured .service-icon svg { stroke: #fff; }
.service-card h3 { margin: 0 0 14px; font-family: "Space Grotesk", sans-serif; font-size: 24px; letter-spacing: -.03em; }
.service-card p { min-height: 76px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-card.featured p { color: rgba(255,255,255,.58); }
.service-card ul { margin: 25px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; display: grid; gap: 12px; }
.service-card.featured ul { border-color: rgba(255,255,255,.11); }
.service-card li { position: relative; padding-left: 18px; color: #4c586c; font-size: 12px; font-weight: 600; }
.service-card.featured li { color: rgba(255,255,255,.68); }
.service-card li::before { content: ""; position: absolute; left: 0; top: 6px; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }

.section-dark { position: relative; overflow: hidden; background: var(--bg); color: #fff; }
.section-dark::after { content: ""; position: absolute; width: 620px; height: 620px; right: -220px; top: -140px; border-radius: 50%; background: radial-gradient(circle, rgba(117,84,255,.22), transparent 68%); }
.approach-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1fr; gap: 100px; align-items: start; }
.approach-copy { position: sticky; top: 135px; }
.approach-copy > p { margin: 25px 0 32px; max-width: 540px; color: rgba(255,255,255,.57); }
.process-list { display: grid; }
.process-step { display: grid; grid-template-columns: 64px 1fr; gap: 25px; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.process-step:first-child { padding-top: 0; }
.process-step > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.06); color: var(--mint); font-family: "Space Grotesk"; font-size: 12px; font-weight: 700; }
.process-step h3 { margin: 2px 0 8px; font-family: "Space Grotesk", sans-serif; font-size: 25px; }
.process-step p { margin: 0; color: rgba(255,255,255,.52); font-size: 14px; line-height: 1.7; }

.expertise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.expertise-visual { position: relative; min-height: 600px; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-lg); background: linear-gradient(145deg, #f0edff, #e6f8f4); overflow: hidden; }
.expertise-visual::before { content: ""; position: absolute; width: 350px; height: 350px; left: -120px; top: -110px; border: 1px solid rgba(111,84,255,.14); border-radius: 50%; box-shadow: 0 0 0 55px rgba(111,84,255,.04), 0 0 0 110px rgba(111,84,255,.025); }
.phone { position: absolute; width: 230px; height: 470px; padding: 9px; border-radius: 40px; background: #111928; box-shadow: 0 30px 65px rgba(17,25,40,.3); }
.phone-notch { position: absolute; z-index: 2; width: 78px; height: 20px; left: 50%; top: 14px; transform: translateX(-50%); border-radius: 999px; background: #111928; }
.phone-screen { height: 100%; border-radius: 32px; background: #f9fbff; padding: 40px 16px 18px; overflow: hidden; }
.phone-front { z-index: 3; transform: rotate(4deg) translate(50px, 15px); }
.phone-back { z-index: 2; transform: rotate(-10deg) translate(-70px, 28px); opacity: .9; }
.screen-purple { background: linear-gradient(160deg, #7559ff, #ab73ff 55%, #ff8dcf); display: flex; flex-direction: column; justify-content: flex-end; padding: 35px 22px; }
.app-chip { width: 50px; height: 50px; border-radius: 15px; background: rgba(255,255,255,.2); margin-bottom: 20px; }
.app-lines { display: grid; gap: 9px; }
.app-lines i { display: block; height: 8px; border-radius: 99px; background: rgba(255,255,255,.75); }
.app-lines i:nth-child(2) { width: 75%; }
.app-lines i:nth-child(3) { width: 58%; opacity: .6; }
.app-button { height: 42px; margin-top: 28px; border-radius: 12px; background: #fff; }
.app-header { display: flex; justify-content: space-between; align-items: center; }
.app-header span { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, var(--mint), var(--purple)); }
.app-header i { width: 25px; height: 5px; border-radius: 10px; background: #dfe4ed; box-shadow: 0 9px 0 #dfe4ed; }
.app-hero-block { margin-top: 30px; padding: 20px 14px 10px; color: white; border-radius: 20px; background: var(--bg); }
.app-hero-block small { display: block; color: rgba(255,255,255,.55); font-size: 9px; }
.app-hero-block strong { display: block; margin-top: 5px; font-size: 28px; font-family: "Space Grotesk"; }
.app-hero-block svg { width: 100%; margin-top: 12px; }
.app-hero-block path { fill: none; stroke: var(--mint); stroke-width: 4; stroke-linecap: round; }
.app-data-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 18px; }
.app-data-row span { height: 52px; border-radius: 13px; background: #eef1f7; }
.app-list { display: grid; gap: 10px; margin-top: 18px; }
.app-list i { height: 44px; border-radius: 12px; background: #f0f2f7; }
.expertise-badge { position: absolute; z-index: 5; left: 42px; bottom: 55px; display: flex; align-items: center; gap: 10px; padding: 14px 17px; background: #fff; border-radius: 15px; box-shadow: var(--shadow); }
.expertise-badge span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--purple); }
.expertise-badge strong { font-size: 11px; }
.expertise-copy > p { margin: 23px 0 34px; }
.feature-list { display: grid; gap: 23px; }
.feature-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; }
.check { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--purple); background: #eeebff; font-weight: 800; }
.feature-list h3 { margin: 0 0 5px; font-family: "Space Grotesk", sans-serif; font-size: 17px; }
.feature-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.insight-section { padding: 0 0 30px; }
.insight-card { position: relative; min-height: 330px; border-radius: var(--radius-lg); padding: 64px; display: flex; align-items: center; justify-content: space-between; gap: 60px; overflow: hidden; color: #fff; background: linear-gradient(125deg, #6a4df5 0%, #7f5df7 45%, #d16bca 100%); }
.insight-card::before { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; right: 220px; top: -190px; box-shadow: 0 0 0 65px rgba(255,255,255,.05), 0 0 0 130px rgba(255,255,255,.03); }
.insight-card > * { position: relative; z-index: 2; }
.insight-card h2 { max-width: 780px; font-size: clamp(36px, 4.4vw, 58px); }
.insight-card .button { flex: 0 0 auto; }

.contact-section { background: var(--surface-soft); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy > p { margin: 22px 0 30px; max-width: 500px; }
.contact-email { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.contact-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; background: #ece8ff; color: var(--purple); font-weight: 800; }
.contact-email > span:last-child { display: flex; flex-direction: column; gap: 4px; }
.contact-email small { color: var(--muted); font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }
.contact-email strong { font-size: 14px; }
.legal-card { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.6); display: flex; flex-direction: column; gap: 7px; }
.legal-card strong { font-family: "Space Grotesk"; }
.legal-card span { color: var(--muted); font-size: 12px; line-height: 1.7; }
.contact-form { padding: 34px; border-radius: var(--radius-md); background: #fff; box-shadow: 0 20px 60px rgba(10,26,49,.08); }
.contact-form label { display: grid; gap: 9px; margin-bottom: 18px; color: #2a3446; font-size: 11px; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #dfe4ed; border-radius: 12px; outline: none; color: var(--text); background: #fbfcfe; padding: 14px 15px; font-size: 13px; transition: border-color .2s, box-shadow .2s, background .2s; }
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--purple); background: #fff; box-shadow: 0 0 0 4px rgba(116,87,255,.08); }
.contact-form input.invalid, .contact-form textarea.invalid { border-color: #e5566f; box-shadow: 0 0 0 4px rgba(229,86,111,.07); }
.form-submit { width: 100%; }
.form-note { margin: 12px 0 0; color: #8b95a6; font-size: 10px; text-align: center; }
.form-status { min-height: 20px; margin-top: 10px; font-size: 11px; color: #d94d66; text-align: center; }

.site-footer { color: #fff; background: var(--bg); }
.footer-main { min-height: 280px; display: grid; grid-template-columns: 1.2fr .7fr .9fr; gap: 60px; align-items: center; }
.brand-footer { margin-bottom: 18px; }
.footer-main p { margin: 0; max-width: 320px; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.7; }
.footer-links, .footer-contact { display: grid; gap: 13px; }
.footer-links a { color: rgba(255,255,255,.68); font-size: 13px; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-contact { color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.5; }
.footer-contact a { color: #fff; font-size: 13px; font-weight: 700; }
.footer-bottom { min-height: 76px; border-top: 1px solid rgba(255,255,255,.09); display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.38); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.2,1); transition-delay: var(--delay,0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; display: flex; flex-direction: column; gap: 8px; top: 82px; left: 0; right: 0; padding: 22px 20px 28px; background: rgba(7,17,31,.97); border-bottom: 1px solid rgba(255,255,255,.1); transform: translateY(-130%); opacity: 0; transition: .28s ease; }
  .mobile-menu.open { transform: translateY(0); opacity: 1; }
  .mobile-menu a:not(.button) { padding: 12px 3px; color: rgba(255,255,255,.75); font-weight: 700; }
  .mobile-menu .button { margin-top: 8px; }
  .mobile-language { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; padding: 13px 3px; border-top: 1px solid rgba(255,255,255,.09); }
  .mobile-language > span { color: rgba(255,255,255,.45); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-language .lang-switcher { display: flex; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 150px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { max-width: 700px; width: 100%; margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 350px; }
  .approach-grid { gap: 60px; }
  .expertise-grid { gap: 50px; }
  .contact-grid { gap: 50px; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 84px 0; }
  .desktop-cta { display: none; }
  .nav-wrap { height: 72px; }
  .mobile-menu { top: 72px; }
  .hero { min-height: auto; padding-top: 130px; padding-bottom: 80px; }
  .hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 18px; }
  .hero-trust { grid-template-columns: 1fr; gap: 14px; }
  .hero-trust div { display: grid; grid-template-columns: 110px 1fr; align-items: center; }
  .hero-visual { min-height: 430px; }
  .main-dashboard { padding: 18px; transform: none; }
  .metric-row { grid-template-columns: 1fr; }
  .metric-row div:nth-child(n+2) { display: none; }
  .creative-card { left: 0; top: 55px; }
  .signal-card { right: 0; bottom: 45px; }
  .orbit-one { width: 430px; height: 430px; }
  .orbit-two { width: 320px; height: 320px; }
  .logo-strip-inner { padding: 24px 0; align-items: flex-start; flex-direction: column; gap: 16px; }
  .capability-list { width: 100%; justify-content: space-between; gap: 8px; font-size: 11px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: auto; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-copy { position: static; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-visual { min-height: 520px; }
  .insight-card { min-height: 390px; padding: 42px 28px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; padding: 60px 0; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .brand { font-size: 15px; }
  .brand-mark { width: 31px; height: 31px; }
  .nav-actions { gap: 8px; }
  .lang-switcher { display: none; }
  .hero h1 { letter-spacing: -.055em; }
  .hero-visual { min-height: 380px; }
  .dashboard-topbar strong { font-size: 16px; }
  .chart-wrap { padding-top: 10px; }
  .floating-card { transform: scale(.9); }
  .creative-card { left: -10px; top: 26px; }
  .signal-card { right: -12px; bottom: 20px; }
  .section-heading h2, .approach-copy h2, .expertise-copy h2, .contact-copy h2, .insight-card h2 { font-size: 38px; }
  .expertise-visual { min-height: 470px; }
  .phone { width: 190px; height: 390px; border-radius: 34px; }
  .phone-screen { border-radius: 27px; }
  .phone-front { transform: rotate(4deg) translate(35px, 10px); }
  .phone-back { transform: rotate(-10deg) translate(-52px, 24px); }
  .expertise-badge { left: 18px; bottom: 28px; }
  .contact-form { padding: 24px 18px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-main > div:first-child { grid-column: auto; }
  .footer-bottom { padding: 20px 0; flex-direction: column; align-items: flex-start; gap: 12px; }
}

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