﻿:root {
    --brand-green: #00C775;
    --brand-green-accent: #52D978;
    --brand-green-glow: #F3FE82;
    --brand-bg: #0A0A0A;
    --divider-gap-mobile: 4rem;
    --divider-gap-desktop: 8rem;
}

html,
body {
    background: #0A0A0A;
}

html.preload body {
    opacity: 0;
}

html.ready body {
    opacity: 1;
    transition: opacity 0.22s ease;
}

html.no-js.preload body {
    opacity: 1;
}

body {
    font-family: "Sora", sans-serif;
    background-color: var(--brand-bg);
    color: #f1f5f9;
}

.material-symbols-outlined {
    font-family: "Material Symbols Outlined" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* Safety fallback in case Tailwind CDN is delayed */
.bg-background-dark {
    background-color: #0A0A0A;
}

.bg-surface-dark {
    background-color: #111811;
}

.text-primary {
    color: #00C775;
}

.bg-primary {
    background-color: #00C775;
}

.border-border-dark {
    border-color: #283928;
}

.border {
    border-width: 1px;
    border-style: solid;
}

.border-t {
    border-top-width: 1px;
    border-top-style: solid;
}

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.glow-subtle {
    box-shadow: 0 0 40px -10px rgba(0, 199, 117, 0.18);
}

.bg-mesh {
    background-image: radial-gradient(circle at 50% -20%, rgba(0, 199, 117, 0.1) 0%, transparent 60%);
}

.sample-highlight {
    font-family: "Sora", sans-serif;
    background: linear-gradient(135deg, var(--brand-green) 0%, var(--brand-green-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.hero-title {
    text-wrap: balance;
}

.hero-highlight {
    display: inline-block;
    white-space: nowrap;
}

.brand-button {
    background: linear-gradient(135deg, #00C675 0%, #F3FE82 100%);
    color: var(--brand-bg);
    font-family: "Sora", sans-serif;
    box-shadow: 0 0 24px rgba(0, 198, 117, 0.25);
    transition: transform 0.25s ease, box-shadow 0.35s ease;
}

.brand-button:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow:
        0 0 40px rgba(0, 198, 117, 0.45),
        0 0 80px rgba(243, 254, 130, 0.15);
}

.brand-button:active {
    transform: translateY(0) scale(0.98);
}

.demo-button,
.demo-button:hover,
.demo-button:active {
    transform: none;
    transition: none;
    box-shadow: 0 0 24px rgba(0, 198, 117, 0.25);
}

.brand-dot {
    box-shadow: 0 0 10px rgba(0, 199, 117, 0.45);
}

.carousel-dot {
    transition: all 0.25s ease;
}

.carousel-dot.is-active {
    background-color: var(--brand-green);
    box-shadow: 0 0 10px rgba(0, 199, 117, 0.45);
}

.brand-panel-shadow {
    box-shadow: 0 0 40px -16px rgba(0, 199, 117, 0.18);
}

.tag-soft {
    background: linear-gradient(135deg, rgba(82, 217, 120, 0.24) 0%, rgba(0, 199, 117, 0.12) 100%);
    border: 1px solid rgba(130, 247, 181, 0.34);
    box-shadow:
        inset 0 0 0 1px rgba(130, 247, 181, 0.06),
        0 0 24px -14px rgba(0, 199, 117, 0.45);
}

.tag-soft--compact {
    padding-inline: 0.9rem;
}

.chip-soft {
    background: linear-gradient(135deg, rgba(82, 217, 120, 0.2) 0%, rgba(0, 199, 117, 0.1) 100%);
    border: 1px solid rgba(130, 247, 181, 0.24);
    color: #d2f7e2;
    box-shadow: inset 0 0 0 1px rgba(130, 247, 181, 0.05);
}

.section-divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 199, 117, 0.5) 50%, transparent 100%);
}

.section-divider-wrap {
    padding-top: var(--divider-gap-mobile);
    padding-bottom: var(--divider-gap-mobile);
}

.hero-main {
    padding-top: clamp(1.5rem, 4vw, 2.25rem);
    padding-bottom: 0;
}

.platform-section {
    padding-top: 0;
    padding-bottom: 0;
}

.platform-title-wrap {
    margin-bottom: clamp(2rem, 6vw, 3rem);
}

.ready-section {
    margin-top: 0;
    padding-top: 0;
}

.site-footer {
    margin-top: 0;
}

.footer-inner {
    padding-top: 0;
}

.brand-logo {
    display: block;
}

.meeting-main {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1.5rem 2.5rem;
}

.meeting-shell {
    border: 1px solid #283928;
    border-radius: 1.5rem;
    overflow: hidden;
    background: #111811;
    box-shadow: 0 0 40px -14px rgba(0, 199, 117, 0.2);
}

.meeting-iframe {
    display: block;
    width: 100%;
    min-width: 320px;
    border: 0;
    height: clamp(595px, 70vh, 833px);
}

.footer-copy {
    color: #94a3b8;
}

.section-heading-light {
    color: #f8fafc;
}

.adv-copy {
    min-height: 13.5rem;
}

.adv-desc {
    font-size: 1rem;
    line-height: 1.7;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.carousel-container {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.carousel-slide {
    scroll-snap-align: center;
}

[data-animate] {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.985);
    filter: blur(8px);
    transition:
        opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.64s ease;
    transition-delay: var(--anim-delay, 0ms);
    will-change: opacity, transform, filter;
}

[data-animate].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
}

html.no-js [data-animate] {
    opacity: 1;
    transform: none;
    filter: none;
}

@media (prefers-reduced-motion: reduce) {
    [data-animate] {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: clamp(2rem, 8vw, 2.35rem);
        line-height: 1.08;
        letter-spacing: -0.03em;
    }

    .meeting-main {
        padding-inline: 1rem;
        padding-bottom: 1.5rem;
    }

    .meeting-shell {
        border-radius: 1rem;
    }

    .meeting-iframe {
        height: 70vh;
        min-height: 595px;
    }

}

@media (min-width: 768px) {
    .section-divider-wrap {
        padding-top: var(--divider-gap-desktop);
        padding-bottom: var(--divider-gap-desktop);
    }

    .hero-main {
        padding-top: 1.75rem;
        padding-bottom: 0;
    }

    .platform-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .platform-title-wrap {
        margin-bottom: 3rem;
    }

    .ready-section {
        margin-top: 0;
        padding-top: 0;
    }

    .site-footer {
        margin-top: 0;
    }

    .footer-inner {
        padding-top: 0;
    }

    .adv-desc {
        font-size: 1.125rem;
    }
}

@media (min-width: 1024px) {
    .carousel-slide > .glow-subtle {
        min-height: clamp(28rem, 34vw, 34rem);
    }

    .feature-card {
        grid-template-columns: minmax(0, 0.6fr) minmax(0, 1.4fr);
    }

    .feature-media {
        background-position: left center;
    }

    .adv-copy {
        min-height: clamp(22rem, 27vw, 28rem);
    }
}
