:root {
    --pa-primary: #0b3d91;
    --pa-secondary: #0f172a;
    --pa-accent: #d4af37;
    --pa-light: #f8fafc;
    --pa-muted: #64748b;
}

body { font-family: 'Segoe UI', Arial, sans-serif; color: #1e293b; }
.topbar { background: var(--pa-secondary); color: rgba(255,255,255,.85); padding: .55rem 0; }
.brand { color: var(--pa-secondary) !important; letter-spacing: -.3px; }
.brand-mark { display:inline-flex; width:42px; height:42px; border-radius:50%; align-items:center; justify-content:center; background:var(--pa-primary); color:white; margin-right:.5rem; font-size:.95rem; }
.nav-link { font-weight: 500; color: #334155 !important; }
.nav-link:hover { color: var(--pa-primary) !important; }
.btn-primary { background: var(--pa-primary); border-color: var(--pa-primary); }
.btn-primary:hover { background: #082d6d; border-color: #082d6d; }
.text-white-75 { color: rgba(255,255,255,.78); }
.max-width-700 { max-width: 700px; }
.min-vh-75 { min-height: 75vh; }

.hero-section { background: linear-gradient(120deg, rgba(11,61,145,.94), rgba(15,23,42,.92)), radial-gradient(circle at top right, rgba(212,175,55,.35), transparent 40%); }
.hero-card { background: rgba(255,255,255,.96); border-radius: 24px; padding: 2rem; }
.metric-box { border: 1px solid #e2e8f0; border-radius: 16px; padding: 1rem; height: 100%; }
.metric-box strong { display:block; color: var(--pa-primary); font-size: 1.1rem; }
.metric-box span { color: var(--pa-muted); font-size: .9rem; }

.section-padding { padding: 5rem 0; }
.section-kicker { color: var(--pa-primary); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.section-title { font-weight: 800; color: var(--pa-secondary); margin: .5rem 0 1rem; }
.feature-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.feature-card, .product-card, .catalog-card, .info-panel, .form-panel { background:#fff; border:1px solid #e2e8f0; border-radius:22px; padding:1.6rem; box-shadow:0 10px 28px rgba(15,23,42,.06); }
.feature-card i { font-size: 2rem; color: var(--pa-primary); margin-bottom: 1rem; display:block; }
.feature-card p, .product-card p { color: var(--pa-muted); margin-bottom: 0; }
.product-card { height: 100%; text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover, .catalog-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(15,23,42,.12); }
.product-icon { width: 72px; height:72px; display:inline-flex; align-items:center; justify-content:center; border-radius:50%; background:#eaf1ff; color:var(--pa-primary); font-size:2rem; margin-bottom:1rem; }
.cta-section { padding: 5rem 0; background: linear-gradient(120deg, var(--pa-secondary), var(--pa-primary)); }
.footer-section { background: var(--pa-secondary); color:white; }
.footer-bottom { background: rgba(0,0,0,.2); color: rgba(255,255,255,.72); }
.footer-links li { margin-bottom: .45rem; }
.footer-links a { color: rgba(255,255,255,.68); text-decoration: none; }
.footer-links a:hover { color: white; }

.page-header { padding: 5rem 0; background: linear-gradient(120deg, rgba(11,61,145,.95), rgba(15,23,42,.95)); }
.check-list { list-style:none; padding-left:0; margin-bottom:0; }
.check-list li { padding:.55rem 0 .55rem 2rem; position:relative; color:#475569; }
.check-list li::before { content:'✓'; position:absolute; left:0; top:.48rem; color:var(--pa-primary); font-weight:800; }
.catalog-card { padding:0; overflow:hidden; height:100%; }
.catalog-img { height:160px; background: linear-gradient(135deg, #eaf1ff, #f8fafc); display:flex; align-items:center; justify-content:center; color:var(--pa-primary); font-size:3rem; }
.timeline-list > div { display:grid; grid-template-columns: 58px 1fr; column-gap:1rem; padding:1rem 0; border-bottom:1px solid #e2e8f0; }
.timeline-list span { width:44px; height:44px; border-radius:50%; background:var(--pa-primary); color:white; display:flex; align-items:center; justify-content:center; font-weight:700; grid-row: span 2; }
.timeline-list p { color:var(--pa-muted); margin: .25rem 0 0; }
.gallery-item { min-height:190px; border-radius:22px; border:1px dashed #cbd5e1; background:#f8fafc; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:.75rem; color:#64748b; }
.gallery-item i { font-size:2.4rem; color:var(--pa-primary); }
.contact-card { display:flex; gap:1rem; border-bottom:1px solid #e2e8f0; padding:1.1rem 0; }
.contact-card i { font-size:1.5rem; color:var(--pa-primary); }
.contact-card p { margin-bottom:0; color:var(--pa-muted); }
.map-placeholder { min-height:180px; border-radius:20px; background:#f1f5f9; border:1px solid #e2e8f0; display:flex; align-items:center; justify-content:center; color:#64748b; }
.form-control { padding:.85rem 1rem; border-radius:12px; }
.form-label { font-weight:600; }

@media (max-width: 767px) {
    .section-padding { padding: 3rem 0; }
    .feature-grid { grid-template-columns: 1fr; }
    .hero-section .display-4 { font-size: 2.4rem; }
}
/* =====================================
   Pan America Light Premium Theme
   Cream + Navy + Tan Menswear Look
   ===================================== */

:root {
    --pa-navy: #23395d;
    --pa-deep-blue: #1b2f4a;
    --pa-tan: #c89f65;
    --pa-camel: #b8864f;
    --pa-cream: #f8f4ec;
    --pa-soft: #fffaf3;
    --pa-white: #ffffff;
    --pa-text: #2d2d2d;
    --pa-muted: #6f6f6f;
    --pa-border: rgba(35, 57, 93, 0.12);
}

/* Base */
body {
    background: var(--pa-cream);
    color: var(--pa-text);
}

.text-muted {
    color: var(--pa-muted) !important;
}

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

/* Hero */
.hero-section {
    background: linear-gradient(rgba(35, 57, 93, 0.74), rgba(35, 57, 93, 0.74)), linear-gradient(135deg, #23395d 0%, #3e5f8a 55%, #c89f65 100%);
    position: relative;
    overflow: hidden;
}

    .hero-section::before {
        content: "";
        position: absolute;
        width: 520px;
        height: 520px;
        right: -180px;
        top: -160px;
        background: rgba(255, 250, 243, 0.18);
        border-radius: 50%;
    }

    .hero-section::after {
        content: "";
        position: absolute;
        width: 380px;
        height: 380px;
        left: -160px;
        bottom: -160px;
        background: rgba(200, 159, 101, 0.20);
        border-radius: 50%;
    }

    .hero-section .container {
        position: relative;
        z-index: 2;
    }

/* Badge */
.badge.text-bg-light {
    background: var(--pa-soft) !important;
    color: var(--pa-navy) !important;
    border: 1px solid rgba(200, 159, 101, 0.35);
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 10px 16px;
}

/* Buttons */
.btn {
    border-radius: 999px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.btn-primary,
.btn-light {
    background: var(--pa-navy);
    color: #ffffff;
    border: 1px solid var(--pa-navy);
}

.hero-section .btn-light {
    background: var(--pa-soft);
    color: var(--pa-navy);
    border: 1px solid var(--pa-soft);
}

.btn-primary:hover,
.btn-light:hover {
    background: var(--pa-camel);
    color: #ffffff;
    border-color: var(--pa-camel);
    transform: translateY(-2px);
}

.btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.70);
    color: #ffffff;
}

    .btn-outline-light:hover {
        background: var(--pa-soft);
        color: var(--pa-navy);
        border-color: var(--pa-soft);
        transform: translateY(-2px);
    }

/* Hero card */
.hero-card {
    background: rgba(255, 250, 243, 0.96);
    color: var(--pa-text);
    border: 1px solid rgba(200, 159, 101, 0.30);
    border-radius: 28px;
    padding: 32px;
}

    .hero-card .section-kicker {
        color: var(--pa-camel);
    }

    .hero-card .bg-light {
        background: var(--pa-cream) !important;
    }

/* Metric boxes */
.metric-box {
    background: #ffffff;
    border: 1px solid var(--pa-border);
    border-radius: 20px;
    padding: 18px;
    min-height: 100px;
}

    .metric-box strong {
        display: block;
        color: var(--pa-navy);
        font-size: 1.05rem;
    }

    .metric-box span {
        display: block;
        color: var(--pa-muted);
        font-size: 0.9rem;
        margin-top: 5px;
    }

/* Sections */
.section-padding {
    padding: 90px 0;
}

.bg-light {
    background: var(--pa-soft) !important;
}

.section-kicker {
    display: inline-block;
    color: var(--pa-camel);
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title {
    color: var(--pa-navy);
    font-weight: 900;
    letter-spacing: -0.8px;
    margin-bottom: 18px;
}

/* Cards */
.feature-card,
.product-card {
    background: #ffffff;
    border: 1px solid var(--pa-border);
    border-radius: 26px;
    padding: 30px;
    transition: all 0.25s ease;
    box-shadow: 0 16px 45px rgba(35, 57, 93, 0.06);
}

    .feature-card:hover,
    .product-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 22px 65px rgba(35, 57, 93, 0.12);
    }

    /* Icons */
    .feature-card i,
    .product-icon {
        width: 54px;
        height: 54px;
        border-radius: 18px;
        background: var(--pa-cream);
        color: var(--pa-camel);
        border: 1px solid rgba(200, 159, 101, 0.35);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.55rem;
        margin-bottom: 18px;
    }

        .product-icon i {
            margin: 0;
        }

    .feature-card h5,
    .product-card h5 {
        color: var(--pa-navy);
        font-weight: 800;
    }

/* Brand promise box */
.rounded-4.bg-light {
    background: var(--pa-soft) !important;
    border: 1px solid rgba(200, 159, 101, 0.25);
}

/* CTA */
.cta-section {
    background: linear-gradient(rgba(35, 57, 93, 0.86), rgba(35, 57, 93, 0.86)), linear-gradient(135deg, #23395d 0%, #3e5f8a 60%, #c89f65 100%);
    padding: 90px 0;
}

/* Grid */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.max-width-700 {
    max-width: 700px;
}

/* Navbar */
.navbar {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(35, 57, 93, 0.08);
}

.navbar-brand {
    color: var(--pa-navy) !important;
    font-weight: 900;
    letter-spacing: 0.4px;
}

.navbar .nav-link {
    color: var(--pa-text) !important;
    font-weight: 600;
}

    .navbar .nav-link:hover,
    .navbar .nav-link.active {
        color: var(--pa-camel) !important;
    }

/* Footer */
.footer,
footer {
    background: var(--pa-navy);
    color: rgba(255, 255, 255, 0.78);
}

    .footer a,
    footer a {
        color: var(--pa-soft);
    }

/* Mobile */
@media (max-width: 768px) {
    .section-padding {
        padding: 60px 0;
    }

    .hero-card {
        padding: 24px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .display-4 {
        font-size: 2.35rem;
    }
}
/* Navbar Logo */
.brand-logo {
    height: 58px;
    width: auto;
    object-fit: contain;
}

.navbar-brand span {
    font-weight: 900;
    letter-spacing: 0.5px;
    color: var(--pa-navy);
}

@media (max-width: 768px) {
    .brand-logo {
        height: 44px;
    }
}

    .navbar-brand span {
        font-size: 1rem;
    }

.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

    .product-tags span {
        background: var(--pa-cream);
        color: var(--pa-navy);
        border: 1px solid rgba(200, 159, 101, 0.35);
        border-radius: 999px;
        padding: 6px 12px;
        font-size: 0.82rem;
        font-weight: 700;
    }
.contact-card a {
    color: var(--pa-navy);
    font-weight: 700;
    text-decoration: none;
}

    .contact-card a:hover {
        color: var(--pa-camel);
        text-decoration: underline;
    }
/* Topbar links */
.topbar a {
    color: inherit;
    text-decoration: none;
}

    .topbar a:hover {
        text-decoration: underline;
    }

/* Footer links */
.footer-section a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

    .footer-section a:hover {
        color: #ffffff;
        text-decoration: underline;
    }

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 1.1rem;
}

    .footer-social a:hover {
        background: var(--pa-tan);
        color: #ffffff;
        text-decoration: none;
    }
/* Google Map */
.map-box {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--pa-border);
    box-shadow: 0 16px 45px rgba(35, 57, 93, 0.08);
}

    .map-box iframe {
        display: block;
    }