﻿/* ═══════════════════════════════════════
   GLOBAL
═══════════════════════════════════════ */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 72px; /* offset for fixed AppBar */
}

body {
    font-family: 'Inter', 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.mud-typography-h1,
.mud-typography-h2,
.mud-typography-h3,
.mud-typography-h4,
.mud-typography-h5,
.mud-typography-h6 {
    font-family: 'Outfit', 'Inter', sans-serif;
}

/* Remove default MudMainContent padding for full-width landing sections */
.mud-main-content {
    padding: 0 !important;
}

/* Remove focus outlines from non-interactive layout elements in hero */
.hero-section:focus,
.hero-section *:focus,
.hero-section:focus-visible,
.hero-section *:focus-visible {
    outline: none !important;
}

/* ═══════════════════════════════════════
   HERO
═══════════════════════════════════════ */
.hero-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0a1a25 0%, #102332 40%, #1a3a52 70%, #0d2a40 100%);
    overflow: hidden;
    padding: 80px 0 60px;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(15, 158, 213, 0.15) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(104, 162, 185, 0.10) 0%, transparent 50%);
    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: url('/images/background.svg') no-repeat right center;
    background-size: 55%;
    opacity: 0.05;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-eyebrow {
    color: #0F9ED5 !important;
    letter-spacing: 0.18em;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
}

.hero-headline {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
    font-size: clamp(2.4rem, 6vw, 4.5rem) !important;
    line-height: 1.1 !important;
    color: #ffffff !important;
}

.hero-subheadline {
    font-family: 'Inter', sans-serif !important;
    color: #99D9D9 !important;
    font-size: clamp(1rem, 2vw, 1.25rem) !important;
    line-height: 1.7 !important;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.hero-btn-primary {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    padding: 14px 36px !important;
    font-size: 1rem !important;
}

.hero-btn-secondary {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    padding: 14px 36px !important;
    font-size: 1rem !important;
    border-color: rgba(153, 217, 217, 0.5) !important;
    color: #99D9D9 !important;
}

/* ═══════════════════════════════════════
   SECTIONS
═══════════════════════════════════════ */
.section-pad {
    padding: 80px 0;
}

.section-alt {
    background: rgba(15, 30, 45, 0.5);
}

/* ═══════════════════════════════════════
   LIGHT MODE OVERRIDES
═══════════════════════════════════════ */
.layout-light .section-alt {
    background: #eef2f7;
}

.layout-light .pain-card,
.layout-light .feature-card,
.layout-light .audience-card {
    background: #ffffff !important;
    border: 1px solid rgba(16, 35, 50, 0.1) !important;
    box-shadow: 0 2px 12px rgba(16, 35, 50, 0.06) !important;
}

.layout-light .pain-card:hover,
.layout-light .feature-card:hover,
.layout-light .audience-card:hover {
    box-shadow: 0 10px 28px rgba(15, 158, 213, 0.15) !important;
}

.layout-light .feature-icon-wrap {
    background: rgba(15, 158, 213, 0.1);
}

.layout-light .step-circle {
    box-shadow: 0 4px 20px rgba(15, 158, 213, 0.25);
}

.layout-light .site-footer {
    background: #102332;
}

.layout-light .video-embed-wrapper {
    border: 1px solid rgba(16, 35, 50, 0.12);
}

.section-heading {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.section-subtext {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.05rem !important;
    line-height: 1.7 !important;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

/* ═══════════════════════════════════════
   PAIN POINT CARDS
═══════════════════════════════════════ */
.pain-grid {
    align-items: stretch;
}

.pain-grid > .mud-grid-item {
    display: flex;
    flex-direction: column;
}

.pain-card {
    border-radius: 16px !important;
    border: 1px solid rgba(53, 84, 100, 0.3) !important;
    background: rgba(16, 35, 50, 0.4) !important;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15, 158, 213, 0.1) !important;
}

/* ═══════════════════════════════════════
   FEATURE CARDS
═══════════════════════════════════════ */
.feature-card {
    border-radius: 16px !important;
    border: 1px solid rgba(53, 84, 100, 0.3) !important;
    background: rgba(16, 35, 50, 0.5) !important;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15, 158, 213, 0.12) !important;
}

.feature-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(15, 158, 213, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0F9ED5;
}

/* ═══════════════════════════════════════
   HOW IT WORKS — STEPS
═══════════════════════════════════════ */
.step-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0F9ED5, #68A2B9);
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(15, 158, 213, 0.3);
}

/* ═══════════════════════════════════════
   AUDIENCE CARDS
═══════════════════════════════════════ */
.audience-card {
    border-radius: 16px !important;
    border: 1px solid rgba(53, 84, 100, 0.3) !important;
    background: rgba(16, 35, 50, 0.4) !important;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.audience-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15, 158, 213, 0.1) !important;
}

/* ═══════════════════════════════════════
   CTA SECTION
═══════════════════════════════════════ */
.cta-section {
    background: linear-gradient(135deg, #0d2030 0%, #102332 50%, #0d2a40 100%);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(15, 158, 213, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.cta-eyebrow {
    color: #0F9ED5 !important;
    letter-spacing: 0.18em;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
}

.cta-heading {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.cta-subtext {
    font-family: 'Inter', sans-serif !important;
    color: #99D9D9 !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
}

.cta-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.cta-btn {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    padding: 14px 32px !important;
}

/* ═══════════════════════════════════════
   GIF / MCP EXAMPLE IMAGE
═══════════════════════════════════════ */
.mcp-gif-wrapper {
    width: 100%;
    overflow-x: auto; /* allow horizontal scroll on very small screens if needed */
    border-radius: 12px;
    border: 1px solid rgba(53, 84, 100, 0.3);
    background: rgba(16, 35, 50, 0.4);
    line-height: 0; /* remove inline spacing under img */
}

.mcp-gif-wrapper img,
.mcp-gif-wrapper .mud-image {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* ═══════════════════════════════════════
   VIDEO EMBED
═══════════════════════════════════════ */
.video-embed-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    border-radius: 16px;
    overflow: hidden;
    background: rgba(16, 35, 50, 0.6);
    border: 1px solid rgba(53, 84, 100, 0.3);
}

.video-embed-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
.site-footer {
    background: #0a1a25;
    padding: 32px 0;
    border-top: 1px solid rgba(53, 84, 100, 0.3);
}

/* ═══════════════════════════════════════
   UTILITIES
═══════════════════════════════════════ */
.text-center {
    text-align: center;
}

.gap-3 {
    gap: 12px;
}

.text-right {
    text-align: right;
}

@media (max-width: 600px) {
    .text-right {
        text-align: center;
        margin-top: 8px;
    }
    .section-pad {
        padding: 56px 0;
    }
}

