:root {
  --navy: #1d2b35;
  --navy-2: #263b4b;
  --blue: #078ce0;
  --blue-dark: #0866c3;
  --cyan: #27b7ee;
  --sky: #eaf7ff;
  --ink: #18242d;
  --muted: #5e6b75;
  --line: #dce6ec;
  --white: #fff;
  --radius: 20px;
  --shadow: 0 20px 55px rgba(21, 54, 76, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #eaf5fb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.network-canvas { position: fixed; z-index: 0; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .92; }
.topbar, .header, main, .footer { position: relative; }
.topbar, main, .footer { z-index: 1; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 20px; z-index: 100; padding: 10px 16px; background: var(--navy); color: #fff; }
.skip-link:focus { top: 16px; }

.topbar { position: relative; background: linear-gradient(90deg, #0c2334 0%, var(--navy) 45%, #123954 100%); color: #c9dcea; font-size: .84rem; }
.topbar::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--blue-dark) 55%, transparent 92%); opacity: .85; }
.topbar-inner { min-height: 42px; display: flex; align-items: center; gap: 24px; padding: 4px 0; }
.topbar-item { display: inline-flex; align-items: center; gap: 8px; letter-spacing: .01em; }
.topbar-item svg { color: var(--cyan); flex-shrink: 0; }
.topbar-mid { margin-right: auto; }
.topbar-phone { display: inline-flex; align-items: center; gap: 8px; padding: 5px 14px; border-radius: 999px; background: rgba(39,183,238,.13); border: 1px solid rgba(39,183,238,.35); color: #fff; font-weight: 750; font-variant-numeric: tabular-nums; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.topbar-phone svg { color: var(--cyan); }
.topbar-phone:hover { background: rgba(39,183,238,.28); border-color: rgba(39,183,238,.65); transform: translateY(-1px); }
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(220,230,236,.9); backdrop-filter: blur(14px); transition: box-shadow .25s ease, background .25s ease; }
.header::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 3px; background: linear-gradient(90deg, var(--cyan), var(--blue-dark)); transform: scaleX(var(--scroll-progress, 0)); transform-origin: left; }
.header.scrolled { background: rgba(255,255,255,.98); box-shadow: 0 8px 30px rgba(21,54,76,.1); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 246px; flex: 0 0 auto; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: .95rem; font-weight: 650; }
.nav-links a:not(.button) { position: relative; padding: 28px 0; }
.nav-links a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: 20px; width: 0; height: 2px; background: var(--blue); transition: width .2s ease; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { width: 100%; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; color: var(--navy); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: #fff; font-weight: 750; box-shadow: 0 10px 24px rgba(6, 126, 211, .22); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(6, 126, 211, .29); }
.button-outline { background: #fff; color: var(--navy); border-color: var(--line); box-shadow: none; }
.button-outline:hover { border-color: var(--blue); box-shadow: 0 10px 25px rgba(21,54,76,.1); }
.button-light { background: #fff; color: var(--blue-dark); box-shadow: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-dark); font-size: .79rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--cyan); }
h1, h2, h3 { margin: 0 0 .6em; color: var(--navy); line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.5rem, 5.7vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.22rem; }
p { margin: 0 0 1.2em; }
.lead { font-size: clamp(1.08rem, 1.8vw, 1.27rem); color: var(--muted); max-width: 700px; }
.section { position: relative; isolation: isolate; overflow: hidden; padding: 100px 0; background: linear-gradient(145deg, rgba(250,253,255,.58) 0%, rgba(242,249,253,.52) 100%); }
.section:nth-of-type(even):not(.section-soft) { background: linear-gradient(145deg, rgba(238,248,253,.52) 0%, rgba(248,252,255,.58) 58%, rgba(234,246,252,.5) 100%); }
.section > .container { position: relative; z-index: 2; }
.section:not(.section-soft)::before { content: ""; position: absolute; z-index: 0; width: 480px; height: 480px; right: -250px; top: 6%; border-radius: 50%; background: radial-gradient(circle, rgba(39,183,238,.18) 0%, rgba(7,140,224,.07) 44%, transparent 72%); animation: ambient-float 18s ease-in-out infinite alternate; pointer-events: none; }
.section:not(.section-soft)::after { content: ""; position: absolute; z-index: 0; inset: 0; opacity: .1; background-image: radial-gradient(circle, rgba(8,102,195,.16) 1px, transparent 1.5px); background-size: 34px 34px; -webkit-mask-image: linear-gradient(115deg, transparent 5%, #000 48%, transparent 82%); mask-image: linear-gradient(115deg, transparent 5%, #000 48%, transparent 82%); animation: ambient-grid 32s linear infinite; pointer-events: none; }
.section:nth-of-type(even):not(.section-soft)::before { right: auto; left: -250px; animation-delay: -8s; }
.section-soft { position: relative; background: linear-gradient(135deg, rgba(234,245,251,.55), rgba(244,250,253,.6) 52%, rgba(231,244,251,.52)); }
.section-soft::before { content: ""; position: absolute; z-index: 0; width: 360px; height: 360px; left: -210px; bottom: -190px; border-radius: 50%; border: 65px solid rgba(7,140,224,.035); animation: ambient-ring 22s ease-in-out infinite alternate; pointer-events: none; }
.section-soft > .container { position: relative; z-index: 2; }
.ambient-particles { position: absolute; z-index: 1; inset: 0; overflow: hidden; pointer-events: none; }
.ambient-particles span { position: absolute; display: block; width: 11px; height: 11px; border: 2px solid rgba(7,140,224,.32); border-radius: 50%; animation: particle-drift 14s ease-in-out infinite alternate; }
.ambient-particles span:nth-child(1) { left: 5%; top: 18%; width: 9px; height: 9px; animation-delay: -2s; }
.ambient-particles span:nth-child(2) { left: 17%; bottom: 12%; width: 18px; height: 18px; border-radius: 5px; transform: rotate(18deg); animation-delay: -8s; }
.ambient-particles span:nth-child(3) { right: 8%; top: 25%; width: 24px; height: 24px; border-color: rgba(39,183,238,.27); animation-delay: -5s; }
.ambient-particles span:nth-child(4) { right: 22%; bottom: 9%; width: 8px; height: 8px; background: rgba(7,140,224,.2); border: 0; animation-delay: -10s; }
.ambient-particles span:nth-child(5) { left: 42%; top: 8%; width: 14px; height: 14px; border-radius: 4px; transform: rotate(45deg); animation-delay: -6s; }
.section-title { max-width: 750px; margin-bottom: 45px; }
.section-title.center { margin-inline: auto; text-align: center; }
.section-title.center .eyebrow { justify-content: center; }

.hero { position: relative; overflow: hidden; padding: 88px 0 80px; background: linear-gradient(115deg, rgba(248,252,255,.55) 0%, rgba(238,249,255,.45) 55%, rgba(255,255,255,.55) 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -140px; top: -250px; border: 90px solid rgba(7,140,224,.06); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.hero h1 span { color: var(--blue-dark); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 36px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; color: var(--muted); font-size: .92rem; font-weight: 650; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.check { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #dff4ff; color: var(--blue-dark); font-size: .72rem; }
.hero-visual { position: relative; min-height: 470px; display: grid; grid-template-rows: auto auto; place-items: center; align-content: center; }
.orb { position: absolute; width: 390px; height: 390px; border-radius: 50%; background: linear-gradient(145deg, var(--cyan), #075abc); box-shadow: 0 35px 70px rgba(0,101,188,.25); transform: translateY(var(--orb-shift, 0)); transition: transform .08s linear; }
.tech-panel { position: relative; width: 83%; padding: 34px; border: 1px solid rgba(255,255,255,.55); border-radius: 28px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.tech-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.status { display: inline-flex; align-items: center; gap: 8px; color: #177a49; font-size: .82rem; font-weight: 750; }
.status::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #20b66c; box-shadow: 0 0 0 5px rgba(32,182,108,.13); }
.monitor-lines { display: grid; gap: 12px; }
.monitor-item { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 13px; padding: 13px; border: 1px solid #e1ebf0; border-radius: 14px; background: #f8fbfd; }
.monitor-icon, .icon-box { display: grid; place-items: center; color: var(--blue-dark); background: var(--sky); border-radius: 12px; }
.monitor-icon { width: 44px; height: 44px; }
.monitor-icon svg { width: 23px; height: 23px; }
.monitor-label { font-size: .84rem; color: var(--muted); }
.monitor-value { font-weight: 800; font-size: .88rem; }
.monitor-state { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 999px; background: #e5f7ed; color: #177a49; font-size: .73rem; font-weight: 800; white-space: nowrap; }
.monitor-state::before { content: "✓"; display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: #25ae69; color: #fff; font-size: .65rem; }
.bar { grid-column: 2 / 4; height: 6px; margin-top: -8px; background: #e7eef2; border-radius: 8px; overflow: hidden; }
.bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--cyan),var(--blue-dark)); }
.float-card { position: relative; z-index: 2; justify-self: end; right: auto; bottom: auto; display: flex; gap: 12px; align-items: center; margin: 16px 5% 0 0; padding: 16px 18px; border-radius: 15px; background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.float-card strong { display: block; }
.float-card small { color: #bcd0dc; }

.proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.88); backdrop-filter: blur(3px); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 31px 24px; text-align: center; border-right: 1px solid var(--line); }
.proof-item:last-child { border: 0; }
.proof-item strong { display: block; color: var(--blue-dark); font-size: 1.65rem; line-height: 1.2; }
.proof-item span { color: var(--muted); font-size: .9rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s, border-color .25s, box-shadow .25s; }
.card:hover { transform: translateY(-5px); border-color: #b7dcf2; box-shadow: var(--shadow); }
.icon-box { width: 50px; height: 50px; margin-bottom: 22px; }
.card p { color: var(--muted); font-size: .95rem; }
.card-head { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.card-head .icon-box { width: 54px; height: 54px; margin: 0; border-radius: 16px; flex-shrink: 0; }
.card-head .icon-box svg { width: 28px; height: 28px; stroke-width: 1.7; }
.card-head h3 { margin: 0; }
.card-link { color: var(--blue-dark); font-size: .9rem; font-weight: 800; }
.card-link::after { content: " →"; }
.featured { border-color: transparent; background: linear-gradient(145deg, var(--navy), #304b60); color: #fff; }
.featured h3, .featured .card-link { color: #fff; }
.featured p { color: #d2e0e8; }
.featured .icon-box { background: rgba(255,255,255,.12); color: #6fd2ff; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 75px; }
.why-panel { padding: 38px; background: var(--navy); color: #fff; border-radius: 26px; box-shadow: var(--shadow); }
.why-panel h3 { color: #fff; font-size: 1.6rem; }
.why-list { display: grid; gap: 20px; margin-top: 27px; }
.why-item { display: grid; grid-template-columns: 42px 1fr; gap: 14px; }
.why-item b { display: block; margin-bottom: 2px; }
.why-item p { color: #bbceda; font-size: .9rem; margin: 0; }
.why-num { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; color: #73d3ff; font-weight: 800; }
.ticks { display: grid; gap: 13px; margin: 25px 0; }
.ticks div { display: flex; gap: 11px; align-items: flex-start; }

.cta { padding: 72px 0; background: linear-gradient(120deg, #087fd0, #0758ad); color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta h2 { color: #fff; max-width: 720px; margin-bottom: .28em; }
.cta p { color: #d9f1ff; margin: 0; }

.page-hero { position: relative; isolation: isolate; overflow: hidden; padding: 80px 0; background: linear-gradient(115deg, rgba(238,248,254,.72), rgba(255,255,255,.70)); text-align: center; }
.page-hero > .container { position: relative; z-index: 2; }
.page-hero::before { content: ""; position: absolute; z-index: 0; width: 420px; height: 420px; right: -190px; top: -275px; border-radius: 50%; border: 72px solid rgba(7,140,224,.055); animation: ambient-ring 18s ease-in-out infinite alternate; }
.page-hero::after { content: ""; position: absolute; z-index: 0; inset: 0; opacity: .22; background-image: linear-gradient(rgba(8,102,195,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(8,102,195,.08) 1px, transparent 1px); background-size: 54px 54px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 75%, transparent); mask-image: linear-gradient(90deg, transparent, #000 75%, transparent); animation: ambient-grid 38s linear infinite reverse; }
.section:not(.section-soft)::before, .section:not(.section-soft)::after, .section-soft::before, .page-hero::before, .page-hero::after { display: none; }
.page-hero h1 { font-size: clamp(2.5rem,5vw,4.25rem); max-width: 900px; margin-inline: auto; }
.page-hero .lead { margin-inline: auto; }
.service-row { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.service-row:last-child { border: 0; }
.service-row .icon-box { width: 70px; height: 70px; }
.service-row > .icon-box { border-radius: 18px; }
.service-row > .icon-box svg { width: 36px; height: 36px; stroke-width: 1.7; }
.service-row ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 26px; padding: 0; margin: 18px 0 0; list-style: none; color: var(--muted); }
.service-row li::before { content: "✓"; color: var(--blue); font-weight: 800; margin-right: 8px; }

.timeline { display: grid; gap: 0; margin-top: 30px; }
.timeline-item { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding-bottom: 28px; }
.timeline-mark { position: relative; display: grid; place-items: center; align-self: start; width: 46px; height: 46px; border-radius: 50%; background: var(--sky); color: var(--blue-dark); font-weight: 850; }
.timeline-mark::after { content: ""; position: absolute; top: 46px; width: 2px; height: 33px; background: var(--line); }
.timeline-item:last-child .timeline-mark::after { display: none; }

.support-hero { text-align: left; }
.support-hero .support-head { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.support-hero h1 { margin-inline: 0; }
.support-hero .lead { margin-inline: 0; }
.remote-visual { position: relative; min-height: 365px; padding: 38px 32px 30px; overflow: hidden; border: 1px solid #cfe1eb; border-radius: 26px; background: linear-gradient(145deg, #fff, #edf8fe); box-shadow: var(--shadow); }
.remote-visual::before { content: ""; position: absolute; width: 260px; height: 260px; right: -105px; top: -120px; border-radius: 50%; background: linear-gradient(145deg, rgba(39,183,238,.24), rgba(8,102,195,.08)); }
.remote-scene { position: relative; display: grid; grid-template-columns: 1fr 88px 1fr; align-items: center; min-height: 220px; }
.remote-device { position: relative; display: grid; place-items: center; width: 132px; height: 100px; margin-inline: auto; border: 3px solid var(--navy); border-radius: 10px; background: #fff; color: var(--blue-dark); box-shadow: 0 14px 28px rgba(29,43,53,.12); }
.remote-device::after { content: ""; position: absolute; width: 155px; height: 8px; left: 50%; bottom: -12px; transform: translateX(-50%); border-radius: 0 0 10px 10px; background: var(--navy); }
.remote-device svg { width: 52px; height: 52px; }
.remote-tech { position: relative; display: grid; place-items: center; width: 112px; height: 112px; margin-inline: auto; border-radius: 50%; background: linear-gradient(145deg, var(--cyan), var(--blue-dark)); color: #fff; box-shadow: 0 18px 35px rgba(8,102,195,.25); }
.remote-tech svg { width: 58px; height: 58px; }
.remote-connection { position: relative; height: 3px; background: linear-gradient(90deg, var(--cyan), var(--blue-dark)); }
.remote-connection::before, .remote-connection::after { content: ""; position: absolute; top: 50%; width: 11px; height: 11px; transform: translateY(-50%); border: 3px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 3px rgba(7,140,224,.14); }
.remote-connection::before { left: 0; }
.remote-connection::after { right: 0; }
.remote-caption { position: relative; padding: 18px 20px; border-radius: 14px; background: var(--navy); color: #fff; text-align: center; }
.remote-caption strong { display: block; margin-bottom: 3px; }
.remote-caption span { color: #c4d8e4; font-size: .88rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: support-step; }
.step-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.step-number { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 22px; border-radius: 13px; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: #fff; font-weight: 850; }
.security-note { display: grid; grid-template-columns: 60px 1fr; gap: 20px; align-items: start; padding: 30px; margin-top: 34px; border: 1px solid #f0d28c; border-radius: var(--radius); background: #fff9e9; }
.security-note .icon-box { width: 60px; height: 60px; margin: 0; color: #9a6500; background: #fff0c8; }
.security-note h3 { margin-bottom: .35em; }
.security-note p { margin: 0; color: #655a40; }
.support-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.external::after { content: " ↗"; font-size: .8em; }
.why-num svg { width: 21px; height: 21px; }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 32px; align-items: start; }
.contact-card { padding: 32px; border-radius: var(--radius); background: var(--navy); color: #fff; }
.contact-card h2, .contact-card h3 { color: #fff; }
.contact-detail { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-detail:last-child { border: 0; }
.contact-detail small { display: block; color: #a9c2d1; }
.contact-detail strong { display: block; }
.form-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .88rem; font-weight: 750; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #ccd9e0; border-radius: 11px; background: #fff; padding: 12px 14px; outline: none; color: var(--ink); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(7,140,224,.1); }
.field textarea { min-height: 140px; resize: vertical; }
.form-note { color: var(--muted); font-size: .78rem; }
.form-status { display: none; margin-top: 15px; padding: 12px 14px; border-radius: 10px; background: #eaf8ef; color: #17623d; font-weight: 650; }
.website-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.security-question { max-width: 360px; }
.result-card { max-width: 720px; margin: 0 auto; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; text-align: center; box-shadow: var(--shadow); }
.result-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 24px; border-radius: 50%; background: #e5f7ed; color: #177a49; font-size: 2rem; font-weight: 850; }
.result-icon.error { background: #fff0e8; color: #a6481b; }
.legal { max-width: 850px; }
.legal h2 { font-size: 1.55rem; margin-top: 1.8em; }

.footer { background: #121f28; color: #aec1cd; padding: 60px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 70px; }
.footer .brand { width: 235px; padding: 8px; background: #fff; border-radius: 10px; margin-bottom: 20px; }
.footer h3 { color: #fff; font-size: 1rem; }
.footer-links { display: grid; gap: 9px; }
.footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; margin-top: 45px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .72s cubic-bezier(.2,.7,.2,1), transform .72s cubic-bezier(.2,.7,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal.reveal-left { transform: translateX(-46px); }
.reveal.reveal-right { transform: translateX(46px); }
.reveal.reveal-scale { transform: translateY(18px) scale(.96); }
.reveal.visible { opacity: 1; transform: none; }

.hero-grid > div:first-child { animation: hero-copy-in .8s cubic-bezier(.2,.7,.2,1) both; }
.hero-visual { animation: hero-visual-in .9s .12s cubic-bezier(.2,.7,.2,1) both; }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes hero-visual-in { from { opacity: 0; transform: translateX(35px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes ambient-float { from { transform: translate3d(0, -18px, 0) scale(.94); } to { transform: translate3d(-45px, 42px, 0) scale(1.08); } }
@keyframes ambient-grid { from { background-position: 0 0; } to { background-position: 68px 34px; } }
@keyframes ambient-ring { from { transform: translate3d(0, 0, 0) rotate(0deg); } to { transform: translate3d(34px, -22px, 0) rotate(12deg); } }
@keyframes particle-drift { from { translate: 0 -8px; rotate: 0deg; } to { translate: 24px 30px; rotate: 55deg; } }

@media (max-width: 1100px) {
  .topbar-mid { display: none; }
}

@media (max-width: 900px) {
  .topbar { display: none; }
  .nav { min-height: 70px; }
  .brand { width: 205px; }
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 18px 20px 25px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(20,45,60,.12); align-items: stretch; flex-direction: column; gap: 2px; }
  .nav-links.open { display: flex; }
  .nav-links a:not(.button) { padding: 12px 4px; }
  .nav-links a:not(.button)::after { display: none; }
  .hero-grid, .split, .contact-grid, .support-hero .support-head { grid-template-columns: 1fr; }
  .hero { padding-top: 65px; }
  .hero-visual { min-height: 400px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 72px 0; }
  .hero { padding-top: 50px; }
  .hero-grid { gap: 25px; }
  .hero-visual { min-height: 330px; }
  .orb { width: 275px; height: 275px; }
  .tech-panel { width: 94%; padding: 23px; }
  .monitor-item { grid-template-columns: 44px 1fr; }
  .monitor-state { grid-column: 2; justify-self: start; }
  .float-card { right: auto; bottom: auto; max-width: 94%; margin: 14px 3% 0 0; }
  .cards, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  /* Icône à gauche du titre sur mobile : flottant, le texte s'aligne à côté */
  .service-row { display: block; }
  .service-row > .icon-box { float: left; width: 52px; height: 52px; margin: 2px 16px 10px 0; border-radius: 14px; }
  .service-row > .icon-box svg { width: 27px; height: 27px; }
  .service-row::after { content: ""; display: block; clear: both; }
  .service-row ul { grid-template-columns: 1fr; }
  .security-note { grid-template-columns: 1fr; }
  .remote-visual { min-height: 320px; padding: 25px 18px; }
  .remote-scene { grid-template-columns: 1fr 55px 1fr; min-height: 205px; }
  .remote-device { width: 92px; height: 72px; }
  .remote-device::after { width: 108px; }
  .remote-device svg { width: 38px; height: 38px; }
  .remote-tech { width: 82px; height: 82px; }
  .remote-tech svg { width: 42px; height: 42px; }
  .cta-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .proof-item { padding: 24px 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-grid > div:first-child, .hero-visual { animation: none; }
  .header::after { display: none; }
  .section::before, .section::after, .section-soft::before, .page-hero::before, .page-hero::after { animation: none !important; }
  .ambient-particles span { animation: none !important; }
}

@media (max-width: 1320px) {
  .network-canvas { display: none; }
}
