/* —— GLOBAL RESET —— */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background: #f5f7fb;
    color: #1a1d26;
}

/* —— NAVBAR —— */
.main-header {
    background: #031a33;
    padding: 18px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.navbar {
    max-width: 1250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}

.logo img {
    height: 120px;
    width: auto;
}

.nav-links {
    display: flex;
    list-style: none;
}

    .nav-links li a {
        color: white;
        text-decoration: none;
        margin-left: 30px;
        font-size: 16px;
        font-weight: 600;
        transition: 0.3s;
    }

        .nav-links li a:hover {
            color: #e1c78c;
        }

/* —— HERO SECTIONS —— */
.hero, .pricing-hero, .upload-hero {
    background: linear-gradient(135deg, #031a33, #062f5b);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

    .hero h1, .pricing-hero h1, .upload-hero h1 {
        font-size: 42px;
        font-weight: 800;
    }

    .hero p, .pricing-hero p, .upload-hero p {
        font-size: 18px;
        opacity: .9;
        margin-top: 12px;
    }

/* —— CONTAINERS —— */
.container {
    max-width: 1200px;
    margin: 40px auto;
}

/* —— CARDS —— */
.card {
    background: white;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    transition: .25s;
}

    .card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 28px rgba(0,0,0,0.12);
    }

/* —— BUTTONS —— */
.btn, .cta-btn, .cta-btn-pro {
    background: #c89f54;
    color: white;
    padding: 12px 26px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    transition: .2s;
}

    .btn:hover, .cta-btn:hover, .cta-btn-pro:hover {
        background: #b98c44;
    }

/* Outline buttons */
.cta-outline {
    padding: 12px 26px;
    border-radius: 10px;
    border: 2px solid #031a33;
    color: #031a33;
    font-weight: 700;
    text-decoration: none;
}

    .cta-outline:hover {
        background: #031a33;
        color: white;
    }

/* —— FORMS —— */
.form-control {
    padding: 12px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ced4da;
    background: #fff;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.upload-form {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

/* —— TABLE —— */
table {
    width: 100%;
    border-spacing: 0 14px;
}

    table tr {
        background: #fff;
        box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    }

    table td {
        padding: 18px;
        font-size: 17px;
    }

/* —— FOOTER —— */
.footer {
    background: #031a33;
    color: white;
    padding: 28px;
    text-align: center;
    margin-top: 60px;
    font-size: 15px;
}


.hero-section {
    background: linear-gradient(135deg, #021B33 0%, #062b4d 100%);
    padding: 80px 120px;
    border-radius: 0;
}

.hero-text p.hero-sub {
    max-width: 500px;
    color: #dbe7f0;
    font-size: 1.1rem;
}

.cta-primary,
.cta-secondary {
    padding: 12px 26px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
}

.cta-primary {
    background: #FFC247;
    color: #0A1E2E;
}

.cta-secondary {
    background: transparent;
    border: 2px solid #FFC247;
    color: #FFC247;
}

.hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.hero-illustration {
    width: 420px;
    height: auto;
    user-select: none;


}
.payment-hero {
    text-align: center;
    padding: 60px 20px;
    background: #071a2a;
    color: #fff;
}

.payments-grid {
    max-width: 1200px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 25px;
}

.pay-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-align: center;
    transition: 0.2s ease;
}

    .pay-card:hover {
        transform: translateY(-4px);
    }

.pay-logo {
    height: 40px;
    margin-bottom: 15px;
}

.pay-btn-primary {
    background: #0051ff;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.pay-btn-secondary {
    background: #111;
    color: white !important;
    padding: 10px 18px;
    border-radius: 6px;
    display: inline-block;
}

.bank-info {
    font-size: 14px;
    margin-top: 12px;
    color: #445;
}

.service-card {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    text-align: center;
    width: 100%;
    max-width: 360px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.25s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .service-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 35px rgba(0,0,0,0.12);
    }

.service-icon i {
    font-size: 42px;
    color: #0b2149;
    margin-bottom: 15px;
}

.service-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-list {
    text-align: left;
    margin: 0 auto 20px auto;
    padding-left: 20px;
}

    .service-list li {
        margin-bottom: 6px;
        font-size: 15px;
    }

.upload-btn {
    background: #0b2149;
    padding: 12px 22px;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.25s;
}

    .upload-btn:hover {
        background: #1a3761;
    }

/* ====== UNIFIED SERVICE CARD SYSTEM ====== */

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.service-card {
    background: white;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 4px 22px rgba(0,0,0,0.07);
    text-align: center;
    transition: .25s ease-in-out;
    display: flex;
    flex-direction: column;
}

    .service-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 9px 32px rgba(0,0,0,0.12);
    }

.icon-circle {
    width: 65px;
    height: 65px;
    background: #031a33;
    color: white;
    border-radius: 50%;
    display: flex;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px auto;
}

.card-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}

.card-text {
    font-size: 15px;
    color: #444;
    margin-bottom: 16px;
    min-height: 70px;
}

.price-small {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.service-list {
    text-align: left;
    margin: 0 auto;
    padding-left: 20px;
    margin-bottom: 20px;
}

    .service-list li {
        margin-bottom: 6px;
        font-size: 15px;
    }

.cta-card {
    background: #031a33;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease;
    margin-top: auto;
}

    .cta-card:hover {
        background: #06284f;
    }

.cta-card-pro {
    background: #1d4ed8;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease;
    margin-top: auto;
}

    .cta-card-pro:hover {
        background: #143a99;
    }

.highlight {
    border: 2px solid #1d4ed8;
    box-shadow: 0 8px 28px rgba(29,78,216,0.24);
}

/* ANIMATION */
.fade-in {
    animation: fadeIn 0.6s ease forwards;
    opacity: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
    /* ============================================================
   RESPONSIVE UPGRADE — JOHN TRAD, LLC  (NO BREAKING CHANGES)
   ============================================================ */
    /* ===== NAVBAR ===== */
    @media (max-width: 992px) {
        .navbar

{
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;
}

.nav-links {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

    .nav-links li {
        margin: 10px 0;
    }

        .nav-links li a {
            margin-left: 0;
            font-size: 18px;
        }

.logo img {
    height: 80px !important;
}

}

/* ===== HERO ===== */
@media (max-width: 768px) {

    .hero,
    .pricing-hero,
    .upload-hero {
        padding: 60px 20px;
    }

        .hero h1,
        .pricing-hero h1,
        .upload-hero h1 {
            font-size: 30px !important;
            line-height: 1.2;
        }

        .hero p,
        .pricing-hero p,
        .upload-hero p {
            font-size: 16px;
        }
}

/* ===== SERVICE CARDS ===== */
@media (max-width: 992px) {
    .service-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 18px;
        padding: 0 15px;
    }
}

@media (max-width: 600px) {
    .service-grid {
        grid-template-columns: 1fr !important;
    }

    .service-card {
        max-width: 100% !important;
        margin: 0 auto;
    }

        .service-card .card-text {
            min-height: auto !important;
        }
}

/* ===== PADDING + GENERAL FIXES ===== */
@media (max-width: 768px) {
    .container {
        padding: 0 18px !important;
    }

    .card {
        padding: 22px !important;
    }

    .upload-form {
        padding: 25px !important;
    }

    .footer {
        padding: 20px !important;
        font-size: 14px;
    }
}
/* ===== BRAND COLORS ===== */
:root {
    --brand-blue: #052049;
    --brand-gold: #f4b544;
}

/* ===== SECTION TITLES ===== */
.section-title {
    color: var(--brand-blue);
    font-weight: 700;
    margin-bottom: 1rem;
}

/* ===== CARD BASE ===== */
.service-card {
    border-radius: 18px;
    padding: 32px;
    transition: all .25s ease;
    border: none !important;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
}

    .service-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 28px rgba(0,0,0,.10);
    }

    /* ===== ICON ===== */
    .service-card img {
        height: 52px;
        margin-bottom: 20px;
        opacity: .92;
    }

    /* ===== TITLES ===== */
    .service-card h4 {
        color: var(--brand-blue);
        font-weight: 700;
        font-size: 20px;
    }

    /* ===== PARAGRAPH ===== */
    .service-card p {
        color: #555;
        line-height: 1.5rem;
        margin-top: 10px;
    }

/* ===== BUTTONS ===== */
.btn-blue {
    background: var(--brand-blue);
    color: white;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
}

    .btn-blue:hover {
        background: #073066;
    }

.btn-gold {
    background: var(--brand-gold);
    color: #000;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
}

    .btn-gold:hover {
        background: #ffd56e;
    }
