*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --white: #ffffff; --off: #f9f9f8; --border: #e8e8e6;
  --black: #0f0f0f; --ink: #1a1a1a; --muted: #888888;
  --green: #16a34a; --amber: #d97706; --red: #dc2626;
  --ff: 'Bricolage Grotesque', system-ui, sans-serif;
}
html { scroll-behavior: smooth; }
body { background: var(--white); color: var(--ink); font-family: var(--ff); font-size: 15px; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* TOPBAR */
.topbar { background: var(--black); color: #888; padding: 9px 56px; display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 500; }
.topbar-contacts { display: flex; gap: 28px; }
.topbar-contacts a { color: #888; display: flex; align-items: center; gap: 6px; transition: color .2s; }
.topbar-contacts a:hover { color: var(--white); }
.topbar-right { display: flex; align-items: center; }
.lang-sw { display: flex; gap: 2px; }
.lb { background: none; border: none; color: #555; padding: 4px 8px; font-size: 11px; font-weight: 700; letter-spacing: .08em; cursor: pointer; font-family: var(--ff); transition: color .2s; border-radius: 2px; }
.lb:hover { color: var(--white); }
.lb.on { color: var(--white); background: #333; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--border); padding: 0 56px; height: 72px; display: flex; align-items: center; justify-content: space-between; transition: box-shadow .3s; }
.nav.sh { box-shadow: 0 1px 20px rgba(0,0,0,.08); }
.logo { font-size: 20px; font-weight: 800; letter-spacing: -.03em; color: var(--black); }
.logo em { font-style: normal; color: var(--muted); font-weight: 400; }
.nav-links { display: flex; gap: 36px; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--muted); transition: color .2s; }
.nav-links a:hover { color: var(--ink); }
.nav-r { display: flex; align-items: center; gap: 14px; }
.nav-tel { font-size: 13px; font-weight: 600; color: var(--ink); }
.cta { background: var(--black); color: var(--white) !important; padding: 10px 22px; border-radius: 6px; font-size: 13px; font-weight: 600; border: none; cursor: pointer; font-family: var(--ff); transition: opacity .2s; display: inline-block; }
.cta:hover { opacity: .85; }
.burger { display: none; flex-direction: column; gap: 4px; background: none; border: none; cursor: pointer; }
.burger span { width: 20px; height: 1.5px; background: var(--ink); display: block; }
.mob-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--border); z-index: 99; padding: 24px 32px 28px; flex-direction: column; gap: 16px; }
.mob-menu.open { display: flex; }
.mob-menu a { font-size: 16px; font-weight: 500; color: var(--ink); }

/* HERO */
.hero { display: grid; grid-template-columns: 1fr 400px; min-height: 580px; border-bottom: 1px solid var(--border); }
.hero-main { position: relative; overflow: hidden; background: var(--off); }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity .7s; }
.slide.on { opacity: 1; position: relative; min-height: 580px; }
.slide-bg { width: 100%; height: 100%; min-height: 580px; display: flex; align-items: center; justify-content: center; font-size: 110px; }
.slide-bg.football { background: linear-gradient(135deg,#0d2137 0%,#1a3a5c 50%,#0d2137 100%); }
.slide-bg.f1 { background: linear-gradient(135deg,#1a0a00 0%,#3d1500 50%,#1a0a00 100%); }
.slide-bg.tennis { background: linear-gradient(135deg,#0a1a0a 0%,#1a3d1a 50%,#0a1a0a 100%); }
.slide-bg.basketball { background: linear-gradient(135deg,#0a0a1a 0%,#1a1a4d 50%,#0a0a1a 100%); }
.slide-bg.concerts { background: linear-gradient(135deg,#1a001a 0%,#3d003d 50%,#1a001a 100%); }
.slide-overlay { position: absolute; inset: 0; background: linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.3) 40%,rgba(0,0,0,.1) 100%); }
.slide-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 40px 48px; z-index: 2; }
.slide-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(8px); color: var(--white); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; margin-bottom: 14px; }
.slide-title { font-size: clamp(28px,3.5vw,50px); font-weight: 800; color: var(--white); line-height: 1.1; letter-spacing: -.02em; margin-bottom: 14px; }
.slide-meta { display: flex; gap: 20px; font-size: 13px; color: rgba(255,255,255,.7); font-weight: 500; }
.slide-controls { position: absolute; bottom: 44px; right: 48px; display: flex; align-items: center; gap: 10px; z-index: 3; }
.sdot { width: 6px; height: 6px; background: rgba(255,255,255,.3); border: none; cursor: pointer; border-radius: 50%; padding: 0; transition: all .2s; }
.sdot.on { background: var(--white); width: 20px; border-radius: 3px; }
.sarr { width: 38px; height: 38px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(8px); color: var(--white); display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 50%; font-size: 16px; transition: background .2s; }
.sarr:hover { background: rgba(255,255,255,.25); }

/* HERO PANEL */
.hero-panel { border-left: 1px solid var(--border); display: flex; flex-direction: column; background: var(--white); }
.panel-scroll { flex: 1; padding: 36px 32px; overflow-y: auto; }
.panel-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); margin-bottom: 20px; }
.panel-teams { margin-bottom: 24px; }
.panel-team { font-size: 22px; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.panel-vs { font-size: 11px; font-weight: 600; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; margin: 6px 0; }
.panel-details { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.panel-detail { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); }
.panel-detail strong { color: var(--ink); font-weight: 600; }
.panel-price-box { padding-top: 20px; border-top: 1px solid var(--border); }
.price-from { font-size: 11px; font-weight: 600; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; }
.price-big { font-size: 40px; font-weight: 800; letter-spacing: -.03em; line-height: 1; margin: 4px 0; }
.price-big span { font-size: 18px; font-weight: 400; color: var(--muted); }
.price-deposit { font-size: 13px; color: var(--muted); }
.price-deposit strong { color: var(--ink); }
.panel-cta { border-top: 1px solid var(--border); padding: 20px 32px; }
.panel-cta button { width: 100%; background: #111; color: #fff; padding: 16px; border: none; border-radius: 8px; font-size: 15px; font-weight: 700; font-family: var(--ff); cursor: pointer; transition: opacity .2s; }
.panel-cta button:hover { opacity: .85; }

/* CATEGORIES */
.cats-section { padding: 56px 56px 48px; border-bottom: 1px solid var(--border); }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; }
.sec-title { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.cats-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
.cat-card { background: var(--off); border: 1px solid var(--border); border-radius: 10px; padding: 24px 16px; text-align: center; cursor: pointer; transition: all .2s; }
.cat-card:hover, .cat-card.sel { background: var(--black); border-color: var(--black); color: var(--white); }
.cat-card:hover .cat-sub, .cat-card.sel .cat-sub { color: rgba(255,255,255,.5); }
.cat-ic { font-size: 36px; margin-bottom: 10px; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; line-height: 1; }
.cat-nm { font-size: 14px; font-weight: 700; letter-spacing: -.01em; margin-bottom: 5px; }
.cat-sub { font-size: 11px; color: var(--muted); font-weight: 500; transition: color .2s; }

/* CATEGORY SECTION HEADERS */
.cat-section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 2px solid var(--black); }
.cat-section-icon { font-size: 24px; line-height: 1; }
.cat-section-title { font-size: 20px; font-weight: 800; letter-spacing: -.02em; color: var(--black); }

/* TRIPS */
.trips-section { padding: 48px 56px 96px; }
.trips-table { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin-bottom: 40px; }
.trip-row { display: grid; grid-template-columns: 1fr 190px 170px 130px; align-items: center; gap: 16px; padding: 20px 28px; border-bottom: 1px solid var(--border); transition: background .15s; cursor: pointer; }
.trip-row:last-child { border-bottom: none; }
.trip-row:hover { background: var(--off); }
.trip-row.out { opacity: .45; pointer-events: none; }
.trip-nm { font-size: 15px; font-weight: 700; letter-spacing: -.01em; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.trip-nm .sep { color: var(--muted); font-weight: 300; }
.ttag { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: var(--off); border: 1px solid var(--border); color: var(--muted); padding: 3px 8px; border-radius: 4px; white-space: nowrap; }
.trip-date { font-size: 13px; font-weight: 600; }
.trip-loc { font-size: 12px; color: var(--muted); margin-top: 2px; }
.tp-from { font-size: 11px; color: var(--muted); font-weight: 500; }
.tp-num { font-size: 20px; font-weight: 800; letter-spacing: -.02em; }
.tp-unit { font-size: 12px; color: var(--muted); font-weight: 400; }
.trip-btn-cell button { background: #111; color: #fff; padding: 11px 18px; border-radius: 6px; font-size: 13px; font-weight: 700; font-family: var(--ff); border: 2px solid #111; cursor: pointer; transition: all .2s; width: 100%; }
.trip-btn-cell button:hover { background: #fff; color: #111; }
.trip-btn-cell button.sold { background: #eee; color: #888; border: 1px solid #ddd; cursor: not-allowed; }

/* NEWSLETTER */
.nl-section { margin: 0 56px 56px; background: var(--black); color: var(--white); border-radius: 16px; padding: 64px; text-align: center; }
.nl-h { font-size: clamp(26px,3.5vw,40px); font-weight: 800; letter-spacing: -.03em; margin-bottom: 8px; }
.nl-p { color: #666; font-size: 15px; margin-bottom: 32px; }
.nl-form { display: flex; max-width: 440px; margin: 0 auto; gap: 8px; }
.nl-input { flex: 1; background: #1a1a1a; border: 1px solid #333; color: var(--white); padding: 13px 18px; font-size: 14px; font-family: var(--ff); outline: none; border-radius: 8px; }
.nl-input::placeholder { color: #555; }
.nl-btn { background: var(--white); color: var(--black); padding: 13px 24px; font-size: 13px; font-weight: 700; font-family: var(--ff); border: none; border-radius: 8px; cursor: pointer; }
.nl-msg { font-size: 12px; color: #555; margin-top: 12px; min-height: 18px; }

/* FOOTER */
footer { border-top: 1px solid var(--border); }
.foot-main { padding: 56px 56px 48px; display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 48px; }
.foot-brand p { font-size: 13px; color: var(--muted); line-height: 1.75; max-width: 260px; margin-top: 14px; }
.foot-contacts { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }
.foot-contacts a { font-size: 13px; font-weight: 600; color: var(--ink); display: flex; align-items: center; gap: 8px; }
.foot-col h4 { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.foot-col li { margin-bottom: 9px; }
.foot-col a { font-size: 14px; color: var(--ink); font-weight: 500; }
.foot-bottom { border-top: 1px solid var(--border); padding: 18px 56px; display: flex; justify-content: space-between; align-items: center; }
.foot-bottom p, .foot-bottom a { font-size: 12px; color: var(--muted); }

/* MODAL */
.modal-ov { display: none; position: fixed; inset: 0; z-index: 200; background: rgba(0,0,0,.5); backdrop-filter: blur(8px); justify-content: center; align-items: center; padding: 20px; }
.modal-ov.open { display: flex; }
.modal { background: var(--white); border-radius: 16px; max-width: 520px; width: 100%; border: 1px solid var(--border); box-shadow: 0 24px 80px rgba(0,0,0,.2); overflow: hidden; animation: mIn .25s ease; max-height: 92vh; overflow-y: auto; }
@keyframes mIn { from{opacity:0;transform:translateY(10px) scale(.98)} to{opacity:1;transform:translateY(0) scale(1)} }
.modal-hd { padding: 28px 32px 24px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: flex-start; }
.modal-ttl { font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.modal-sub { color: var(--muted); font-size: 13px; margin-top: 3px; }
.modal-x { background: var(--off); border: none; color: var(--muted); width: 32px; height: 32px; border-radius: 50%; cursor: pointer; font-size: 16px; display: flex; align-items: center; justify-content: center; }
.modal-bd { padding: 24px 32px 0; }
.modal-ft { padding: 16px 32px 28px; }
.msum { background: var(--off); border-radius: 8px; padding: 16px; margin-bottom: 20px; }
.mrow { display: flex; justify-content: space-between; font-size: 13px; padding: 4px 0; }
.mrow span { color: var(--muted); }
.mrow:last-child { border-top: 1px solid var(--border); margin-top: 8px; padding-top: 10px; font-weight: 700; font-size: 15px; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.fg { margin-bottom: 12px; }
.fg label { display: block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.fg input, .fg select { width: 100%; background: var(--white); border: 1px solid var(--border); color: var(--ink); padding: 11px 14px; font-size: 14px; font-family: var(--ff); outline: none; border-radius: 8px; appearance: none; }
.fg input:focus, .fg select:focus { border-color: var(--ink); }
.fmsg { padding: 10px 14px; border-radius: 8px; font-size: 13px; margin-top: 8px; display: none; }
.fmsg.ok { background: #f0fdf4; border: 1px solid #86efac; color: #166534; display: block; }
.fmsg.err { background: #fff1f2; border: 1px solid #fca5a5; color: #991b1b; display: block; }
.msub { width: 100%; background: #111; color: #fff; padding: 15px; border: none; border-radius: 8px; font-size: 15px; font-weight: 700; font-family: var(--ff); cursor: pointer; }

/* FLOAT */
.fcta { position: fixed; bottom: 24px; right: 24px; z-index: 90; background: var(--black); color: var(--white) !important; padding: 13px 22px; border-radius: 10px; font-size: 13px; font-weight: 700; box-shadow: 0 8px 32px rgba(0,0,0,.25); display: flex; align-items: center; gap: 8px; }

/* RESPONSIVE */
@media(max-width:1100px) { .cats-grid { grid-template-columns: repeat(3,1fr); } .hero { grid-template-columns: 1fr 360px; } }
@media(max-width:900px) {
  .topbar, .nav { padding: 8px 20px; }
  .nav { height: 64px; padding: 0 20px; }
  .nav-links, .nav-tel { display: none; }
  .burger { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-panel { display: none; }
  .hero-main, .slide.on, .slide-bg { min-height: 400px; }
  .cats-section, .trips-section { padding: 36px 20px; }
  .cats-grid { grid-template-columns: repeat(3,1fr); }
  .trip-row { grid-template-columns: 1fr; padding: 16px 20px; }
  .nl-section { margin: 0 20px 40px; padding: 40px 24px; }
  .nl-form { flex-direction: column; }
  .foot-main { padding: 40px 20px; grid-template-columns: 1fr 1fr; gap: 28px; }
  .foot-bottom { padding: 14px 20px; }
  .topbar-contacts { display: none; }
  .frow { grid-template-columns: 1fr; }
}
