/* Custom site-level styles that wrap the working downloader */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

:root {
    --ig1: #e1306c;
    --ig2: #c13584;
    --ig3: #833ab4;
    --ig4: #fd1d1d;
    --ig5: #f56040;
    --ig6: #f77737;
    --ig7: #ffdc80;
    --text: #0f172a;
    --muted: #6b7280;
    --bg: #ffffff;
    --light: #f8fafc;
    --radius: 18px;
    --shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
}

body {
    font-family:
        "Poppins",
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
}
.section {
    padding: 80px 0;
}
.section-light {
    background: linear-gradient(
        180deg,
        #fff 0%,
        #fff 10%,
        #fff6fb 60%,
        #fff 100%
    );
}
.section-title {
    font-weight: 700;
}
.section-subtitle {
    color: var(--muted);
}

/* Navbar */
.nav-glass {
    background: rgba(17, 24, 39, 0.45);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-brand,
.navbar-dark .nav-link {
    color: #fff;
}
.navbar-dark .nav-link:hover {
    opacity: 0.85;
}
.brand-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--ig3), var(--ig2), var(--ig1));
    color: #fff;
}

/* Hero */
.gradient-ig {
    background: linear-gradient(
        135deg,
        var(--ig3),
        var(--ig2),
        var(--ig1),
        var(--ig4),
        var(--ig5),
        var(--ig6),
        var(--ig7)
    );
}
.hero {
    padding-top: 130px;
    padding-bottom: 80px;
    position: relative;
}
.badge-ig {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 600;
}
.hero-subtitle {
    opacity: 0.95;
}
.download-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 18px;
    border: 1px solid #eef2f7;
    box-shadow: var(--shadow);
    max-width: 880px;
}
.input-group .form-control {
    border-radius: 12px 0 0 12px;
    border: 0;
    background: #f1f5f9;
    padding-left: 46px;
    height: 58px;
}
.input-group .form-control:focus {
    box-shadow: none;
    border: 0;
    background: #eef2f7;
}
.input-group .btn-ig {
    border-radius: 0 12px 12px 0;
    padding: 0 22px;
    height: 58px;
}
.input-icon {
    position: absolute;
    z-index: 4;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
}
.helper-text {
    color: #6b7280;
    font-size: 0.9rem;
    margin-top: 8px;
}
.hero-bullets .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #fff;
    margin-right: 6px;
}
.hero-bullets li {
    color: #fff;
    opacity: 0.95;
}

/* Buttons */
.btn-ig {
    background: linear-gradient(135deg, var(--ig1), var(--ig2), var(--ig3));
    color: #fff;
    border: 0;
    box-shadow: 0 6px 18px rgba(225, 48, 108, 0.35);
    font-weight: 600;
}
.btn-ig:hover {
    filter: brightness(0.95);
    color: #fff;
}

/* Features & Cards */
.i-shadow {
    box-shadow: 0 10px 20px rgba(131, 58, 180, 0.25);
}
.step-card {
    border: 1px solid #eef2f7;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.04);
}
.step-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 4px auto;
}
.step-index {
    position: absolute;
    margin-top: -12px;
    margin-left: -12px;
    background: #0ea5e9;
    color: #fff;
    border-radius: 999px;
    font-size: 12px;
    padding: 6px 8px;
}
.feature-item {
    padding: 12px;
}
.feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 8px 18px rgba(225, 48, 108, 0.25);
}
.stats-card {
    border: 1px solid #eef2f7;
    border-radius: 18px;
    padding: 20px 10px;
    background: #fff;
}
.stat-value {
    font-weight: 700;
    font-size: 28px;
}
.stat-label {
    color: var(--muted);
    font-size: 0.9rem;
}

/* FAQ */
.faq-card {
    border: 1px solid #eef2f7;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 10px;
}
.faq-card .card-header {
    background: #fff;
}
.faq-card .btn-link {
    color: var(--text);
    text-decoration: none;
    font-weight: 600;
}
.faq-card .btn-link:hover {
    text-decoration: none;
}

/* Footer */
.gradient-footer {
    background: linear-gradient(135deg, #0b1220, #141b2e);
    color: #cbd5e1;
    padding-top: 48px;
}
.footer-title {
    color: #e2e8f0;
    font-weight: 600;
    margin-bottom: 8px;
}
.footer-links a {
    color: #94a3b8;
}
.footer-links a:hover {
    color: #e2e8f0;
}
.security-box {
    display: flex;
    align-items: center;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 14px 16px;
    margin-top: 12px;
}
.security-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #0ea5e9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.footer-meta {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Responsive */
@media (max-width: 991.98px) {
    .hero {
        padding-top: 110px;
    }
}
@media (max-width: 575.98px) {
    .display-4 {
        font-size: 2rem;
    }
    .input-group .form-control {
        height: 52px;
    }
    .input-group .btn-ig {
        height: 52px;
    }
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        opacity 0.5s ease,
        visibility 0.5s ease;
}

#preloader.fade-out {
    opacity: 0;
    visibility: hidden;
}

.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #fc2e23;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
