body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    scroll-behavior: smooth;
}

.gradient-text {
    background: linear-gradient(135deg, #3B82F6 0%, #EC4899 50%, #F59E0B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.glass-nav {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(229, 231, 235, 0.5);
}

.hero-pattern {
    background-color: #ffffff;
    background-image: radial-gradient(#3b82f61a 1px, transparent 1px), radial-gradient(#f59e0b1a 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}

.card-hover {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-hover:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 30px 40px -15px rgba(0, 0, 0, 0.1);
}

.kite-float {
    animation: float 8s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(-2deg);
    }

    50% {
        transform: translateY(-30px) rotate(8deg);
    }
}

.blob {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, rgba(245, 158, 11, 0.05) 100%);
    filter: blur(80px);
    border-radius: 50%;
    z-index: -1;
}

.step-line::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 100%;
    border-top: 2px dashed #e2e8f0;
    z-index: -1;
}

#announcement-text {
    transition: opacity 0.3s ease-in-out;
}

/* Logo carousel sizing/layout (logos are injected by main.js) */
#logo-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 50px;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.logo-track {
    display: flex;
    gap: 3rem;
    align-items: center;
    /* Removed transition for smooth scroll-based movement */
    width: fit-content;
}

.logo-track img {
    height: 32px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    flex-shrink: 0;
}

.outlined-text {
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent;
}

/* ====================================
       Component Classes for Consistency
       (Plain CSS; no Tailwind build step)
       ==================================== */

/* Breakpoints to mirror Tailwind defaults */
@media (min-width: 640px) {

    .section-container,
    .section-container-narrow,
    .section-container-sm {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 768px) {
    .section-title-lg {
        font-size: 3.75rem;
        line-height: 1;
    }

    .heading-xl {
        font-size: 6rem;
        line-height: 1;
    }
}

@media (min-width: 1024px) {

    .section-container,
    .section-container-narrow,
    .section-container-sm {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Layout */
.section-container {
    max-width: 80rem;
    /* max-w-7xl */
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.section-container-narrow {
    max-width: 56rem;
    /* max-w-4xl */
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.section-container-sm {
    max-width: 48rem;
    /* max-w-3xl */
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.section-spacing {
    padding-top: 8rem;
    /* py-32 */
    padding-bottom: 8rem;
}

.section-spacing-md {
    padding-top: 6rem;
    /* py-24 */
    padding-bottom: 6rem;
}

/* Typography */
.section-title {
    font-size: 2.25rem;
    /* text-4xl */
    line-height: 2.5rem;
    font-weight: 900;
    /* font-black */
    text-align: center;
    margin-bottom: 4rem;
    /* mb-16 */
}

.section-title-lg {
    font-size: 3rem;
    /* text-5xl */
    line-height: 1;
    font-weight: 900;
    text-align: center;
    margin-bottom: 1.5rem;
    /* mb-6 */
}

.section-subtitle {
    font-size: 1.25rem;
    /* text-xl */
    line-height: 1.75rem;
    font-weight: 700;
    /* font-bold */
    margin-bottom: 1rem;
    /* mb-4 */
}

.section-label {
    font-size: 0.75rem;
    /* text-xs */
    line-height: 1rem;
    font-weight: 900;
    /* font-black */
    text-transform: uppercase;
    letter-spacing: 0.1em;
    /* tracking-widest */
}

.section-text {
    color: #64748b;
    /* text-slate-500 */
}

.section-text-lg {
    font-size: 1.25rem;
    /* text-xl */
    line-height: 1.75rem;
    font-weight: 500;
    /* font-medium */
    color: #64748b;
    /* text-slate-500 */
}

/* Headings */
.heading-xl {
    font-size: 3.75rem;
    /* text-6xl */
    line-height: 1;
    font-weight: 900;
    /* font-black */
    letter-spacing: -0.025em;
    /* tracking-tight */
}

.heading-lg {
    font-size: 3rem;
    /* text-5xl */
    line-height: 1;
    font-weight: 900;
}

.heading-md {
    font-size: 1.875rem;
    /* text-3xl */
    line-height: 2.25rem;
    font-weight: 900;
}

.heading-sm {
    font-size: 1.25rem;
    /* text-xl */
    line-height: 1.75rem;
    font-weight: 700;
}

/* Buttons */
.btn-primary {
    background-color: #0f172a;
    /* bg-slate-900 */
    color: #ffffff;
    padding: 1.25rem 3rem;
    /* py-5 px-12 */
    border-radius: 2rem;
    /* rounded-[2rem] */
    font-weight: 900;
    /* font-black */
    font-size: 1.125rem;
    /* text-lg */
    line-height: 1.75rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* shadow-2xl */
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover {
    background-color: #1e293b;
    /* hover:bg-slate-800 */
}

.btn-secondary {
    background-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: #e2e8f0;
    /* border-slate-200 */
    padding: 1.25rem 3rem;
    /* py-5 px-12 */
    border-radius: 2rem;
    font-weight: 900;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #334155;
    /* text-slate-700 */
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary:hover {
    border-color: #60a5fa;
    /* hover:border-blue-400 */
}

.btn-cta {
    background-color: #2563eb;
    /* bg-blue-600 */
    color: #ffffff;
    font-weight: 700;
    padding: 0.75rem 2rem;
    /* py-3 px-8 */
    border-radius: 1rem;
    /* rounded-2xl */
    box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.35);
    /* shadow-xl shadow-blue-200 vibe */
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-cta:hover {
    background-color: #1d4ed8;
    /* hover:bg-blue-700 */
    transform: translateY(-0.125rem);
}

.btn-cta:active {
    transform: translateY(0);
}

/* Cards */
.card {
    padding: 1.5rem;
    /* p-6 */
    border-radius: 1rem;
    /* rounded-2xl */
    background-color: #f8fafc;
    /* bg-slate-50 */
    border: 1px solid #f1f5f9;
    /* border-slate-100 */
}

.card-lg {
    padding: 3rem;
    /* p-12 */
    border-radius: 3rem;
    /* rounded-[3rem] */
    background-color: #f8fafc;
    border: 1px solid #f1f5f9;
}

/* Feature Items */
.feature-icon {
    flex-shrink: 0;
    width: 3rem;
    /* w-12 */
    height: 3rem;
    /* h-12 */
    border-radius: 0.75rem;
    /* rounded-xl */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 5rem;
    /* mb-20 */
}

/* Tooltips (used on Pricing competitive matrix headers) */
.table-scroll {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

/* Force table and thead to allow overflow for tooltips */
.table-scroll table,
.table-scroll thead,
.table-scroll thead tr,
.table-scroll th {
    position: relative;
    overflow: visible;
}

.th-tooltip {
    position: relative;
    cursor: help;
    outline: none;
}

.th-tooltip:focus-visible {
    outline: 2px solid rgba(96, 165, 250, 0.9);
    outline-offset: 2px;
}

.floating-tooltip {
    position: absolute;
    z-index: 9999;
    padding: 0.75rem 0.875rem;
    background: rgba(255, 255, 255, 0.98);
    color: #0f172a;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.15);

    /* Prevent table header styles from affecting tooltip text */
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.3;
    text-align: left;
    white-space: normal;
    max-width: min(22rem, 85vw);
}

.floating-tooltip::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.98);
}