/* ===========================
   dayfactura - Landing Page
   Design: Navy Blue + Glassmorphism
   (Matched to Login Portal)
   =========================== */

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    /* ── Core Navy Palette (matches login) ── */
    --navy-950:   #040d1e;
    --navy-900:   #060f25;
    --navy-800:   #091428;
    --navy-700:   #0d1c38;
    --navy-600:   #112549;
    --navy-500:   #163060;

    /* ── Blue Accents ── */
    --blue-700:   #0d3a9e;
    --blue-600:   #1550c0;   /* login button color */
    --blue-500:   #1a6ad4;
    --blue-400:   #3b8fef;
    --blue-300:   #6ab4ff;
    --blue-200:   #a8d4ff;

    /* ── Cyan Highlight ── */
    --cyan:       #00b4d8;
    --cyan-light: #48cae4;

    /* ── Whites / Text ── */
    --white:      #ffffff;
    --text-primary:  #e8f1ff;
    --text-muted:    #7a9cc4;
    --text-faint:    #3d5a80;

    /* ── Glass / Surface ── */
    --bg-base:    var(--navy-900);
    --glass-bg:   rgba(13, 28, 56, 0.7);
    --glass-bg-lt:rgba(255,255,255,0.04);
    --glass-border: rgba(100,160,255,0.15);
    --glass-border-h: rgba(59,143,239,0.35);

    /* ── Gradients ── */
    --grad-primary: linear-gradient(135deg, #1550c0, #00b4d8);
    --grad-blue:    linear-gradient(135deg, #0d3a9e 0%, #1a6ad4 50%, #00b4d8 100%);
    --grad-hero-bg: linear-gradient(160deg, #040d1e 0%, #091428 40%, #0d2050 100%);
    --grad-card:    linear-gradient(135deg, rgba(21,80,192,0.12), rgba(0,180,216,0.06));

    /* ── Shadows ── */
    --shadow-card:  0 8px 32px rgba(0,0,0,0.5);
    --shadow-glow:  0 0 40px rgba(21,80,192,0.25);
    --shadow-btn:   0 6px 24px rgba(21,80,192,0.45);
    --shadow-deep:  0 24px 64px rgba(0,0,0,0.6);

    /* ── Spacing ── */
    --section-py: 96px;
    --container:  1200px;

    /* ── Radius ── */
    --radius-sm:  8px;
    --radius-md:  14px;
    --radius-lg:  20px;
    --radius-xl:  28px;
}

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--grad-hero-bg);
    background-attachment: fixed;
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* ===== PARTICLES CANVAS ===== */
#particles-canvas {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.55;
}

/* ===== SECTION CONTAINER ===== */
.section-container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

/* ===== TYPOGRAPHY UTILITIES ===== */
.gradient-text {
    background: var(--grad-blue);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(21,80,192,0.15);
    border: 1px solid rgba(59,143,239,0.3);
    color: var(--blue-300);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 1.25rem;
}

.section-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.75;
}

/* ===== AOS ANIMATIONS ===== */
[data-aos] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
[data-aos="fade-down"] { transform: translateY(-20px); }
[data-aos="fade-left"] { transform: translateX(30px); }
[data-aos="fade-right"] { transform: translateX(-30px); }
[data-aos].aos-animate { opacity: 1; transform: none; }

/* ===== NAVBAR ===== */
.navbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    padding: 1.25rem 0;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background: rgba(6,15,37,0.94);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--glass-border);
    padding: 0.875rem 0;
    box-shadow: 0 4px 32px rgba(0,0,0,0.5);
}

.nav-container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0;
}

.logo-icon-wrap {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon-wrap svg { width: 100%; height: 100%; display: block; }

.logo-text {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--white);
    letter-spacing: -0.02em;
}

.logo-accent { color: var(--cyan); }

.nav-links {
    display: flex;
    list-style: none;
    gap: 0.25rem;
    margin-left: auto;
}

.nav-link {
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 0.875rem;
    border-radius: var(--radius-sm);
    transition: all 0.2s;
}

.nav-link:hover {
    color: var(--text-primary);
    background: rgba(255,255,255,0.06);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.btn-nav-outline {
    text-decoration: none;
    color: var(--blue-300);
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 1.125rem;
    border: 1px solid rgba(59,143,239,0.35);
    border-radius: var(--radius-sm);
    transition: all 0.2s;
    background: rgba(21,80,192,0.08);
}

.btn-nav-outline:hover {
    border-color: var(--blue-400);
    color: var(--white);
    background: rgba(21,80,192,0.2);
    box-shadow: 0 0 16px rgba(21,80,192,0.2);
}

.btn-nav-primary {
    text-decoration: none;
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.5rem 1.25rem;
    background: var(--blue-600);
    border-radius: var(--radius-sm);
    transition: all 0.2s;
    white-space: nowrap;
    border: 1px solid rgba(59,143,239,0.3);
}

.btn-nav-primary:hover {
    background: var(--blue-500);
    transform: translateY(-1px);
    box-shadow: var(--shadow-btn);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    margin-left: auto;
}

.nav-toggle span {
    width: 22px;
    height: 2px;
    background: var(--text-primary);
    display: block;
    border-radius: 2px;
    transition: all 0.3s;
}

/* ===== HERO ===== */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 2rem 80px;
    max-width: var(--container);
    margin: 0 auto;
    gap: 4rem;
    position: relative;
    z-index: 1;
}

.hero-content {
    flex: 1;
    max-width: 600px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(21,80,192,0.12);
    border: 1px solid rgba(59,143,239,0.3);
    padding: 6px 14px 6px 10px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--cyan-light);
    letter-spacing: 0.04em;
    margin-bottom: 1.75rem;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: var(--cyan);
    border-radius: 50%;
    animation: pulseDot 2s ease-in-out infinite;
    flex-shrink: 0;
    box-shadow: 0 0 8px var(--cyan);
}

@keyframes pulseDot {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.7; }
}

.hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.hero-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 2.5rem;
    max-width: 520px;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
}

/* ===== BUTTONS ===== */
.btn-primary-large {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--blue-600);
    color: var(--white);
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.9rem 2rem;
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: all 0.25s;
    white-space: nowrap;
    border: 1px solid rgba(59,143,239,0.3);
    cursor: pointer;
    letter-spacing: 0.01em;
}

.btn-primary-large:hover {
    transform: translateY(-2px);
    background: var(--blue-500);
    box-shadow: 0 10px 36px rgba(21,80,192,0.5);
}

.btn-ghost-large {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.05);
    color: var(--text-primary);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.9rem 2rem;
    border-radius: var(--radius-md);
    text-decoration: none;
    border: 1px solid var(--glass-border);
    transition: all 0.25s;
    white-space: nowrap;
}

.btn-ghost-large:hover {
    background: rgba(21,80,192,0.15);
    border-color: var(--glass-border-h);
    transform: translateY(-2px);
    box-shadow: 0 4px 24px rgba(21,80,192,0.2);
}

/* ===== HERO STATS ===== */
.hero-stats {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.stat-number {
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    background: var(--grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.stat-suffix {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
    background: var(--grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 500;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: var(--glass-border);
}

/* ===== HERO VISUAL ===== */
.hero-visual {
    flex: 1;
    max-width: 520px;
    position: relative;
    display: flex;
    justify-content: center;
}

.mockup-wrapper {
    position: relative;
    width: 100%;
    max-width: 420px;
}

.mockup-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(21,80,192,0.28) 0%, rgba(0,180,216,0.12) 50%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.mockup-card {
    position: relative;
    z-index: 1;
    background: rgba(9,20,40,0.88);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-deep), 0 0 0 1px rgba(21,80,192,0.1);
    backdrop-filter: blur(24px);
}

.mockup-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: rgba(21,80,192,0.08);
    border-bottom: 1px solid var(--glass-border);
}

.mockup-dots { display: flex; gap: 6px; }
.dot-red    { width:10px; height:10px; border-radius:50%; background:#FF5F57; }
.dot-yellow { width:10px; height:10px; border-radius:50%; background:#FFBD2E; }
.dot-green  { width:10px; height:10px; border-radius:50%; background:#28C840; }

.mockup-title-bar {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 500;
}

.mockup-body { padding: 1.5rem; }

.mock-form-row {
    display: flex;
    gap: 8px;
    margin-bottom: 0.625rem;
    align-items: center;
}

.mock-label {
    width: 100px;
    font-size: 0.7rem;
    color: var(--text-muted);
    text-align: right;
    flex-shrink: 0;
}

.mock-field {
    flex: 1;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--glass-border);
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 0.75rem;
    color: var(--text-primary);
    font-family: 'Inter', monospace;
}

.mock-field.filled {
    border-color: rgba(59,143,239,0.3);
    background: rgba(21,80,192,0.08);
    color: var(--blue-300);
}

.mock-items {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--glass-border);
    border-radius: 8px;
    padding: 10px;
    margin: 12px 0;
}

.mock-item-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.72rem;
    padding: 4px 0;
    color: var(--text-primary);
}

.mock-item-row:not(:last-child) {
    border-bottom: 1px solid var(--glass-border);
    margin-bottom: 4px;
    padding-bottom: 8px;
}

.accent-green      { color: var(--cyan); }
.accent-green-text { color: var(--cyan); }
.accent-red        { color: #ef4444; }

.mock-total-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 12px;
    font-size: 0.9rem;
    font-weight: 700;
    border-top: 1px solid var(--glass-border);
}

.mock-total-num {
    color: var(--cyan);
    font-family: 'Outfit', sans-serif;
}

.mock-btn-timbre {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px;
    background: var(--blue-600);
    border: none;
    border-radius: 8px;
    color: var(--white);
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    letter-spacing: 0.03em;
}

.mock-btn-timbre:hover {
    background: var(--blue-500);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(21,80,192,0.5);
}

.timbre-dot {
    width: 8px;
    height: 8px;
    background: var(--cyan);
    border-radius: 50%;
    animation: pulseDot 1.5s ease-in-out infinite;
    box-shadow: 0 0 6px var(--cyan);
}

/* Float cards */
.float-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(9,20,40,0.92);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    padding: 10px 14px;
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(20px);
    white-space: nowrap;
    z-index: 2;
}

.float-card-1 {
    top: -20px;
    right: -40px;
    animation: floatAnim 4s ease-in-out infinite;
    border-color: rgba(0,180,216,0.35);
}

.float-card-2 {
    bottom: 80px;
    left: -50px;
    animation: floatAnim 4s ease-in-out infinite 1s;
    border-color: rgba(59,143,239,0.35);
}

.float-card-3 {
    bottom: -25px;
    right: -20px;
    animation: floatAnim 4s ease-in-out infinite 2s;
    border-color: rgba(21,80,192,0.4);
}

@keyframes floatAnim {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.float-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.float-icon-success { background: rgba(0,180,216,0.18); }
.float-icon-api     { background: rgba(59,143,239,0.18); }
.float-icon-multi   { background: rgba(21,80,192,0.22); }

.float-text strong {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--text-primary);
}

.float-text span {
    font-size: 0.68rem;
    color: var(--text-muted);
}

/* ===== TRUSTED BY ===== */
.trusted-by {
    padding: 3rem 2rem;
    border-top: 1px solid var(--glass-border);
    border-bottom: 1px solid var(--glass-border);
    position: relative;
    z-index: 1;
    background: rgba(6,15,37,0.6);
}

.trusted-label {
    text-align: center;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-faint);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
}

.trusted-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.trusted-logo-item {
    opacity: 0.4;
    transition: opacity 0.2s;
    filter: grayscale(1) brightness(1.5);
}

.trusted-logo-item:hover { opacity: 0.8; filter: grayscale(0) brightness(1.5); }

/* ===== FEATURES SECTION ===== */
.features-section {
    padding: var(--section-py) 2rem;
    position: relative;
    z-index: 1;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.feature-card {
    background: rgba(13,28,56,0.6);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    transition: all 0.3s;
    cursor: default;
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: var(--grad-primary);
    opacity: 0;
    transition: opacity 0.3s;
}

.feature-card:hover {
    background: rgba(21,80,192,0.12);
    border-color: var(--glass-border-h);
    transform: translateY(-4px);
    box-shadow: var(--shadow-glow);
}

.feature-card:hover::before { opacity: 1; }

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.feature-icon svg { width: 26px; height: 26px; }

.feature-icon-blue   { background: rgba(0,180,216,0.14); color: var(--cyan); border: 1px solid rgba(0,180,216,0.25); }
.feature-icon-green  { background: rgba(59,143,239,0.14); color: var(--blue-300); border: 1px solid rgba(59,143,239,0.25); }
.feature-icon-purple { background: rgba(21,80,192,0.18); color: var(--blue-300); border: 1px solid rgba(21,80,192,0.3); }
.feature-icon-orange { background: rgba(0,180,216,0.14); color: var(--cyan-light); border: 1px solid rgba(0,180,216,0.25); }
.feature-icon-cyan   { background: rgba(0,180,216,0.14); color: var(--cyan); border: 1px solid rgba(0,180,216,0.25); }
.feature-icon-pink   { background: rgba(59,143,239,0.14); color: var(--blue-200); border: 1px solid rgba(59,143,239,0.25); }

.feature-card h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 0.625rem;
    color: var(--text-primary);
}

.feature-card p {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.7;
}

/* ===== MODULES SECTION ===== */
.modules-section {
    padding: var(--section-py) 2rem;
    background: linear-gradient(180deg, transparent, rgba(21,80,192,0.04) 50%, transparent);
    position: relative;
    z-index: 1;
}

.modules-tabs {
    background: rgba(9,20,40,0.7);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    backdrop-filter: blur(16px);
}

.tab-nav {
    display: flex;
    background: rgba(6,15,37,0.7);
    border-bottom: 1px solid var(--glass-border);
    overflow-x: auto;
    scrollbar-width: none;
}

.tab-nav::-webkit-scrollbar { display: none; }

.tab-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 1rem 1.5rem;
    background: none;
    border: none;
    color: var(--text-muted);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    font-family: 'Inter', sans-serif;
}

.tab-btn svg { width: 16px; height: 16px; flex-shrink: 0; }

.tab-btn:hover { color: var(--text-primary); background: rgba(21,80,192,0.08); }

.tab-btn.active {
    color: var(--blue-300);
    border-bottom-color: var(--blue-500);
    background: rgba(21,80,192,0.1);
}

.tab-panel { display: none; padding: 2.5rem; }
.tab-panel.active { display: block; }

.tab-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.tab-info h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.tab-info p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.feature-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-bottom: 2rem;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    color: var(--text-muted);
}

.list-check {
    color: var(--cyan);
    font-weight: 800;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.btn-module {
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 1.5rem;
    background: var(--blue-600);
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: var(--radius-sm);
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid rgba(59,143,239,0.3);
}

.btn-module:hover {
    background: var(--blue-500);
    transform: translateY(-1px);
    box-shadow: var(--shadow-btn);
}

/* Tab Preview Card */
.preview-card {
    background: rgba(6,15,37,0.85);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    backdrop-filter: blur(16px);
}

.preview-row {
    display: flex;
    gap: 10px;
    margin-bottom: 0.75rem;
    align-items: center;
}

.preview-label {
    font-size: 0.72rem;
    color: var(--text-muted);
    width: 110px;
    flex-shrink: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.preview-field {
    flex: 1;
    background: rgba(21,80,192,0.1);
    border: 1px solid var(--glass-border);
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 0.8rem;
    color: var(--blue-200);
    font-weight: 500;
}

.preview-concept {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--glass-border);
    border-radius: 8px;
    padding: 10px;
    margin: 12px 0;
}

.concept-header {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--text-faint);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.concept-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    padding: 5px 0;
    color: var(--text-muted);
    border-top: 1px solid var(--glass-border);
}

.preview-total {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    padding: 6px 0;
    color: var(--text-muted);
    border-top: 1px solid var(--glass-border);
}

.preview-total.bold { font-weight: 700; color: var(--text-primary); }

.preview-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--glass-border);
}

.status-badge-success {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(0,180,216,0.12);
    border: 1px solid rgba(0,180,216,0.3);
    color: var(--cyan);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 100px;
}

.uuid-text {
    font-size: 0.68rem;
    color: var(--text-faint);
    font-family: monospace;
}

/* Code Card */
.code-card {
    background: rgba(4,13,30,0.95) !important;
    border-color: rgba(21,80,192,0.3) !important;
}

.code-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(21,80,192,0.1);
    border-bottom: 1px solid var(--glass-border);
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.code-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    flex-shrink: 0;
}

.code-filename {
    font-size: 0.72rem;
    color: var(--blue-300);
    font-weight: 600;
    margin-left: 6px;
    font-family: monospace;
}

.code-block {
    padding: 1.25rem;
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    font-size: 0.78rem;
    line-height: 1.7;
    color: var(--text-primary);
    overflow-x: auto;
    white-space: pre;
}

.code-kw  { color: #6ab4ff; }
.code-str { color: #7dd3fc; }
.code-fn  { color: var(--cyan-light); }
.code-cm  { color: #3d5a80; font-style: italic; }
.code-key { color: #93c5fd; }
.code-num { color: var(--cyan); }

/* Timbres bar */
.timbres-bar-wrap {
    margin: 12px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.timbres-bar {
    flex: 1;
    height: 6px;
    background: rgba(255,255,255,0.07);
    border-radius: 100px;
    overflow: hidden;
}

.timbres-fill {
    height: 100%;
    background: var(--grad-primary);
    border-radius: 100px;
    transition: width 0.6s ease;
}

.timbres-pct {
    font-size: 0.72rem;
    color: var(--cyan);
    font-weight: 600;
    white-space: nowrap;
}

/* ===== PRICING SECTION ===== */
.pricing-section {
    padding: var(--section-py) 2rem;
    position: relative;
    z-index: 1;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.pricing-card {
    background: rgba(13,28,56,0.65);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    transition: all 0.3s;
    position: relative;
    backdrop-filter: blur(16px);
}

.pricing-card:hover {
    transform: translateY(-6px);
    border-color: rgba(59,143,239,0.3);
    box-shadow: 0 16px 48px rgba(21,80,192,0.25);
}

.pricing-card.featured {
    background: linear-gradient(160deg, rgba(21,80,192,0.25) 0%, rgba(0,180,216,0.1) 100%);
    border-color: rgba(59,143,239,0.4);
    box-shadow: 0 8px 40px rgba(21,80,192,0.3);
}

.plan-badge-top {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--blue-600);
    color: var(--white);
    font-size: 0.7rem;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 100px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid rgba(59,143,239,0.4);
}

.plan-name {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--text-primary);
    margin-top: 0.5rem;
}

.plan-timbres {
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: var(--blue-300);
    line-height: 1;
}

.plan-timbres span {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-muted);
}

.plan-price {
    font-family: 'Outfit', sans-serif;
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--white);
    line-height: 1;
}

.plan-price span { font-size: 1rem; font-weight: 500; color: var(--text-muted); }

.plan-unit {
    font-size: 0.8rem;
    color: var(--cyan);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.plan-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
}

.plan-features li { display: flex; align-items: center; gap: 6px; }

.plan-price-custom {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--white);
    line-height: 1.2;
}

.plan-custom-text {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.custom-card { border-style: dashed; border-color: rgba(59,143,239,0.3); }

.btn-plan {
    display: block;
    text-align: center;
    padding: 0.75rem;
    background: rgba(21,80,192,0.15);
    border: 1px solid rgba(59,143,239,0.3);
    border-radius: var(--radius-sm);
    color: var(--blue-300);
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.2s;
    margin-top: auto;
}

.btn-plan:hover {
    background: var(--blue-600);
    color: var(--white);
    border-color: var(--blue-500);
    box-shadow: var(--shadow-btn);
}

.btn-plan-featured {
    background: var(--blue-600);
    color: var(--white);
    border-color: rgba(59,143,239,0.4);
}

.btn-plan-featured:hover {
    background: var(--blue-500);
    box-shadow: 0 8px 30px rgba(21,80,192,0.5);
}

.pricing-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 2.5rem;
    font-size: 0.83rem;
    color: var(--text-faint);
}

/* ===== API SECTION ===== */
.api-section {
    padding: var(--section-py) 2rem;
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, transparent, rgba(21,80,192,0.05) 50%, transparent);
}

.api-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.api-features {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2rem;
}

.api-feature-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.api-feat-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(21,80,192,0.15);
    border: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.api-feature-item strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 2px;
}

.api-feature-item p {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.api-code-wrap { width: 100%; }

.api-code-card {
    background: rgba(4,13,30,0.95);
    border: 1px solid rgba(21,80,192,0.25);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-deep);
}

.code-header {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: rgba(21,80,192,0.1);
    border-bottom: 1px solid var(--glass-border);
}

.code-dots {
    display: flex;
    gap: 6px;
    margin-right: 12px;
}

.code-dots span {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
}

.code-tabs {
    display: flex;
    gap: 4px;
}

.code-tab {
    background: none;
    border: none;
    color: var(--text-muted);
    font-size: 0.78rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Inter', sans-serif;
}

.code-tab.active {
    background: rgba(21,80,192,0.2);
    color: var(--blue-300);
}

.code-tab:hover:not(.active) { color: var(--text-primary); }

.code-content { padding: 0; }

#code-js, #code-php, #code-py {
    padding: 1.5rem;
    font-family: 'Courier New', monospace;
    font-size: 0.78rem;
    line-height: 1.75;
    color: var(--text-primary);
    overflow-x: auto;
    display: block;
    white-space: pre;
}

/* ===== HOW SECTION ===== */
.how-section {
    padding: var(--section-py) 2rem;
    position: relative;
    z-index: 1;
}

.steps-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.step-card {
    background: rgba(13,28,56,0.65);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 2.5rem 2rem;
    text-align: center;
    max-width: 280px;
    flex: 1;
    min-width: 220px;
    transition: all 0.3s;
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}

.step-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: var(--grad-primary);
    opacity: 0;
    transition: opacity 0.3s;
}

.step-card:hover {
    border-color: var(--glass-border-h);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(21,80,192,0.25);
}

.step-card:hover::after { opacity: 1; }

.step-number {
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--blue-600);
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.step-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.step-card h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.step-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.7;
}

.step-arrow {
    font-size: 1.5rem;
    color: var(--text-faint);
    flex-shrink: 0;
}

/* ===== TESTIMONIALS ===== */
.testimonials-section {
    padding: var(--section-py) 2rem;
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, transparent, rgba(21,80,192,0.04) 50%, transparent);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.testimonial-card {
    background: rgba(13,28,56,0.65);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 2rem;
    transition: all 0.3s;
    backdrop-filter: blur(12px);
}

.testimonial-card:hover {
    border-color: rgba(59,143,239,0.3);
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(21,80,192,0.2);
}

.testimonial-stars {
    color: var(--cyan);
    font-size: 0.85rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.testimonial-card p {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--white);
    flex-shrink: 0;
}

.testimonial-author strong {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text-primary);
}

.testimonial-author span {
    display: block;
    font-size: 0.78rem;
    color: var(--text-muted);
}

/* ===== CONTACT SECTION ===== */
.contact-section {
    padding: var(--section-py) 2rem;
    position: relative;
    z-index: 1;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-info { padding-top: 0.5rem; }

.contact-channels {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.contact-channel {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 1rem 1.25rem;
    background: rgba(13,28,56,0.5);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: all 0.2s;
}

.contact-channel:hover {
    border-color: var(--glass-border-h);
    background: rgba(21,80,192,0.12);
    transform: translateX(4px);
}

.ch-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(21,80,192,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    border: 1px solid var(--glass-border);
}

.ch-info strong {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-primary);
}

.ch-info span {
    font-size: 0.8rem;
    color: var(--cyan);
}

.contact-form-wrap {
    background: rgba(9,20,40,0.75);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    backdrop-filter: blur(16px);
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-group label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    background: rgba(6,15,37,0.8);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    padding: 0.75rem 1rem;
    color: var(--text-primary);
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
    transition: all 0.2s;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--blue-500);
    box-shadow: 0 0 0 3px rgba(21,80,192,0.15);
    background: rgba(21,80,192,0.08);
}

.form-group textarea { resize: vertical; min-height: 120px; }

.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-faint); }

.form-group select option { background: var(--navy-800); }

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.btn-contact-submit {
    width: 100%;
    padding: 0.9rem;
    background: var(--blue-600);
    border: 1px solid rgba(59,143,239,0.3);
    border-radius: var(--radius-sm);
    color: var(--white);
    font-weight: 700;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: all 0.2s;
}

.btn-contact-submit:hover:not(:disabled) {
    background: var(--blue-500);
    box-shadow: var(--shadow-btn);
    transform: translateY(-1px);
}

.btn-contact-submit:disabled { opacity: 0.6; cursor: not-allowed; }

.form-success {
    display: none;
    padding: 0.875rem;
    background: rgba(0,180,216,0.12);
    border: 1px solid rgba(0,180,216,0.3);
    border-radius: var(--radius-sm);
    color: var(--cyan);
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
    margin-top: 1rem;
}

/* ===== FOOTER ===== */
.footer {
    padding: 4rem 2rem 2.5rem;
    border-top: 1px solid var(--glass-border);
    position: relative;
    z-index: 1;
    background: rgba(4,13,30,0.8);
}

.footer-grid {
    max-width: var(--container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-brand .logo-text { font-size: 1.25rem; }

.footer-desc {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin: 1rem 0 1.5rem;
    max-width: 280px;
}

.footer-socials {
    display: flex;
    gap: 0.75rem;
}

.social-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(21,80,192,0.12);
    border: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700;
    transition: all 0.2s;
}

.social-btn:hover {
    background: rgba(21,80,192,0.25);
    border-color: var(--glass-border-h);
    color: var(--blue-300);
}

.footer-col h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.25rem;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.footer-links a {
    font-size: 0.875rem;
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover { color: var(--blue-300); }

.footer-bottom {
    max-width: var(--container);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid var(--glass-border);
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-copy {
    font-size: 0.8rem;
    color: var(--text-faint);
}

.footer-legal {
    display: flex;
    gap: 1.5rem;
}

.footer-legal a {
    font-size: 0.8rem;
    color: var(--text-faint);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-legal a:hover { color: var(--blue-300); }

/* ===== MOBILE MENU ===== */
@media (max-width: 768px) {
    .nav-toggle { display: flex; }
    .nav-links {
        display: none;
        position: fixed;
        top: 64px;
        left: 0; right: 0;
        background: rgba(6,15,37,0.97);
        backdrop-filter: blur(24px);
        border-bottom: 1px solid var(--glass-border);
        flex-direction: column;
        padding: 1.5rem;
        gap: 0.5rem;
    }
    .nav-links.open { display: flex; }
    .nav-links .nav-link { padding: 0.75rem 1rem; }
    .nav-actions { display: none; }

    .hero {
        flex-direction: column;
        padding: 100px 1.5rem 60px;
        gap: 3rem;
        text-align: center;
    }
    .hero-badge, .hero-cta { justify-content: center; }
    .hero-stats { justify-content: center; }
    .hero-visual { max-width: 360px; }
    .float-card-1, .float-card-2, .float-card-3 { display: none; }

    .features-grid { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .pricing-grid { grid-template-columns: 1fr 1fr; }
    .tab-content-grid { grid-template-columns: 1fr; }
    .api-grid { grid-template-columns: 1fr; }
    .steps-grid { flex-direction: column; }
    .step-arrow { transform: rotate(90deg); }
    .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .pricing-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
}

/* ===== CONTACT ITEMS (alternative layout) ===== */
.contact-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 1rem 1.25rem;
    background: rgba(13,28,56,0.5);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    backdrop-filter: blur(12px);
}

.contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(21,80,192,0.15);
    border: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.contact-item strong {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-primary);
}

.contact-item span {
    font-size: 0.82rem;
    color: var(--cyan);
}

/* ===== FORM SUBMIT BUTTON (contact form) ===== */
.btn-form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 0.9rem;
    background: var(--blue-600);
    border: 1px solid rgba(59,143,239,0.35);
    border-radius: var(--radius-sm);
    color: var(--white);
    font-weight: 700;
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.2s;
}

.btn-form-submit:hover:not(:disabled) {
    background: var(--blue-500);
    box-shadow: var(--shadow-btn);
    transform: translateY(-1px);
}

.btn-form-submit:disabled { opacity: 0.6; cursor: not-allowed; }

/* ===== CTA SECTION ===== */
.cta-section {
    padding: 5rem 2rem;
    position: relative;
    z-index: 1;
}

.cta-card {
    background: linear-gradient(135deg, rgba(21,80,192,0.22) 0%, rgba(0,180,216,0.12) 100%);
    border: 1px solid rgba(59,143,239,0.3);
    border-radius: var(--radius-xl);
    padding: 4rem 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(16px);
}

.cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 300px;
    background: radial-gradient(ellipse, rgba(21,80,192,0.25) 0%, transparent 70%);
    pointer-events: none;
}

.cta-content { position: relative; z-index: 1; }

.cta-content h2 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.75rem);
    font-weight: 900;
    color: var(--text-primary);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.cta-content p {
    font-size: 1.05rem;
    color: var(--text-muted);
    margin-bottom: 2.5rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.cta-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== SITE FOOTER ===== */
.site-footer {
    padding: 4rem 2rem 2.5rem;
    border-top: 1px solid var(--glass-border);
    position: relative;
    z-index: 1;
    background: rgba(4,13,30,0.85);
}

.site-footer .footer-grid {
    max-width: var(--container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-brand p {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin: 1rem 0 1.25rem;
    max-width: 280px;
}

.footer-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.footer-badge {
    background: rgba(21,80,192,0.14);
    border: 1px solid var(--glass-border);
    color: var(--blue-300);
    font-size: 0.68rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.footer-links-col h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.25rem;
}

.footer-links-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.footer-links-col ul a {
    font-size: 0.875rem;
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links-col ul a:hover { color: var(--blue-300); }

.footer-bottom {
    max-width: var(--container);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid var(--glass-border);
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.8rem;
    color: var(--text-faint);
}

@media (max-width: 768px) {
    .site-footer .footer-grid { grid-template-columns: 1fr 1fr; }
    .cta-card { padding: 3rem 1.5rem; }
}

@media (max-width: 480px) {
    .site-footer .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; }
}

