/* Service-area + fleet page styles. Extracted from the per-page inline <style>
   (was duplicated ~9.2KB on 826 pages) so it downloads once and is cached.
   Generated by generate_area_pages.py / generate_fleet_pages.py via area.css link. */
/* ===== Service-area page design: on-brand, richer depth ===== */
        .area-section { padding: 74px 0; position: relative; }
        .area-section.alt-bg { background: var(--off-white); }
        .area-section.compact { padding: 48px 0; }
        .area-section h2, .section-h2 {
            font-family: var(--font-head); font-size: clamp(1.55rem, 3vw, 2.05rem);
            color: var(--navy); font-weight: 700; letter-spacing: -0.01em; margin: 0 0 12px;
        }
        .section-h2 { position: relative; }
        .section-h2::after {
            content: ""; display: block; width: 52px; height: 4px; border-radius: 4px; margin-top: 14px;
            background: linear-gradient(90deg, var(--gold), var(--gold-dark));
        }
        .section-sub { color: var(--text-muted); font-size: 1.05rem; line-height: 1.6; margin: 0 0 4px; max-width: 760px; }

        /* Intro */
        .intro-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 54px; align-items: center; }
        .intro-text p { font-size: 1.07rem; line-height: 1.8; margin-bottom: 18px; color: var(--gray-600); }
        .intro-text p strong { color: var(--navy); font-weight: 700; }
        .intro-text .price-tag {
            display: inline-block; font-size: 0.94rem; color: var(--navy); font-weight: 600; margin: 6px 0 0;
            background: linear-gradient(135deg, rgba(245,197,24,0.20), rgba(245,197,24,0.07));
            border: 1px solid rgba(245,197,24,0.55); padding: 11px 20px; border-radius: 50px;
        }
        .intro-text .cta-row { margin-top: 26px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
        .ap-btn-outline {
            display: inline-flex; align-items: center; padding: 13px 28px; border-radius: 50px;
            font-size: 0.92rem; font-weight: 700; border: 2px solid var(--navy); color: var(--navy);
            text-decoration: none; transition: all var(--transition); white-space: nowrap;
        }
        .ap-btn-outline:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }
        .intro-img { position: relative; }
        .intro-img img { width: 100%; height: auto; display: block; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); position: relative; z-index: 1; }
        .intro-img::after {
            content: ""; position: absolute; right: -16px; bottom: -16px; width: 62%; height: 62%; z-index: 0;
            border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--gold) 0%, rgba(245,197,24,0) 70%); opacity: 0.5;
        }

        /* What's included -> chips */
        .included-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
        .included-list li {
            display: flex; align-items: center; gap: 14px; font-size: 0.97rem; color: var(--navy); font-weight: 500; line-height: 1.4;
            background: #fff; border: 1px solid var(--gray-200); border-radius: 12px; padding: 15px 18px;
            box-shadow: 0 2px 10px rgba(13,31,53,0.05); transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
        }
        .included-list li:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(245,197,24,0.65); }
        .tick {
            flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
            background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: var(--navy); font-weight: 800; font-size: 0.8rem;
        }

        /* Local knowledge -> premium dark card */
        .local-para {
            background: linear-gradient(135deg, var(--navy) 0%, #15304e 100%); color: #e7eef6;
            padding: 30px 34px; border-radius: var(--radius-lg); border-left: 5px solid var(--gold);
            font-size: 1.02rem; line-height: 1.8; box-shadow: var(--shadow); margin: 0;
        }
        .local-para + .local-para { margin-top: 16px; }

        /* Process */
        .ap-process-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 34px; }
        .ap-process-step {
            display: flex; gap: 18px; align-items: flex-start; background: #fff; border-radius: var(--radius);
            padding: 24px; border: 1px solid var(--gray-200); box-shadow: 0 2px 12px rgba(13,31,53,0.05);
            transition: transform var(--transition), box-shadow var(--transition);
        }
        .ap-process-step:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
        .ap-process-num {
            width: 46px; height: 46px; flex-shrink: 0; border-radius: 14px; display: flex; align-items: center; justify-content: center;
            background: linear-gradient(135deg, var(--navy), var(--navy-light)); color: var(--gold);
            font-family: var(--font-head); font-weight: 700; font-size: 1.15rem;
        }
        .ap-process-step h3 { font-size: 1.02rem; margin: 3px 0 6px; color: var(--navy); }
        .ap-process-step p { font-size: 0.92rem; margin: 0; color: var(--gray-600); line-height: 1.6; }

        /* Why cards */
        .ap-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
        .ap-why-card {
            position: relative; background: #fff; border-radius: var(--radius-lg); padding: 32px 24px 26px; overflow: hidden;
            border: 1px solid var(--gray-200); box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition);
        }
        .ap-why-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--gold), var(--gold-dark)); }
        .ap-why-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
        .ap-why-card h3 { font-size: 1.08rem; margin: 0 0 10px; color: var(--navy); }
        .ap-why-card p { font-size: 0.92rem; margin: 0; color: var(--gray-600); line-height: 1.6; }

        /* Reviews */
        .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
        .review-card {
            background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 26px 24px 20px;
            box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition);
        }
        .review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
        .review-stars { color: var(--gold); font-size: 1.05rem; letter-spacing: 3px; margin-bottom: 12px; }
        .review-body { font-size: 0.94rem; line-height: 1.7; color: var(--gray-600); margin: 0 0 16px; font-style: italic; }
        .review-meta { display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; border-top: 1px solid var(--gray-100); padding-top: 14px; }
        .review-meta strong { color: var(--navy); font-family: var(--font-head); font-weight: 700; }
        .review-meta span { color: var(--gray-400); }

        /* FAQ */
        .faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 34px; border-top: none; }
        .faq-list .faq-item { border: 1px solid var(--gray-200); border-radius: 12px; background: #fff; transition: border-color var(--transition), box-shadow var(--transition); }
        .faq-list .faq-item:first-child { border-top: 1px solid var(--gray-200); }
        .faq-list .faq-item:hover { border-color: rgba(245,197,24,0.6); box-shadow: 0 3px 14px rgba(13,31,53,0.06); }
        .faq-list .faq-item.open { border-color: rgba(245,197,24,0.75); box-shadow: var(--shadow); }
        .faq-list .faq-question { color: var(--navy); padding: 19px 22px; font-size: 1rem; font-weight: 600; font-family: var(--font-head); }
        .faq-list .faq-question:hover { color: var(--navy); }
        .faq-list .faq-icon { color: var(--gold-dark); }
        .faq-list .faq-answer { padding: 0 22px; }
        .faq-list .faq-item.open .faq-answer { padding: 0 22px 20px; }
        .faq-list .faq-answer p { font-size: 0.95rem; color: var(--gray-600); line-height: 1.7; margin: 0; }

        /* Link pills */
        .link-grid { display: flex; flex-wrap: wrap; gap: 12px; list-style: none; padding: 0; margin-top: 22px; }
        .link-grid li a {
            display: inline-block; padding: 10px 20px; background: #fff; border: 1px solid var(--gray-200); border-radius: 50px;
            color: var(--navy); text-decoration: none; font-size: 0.9rem; font-weight: 600; white-space: nowrap;
            box-shadow: 0 1px 6px rgba(13,31,53,0.05); transition: all var(--transition);
        }
        .link-grid li a:hover { background: var(--navy); color: var(--gold); border-color: var(--navy); transform: translateY(-2px); }

        @media (max-width: 900px) {
            .intro-grid { grid-template-columns: 1fr; gap: 34px; }
            .ap-process-grid, .ap-why-grid, .reviews-grid { grid-template-columns: 1fr 1fr; }
        }
        @media (max-width: 600px) {
            .area-section { padding: 52px 0; }
            .ap-process-grid, .ap-why-grid, .reviews-grid, .included-list { grid-template-columns: 1fr; }
        }
