/* Era Soft — Velaris living-gradient public theme (site + guest only) */
html.es-site,
html.es-velaris {
    color-scheme: dark;
    height: auto !important;
    min-height: 100%;
    overflow: visible !important;
    position: static !important;
    pointer-events: auto !important;
}

body.es-site,
body.es-velaris {
    --es-brand: #e4e4e7;
    --es-brand-dark: #fafafa;
    --es-brand-soft: rgba(255, 255, 255, 0.08);
    --es-ink: #f4f4f5;
    --es-muted: rgba(244, 244, 245, 0.68);
    --es-bg: #0f172a;
    --es-surface: rgba(255, 255, 255, 0.05);
    --es-border: rgba(255, 255, 255, 0.1);
    --es-footer: #0f172a;
    --es-hero-from: #0f172a;
    --es-hero-to: #182235;
    --es-hero-glow: #22d3ee;
    --es-accent: #38bdf8;
    --es-cyan: #22d3ee;
    --es-emerald: #67e8f9;
    --es-catalog-bg: transparent;
    --es-catalog-card: rgba(24, 34, 53, 0.72);
    --es-catalog-border: rgba(148, 163, 184, 0.18);
    --es-catalog-head: rgba(24, 34, 53, 0.85);
    --es-pro-blue: #60a5fa;
    --es-pro-blue-2: #38bdf8;
    --es-pro-teal: #22d3ee;
    --es-pro-navy: #0f172a;
    background: #0f172a !important;
    color: #e8eef8;
    height: auto !important;
    min-height: 100%;
    overflow: visible !important;
    position: static !important;
    pointer-events: auto !important;
}

body.es-velaris ::selection {
    background: rgba(255, 255, 255, 0.16);
    color: #fafafa;
}

.es-velaris-bg,
.es-velaris-bg *,
.es-velaris__canvas {
    pointer-events: none !important;
}

.es-velaris-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #0f172a;
}

.es-velaris__canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.es-site-shell {
    position: relative;
    z-index: 2;
    isolation: isolate;
    pointer-events: auto;
}

.es-site-shell--auth {
    display: flex;
    min-height: 100vh;
    min-height: 100dvh;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.es-auth-overlay:not(.is-open) {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.es-auth-overlay.is-open {
    display: flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.es-velaris-bg.is-fallback {
    background: #0f172a;
}

body.es-velaris .es-topbar,
body.es-velaris main,
body.es-velaris footer {
    position: relative;
    z-index: 1;
}

body.es-velaris .es-site-header { z-index: 70; overflow: visible; }
body.es-velaris .es-dock { z-index: 40; }
body.es-velaris .es-fab-stack { z-index: 35; }
body.es-velaris .es-auth-overlay { z-index: 90; }

body.es-velaris,
body.es-velaris.es-grid-bg {
    background-color: transparent !important;
    background-image: none !important;
}

body.es-velaris .es-topbar {
    background: rgba(0, 0, 0, 0.35) !important;
    color: rgba(236, 253, 245, 0.78) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.es-velaris .es-site-header {
    background: rgba(0, 0, 0, 0.42) !important;
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(22px);
}

body.es-velaris .es-btn-ghost {
    color: rgba(236, 253, 245, 0.86);
}

body.es-velaris .es-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

body.es-velaris .es-btn-primary,
body.es-velaris .es-btn-signup {
    background: linear-gradient(180deg, #fff 0%, #e4e4e7 100%) !important;
    color: #09090b !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
}

body.es-velaris .es-btn-primary:hover,
body.es-velaris .es-btn-signup:hover {
    background: #fff !important;
    filter: none;
}

body.es-velaris .es-btn-secondary,
body.es-velaris .es-btn-login {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #f4f4f5 !important;
}

body.es-velaris .es-btn-secondary:hover,
body.es-velaris .es-btn-login:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.36) !important;
    color: #fff !important;
}

body.es-velaris .es-hero,
body.es-velaris .es-hero-stage,
body.es-velaris .es-hero-stage--3d,
body.es-velaris .es-hero-stage--velaris {
    background: transparent !important;
    box-shadow: none !important;
}

body.es-velaris .es-hero::before,
body.es-velaris .es-hero::after {
    display: none;
}

body.es-velaris .es-hero-wrap {
    padding-top: 0.5rem;
}

body.es-velaris .es-hero-stage--velaris {
    min-height: min(86vh, 52rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.18) !important;
    box-shadow: inset 0 0 80px rgba(5, 150, 105, 0.08) !important;
    overflow: hidden;
}

body.es-velaris .es-hero-cinematic {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 3.5rem 1.25rem 1.5rem;
    text-align: center;
}

body.es-velaris .es-hero-cinematic h1 {
    max-width: 46rem;
    margin: 0;
    font-size: clamp(2.1rem, 6vw, 4.4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #fff !important;
    background: none !important;
    -webkit-text-fill-color: #fff;
}

body.es-velaris .es-hero-lead {
    max-width: 34rem;
    margin: 0;
    font-size: clamp(0.92rem, 1.7vw, 1.1rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.7);
}

body.es-velaris .es-velaris-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.28rem 1rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(12px);
}

body.es-velaris .es-hero-pills {
    justify-content: center;
}

body.es-velaris .es-hero-pills li {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(236, 253, 245, 0.9);
}

body.es-velaris .es-hero-actions {
    justify-content: center;
}

body.es-velaris .es-hero-btn-solid {
    background: #ecfdf5;
    color: #064e3b;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

body.es-velaris .es-hero-btn-ghost {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

body.es-velaris .es-hero-chips--row {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 0.85rem;
    padding: 0 1.15rem 1.35rem;
}

@media (min-width: 768px) {
    body.es-velaris .es-hero-chips--row {
        grid-template-columns: 1.2fr 0.8fr;
        align-items: stretch;
        padding: 0 1.75rem 1.75rem;
    }
}

body.es-velaris .es-hero-chip {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    text-align: left;
}

body.es-velaris .es-hero-chip h3,
body.es-velaris .es-hero-price-row span {
    color: rgba(236, 253, 245, 0.78);
}

body.es-velaris .es-hero-price-row strong {
    color: #fafafa;
}

body.es-velaris .es-hero-promo {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
}

body.es-velaris .es-section-title,
body.es-velaris .es-page-title,
body.es-velaris h1, body.es-velaris h2, body.es-velaris h3 {
    color: #fff;
}

body.es-velaris .es-section-lead,
body.es-velaris .es-page-lead {
    color: rgba(236, 253, 245, 0.68);
}

body.es-velaris .es-catalog-band,
body.es-velaris .es-section-band {
    background: transparent !important;
}

body.es-velaris .es-metric,
body.es-velaris .es-step-card,
body.es-velaris .es-card-service,
body.es-velaris .es-catalog-card,
body.es-velaris .es-table-shell,
body.es-velaris .es-catalog-table,
body.es-velaris .es-glass,
body.es-velaris .es-section-card,
body.es-velaris .es-form-shell {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #ecfdf5;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
}

body.es-velaris .es-metric:hover,
body.es-velaris .es-step-card:hover,
body.es-velaris .es-card-service:hover,
body.es-velaris .es-catalog-card:hover {
    border-color: rgba(255, 255, 255, 0.28) !important;
    transform: translateY(-4px);
}

body.es-velaris .es-metric strong { color: #fff; }
body.es-velaris .es-metric span { color: rgba(236, 253, 245, 0.6); }

body.es-velaris .es-step-num,
body.es-velaris .es-icon,
body.es-velaris .es-icon-lg {
    background: rgba(255, 255, 255, 0.08);
    color: #e4e4e7;
}

body.es-velaris .es-step-num {
    background: #f4f4f5;
    color: #09090b;
}

body.es-velaris .es-table thead,
body.es-velaris .es-table-light thead {
    background: rgba(255, 255, 255, 0.06);
}

body.es-velaris .es-table th,
body.es-velaris .es-table-light th {
    color: rgba(236, 253, 245, 0.55);
}

body.es-velaris .es-table td,
body.es-velaris .es-table-light td {
    color: rgba(236, 253, 245, 0.82);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

body.es-velaris .es-table tbody tr:nth-child(even),
body.es-velaris .es-table-light tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.03);
}

body.es-velaris .es-table tbody tr:hover,
body.es-velaris .es-table-light tbody tr:hover {
    background: rgba(255, 255, 255, 0.06);
}

body.es-velaris .es-prose-list { color: rgba(236, 253, 245, 0.78); }
body.es-velaris .es-prose-list > li { border-bottom-color: rgba(255, 255, 255, 0.08); }
body.es-velaris .es-prose-list .text-sky-600 { color: #a1a1aa !important; }

body.es-velaris .es-wave-line {
    background: linear-gradient(90deg, transparent, #a1a1aa, #fafafa, #71717a, transparent);
}

body.es-velaris .es-aurora::before { display: none; }

body.es-velaris footer.es-footer-wave,
body.es-velaris .es-footer-wave {
    background: rgba(0, 0, 0, 0.55) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.es-velaris .es-dock {
    background: rgba(9, 9, 11, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

body.es-velaris .es-dock-item--accent {
    background: #f4f4f5;
    color: #09090b;
}

body.es-velaris .es-fab-top {
    background: #27272a;
}

body.es-velaris .es-brand-mark__era {
    background: linear-gradient(115deg, #fff 0%, #e4e4e7 42%, #a1a1aa 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
}

body.es-velaris .es-brand-mark--dark .es-brand-mark__era {
    background: linear-gradient(115deg, #18181b 0%, #3f3f46 48%, #71717a 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

body.es-velaris .es-brand-mark__glow {
    background: #e4e4e7 !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12), 0 0 14px rgba(255, 255, 255, 0.25) !important;
}

body.es-velaris .es-brand-mark__scan {
    background: linear-gradient(90deg, transparent, #e4e4e7, #a1a1aa, transparent) !important;
}

body.es-velaris .text-slate-900,
body.es-velaris .text-slate-800,
body.es-velaris .font-semibold.text-slate-900 {
    color: #f8fafc !important;
}

body.es-velaris .text-slate-700,
body.es-velaris .text-slate-600,
body.es-velaris .text-slate-500,
body.es-velaris .text-slate-400 {
    color: rgba(236, 253, 245, 0.68) !important;
}

body.es-velaris .text-sky-700,
body.es-velaris .text-sky-800,
body.es-velaris .text-sky-600,
body.es-velaris .group-hover\:text-sky-700:hover,
body.es-velaris .group-hover\:text-sky-800,
body.es-velaris .group-hover\:text-sky-600 {
    color: #e4e4e7 !important;
}

body.es-velaris .text-sky-100,
body.es-velaris .text-sky-50\/95,
body.es-velaris .text-sky-100\/70 {
    color: rgba(236, 253, 245, 0.86) !important;
}

body.es-velaris .border-slate-200,
body.es-velaris .border-slate-100 {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

body.es-velaris .bg-white,
body.es-velaris .bg-slate-50,
body.es-velaris .bg-slate-100 {
    background-color: rgba(255, 255, 255, 0.08) !important;
}

body.es-velaris .bg-sky-600,
body.es-velaris .bg-sky-500 {
    background-color: #27272a !important;
}

body.es-velaris .hover\:bg-slate-50:hover,
body.es-velaris .hover\:bg-sky-50:hover {
    background-color: rgba(255, 255, 255, 0.08) !important;
}

body.es-velaris .es-mobile-nav {
    background: rgba(0, 0, 0, 0.78) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(22px);
}

body.es-velaris .es-label {
    color: rgba(236, 253, 245, 0.78);
}

body.es-velaris .es-input,
body.es-velaris .es-field,
body.es-velaris input,
body.es-velaris textarea,
body.es-velaris select {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: #ecfdf5;
}

body.es-velaris .es-input:focus,
body.es-velaris .es-field:focus,
body.es-velaris input:focus,
body.es-velaris textarea:focus {
    border-color: #a1a1aa !important;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1) !important;
}

html.dark body.es-velaris .es-choice.is-active {
    background: rgba(34, 211, 238, 0.12) !important;
    border-color: rgba(34, 211, 238, 0.4) !important;
    color: #e8eef8 !important;
    -webkit-text-fill-color: #e8eef8 !important;
}

html.light body.es-velaris .es-choice,
html.light body.es-velaris .es-choice * {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    opacity: 1 !important;
}
html.light body.es-velaris .es-choice.is-active {
    background: #bae6fd !important;
    border-color: #0284c7 !important;
}
html.light body.es-velaris .es-choice.is-active,
html.light body.es-velaris .es-choice.is-active * {
    color: #0c4a6e !important;
    -webkit-text-fill-color: #0c4a6e !important;
}

body.es-auth-page.es-velaris {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: var(--background, #0f172a) !important;
}

body.es-auth-page.es-velaris .es-auth-modal,
body.es-auth-page.es-velaris .es-auth-modal--page {
    position: relative;
    z-index: 2;
    background: rgba(7, 16, 12, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(22px);
}

body.es-auth-page.es-velaris .es-auth-pane {
    background: transparent;
}

html.dark body.es-auth-page.es-velaris .es-auth-close {
    background: #27272a !important;
    border-color: #3f3f46 !important;
    color: #fafafa !important;
}
html.light body.es-auth-page.es-velaris .es-auth-close {
    background: #fff !important;
    border-color: #e4e4e7 !important;
    color: #18181b !important;
}

body.es-velaris .es-auth-overlay {
    background: rgba(0, 0, 0, 0.55);
}

html.dark body.es-velaris .es-auth-modal,
html.dark body.es-velaris .es-auth-modal--page {
    background: #18181b !important;
    color: #fafafa !important;
}
html.dark body.es-velaris .es-auth-pane,
html.dark body.es-velaris .es-auth-actions {
    background: #18181b !important;
    color: #fafafa !important;
}

html.light body.es-velaris .es-auth-modal,
html.light body.es-velaris .es-auth-modal--page,
html.light body.es-velaris .es-auth-pane,
html.light body.es-velaris .es-auth-actions {
    background: #ffffff !important;
    color: #18181b !important;
}

html.dark body.es-velaris .es-auth-title { color: #fafafa !important; }
html.light body.es-velaris .es-auth-title { color: #18181b !important; }

html.dark body.es-velaris .es-auth-lead,
html.dark body.es-velaris .es-auth-kicker,
html.dark body.es-velaris .es-auth-hint,
html.dark body.es-velaris .es-auth-switch,
html.dark body.es-velaris .es-auth-label,
html.dark body.es-velaris .es-auth-check,
html.dark body.es-velaris .es-auth-link,
html.dark body.es-velaris .es-auth-link-strong {
    color: #a1a1aa !important;
}

html.light body.es-velaris .es-auth-lead,
html.light body.es-velaris .es-auth-kicker,
html.light body.es-velaris .es-auth-hint,
html.light body.es-velaris .es-auth-switch,
html.light body.es-velaris .es-auth-label,
html.light body.es-velaris .es-auth-check,
html.light body.es-velaris .es-auth-link,
html.light body.es-velaris .es-auth-link-strong {
    color: #52525b !important;
}

html.dark body.es-velaris .es-auth-link-strong:hover,
html.dark body.es-velaris .es-auth-link:hover {
    color: #fafafa !important;
}
html.light body.es-velaris .es-auth-link-strong:hover,
html.light body.es-velaris .es-auth-link:hover {
    color: #18181b !important;
}

html.dark body.es-velaris .es-auth-input,
html.dark body.es-velaris .es-auth-input--plain,
html.dark body.es-velaris .es-auth-pill {
    background: #27272a !important;
    border-color: #3f3f46 !important;
    color: #fafafa !important;
}

html.light body.es-velaris .es-auth-input,
html.light body.es-velaris .es-auth-input--plain,
html.light body.es-velaris .es-auth-pill {
    background: #f4f4f5 !important;
    border-color: #e4e4e7 !important;
    color: #18181b !important;
}

html.dark body.es-velaris .es-auth-input:focus,
html.dark body.es-velaris .es-auth-input--plain:focus {
    background: #3f3f46 !important;
    border-color: #a1a1aa !important;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}

html.light body.es-velaris .es-auth-input:focus,
html.light body.es-velaris .es-auth-input--plain:focus {
    background: #fff !important;
    border-color: #18181b !important;
    box-shadow: 0 0 0 4px rgba(24, 24, 27, 0.12);
}

html.dark body.es-velaris .es-auth-pill.is-on {
    border-color: #a1a1aa !important;
    background: #3f3f46 !important;
    color: #fafafa !important;
}
html.light body.es-velaris .es-auth-pill.is-on {
    border-color: #18181b !important;
    background: #18181b !important;
    color: #fff !important;
}

body.es-velaris .es-auth-submit {
    background: linear-gradient(180deg, #fff 0%, #e4e4e7 100%);
    color: #09090b;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

html.dark body.es-velaris .es-auth-actions {
    background: #18181b !important;
}
html.light body.es-velaris .es-auth-actions {
    background: #fff !important;
}

body.es-velaris .es-auth-visual {
    background:
        radial-gradient(ellipse 80% 60% at 80% 0%, rgba(99, 102, 241, 0.2), transparent 55%),
        linear-gradient(160deg, #09090b 0%, #18181b 48%, #27272a 100%);
}

@media (prefers-reduced-motion: reduce) {
    .es-velaris__canvas { opacity: 1; }
}
