:root {
    --es-cyan: #51bde9;
    --es-purple: #71438c;
    --es-magenta: #bf0870;
    --es-black: #07080b;
    --es-black-2: #0c0f16;
    --es-black-3: #111621;
    --es-white: #ffffff;
    --es-muted: #9aa4b6;
    --es-line: rgba(255, 255, 255, 0.10);
    --es-card: rgba(15, 19, 28, 0.76);
    --es-gradient: linear-gradient(110deg, var(--es-cyan) 0%, #8565c5 52%, var(--es-magenta) 100%);
    --container: 1220px;
    --radius: 24px;
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    width: 100%;
    max-width: 100%;
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    color: var(--es-white);
    background: var(--es-black);
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
    overflow-x: clip;
}

body.nav-open,
body.modal-open {
    overflow: hidden;
}

img,
svg,
video,
canvas {
    display: block;
    max-width: 100%;
}

img {
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    max-width: 100%;
    font: inherit;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
p,
li,
span,
strong {
    overflow-wrap: break-word;
}

.skip-link {
    position: fixed;
    top: -80px;
    left: 12px;
    z-index: 9999;
    padding: 10px 16px;
    color: #111111;
    background: #ffffff;
    border-radius: 10px;
}

.skip-link:focus {
    top: 12px;
}

.container {
    width: min(calc(100% - 40px), var(--container));
    max-width: 100%;
    margin-inline: auto;
}

.split > *,
.pillar-grid > *,
.feature-grid > *,
.security-grid > *,
.contact-grid > *,
.field-row > *,
.esbadge-wrap > * {
    min-width: 0;
}

/* Header */
.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    width: 100%;
    max-width: 100vw;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.site-header::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(180deg, rgba(4, 6, 10, 0.82), rgba(4, 6, 10, 0.30));
    backdrop-filter: blur(10px);
}

.site-header.is-scrolled {
    border-color: var(--es-line);
}

.site-header.is-scrolled::before {
    background: rgba(6, 8, 12, 0.92);
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 84px;
    gap: 28px;
}

.brand {
    flex: 0 0 auto;
}

.brand img {
    width: 190px;
    filter: drop-shadow(0 10px 24px rgba(81, 189, 233, 0.12));
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.main-nav > a {
    color: #d5dbea;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: color 0.25s ease;
}

.main-nav > a:hover {
    color: var(--es-cyan);
}

.nav-cta {
    padding: 11px 16px;
    border: 1px solid rgba(81, 189, 233, 0.35);
    border-radius: 999px;
    background: rgba(81, 189, 233, 0.08);
}

.menu-toggle {
    display: none;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 11px;
    border: 1px solid var(--es-line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
}

.menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #ffffff;
    border-radius: 2px;
}

/* Hero */
.hero {
    position: relative;
    display: grid;
    align-items: center;
    min-height: 100svh;
    overflow: hidden;
}

.hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% 50%;
    transform: scale(1.015);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 50%, rgba(81, 189, 233, 0.08), transparent 30%),
        linear-gradient(90deg, rgba(3, 5, 8, 0.97) 0%, rgba(3, 5, 8, 0.85) 38%, rgba(3, 5, 8, 0.40) 62%, rgba(3, 5, 8, 0.15) 100%),
        linear-gradient(0deg, rgba(7, 8, 11, 0.90) 0%, transparent 35%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1220px;
    padding-top: 92px;
}

.hero-content > * {
    max-width: 760px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    gap: 10px;
    color: var(--es-cyan);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.eyebrow::before {
    flex: 0 0 30px;
    width: 30px;
    height: 2px;
    content: "";
    background: var(--es-gradient);
    box-shadow: 0 0 18px rgba(81, 189, 233, 0.55);
}

.hero h1 {
    margin: 20px 0;
    font-size: clamp(48px, 5.1vw, 65px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-transform: uppercase;
}

.hero h1 span {
    display: block;
    color: transparent;
    background: var(--es-gradient);
    background-clip: text;
    -webkit-background-clip: text;
}

.hero p {
    max-width: 690px;
    margin: 0 0 30px;
    color: #d3d9e4;
    font-size: clamp(16px, 1.6vw, 20px);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn-primary {
    color: #ffffff;
    background: var(--es-gradient);
    box-shadow: 0 14px 35px rgba(113, 67, 140, 0.24);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(81, 189, 233, 0.22);
}

.btn-ghost {
    color: #ffffff;
    background: rgba(7, 9, 13, 0.48);
    border: 1px solid rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(8px);
}

.btn-ghost:hover {
    color: var(--es-cyan);
    border-color: var(--es-cyan);
}

.btn-full {
    width: 100%;
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 38px;
}

.hero-proof span {
    padding: 8px 11px;
    color: #cbd3e1;
    background: rgba(4, 6, 10, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}

.scroll-cue {
    position: absolute;
    bottom: 22px;
    left: 50%;
    z-index: 3;
    width: 34px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 999px;
    transform: translateX(-50%);
}

.scroll-cue span {
    position: absolute;
    top: 9px;
    left: 50%;
    width: 4px;
    height: 8px;
    background: var(--es-cyan);
    border-radius: 999px;
    animation: scrollCue 1.7s ease-in-out infinite;
}

@keyframes scrollCue {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }
    35% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, 18px);
    }
}

/* Sections */
.section {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 110px 0;
    overflow: clip;
}

.section-dark {
    background: #090b10;
}

.section-pitch {
    background:
        radial-gradient(circle at 20% 20%, rgba(191, 8, 112, 0.11), transparent 28%),
        radial-gradient(circle at 84% 78%, rgba(81, 189, 233, 0.10), transparent 28%),
        #07090e;
}

.section-screen {
    background: linear-gradient(180deg, #0b0e15, #07080b);
}

.section-heading {
    max-width: 820px;
    margin-bottom: 48px;
}

.section-heading.centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-heading.centered .eyebrow::before {
    display: none;
}

.section h2,
.esbadge-title {
    margin: 14px 0 18px;
    font-size: clamp(42px, 4.3vw, 55px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.section-heading p,
.lead {
    color: var(--es-muted);
    font-size: 17px;
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 72px;
}

.split.reverse {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.split .copy h2 {
    max-width: 620px;
}

.check-list {
    display: grid;
    gap: 13px;
    margin: 28px 0;
}

.check-list div {
    display: flex;
    gap: 12px;
    color: #d9dfea;
    font-size: 14px;
}

.check-list b {
    flex: 0 0 auto;
    color: var(--es-cyan);
}

.text-link {
    display: inline-flex;
    margin-top: 8px;
    color: var(--es-cyan);
    font-size: 13px;
    font-weight: 800;
}

.visual-card {
    position: relative;
    min-width: 0;
    max-width: 100%;
}

.screenshot-shell {
    padding: 12px;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    box-shadow: var(--shadow);
}

.screenshot-shell::before {
    position: absolute;
    inset: -1px;
    z-index: -1;
    content: "";
    background: var(--es-gradient);
    border-radius: inherit;
    opacity: 0.35;
    filter: blur(18px);
}

.screenshot-shell img {
    width: 100%;
    border-radius: 14px;
}

.screen-caption {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 48px);
    gap: 8px;
    padding: 9px 12px;
    color: #dbe2ef;
    background: rgba(4, 6, 10, 0.80);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(12px);
}

.live-dot {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    background: #25d47a;
    border-radius: 50%;
    box-shadow: 0 0 12px #25d47a;
}

/* Pitch */
.pitch-animation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 20px auto 34px;
}

.pitch-animation img {
    width: min(100%, 420px);
    height: auto;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.pillar-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.pillar {
    position: relative;
    min-height: 440px;
    padding: 42px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(18, 22, 33, 0.95), rgba(8, 10, 15, 0.82));
    border: 1px solid var(--es-line);
    border-radius: 28px;
}

.pillar::after {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 260px;
    height: 260px;
    content: "";
    background: var(--es-gradient);
    border-radius: 50%;
    opacity: 0.22;
    filter: blur(70px);
}

.pillar-icon {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    color: var(--es-cyan);
    background: rgba(81, 189, 233, 0.08);
    border: 1px solid rgba(81, 189, 233, 0.28);
    border-radius: 16px;
    font-size: 28px;
}

.pillar h3 {
    margin: 28px 0 14px;
    font-size: 32px;
    line-height: 1.05;
    text-transform: uppercase;
}

.pillar h3 span {
    color: var(--es-magenta);
}

.pillar p {
    color: var(--es-muted);
}

.pillar ul {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.pillar li {
    position: relative;
    padding-left: 22px;
    color: #dce2ec;
    font-size: 14px;
}

.pillar li::before {
    position: absolute;
    left: 0;
    content: "+";
    color: var(--es-cyan);
    font-weight: 900;
}

/* Features */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.feature-card {
    min-height: 250px;
    padding: 28px;
    background: linear-gradient(145deg, #0e1119, #090b10);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
    border-color: rgba(81, 189, 233, 0.32);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

.feature-num {
    display: inline-flex;
    color: var(--es-magenta);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.feature-card h3 {
    margin: 24px 0 12px;
    font-size: 20px;
}

.feature-card p {
    margin: 0;
    color: var(--es-muted);
    font-size: 14px;
}

/* Performance */
.metric-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.metric-list div {
    min-width: 0;
    padding: 18px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid var(--es-line);
    border-radius: 16px;
}

.metric-list strong {
    display: block;
    color: var(--es-cyan);
    font-size: 15px;
}

.metric-list span {
    display: block;
    margin-top: 4px;
    color: var(--es-muted);
    font-size: 12px;
}

/* Process */
.process-section {
    overflow: hidden;
    background: radial-gradient(circle at 50% 0%, rgba(113, 67, 140, 0.18), transparent 35%), #080a0f;
}

.process-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    margin-top: 52px;
}

.process-line::before {
    position: absolute;
    top: 31px;
    right: 6%;
    left: 6%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, var(--es-cyan), var(--es-magenta), transparent);
    opacity: 0.55;
}

.process-step {
    position: relative;
    min-width: 0;
    padding-top: 72px;
    text-align: center;
}

.process-step > span {
    position: absolute;
    top: 0;
    left: 50%;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    color: var(--es-cyan);
    background: #0b0e14;
    border: 1px solid rgba(81, 189, 233, 0.35);
    border-radius: 50%;
    box-shadow: 0 0 0 8px #080a0f;
    font-weight: 900;
    transform: translateX(-50%);
}

.process-step h3 {
    margin: 12px 0 6px;
    font-size: 16px;
}

.process-step p {
    margin: 0;
    color: var(--es-muted);
    font-size: 12px;
}

/* Integrations */
.integration-section {
    background: linear-gradient(180deg, #07080b, #0b0d14);
}

.integration-points {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    max-width: 100%;
    margin-top: 28px;
}

.integration-points span {
    max-width: 100%;
    padding: 9px 11px;
    color: #cfd6e2;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}

.integration-visual {
    position: relative;
    display: grid;
    place-items: center;
    width: min(100%, 520px);
    aspect-ratio: 1 / 1;
    margin-inline: auto;
}

.integration-visual::before,
.integration-visual::after {
    position: absolute;
    content: "";
    border-radius: 50%;
}

.integration-visual::before {
    inset: 8%;
    border: 1px solid rgba(81, 189, 233, 0.16);
}

.integration-visual::after {
    inset: 24%;
    border: 1px solid rgba(191, 8, 112, 0.20);
}

.hub-logo {
    position: relative;
    z-index: 4;
    width: 230px;
    max-width: 48%;
    padding: 32px 24px;
    background: rgba(8, 10, 15, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    box-shadow: 0 0 60px rgba(81, 189, 233, 0.10);
}

.orb {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    color: #dfe5ef;
    background: #0e1119;
    border: 1px solid rgba(81, 189, 233, 0.34);
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
    font-size: 12px;
    font-weight: 900;
}

.orb-1 {
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
}

.orb-2 {
    top: 31%;
    right: 2%;
}

.orb-3 {
    right: 19%;
    bottom: 2%;
}

.orb-4 {
    bottom: 8%;
    left: 15%;
}

.orb-5 {
    top: 30%;
    left: 0;
}

/* Security */
.security-section {
    background: #080a0f;
}

.security-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: start;
    gap: 70px;
}

.security-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.mini-card {
    min-height: 170px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid var(--es-line);
    border-radius: 18px;
}

.mini-card strong {
    display: block;
    margin-bottom: 10px;
    color: var(--es-cyan);
    font-size: 15px;
}

.mini-card span {
    color: var(--es-muted);
    font-size: 13px;
}

/* CTA */
.cta-band {
    padding: 95px 0;
    text-align: center;
    background:
        radial-gradient(circle at 20% 50%, rgba(81, 189, 233, 0.15), transparent 26%),
        radial-gradient(circle at 80% 50%, rgba(191, 8, 112, 0.18), transparent 30%),
        #090b11;
}

.cta-content {
    max-width: 900px;
}

.cta-content .eyebrow::before {
    display: none;
}

.cta-content h2 {
    margin-bottom: 28px;
}

/* Badge / crachá */
.esbadge-section {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 120px 0;
    overflow: clip;
    background:
        radial-gradient(circle at 79% 45%, rgba(31, 185, 236, 0.13), transparent 30%),
        radial-gradient(circle at 12% 65%, rgba(214, 0, 121, 0.09), transparent 31%),
        #05070c;
}

.esbadge-section::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(110deg, transparent 0%, transparent 45%, rgba(255, 255, 255, 0.018) 45.2%, transparent 45.5%);
}

.esbadge-wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    align-items: center;
    width: min(calc(100% - 40px), 1380px);
    max-width: 100%;
    margin-inline: auto;
    gap: clamp(56px, 7vw, 118px);
}

.esbadge-eyebrow {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--es-cyan);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.18em;
}

.esbadge-eyebrow::before {
    flex: 0 0 35px;
    width: 35px;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, var(--es-cyan), var(--es-magenta));
}

.esbadge-title {
    max-width: 790px;
    margin: 0 0 28px;
    color: #ffffff;
}

.esbadge-title span {
    display: block;
    margin-top: 7px;
    color: transparent;
    background: linear-gradient(90deg, #51bde9 0%, #7150a0 43%, #d40b79 82%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.esbadge-description {
    max-width: 750px;
    margin: 0 0 38px;
    color: #a7b0c1;
    font-size: 17px;
    line-height: 1.75;
}

.esbadge-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.esbadge-feature {
    display: grid;
    grid-template-columns: 47px minmax(0, 1fr);
    gap: 15px;
    padding: 21px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.037), rgba(255, 255, 255, 0.012));
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 18px;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.esbadge-feature:hover {
    background: linear-gradient(145deg, rgba(81, 189, 233, 0.08), rgba(191, 8, 112, 0.035));
    border-color: rgba(81, 189, 233, 0.30);
    transform: translateY(-3px);
}

.esbadge-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    color: var(--es-cyan);
    background: rgba(81, 189, 233, 0.075);
    border: 1px solid rgba(81, 189, 233, 0.25);
    border-radius: 12px;
    font-size: 11px;
    font-weight: 800;
}

.esbadge-feature strong {
    display: block;
    margin-bottom: 7px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.35;
}

.esbadge-feature p {
    margin: 0;
    color: #8490a3;
    font-size: 12px;
    line-height: 1.55;
}

.esbadge-callout {
    position: relative;
    margin-top: 27px;
    padding: 20px 24px 20px 27px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(81, 189, 233, 0.075), rgba(191, 8, 112, 0.055));
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 15px;
}

.esbadge-callout::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    content: "";
    background: linear-gradient(var(--es-cyan), var(--es-magenta));
}

.esbadge-callout small,
.esbadge-callout strong {
    display: block;
}

.esbadge-callout small {
    margin-bottom: 4px;
    color: #8996a9;
    font-size: 12px;
}

.esbadge-callout strong {
    color: #ffffff;
    font-size: 15px;
}

.esbadge-showcase {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.esbadge-scene {
    width: min(100%, 430px);
    max-width: 100%;
}

.esbadge-card {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 26px;
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.42);
    transform: translateZ(0) scale(1);
    transform-origin: center center;
    transition: transform 160ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 160ms ease;
    will-change: transform;
}

.esbadge-card:hover {
    box-shadow: 0 42px 82px rgba(0, 0, 0, 0.48);
    transform: translateZ(0) scale(1.018);
}

.esbadge-card img {
    width: 100%;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.esbadge-mouse-tip {
    max-width: 430px;
    margin-top: 26px;
    color: #687489;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.55;
    letter-spacing: 0.10em;
    text-align: center;
}

/* Contact */
.contact-section {
    color: #111827;
    background: #f4f6fa;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: 60px;
}

.contact-copy .eyebrow {
    color: #71438c;
}

.contact-copy h2 {
    color: #0b1020;
}

.contact-copy p {
    color: #667085;
    font-size: 16px;
}

.contact-highlights {
    display: grid;
    gap: 14px;
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
}

.contact-highlights div {
    width: 100%;
    max-width: 100%;
    padding: 16px 18px;
    background: #ffffff;
    border-left: 3px solid #51bde9;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.05);
}

.contact-highlights strong,
.contact-highlights span {
    display: block;
}

.contact-highlights strong {
    color: #111827;
    font-size: 14px;
}

.contact-highlights span {
    color: #667085;
    font-size: 12px;
}

.form-card {
    width: 100%;
    max-width: 100%;
    padding: 34px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5eaf1;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(16, 24, 40, 0.10);
}

.field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.field {
    min-width: 0;
    margin-bottom: 15px;
}

.field label {
    display: block;
    margin-bottom: 7px;
    color: #344054;
    font-size: 12px;
    font-weight: 800;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    min-width: 0;
    padding: 13px 14px;
    color: #111827;
    background: #f9fafb;
    border: 1px solid #d9dee8;
    border-radius: 12px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.field textarea {
    min-height: 120px;
    resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    background: #ffffff;
    border-color: #51bde9;
    box-shadow: 0 0 0 4px rgba(81, 189, 233, 0.12);
}

.field.has-error input,
.field.has-error select,
.field.has-error textarea {
    border-color: #d92d20;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.08);
}

.privacy-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 4px 0 18px;
    color: #667085;
    font-size: 11px;
}

.privacy-check input {
    flex: 0 0 auto;
    margin-top: 3px;
    accent-color: #71438c;
}

.privacy-check.has-error {
    color: #b42318;
}

.form-note {
    margin: 12px 0 0;
    color: #98a2b3;
    font-size: 10px;
    text-align: center;
}

.hp-field {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* Footer */
.site-footer {
    padding: 38px 0;
    background: #050609;
    border-top: 1px solid var(--es-line);
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 40px;
}

.footer-logo {
    width: 170px;
    margin-bottom: 10px;
}

.site-footer p {
    margin: 0;
    color: #7f8999;
    font-size: 11px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: #a7afbd;
    font-size: 11px;
    font-weight: 700;
}

.footer-links a:hover {
    color: var(--es-cyan);
}

.footer-meta {
    color: #6f7887;
    font-size: 10px;
    text-align: right;
}

/* Modal */
.modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: none;
    place-items: center;
    max-width: 100vw;
    padding: 20px;
}

.modal.is-open {
    display: grid;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 4, 7, 0.78);
    backdrop-filter: blur(10px);
}

.modal-panel {
    position: relative;
    z-index: 2;
    width: min(100%, 480px);
    max-width: 100%;
    padding: 38px;
    color: #111827;
    text-align: center;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 35px 100px rgba(0, 0, 0, 0.38);
    animation: modalIn 0.28s ease;
}

@keyframes modalIn {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.modal-close {
    position: absolute;
    top: 13px;
    right: 14px;
    width: 34px;
    height: 34px;
    color: #667085;
    background: #f2f4f7;
    border: 0;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
}

.modal-icon {
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    margin: 0 auto 20px;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 900;
}

.modal-icon.success {
    color: #067647;
    background: #ecfdf3;
}

.modal-icon.error {
    color: #b42318;
    background: #fef3f2;
}

.modal-panel h2 {
    margin: 0 0 10px;
    font-size: 26px;
}

.modal-panel p {
    margin: 0 0 24px;
    color: #667085;
}

/* Reveal */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.in-view {
    opacity: 1;
    transform: none;
}

/* Tablet */
@media (max-width: 980px) {
    .menu-toggle {
        display: block;
    }

    .main-nav {
        position: fixed;
        top: 84px;
        right: 20px;
        left: 20px;
        display: grid;
        gap: 0;
        max-width: calc(100vw - 40px);
        padding: 12px;
        background: rgba(6, 8, 12, 0.97);
        border: 1px solid var(--es-line);
        border-radius: 18px;
        box-shadow: var(--shadow);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-12px);
        transition: opacity 0.25s ease, transform 0.25s ease;
    }

    .main-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .main-nav > a {
        padding: 13px 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .main-nav > a:last-child {
        margin-top: 8px;
        border-bottom: 0;
        text-align: center;
    }

    .split,
    .split.reverse,
    .security-grid,
    .contact-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 44px;
    }

    .split.reverse .visual-card {
        order: 2;
    }

    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-line {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 30px;
    }

    .process-line::before {
        display: none;
    }

    .integration-visual {
        width: min(100%, 500px);
    }

    .esbadge-wrap {
        grid-template-columns: minmax(0, 1fr);
        gap: 60px;
    }

    .esbadge-showcase {
        grid-row: 1;
    }

    .esbadge-scene {
        width: min(100%, 390px);
    }

    .footer-grid {
        grid-template-columns: minmax(0, 1fr);
        text-align: center;
    }

    .footer-logo {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-links {
        justify-content: center;
    }

    .footer-meta {
        text-align: center;
    }
}

/* Mobile */
@media (max-width: 680px) {
    .container,
    .esbadge-wrap {
        width: calc(100% - 32px);
        max-width: calc(100vw - 32px);
    }

    .nav-wrap {
        height: 72px;
        gap: 12px;
    }

    .brand img {
        width: 154px;
        max-width: calc(100vw - 86px);
    }

    .main-nav {
        top: 72px;
        right: 14px;
        left: 14px;
        max-width: calc(100vw - 28px);
    }

    .hero {
        min-height: 760px;
        align-items: end;
    }

    .hero-media img {
        object-position: center 34%;
        transform: none;
    }

    .hero-overlay {
        background:
            linear-gradient(0deg, rgba(3, 5, 8, 0.99) 0%, rgba(3, 5, 8, 0.91) 47%, rgba(3, 5, 8, 0.36) 100%),
            linear-gradient(90deg, rgba(3, 5, 8, 0.36), rgba(3, 5, 8, 0.08));
    }

    .hero-content {
        width: 100%;
        padding: 150px 0 56px;
    }

    .hero h1 {
        margin: 16px 0 18px;
        font-size: clamp(32px, 10.2vw, 40px);
        line-height: 1.02;
        letter-spacing: -0.035em;
    }

    .hero p {
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 1.65;
    }

    .eyebrow,
    .esbadge-eyebrow {
        gap: 8px;
        font-size: 10px;
        letter-spacing: 0.14em;
    }

    .eyebrow::before,
    .esbadge-eyebrow::before {
        flex-basis: 24px;
        width: 24px;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-proof {
        display: none;
    }

    .scroll-cue {
        display: none;
    }

    .section,
    .esbadge-section {
        padding: 72px 0;
    }

    .section-heading {
        margin-bottom: 34px;
    }

    .section h2,
    .esbadge-title {
        margin-top: 12px;
        font-size: clamp(30px, 9vw, 36px);
        line-height: 1.08;
        letter-spacing: -0.03em;
    }

    .section-heading p,
    .lead,
    .esbadge-description,
    .contact-copy p {
        font-size: 15px;
        line-height: 1.7;
    }

    .split,
    .split.reverse,
    .security-grid,
    .contact-grid {
        gap: 34px;
    }

    .pitch-animation {
        margin-top: 8px;
        margin-bottom: 26px;
        padding-inline: 10px;
    }

    .pitch-animation img {
        width: min(100%, 250px);
    }

    .pillar-grid,
    .feature-grid,
    .metric-list,
    .security-cards,
    .field-row,
    .esbadge-features {
        grid-template-columns: minmax(0, 1fr);
    }

    .pillar {
        min-height: 0;
        padding: 26px;
        border-radius: 22px;
    }

    .pillar h3 {
        font-size: 25px;
    }

    .pillar-icon {
        width: 50px;
        height: 50px;
    }

    .feature-card,
    .mini-card {
        min-height: 0;
    }

    .feature-card {
        padding: 24px;
    }

    .process-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 12px;
        row-gap: 28px;
    }

    .process-step {
        padding-top: 64px;
    }

    .process-step > span {
        width: 54px;
        height: 54px;
    }

    .integration-points span {
        white-space: normal;
    }

    .integration-visual {
        width: min(100%, 344px);
        max-width: calc(100vw - 32px);
        aspect-ratio: 1 / 1;
    }

    .hub-logo {
        width: 154px;
        max-width: 46%;
        padding: 22px 16px;
        border-radius: 20px;
    }

    .orb {
        width: 58px;
        height: 58px;
        font-size: 10px;
    }

    .orb-1 {
        top: 2%;
    }

    .orb-2 {
        top: 30%;
        right: 0;
    }

    .orb-3 {
        right: 15%;
        bottom: 2%;
    }

    .orb-4 {
        bottom: 7%;
        left: 12%;
    }

    .orb-5 {
        top: 30%;
        left: 0;
    }

    .esbadge-wrap {
        gap: 46px;
    }

    .esbadge-title {
        margin-bottom: 20px;
    }

    .esbadge-description {
        margin-bottom: 28px;
    }

    .esbadge-feature {
        grid-template-columns: 43px minmax(0, 1fr);
        padding: 17px;
    }

    .esbadge-callout {
        padding: 18px 18px 18px 22px;
    }

    .esbadge-scene {
        width: min(84vw, 340px);
    }

    .esbadge-card {
        border-radius: 20px;
    }

    .esbadge-mouse-tip {
        margin-top: 20px;
        font-size: 9px;
        letter-spacing: 0.06em;
    }

    .form-card {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .contact-highlights div {
        padding: 15px 14px;
    }

    .screen-caption {
        position: static;
        justify-content: center;
        max-width: 100%;
        margin-top: 10px;
        border-radius: 12px;
        text-align: center;
    }

    .modal-panel {
        padding: 32px 22px 26px;
        border-radius: 20px;
    }
}

@media (max-width: 420px) {
    .container,
    .esbadge-wrap {
        width: calc(100% - 28px);
        max-width: calc(100vw - 28px);
    }

    .hero {
        min-height: 700px;
    }

    .hero-content {
        padding-top: 132px;
    }

    .hero h1 {
        font-size: clamp(30px, 9.7vw, 36px);
    }

    .section h2,
    .esbadge-title {
        font-size: clamp(29px, 8.8vw, 34px);
    }

    .process-line {
        grid-template-columns: minmax(0, 1fr);
    }

    .process-step {
        padding-top: 0;
        padding-left: 70px;
        text-align: left;
    }

    .process-step > span {
        top: 0;
        left: 0;
        transform: none;
    }

    .integration-visual {
        width: min(100%, 320px);
    }

    .orb {
        width: 54px;
        height: 54px;
        font-size: 9px;
    }

    .hub-logo {
        width: 142px;
    }
}

@media (hover: none), (pointer: coarse) {
    .feature-card:hover,
    .esbadge-feature:hover,
    .esbadge-card:hover,
    .btn-primary:hover {
        transform: none;
    }
}

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

    .reveal {
        opacity: 1;
        transform: none;
    }
}
