/* ============================================================
   Get Started Page — Conversion Landing Page
   Namespace: gs- (avoids collision with home.css)
   ============================================================ */

/* ---- Animations ---- */
@keyframes gsFadeInUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ---- Hero Section ---- */
.gs-hero {
    position: relative;
    padding: 80px 0;
    background: #0d1117;
    overflow: hidden;
}

.gs-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 60% at 25% 30%, rgba(37, 99, 235, 0.14) 0%, transparent 70%),
        radial-gradient(ellipse 50% 50% at 80% 70%, rgba(16, 185, 129, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.gs-hero .container {
    position: relative;
    z-index: 1;
    text-align: center;
}

.gs-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 20px;
    background: rgba(37, 99, 235, 0.12);
    border: 1px solid rgba(96, 165, 250, 0.25);
    font-family: "Figtree", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-light);
    margin-bottom: 24px;
    animation: gsFadeInUp 0.6s ease both;
}

.gs-badge i {
    font-size: 14px;
}

.gs-hero h1 {
    font-family: "Outfit", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: var(--text-primary, #f1f5f9);
    line-height: 1.15;
    max-width: 800px;
    margin: 0 auto 20px;
    animation: gsFadeInUp 0.6s ease 0.1s both;
}

.gs-hero-sub {
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    color: var(--text-secondary, #cbd5e1);
    line-height: 1.6;
    max-width: 640px;
    margin: 0 auto 32px;
    animation: gsFadeInUp 0.6s ease 0.2s both;
}

.gs-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 40px;
    border-radius: 8px;
    background: var(--secondary-color, #10b981);
    color: #fff;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    animation: gsFadeInUp 0.6s ease 0.3s both;
}

.gs-cta-btn:hover {
    background: #0ea472;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3);
}

.gs-cta-btn i {
    font-size: 20px;
}

.gs-trust {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
    flex-wrap: wrap;
    animation: gsFadeInUp 0.6s ease 0.4s both;
}

.gs-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Figtree", sans-serif;
    font-size: 13px;
    color: var(--text-muted, #64748b);
}

.gs-trust-item i {
    color: var(--secondary-color, #10b981);
    font-size: 14px;
}

/* ---- What You Get Section ---- */
.gs-tools {
    padding: 64px 0;
    background: #0d1526;
}

.gs-section-label {
    font-family: "Figtree", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--secondary-color, #10b981);
    margin-bottom: 12px;
}

.gs-section-title {
    font-family: "Outfit", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--text-primary, #f1f5f9);
    margin-bottom: 40px;
}

.gs-tools-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.gs-tool-card {
    background: var(--bg-card, #1e2d45);
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    transition: transform 0.25s, box-shadow 0.25s;
}

.gs-tool-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.gs-tool-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 24px;
}

.gs-tool-icon-blue {
    background: rgba(37, 99, 235, 0.15);
    color: var(--primary-light, #60a5fa);
}

.gs-tool-icon-green {
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
}

.gs-tool-icon-amber {
    background: rgba(245, 158, 11, 0.15);
    color: var(--accent-color, #f59e0b);
}

.gs-tool-title {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary, #f1f5f9);
    margin-bottom: 8px;
}

.gs-tool-desc {
    font-family: "Figtree", sans-serif;
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

/* ---- Final CTA Section ---- */
.gs-final-cta {
    position: relative;
    padding: 64px 0;
    background: #0d1117;
    overflow: hidden;
}

.gs-final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 60% at 30% 40%, rgba(37, 99, 235, 0.12) 0%, transparent 70%),
        radial-gradient(ellipse 40% 50% at 70% 60%, rgba(16, 185, 129, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.gs-final-cta .container {
    position: relative;
    z-index: 1;
    text-align: center;
}

.gs-final-cta h2 {
    font-family: "Outfit", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: var(--text-primary, #f1f5f9);
    max-width: 800px;
    margin: 0 auto 16px;
}

.gs-final-sub {
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    color: var(--text-secondary, #cbd5e1);
    line-height: 1.6;
    max-width: 640px;
    margin: 0 auto 32px;
}

.gs-final-trust {
    font-family: "Figtree", sans-serif;
    font-size: 13px;
    color: var(--text-muted, #64748b);
    margin-top: 24px;
}

/* ---- Focus / Accessibility ---- */
.gs-cta-btn:focus-visible {
    outline: 2px solid var(--primary-light, #60a5fa);
    outline-offset: 3px;
}

/* ---- Reduced Motion ---- */
@media (prefers-reduced-motion: reduce) {
    .gs-badge,
    .gs-hero h1,
    .gs-hero-sub,
    .gs-cta-btn,
    .gs-trust {
        animation: none;
    }

    .gs-tool-card:hover {
        transform: none;
    }

    .gs-cta-btn:hover {
        transform: none;
    }
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .gs-tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gs-hero h1 {
        font-size: 40px;
    }

    .gs-final-cta h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .gs-hero {
        padding: 56px 0;
    }

    .gs-hero h1 {
        font-size: 32px;
    }

    .gs-hero-sub {
        font-size: 16px;
    }

    .gs-tools-grid {
        grid-template-columns: 1fr;
    }

    .gs-section-title {
        font-size: 28px;
    }

    .gs-final-cta h2 {
        font-size: 28px;
    }

    .gs-trust {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .gs-cta-btn {
        padding: 16px 32px;
    }

    .gs-tools {
        padding: 48px 0;
    }

    .gs-final-cta {
        padding: 48px 0;
    }
}
