.page-content {
    padding: 0;
}

.home-page {
    color: #0f172a;
    overflow-x: hidden;
}

.mascot-container {
    display: none;
}

.home-hero {
    align-items: center;
    background:
        radial-gradient(circle at 14% 10%, rgba(37, 99, 235, 0.14), transparent 26%),
        linear-gradient(135deg, #f8fafc 0%, #eef4ff 48%, #fff7ed 100%);
    display: grid;
    gap: 46px;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    min-height: calc(100vh - 57px);
    padding: clamp(54px, 7vw, 96px) clamp(24px, 6vw, 92px);
}

.home-hero-copy {
    max-width: 760px;
}

.home-eyebrow {
    color: #d97706;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.home-hero h1 {
    color: #0f172a;
    font-size: clamp(40px, 6vw, 78px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.98;
    margin: 0 0 22px;
}

.home-subheadline {
    color: #475569;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;
    margin: 0 0 28px;
    max-width: 720px;
}

.home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}

.home-actions.centered {
    justify-content: center;
    margin-bottom: 0;
}

.home-btn {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    text-decoration: none;
    transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.15s;
}

.home-btn:hover {
    transform: translateY(-1px);
}

.home-btn.primary {
    background: #2563eb;
    color: #fff;
}

.home-btn.primary:hover {
    background: #1d4ed8;
    color: #fff;
}

.home-btn.secondary {
    background: #fff;
    border-color: #d8e0ec;
    color: #0f172a;
}

.home-btn.secondary:hover,
.home-btn.quiet:hover {
    background: #f8fafc;
    color: #0f172a;
}

.home-btn.quiet {
    background: rgba(255, 255, 255, 0.58);
    border-color: rgba(148, 163, 184, 0.45);
    color: #334155;
}

.home-demo-note {
    color: #64748b;
    font-size: 14px;
}

.home-hero-panel {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: clamp(360px, 44vw, 590px);
}

.home-ai-feature {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    justify-content: center;
    max-width: 560px;
    padding: clamp(6px, 2vw, 18px);
    position: relative;
    width: 100%;
}

.home-ai-feature::before {
    background: radial-gradient(circle, rgba(37, 99, 235, 0.16), transparent 64%);
    border-radius: 999px;
    content: '';
    filter: blur(2px);
    inset: 12% 8% 4%;
    position: absolute;
}

.home-ai-hero-image {
    animation: home-ai-float 5.2s ease-in-out infinite;
    display: block;
    filter: drop-shadow(0 24px 34px rgba(15, 23, 42, 0.3));
    height: 100%;
    max-height: 540px;
    object-fit: contain;
    position: relative;
    width: 100%;
}

@keyframes home-ai-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }
}

.home-section {
    padding: clamp(54px, 7vw, 88px) clamp(24px, 6vw, 92px);
}

.home-section-heading {
    margin: 0 auto 30px;
    max-width: 760px;
    text-align: center;
}

.home-section-heading h2,
.home-audience h2,
.home-final-cta h2 {
    color: #0f172a;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
}

.home-feature-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1160px;
}

.home-feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
    padding: 24px;
}

.home-feature-card h3,
.home-steps h3 {
    color: #111827;
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.home-feature-card p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

.home-steps-section {
    background: #fff;
}

.home-steps {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 960px;
}

.home-steps article {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px;
}

.home-steps span {
    align-items: center;
    background: #2563eb;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    margin-bottom: 16px;
    width: 34px;
}

.home-audience {
    align-items: center;
    background: #111827;
    color: #d1d5db;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    padding: clamp(54px, 7vw, 86px) clamp(24px, 6vw, 92px);
}

.home-audience h2 {
    color: #fff;
}

.home-audience p:last-child {
    color: #d1d5db;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;
}

.home-final-cta {
    background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
    padding: clamp(54px, 7vw, 88px) 24px;
    text-align: center;
}

.home-final-cta h2 {
    margin-bottom: 24px;
}

@media (max-width: 980px) {
    .home-hero,
    .home-audience {
        grid-template-columns: 1fr;
    }

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

    .home-hero {
        min-height: auto;
    }
}

@media (max-width: 640px) {
    .home-hero,
    .home-section,
    .home-audience {
        padding-left: 18px;
        padding-right: 18px;
    }

    .home-feature-grid,
    .home-steps {
        grid-template-columns: 1fr;
    }

    .home-actions,
    .home-actions.centered {
        align-items: stretch;
        flex-direction: column;
    }

    .home-btn {
        width: 100%;
    }

    .home-hero-panel {
        min-height: 320px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-ai-hero-image {
        animation: none;
    }
}
