:root {
  --ink: #07111f;
  --ink-2: #0b1728;
  --surface: #f4f7fb;
  --white: #fff;
  --text: #102038;
  --muted: #5f6d80;
  --line: #dce4ef;
  --blue: #1268ff;
  --blue-2: #4adcf7;
  --green: #39d98a;
  --radius: 22px;
  --container: 1200px;
  --shadow: 0 24px 80px rgba(12, 31, 59, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; background: white; transform: translateY(-150%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #6de7ff; outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; color: white; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(5, 14, 27, .92); box-shadow: 0 12px 36px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: white; font: 700 22px/1 Manrope, sans-serif; letter-spacing: -.8px; }
.brand svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand > span > span { color: #54a3ff; font-weight: 500; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a, .login-link { color: #c7d3e3; font-size: 14px; font-weight: 500; transition: color .2s; }
.desktop-nav a:hover, .login-link:hover { color: white; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 13px 22px; color: white; background: var(--blue); border: 1px solid var(--blue); border-radius: 12px; font-weight: 700; line-height: 1.2; cursor: pointer; box-shadow: 0 12px 30px rgba(18,104,255,.22); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: #2a78ff; box-shadow: 0 18px 36px rgba(18,104,255,.32); }
.button-small { min-height: 44px; padding: 10px 17px; font-size: 14px; border-radius: 10px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 1px; margin: 6px auto; background: white; }
.mobile-nav { display: none; }

.hero { min-height: 920px; position: relative; overflow: hidden; padding: 170px 0 0; color: white; background: var(--ink); }
.hero-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(102,160,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(102,160,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black 20%, transparent 85%); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(90px); opacity: .22; }
.hero-glow-one { width: 520px; height: 520px; right: 4%; top: 110px; background: #075cff; }
.hero-glow-two { width: 300px; height: 300px; left: 20%; bottom: 40px; background: #00d5ff; opacity: .08; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 64px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; color: #7eb5ff; font-size: 12px; line-height: 1.2; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.hero h1 { max-width: 670px; margin: 24px 0; font: 700 clamp(44px, 5.1vw, 74px)/1.04 Manrope, sans-serif; letter-spacing: -.06em; }
.hero h1 em { color: #72c7ff; font-style: normal; }
.hero-copy > p { max-width: 620px; color: #b8c6d9; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: #e7eef8; font-weight: 600; }
.text-link span { color: #69c8ff; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 24px; font-size: 13px !important; color: #8191a8 !important; }
.hero-note svg { width: 17px; fill: none; stroke: var(--green); stroke-width: 2; }

.hero-photo { min-height: 570px; position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(111,173,255,.24); border-radius: 24px; background: #081526; box-shadow: 0 60px 120px rgba(0,0,0,.3); }
.hero-photo::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(4,12,24,.28), transparent 52%), linear-gradient(0deg, rgba(3,9,18,.3), transparent 42%); }
.hero-photo img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; object-position: 52% center; transform: scale(1.035); animation: slowPhotoDrift 12s ease-in-out infinite alternate; }
.photo-scanline { position: absolute; z-index: 2; left: 0; right: 0; top: -25%; height: 30%; pointer-events: none; opacity: .55; background: linear-gradient(180deg, transparent, rgba(97,207,255,.06), transparent); animation: scanline 5.5s linear infinite; }
.photo-status { position: absolute; z-index: 3; left: 22px; right: 22px; bottom: 20px; display: flex; justify-content: space-between; padding-top: 15px; color: #c9d8eb; border-top: 1px solid rgba(255,255,255,.18); font: 600 10px/1 Inter, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.photo-card { position: absolute; z-index: 3; min-width: 146px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(5,15,28,.78); box-shadow: 0 12px 30px rgba(0,0,0,.3); backdrop-filter: blur(10px); animation: metricFloat 5s ease-in-out infinite; }.photo-card span { display: block; color: #91a5be; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }.photo-card strong { color: white; font-size: 13px; }.photo-card i { position: absolute; right: 12px; bottom: 16px; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); animation: livePulse 2.2s ease-out infinite; }.photo-card-one { right: 22px; top: 95px; }.photo-card-two { left: 24px; top: 280px; animation-delay: -2s; }
@keyframes slowPhotoDrift { from { transform: scale(1.035) translate3d(0,0,0); } to { transform: scale(1.075) translate3d(-1.2%,.5%,0); } }
@keyframes scanline { from { transform: translateY(-50%); } to { transform: translateY(480%); } }

.live { display: inline-flex; align-items: center; gap: 7px; color: #88a1bd; }
.live i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.trust-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border-top: 1px solid rgba(255,255,255,.13); }
.trust-strip div { min-height: 94px; display: flex; align-items: center; gap: 12px; padding: 20px 22px; color: #aebdd0; font-size: 13px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip svg { width: 20px; fill: none; stroke: #6ecbff; stroke-width: 1.7; }

.proof-section { padding: 118px 0; background: #eef3f9; }
.proof-grid { display: grid; grid-template-columns: 1fr 2.4fr; column-gap: 72px; }
.proof-intro h2, .section-heading h2, .managed-copy h2, .analysis-copy h2 { margin: 0; font: 700 clamp(34px, 4vw, 54px)/1.12 Manrope, sans-serif; letter-spacing: -.05em; }
.proof-intro > p { max-width: 670px; color: var(--muted); font-size: 18px; }
.card-number { color: #76869a; font-size: 11px; letter-spacing: .1em; }

.solutions-section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 64px; }
.section-heading .section-kicker { margin-bottom: 18px; }
.section-heading > p { max-width: 440px; margin: 0; color: var(--muted); font-size: 17px; }
.solution-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 64px; }
.solution-card { min-height: 590px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fbfcfe; transition: transform .25s, box-shadow .25s, border-color .25s; }
.solution-card { position: relative; overflow: hidden; }
.solution-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; background: radial-gradient(420px circle at var(--card-x, 50%) var(--card-y, 50%), rgba(18,104,255,.1), transparent 52%); transition: opacity .25s; }
.solution-card:hover::before { opacity: 1; }
.solution-card:hover { transform: translateY(-6px); border-color: #a9c9f6; box-shadow: var(--shadow); }
.solution-card-featured { color: white; border-color: #17355c; background: linear-gradient(145deg, #0d213d, #07121f); }
.solution-card-featured p, .solution-card-featured li { color: #adbed1; }
.solution-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 64px 0 26px; color: var(--blue); border-radius: 18px; background: #eaf2ff; }
.solution-card-featured .solution-icon { color: #64d6ff; background: rgba(52,130,255,.13); }
.solution-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.solution-card h3 { margin: 0 0 14px; font: 700 25px/1.22 Manrope, sans-serif; letter-spacing: -.04em; }
.solution-card > p { min-height: 105px; margin: 0; color: var(--muted); }
.solution-card ul { margin: 18px 0 30px; padding: 0; list-style: none; }
.solution-card li { position: relative; padding: 7px 0 7px 20px; color: #4e5d70; font-size: 14px; }
.solution-card li::before { content: ""; position: absolute; left: 0; top: 16px; width: 7px; height: 7px; border-radius: 50%; border: 1px solid var(--blue); }
.solution-card > a { margin-top: auto; display: flex; justify-content: space-between; align-items: center; min-height: 48px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--blue); font-weight: 700; font-size: 14px; }
.solution-card-featured > a { color: #78d7ff; border-color: rgba(255,255,255,.12); }

.managed-section { padding: 120px 0; background: var(--surface); }
.managed-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 88px; }
.managed-visual { min-height: 650px; padding: 24px; color: white; border-radius: 26px; background: var(--ink); box-shadow: 0 45px 90px rgba(7,17,31,.22); }
.visual-header { display: flex; justify-content: space-between; padding-bottom: 20px; color: #7f92aa; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.1); }
.stack-list { margin: 44px 0; }
.stack-list > div { min-height: 82px; display: grid; grid-template-columns: 34px 24px 1fr auto; align-items: center; gap: 12px; position: relative; margin-top: -1px; padding: 16px; border: 1px solid rgba(255,255,255,.11); background: linear-gradient(90deg, rgba(30,75,132,.16), transparent); transform: translateX(-22px); opacity: .35; transition: transform .55s cubic-bezier(.2,.8,.2,1), opacity .55s, border-color .55s, background .55s; }
.managed-visual.in-view .stack-list > div { transform: translateX(0); opacity: 1; border-color: rgba(82,189,255,.25); background: linear-gradient(90deg, rgba(30,104,190,.25), transparent); }
.managed-visual.in-view .stack-list > div:nth-child(2) { transition-delay: .08s; }.managed-visual.in-view .stack-list > div:nth-child(3) { transition-delay: .16s; }.managed-visual.in-view .stack-list > div:nth-child(4) { transition-delay: .24s; }.managed-visual.in-view .stack-list > div:nth-child(5) { transition-delay: .32s; }
.stack-list span { color: #65778f; font-size: 10px; }.stack-list i { width: 9px; height: 9px; border-radius: 50%; background: #43ddff; box-shadow: 0 0 15px #43ddff; }.stack-list strong { font: 700 15px Manrope, sans-serif; }.stack-list small { color: #7487a0; font-size: 11px; }
.visual-log { display: flex; gap: 18px; padding: 18px; border: 1px solid rgba(60,216,156,.18); background: rgba(60,216,156,.05); }
.visual-log span { color: var(--green); font-size: 10px; }.visual-log code { color: #94a8bf; font: 11px Inter, sans-serif; }
.managed-copy .section-kicker { margin-bottom: 18px; }
.managed-copy > p { margin: 24px 0 36px; color: var(--muted); font-size: 18px; }
.managed-benefits > div { display: grid; grid-template-columns: 50px 1fr; padding: 18px 0; border-top: 1px solid var(--line); }
.managed-benefits span { color: #75859a; font-size: 11px; }.managed-benefits p { margin: 0; color: var(--muted); }.managed-benefits strong { display: block; margin-bottom: 3px; color: var(--text); }
.dark-link { margin-top: 24px; color: var(--text); }

.process-section { padding: 120px 0; }
.process-list { display: grid; grid-template-columns: repeat(5,1fr); margin: 64px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { min-height: 260px; padding: 28px 24px; border-right: 1px solid var(--line); }
.process-list li:first-child { border-left: 1px solid var(--line); }
.process-list span { display: inline-grid; place-items: center; width: 44px; height: 44px; color: var(--blue); background: #edf4ff; border-radius: 50%; font-size: 11px; font-weight: 700; }
.process-list h3 { margin: 72px 0 8px; font: 700 18px Manrope, sans-serif; }.process-list p { margin: 0; color: var(--muted); font-size: 14px; }

.architect-section { padding: 120px 0; overflow: hidden; background: #fff; }
.architect-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 86px; }
.architect-copy .section-kicker { margin-bottom: 18px; }.architect-copy h2 { max-width: 540px; margin: 0; font: 700 clamp(34px, 4vw, 54px)/1.12 Manrope, sans-serif; letter-spacing: -.05em; }.architect-copy > p { max-width: 500px; color: var(--muted); font-size: 17px; }
.scenario-tabs { display: grid; gap: 8px; max-width: 370px; margin-top: 32px; }.scenario-tabs button { min-height: 54px; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; color: #34445a; text-align: left; background: #f4f7fb; border: 1px solid #dce4ef; border-radius: 10px; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s; }.scenario-tabs button::after { content: "↗"; color: #a1afc0; }.scenario-tabs button:hover { transform: translateX(4px); border-color: #9cc5ff; }.scenario-tabs button[aria-selected="true"] { color: white; background: var(--ink); border-color: var(--ink); box-shadow: 0 14px 28px rgba(7,17,31,.14); }.scenario-tabs button[aria-selected="true"]::after { color: #70d5ff; }.scenario-cta { margin-top: 28px; }
.architect-console { overflow: hidden; min-height: 500px; color: white; border-radius: 24px; background: linear-gradient(145deg, #0d223f, #07111f); box-shadow: 0 34px 84px rgba(7,17,31,.18); }.console-top, .console-bottom { display: flex; justify-content: space-between; align-items: center; padding: 19px 24px; color: #7890ad; border-bottom: 1px solid rgba(255,255,255,.11); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.console-bottom { border-top: 1px solid rgba(255,255,255,.11); border-bottom: 0; letter-spacing: .04em; text-transform: none; }.console-top .live { letter-spacing: .05em; }.console-body { padding: 44px 48px; }.scenario-label { color: #61cfff; font-size: 10px; font-weight: 700; letter-spacing: .12em; }.console-body h3 { max-width: 570px; margin: 14px 0; font: 700 clamp(26px,3.1vw,41px)/1.15 Manrope, sans-serif; letter-spacing: -.05em; }.console-body > p { max-width: 570px; min-height: 55px; margin: 0; color: #a7b8ca; }
.architecture-nodes { display: flex; align-items: center; gap: 9px; margin: 44px 0; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); overflow-x: auto; }.architecture-nodes span { flex: none; padding: 8px 10px; color: #cce8ff; border: 1px solid rgba(94,192,255,.28); border-radius: 7px; background: rgba(44,122,198,.16); font-size: 10px; font-weight: 700; letter-spacing: .06em; }.architecture-nodes i { flex: 1 0 14px; height: 1px; min-width: 14px; background: linear-gradient(90deg, #2f8cff, #65dff8); position: relative; }.architecture-nodes i::after { content: ""; position: absolute; top: -3px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #72e6ff; box-shadow: 0 0 12px #72e6ff; animation: packetPath 2.6s linear infinite; }.console-specs { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }.console-specs div { min-height: 92px; padding: 15px; border: 1px solid rgba(255,255,255,.11); border-radius: 10px; background: rgba(255,255,255,.035); }.console-specs span { display: block; margin-bottom: 7px; color: #7086a2; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }.console-specs strong { display: block; color: #edf6ff; font-size: 12px; line-height: 1.4; }
@keyframes packetPath { from { left: 0; } to { left: calc(100% - 7px); } }

/* Scenario switch: the console rebuilds its recommendation with a quick staggered cascade. */
.console-body.is-swapping > * { animation: consoleIn .5s cubic-bezier(.2,.8,.2,1) both; }
.console-body.is-swapping > *:nth-child(2) { animation-delay: .05s; }
.console-body.is-swapping > *:nth-child(3) { animation-delay: .1s; }
.console-body.is-swapping > *:nth-child(4) { animation-delay: .15s; }
.console-body.is-swapping > *:nth-child(5) { animation-delay: .2s; }
.console-body.is-swapping .architecture-nodes span { animation: nodeIn .45s cubic-bezier(.2,.8,.2,1) both; animation-delay: calc(.18s + var(--node-i, 0) * .09s); }
.console-body.is-swapping .architecture-nodes i { transform-origin: left center; animation: linkIn .4s ease both; animation-delay: calc(.22s + var(--node-i, 0) * .09s); }
@keyframes consoleIn { from { opacity: 0; transform: translateY(12px); } }
@keyframes nodeIn { from { opacity: 0; transform: translateY(7px) scale(.9); } }
@keyframes linkIn { from { opacity: 0; transform: scaleX(0); } }

.analysis-section { padding: 120px 0; color: white; background: linear-gradient(120deg, #07111f, #0a2442); }
.analysis-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 92px; align-items: start; }
.eyebrow.light { color: #75c8ff; }.analysis-copy h2 { margin-top: 22px; color: white; font-size: clamp(40px,5vw,66px); }.analysis-copy > p { color: #acbbce; font-size: 18px; }.analysis-copy ul { margin: 32px 0 0; padding: 0; list-style: none; }.analysis-copy li { padding: 11px 0 11px 28px; position: relative; color: #c5d1e0; }.analysis-copy li::before { content: ""; position: absolute; left: 0; top: 19px; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(57,217,138,.5); }
.analysis-form { position: relative; padding: 36px; color: var(--text); background: white; border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.form-top { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.form-top > span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--blue); border-radius: 50%; background: #eaf2ff; font-size: 11px; font-weight: 700; }.form-top p { margin: 0; color: var(--muted); font-size: 12px; }.form-top strong { display: block; color: var(--text); font-size: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.analysis-form label { display: block; margin-bottom: 18px; color: #34445a; font-size: 12px; font-weight: 600; }
.analysis-form input:not([type="checkbox"]), .analysis-form select { width: 100%; height: 52px; margin-top: 7px; padding: 0 14px; color: var(--text); background: #f8fafc; border: 1px solid #d6dfeb; border-radius: 9px; outline: none; transition: border .2s, box-shadow .2s; }
.analysis-form input:focus, .analysis-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,104,255,.12); }
.consent-row { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-weight: 400 !important; line-height: 1.5; }.consent-row input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--blue); }.consent-row a { color: var(--blue); text-decoration: underline; }
.form-error { min-height: 20px; margin: 0 0 10px; color: #c53232; font-size: 12px; }
.form-button { width: 100%; border: 0; }
.form-legal { margin: 14px 0 0; color: #76869a; font-size: 10px; line-height: 1.5; text-align: center; }
.form-success { display: none; position: absolute; inset: 0; place-content: center; text-align: center; color: var(--text); background: white; border-radius: inherit; }.form-success.visible { display: grid; }.form-success strong { font: 700 24px Manrope, sans-serif; }.form-success span { color: var(--muted); }

.site-footer { padding: 72px 0 24px; color: #9eafc3; background: #050c16; }
.footer-top { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 56px; align-items: start; }

/* Brand section with contact as primary */
.footer-brand-section { display: flex; flex-direction: column; gap: 24px; }
.footer-brand { display: block; width: 112px; height: auto; margin-bottom: 8px; }
.footer-brand img { width: 100%; display: block; }
.footer-brand-section > p { max-width: 240px; color: #8496ac; font-size: 14px; line-height: 1.5; margin: 0; }

/* Contact: primary prominence with icons */
.footer-contact-primary { display: flex; flex-direction: column; gap: 14px; margin-top: 8px; }
.footer-contact-item { display: flex; align-items: center; gap: 12px; }
.footer-contact-icon { width: 20px; height: 20px; color: #54a3ff; flex-shrink: 0; }
.footer-contact-link { color: white; font-size: 14px; font-weight: 500; transition: color .2s ease; text-decoration: none; }
.footer-contact-link:hover { color: #a8d4ff; }

/* Social icons: larger, better contrast */
.footer-socials { display: flex; gap: 10px; margin-top: 12px; }
.footer-social-link { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; color: white; border-radius: 8px; background: rgba(18, 104, 255, .16); border: 1px solid rgba(18, 104, 255, .32); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.footer-social-link:hover { transform: translateY(-2px); background: rgba(18, 104, 255, .28); border-color: rgba(18, 104, 255, .6); }
.footer-social-link svg { width: 20px; height: 20px; }

/* Link columns */
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column h3 { margin: 0 0 18px; color: white; font-size: 13px; font-weight: 600; letter-spacing: .05em; }
.footer-column a { min-height: 32px; color: #8496ac; font-size: 13px; line-height: 1.4; transition: color .2s ease; }
.footer-column a:hover { color: white; }

/* Footer bottom */
.footer-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #5e7188; font-size: 11px; gap: 24px; }
.footer-bottom-left { display: flex; align-items: center; gap: 8px; }
.footer-divider-dot { opacity: 0.6; }
.footer-bottom-tagline { color: #7a899d; font-size: 12px; font-weight: 500; }

.reveal-ready { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal-ready.revealed { opacity: 1; transform: translateY(0); }
.solution-grid .reveal-ready:nth-child(2) { transition-delay: .08s; }
.solution-grid .reveal-ready:nth-child(3) { transition-delay: .16s; }
.process-list .reveal-ready:nth-child(2) { transition-delay: .06s; }.process-list .reveal-ready:nth-child(3) { transition-delay: .12s; }.process-list .reveal-ready:nth-child(4) { transition-delay: .18s; }.process-list .reveal-ready:nth-child(5) { transition-delay: .24s; }

@keyframes metricFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes livePulse { 0%,100% { box-shadow: 0 0 0 0 rgba(57,217,138,.35), 0 0 12px var(--green); } 50% { box-shadow: 0 0 0 7px rgba(57,217,138,0), 0 0 18px var(--green); } }
.live i { animation: livePulse 2.2s ease-out infinite; }

/* Header collapses to mobile menu earlier than page layout (nav items need ~1150px to fit) */
@media (max-width: 1150px) {
  .desktop-nav, .header-actions .login-link { display: none !important; }
  .menu-button { display: block; }
}

/* ============================================
   Full-screen mobile navigation overlay
   ============================================ */
.mobile-nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(5, 12, 22, .5);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity .28s ease;
}
.mobile-nav-backdrop.open { display: block; opacity: 1; }

.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: min(420px, 88vw);
  height: 100dvh;
  flex-direction: column;
  background: #fff;
  box-shadow: -20px 0 60px rgba(7, 27, 61, .18);
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.4, 0, .2, 1);
}
.mobile-nav.open { display: flex; transform: translateX(0); }

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #eef2f8;
  flex-shrink: 0;
}
.mobile-nav-header .brand img { width: 96px; height: auto; display: block; }
.mobile-nav-close {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--brand-navy);
  background: #f4f7fb;
  border: 1px solid #e3eaf3;
  border-radius: 12px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.mobile-nav-close:hover { background: #eaeff6; color: var(--brand-red); }
.mobile-nav-close svg { width: 22px; height: 22px; }

.mobile-nav-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 12px 0;
  overscroll-behavior: contain;
}
.mobile-nav-section { padding: 8px 0; }
.mobile-nav-section + .mobile-nav-section { border-top: 1px solid #f0f4f9; }
.mobile-nav-group {
  display: block;
  padding: 12px 24px 8px;
  color: #8a99ad;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.mobile-nav-scroll a {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 24px;
  color: #2a3a52;
  font-size: 16px;
  font-weight: 600;
  transition: background .18s ease, color .18s ease;
}
.mobile-nav-scroll a:active { background: #f4f7fb; }
.mobile-nav-scroll a.is-active {
  color: var(--brand-navy);
  background: rgba(239, 65, 70, .06);
  border-left: 3px solid var(--brand-red);
  padding-left: 21px;
}

.mobile-nav-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 24px;
  border-top: 1px solid #eef2f8;
  flex-shrink: 0;
}
.mobile-nav-login {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  color: var(--brand-navy);
  border: 1px solid #d6e0ed;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 600;
  transition: background .2s ease, border-color .2s ease;
}
.mobile-nav-login:hover { background: #f4f7fb; border-color: #b8cae2; }
.mobile-nav-footer .button-small { width: 100%; min-height: 52px; justify-content: center; font-size: 15px; }

body.nav-open { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  .mobile-nav, .mobile-nav-backdrop { transition: none; }
}

@media (max-width: 1050px) {
  .hero { padding-top: 140px; }.hero-layout { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero-copy .eyebrow, .hero-actions, .hero-note { justify-content: center; }.hero-copy > p, .hero h1 { margin-inline: auto; }.hero-photo { width: min(100%, 700px); margin-inline: auto; }.trust-strip { margin-top: 60px; }
  .proof-grid { grid-template-columns: 1fr; }.proof-intro { margin-top: 24px; }
  .solution-grid { grid-template-columns: 1fr; }.solution-card { min-height: auto; }.solution-icon { margin-top: 40px; }.solution-card > p { min-height: auto; }
  .managed-layout { gap: 48px; }.process-list { grid-template-columns: repeat(3,1fr); }.process-list li { border-bottom: 1px solid var(--line); }.architect-layout { gap: 48px; }.console-body { padding: 38px 32px; }.analysis-layout { gap: 48px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--container)); }.header-inner { height: 70px; }.header-actions .button { display: none; }.brand { font-size: 19px; }.brand svg { width: 30px; }
  .hero { min-height: auto; padding-top: 118px; }.hero-layout { gap: 48px; }.hero h1 { font-size: clamp(39px, 12vw, 54px); }.hero-copy > p { font-size: 16px; }.hero-actions { flex-direction: column; gap: 10px; }.hero-actions .button { width: 100%; }.hero-photo, .hero-photo img { min-height: 360px; }.hero-photo { border-radius: 18px; }.photo-card-two { top: 190px; }.photo-card { transform: scale(.86); transform-origin: left top; }.photo-card-one { transform-origin: right top; }.trust-strip { grid-template-columns: 1fr 1fr; }.trust-strip div { min-height: 78px; padding: 14px 8px; font-size: 11px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .proof-section, .solutions-section, .managed-section, .process-section, .analysis-section { padding: 80px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }.solution-grid { margin-top: 40px; }.solution-card { padding: 24px; }.managed-layout { grid-template-columns: 1fr; }.managed-visual { min-height: auto; order: 2; padding: 16px; }.stack-list > div { grid-template-columns: 28px 18px 1fr; }.stack-list small { display: none; }
  .process-list { grid-template-columns: 1fr; }.process-list li { min-height: auto; display: grid; grid-template-columns: 50px 1fr; column-gap: 16px; }.process-list li:first-child { border-left: 0; }.process-list h3 { margin: 6px 0; }.process-list p { grid-column: 2; }.architect-layout { grid-template-columns: 1fr; }.architect-console { min-height: auto; }.console-body { padding: 32px 20px; }.architecture-nodes { margin: 30px 0; }.console-specs { grid-template-columns: 1fr; gap: 8px; }.console-specs div { min-height: auto; }.console-bottom { font-size: 9px; }
  .analysis-layout { grid-template-columns: 1fr; }.analysis-form { padding: 24px 18px; }.form-row { grid-template-columns: 1fr; gap: 0; }.footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }.footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }.footer-bottom-tagline { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-photo img, .photo-scanline { animation: none; }
  .reveal-ready { opacity: 1; transform: none; }
  .live i, .photo-card { animation: none; }
  .stack-list > div { opacity: 1; transform: none; }
}

/* Contact page: clear routing first, direct channels second. */
.contact-hero .page-hero-photo img { object-position: center; }
.technology-hero .page-hero-photo img { object-position: center; }
.contact-routes-section { padding: 112px 0 104px; background: #fff; }
.contact-section-heading { max-width: 850px; margin-bottom: 52px; }
.contact-section-heading h2 { max-width: 760px; margin: 18px 0 16px; color: var(--text); font: 700 clamp(38px, 5.2vw, 64px)/1.04 Manrope, sans-serif; letter-spacing: -.058em; }
.contact-section-heading > p { max-width: 720px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.contact-route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-route-card { min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; gap: 34px; padding: 30px; color: var(--text); border: 1px solid var(--line); border-radius: 21px; background: #f8fafd; box-shadow: 0 18px 46px rgba(12,31,59,.055); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.contact-route-card:hover { transform: translateY(-4px); border-color: #a9c8ec; box-shadow: 0 25px 54px rgba(12,31,59,.1); }
.contact-route-card-primary { color: #fff; border-color: #173e6e; background: radial-gradient(circle at 90% 5%, rgba(50,137,237,.38), transparent 37%), #082342; box-shadow: 0 24px 55px rgba(8,35,66,.2); }
.contact-route-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.contact-route-top > span:first-child { padding-top: 10px; color: #7d8fa5; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.contact-route-card-primary .contact-route-top > span:first-child { color: #79c2ff; }
.contact-route-icon { width: 54px; height: 54px; display: grid; place-items: center; color: #24457f; border-radius: 15px; background: #eaf3fd; }
.contact-route-icon svg { width: 24px; height: 24px; }
.contact-route-card-primary .contact-route-icon { color: #8dceff; border: 1px solid rgba(128,201,255,.22); background: rgba(72,153,226,.13); }
.contact-route-label { display: block; margin-bottom: 13px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-route-card-primary .contact-route-label { color: #81c7ff; }
.contact-route-card h3 { margin: 0 0 14px; font: 700 clamp(25px, 2.7vw, 34px)/1.12 Manrope, sans-serif; letter-spacing: -.045em; }
.contact-route-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.contact-route-card-primary p { color: #a9bbcf; }
.contact-route-card > a { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 18px; color: var(--brand-navy); border-top: 1px solid #dbe4ef; font-size: 13px; font-weight: 800; }
.contact-route-card > a svg { width: 18px; height: 18px; transition: transform .2s ease; }
.contact-route-card > a:hover svg { transform: translateX(4px); }
.contact-route-card-primary > a { color: #fff; border-color: rgba(255,255,255,.13); }
.contact-direct-section { padding: 0 0 112px; background: #fff; }
.contact-direct-panel { display: grid; grid-template-columns: 1.12fr .88fr; overflow: hidden; color: #fff; border: 1px solid #173b68; border-radius: 26px; background: radial-gradient(circle at 8% 0%, rgba(44,130,232,.28), transparent 37%), #07182e; box-shadow: 0 34px 82px rgba(8,31,61,.2); }
.contact-direct-copy { padding: clamp(42px, 5vw, 68px); }
.contact-direct-copy .section-kicker { color: #83c7ff; }
.contact-direct-copy h2 { max-width: 660px; margin: 19px 0 18px; font: 700 clamp(36px, 4.7vw, 59px)/1.06 Manrope, sans-serif; letter-spacing: -.055em; }
.contact-direct-copy > p { max-width: 620px; margin: 0; color: #a9bbcf; font-size: 16px; line-height: 1.7; }
.contact-direct-links { display: grid; gap: 10px; margin-top: 36px; }
.contact-direct-links > a { min-height: 78px; display: grid; grid-template-columns: 44px 1fr 22px; align-items: center; gap: 15px; padding: 14px 17px; color: #fff; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.045); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.contact-direct-links > a:hover { transform: translateX(4px); border-color: rgba(122,193,251,.42); background: rgba(85,161,227,.1); }
.contact-direct-icon { width: 42px; height: 42px; display: grid; place-items: center; color: #8dceff; border-radius: 11px; background: rgba(93,171,239,.12); }
.contact-direct-icon svg { width: 19px; height: 19px; }
.contact-direct-links small, .contact-direct-links strong { display: block; }
.contact-direct-links small { color: #7f98b3; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct-links strong { margin-top: 3px; font: 700 15px/1.4 Manrope, sans-serif; overflow-wrap: anywhere; }
.contact-direct-links > a > svg { width: 17px; height: 17px; color: #78bdfa; }
.contact-office-card { align-self: stretch; margin: 14px; padding: clamp(32px, 4vw, 50px); color: var(--text); border-radius: 21px; background: #fff; box-shadow: 0 24px 56px rgba(0,0,0,.18); }
.contact-office-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--brand-red); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-office-icon { width: 50px; height: 50px; display: grid; place-items: center; color: #24457f; border-radius: 14px; background: #edf5fe; }
.contact-office-icon svg { width: 23px; height: 23px; }
.contact-office-card h3 { margin: 34px 0 19px; font: 700 clamp(34px, 4vw, 48px)/1 Manrope, sans-serif; letter-spacing: -.05em; }
.contact-office-card address { color: var(--muted); font-size: 15px; font-style: normal; line-height: 1.75; }
.contact-office-card > a { min-height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 31px; padding: 0 18px; color: #fff; border-radius: 12px; background: var(--brand-red); font-size: 13px; font-weight: 800; box-shadow: 0 13px 28px rgba(239,65,70,.2); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.contact-office-card > a:hover { transform: translateY(-2px); background: #d93439; box-shadow: 0 18px 34px rgba(239,65,70,.28); }
.contact-office-card > a svg { width: 18px; height: 18px; }
.contact-office-card > small { display: block; margin-top: 18px; color: #7b899a; font-size: 11px; line-height: 1.5; }

@media (max-width: 1050px) {
  .contact-route-grid { grid-template-columns: 1fr 1fr; }
  .contact-route-card-primary { grid-column: 1 / -1; min-height: 350px; }
  .contact-direct-panel { grid-template-columns: 1fr; }
  .contact-office-card { margin-top: 0; }
}
@media (max-width: 760px) {
  .contact-hero .page-hero-photo img { object-position: 65% center; }
  .technology-hero .page-hero-photo img { object-position: 76% center; }
  .contact-routes-section { padding: 80px 0 74px; }
  .contact-section-heading { margin-bottom: 35px; }
  .contact-section-heading h2 { font-size: 41px; }
  .contact-route-grid { grid-template-columns: 1fr; }
  .contact-route-card-primary { grid-column: auto; }
  .contact-route-card { min-height: 350px; padding: 25px 22px; border-radius: 17px; }
  .contact-direct-section { padding-bottom: 80px; }
  .contact-direct-panel { border-radius: 19px; }
  .contact-direct-copy { padding: 36px 22px 26px; }
  .contact-direct-copy h2 { font-size: 39px; }
  .contact-office-card { margin: 0 8px 8px; padding: 29px 21px; border-radius: 14px; }
}
@media (max-width: 480px) {
  .contact-direct-links > a { grid-template-columns: 42px minmax(0, 1fr) 18px; padding-right: 13px; }
  .contact-direct-links strong { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .contact-route-card, .contact-route-card > a svg, .contact-direct-links > a, .contact-office-card > a { transition: none; }
  .contact-route-card:hover, .contact-route-card > a:hover svg, .contact-direct-links > a:hover, .contact-office-card > a:hover { transform: none; }
}

/* Full-bleed photographic hero refinement */
.hero { min-height: 850px; }
.hero-layout { z-index: 4; display: block; }
.hero-copy { width: min(100%, 640px); }
.hero-photo { position: absolute; z-index: 1; inset: 0; min-height: 0; margin: 0; overflow: hidden; border: 0; border-radius: 0; background: #081526; box-shadow: none; }
.hero-photo::before { background: linear-gradient(90deg, #07111f 0%, rgba(7,17,31,.96) 25%, rgba(7,17,31,.55) 51%, rgba(4,12,24,.05) 75%), linear-gradient(0deg, rgba(3,9,18,.55), transparent 52%); }
.hero-photo img { min-height: 0; object-position: center; }
.photo-status { left: auto; right: max(24px, calc((100vw - var(--container)) / 2)); bottom: 132px; gap: 16px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(5,15,28,.66); backdrop-filter: blur(10px); }
.photo-card-one { right: max(38px, calc((100vw - var(--container)) / 2)); top: 205px; }
.photo-card-two { right: max(135px, calc((100vw - var(--container)) / 2 + 115px)); left: auto; top: 405px; }

@media (max-width: 1050px) { .hero-copy { margin-inline: auto; } }
@media (max-width: 760px) {
  .hero { min-height: auto; }.hero-layout { min-height: 590px; }.hero-photo { width: auto; opacity: .8; }.hero-photo img { min-height: 0; object-position: 63% center; }.photo-status { right: 16px; bottom: 118px; }.photo-card { display: none; }
}

/* Official Next Bulut brand asset and colours */
:root { --brand-navy: #213d78; --brand-red: #ef4146; }
.site-header { color: var(--text); background: rgba(255,255,255,.96); border-bottom-color: rgba(26,54,105,.11); }
.site-header.scrolled { background: rgba(255,255,255,.94); box-shadow: 0 12px 36px rgba(9,28,61,.12); }
.header-inner { height: 78px; }
.brand { display: inline-flex; align-items: center; }.brand img { display: block; width: 112px; height: auto; }
.desktop-nav a, .login-link { color: #43536b; font-weight: 600; }.desktop-nav a:hover, .login-link:hover { color: var(--brand-navy); }
.button { background: var(--brand-red); border-color: var(--brand-red); box-shadow: 0 12px 30px rgba(239,65,70,.24); }.button:hover { background: #d8333c; box-shadow: 0 18px 36px rgba(239,65,70,.32); }
.menu-button { border-color: rgba(33,61,120,.2); }.menu-button span { background: var(--brand-navy); }
.footer-brand { width: 126px; margin-bottom: 18px; padding: 7px 8px; border-radius: 7px; background: #fff; }.footer-brand img { width: 100%; }

/* Trust & ecosystem redesign: editorial, controlled, no dashboard-like mini graphics. */
.trust-stage { grid-column: 1 / -1; position: relative; display: grid; grid-template-columns: minmax(290px, .9fr) minmax(520px, 1.35fr); gap: clamp(44px, 7vw, 120px); margin-top: 64px; padding: clamp(34px, 5vw, 74px); overflow: hidden; color: #f5f8fd; border-radius: 4px; background: #0a1933; box-shadow: 0 30px 70px rgba(16, 36, 73, .16); }
.trust-stage::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .7; background: radial-gradient(circle at 14% 82%, rgba(63, 139, 255, .2), transparent 30%), linear-gradient(90deg, transparent 0 49.9%, rgba(153, 188, 242, .09) 50%, transparent 50.1%), repeating-linear-gradient(0deg, transparent 0 68px, rgba(181, 205, 239, .055) 69px, transparent 70px); }
.trust-stage-copy, .trust-principles { position: relative; z-index: 1; }
.trust-stage-index { display: block; margin-bottom: 42px; color: #7daaf0; font: 700 11px/1 Inter, sans-serif; letter-spacing: .16em; }
.trust-stage-copy h3 { max-width: 450px; margin: 0; font: 700 clamp(28px, 3vw, 43px)/1.07 Manrope, sans-serif; letter-spacing: -.055em; }
.trust-stage-copy p { max-width: 395px; margin: 24px 0 30px; color: #aebfd8; font-size: 15px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; color: #fff; font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(151, 194, 255, .6); transition: color .22s ease, border-color .22s ease; }
.text-link:hover { color: #9dccff; border-color: #9dccff; }.text-link span { font-size: 17px; transition: transform .22s ease; }.text-link:hover span { transform: translate(2px, -2px); }
.trust-principles { align-self: center; border-top: 1px solid rgba(193, 215, 247, .17); }
.trust-principles article { position: relative; display: grid; grid-template-columns: 48px 1fr 20px; gap: 20px; align-items: center; min-height: 105px; padding: 18px 0; border-bottom: 1px solid rgba(193, 215, 247, .17); transition: padding .25s ease, background .25s ease; }
.trust-principles article::before { content: ""; position: absolute; top: -1px; bottom: -1px; left: -26px; width: 2px; opacity: 0; background: #77b8ff; transform: scaleY(.4); transition: opacity .25s ease, transform .25s ease; }
.trust-principles article:hover { padding-left: 12px; background: linear-gradient(90deg, rgba(67, 139, 242, .1), transparent 72%); }.trust-principles article:hover::before { opacity: 1; transform: scaleY(1); }
.trust-principles > article > span { color: #75a6ed; font: 700 11px/1 Inter, sans-serif; letter-spacing: .12em; }.trust-principles h3 { margin: 0 0 6px; color: #fff; font: 700 18px/1.25 Manrope, sans-serif; letter-spacing: -.025em; }.trust-principles p { margin: 0; color: #9eb0ca; font-size: 13px; line-height: 1.5; }
.trust-principles i { width: 8px; height: 8px; border-radius: 50%; background: #66b5ff; box-shadow: 0 0 0 6px rgba(102,181,255,.09); }

.ecosystem { grid-column: 1 / -1; margin-top: 26px; padding: clamp(28px, 4.2vw, 58px) 0 8px; overflow: hidden; }.ecosystem-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .55fr); gap: 50px; align-items: end; padding: 0 clamp(2px, .8vw, 12px) 28px; }.ecosystem-heading .section-kicker { margin-bottom: 14px; }.ecosystem-heading h3 { max-width: 680px; margin: 0; color: var(--ink); font: 700 clamp(25px, 3vw, 38px)/1.1 Manrope, sans-serif; letter-spacing: -.055em; }.ecosystem-heading > p { max-width: 340px; margin: 0; color: #607188; font-size: 13px; line-height: 1.6; }
.partner-rail { position: relative; margin-inline: -16px; padding: 10px 16px 14px; overflow: hidden; outline: none; }.partner-rail::before, .partner-rail::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: 70px; pointer-events: none; }.partner-rail::before { left: 0; background: linear-gradient(90deg, #eef3f9, rgba(238,243,249,0)); }.partner-rail::after { right: 0; background: linear-gradient(270deg, #eef3f9, rgba(238,243,249,0)); }.partner-rail:focus-visible { outline: 3px solid rgba(33,61,120,.35); outline-offset: 4px; }
.partner-track { display: flex; width: max-content; animation: partnerMarquee 32s linear infinite; }.partner-rail:hover .partner-track, .partner-rail:focus .partner-track { animation-play-state: paused; }.partner-set { display: flex; gap: 14px; padding-right: 14px; }
.partner-tile { width: 180px; height: 124px; display: grid; grid-template-rows: 1fr auto; padding: 18px 17px 14px; flex: 0 0 auto; overflow: hidden; border: 1px solid #d6e0ed; border-radius: 12px; background: rgba(255,255,255,.72); box-shadow: 0 10px 28px rgba(28,55,91,.045); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }.partner-tile:hover { transform: translateY(-5px); border-color: #abc6e8; box-shadow: 0 17px 30px rgba(27,60,107,.12); }.partner-tile small { color: #7a899d; font: 700 10px/1 Inter, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.ecosystem-note { display: flex; align-items: center; gap: 8px; margin: 15px 8px 0; color: #7c8ba0; font-size: 11px; }.ecosystem-note span { color: var(--brand-red); font-size: 16px; }
@keyframes partnerMarquee { to { transform: translateX(-50%); } }

@media (max-width: 1050px) { .trust-stage { grid-template-columns: 1fr; gap: 40px; }.trust-stage-copy h3 { max-width: 650px; }.trust-stage-copy p { max-width: 560px; }.ecosystem-heading { grid-template-columns: 1fr .65fr; gap: 30px; } }
@media (max-width: 760px) { .trust-stage { margin-top: 44px; padding: 30px 23px; border-radius: 2px; }.trust-stage::before { background: radial-gradient(circle at 0 100%, rgba(63,139,255,.24), transparent 44%), repeating-linear-gradient(0deg, transparent 0 58px, rgba(181,205,239,.055) 59px, transparent 60px); }.trust-stage-index { margin-bottom: 28px; }.trust-principles article { grid-template-columns: 34px 1fr 10px; gap: 10px; min-height: 98px; }.trust-principles h3 { font-size: 16px; }.trust-principles p { font-size: 12px; }.trust-principles article::before { left: -12px; }.ecosystem { margin-top: 14px; }.ecosystem-heading { grid-template-columns: 1fr; gap: 15px; padding-bottom: 20px; }.ecosystem-heading h3 { font-size: 27px; }.partner-rail { margin-inline: -16px; overflow-x: auto; scrollbar-width: none; }.partner-rail::-webkit-scrollbar { display: none; }.partner-rail::before, .partner-rail::after { display: none; }.partner-track { animation: none; }.partner-set[aria-hidden="true"] { display: none; }.partner-tile { width: 166px; height: 116px; }.ecosystem-note { margin-left: 0; } }
@media (prefers-reduced-motion: reduce) { .partner-track { animation: none; }.partner-set[aria-hidden="true"] { display: none; } }

/* Proof heading: one clear story on the left, the data-flow rack visual on the right. */
.proof-grid { grid-template-columns: minmax(0, 1fr) minmax(380px, .72fr); align-items: center; column-gap: clamp(52px, 7vw, 110px); }
.proof-intro .section-kicker { margin-bottom: 20px; }.proof-intro h2 { max-width: 690px; }.proof-intro > p { max-width: 590px; margin: 24px 0 0; }
.proof-intro h2 { font-size: clamp(38px, 3.25vw, 48px); line-height: 1.12; letter-spacing: -.055em; }
.proof-visual { position: relative; margin: 0; min-height: 390px; isolation: isolate; }
.proof-dataflow { overflow: visible; background: radial-gradient(circle at 50% 51%, rgba(97,175,255,.13), transparent 31%); }
.proof-dataflow::before { content: ""; position: absolute; inset: 13% 5%; border: 1px solid rgba(67,111,170,.14); border-radius: 50%; }
.proof-dataflow svg { position: relative; z-index: 2; display: block; width: 100%; height: 100%; overflow: visible; }
.data-line-back { stroke: #b2cae6; stroke-width: 1.2; stroke-dasharray: 3 8; opacity: .65; }
.data-line-active { stroke: url(#line-flow); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 15 36; filter: drop-shadow(0 0 5px rgba(62,170,255,.54)); }
.rack-unit rect { fill: #0C2B59; stroke: #356CA9; }.rack-unit circle { fill: #64D49B; }.rack-unit circle:nth-child(3) { fill: #69BDF8; }.rack-unit path { stroke: #5B83B7; stroke-width: 2; stroke-linecap: round; }
.port-glow { fill: #A3D8FF; stroke: #FFF; stroke-width: 2; filter: drop-shadow(0 0 8px rgba(70,175,255,.9)); }
.endpoint { fill: #224E8A; stroke: #81C8FF; stroke-width: 2; }
@media (prefers-reduced-motion: no-preference) { .data-line-active { animation: dataTravel 1.8s linear infinite; }.port-glow { animation: portPulse 2.5s ease-in-out infinite; } }@keyframes dataTravel { to { stroke-dashoffset: -51; } }@keyframes portPulse { 50% { opacity: .55; filter: drop-shadow(0 0 14px rgba(70,175,255,1)); } }
@media (max-width: 1050px) { .proof-grid { grid-template-columns: 1fr; }.proof-intro { margin-top: 0; }.proof-dataflow { max-width: 680px; width: 100%; margin-top: 24px; } }
@media (max-width: 760px) { .proof-dataflow { min-height: 295px; }.proof-intro h2 { font-size: clamp(35px, 10.4vw, 43px); } }

/* Individual vector assets replace the old shared-logo sprite. */
.partner-tile .partner-logo { display: block; width: min(136px, 100%); height: 54px; max-width: 100%; align-self: center; justify-self: center; object-fit: contain; object-position: center; mix-blend-mode: multiply; }.partner-tile .partner-logo-mark { width: 64px; height: 54px; border-radius: 4px; }

/* The header begins generous, then condenses into a quieter sticky navigation state. */
.site-header, .header-inner, .brand img { transition: height .26s ease, width .26s ease, background .25s ease, box-shadow .25s ease; }.header-inner { height: 76px; }.brand img { width: 102px; }.site-header.scrolled .header-inner { height: 64px; }.site-header.scrolled .brand img { width: 84px; }.site-header.scrolled { border-bottom-color: rgba(26,54,105,.09); }
@media (max-width: 760px) { .header-inner { height: 70px; }.brand img { width: 96px; }.site-header.scrolled .header-inner { height: 62px; }.site-header.scrolled .brand img { width: 82px; } }

/* Header as a floating navigation cabin: clear rhythm, deliberate hover states, compact when sticky. */
.site-header { padding-top: 14px; background: transparent; border: 0; }.site-header.scrolled { background: transparent; box-shadow: none; backdrop-filter: none; }.header-inner { height: 68px; padding: 0 12px 0 15px; gap: 18px; border: 1px solid rgba(184,202,226,.68); border-radius: 17px; background: rgba(255,255,255,.89); box-shadow: 0 13px 35px rgba(7,27,61,.12); backdrop-filter: blur(16px); }.brand { flex: 0 0 auto; padding-right: 8px; }.brand img { width: 94px; }.desktop-nav { margin: 0 auto; gap: 3px; padding: 4px; border: 1px solid #e6edf6; border-radius: 12px; background: rgba(242,246,251,.92); }.desktop-nav a { position: relative; min-height: 38px; display: inline-flex; align-items: center; padding: 0 13px; color: #53647b; border-radius: 8px; font-size: 12px; font-weight: 700; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }.desktop-nav a::after { content: ""; position: absolute; right: 13px; bottom: 7px; left: 13px; height: 2px; border-radius: 3px; background: var(--brand-red); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }.desktop-nav a:hover { color: var(--brand-navy); background: #fff; box-shadow: 0 3px 9px rgba(38,69,114,.08); }.desktop-nav a:hover::after { transform: scaleX(1); }.login-link { min-height: 38px; display: inline-flex; align-items: center; padding: 0 9px; color: #53647b; font-size: 12px; font-weight: 700; white-space: nowrap; }.login-link:hover { color: var(--brand-navy); }.header-actions { gap: 4px; }.header-actions .button-small { min-height: 42px; padding: 10px 15px; border-radius: 10px; font-size: 12px; box-shadow: 0 9px 18px rgba(239,65,70,.2); }.site-header.scrolled { padding-top: 6px; }.site-header.scrolled .header-inner { height: 58px; border-color: rgba(184,202,226,.74); border-radius: 14px; box-shadow: 0 10px 26px rgba(7,27,61,.14); }.site-header.scrolled .brand img { width: 80px; }.site-header.scrolled .desktop-nav { transform: scale(.94); transform-origin: center; }.site-header.scrolled .header-actions .button-small { min-height: 38px; }.site-header .desktop-nav, .site-header .header-actions, .site-header .brand img { transition: transform .24s ease, width .24s ease, min-height .24s ease; }
@media (max-width: 1150px) {
  .header-inner { padding-inline: 15px 10px; }
  .header-actions { margin-left: auto; }
}
@media (max-width: 760px) { .site-header { padding-top: 8px; }.header-inner { height: 62px; padding-left: 13px; border-radius: 14px; }.brand img { width: 86px; }.site-header.scrolled { padding-top: 4px; }.site-header.scrolled .header-inner { height: 56px; border-radius: 12px; }.site-header.scrolled .brand img { width: 76px; } }

/* Keep the refined interactions, but let the navigation occupy the full page width. */
.site-header { padding-top: 0; border-bottom: 1px solid rgba(184,202,226,.58); background: rgba(255,255,255,.91); backdrop-filter: blur(16px); }.site-header.scrolled { padding-top: 0; border-bottom-color: rgba(184,202,226,.74); background: rgba(255,255,255,.96); box-shadow: 0 8px 26px rgba(7,27,61,.09); backdrop-filter: blur(18px); }.header-inner { height: 72px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }.site-header.scrolled .header-inner { height: 60px; border-radius: 0; box-shadow: none; }
@media (max-width: 760px) { .site-header { padding-top: 0; }.header-inner { height: 64px; padding: 0; border-radius: 0; }.site-header.scrolled { padding-top: 0; }.site-header.scrolled .header-inner { height: 56px; border-radius: 0; } }

/* Hero eyebrow: quieter, more natural Turkish hierarchy, separate from the headline blue. */
.hero-copy .eyebrow { gap: 9px; color: #b8c8de; font-size: 11px; font-weight: 600; letter-spacing: .075em; }.hero-copy .eyebrow > span { width: 22px; background: var(--brand-red); }.hero-copy .eyebrow strong { color: #d4dfef; font-weight: 700; }.hero-copy .eyebrow i { width: 4px; height: 4px; display: block; border-radius: 50%; background: var(--brand-red); box-shadow: 0 0 0 4px rgba(239,65,70,.1); }.hero-copy .eyebrow em { color: #82bfff; font-style: normal; font-weight: 700; }
@media (max-width: 760px) { .hero-copy .eyebrow { justify-content: flex-start; font-size: 10px; letter-spacing: .055em; } }

/* Replace the saturated cyan headline emphasis with a quieter brand-led accent. */
.hero h1 em { color: #f3f6fb; text-decoration-line: underline; text-decoration-color: rgba(239,65,70,.82); text-decoration-thickness: 4px; text-underline-offset: .16em; text-decoration-skip-ink: none; }

/* Bring proof points closer to the first viewport; Lucide supplies the shared stroke language. */
.trust-strip { margin-top: 34px; }.trust-strip svg { width: 21px; height: 21px; stroke: #62c5ff; stroke-width: 1.8; }.trust-strip div { transition: background .22s ease, color .22s ease; }.trust-strip div:hover { color: #eff7ff; background: rgba(82,157,255,.08); }
@media (max-width: 1050px) { .trust-strip { margin-top: 34px; } }
@media (max-width: 760px) { .trust-strip { margin-top: 28px; } }

/* Closing conversion moment: real operational expertise, with a protected copy zone. */
.closing-cta { padding: 0 0 112px; background: #fff; }
.closing-cta-panel { position: relative; isolation: isolate; min-height: 408px; display: flex; align-items: center; overflow: hidden; border: 1px solid rgba(80,137,205,.34); border-radius: 18px; background: #06172e; box-shadow: 0 24px 58px rgba(19,54,103,.16); }
.closing-cta-panel::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(4,16,34,.99) 0%, rgba(4,16,34,.97) 35%, rgba(4,16,34,.72) 55%, rgba(4,16,34,.12) 79%, rgba(4,16,34,.04) 100%), linear-gradient(0deg, rgba(3,12,26,.2), transparent 55%); }
.closing-cta-content { position: relative; z-index: 2; width: min(100% - 72px, 600px); margin-left: clamp(28px, 5vw, 72px); color: white; }
.closing-cta .section-kicker { margin-bottom: 17px; color: #8bc5ff; }.closing-cta h2 { max-width: 560px; margin: 0; color: #fff; font: 700 clamp(32px, 4vw, 51px)/1.08 Manrope, sans-serif; letter-spacing: -.055em; }.closing-cta p { max-width: 500px; margin: 20px 0 27px; color: #bbcee4; font-size: 16px; line-height: 1.65; }.closing-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }.closing-cta .button { min-height: 48px; }.button-ghost { color: #fff; border-color: rgba(230,243,255,.48); background: rgba(6,24,54,.28); box-shadow: none; }.button-ghost:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.12); box-shadow: none; }
.cta-photo { position: absolute; z-index: 0; inset: 0; pointer-events: none; }.cta-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
@media (max-width: 760px) { .closing-cta { padding-bottom: 78px; }.closing-cta-panel { min-height: 600px; align-items: flex-start; border-radius: 13px; }.closing-cta-panel::after { background: linear-gradient(180deg, rgba(4,16,34,.99) 0%, rgba(4,16,34,.96) 48%, rgba(4,16,34,.45) 74%, rgba(4,16,34,.12) 100%); }.closing-cta-content { width: calc(100% - 44px); margin: 31px 22px; }.closing-cta h2 { font-size: 35px; }.closing-cta p { font-size: 14px; }.closing-cta-actions { flex-direction: column; }.closing-cta-actions .button { width: 100%; justify-content: center; }.cta-photo img { object-position: 72% bottom; } }

/* Homepage operations photo: keep the human proof, retain a compact live-status layer. */
.managed-photo { position: relative; isolation: isolate; margin: 0; padding: 0; overflow: hidden; background: #07111f; }
.managed-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% center; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.managed-photo::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(4,15,29,.58), transparent 30%, transparent 55%, rgba(4,15,29,.9) 100%); }
.managed-photo.in-view > img { transform: scale(1.025); }
.managed-photo-caption { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; }
.managed-photo-caption .visual-header { color: #c8d7e8; }
.managed-photo-status { width: min(100%, 390px); padding: 20px 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: rgba(5,18,36,.72); box-shadow: 0 20px 45px rgba(0,0,0,.24); backdrop-filter: blur(14px); }
.managed-photo-status span, .managed-photo-status small { display: block; color: #8fa7c1; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }.managed-photo-status strong { display: block; margin: 7px 0 4px; color: #fff; font: 700 17px/1.35 Manrope, sans-serif; }.managed-photo-status small { color: #b9c8d8; letter-spacing: 0; text-transform: none; }
@media (max-width: 760px) { .managed-photo { min-height: 560px; }.managed-photo-caption { padding: 16px; }.managed-photo > img { object-position: 52% center; } }

/* Hero entrance: copy rises line by line, the photo fades up, proof cards pop in last.
   Pure CSS so content can never get stuck hidden; float/drift loops resume via `backwards` fill. */
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: heroRise .75s cubic-bezier(.2,.8,.2,1) both; }
  .hero-copy > *:nth-child(2) { animation-delay: .09s; }
  .hero-copy > *:nth-child(3) { animation-delay: .18s; }
  .hero-copy > *:nth-child(4) { animation-delay: .27s; }
  .hero-copy > *:nth-child(5) { animation-delay: .36s; }
  .hero-photo img { animation: slowPhotoDrift 12s ease-in-out infinite alternate, heroFade 1.1s ease backwards; }
  .photo-status { animation: heroFade .8s ease .5s backwards; }
  .photo-card { animation: metricFloat 5s ease-in-out infinite, heroCardIn .65s cubic-bezier(.2,.8,.2,1) backwards; animation-delay: 0s, .55s; }
  .photo-card-two { animation-delay: -2s, .7s; }
  .photo-card-three { animation-delay: -3.1s, .85s; }
  .photo-card-four { animation-delay: -1.1s, 1s; }
  .trust-strip div { animation: heroRise .7s cubic-bezier(.2,.8,.2,1) backwards; }
  .trust-strip div:nth-child(1) { animation-delay: .5s; }
  .trust-strip div:nth-child(2) { animation-delay: .58s; }
  .trust-strip div:nth-child(3) { animation-delay: .66s; }
  .trust-strip div:nth-child(4) { animation-delay: .74s; }
}
@keyframes heroRise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes heroCardIn { from { opacity: 0; transform: translateY(14px) scale(.94); } to { opacity: 1; transform: translateY(0) scale(1); } }

/* Hero proof points: concise operational evidence layered over the live infrastructure image. */
.photo-card { min-width: 178px; }.photo-card strong { display: block; max-width: 175px; line-height: 1.3; }.photo-card-three { right: max(260px, calc((100vw - var(--container)) / 2 + 168px)); left: auto; top: 285px; animation-delay: -3.1s; }.photo-card-four { right: max(48px, calc((100vw - var(--container)) / 2 + 14px)); left: auto; top: 500px; animation-delay: -1.1s; }.photo-status { min-width: 370px; }.photo-status span:last-child { color: #b4c8e0; }
@media (max-width: 1050px) { .photo-card-three { right: 225px; }.photo-card-four { right: 38px; } }

/* ==========================================================================
   Inner page components
   ========================================================================== */
.page-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 570px; display: flex; align-items: center; padding: 150px 0 96px; color: white; background: var(--ink); }
.page-hero .hero-grid { z-index: 1; opacity: .13; }
.page-hero .hero-glow { z-index: 1; }
.page-hero-photo { position: absolute; z-index: 0; inset: 0; margin: 0; overflow: hidden; background: #07111f; }
.page-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,15,31,.99) 0%, rgba(5,15,31,.96) 34%, rgba(5,15,31,.7) 56%, rgba(5,15,31,.12) 82%, rgba(5,15,31,.04) 100%), linear-gradient(0deg, rgba(4,13,27,.34), transparent 52%); }
.page-hero-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transform: scale(1.01); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero .section-kicker { color: #8bc5ff; }
.page-hero h1 { max-width: 760px; margin: 22px 0 28px; font: 700 clamp(38px, 4.6vw, 66px)/1.08 Manrope, sans-serif; letter-spacing: -.055em; }
.page-hero p { max-width: 640px; color: #b8c6d9; font-size: 18px; line-height: 1.75; }
.page-hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 34px; }

.page-section { padding: 120px 0; }
.page-section-alt { background: var(--surface); }
.page-section-heading { max-width: 760px; margin-bottom: 64px; }
.page-section-heading .section-kicker { margin-bottom: 18px; }
.page-section-heading h2 { margin: 0; font: 700 clamp(32px, 3.5vw, 48px)/1.1 Manrope, sans-serif; letter-spacing: -.05em; }
.page-section-heading p { margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fbfcfe; transition: transform .25s, box-shadow .25s, border-color .25s; }
.feature-card:hover { transform: translateY(-5px); border-color: #a9c9f6; box-shadow: var(--shadow); }
.feature-card h3 { margin: 0 0 12px; font: 700 22px/1.25 Manrope, sans-serif; letter-spacing: -.03em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.feature-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 22px; color: var(--blue); border-radius: 14px; background: #eaf2ff; }
.feature-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 9px 0 9px 28px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 14px; width: 18px; height: 18px; border-radius: 50%; background: #e9f6ef; }
.check-list li::after { content: ""; position: absolute; left: 5px; top: 18px; width: 5px; height: 9px; border: solid var(--green); border-width: 0 2px 2px 0; transform: rotate(45deg); }

.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.two-column h2 { margin: 0 0 20px; font: 700 clamp(30px, 3.2vw, 44px)/1.12 Manrope, sans-serif; letter-spacing: -.05em; }
.two-column p { color: var(--muted); font-size: 16px; line-height: 1.7; }

.section-photo { position: relative; min-height: 430px; margin: 0; overflow: hidden; border: 1px solid rgba(86,135,196,.24); border-radius: 24px; background: #07111f; box-shadow: 0 30px 70px rgba(7,17,31,.16); }
.section-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(4,15,29,.9) 100%); pointer-events: none; }
.section-photo img { width: 100%; height: 100%; min-height: 430px; display: block; object-fit: cover; object-position: center; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.section-photo:hover img { transform: scale(1.025); }
.section-photo figcaption { position: absolute; z-index: 1; right: 24px; bottom: 22px; left: 24px; color: white; }
.section-photo figcaption span { display: block; margin-bottom: 5px; color: #91c8ff; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.section-photo figcaption strong { display: block; max-width: 420px; font: 700 20px/1.3 Manrope, sans-serif; }

.info-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fbfcfe; }
.info-card h3 { margin: 0 0 10px; font: 700 20px/1.25 Manrope, sans-serif; }
.info-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.info-card a { color: var(--blue); font-weight: 600; }

.faq-list { display: grid; gap: 16px; }
.faq-item { padding: 0; border: 1px solid var(--line); border-radius: var(--radius); background: #fbfcfe; overflow: hidden; transition: border-color .25s ease, box-shadow .25s ease; }
.faq-item:hover { border-color: #c9daf7; }
.faq-item h3 { margin: 0; font: 700 18px/1.3 Manrope, sans-serif; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 24px; background: transparent; border: 0; color: inherit; font: inherit; text-align: left; cursor: pointer; transition: background .2s ease; }
.faq-item button:hover { background: #f8fafc; }
.faq-question { flex: 1; padding-right: 8px; }
.faq-icon { position: relative; width: 18px; height: 18px; flex: none; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; background: var(--brand-navy); transition: transform .25s ease; border-radius: 1px; }
.faq-icon::before { width: 2px; height: 18px; left: 8px; top: 0; }
.faq-icon::after { width: 18px; height: 2px; left: 0; top: 8px; }
.faq-item.is-open .faq-icon::before { transform: scaleY(0); }
.faq-answer { display: none; opacity: 0; max-height: 0; overflow: hidden; transition: opacity .35s ease, max-height .35s ease, display .35s ease; transition-behavior: allow-discrete; }
.faq-item.is-open .faq-answer { display: block; opacity: 1; max-height: 600px; }
@starting-style {
  .faq-item.is-open .faq-answer { opacity: 0; max-height: 0; }
}
.faq-answer > p { margin: 0; padding: 0 24px 24px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.faq-item.is-open { border-color: #c9daf7; box-shadow: 0 12px 30px rgba(12,31,59,.06); }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
.contact-info h2 { margin: 0 0 22px; font: 700 clamp(30px, 3.2vw, 44px)/1.12 Manrope, sans-serif; letter-spacing: -.05em; }
.contact-info > p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.contact-cards { display: grid; gap: 18px; margin-top: 36px; }

@media (max-width: 1050px) {
  .page-hero { min-height: 540px; padding: 140px 0 86px; }
  .feature-grid { grid-template-columns: 1fr; }
  .two-column { grid-template-columns: 1fr; gap: 48px; }
  .contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .page-hero { min-height: 610px; align-items: flex-start; padding: 120px 0 72px; }
  .page-hero-photo::after { background: linear-gradient(180deg, rgba(5,15,31,.98) 0%, rgba(5,15,31,.94) 53%, rgba(5,15,31,.7) 76%, rgba(5,15,31,.42) 100%); }
  .page-hero-photo img { object-position: 69% center; }
  .page-hero h1 { font-size: clamp(34px, 10vw, 48px); }
  .page-hero-actions { flex-direction: column; align-items: flex-start; }
  .page-section { padding: 80px 0; }
  .page-section-heading { margin-bottom: 40px; }
  .section-photo, .section-photo img { min-height: 360px; }
}

@media (prefers-reduced-motion: reduce) { .section-photo img { transition: none; }.section-photo:hover img { transform: none; } }

/* Header dropdown panel: clean product menu with separated label and note. */
.nav-dropdown { position: relative; }
.nav-dropdown-button { display: inline-flex; align-items: center; gap: 6px; padding: 0 13px; color: #53647b; background: transparent; border: 0; font: 700 12px/1 Inter, sans-serif; cursor: pointer; }
.nav-dropdown-button svg { width: 14px; height: 14px; transition: transform .2s ease; }
.nav-dropdown.open .nav-dropdown-button svg { transform: rotate(180deg); }
.nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 200;
  display: none;
  min-width: 280px;
  padding: 10px;
  background: #fff;
  border: 1px solid #e6edf6;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(7, 27, 61, .14);
}
.nav-dropdown.open .nav-dropdown-panel { display: block; }
.nav-dropdown-panel a {
  display: block;
  padding: 13px 14px;
  border-radius: 10px;
  transition: background .2s ease;
}
.nav-dropdown-panel a:hover { background: #f4f7fb; }
.nav-dropdown-panel a strong {
  display: block;
  color: var(--text);
  font: 600 14px/1.3 Manrope, sans-serif;
}
.nav-dropdown-panel a small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 1050px) {
  .nav-dropdown-panel { display: none !important; }
}

/* Feature card lead subtitle */
.feature-card .feature-lead { display: block; margin: -8px 0 12px; color: var(--brand-navy); font-weight: 700; font-size: 13px; letter-spacing: .02em; }
.feature-card .feature-body { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

/* ==========================================================================
   Solutions page — professional cards, icons, and animations
   ========================================================================== */

/* Feature cards with premium hover feel */
.feature-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #e3eaf5;
  border-radius: 22px;
  background: #fff;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s cubic-bezier(.2,.8,.2,1), border-color .35s ease;
}
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  background: radial-gradient(560px circle at var(--shine-x, 50%) var(--shine-y, 0%), rgba(18,104,255,.08), transparent 55%);
  transition: opacity .45s ease;
  pointer-events: none;
}
.feature-card:hover {
  transform: translateY(-7px);
  border-color: #c9daf7;
  box-shadow: 0 28px 60px rgba(12, 31, 59, .12);
}
.feature-card:hover::before { opacity: 1; }
.feature-card > * { position: relative; z-index: 1; }

.feature-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: var(--brand-navy);
  border-radius: 16px;
  background: linear-gradient(135deg, #eef5ff, #f8fbff);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), background .35s ease, color .35s ease;
}
.feature-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-card:hover .feature-icon {
  transform: scale(1.08) rotate(-2deg);
  color: var(--brand-red);
  background: linear-gradient(135deg, #fff0f1, #fff5f5);
}

.feature-card h3 { margin: 0 0 8px; font: 700 22px/1.25 Manrope, sans-serif; letter-spacing: -.03em; color: var(--text); }
.feature-card .feature-lead { display: block; margin: 0 0 14px; color: var(--brand-navy); font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.feature-card .feature-body { margin: 0 0 18px; color: #526076; font-size: 15px; line-height: 1.7; }
.feature-card .feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  color: var(--brand-navy);
  background: #f0f6ff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}
.feature-card .feature-tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }

/* Staggered reveal for solutions grid */
.feature-grid .feature-card.reveal-ready { opacity: 0; transform: translateY(30px); transition: opacity .65s cubic-bezier(.2,.8,.2,1), transform .65s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease; }
.feature-grid .feature-card.revealed { opacity: 1; transform: translateY(0); }
.feature-grid .feature-card.reveal-ready:nth-child(2) { transition-delay: .06s; }
.feature-grid .feature-card.reveal-ready:nth-child(3) { transition-delay: .12s; }
.feature-grid .feature-card.reveal-ready:nth-child(4) { transition-delay: .18s; }
.feature-grid .feature-card.reveal-ready:nth-child(5) { transition-delay: .24s; }
.feature-grid .feature-card.reveal-ready:nth-child(6) { transition-delay: .30s; }
.feature-grid .feature-card.reveal-ready:nth-child(7) { transition-delay: .36s; }
.feature-grid .feature-card.reveal-ready:nth-child(8) { transition-delay: .42s; }
.feature-grid .feature-card.reveal-ready:nth-child(9) { transition-delay: .48s; }
.feature-grid .feature-card.reveal-ready:nth-child(10) { transition-delay: .54s; }

@media (prefers-reduced-motion: reduce) {
  .feature-card, .feature-card::before, .feature-icon, .feature-grid .feature-card.reveal-ready { transition: none; }
  .feature-grid .feature-card.reveal-ready { opacity: 1; transform: none; }
}

/* Trust bar — social proof / credibility strip */
.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 64px 0 0;
  padding: 28px 32px;
  border: 1px solid #e3eaf5;
  border-radius: 20px;
  background: linear-gradient(135deg, #f8fafd, #fff);
}
.trust-bar-item { display: flex; align-items: center; gap: 14px; }
.trust-bar-item svg { width: 34px; height: 34px; flex: none; color: var(--brand-navy); fill: currentColor; stroke: none; }
.trust-bar-item strong { display: block; font: 700 18px/1.2 Manrope, sans-serif; color: var(--text); }
.trust-bar-item span { display: block; margin-top: 2px; color: var(--muted); font-size: 13px; }

@media (max-width: 1050px) {
  .trust-bar { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .trust-bar { grid-template-columns: 1fr; gap: 20px; }
  .feature-card { padding: 24px; }
  .feature-card h3 { font-size: 20px; }
}

/* Hero glow pulse on inner pages */
.page-hero .hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .18;
  pointer-events: none;
  animation: heroGlowPulse 7s ease-in-out infinite alternate;
}
.page-hero .hero-glow.one { width: 460px; height: 460px; right: 2%; top: 60px; background: #075cff; }
.page-hero .hero-glow.two { width: 320px; height: 320px; left: 12%; bottom: 20px; background: #00d5ff; animation-delay: -3.5s; }
@keyframes heroGlowPulse { from { transform: scale(1); opacity: .14; } to { transform: scale(1.12); opacity: .22; } }
@media (prefers-reduced-motion: reduce) { .page-hero .hero-glow { animation: none; } }

/* ==========================================================================
   Animation & micro-interaction utilities
   ========================================================================== */

/* Page hero copy entrance on inner pages */
@media (prefers-reduced-motion: no-preference) {
  .page-hero .section-kicker,
  .page-hero h1,
  .page-hero p,
  .page-hero-actions {
    opacity: 0;
    transform: translateY(18px);
    animation: pageHeroIn .8s cubic-bezier(.2,.8,.2,1) forwards;
  }
  .page-hero h1 { animation-delay: .08s; }
  .page-hero p { animation-delay: .16s; }
  .page-hero-actions { animation-delay: .24s; }
}
@keyframes pageHeroIn {
  to { opacity: 1; transform: translateY(0); }
}

/* Statistics / counters */
.stat-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 64px 0 0;
  padding: 32px;
  border: 1px solid #e3eaf5;
  border-radius: 20px;
  background: linear-gradient(135deg, #f8fafd, #fff);
}
.stat-item { text-align: center; }
.stat-number {
  display: block;
  font: 700 42px/1.1 Manrope, sans-serif;
  letter-spacing: -.04em;
  color: var(--brand-navy);
}
.stat-label {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
@media (max-width: 1050px) {
  .stat-bar { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .stat-bar { grid-template-columns: 1fr; gap: 24px; }
  .stat-number { font-size: 36px; }
}

/* Icon animation utilities */
.icon-pulse { animation: iconPulse 2.4s ease-in-out infinite; }
@keyframes iconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

/* Stronger active nav state */
.desktop-nav a.is-active,
.nav-dropdown.is-active .nav-dropdown-button {
  color: var(--brand-navy);
  background: #fff;
  box-shadow: 0 3px 9px rgba(38,69,114,.08);
  border-radius: 8px;
}
.desktop-nav a.is-active::after { transform: scaleX(1); }
.header-actions .login-link { position: relative; }
.header-actions .login-link.is-active {
  color: var(--brand-navy);
  font-weight: 700;
}
.header-actions .login-link.is-active::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 4px;
  height: 2px;
  background: var(--brand-red);
  border-radius: 3px;
}
/* Smooth scrolling for anchor links */
html { scroll-behavior: smooth; }

/* Campaign eligibility: compact decision flow with a clear escalation path. */
.campaign-terms-section { padding: 112px 0; background: linear-gradient(180deg, #eef3f9 0%, #f7f9fc 100%); }
.campaign-terms-heading { display: grid; grid-template-columns: .55fr 1.45fr; align-items: start; gap: clamp(40px, 7vw, 110px); margin-bottom: 48px; }
.campaign-terms-heading .section-kicker { margin-top: 10px; }
.campaign-terms-heading h2 { max-width: 760px; margin: 0; font: 700 clamp(36px, 4.2vw, 58px)/1.08 Manrope, sans-serif; letter-spacing: -.055em; }
.campaign-terms-heading p { max-width: 720px; margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.campaign-terms-panel { display: grid; grid-template-columns: 1.08fr .92fr; gap: 0; overflow: hidden; border: 1px solid rgba(90,145,211,.28); border-radius: 28px; background: radial-gradient(circle at 12% 0%, rgba(35,111,213,.23), transparent 36%), #07172d; box-shadow: 0 30px 76px rgba(12,38,74,.16); }
.campaign-steps { margin: 0; padding: 38px 48px; list-style: none; }
.campaign-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.campaign-steps li:last-child { border-bottom: 0; }
.campaign-steps > li > span { width: 44px; height: 44px; display: grid; place-items: center; color: #9ed4ff; border: 1px solid rgba(117,192,255,.35); border-radius: 50%; background: rgba(35,111,213,.13); font: 700 11px/1 Inter, sans-serif; }
.campaign-steps strong { display: block; color: white; font: 700 20px/1.3 Manrope, sans-serif; }
.campaign-steps p { max-width: 520px; margin: 8px 0 0; color: #aebfd2; font-size: 15px; line-height: 1.65; }
.campaign-contact-card { margin: 14px; padding: clamp(28px, 4vw, 48px); border-radius: 21px; background: #fff; box-shadow: 0 24px 56px rgba(0,0,0,.18); }
.campaign-contact-label { display: block; color: var(--brand-red); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.campaign-contact-card h3 { max-width: 440px; margin: 16px 0; color: var(--text); font: 700 clamp(28px, 3vw, 40px)/1.1 Manrope, sans-serif; letter-spacing: -.045em; }
.campaign-contact-card > p { margin: 0 0 26px; color: var(--muted); line-height: 1.65; }
.campaign-contact-card > .button { width: 100%; min-height: 54px; background: var(--brand-red); border-color: var(--brand-red); box-shadow: 0 13px 28px rgba(239,65,70,.2); }
.campaign-contact-card > .button:hover { background: #d93439; border-color: #d93439; box-shadow: 0 18px 34px rgba(239,65,70,.28); }
.campaign-contact-links { display: grid; grid-template-columns: .78fr 1.22fr; gap: 10px; margin-top: 24px; }
.campaign-contact-links a { min-height: 76px; display: flex; flex-direction: column; justify-content: center; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; background: #f7f9fc; transition: border-color .2s, background .2s, transform .2s; }
.campaign-contact-links a:hover { transform: translateY(-2px); border-color: #aacaf3; background: #f0f6ff; }
.campaign-contact-links span { color: #78879a; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.campaign-contact-links strong { margin-top: 3px; color: var(--brand-navy); font-size: 13px; line-height: 1.35; overflow-wrap: anywhere; }
.campaign-contact-card > small { display: block; margin-top: 18px; color: #7b899a; font-size: 11px; line-height: 1.5; }
.campaign-criteria { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 14px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.82); }
.campaign-criteria span { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 16px; color: #53647a; border-right: 1px solid var(--line); font-size: 12px; font-weight: 700; text-align: center; }
.campaign-criteria span:last-child { border-right: 0; }
.campaign-criteria span::before { content: ""; width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(57,217,138,.1); }

@media (max-width: 1050px) {
  .campaign-terms-heading { grid-template-columns: 1fr; gap: 20px; }
  .campaign-terms-heading .section-kicker { margin-top: 0; }
  .campaign-terms-panel { grid-template-columns: 1fr; }
  .campaign-contact-card { margin-top: 0; }
}

@media (max-width: 760px) {
  .campaign-terms-section { padding: 78px 0; }
  .campaign-terms-heading { margin-bottom: 32px; }
  .campaign-terms-heading h2 { font-size: 36px; }
  .campaign-terms-heading p { font-size: 16px; }
  .campaign-terms-panel { border-radius: 18px; }
  .campaign-steps { padding: 18px 22px; }
  .campaign-steps li { grid-template-columns: 44px 1fr; gap: 12px; padding: 24px 0; }
  .campaign-steps > li > span { width: 38px; height: 38px; }
  .campaign-steps strong { font-size: 18px; }
  .campaign-contact-card { margin: 0 8px 8px; padding: 26px 20px; border-radius: 14px; }
  .campaign-contact-links { grid-template-columns: 1fr; }
  .campaign-criteria { grid-template-columns: 1fr 1fr; }
  .campaign-criteria span:nth-child(2) { border-right: 0; }
  .campaign-criteria span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

/* Corporate page: compact editorial story, proof points and human operations. */
.corporate-story-section,
.corporate-values-section { padding: 88px 0; }
.corporate-engineering-section { padding: 104px 0; }
.corporate-story-section,
.corporate-engineering-section { background: #fff; }
.corporate-section-heading {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 16px;
  margin-bottom: 36px;
}
.corporate-section-heading .section-kicker { margin-top: 0; }
.corporate-section-heading h2,
.corporate-direction-heading h2 {
  max-width: 1120px;
  margin: 0;
  color: var(--text);
  font: 700 clamp(36px, 4.1vw, 58px)/1.08 Manrope, sans-serif;
  letter-spacing: -.055em;
}
.corporate-section-heading p {
  max-width: 800px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}
.corporate-story-grid {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  overflow: hidden;
  border: 1px solid rgba(87,141,207,.28);
  border-radius: 28px;
  background: radial-gradient(circle at 8% 0%, rgba(42,118,216,.23), transparent 39%), #07172d;
  box-shadow: 0 28px 70px rgba(12,38,74,.14);
}
.corporate-card-index {
  display: block;
  color: #8ec8ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.corporate-story-main { padding: clamp(34px, 4vw, 50px); }
.corporate-story-main h3 {
  max-width: 620px;
  margin: 20px 0 18px;
  color: #fff;
  font: 700 clamp(30px, 3.4vw, 46px)/1.1 Manrope, sans-serif;
  letter-spacing: -.045em;
}
.corporate-story-main > p {
  max-width: 650px;
  margin: 0;
  color: #b5c5d8;
  font-size: 16px;
  line-height: 1.72;
}
.corporate-pill-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.corporate-pill-list span {
  padding: 9px 13px;
  color: #dcecff;
  border: 1px solid rgba(145,199,255,.22);
  border-radius: 999px;
  background: rgba(51,128,222,.1);
  font-size: 12px;
  font-weight: 700;
}
.corporate-contact-card {
  align-self: stretch;
  margin: 14px;
  padding: clamp(28px, 3.5vw, 40px);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(0,0,0,.18);
}
.corporate-contact-card .corporate-card-index { color: var(--brand-red); }
.corporate-contact-card h3 {
  max-width: 430px;
  margin: 15px 0 22px;
  font: 700 clamp(26px, 2.5vw, 34px)/1.12 Manrope, sans-serif;
  letter-spacing: -.04em;
}
.corporate-contact-links { display: grid; gap: 9px; margin-bottom: 18px; }
.corporate-contact-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 66px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #f7f9fc;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.corporate-contact-links a:hover { transform: translateY(-2px); border-color: #a8caf3; background: #f0f6ff; }
.corporate-contact-links span { color: #7b899a; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.corporate-contact-links strong { color: var(--brand-navy); font-size: 14px; text-align: right; overflow-wrap: anywhere; }
.corporate-contact-cta {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 17px;
  color: #fff;
  border-radius: 12px;
  background: var(--brand-navy);
  font-size: 13px;
  font-weight: 800;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}
.corporate-contact-cta:hover { transform: translateY(-2px); background: #172f65; box-shadow: 0 12px 25px rgba(33,61,120,.2); }
.corporate-contact-cta span { color: #8fd0ff; font-size: 17px; }

.corporate-direction-section { padding: 88px 0 72px; background: #07172d; }
.corporate-direction-heading {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 16px;
  margin-bottom: 34px;
}
.corporate-direction-heading .section-kicker { margin-top: 0; color: #83c1ff; }
.corporate-direction-heading h2 { color: #fff; }
.corporate-direction-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.corporate-direction-card {
  min-height: 260px;
  padding: clamp(28px, 3.5vw, 40px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  transition: transform .3s ease, border-color .3s ease;
}
.corporate-direction-card:hover { transform: translateY(-4px); border-color: rgba(136,197,255,.38); }
.corporate-direction-grid .reveal-ready:nth-child(2) { transition-delay: .07s; }
.corporate-direction-card-vision { background: radial-gradient(circle at 90% 0%, rgba(41,124,227,.27), transparent 43%), #0b2341; }
.corporate-direction-card-mission { background: #fff; }
.corporate-direction-top,
.corporate-value-top { display: flex; align-items: center; justify-content: space-between; }
.corporate-direction-top > span,
.corporate-value-top > span { font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.corporate-direction-card-vision .corporate-direction-top > span { color: #7dbcf8; }
.corporate-direction-card-mission .corporate-direction-top > span { color: var(--brand-red); }
.corporate-direction-icon,
.corporate-value-top > div {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
}
.corporate-direction-icon svg,
.corporate-value-top svg { width: 24px; height: 24px; }
.corporate-direction-card-vision .corporate-direction-icon { color: #9fd3ff; background: rgba(87,163,241,.12); border: 1px solid rgba(141,203,255,.2); }
.corporate-direction-card-mission .corporate-direction-icon { color: var(--brand-navy); background: #edf4fc; }
.corporate-direction-card h3 { margin: 34px 0 11px; font: 700 clamp(27px, 3vw, 36px)/1.1 Manrope, sans-serif; letter-spacing: -.04em; }
.corporate-direction-card p { max-width: 590px; margin: 0; font-size: 15px; line-height: 1.7; }
.corporate-direction-card-vision h3 { color: #fff; }
.corporate-direction-card-vision p { color: #afc1d6; }
.corporate-direction-card-mission h3 { color: var(--text); }
.corporate-direction-card-mission p { color: var(--muted); }

.corporate-proof-section { padding: 0 0 88px; background: #07172d; }
.corporate-proof-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(137,196,255,.18);
  border-radius: 17px;
  background: rgba(255,255,255,.045);
}
.corporate-proof-rail > div { min-height: 118px; padding: 24px; border-right: 1px solid rgba(255,255,255,.1); }
.corporate-proof-rail > div:last-child { border-right: 0; }
.corporate-proof-rail span { display: block; margin-bottom: 15px; color: #79baff; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.corporate-proof-rail strong { display: block; color: #fff; font: 700 16px/1.3 Manrope, sans-serif; }
.corporate-proof-rail small { display: block; margin-top: 5px; color: #91a5bc; font-size: 12px; line-height: 1.45; }

.corporate-values-section { background: linear-gradient(180deg, #eef3f9, #f7f9fc); }
.corporate-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.corporate-value-card {
  min-height: 220px;
  padding: 26px;
  border: 1px solid #dfe7f2;
  border-radius: 21px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 30px rgba(25,52,85,.045);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.corporate-value-card:hover { transform: translateY(-5px); border-color: #bfd4ee; box-shadow: 0 22px 44px rgba(25,52,85,.09); }
.corporate-values-grid .reveal-ready:nth-child(2) { transition-delay: .04s; }
.corporate-values-grid .reveal-ready:nth-child(3) { transition-delay: .08s; }
.corporate-values-grid .reveal-ready:nth-child(4) { transition-delay: .12s; }
.corporate-values-grid .reveal-ready:nth-child(5) { transition-delay: .16s; }
.corporate-value-card-primary { grid-column: span 2; color: #fff; border-color: #173c68; background: radial-gradient(circle at 90% 0%, rgba(50,136,238,.32), transparent 42%), #0a2341; }
.corporate-value-top > span { color: #7c8da1; }
.corporate-value-card-primary .corporate-value-top > span { color: #7ec0ff; }
.corporate-value-top > div { width: 44px; height: 44px; color: var(--brand-navy); background: #edf4fc; }
.corporate-value-card-primary .corporate-value-top > div { color: #9fd3ff; border: 1px solid rgba(140,203,255,.2); background: rgba(87,163,241,.12); }
.corporate-value-card h3 { margin: 29px 0 9px; color: var(--text); font: 700 27px/1.12 Manrope, sans-serif; letter-spacing: -.035em; }
.corporate-value-card p { max-width: 600px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.corporate-value-card-primary h3 { color: #fff; }
.corporate-value-card-primary p { color: #afc1d6; }

.corporate-engineering-panel {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  overflow: hidden;
  border-radius: 28px;
  background: #07172d;
  box-shadow: 0 30px 74px rgba(12,38,74,.16);
}
.corporate-engineering-photo { position: relative; min-height: 570px; margin: 0; overflow: hidden; }
.corporate-engineering-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,15,30,.9), transparent 50%); }
.corporate-engineering-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.corporate-engineering-panel:hover .corporate-engineering-photo img { transform: scale(1.025); }
.corporate-engineering-photo figcaption { position: absolute; z-index: 1; right: 36px; bottom: 34px; left: 36px; }
.corporate-engineering-photo figcaption strong { display: block; max-width: 480px; margin-top: 12px; color: #fff; font: 700 23px/1.25 Manrope, sans-serif; letter-spacing: -.025em; }
.corporate-engineering-photo .live { display: inline-flex; align-items: center; gap: 8px; color: #9ed3ff; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.corporate-engineering-photo .live i { width: 7px; height: 7px; border-radius: 50%; background: #39d98a; box-shadow: 0 0 0 5px rgba(57,217,138,.13); }
.corporate-engineering-copy { padding: clamp(38px, 5vw, 64px); }
.corporate-engineering-copy .section-kicker { color: #85c3ff; }
.corporate-engineering-copy h2 { margin: 20px 0 18px; color: #fff; font: 700 clamp(34px, 4vw, 52px)/1.08 Manrope, sans-serif; letter-spacing: -.05em; }
.corporate-engineering-copy > p { margin: 0; color: #adbed1; font-size: 16px; line-height: 1.7; }
.corporate-engineering-points { margin: 31px 0 30px; border-top: 1px solid rgba(255,255,255,.11); }
.corporate-engineering-points > div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.corporate-engineering-points span { padding-top: 3px; color: #77b8f6; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.corporate-engineering-points p { margin: 0; color: #91a6bd; font-size: 13px; line-height: 1.5; }
.corporate-engineering-points strong { display: block; margin-bottom: 3px; color: #fff; font: 700 15px/1.35 Manrope, sans-serif; }
.corporate-engineering-copy .text-link { color: #fff; }

@media (max-width: 1050px) {
  .corporate-section-heading,
  .corporate-direction-heading { grid-template-columns: 1fr; gap: 20px; }
  .corporate-section-heading .section-kicker,
  .corporate-direction-heading .section-kicker { margin-top: 0; }
  .corporate-story-grid,
  .corporate-engineering-panel { grid-template-columns: 1fr; }
  .corporate-contact-card { margin-top: 0; }
  .corporate-proof-rail { grid-template-columns: 1fr 1fr; }
  .corporate-proof-rail > div:nth-child(2) { border-right: 0; }
  .corporate-proof-rail > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .corporate-values-grid { grid-template-columns: 1fr 1fr; }
  .corporate-value-card-primary { grid-column: span 1; }
  .corporate-engineering-photo { min-height: 520px; }
}

@media (max-width: 760px) {
  .corporate-story-section,
  .corporate-values-section,
  .corporate-engineering-section { padding: 76px 0; }
  .corporate-section-heading { margin-bottom: 32px; }
  .corporate-section-heading h2,
  .corporate-direction-heading h2 { font-size: 36px; }
  .corporate-section-heading p { font-size: 16px; }
  .corporate-story-grid,
  .corporate-engineering-panel { border-radius: 18px; }
  .corporate-story-main { padding: 30px 22px; }
  .corporate-story-main h3 { font-size: 31px; }
  .corporate-contact-card { margin: 0 8px 8px; padding: 27px 20px; border-radius: 14px; }
  .corporate-contact-links a { align-items: flex-start; flex-direction: column; gap: 4px; }
  .corporate-contact-links strong { text-align: left; }
  .corporate-direction-section { padding: 76px 0 64px; }
  .corporate-direction-heading { margin-bottom: 31px; }
  .corporate-direction-grid { grid-template-columns: 1fr; }
  .corporate-direction-card { min-height: 245px; padding: 27px 22px; border-radius: 18px; }
  .corporate-direction-card h3 { margin-top: 30px; }
  .corporate-proof-section { padding-bottom: 64px; }
  .corporate-proof-rail { grid-template-columns: 1fr; }
  .corporate-proof-rail > div { min-height: 104px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .corporate-proof-rail > div:last-child { border-bottom: 0; }
  .corporate-values-grid { grid-template-columns: 1fr; }
  .corporate-value-card { min-height: 205px; padding: 24px 22px; }
  .corporate-value-card h3 { margin-top: 27px; }
  .corporate-engineering-photo { min-height: 430px; }
  .corporate-engineering-photo figcaption { right: 22px; bottom: 25px; left: 22px; }
  .corporate-engineering-photo figcaption strong { font-size: 20px; }
  .corporate-engineering-copy { padding: 38px 22px; }
  .corporate-engineering-copy h2 { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .corporate-direction-card,
  .corporate-value-card,
  .corporate-engineering-photo img { transition: none; }
  .corporate-direction-card:hover,
  .corporate-value-card:hover { transform: none; }
  .corporate-engineering-panel:hover .corporate-engineering-photo img { transform: none; }
}

/* Partners page: static technology grid and a single focused application path. */
.partner-ecosystem-section { padding: 96px 0; background: linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%); }
.partner-section-heading { margin-bottom: 38px; }
.partner-section-heading h2 {
  max-width: 1020px;
  margin: 17px 0 0;
  color: var(--text);
  font: 700 clamp(38px, 4.5vw, 62px)/1.07 Manrope, sans-serif;
  letter-spacing: -.055em;
}
.partner-section-heading p {
  max-width: 760px;
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.partner-logo-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.partner-logo-card {
  min-width: 0;
  min-height: 158px;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  padding: 25px 20px 18px;
  overflow: hidden;
  border: 1px solid #d9e3ef;
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 10px 28px rgba(28,55,91,.04);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.partner-logo-card:hover { transform: translateY(-4px); border-color: #aec9e9; box-shadow: 0 18px 36px rgba(27,60,107,.1); }
.partner-logo-card img {
  width: min(138px, 90%);
  height: 58px;
  display: block;
  align-self: center;
  justify-self: center;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.partner-logo-card img.partner-logo-mark { width: 62px; border-radius: 5px; }
.partner-logo-card span {
  padding-top: 14px;
  color: #74849a;
  border-top: 1px solid #e8edf4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-align: center;
  text-transform: uppercase;
}

.partner-join-section { padding: 96px 0; background: #fff; scroll-margin-top: 90px; }
.partner-join-panel {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  overflow: hidden;
  border: 1px solid rgba(91,149,218,.28);
  border-radius: 28px;
  background: radial-gradient(circle at 12% 0%, rgba(39,119,219,.24), transparent 36%), #07172d;
  box-shadow: 0 30px 76px rgba(12,38,74,.16);
}
.partner-join-copy { padding: clamp(38px, 5vw, 62px); }
.partner-join-copy .section-kicker { color: #86c4ff; }
.partner-join-copy h2 {
  max-width: 650px;
  margin: 19px 0 17px;
  color: #fff;
  font: 700 clamp(36px, 4.2vw, 56px)/1.07 Manrope, sans-serif;
  letter-spacing: -.052em;
}
.partner-join-copy > p { max-width: 650px; margin: 0; color: #adbed1; font-size: 16px; line-height: 1.7; }
.partner-models { margin-top: 33px; border-top: 1px solid rgba(255,255,255,.11); }
.partner-models article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.partner-models article > span { padding-top: 4px; color: #74b8f8; font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.partner-models h3 { margin: 0; color: #fff; font: 700 17px/1.35 Manrope, sans-serif; }
.partner-models p { margin: 5px 0 0; color: #91a6bd; font-size: 13px; line-height: 1.55; }
.partner-application-card {
  align-self: stretch;
  margin: 14px;
  padding: clamp(30px, 4vw, 48px);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 24px 56px rgba(0,0,0,.18);
}
.partner-application-label { display: block; color: var(--brand-red); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.partner-application-card h3 { max-width: 430px; margin: 16px 0; color: var(--text); font: 700 clamp(29px, 3.2vw, 42px)/1.08 Manrope, sans-serif; letter-spacing: -.045em; }
.partner-application-card > p { margin: 0 0 25px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.partner-application-cta {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 19px;
  color: #fff;
  border-radius: 13px;
  background: var(--brand-red);
  box-shadow: 0 13px 28px rgba(239,65,70,.2);
  font-size: 14px;
  font-weight: 800;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}
.partner-application-cta:hover { transform: translateY(-2px); background: #d93439; box-shadow: 0 18px 34px rgba(239,65,70,.28); }
.partner-application-cta span { font-size: 18px; }
.partner-application-links { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9px; margin-top: 22px; }
.partner-application-links a {
  min-width: 0;
  min-height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f7f9fc;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.partner-application-links a:hover { transform: translateY(-2px); border-color: #aacaf3; background: #f0f6ff; }
.partner-application-links span { color: #78879a; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.partner-application-links strong { margin-top: 4px; color: var(--brand-navy); font-size: 13px; line-height: 1.35; overflow-wrap: anywhere; }
.partner-application-card > small { display: block; margin-top: 17px; color: #7b899a; font-size: 11px; line-height: 1.5; }

@media (max-width: 1050px) {
  .partner-logo-grid { grid-template-columns: repeat(3, 1fr); }
  .partner-join-panel { grid-template-columns: 1fr; }
  .partner-application-card { margin-top: 0; }
}

@media (max-width: 760px) {
  .partner-ecosystem-section,
  .partner-join-section { padding: 76px 0; }
  .partner-section-heading { margin-bottom: 30px; }
  .partner-section-heading h2 { font-size: 38px; }
  .partner-section-heading p { font-size: 16px; }
  .partner-logo-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .partner-logo-card { min-height: 136px; padding: 20px 13px 15px; border-radius: 14px; }
  .partner-logo-card img { width: min(116px, 88%); height: 50px; }
  .partner-join-panel { border-radius: 18px; }
  .partner-join-copy { padding: 34px 22px 24px; }
  .partner-join-copy h2 { font-size: 37px; }
  .partner-models article { grid-template-columns: 34px 1fr; gap: 10px; }
  .partner-application-card { margin: 0 8px 8px; padding: 27px 20px; border-radius: 14px; }
  .partner-application-links { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .partner-logo-card,
  .partner-application-cta,
  .partner-application-links a { transition: none; }
  .partner-logo-card:hover,
  .partner-application-cta:hover,
  .partner-application-links a:hover { transform: none; }
}

/* Shared context-aware lead modal. Backend submission is intentionally not connected yet. */
body.modal-open { overflow: hidden; }
.lead-modal {
  width: min(1120px, calc(100% - 40px));
  max-width: none;
  max-height: min(860px, calc(100dvh - 40px));
  margin: auto;
  padding: 0;
  overflow: hidden;
  color: var(--text);
  border: 1px solid rgba(115,164,222,.38);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 40px 120px rgba(2,12,27,.42);
}
.lead-modal::backdrop { background: rgba(3,12,25,.72); backdrop-filter: blur(8px); }
.lead-modal[open] { animation: leadModalIn .28s cubic-bezier(.2,.8,.2,1) both; }
@keyframes leadModalIn { from { opacity: 0; transform: translateY(16px) scale(.985); } }
.lead-modal-shell { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; max-height: inherit; }
.lead-modal-close {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #52647b;
  border: 1px solid #dce5f0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}
.lead-modal-close:hover { color: var(--brand-red); border-color: #f3b4b7; transform: rotate(3deg); }
.lead-modal-close:focus-visible { outline: 3px solid rgba(18,104,255,.25); outline-offset: 3px; }
.lead-modal-close span { font: 400 28px/1 Inter, sans-serif; transform: translateY(-1px); }
.lead-modal-intro {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 5vw, 64px);
  color: #fff;
  background: radial-gradient(circle at 10% 0%, rgba(43,126,229,.3), transparent 39%), #07172d;
}
.lead-modal-intro::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -110px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(123,188,255,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(123,188,255,.035), 0 0 0 96px rgba(123,188,255,.022);
}
.lead-modal-kicker { position: relative; z-index: 1; display: block; color: #8ac8ff; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lead-modal-intro h2 { position: relative; z-index: 1; margin: 19px 0 17px; color: #fff; font: 700 clamp(34px, 4vw, 49px)/1.06 Manrope, sans-serif; letter-spacing: -.052em; }
.lead-modal-intro > p { position: relative; z-index: 1; margin: 0; color: #adbed1; font-size: 15px; line-height: 1.7; }
.lead-modal-context { position: relative; z-index: 1; display: flex; align-items: center; gap: 13px; margin-top: 36px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.lead-modal-context span { color: #77baff; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.lead-modal-context strong { color: #fff; font: 700 15px/1.3 Manrope, sans-serif; }
.lead-modal-notes { position: relative; z-index: 1; display: grid; gap: 11px; margin: 26px 0 0; padding: 0; list-style: none; }
.lead-modal-notes li { position: relative; padding-left: 19px; color: #91a6bd; font-size: 12px; line-height: 1.45; }
.lead-modal-notes li::before { content: ""; position: absolute; top: .48em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #39d98a; box-shadow: 0 0 0 4px rgba(57,217,138,.1); }
.lead-modal-form { max-height: inherit; padding: 62px clamp(28px, 4.5vw, 54px) 38px; overflow-y: auto; overscroll-behavior: contain; }
.lead-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.lead-modal-form label { display: block; margin: 0 0 16px; color: #34445a; font-size: 12px; font-weight: 700; line-height: 1.45; }
.lead-modal-form input:not([type="checkbox"]),
.lead-modal-form select,
.lead-modal-form textarea {
  width: 100%;
  margin-top: 7px;
  padding: 0 14px;
  color: var(--text);
  border: 1px solid #d5dfeb;
  border-radius: 10px;
  outline: none;
  background: #f8fafc;
  font: 500 14px/1.45 Inter, sans-serif;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.lead-modal-form input:not([type="checkbox"]),
.lead-modal-form select { height: 50px; }
.lead-modal-form textarea { min-height: 92px; padding-top: 12px; resize: vertical; }
.lead-modal-form input:focus,
.lead-modal-form select:focus,
.lead-modal-form textarea:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px rgba(18,104,255,.11); }
.lead-context-fields { display: grid; min-width: 0; margin: 2px 0 0; padding: 0; border: 0; }
.lead-context-fields[hidden] { display: none; }
.lead-context-fields legend { width: 100%; margin: 0 0 16px; padding: 17px 0 0; color: var(--brand-navy); border-top: 1px solid var(--line); font: 700 13px/1.4 Manrope, sans-serif; }
.lead-modal-consent { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin-top: 2px !important; font-weight: 500 !important; }
.lead-modal-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--blue); }
.lead-modal-consent a { color: var(--brand-navy); text-decoration: underline; text-underline-offset: 2px; }
.lead-modal-error { min-height: 20px; margin: 0 0 8px; color: #c53232; font-size: 12px; }
.lead-modal-submit { width: 100%; min-height: 54px; border: 0; background: var(--brand-red); box-shadow: 0 13px 28px rgba(239,65,70,.2); }
.lead-modal-submit:hover { background: #d93439; box-shadow: 0 18px 34px rgba(239,65,70,.28); }
.lead-modal-legal { margin: 13px 0 0; color: #7b899a; font-size: 10px; line-height: 1.5; text-align: center; }
.lead-modal-demo-status { margin-top: 16px; padding: 15px 16px; color: #225b42; border: 1px solid #b8e6cf; border-radius: 11px; background: #eefbf4; }
.lead-modal-demo-status strong { display: block; font: 700 14px/1.35 Manrope, sans-serif; }
.lead-modal-demo-status span { display: block; margin-top: 3px; font-size: 12px; line-height: 1.5; }
.lead-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

@media (max-width: 820px) {
  .lead-modal { width: min(680px, calc(100% - 24px)); max-height: calc(100dvh - 24px); border-radius: 20px; }
  .lead-modal-shell { display: block; overflow-y: auto; }
  .lead-modal-intro { padding: 34px 24px 28px; }
  .lead-modal-intro h2 { max-width: 520px; padding-right: 38px; font-size: 35px; }
  .lead-modal-context { margin-top: 24px; }
  .lead-modal-notes { display: none; }
  .lead-modal-form { max-height: none; padding: 28px 22px 30px; overflow: visible; }
}

@media (max-width: 560px) {
  .lead-modal { width: calc(100% - 16px); max-height: calc(100dvh - 16px); border-radius: 17px; }
  .lead-modal-close { top: 12px; right: 12px; }
  .lead-modal-intro { padding: 30px 20px 24px; }
  .lead-modal-intro h2 { margin-top: 15px; font-size: 31px; }
  .lead-modal-intro > p { font-size: 14px; }
  .lead-modal-context { margin-top: 20px; padding: 14px 0; }
  .lead-modal-form { padding: 25px 18px 28px; }
  .lead-form-grid { grid-template-columns: 1fr; gap: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .lead-modal[open] { animation: none; }
  .lead-modal-close,
  .lead-modal-form input,
  .lead-modal-form select,
  .lead-modal-form textarea { transition: none; }
}

/* KVKK form notice */
.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 172px 0 82px;
  color: #fff;
  background: radial-gradient(circle at 82% 24%, rgba(31,111,218,.3), transparent 34%), var(--ink);
}
.legal-hero-inner { position: relative; z-index: 1; }
.legal-hero h1 { max-width: 850px; margin: 22px 0 20px; font: 700 clamp(43px, 5.4vw, 70px)/1.04 Manrope, sans-serif; letter-spacing: -.058em; }
.legal-hero h1 em { color: #7cc9ff; font-style: normal; }
.legal-hero p { max-width: 760px; margin: 0; color: #b5c4d6; font-size: 18px; line-height: 1.75; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.legal-meta span { min-width: 210px; padding: 13px 16px; color: #b8c8da; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.035); font-size: 12px; }
.legal-meta strong { display: block; margin-bottom: 2px; color: #79bfff; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.legal-section { padding: 88px 0 120px; background: #f4f7fb; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); align-items: start; gap: clamp(48px, 7vw, 96px); }
.legal-nav { position: sticky; top: 110px; display: grid; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 18px 50px rgba(11,34,65,.06); }
.legal-nav > span { margin-bottom: 12px; color: #7b8ba0; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.legal-nav a { min-height: 42px; display: flex; align-items: center; color: #52647a; border-top: 1px solid #edf1f6; font-size: 12px; font-weight: 650; transition: color .2s ease, padding-left .2s ease; }
.legal-nav a:hover { padding-left: 4px; color: var(--blue); }
.legal-document { min-width: 0; max-width: 820px; }
.legal-status { margin-bottom: 22px; padding: 20px 22px; color: #684a16; border: 1px solid #ead5a4; border-radius: 14px; background: #fffaf0; }
.legal-status strong { font: 700 14px/1.3 Manrope, sans-serif; }
.legal-status p { margin: 5px 0 0; color: #735b2e; font-size: 12px; line-height: 1.65; }
.legal-document > section { scroll-margin-top: 106px; padding: clamp(28px, 4vw, 42px); border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.legal-document > section + section { margin-top: 14px; }
.legal-index { display: block; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.legal-document h2 { margin: 10px 0 17px; color: var(--brand-navy, var(--text)); font: 700 clamp(25px, 3vw, 34px)/1.18 Manrope, sans-serif; letter-spacing: -.04em; }
.legal-document p { margin: 0; color: #57677b; font-size: 15px; line-height: 1.78; }
.legal-document p + p { margin-top: 14px; }
.legal-document ul { display: grid; gap: 10px; margin: 16px 0; padding: 0; list-style: none; }
.legal-document li { position: relative; padding-left: 20px; color: #57677b; font-size: 14px; line-height: 1.68; }
.legal-document li::before { content: ""; position: absolute; top: .72em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #5ab8f5; box-shadow: 0 0 0 4px #edf6ff; }
.legal-document a:not(.legal-back-link) { color: #165fc9; text-decoration: underline; text-underline-offset: 3px; }
.legal-contact-card { display: grid; gap: 8px; margin-top: 20px; padding: 18px 20px; border: 1px solid #dbe6f3; border-radius: 12px; background: #f7faff; }
.legal-contact-card p { font-size: 13px; }
.legal-contact-card strong { color: var(--text); }
.legal-back-link { min-height: 48px; display: inline-flex; align-items: center; gap: 12px; margin-top: 26px; padding: 0 17px; color: #fff; border-radius: 10px; background: var(--blue); font-size: 13px; font-weight: 750; }

@media (max-width: 820px) {
  .legal-hero { padding: 140px 0 66px; }
  .legal-layout { grid-template-columns: 1fr; gap: 24px; }
  .legal-nav { position: static; grid-template-columns: repeat(2, 1fr); gap: 0 16px; }
  .legal-nav > span { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .legal-hero { padding: 126px 0 56px; }
  .legal-hero h1 { font-size: 39px; }
  .legal-hero p { font-size: 16px; }
  .legal-meta { display: grid; }
  .legal-meta span { min-width: 0; }
  .legal-section { padding: 48px 0 80px; }
  .legal-nav { grid-template-columns: 1fr; padding: 18px; }
  .legal-document > section { padding: 25px 21px; border-radius: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .legal-nav a { transition: none; }
}

/* Help center: searchable knowledge base and support escalation. */
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.help-search {
  width: min(690px, 100%);
  min-height: 66px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  padding: 8px 13px 8px 20px;
  border: 1px solid rgba(151,195,244,.28);
  border-radius: 15px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 18px 46px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
}
.help-search svg { width: 22px; color: #83c8ff; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.help-search input { width: 100%; min-width: 0; height: 48px; padding: 0; color: #fff; border: 0; outline: 0; background: transparent; font-size: 15px; }
.help-search input::placeholder { color: #a7bad0; opacity: 1; }
.help-search input:focus-visible { outline: 0; }
.help-search:focus-within { border-color: #79c6ff; box-shadow: 0 0 0 3px rgba(105,198,255,.16), 0 20px 50px rgba(0,0,0,.22); }
.help-search > span { min-width: 72px; padding: 8px 10px; color: #bcd4ec; border-radius: 8px; background: rgba(255,255,255,.08); font-size: 10px; font-weight: 750; text-align: center; white-space: nowrap; }

.help-topics-section { padding: 104px 0 88px; background: #f4f7fb; }
.help-section-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 64px; align-items: start; margin-bottom: 42px; }
.help-section-heading h2 { max-width: 760px; margin: 0; font: 700 clamp(34px, 4.4vw, 56px)/1.08 Manrope, sans-serif; letter-spacing: -.052em; }
.help-section-heading p { max-width: 620px; margin: 16px 0 0; color: var(--muted); font-size: 16px; }
.help-topic-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.help-topic-card { min-width: 0; min-height: 220px; display: flex; flex-direction: column; align-items: flex-start; padding: 21px; color: var(--text); border: 1px solid #dce5f0; border-radius: 17px; background: #fff; text-align: left; cursor: pointer; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease; }
.help-topic-card:hover { transform: translateY(-4px); border-color: #aacbf4; box-shadow: 0 18px 42px rgba(21,52,91,.09); }
.help-topic-card.is-active { color: #fff; border-color: #163d70; background: linear-gradient(145deg, #103663, #081a31); box-shadow: 0 20px 45px rgba(8,35,70,.2); }
.help-topic-card > span { color: #72849b; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.help-topic-card.is-active > span { color: #78c5ff; }
.help-topic-card > div { width: 45px; height: 45px; display: grid; place-items: center; margin: 27px 0 20px; color: var(--brand-navy); border-radius: 12px; background: #edf4fc; }
.help-topic-card.is-active > div { color: #7dcbff; background: rgba(105,190,255,.12); }
.help-topic-card svg { width: 22px; }
.help-topic-card strong { font: 700 15px/1.35 Manrope, sans-serif; }
.help-topic-card small { margin-top: 6px; color: #7b8a9e; font-size: 11px; line-height: 1.45; }
.help-topic-card.is-active small { color: #9eb1c7; }

.help-faq-section { padding: 112px 0 124px; background: #fff; }
.help-faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; align-items: start; gap: clamp(54px, 7vw, 96px); }
.help-faq-heading { position: sticky; top: 108px; }
.help-faq-heading .section-kicker { margin-bottom: 19px; }
.help-faq-heading h2 { margin: 0; font: 700 clamp(34px, 4vw, 52px)/1.09 Manrope, sans-serif; letter-spacing: -.052em; }
.help-faq-heading p { margin: 21px 0 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.help-faq-list { gap: 10px; }
.help-faq-list .faq-item { border-radius: 15px; background: #fff; }
.help-faq-list .faq-item button { min-height: 78px; padding: 20px 22px; }
.help-faq-list .faq-item h3 { font-size: 16px; }
.help-faq-list .faq-answer > p { padding: 0 22px 22px; font-size: 14px; line-height: 1.72; }
.help-empty { padding: 28px; border: 1px dashed #b8cce5; border-radius: 15px; background: #f6f9fd; text-align: center; }
.help-empty strong { display: block; font: 700 16px/1.4 Manrope, sans-serif; }
.help-empty span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; }

.help-support-section { padding: 0 0 112px; background: #fff; }
.help-support-panel { display: grid; grid-template-columns: 1.12fr .88fr; overflow: hidden; color: #fff; border: 1px solid #173b68; border-radius: 26px; background: radial-gradient(circle at 12% 0%, rgba(44,130,232,.28), transparent 38%), #07182e; box-shadow: 0 34px 82px rgba(8,31,61,.2); }
.help-support-copy { padding: clamp(42px, 5vw, 68px); }
.help-support-copy .section-kicker { color: #83c7ff; }
.help-support-copy h2 { max-width: 680px; margin: 19px 0 18px; font: 700 clamp(36px, 4.7vw, 59px)/1.06 Manrope, sans-serif; letter-spacing: -.055em; }
.help-support-copy > p { max-width: 650px; margin: 0; color: #a9bbcf; font-size: 16px; line-height: 1.7; }
.help-support-points { margin-top: 35px; }
.help-support-points article { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.11); }
.help-support-points article > span { padding-top: 3px; color: #72befd; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.help-support-points strong { display: block; color: #fff; font: 700 15px/1.35 Manrope, sans-serif; }
.help-support-points small { display: block; margin-top: 4px; color: #8fa4bc; font-size: 12px; line-height: 1.5; }
.help-support-card { align-self: stretch; margin: 14px; padding: clamp(30px, 4vw, 48px); color: var(--text); border-radius: 21px; background: #fff; box-shadow: 0 24px 56px rgba(0,0,0,.18); }
.help-support-card > span { color: var(--brand-red); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.help-support-card h3 { max-width: 460px; margin: 16px 0; font: 700 clamp(29px, 3.2vw, 42px)/1.09 Manrope, sans-serif; letter-spacing: -.046em; }
.help-support-card > p { margin: 0 0 25px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.help-support-cta { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 19px; color: #fff; border-radius: 13px; background: var(--brand-red); box-shadow: 0 13px 28px rgba(239,65,70,.2); font-size: 14px; font-weight: 800; transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.help-support-cta:hover { transform: translateY(-2px); background: #d93439; box-shadow: 0 18px 34px rgba(239,65,70,.28); }
.help-support-links { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9px; margin-top: 20px; }
.help-support-links a { min-width: 0; min-height: 76px; display: flex; flex-direction: column; justify-content: center; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; background: #f7f9fc; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.help-support-links a:hover { transform: translateY(-2px); border-color: #aacaf3; background: #f0f6ff; }
.help-support-links span { color: #78879a; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.help-support-links strong { margin-top: 4px; color: var(--brand-navy); font-size: 13px; line-height: 1.35; overflow-wrap: anywhere; }
.help-support-card > small { display: block; margin-top: 17px; color: #7b899a; font-size: 11px; line-height: 1.5; }

@media (max-width: 1050px) {
  .help-topic-grid { grid-template-columns: repeat(3, 1fr); }
  .help-faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .help-faq-heading { position: static; max-width: 760px; }
  .help-support-panel { grid-template-columns: 1fr; }
  .help-support-card { margin-top: 0; }
}

@media (max-width: 760px) {
  .help-search { grid-template-columns: 22px minmax(0, 1fr); min-height: 60px; padding-right: 17px; }
  .help-search > span { grid-column: 2; justify-self: start; margin-top: -8px; padding: 0; background: transparent; text-align: left; }
  .help-topics-section { padding: 76px 0 68px; }
  .help-section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
  .help-section-heading h2 { font-size: 38px; }
  .help-topic-grid { grid-template-columns: 1fr 1fr; }
  .help-topic-card { min-height: 184px; padding: 18px; }
  .help-topic-card > div { margin: 21px 0 15px; }
  .help-faq-section { padding: 78px 0 88px; }
  .help-faq-heading h2 { font-size: 38px; }
  .help-support-section { padding-bottom: 80px; }
  .help-support-panel { border-radius: 19px; }
  .help-support-copy { padding: 36px 22px 25px; }
  .help-support-copy h2 { font-size: 39px; }
  .help-support-card { margin: 0 8px 8px; padding: 28px 20px; border-radius: 14px; }
  .help-support-links { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .help-topic-grid { grid-template-columns: 1fr; }
  .help-topic-card { min-height: 164px; }
}

@media (prefers-reduced-motion: reduce) {
  .help-topic-card,
  .help-support-cta,
  .help-support-links a { transition: none; }
  .help-topic-card:hover,
  .help-support-cta:hover,
  .help-support-links a:hover { transform: none; }
}
