/* ===== Banksia — Services / Pricing page (Editorial re-skin) =====
   Loaded AFTER services.css. Overrides chrome to match the homepage.
   Calculator + form logic untouched. */

:root {
    --sand2: #EFE9DF;
    --charcoal2: #33423A;
    --hairline: rgba(61, 79, 68, 0.14);
}

/* ---- Nav (match homepage) ---- */
.nav-links a {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(61, 79, 68, 0.7);
}
.nav-links a:hover { color: var(--charcoal-green); }
.nav-links a.btn-primary {
    background: var(--charcoal-green);
    color: var(--warm-white);
    border-radius: 4px;
    box-shadow: none;
    padding: 0.7rem 1.4rem;
    letter-spacing: 0.16em;
}
.nav-links a.btn-primary:hover { background: var(--charcoal2); transform: none; color: var(--warm-white); }
.logo-icon { background: rgba(127, 166, 147, 0.15); }

/* ---- Hero ---- */
.hero {
    background: var(--warm-white) !important;
    min-height: 0 !important;
    padding: 9rem 0 3rem !important;
    text-align: left !important;
}
.hero::before, .hero::after { display: none !important; }
.hero-content {
    max-width: 1140px !important;
    margin: 0 auto !important;
    padding: 0 1.5rem !important;
    display: block !important;
    text-align: left !important;
}
.hero-badge {
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    color: var(--eucalyptus) !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    margin-bottom: 1.25rem !important;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}
.hero h1 {
    text-align: left !important;
    font-size: 3.4rem !important;
    line-height: 1.05 !important;
    color: var(--charcoal-green) !important;
    margin: 0 0 1.25rem !important;
}
.hero p {
    text-align: left !important;
    max-width: 44rem !important;
    margin: 0 !important;
    color: var(--text-gray) !important;
    font-size: 1.05rem !important;
}
.scroll-indicator { display: none !important; }

/* ---- Page layout ---- */
.page-container { background: var(--warm-white); }
.quote-intro {
    text-align: left;
    border-left: 2px solid var(--eucalyptus);
    padding: 0.25rem 0 0.25rem 1.25rem;
    color: var(--text-gray);
}

/* ---- Cards: flatten everything to hairline ---- */
.base-package-section,
.bundle-card,
.pricing-calculator,
.calculator-inner,
.contact-form,
.whats-included-toggle {
    box-shadow: none !important;
    border-radius: 8px !important;
}
.base-package-section,
.pricing-calculator,
.contact-form {
    background: #fff !important;
    border: 1px solid var(--hairline) !important;
}

/* ---- Base package header ---- */
.base-package-icon { color: var(--eucalyptus); }
.base-package-price {
    font-family: 'Cormorant Garamond', serif;
    color: var(--charcoal-green);
}
.always-included-badge {
    background: rgba(127, 166, 147, 0.15) !important;
    color: var(--charcoal-green) !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}
.base-features li { border-bottom: 1px solid var(--hairline); }

/* ---- Property size / guest count options ---- */
.pricing-option,
.guest-count-option {
    border: 1px solid var(--hairline) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    background: #fff !important;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.pricing-option:hover,
.guest-count-option:hover { border-color: var(--eucalyptus) !important; }
.pricing-option.selected,
.guest-count-option.selected {
    border-color: var(--charcoal-green) !important;
    background: rgba(127, 166, 147, 0.08) !important;
    box-shadow: none !important;
}
.property-price,
.guest-count-loads { color: var(--charcoal-green); }

/* ---- Toggles (linen + styling) ---- */
.linen-service-section .linen-service-toggle {
    border: 1px solid var(--hairline) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    background: #fff !important;
}
.linen-service-price { color: var(--eucalyptus) !important; }

/* ---- What's included toggle ---- */
.whats-included-toggle { border: 1px solid var(--hairline) !important; background: #fff !important; }
.whats-included-list li { border-bottom: 1px solid var(--hairline); }

/* ---- Same-day note ---- */
.same-day-note {
    background: var(--sand2) !important;
    border: none !important;
    border-left: 2px solid var(--bronze) !important;
    border-radius: 0 !important;
    color: var(--text-gray);
}

/* ---- Tier cards (Choose Your Level) ---- */
.bundles-section { padding-top: 1rem; }
.section-title {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: left;
    color: var(--charcoal-green);
}
.section-subtitle { text-align: left; color: var(--text-gray); max-width: 46rem; }
.bundles-grid { gap: 1.25rem; }
.bundle-card {
    border: 1px solid var(--hairline) !important;
    background: #fff !important;
    border-radius: 8px !important;
}
.bundle-card.featured {
    background: var(--charcoal-green) !important;
    border-color: var(--charcoal-green) !important;
    color: var(--warm-white) !important;
    transform: none !important;
}
.bundle-card.featured h3,
.bundle-card.featured .bundle-price { color: var(--warm-white) !important; }
.bundle-card.featured p { color: var(--sandstone) !important; }
.bundle-card.featured .bundle-includes li { color: var(--sandstone) !important; border-color: rgba(250,250,248,0.12) !important; }
.bundle-badge {
    background: rgba(127, 166, 147, 0.15) !important;
    color: var(--eucalyptus) !important;
    border-radius: 4px !important;
    font-size: 0.6rem !important;
    letter-spacing: 0.14em !important;
    box-shadow: none !important;
}
.bundle-card.featured .bundle-badge { background: var(--eucalyptus) !important; color: var(--charcoal-green) !important; }
.bundle-price {
    font-family: 'Cormorant Garamond', serif;
    color: var(--charcoal-green);
}
.bundle-includes li { border-bottom: 1px solid var(--hairline); }

/* ---- Editorial buttons ---- */
.btn-bundle,
.btn-quote,
.contact-form .submit-btn {
    background: var(--charcoal-green) !important;
    color: var(--warm-white) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    text-align: center;
}
.btn-bundle:hover,
.btn-quote:hover,
.contact-form .submit-btn:hover {
    background: var(--charcoal2) !important;
    transform: none !important;
    box-shadow: none !important;
}
.bundle-card.featured .btn-bundle {
    background: var(--eucalyptus) !important;
    color: var(--charcoal-green) !important;
}
.bundle-card.featured .btn-bundle:hover { background: var(--warm-white) !important; }

/* ---- Contact / form ---- */
.contact-section { background: var(--sandstone); border-radius: 0; padding: 4rem 1.5rem; }
.contact-header { text-align: left; }
.contact-header h2 { font-size: 2.4rem; font-weight: 600; color: var(--charcoal-green); }
.pricing-disclaimer {
    background: var(--warm-white) !important;
    border: 1px solid var(--hairline) !important;
    border-radius: 6px !important;
}
.contact-form { padding: 1.75rem !important; }
.contact-form label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(61, 79, 68, 0.7);
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    border: 1px solid rgba(61, 79, 68, 0.2) !important;
    border-radius: 4px !important;
    background: #fff !important;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--eucalyptus) !important; box-shadow: none !important; }

/* ---- Care Plus enquiry banner ---- */
.enquiry-context {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: rgba(127, 166, 147, 0.15);
    border: 1px solid var(--eucalyptus);
    border-radius: 6px;
    padding: 0.85rem 1rem;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    color: var(--charcoal-green);
}
.enquiry-context[hidden] { display: none; }
.enquiry-context strong { font-weight: 700; }
.enquiry-clear {
    flex-shrink: 0;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--charcoal-green);
    text-decoration: underline;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* ---- Calculator sidebar ---- */
.calculator-header h3 { color: var(--charcoal-green); }
.calculator-step { border-bottom: 1px solid var(--hairline); }
.calculator-step-label { color: rgba(61, 79, 68, 0.55); letter-spacing: 0.12em; }
.subtotal-amount { color: var(--charcoal-green); font-family: 'Cormorant Garamond', serif; }
.calculator-cta .btn-quote { width: 100%; }

/* ---- Footer (match homepage) ---- */
footer { background: var(--charcoal2); }
.footer-logo-icon { background: rgba(250, 250, 248, 0.1); }
.footer-section h4 { font-family: 'Cormorant Garamond', serif; color: var(--warm-white); font-size: 1.2rem; }

/* ---- Builder: left-aligned, flat (de-boxed beige panel) ---- */
.base-package-header { text-align: left !important; }
.base-package-header p { margin-left: 0 !important; max-width: none !important; }
.property-pricing { background: transparent !important; }
.property-pricing > h3,
.property-pricing > p,
.guest-count-section h4,
.guest-count-section p { text-align: left !important; }

/* ---- Full-width tiers + contact (now sit below the builder) ---- */
.bundles-section {
    max-width: 920px;
    margin: 4.5rem auto 0;
    padding: 0 1.5rem;
}
.bundles-grid { grid-template-columns: 1fr 1fr !important; }

.contact-section {
    margin-top: 4.5rem;
    padding: 4.5rem 1.5rem !important;
}
.contact-section .contact-header,
.contact-section .pricing-disclaimer,
.contact-section .contact-form {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .hero { padding: 7rem 0 2rem !important; }
    .hero h1 { font-size: 2.4rem !important; }
    .section-title { font-size: 2rem; }
    .contact-header h2 { font-size: 2rem; }
    .bundles-grid { grid-template-columns: 1fr !important; }
}
