:root {
    --brand-red: #E30613;
    --brand-navy: #0A2A6A;
    --brand-navy-deep: #071c48;
    --brand-whatsapp: #25D366;
    --text-muted: #6b7280;
    --soft-gray: #f3f5f9;
    --radius: 12px;
    --shadow: 0 12px 40px rgba(10, 42, 106, 0.12);
    --font-body: "Manrope", system-ui, sans-serif;
    --font-display: "Oswald", "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    color: #1f2937;
    background: #fff;
    overflow-x: hidden;
}
a { color: var(--brand-navy); text-decoration: none; }
a:hover { color: var(--brand-red); }
img { max-width: 100%; height: auto; }
h1,h2,h3,h4,.display-heading {
    font-family: var(--font-display);
    letter-spacing: 0.02em;
    color: var(--brand-navy);
}

.text-brand { color: var(--brand-red) !important; }
.bg-navy { background: var(--brand-navy); }
.btn-brand {
    background: var(--brand-red);
    color: #fff !important;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.35rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: 0.25s ease;
}
.btn-brand:hover { background: #c10510; color: #fff !important; transform: translateY(-1px); }
.btn-navy {
    background: var(--brand-navy);
    color: #fff !important;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.35rem;
    font-weight: 700;
}
.btn-navy:hover { background: var(--brand-navy-deep); color: #fff !important; }
.btn-outline-light-custom {
    border: 1px solid rgba(255,255,255,0.55);
    color: #fff !important;
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    font-weight: 700;
}
.btn-whatsapp {
    background: var(--brand-whatsapp);
    color: #fff !important;
    border-radius: 999px;
    padding: 0.8rem 1.4rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.btn-whatsapp:hover { filter: brightness(0.95); color: #fff !important; }

.section-label {
    color: var(--brand-red);
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.6rem;
}
.section-title {
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.circuit-bg {
    background-image:
        linear-gradient(rgba(10,42,106,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10,42,106,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
}
.circuit-bg-dark {
    background-color: var(--brand-navy);
    background-image:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.06), transparent 35%),
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: auto, 48px 48px, 48px 48px;
}

/* Topbars */
.topbar {
    background: var(--brand-navy);
    color: rgba(255,255,255,0.9);
    font-size: 0.88rem;
}
.topbar a { color: #fff; }
.topbar i { color: var(--brand-red); margin-right: 0.35rem; }
.topbar-call, .topbar-wa {
    background: rgba(255,255,255,0.12);
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    font-weight: 700;
}
.topbar-wa { background: #25D366; }
.topbar-wa i { color: #fff; }

.mobile-topbar {
    background: var(--brand-navy);
    padding: 0.45rem 0;
}
.mobile-topbar-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}
.mobile-top-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border-radius: 8px;
    padding: 0.45rem 0.6rem;
    font-weight: 800;
    font-size: 0.88rem;
    color: #fff !important;
    text-decoration: none !important;
}
.mobile-top-btn.call-btn { background: var(--brand-red); }
.mobile-top-btn.wa-btn { background: #25D366; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    transition: 0.25s ease;
}
.header-inner {
    background: #fff;
    border-radius: 0 0 18px 18px;
    box-shadow: var(--shadow);
    padding: 0.55rem 1rem;
    margin-top: -2px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.logo-img { height: 54px; width: auto; object-fit: contain; }
.mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-left: auto;
}
.mobile-quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: var(--brand-red);
    color: #fff !important;
    font-weight: 800;
    font-size: 0.95rem;
    line-height: 1;
    padding: 0.72rem 1.05rem;
    min-height: 46px;
    border-radius: 10px;
    text-decoration: none !important;
    box-shadow: 0 6px 16px rgba(227, 6, 19, 0.28);
    white-space: nowrap;
}
.mobile-quote-btn i { font-size: 1.05rem; }
.mobile-quote-btn:active { transform: scale(0.98); }
.custom-hamburger {
    border: 1.5px solid #d0d7e6;
    border-radius: 10px;
    width: 46px;
    height: 46px;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #fff;
}
.custom-hamburger:focus { box-shadow: none; }
.custom-hamburger[aria-expanded="true"] {
    border-color: var(--brand-red);
    background: #fff5f5;
}
.ham-line {
    display: block;
    width: 20px;
    height: 2.5px;
    background: var(--brand-navy);
    border-radius: 2px;
    transition: 0.2s ease;
}
.custom-hamburger[aria-expanded="true"] .ham-line:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
}
.custom-hamburger[aria-expanded="true"] .ham-line:nth-child(2) {
    opacity: 0;
}
.custom-hamburger[aria-expanded="true"] .ham-line:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
}
.navbar-nav .nav-link {
    color: var(--brand-navy) !important;
    font-weight: 700;
    font-size: 0.92rem;
    padding: 0.55rem 0.7rem !important;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover { color: var(--brand-red) !important; }
.nav-ico {
    color: var(--brand-red);
    font-size: 0.95rem;
}
.dropdown-menu { border: none; box-shadow: var(--shadow); border-radius: 12px; }
.site-header.is-scrolled .header-inner { box-shadow: 0 8px 24px rgba(10,42,106,0.16); }

/* Desktop mega menu */
@media (min-width: 992px) {
    .mega-dropdown { position: static; }
    .mega-menu {
        width: min(920px, calc(100vw - 48px));
        left: 50% !important;
        right: auto;
        transform: translateX(-50%);
        padding: 0;
        border: none;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 18px 50px rgba(10,42,106,0.18);
        margin-top: 0.6rem !important;
    }
    .mega-menu-sm { width: min(640px, calc(100vw - 48px)); }
    .mega-dropdown:hover > .mega-menu,
    .mega-dropdown:focus-within > .mega-menu {
        display: block;
    }
    .navbar-nav .dropdown-toggle::after { margin-left: 0.35rem; }
}
.mega-menu-inner { padding: 1.1rem 1.2rem 1.25rem; background: #fff; }
.mega-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.85rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid #eef2f7;
}
.mega-head h6 {
    margin: 0;
    color: var(--brand-navy);
    font-weight: 800;
}
.mega-head a { font-size: 0.85rem; font-weight: 700; }
.mega-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}
@media (min-width: 992px) {
    .mega-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mega-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.mega-item {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    padding: 0.75rem;
    border-radius: 12px;
    border: 1px solid #eef2f7;
    background: #f8fafc;
    text-decoration: none !important;
    transition: 0.2s ease;
}
.mega-item:hover {
    background: #fff5f5;
    border-color: #f3c1c5;
    transform: translateY(-1px);
}
.mega-ico {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--brand-navy);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.1rem;
}
.mega-item strong {
    display: block;
    color: var(--brand-navy);
    font-size: 0.92rem;
    line-height: 1.25;
}
.mega-item small {
    display: block;
    color: #6b7280;
    font-size: 0.76rem;
    margin-top: 0.15rem;
}

/* Mobile menu drawer style */
@media (max-width: 991.98px) {
    .header-inner {
        border-radius: 0;
        padding: 0.65rem 0.85rem;
    }
    .logo-img { height: 46px; }

    #mainNav {
        width: 100%;
        margin-top: 0.75rem;
        padding: 0.85rem;
        background: #f4f7fb;
        border: 1px solid #e4ebf5;
        border-radius: 14px;
    }
    #mainNav .navbar-nav {
        gap: 0.4rem;
        width: 100%;
    }
    #mainNav .nav-item {
        width: 100%;
    }
    #mainNav .nav-link {
        width: 100%;
        background: #fff;
        border: 1px solid #e6edf7;
        border-radius: 12px;
        padding: 0.85rem 1rem !important;
        font-size: 1rem;
        justify-content: flex-start;
        gap: 0.55rem;
        box-shadow: 0 2px 8px rgba(10, 42, 106, 0.04);
    }
    #mainNav .nav-link.active {
        background: #fff1f2;
        border-color: #f3b8bd;
        color: var(--brand-red) !important;
    }
    #mainNav .nav-ico {
        width: 32px;
        height: 32px;
        border-radius: 9px;
        background: var(--brand-navy);
        color: #fff !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.95rem;
    }
    #mainNav .nav-link.active .nav-ico {
        background: var(--brand-red);
    }
    #mainNav .dropdown-toggle::after {
        margin-left: auto;
    }

    .mega-menu {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        box-shadow: none;
        border: none;
        margin: 0.35rem 0 0.15rem !important;
        background: transparent;
        padding: 0;
    }
    .mega-menu-inner {
        padding: 0.35rem;
        background: #fff;
        border: 1px solid #e6edf7;
        border-radius: 12px;
    }
    .mega-head {
        padding: 0.35rem 0.45rem 0.55rem;
        margin-bottom: 0.45rem;
    }
    .mega-head h6 { font-size: 0.85rem; }
    .mega-grid,
    .mega-grid-2 {
        grid-template-columns: 1fr;
        gap: 0.4rem;
    }
    .mega-item {
        padding: 0.7rem;
        background: #f8fafc;
    }
    .mega-ico {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        font-size: 1rem;
    }

    .mobile-nav-cta {
        margin-top: 0.85rem !important;
        padding-top: 0.75rem;
        border-top: 1px dashed #d7deea;
    }
    .mobile-nav-cta .btn {
        min-height: 46px;
        font-weight: 800;
    }
}

/* Blog */
.blog-card {
    background: #fff;
    border: 1px solid #e8ecf4;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(10,42,106,0.06);
}
.blog-card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.blog-card-body { padding: 1.2rem 1.25rem 1.4rem; }
.blog-card-body h2 a { color: var(--brand-navy); text-decoration: none; }
.blog-card-body h2 a:hover { color: var(--brand-red); }
.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    color: #6b7280;
    font-size: 0.85rem;
    margin-bottom: 0.55rem;
}
.blog-hero-img {
    width: 100%;
    border-radius: 14px;
    max-height: 420px;
    object-fit: cover;
}
.blog-article p { color: #374151; line-height: 1.75; }

/* Hero Slider */
.hero-slider {
    position: relative;
    min-height: 78vh;
    margin-top: -70px;
    overflow: hidden;
    background: var(--brand-navy);
}
.hero-slide {
    position: absolute;
    inset: 0;
    background: center/cover no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.9s ease, visibility 0.9s ease;
    display: flex;
    align-items: center;
    padding: 140px 0 100px;
    transform: scale(1.08);
}
.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    position: relative;
    animation: heroKenBurns 8s ease-out forwards;
}
@keyframes heroKenBurns {
    from { transform: scale(1.08); }
    to { transform: scale(1); }
}
.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7,28,72,0.88) 0%, rgba(7,28,72,0.55) 55%, rgba(7,28,72,0.35) 100%);
}
.hero-slide-content { position: relative; z-index: 2; color: #fff; }
.hero-slide-content h1,
.hero-title-display {
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 700;
    max-width: 740px;
    line-height: 1.1;
    margin-bottom: 1rem;
}
.hero-slide-content h1 span,
.hero-title-display span { color: var(--brand-red); }
.hero-slide-content p { max-width: 560px; color: rgba(255,255,255,0.88); font-size: 1.05rem; }
.hero-kicker {
    color: #ffb4b8;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1.5rem; }
.hero-nav {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.hero-nav-btn {
    width: 44px; height: 44px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.45);
    background: rgba(255,255,255,0.15);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
}
.hero-dots { display: flex; gap: 0.4rem; }
.hero-dots button {
    width: 10px; height: 10px; border-radius: 50%;
    border: none; background: rgba(255,255,255,0.45);
}
.hero-dots button.active { background: var(--brand-red); width: 24px; border-radius: 8px; }

.seo-keywords-band {
    padding: 1.25rem 0;
    background: #fff7f7;
    border-bottom: 1px solid #f1d5d7;
}
.seo-keyword-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: center;
}
.seo-keyword-chips span {
    background: #fff;
    border: 1px solid #f0c8cb;
    color: var(--brand-navy);
    font-weight: 700;
    font-size: 0.82rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
}

/* Location sidebar */
.sidebar-card {
    background: #fff;
    border: 1px solid #e8ecf4;
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 8px 24px rgba(10,42,106,0.06);
}
.btn-whatsapp-block {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    background: #25D366;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-weight: 700;
    text-decoration: none !important;
}
.btn-whatsapp-block:hover { filter: brightness(0.95); color: #fff !important; }
.location-side-links { list-style: none; padding: 0; margin: 0; }
.location-side-links li { margin-bottom: 0.55rem; }
.location-side-links a {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--brand-navy);
}
.contact-page .contact-info-row {
    display: flex;
    gap: 0.85rem;
    margin-bottom: 1.1rem;
}
.contact-page .contact-info-row i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(227, 6, 19, 0.1);
    color: var(--brand-red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contact-page .contact-info-row p { margin: 0; color: #4b5563; }
.contact-map-section .contact-map-wrap {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e5eaf2;
}
.contact-map-section .map-frame {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

/* Quote page + dynamic form */
.quote-form-card,
.quote-side-card {
    background: #fff;
    border: 1px solid #e8ecf4;
    border-radius: 16px;
    padding: 1.6rem;
    box-shadow: 0 10px 30px rgba(10, 42, 106, 0.07);
}
.quote-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}
.quote-step {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #6b7280;
    background: #f3f5f9;
    border-radius: 999px;
    padding: 0.45rem 0.7rem;
}
.quote-step span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #d1d5db;
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}
.quote-step.is-active {
    color: var(--brand-navy);
    background: #ffe5e7;
}
.quote-step.is-active span {
    background: var(--brand-red);
    color: #fff;
}
.quote-step.is-done {
    color: #066a2f;
    background: #e8f8ee;
}
.quote-step.is-done span {
    background: #16a34a;
    color: #fff;
}
.quote-panel[hidden] { display: none !important; }
.quote-estimate-inner {
    background: linear-gradient(120deg, #0A2A6A, #123987);
    color: #fff;
    border-radius: 12px;
    padding: 1rem 1.15rem;
}
.quote-estimate-inner strong { display: block; margin-bottom: 0.2rem; }
.quote-estimate-inner span {
    font-size: 1.35rem;
    font-family: var(--font-display);
    color: #ffd56a;
}
.quote-estimate-inner small { color: rgba(255,255,255,0.75); }
.quote-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}
.quote-benefits li {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    margin-bottom: 0.55rem;
    font-weight: 600;
    color: var(--brand-navy);
}
.dynamic-field[hidden] { display: none !important; }
.distance-field[hidden] { display: none !important; }
.items-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}
@media (min-width: 768px) {
    .items-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.item-check {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    background: #f5f7fb;
    border: 1px solid #e2e8f2;
    border-radius: 10px;
    padding: 0.55rem 0.7rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--brand-navy);
    cursor: pointer;
    margin: 0;
}
.item-check:has(input:checked) {
    background: #ffe8ea;
    border-color: #f5b4b8;
}
.item-check input { accent-color: var(--brand-red); flex-shrink: 0; }

.quote-dynamic-form .form-label { font-weight: 600; color: var(--brand-navy); }
.quote-dynamic-form .form-control,
.quote-dynamic-form .form-select {
    border-radius: 10px;
    padding: 0.7rem 0.9rem;
    border-color: #d7deea;
}
.quote-dynamic-form .form-control:focus,
.quote-dynamic-form .form-select:focus {
    border-color: var(--brand-red);
    box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.12);
}
@media (max-width: 767.98px) {
    .quote-steps { grid-template-columns: 1fr; }
}


/* Routes pricing (screenshot style, brand colors) */
.routes-pricing-section {
    padding: 80px 0;
    background: #f7f9fc;
}
.routes-kicker {
    color: #c9a227;
    font-weight: 800;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}
.routes-title { color: var(--brand-navy); }
.route-card {
    background: #fff;
    border: 1px solid #e6ebf3;
    border-radius: 14px;
    padding: 1.35rem;
    box-shadow: 0 8px 24px rgba(10,42,106,0.06);
}
.route-badge {
    display: inline-block;
    background: #e8eefc;
    color: var(--brand-navy);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 0.3rem 0.55rem;
    border-radius: 6px;
    margin-bottom: 0.75rem;
}
.route-card-title { color: var(--brand-navy); font-weight: 700; }
.route-card-desc { color: #6b7280; font-size: 0.92rem; min-height: 72px; }
.route-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eef2f7;
    padding-top: 0.85rem;
    margin-top: 0.5rem;
    color: #6b7280;
    font-size: 0.88rem;
}
.route-card-footer strong {
    color: var(--brand-navy);
    font-size: 1.35rem;
    font-family: var(--font-display);
}
.routes-table-wrap {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(10,42,106,0.1);
    background: #fff;
}
.routes-table { margin: 0; }
.routes-table thead th {
    background: var(--brand-navy);
    color: #fff;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    padding: 1rem;
    border: none;
}
.routes-table tbody td {
    padding: 0.95rem 1rem;
    border-color: #eef2f7;
}
.routes-table tbody tr:nth-child(even) { background: #f5f7fb; }

@media (max-width: 991.98px) {
    .hero-slider { margin-top: 0; min-height: auto; }
    .hero-slide { padding: 110px 0 90px; position: absolute; }
    .hero-slide.is-active { position: relative; }
}

/* Legacy hero kept for compatibility */
.hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: center;
    color: #fff;
    background: var(--brand-navy) center/cover no-repeat;
    margin-top: -70px;
    padding: 140px 0 90px;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7,28,72,0.88) 0%, rgba(7,28,72,0.55) 55%, rgba(7,28,72,0.35) 100%);
}
.hero .container { position: relative; z-index: 1; }

.trust-strip {
    background: #fff;
    box-shadow: var(--shadow);
    border-radius: 14px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    padding: 1.25rem;
}
.trust-item {
    text-align: center;
    font-weight: 700;
    color: var(--brand-navy);
    font-size: 0.92rem;
}
.trust-item i { color: var(--brand-red); display: block; font-size: 1.4rem; margin-bottom: 0.35rem; }

/* About */
.about-section { padding: 90px 0; }
.feature-mini {
    background: #fff;
    border: 1px solid #e8ecf4;
    border-radius: var(--radius);
    padding: 1.1rem;
    height: 100%;
}
.feature-mini i {
    width: 46px; height: 46px; border-radius: 50%;
    background: var(--brand-navy); color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 0.6rem;
}
.about-media { position: relative; }
.about-media img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    min-height: 480px;
}
.about-badge {
    position: absolute;
    top: 18px; right: 18px;
    width: 110px; height: 110px;
    border-radius: 50%;
    background: var(--brand-navy);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    text-align: center;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.25;
    border: 4px solid #fff;
    box-shadow: var(--shadow);
}
.about-stat {
    position: absolute;
    left: 18px; bottom: 18px;
    background: var(--brand-red);
    color: #fff;
    border-radius: 14px;
    padding: 1rem 1.2rem;
    font-weight: 800;
    box-shadow: var(--shadow);
}

/* Services */
.services-section { padding: 90px 0; color: #fff; }
.services-section .section-title { color: #fff; }
.service-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    position: relative;
    box-shadow: var(--shadow);
}
.service-card .thumb {
    height: 180px;
    background: center/cover no-repeat;
    position: relative;
}
.service-card .thumb::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(7,28,72,0.55), transparent 50%);
}
.service-icon {
    width: 58px; height: 58px; border-radius: 50%;
    background: var(--brand-navy); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.35rem;
    margin: -29px auto 0;
    position: relative;
    z-index: 2;
    border: 4px solid #fff;
}
.service-card .body { padding: 1rem 1.1rem 1.35rem; text-align: center; }
.service-card h3 { font-size: 1.15rem; margin-bottom: 0.5rem; }
.service-card p { color: var(--text-muted); font-size: 0.92rem; margin-bottom: 0.8rem; }

/* Why choose */
.why-section { padding: 90px 0; }
.why-card {
    background: var(--soft-gray);
    border-radius: 14px;
    padding: 1.25rem;
    height: 100%;
    position: relative;
}
.why-card .num {
    position: absolute; top: 14px; right: 14px;
    width: 34px; height: 34px; border-radius: 50%;
    background: var(--brand-navy); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.8rem; font-weight: 800;
}
.why-center img {
    width: 100%;
    border-radius: 18px;
    min-height: 520px;
    object-fit: cover;
}

/* Counters */
.counter-section {
    background: var(--brand-navy);
    color: #fff;
    padding: 55px 0;
}
.counter-item { text-align: center; border-right: 1px solid rgba(255,255,255,0.18); }
.counter-item:last-child { border-right: none; }
.counter-item .num {
    font-family: var(--font-display);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}
.counter-item .label { opacity: 0.9; margin-top: 0.35rem; }

/* Process */
.process-section { padding: 90px 0; color: #fff; }
.process-section .section-title { color: #fff; }
.process-card {
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 16px;
    padding: 1.5rem 1.2rem 1.3rem;
    height: 100%;
    position: relative;
    background: rgba(255,255,255,0.03);
}
.process-card .step {
    position: absolute;
    top: -16px; left: 20px;
    width: 42px; height: 42px; border-radius: 50%;
    background: var(--brand-red); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800;
}
.process-card h3 { color: #fff; font-size: 1.2rem; margin-top: 0.5rem; }
.process-card p { color: rgba(255,255,255,0.78); margin: 0; font-size: 0.93rem; }

/* Projects */
.projects-section { padding: 90px 0; }
.filter-btns { display: flex; gap: 0.6rem; justify-content: center; margin: 1.5rem 0 2rem; }
.filter-btns button {
    border: none;
    border-radius: 999px;
    padding: 0.55rem 1.2rem;
    font-weight: 700;
    background: #e8ecf4;
    color: var(--brand-navy);
}
.filter-btns button.active { background: var(--brand-red); color: #fff; }
.project-card {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    background: var(--brand-navy);
    border-radius: 16px;
    overflow: hidden;
    min-height: 250px;
    color: #fff;
}
.project-card .info { padding: 1.5rem; display: flex; flex-direction: column; justify-content: center; }
.project-card .info .tag {
    display: inline-block;
    background: var(--brand-red);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    width: fit-content;
    margin-bottom: 0.6rem;
}
.project-card img { width: 100%; height: 100%; object-fit: cover; min-height: 250px; }

/* Quote */
.quote-section { padding: 90px 0; color: #fff; }
.quote-section .section-title { color: #fff; }
.quote-media {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 520px;
}
.quote-media img { width: 100%; height: 100%; object-fit: cover; min-height: 520px; }
.quote-form {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 16px;
    padding: 1.6rem;
}
.quote-form .form-control,
.quote-form .form-select {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.35);
    color: #fff;
    border-radius: 10px;
    padding: 0.8rem 1rem;
}
.quote-form .form-control::placeholder { color: rgba(255,255,255,0.55); }
.quote-form .form-select option { color: #111; }

/* Gallery */
.gallery-section { padding: 90px 0; }
.gallery-grid {
    columns: 3 280px;
    column-gap: 1rem;
}
.gallery-item {
    break-inside: avoid;
    margin-bottom: 1rem;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    display: block;
}
.gallery-item img {
    width: 100%;
    display: block;
    transition: 0.35s ease;
}
.gallery-item:hover img { transform: scale(1.04); }

/* Team */
.team-section { padding: 90px 0; }
.team-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow);
    max-width: 360px;
    margin: 0 auto;
}
.team-card img { width: 100%; height: 380px; object-fit: cover; object-position: top; }
.team-meta {
    background: var(--brand-navy);
    color: #fff;
    text-align: center;
    padding: 1rem;
    position: relative;
}
.team-meta .wa {
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    width: 40px; height: 40px; border-radius: 50%;
    background: var(--brand-whatsapp); color: #fff;
    display: flex; align-items: center; justify-content: center;
}

/* Testimonials */
.testimonials-section {
    padding: 90px 0;
    background: var(--brand-navy) center/cover no-repeat;
    color: #fff;
    position: relative;
}
.testimonials-section::before {
    content: "";
    position: absolute; inset: 0;
    background: rgba(7,28,72,0.82);
}
.testimonials-section .container { position: relative; z-index: 1; }
.testimonials-section .section-title { color: #fff; }
.testimonial-card {
    background: #fff;
    color: #1f2937;
    border-radius: 16px;
    padding: 1.5rem;
    height: 100%;
    position: relative;
}
.testimonial-card .quote-icon {
    position: absolute;
    right: 16px; bottom: 16px;
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--brand-red); color: #fff;
    display: flex; align-items: center; justify-content: center;
}
.stars { color: #f59e0b; }

/* Footer */
.site-footer { color: rgba(255,255,255,0.84); }
.footer-contact-bar {
    background: #0d3178;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-map-section {
    background: #0b2b6e;
    padding: 2.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.map-block {
    width: 100%;
}
.map-frame {
    width: 100%;
    height: var(--map-height, 280px);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.15);
    background: #e8ecf4;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}
.map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.card-soft .map-frame {
    border: 1px solid #dbe3f0;
    box-shadow: none;
}
.map-actions {
    margin-top: 0.85rem;
}
.footer-contact-item {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
}
.footer-contact-item i {
    color: var(--brand-red);
    font-size: 1.3rem;
    margin-top: 0.2rem;
}
.footer-contact-item p { margin: 0; font-size: 0.92rem; }
.footer-contact-item a { color: #fff; }
.footer-main {
    background: var(--brand-navy-deep);
    padding: 70px 0 40px;
}
.footer-logo { height: 54px; width: auto; background: #fff; border-radius: 8px; padding: 4px 8px; }
.footer-main h5 { color: #fff; font-size: 1.05rem; margin-bottom: 1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.45rem; }
.footer-links a { color: rgba(255,255,255,0.8); }
.footer-links a::before { content: "> "; color: rgba(255,255,255,0.45); }
.social-links a {
    width: 38px; height: 38px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.25);
    display: inline-flex; align-items: center; justify-content: center;
    color: #fff;
}
.newsletter-form { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.newsletter-form .form-control { border-radius: 8px; max-width: 220px; }
.footer-bottom {
    background: #051533;
    padding: 1rem 0;
    font-size: 0.88rem;
}
.footer-bottom a { color: rgba(255,255,255,0.75); }

/* Floating */
.floating-actions {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.float-btn {
    width: 52px; height: 52px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff !important;
    font-size: 1.35rem;
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.float-whatsapp { background: var(--brand-whatsapp); }
.float-call { background: var(--brand-red); }
.float-top { background: var(--brand-navy); opacity: 0; pointer-events: none; transition: 0.25s; }
.float-top.show { opacity: 1; pointer-events: auto; }

/* Inner pages */
.page-breadcrumb {
    background: linear-gradient(120deg, var(--brand-navy), #123987);
    color: #fff;
    padding: 70px 0 40px;
    margin-top: -10px;
}
.page-breadcrumb .breadcrumb { --bs-breadcrumb-divider-color: rgba(255,255,255,0.5); }
.page-breadcrumb .breadcrumb-item,
.page-breadcrumb .breadcrumb-item a { color: rgba(255,255,255,0.85); }
.page-breadcrumb .breadcrumb-item.active { color: #fff; }
.page-title { color: #fff; font-size: clamp(1.8rem, 3vw, 2.6rem); margin-top: 0.5rem; }
.content-section { padding: 70px 0; }
.card-soft {
    background: #fff;
    border: 1px solid #e8ecf4;
    border-radius: 14px;
    padding: 1.4rem;
    height: 100%;
    box-shadow: 0 8px 24px rgba(10,42,106,0.06);
}
.pricing-table { border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.pricing-table thead { background: var(--brand-navy); color: #fff; }
.accordion-button:not(.collapsed) {
    background: rgba(227,6,19,0.08);
    color: var(--brand-navy);
    box-shadow: none;
}
.accordion-button:focus { box-shadow: none; border-color: rgba(227,6,19,0.25); }
.cta-band {
    background: var(--brand-red);
    color: #fff;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
}
.cta-band h3 { color: #fff; }

/* Lightbox */
.lightbox-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,0.9);
    z-index: 2000; display: none; align-items: center; justify-content: center; padding: 1rem;
}
.lightbox-overlay.active { display: flex; }
.lightbox-overlay img { max-width: 92vw; max-height: 88vh; border-radius: 10px; }
.lightbox-close {
    position: absolute; top: 18px; right: 22px;
    color: #fff; font-size: 2rem; background: none; border: none;
}

@media (max-width: 991.98px) {
    .hero { margin-top: 0; padding: 110px 0 70px; min-height: auto; }
    .header-inner { border-radius: 0; }
    .counter-item { border-right: none; margin-bottom: 1rem; }
    .project-card { grid-template-columns: 1fr; }
    .about-media img, .why-center img, .quote-media img { min-height: 340px; }
    .gallery-grid { columns: 2 160px; }
}
@media (max-width: 575.98px) {
    .gallery-grid { columns: 1; }
    .floating-actions { right: 12px; bottom: 12px; }
}
