
/* Central Travel public module */
.stm-public-wrap{background:#f8f6f9;color:#252330}
.stm-public-hero{position:relative;min-height:58vh;display:flex;align-items:flex-end;background-size:cover;background-position:center;padding:130px 0 72px;overflow:hidden}
.stm-public-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,17,25,.82),rgba(14,17,25,.32))}
.stm-public-hero .container{position:relative;z-index:1}
.stm-eyebrow{font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:#ffad5a}
.stm-public-hero h1{font-family:"Shrikhand",cursive;font-weight:400;color:#fff;font-size:clamp(42px,6vw,76px);line-height:1.03;margin:12px 0}
.stm-public-hero p{max-width:760px;color:rgba(255,255,255,.88);font-size:17px;line-height:1.75;margin-bottom:0}
.stm-public-main{padding:60px 0 80px}
.stm-section-kicker{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#f48502;font-weight:700}
.stm-section-title{font-family:"Shrikhand",cursive;font-weight:400;color:#4b4380;font-size:38px;line-height:1.15;margin:7px 0 12px}
.stm-section-copy{color:#6d6977;max-width:760px;line-height:1.8}
.stm-filterbar{background:#fff;border:1px solid #ebe7ef;border-radius:18px;padding:16px;box-shadow:0 14px 36px rgba(47,39,75,.07);margin:28px 0 34px}
.stm-filterbar .form-control,.stm-filterbar select{height:48px;border-radius:10px;border:1px solid #ddd8e4}
.stm-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.stm-card{height:100%;background:#fff;border:1px solid #ebe7ef;border-radius:20px;overflow:hidden;box-shadow:0 14px 40px rgba(47,39,75,.08);transition:transform .2s ease,box-shadow .2s ease}
.stm-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgba(47,39,75,.13)}
.stm-card-media{height:220px;position:relative;overflow:hidden;background:#ece8ef}
.stm-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.stm-card:hover .stm-card-media img{transform:scale(1.04)}
.stm-card-body{padding:22px}
.stm-card-title{font-family:"Shrikhand",cursive;font-weight:400;color:#4b4380;font-size:25px;line-height:1.15;margin:0 0 9px}
.stm-meta{font-size:13px;color:#77717f;margin-bottom:10px}
.stm-price{font-weight:800;color:#f48502;font-size:20px}
.stm-muted{color:#74707c;line-height:1.7}
.stm-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:11px;padding:11px 17px;font-weight:700;text-decoration:none;border:1px solid transparent}
.stm-btn-primary{background:#f48502;color:#fff}
.stm-btn-primary:hover{color:#fff;background:#ff9415}
.stm-btn-outline{background:#fff;color:#4b4380;border-color:#d9d3e0}
.stm-btn-outline:hover{color:#f48502;border-color:#f48502}
.stm-chip{display:inline-block;background:#fff3e6;color:#d66d00;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700;letter-spacing:.04em}
.stm-detail-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:24px}
.stm-panel{background:#fff;border:1px solid #ebe7ef;border-radius:20px;padding:26px;box-shadow:0 12px 34px rgba(47,39,75,.06);margin-bottom:22px}
.stm-panel h2,.stm-panel h3{font-family:"Shrikhand",cursive;font-weight:400;color:#4b4380}
.stm-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}
.stm-fact{background:#f7f4f8;border-radius:12px;padding:13px}
.stm-fact small{display:block;color:#77717f;margin-bottom:3px}
.stm-fact strong{color:#363140}
.stm-day{border-left:4px solid #f48502;background:#fffaf5;border-radius:12px;padding:18px 20px;margin:14px 0}
.stm-day h3{font-size:22px;margin:3px 0 7px}
.stm-day .stm-day-label{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#f48502;font-weight:800}
.stm-day-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}
.stm-day-grid div{background:#fff;border:1px solid #eee5dc;border-radius:9px;padding:9px;font-size:12px}
.stm-list{margin:0;padding-left:0;list-style:none}
.stm-list li{padding:8px 0;border-bottom:1px solid #eeeaf0;color:#5f5a67;line-height:1.6}
.stm-list li:last-child{border-bottom:0}
.stm-list.check li:before{content:"✓";color:#f48502;font-weight:800;margin-right:8px}
.stm-list.cross li:before{content:"×";color:#a44;margin-right:8px}
.stm-sticky{position:sticky;top:110px}
.stm-quote-box{background:linear-gradient(135deg,#4b4380,#6a5da4);color:#fff;border-radius:20px;padding:26px;box-shadow:0 18px 44px rgba(75,67,128,.2)}
.stm-quote-box h3{font-family:"Shrikhand",cursive;color:#fff;font-weight:400;font-size:28px}
.stm-quote-box p{color:rgba(255,255,255,.85);line-height:1.7}
.stm-quote-box .stm-btn-primary{background:#f48502}
.stm-form-panel{max-width:900px;margin:0 auto}
.stm-form-panel label{font-weight:700;color:#4b4653;font-size:13px}
.stm-form-panel .form-control{border-radius:10px;border:1px solid #ddd8e4;min-height:48px}
.stm-form-panel textarea.form-control{min-height:130px}
.stm-alert{border-radius:12px;padding:14px 16px;margin-bottom:20px}
.stm-alert-success{background:#eaf8ef;color:#176b37;border:1px solid #c9ead5}
.stm-alert-error{background:#fff0f0;color:#8d2525;border:1px solid #f0caca}
.stm-empty{background:#fff;border:1px dashed #d9d3e0;border-radius:16px;padding:30px;text-align:center;color:#6d6977}
@media(max-width:991px){.stm-card-grid{grid-template-columns:repeat(2,1fr)}.stm-detail-grid{grid-template-columns:1fr}.stm-sticky{position:static}}
@media(max-width:575px){.stm-public-hero{min-height:50vh;padding:120px 0 55px}.stm-card-grid{grid-template-columns:1fr}.stm-section-title{font-size:32px}.stm-facts,.stm-day-grid{grid-template-columns:1fr}.stm-panel{padding:20px}}
