/* Changes requested in the company website chat, 10–14 September 2026. */
.tourism-grid {grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.tour-card {min-width:0}
.tour-card__actions {flex-wrap:wrap}
.tour-card__link {white-space:normal;text-align:center}
.city-route-history .container {max-width:1000px}
.city-route-history p {line-height:1.7}
.railway-posters {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:start}
.railway-poster {min-width:0;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px}
.railway-poster img {display:block;width:100%;height:auto}
.railway-poster h2 {font-size:1.15rem;line-height:1.4}
.railway-poster p {line-height:1.6}
.hero--grounded .hero__grid.hero__grid--schedule-left {display:grid;grid-template-columns:minmax(0,1fr);gap:20px}
.hero--grounded .hero__left-stack {width:100%;max-width:none}
.hero--grounded .schedule-card--stop-time {width:100%;max-width:none;background:#e93224;padding:20px;border-radius:20px}
.hero--grounded .schedule-card__head {text-align:center;margin:0;padding:12px;background:white;border-radius:12px 12px 0 0}
.hero--grounded .schedule-card__head .card-title {color:#223744}
.hero--grounded .schedule-form--home-stops {display:grid;grid-template-columns:minmax(0,2fr) minmax(160px,.7fr) auto;gap:16px;align-items:end;background:white;padding:16px;border-radius:0 0 12px 12px}
.hero--grounded .form-grid--home-route {display:grid;grid-template-columns:minmax(0,1fr) 36px minmax(0,1fr);align-items:end;gap:12px}
.hero--grounded .form-grid--home-extra {display:block}
.hero--grounded .schedule-form__actions {margin:0;display:block}
.hero--grounded .schedule-form__actions .btn {width:100%;min-width:120px}
.hero--grounded .schedule-form--home-stops label {color:#223744!important;display:block;margin-bottom:6px}
.hero--grounded .schedule-form--home-stops input {width:100%;min-height:44px;padding:10px 12px;color:#223744!important;background:#f8fafc!important;border:1px solid #cbd5e1!important;border-radius:8px;opacity:1}
.hero--grounded .schedule-form--home-stops input::placeholder {color:#667788!important;opacity:1}
.hero--grounded .station-swap {color:#223744!important;background:#f1f5f9!important;border:1px solid #cbd5e1!important}
.hero--grounded .hero__visual.hero__visual--reference-modern {position:relative;display:block;min-height:0;overflow:hidden;background:white;border-radius:18px;padding:0}
.hero--grounded .hero__visual::before,.hero--grounded .hero__visual::after {display:none!important}
.hero--grounded .hero__visual-card {position:static;inset:auto;margin:0;width:100%;max-width:none;background:white;box-shadow:none;border:0}
.hero--grounded .hero__visual-card img {position:static;display:block;width:100%;max-width:1100px;max-height:none;height:auto;margin:0 auto;object-fit:contain;filter:none;transform:none;animation:none}
@media(max-width:980px){.tourism-grid,.railway-posters{grid-template-columns:repeat(2,minmax(0,1fr))}.hero--grounded .schedule-form--home-stops{grid-template-columns:minmax(0,1fr) minmax(140px,.6fr)}.hero--grounded .form-grid--home-route{grid-column:1/-1}}
@media(max-width:640px){.tourism-grid,.railway-posters{grid-template-columns:minmax(0,1fr)}.hero--grounded .schedule-card--stop-time{padding:10px}.hero--grounded .schedule-form--home-stops{padding:12px;gap:12px;grid-template-columns:minmax(0,1fr)}.hero--grounded .form-grid--home-route{grid-template-columns:minmax(0,1fr);gap:10px}.hero--grounded .station-swap{justify-self:center;transform:rotate(90deg)}.hero--grounded .hero__visual-card img{max-width:100%}}
