
.page-banner {
            background: linear-gradient(135deg, #0C4C7B 0%, #1B2A49 100%);
            padding: 110px 0 60px;
            text-align: center;
            margin-bottom: 50px;
        }
        .page-banner h1 {
            color: #fbb731;
            font-size: 3rem;
            font-weight: 800;
            text-transform: uppercase;
            margin-bottom: 10px;
            font-family: 'Nunito Sans', sans-serif;
        }
        .page-banner p { color: #fff; font-size: 1.1rem; margin: 0; }

        .contact-block {
            background: #fff;
            border-radius: 14px;
            box-shadow: 0 3px 20px rgba(0,0,0,0.09);
            padding: 30px 25px;
            margin-bottom: 30px;
            border-top: 4px solid #fbb731;
        }
        .contact-block h3 {
            color: #0C4C7B;
            font-size: 1.25rem;
            font-weight: 800;
            font-family: 'Nunito Sans', sans-serif;
            margin-bottom: 18px;
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 18px;
        }
        .contact-item:last-child { margin-bottom: 0; }
        .contact-icon {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: linear-gradient(135deg, #fbb731, #F37335);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 1rem;
        }
        .contact-text h4 {
            font-size: 0.95rem;
            color: #1B2A49;
            margin: 0 0 4px;
            font-weight: 700;
            font-family: 'Nunito Sans', sans-serif;
        }
        .contact-text p,
        .contact-text a {
            margin: 0;
            color: #555;
            font-size: 0.95rem;
            text-decoration: none;
        }

        .order-box {
            background: linear-gradient(135deg, #fbb731 0%, #F37335 100%);
            border-radius: 14px;
            color: #fff;
            padding: 35px 25px;
            margin-bottom: 30px;
            text-align: center;
        }
        .order-box h3 {
            font-size: 1.8rem;
            font-weight: 800;
            margin-bottom: 10px;
            font-family: 'Nunito Sans', sans-serif;
        }
        .order-box p {
            margin-bottom: 20px;
            opacity: 0.95;
            font-size: 0.98rem;
        }
        .phone-row {
            display: flex;
            gap: 10px;
            justify-content: center;
            flex-wrap: wrap;
        }
        .phone-pill {
            background: #1B2A49;
            color: #fbb731 !important;
            text-decoration: none;
            border-radius: 999px;
            padding: 10px 16px;
            font-weight: 700;
            font-size: 0.92rem;
            display: inline-flex;
            align-items: center;
            gap: 7px;
        }

        .quick-links {
            background: #fff;
            border-radius: 14px;
            box-shadow: 0 3px 20px rgba(0,0,0,0.09);
            padding: 25px;
            margin-bottom: 30px;
        }
        .quick-links h3 {
            color: #0C4C7B;
            font-size: 1.2rem;
            font-weight: 800;
            font-family: 'Nunito Sans', sans-serif;
            margin-bottom: 14px;
        }
        .quick-links a {
            display: block;
            color: #F37335;
            text-decoration: none;
            margin-bottom: 8px;
            font-weight: 700;
        }
        .quick-links a:last-child { margin-bottom: 0; }

        .map-wrap {
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 5px 24px rgba(0,0,0,0.15);
            margin-bottom: 0px;
        }
        .map-wrap iframe {
            width: 100%;
            height: 430px;
            border: 0;
            display: block;
        }

        .mini-cta {
            background: #f5f7fa;
            border-left: 4px solid #fbb731;
            border-radius: 8px;
            padding: 14px 16px;
            margin-top: 14px;
        }
        .mini-cta p { margin: 0; color: #666; font-size: 0.92rem; }

        @media (max-width: 576px) {
            .page-banner h1 { font-size: 2rem; }
        }
