/* Theme: orange + white + light gray */
*{box-sizing:border-box}
body{font-family:Arial,Helvetica,sans-serif;margin:0;background:#f5f7fb;color:#222}
.wrap{width:1100px;margin:0 auto}
.site-top{background:#ff6b3d;color:#fff;padding:14px 0}
.site-top .wrap{display:flex;justify-content:space-between;align-items:center}
.site-top .brand{font-weight:700;font-size:20px}
.main-nav{background:#fff;padding:10px 0;border-bottom:1px solid #eee}
.main-nav.wrap{display:flex;gap:18px;align-items:center}
.main-nav a{color:#333;text-decoration:none;padding:6px 10px;border-radius:4px}
.hero-img{width:100%;display:block}
.promo{background:#fff;padding:36px 0}
.promo-box{display:flex;align-items:center;gap:30px}
.promo-left h1{font-size:28px;margin:0;color:#0d3b66}
.promo-left h1 span{color:#ff6b3d}
.promo-left .price{font-size:20px;color:#ff6b3d}
.promo-right img{width:420px;max-width:45%}
.routes-section{padding:30px 0}
.section-title{text-align:center;color:#0d3b66;font-size:24px;margin-bottom:18px}
.cards{display:flex;flex-wrap:wrap;gap:18px;justify-content:center}
.card{background:#fff;border-radius:8px;overflow:hidden;width:320px;box-shadow:0 6px 20px rgba(2,6,23,0.06)}
.card-thumb img{width:100%;height:160px;object-fit:cover}
.card-body{padding:14px}
.card-body h3{margin:0 0 8px;color:#0d3b66}
.card-body .desc{color:#666;margin-bottom:12px}
.card-meta{display:flex;justify-content:space-between;align-items:center}
.btn-outline{background:transparent;border:1px solid #ff6b3d;color:#ff6b3d;padding:8px 12px;border-radius:6px;text-decoration:none}
.price{font-weight:700;color:#d63384}
.site-footer{background:#0d3b66;color:#fff;padding:18px 0;margin-top:30px}
.site-footer .wrap{display:flex;justify-content:space-between}
@media(max-width:1100px){.wrap{width:95%}}
@media(max-width:800px){.promo-box{flex-direction:column}.promo-right img{max-width:100%}.card{width:100%}}
