/* ─── FONTS ─────────────────────────────────────────── */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v20-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v20-latin-700.woff2') format('woff2');
}

/* ─── BASE ───────────────────────────────────────────── */
body {
    font-family: 'Poppins', sans-serif;
    color: #2d3748;
    padding-top: 0;
}

.py-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

/* ─── NAV ────────────────────────────────────────────── */
#mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}

#mainNav .navbar-brand,
#mainNav .nav-link {
    color: #fff;
}

#mainNav .navbar-brand i {
    color: #60b8f0;
}

#mainNav .nav-link:hover {
    color: #60b8f0;
}

#mainNav.scrolled {
    background-color: #0c2340;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}

#mainNav .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.4);
}

#mainNav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ─── BUTTONS ────────────────────────────────────────── */
.btn-dd {
    background-color: #1a6abf;
    color: #fff;
    border: none;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-dd:hover {
    background-color: #155aaa;
    color: #fff;
    transform: translateY(-1px);
}

.btn-dd:active {
    transform: translateY(0);
}

/* ─── HERO ───────────────────────────────────────────── */
#hero {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #071e38 0%, #0c2e58 45%, #1a4a7a 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
}

#hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse at 70% 50%, rgba(42, 127, 212, 0.15) 0%, transparent 60%),
        radial-gradient(ellipse at 20% 80%, rgba(96, 184, 240, 0.08) 0%, transparent 50%);
}

#hero .container {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 60px;
}

.hero-eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #60b8f0;
}

.hero-headline {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.text-highlight {
    color: #60b8f0;
}

.hero-sub {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.75);
    max-width: 560px;
    line-height: 1.7;
}

.hero-no-cc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.hero-since {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.5px;
}

/* ─── SECTIONS ───────────────────────────────────────── */
.section-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #0c2340;
}

.section-sub {
    font-size: 1rem;
    color: #5a6a82;
    max-width: 500px;
    margin: 0 auto;
}

.bg-light-dd {
    background-color: #f4f7fb;
}

/* ─── FEATURE CARDS ──────────────────────────────────── */
.feature-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8edf5;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(12, 35, 64, 0.1);
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background-color: #e8f2fc;
    color: #2a7fd4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

/* ─── HOW IT WORKS ───────────────────────────────────── */
.step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #2a7fd4;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ─── PRICING ────────────────────────────────────────── */
.pricing-card {
    background: #fff;
    border-radius: 20px;
    border: 2px solid #2a7fd4;
    box-shadow: 0 20px 60px rgba(42, 127, 212, 0.12);
}

.pricing-label {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2a7fd4;
}

.pricing-amount {
    font-size: 4rem;
    font-weight: 700;
    color: #0c2340;
    line-height: 1;
}

.pricing-dollar {
    font-size: 2rem;
    vertical-align: top;
    margin-top: 10px;
    display: inline-block;
}

.pricing-period {
    font-size: 1.2rem;
    color: #718096;
    font-weight: 400;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f4f8;
    font-size: 0.95rem;
}

.pricing-list li:last-child {
    border-bottom: none;
}

.pricing-list li i {
    color: #2a7fd4;
    margin-right: 10px;
    width: 16px;
}

/* ─── CTA BANNER ─────────────────────────────────────── */
.cta-banner {
    background: linear-gradient(135deg, #0c2340 0%, #1a4a7a 100%);
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.85);
}

/* ─── FOOTER ─────────────────────────────────────────── */
.footer {
    background-color: #071526;
    color: #a0aec0;
}

.footer-logo {
    color: #fff;
}

.footer-logo i {
    color: #60b8f0;
    font-size: 1.2rem;
}

.footer-heading {
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #a0aec0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #60b8f0;
}

.footer-social {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.08);
    color: #a0aec0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.footer-social:hover {
    background-color: #2a7fd4;
    color: #fff;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.08);
}

.footer .text-muted {
    color: #a0aec0 !important;
}

/* ─── SCROLL ANIMATIONS ──────────────────────────────── */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ─── RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 991px) {
    #mainNav .collapse {
        background-color: #0c2340;
        padding: 16px;
        border-radius: 10px;
        margin-top: 10px;
    }

    .py-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
