/* Public calculator; scoped so the stored landing page remains unchanged. */
.fare-page { font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--taxi-surface); }
.fare-page *, .fare-home-teaser * { box-sizing: border-box; }
.fare-page [hidden] { display: none !important; }
.fare-page button, .fare-page input, .fare-page select { font: inherit; }
.fare-page a, .fare-home-teaser a { text-underline-offset: 3px; }
.fare-page button:focus-visible, .fare-page a:focus-visible, .fare-page input:focus-visible, .fare-page select:focus-visible, .fare-page summary:focus-visible { outline: 3px solid #927000; outline-offset: 4px; }
.fare-hero { padding: 46px 0 38px; }
.fare-hero h1 { font-size: clamp(32px, 4vw, 52px); line-height: 1.15; letter-spacing: -.035em; font-weight: 800; margin: 4px 0 17px; color: #151515; }
.fare-hero h1 span { color: #655300; }
.fare-hero p { max-width: 720px; color: #5a5a54; font-size: 17px; line-height: 1.65; margin: 0; }
.fare-workspace { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.3fr); align-items: start; gap: 24px; }
.fare-card { background: #fff; border: 1px solid #e1e1da; border-radius: 18px; box-shadow: 0 8px 24px #00000005; min-width: 0; }
.fare-activation { grid-column: 2; grid-row: 1; display: grid; gap: 16px; padding: 22px; border-top: 4px solid var(--taxi-yellow); background: #fff9df; }
.fare-activation-copy h2 { font-size: 20px; line-height: 1.35; font-weight: 750; color: #24241f; margin: 0 0 8px; }
.fare-activation-copy p { font-size: 13px; line-height: 1.65; color: #53534b; margin: 0; }
.fare-activation-actions { display: flex; flex-direction: column; align-items: center; min-width: 0; }
.fare-activation-actions .fare-primary-button { min-width: 230px; }
.fare-activation-required { margin: 0 0 18px; padding: 12px 14px; border-left: 4px solid var(--taxi-yellow); border-radius: 4px; background: #fff9df; color: #49402a; font-size: 14px; line-height: 1.55; }
.fare-input-card { grid-column: 1; grid-row: 1 / span 2; padding: 27px; }
.fare-section-heading, .fare-map-heading { display: flex; align-items: center; gap: 11px; }
.fare-section-heading h2, .fare-map-heading h2 { color: #1c1c1c; font-size: 19px; line-height: 1.3; font-weight: 750; margin: 0; }
.fare-step { display: inline-flex; align-items: center; justify-content: center; background: #ffefaa; color: #594800; border-radius: 8px; width: 32px; height: 32px; font-size: 12px; font-weight: 800; flex-shrink: 0; }
.fare-muted { color: #686860; line-height: 1.5; }
.fare-input-card > .fare-muted { margin: 17px 0 26px; font-size: 14px; }
.fare-page fieldset { padding: 0; margin: 0; min-width: 0; border: 0; }
.fare-page label { display: block; color: #222; font-weight: 650; font-size: 14px; margin: 0 0 9px; }
.fare-address-field { margin-top: 18px; }
.fare-address-field label { display: flex; justify-content: space-between; }
.fare-address-field label span { color: #5f5f55; font-size: 12px; }
.fare-page input, .fare-page select { width: 100%; max-width: 100%; padding: 12px; border: 1px solid #bcbcb3; border-radius: 8px; background: #fff; color: #222; min-height: 48px; }
.fare-page input:disabled, .fare-page select:disabled { color: #707067; background: #f5f5f3; border-color: #e1e1da; }
.fare-page gmp-basic-place-autocomplete { display: block; width: 100%; color-scheme: light; }
.fare-place-details:empty { display: none; }
.fare-place-details gmp-place-details-compact { width: 100%; margin-top: 8px; border: 1px solid #e5e5df; border-radius: 8px; color-scheme: light; }
.fare-selected { font-size: 12px; color: #356335; line-height: 1.45; overflow-wrap: anywhere; margin: 7px 0 0; }
.fare-selected:empty { display: none; }
.fare-text-button { border: 0; padding: 0; margin-top: 18px; color: #655100; background: transparent; text-align: left; font-weight: 650 !important; font-size: 13px !important; text-decoration: underline; text-underline-offset: 3px; }
.fare-text-button:disabled { color: #777; cursor: default; }
.fare-small { font-size: 12px; }
#fare-location-status { margin: 8px 0 22px; }
.fare-time-field { border-top: 1px solid #e7e7e1; padding-top: 20px; }
#fare-date-wrapper { margin-top: 16px; }
#fare-time-hint { margin: 9px 0 20px; }
.fare-primary-button { display: inline-flex; width: 100%; align-items: center; justify-content: center; gap: 14px; border: 1px solid #edc400; background: #ffd000; color: #171500; padding: 14px 18px; border-radius: 9px; font-weight: 750 !important; text-align: center; text-decoration: none; min-height: 49px; cursor: pointer; }
.fare-primary-button:hover { background: #f5c500; color: #171500; text-decoration: none; }
.fare-primary-button:disabled { color: #62625b; background: #eaeae3; border-color: #deded5; cursor: default; }
.fare-no-booking { margin: 12px 0 0; text-align: center; }
.fare-message { color: #434d58; font-size: 14px; line-height: 1.5; margin: 14px 0 0; }
.fare-message:empty { display: none; }
.fare-message.is-error { padding: 12px; color: #912620; background: #fff1ed; border-left: 3px solid #bd4035; border-radius: 4px; }
.fare-map-column { display: contents; }
.fare-map-card { grid-column: 2; grid-row: 1; overflow: hidden; }
.fare-map-heading { padding: 18px 20px; border-bottom: 1px solid #ecece6; }
.fare-map-heading h2 { font-size: 17px; }
.fare-source { margin-left: auto; font-size: 11px; white-space: nowrap; color: #696963; }
.fare-map { height: 390px; width: 100%; background: #eee; }
.fare-map img { max-width: none; }
.fare-map-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 390px; padding: 30px 38px; text-align: center; background: radial-gradient(ellipse at 50% 15%, #fff9da, #f9f9f5 65%); }
.fare-map-icon { width: 90px; height: 72px; color: #aaa797; margin-bottom: 18px; }
.fare-map-placeholder h3 { font-size: 21px; font-weight: 750; color: #24241f; margin-bottom: 12px; }
.fare-map-placeholder p { max-width: 450px; font-size: 13px; color: #68685f; line-height: 1.65; }
.fare-map-placeholder .fare-primary-button { width: auto; margin-top: 6px; }
.fare-privacy-link { font-size: 11px; color: #67675c; margin-top: 14px; }
.fare-map-caption { padding: 12px 18px; font-size: 11px; color: #67675e; border-top: 1px solid #e5e5df; }
.fare-result { grid-column: 2; grid-row: 2; padding: 25px; border-top: 4px solid #ffd000; }
.fare-result > h2 { text-align: center; font-size: 17px; font-weight: 650; color: #515142; margin: 0; }
.fare-price { text-align: center; font-weight: 800; font-size: clamp(28px, 3vw, 38px); letter-spacing: -.025em; color: #191910; margin: 5px 0 22px; line-height: 1.3; }
.fare-route-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; padding: 16px 0; border-top: 1px solid #e7e7df; border-bottom: 1px solid #e7e7df; }
.fare-route-stats span { display: block; font-size: 11px; color: #707065; }
.fare-route-stats strong { display: block; font-size: 15px; margin-top: 4px; }
.fare-disclaimer { text-align: left; font-size: 13px; color: #53534b; line-height: 1.65; margin: 19px 0 12px; }
.fare-contact-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 36px; margin-bottom: 48px; }
.fare-contact-strip h2 { font-size: 20px; font-weight: 750; margin: 0 0 5px; }
.fare-contact-strip p { font-size: 13px; color: #66665d; margin: 0; }
.fare-contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.fare-contact-actions a { font-size: 13px; font-weight: 650; color: #333; }
.fare-secondary-button { padding: 12px 17px; border: 1px solid #292921; border-radius: 8px; text-decoration: none; }
.fare-footer { background: #131310; color: #b9b9a9; padding: 24px 0; font-size: 12px; }
.fare-footer .container { display: flex; justify-content: space-between; gap: 20px; }
.fare-footer a { color: #fff; }
.fare-language-switch { display: flex; justify-content: flex-end; gap: 12px; padding-bottom: 14px; font-size: 13px; color: #888; }
.fare-language-switch a { color: #e1e1d6; }
.fare-language-switch a[aria-current="page"] { color: var(--taxi-yellow); font-weight: 700; }
.fare-contact-area { margin-top: 28px; scroll-margin-top: 20px; }
.fare-contact-card { padding: 26px; border-top: 4px solid var(--taxi-yellow); }
.fare-contact-card h2 { font-size: 24px; font-weight: 750; color: #151515; }
.fare-contact-card > p { font-size: 14px; color: #626257; line-height: 1.6; }
.fare-enquiry-buttons { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 22px 0 16px; }
.fare-contact-button { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 54px; padding: 14px; border-radius: 9px; color: #fff; text-decoration: none; text-align: center; font-size: 14px; font-weight: 650; }
.fare-contact-button:hover { color: #fff; text-decoration: underline; }
.fare-page a.fare-contact-button:not([href]) { color: #fff; text-decoration: none; }
.fare-contact-button svg { width: 21px; height: 21px; flex: 0 0 21px; }
.fare-contact-button[aria-disabled="true"] { opacity: .45; cursor: not-allowed; }
.fare-whatsapp { background: #127a40; }
.fare-email { background: #252525; }
.fare-phone { background: #ffd000; color: #171717; }
.fare-phone:hover { color: #171717; }
#fare-request-preview summary { cursor: pointer; font-size: 14px; font-weight: 650; }
#fare-request-message { width: 100%; border: 1px solid #d6d6cf; border-radius: 8px; padding: 14px; margin-top: 14px; font-size: 13px; color: #34342e; background: #fafaf7; resize: vertical; overflow-wrap: anywhere; }
.fare-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.fare-home-teaser { padding: 44px 0; background: #ffd000; color: #171717; }
.fare-home-teaser .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.fare-home-teaser h2 { font-size: clamp(24px, 3vw, 36px); font-weight: 800; margin: 0 0 10px; }
.fare-home-teaser p { margin: 0; }
.fare-home-teaser a { background: #111; color: #fff; padding: 15px 22px; border-radius: 9px; font-weight: 700; text-decoration: none; }
@media (max-width: 991px) {
    .fare-workspace { grid-template-columns: 1fr; }
    .fare-activation, .fare-input-card, .fare-map-card, .fare-result { grid-column: auto; grid-row: auto; }
    .fare-activation { grid-template-columns: 1fr; gap: 16px; padding: 20px; }
    .fare-activation-actions .fare-primary-button { min-width: 0; }
    .fare-hero { padding: 32px 0; }
    .fare-input-card { padding: 23px; }
    .fare-map { height: 350px; }
    .fare-map-placeholder { min-height: 330px; }
}
@media (max-width: 480px) {
    .fare-enquiry-buttons { grid-template-columns: 1fr; }
    .fare-contact-card { padding: 20px; }
    .fare-map-heading { gap: 8px; padding: 15px; }
    .fare-map-heading h2 { font-size: 15px; }
    .fare-source { display: none; }
    .fare-map-placeholder { padding: 25px 20px; }
    .fare-result { padding: 20px; }
    .fare-input-card { padding: 20px; }
    .fare-route-stats strong { font-size: 14px; }
}
