/* Public marketing pages — match About Us page system (homepage untouched) */

.page-hero {
    padding: 8rem 0 2.75rem;
    background: var(--surface-primary, #071525);
    color: var(--text-primary, #f7f1e6);
}
.page-hero .seo-breadcrumbs a { color: rgba(247, 241, 230, 0.75); }
.page-hero .seo-breadcrumbs { color: rgba(247, 241, 230, 0.55); }
.page-hero .seo-title,
.page-hero h1 {
    font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
    font-weight: 600;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    margin: 0 0 0.85rem;
    color: var(--text-on-dark, #f7f1e6);
}
.page-hero .seo-lead {
    max-width: 38rem;
    color: var(--text-secondary, #d2c6b0);
    font-size: 1.05rem;
    line-height: 1.65;
    margin-bottom: 0;
}
.page-hero .eyebrow {
    color: var(--accent-primary, #c5a059);
}

.page-section {
    padding: clamp(56px, 8vw, 96px) 0;
}
.page-section--cream {
    background: var(--surface-fleet, var(--surface-secondary, #f4ede0));
    color: var(--text-on-light, #0b1c33);
}
body.home-body .page-section--cream .section-title,
body.home-body .page-section--cream h2,
body.home-body .page-section--cream h3,
.page-section--cream .section-title,
.page-section--cream h2,
.page-section--cream h3 {
    color: var(--text-heading-on-light, var(--text-on-light, #071525));
}
body.home-body .page-section--cream .section-sub,
body.home-body .page-section--cream p,
body.home-body .page-section--cream li,
.page-section--cream .section-sub,
.page-section--cream p,
.page-section--cream li {
    color: var(--text-secondary-on-light, #3a4556);
}
.page-section--cream .section-sub a,
.page-section--cream .page-prose a,
.page-section--cream .page-card a {
    color: var(--accent-primary, #c5a059);
}
.page-section--dark {
    background: var(--surface-primary, #071525);
    color: var(--text-primary, #f7f1e6);
}
.page-section--dark .section-title,
.page-section--dark h2 { color: var(--text-on-dark, #f7f1e6); }
.page-section--dark .section-sub,
.page-section--dark p,
.page-section--dark li { color: var(--text-secondary, #d2c6b0); }
.page-section--alt {
    background: var(--surface-faq, #faf6ee);
    color: var(--text-on-light, #0b1c33);
}
.page-section--alt .section-title,
.page-section--alt h2,
.page-section--alt h3 { color: var(--text-heading-on-light, #071525); }
.page-section--alt .section-sub,
.page-section--alt p,
.page-section--alt li { color: var(--text-secondary-on-light, #3a4556); }

.page-section .section-sub {
    max-width: 38rem;
}

.page-prose {
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.75;
    font-size: 1.05rem;
}
.page-prose h2 {
    font-family: var(--font-display, Georgia, serif);
    font-size: 1.55rem;
    margin: 2rem 0 0.75rem;
    font-weight: 600;
    color: var(--text-heading-on-light, #071525);
}
.page-prose h2:first-of-type { margin-top: 0.5rem; }
.page-prose h3 {
    font-size: 1.15rem;
    margin: 1.5rem 0 0.5rem;
    font-weight: 600;
}
.page-prose ul { padding-left: 1.2rem; margin: 0.75rem 0 1.25rem; }
.page-prose li { margin-bottom: 0.4rem; }

.page-card {
    background: var(--surface-card-on-light, #fffcfa);
    border: 1px solid var(--border-on-light, rgba(11, 28, 51, 0.1));
    border-radius: var(--radius-medium, 14px);
    box-shadow: var(--shadow-card, var(--shadow-small));
    padding: 1.5rem 1.4rem;
    height: 100%;
}
.page-card h3 {
    font-family: var(--font-display, Georgia, serif);
    font-size: 1.25rem;
    color: var(--text-heading-on-light, #071525);
    margin-bottom: 0.5rem;
}
.page-card p { color: var(--text-secondary-on-light, #3a4556); margin: 0; line-height: 1.6; }
.page-card .page-card-icon {
    width: 44px; height: 44px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 999px;
    background: rgba(197, 160, 89, 0.12);
    color: var(--accent-primary, #c5a059);
    font-size: 1.2rem;
    margin-bottom: 0.85rem;
}

/* Fleet cards on marketing pages — keep homepage fleet-card chrome */
.page-section--cream .fleet-desc {
    color: var(--text-secondary-on-light, #3a4556);
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 1rem;
}

.page-contact-form .form-label {
    color: var(--text-heading-on-light, #071525);
    font-weight: 500;
}
.page-contact-form .form-control,
.page-contact-form .form-select {
    border-radius: var(--radius-small, 12px);
    border-color: var(--border-on-light, rgba(11, 28, 51, 0.15));
    background: #fff;
    color: var(--text-on-light, #0b1c33);
}
.page-contact-form .form-control:focus,
.page-contact-form .form-select:focus {
    border-color: var(--accent-primary, #c5a059);
    box-shadow: 0 0 0 0.2rem rgba(197, 160, 89, 0.2);
}

.page-map-placeholder {
    min-height: 280px;
    border-radius: var(--radius-large, 18px);
    border: 1px dashed var(--border-on-light, rgba(11,28,51,.2));
    background: var(--surface-card-on-light, #fffcfa);
    display: flex; align-items: center; justify-content: center;
    text-align: center;
    padding: 2rem;
    color: var(--text-muted-on-light, #5a6575);
}
.page-map-icon {
    font-size: 2rem;
    color: var(--accent-primary, #c5a059);
}

.page-faq-cat { margin-bottom: 2.5rem; }
.page-faq-cat h2 {
    font-family: var(--font-display, Georgia, serif);
    font-size: 1.45rem;
    margin-bottom: 1rem;
    color: var(--text-heading-on-light, #071525);
}
.page-faq-list {
    max-width: none;
}
.page-legal-meta {
    font-size: 0.9rem;
    color: var(--text-muted-on-light, #5a6575);
    margin-bottom: 1.5rem;
}

/* Shared marketing CTA inherits homepage home-cta-card; keep section rhythm */
.page-section.home-cta-section {
    padding-top: clamp(40px, 6vw, 72px);
}

@media (max-width: 767.98px) {
    .page-hero { padding-top: 6.5rem; }
}
