@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Unbounded:wght@500;700&display=swap');

:root {
    --bg-1: #04060f;
    --bg-2: #071125;
    --bg-3: #0a1c34;
    --text: #e8edf7;
    --muted: #9cb0c7;
    --accent: #00e6c3;
    --accent-2: #f4c95d;
    --card: rgba(255, 255, 255, 0.05);
    --card-border: rgba(255, 255, 255, 0.08);
    --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    background: radial-gradient(circle at 20% 20%, rgba(0, 230, 195, 0.12), transparent 30%),
        radial-gradient(circle at 80% 0%, rgba(244, 201, 93, 0.14), transparent 35%),
        linear-gradient(135deg, var(--bg-1), var(--bg-2), var(--bg-3));
    color: var(--text);
    min-height: 100vh;
    line-height: 1.6;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: 0.4;
    pointer-events: none;
    z-index: -1;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.hero {
    text-align: center;
    padding: 120px 24px 80px;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(0, 230, 195, 0.12), transparent 40%);
    z-index: -1;
}

.hero-top {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}

.eyebrow {
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
}

.pill-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.pill {
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
}

.pill-gold {
    border-color: rgba(244, 201, 93, 0.6);
    color: var(--accent-2);
}

.pill-cyan {
    border-color: rgba(0, 230, 195, 0.6);
    color: var(--accent);
}

.pill-glow {
    border-color: rgba(255, 255, 255, 0.2);
    background: linear-gradient(90deg, rgba(0, 230, 195, 0.25), rgba(244, 201, 93, 0.2));
}

.pill-ghost {
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--muted);
}

.hero-title {
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(3rem, 6vw, 4.8rem);
    margin: 0;
    letter-spacing: -0.02em;
}

.hero-title .accent {
    color: var(--accent);
    text-shadow: 0 0 30px rgba(0, 230, 195, 0.5);
}

.hero-lead {
    max-width: 760px;
    margin: 20px auto 30px;
    color: var(--muted);
    font-size: 1.05rem;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    color: var(--text);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn.primary {
    background: linear-gradient(90deg, var(--accent), #48ffd8);
    color: #00120f;
    box-shadow: 0 10px 25px rgba(0, 230, 195, 0.25);
}

.btn.ghost {
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    margin-top: 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.stat {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: var(--shadow);
}

.stat strong {
    display: block;
    font-size: 1.2rem;
}

.stat span {
    color: var(--muted);
    font-size: 0.9rem;
}

.logos-strip {
    background: linear-gradient(90deg, rgba(10, 28, 52, 0.95), rgba(7, 17, 37, 0.95), rgba(10, 28, 52, 0.95));
    border-top: 1px solid rgba(0, 230, 195, 0.2);
    border-bottom: 1px solid rgba(0, 230, 195, 0.2);
    padding: 8px 0;
    overflow: hidden;
    position: relative;
}

.logos-container {
    display: flex;
    gap: 60px;
    align-items: center;
    width: fit-content;
    animation: scroll-logos 20s linear infinite;
}

.logos-container img {
    height: 90px;
    width: 210px;
    object-fit: contain;
    flex-shrink: 0;
    filter: brightness(1.1) contrast(1.15) saturate(1.15) drop-shadow(0 4px 12px rgba(0,0,0,0.4));
    transition: filter 0.25s ease;
}

.logos-container img:hover {
    filter: brightness(1.25) contrast(1.25) saturate(1.25) drop-shadow(0 6px 16px rgba(0,0,0,0.5));
}

.logos-container img:nth-child(6),
.logos-container img:nth-child(7),
.logos-container img:nth-child(16),
.logos-container img:nth-child(17) {
    height: 180px;
    width: 420px;
}

@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.block {
    padding: 20px 0 10px;
}

.section-head {
    text-align: center;
    margin-bottom: 24px;
}

.section-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 2rem;
    margin: 6px 0;
    color: var(--text);
    letter-spacing: -0.01em;
}

.section-subtitle {
    color: var(--muted);
    max-width: 720px;
    margin: 0 auto;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
    padding: 20px 0 10px;
}

.feature-band {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin: 24px 0 16px;
}

.feature {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: var(--shadow);
}

.feature i {
    color: var(--accent);
    font-size: 1.2rem;
    margin-top: 4px;
}

.feature h4 {
    margin: 0 0 4px;
    font-size: 1rem;
}

.feature p {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
}

.footer {
    padding: 40px 24px 50px;
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 40px;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.footer-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-copy {
    color: var(--muted);
    margin-top: 12px;
    font-size: 0.9rem;
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #25d366, #1ebc57);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.55);
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
    70% { box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@media (max-width: 720px) {
    .hero {
        padding: 90px 18px 60px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .footer-inner {
        align-items: flex-start;
    }
}