
/* BK-Eventrent – Dark / Modern */
:root{
  --bg:#07070a;
  --panel:#0f0f16;
  --panel2:#141427;
  --text:#e9e9f2;
  --muted:#b7b7c8;
  --line:rgba(255,255,255,.08);
  --accent:#2563eb; /* blue */
  --accent2:#60a5fa; /* light blue */
  --shadow: 0 20px 60px rgba(0,0,0,.5);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial; background: radial-gradient(1200px 600px at 20% 0%, rgba(124,58,237,.22), transparent 60%),
radial-gradient(900px 500px at 85% 15%, rgba(34,211,238,.16), transparent 55%),
var(--bg); color:var(--text); }
body{overflow-x:hidden}
a{color:inherit;text-decoration:none}
.container{max-width:1280px;margin:0 auto;padding:0 18px}
header{
  position:sticky; top:0; z-index:50;
  background: rgba(7,7,10,.7); backdrop-filter: blur(12px);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex;align-items:center;gap:10px}
.logo{
  width:38px;height:38px;border-radius:12px;
  background: linear-gradient(135deg, rgba(124,58,237,1), rgba(34,211,238,1));
  display:grid;place-items:center; font-weight:800; letter-spacing:.5px;
  box-shadow: var(--shadow);
}
.brand span{font-weight:700}
.links{display:flex; gap:14px; flex-wrap:wrap}
.links a{padding:10px 12px;border-radius:12px;color:var(--muted)}
.links a:hover{background:rgba(255,255,255,.06); color:var(--text)}
.hamburger{display:none}
@media (max-width:820px){
  .container{padding:0 16px}
  .nav{flex-wrap:wrap; row-gap:10px}
  .brand{min-width:0; flex:1}
  .hamburger{display:inline-flex; align-items:center; justify-content:center; width:42px; height:42px; border:1px solid var(--line); border-radius:14px; background:rgba(255,255,255,.04)}
  .links{display:none; width:100%; padding-bottom:14px; flex-direction:column; gap:8px}
  .links a{display:block; width:100%; border:1px solid var(--line); background:rgba(255,255,255,.03)}
  .links.open{display:flex}
}
@media (max-width:520px){
  .container{padding:0 14px}
}

.hero{
  padding:62px 0 34px;
}
.heroGrid{
  display:grid; gap:18px;
  grid-template-columns: 1.2fr .8fr;
}
@media (max-width:900px){ .heroGrid{grid-template-columns:1fr} }
.card{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow: var(--shadow);
}
.heroCard{padding:26px}
.kicker{color:var(--muted); font-weight:600; letter-spacing:.14em; text-transform:uppercase; font-size:12px}
h1{margin:10px 0 10px; font-size:54px; line-height:1.02; letter-spacing:-.02em}
@media (max-width:520px){h1{font-size:34px;line-height:1.08}}
p{color:var(--muted); line-height:1.6}
.badges{display:flex; gap:10px; flex-wrap:wrap; margin:16px 0 6px}
.badge{
  padding:8px 10px; border-radius:999px;
  border:1px solid var(--line); background:rgba(255,255,255,.04);
  color:var(--text); font-size:13px
}
.ctaRow{display:flex; gap:12px; flex-wrap:wrap; margin-top:16px}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 14px; border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:var(--text); font-weight:650;
}
.btn.primary{
  border:1px solid rgba(255,255,255,.10);
  background: var(--accent);
  color:#ffffff;
}
.btn[aria-disabled="true"]{
  opacity:.7;
}
.btn:hover{transform: translateY(-1px); transition:.12s ease}
.small{font-size:13px}

.mediaCard{overflow:hidden}
.mediaCard img{width:100%; height:100%; object-fit:cover; display:block; filter:saturate(1.05) contrast(1.02)}
.mediaOverlay{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(7,7,10,.0) 0%, rgba(7,7,10,.75) 70%, rgba(7,7,10,.92) 100%);
}
.mediaWrap{position:relative; height:100%}
.mediaText{
  position:absolute; left:18px; right:18px; bottom:16px;
}
.mediaText h2{margin:0 0 6px; font-size:18px}
.section{padding:44px 0}
.grid3{display:grid; gap:14px; grid-template-columns:repeat(3,1fr)}
@media (max-width:900px){.grid3{grid-template-columns:1fr}}
.service{padding:18px}
.service h3{margin:0 0 8px}
.hr{height:1px;background:var(--line); margin:18px 0}
footer{
  border-top:1px solid var(--line);
  padding:26px 0; margin-top:26px;
  color:var(--muted)
}
.footerGrid{display:grid; gap:14px; grid-template-columns: 1.2fr .8fr}
@media(max-width:900px){.footerGrid{grid-template-columns:1fr}}
.footerLinks a{display:inline-block; margin-right:12px; padding:8px 10px; border-radius:12px; border:1px solid var(--line); background:rgba(255,255,255,.03)}
.footerLinks a:hover{color:var(--text)}
.notice{font-size:13px}

/* catalog */
.toolbar{display:flex; gap:10px; flex-wrap:wrap; align-items:center; justify-content:space-between; padding:16px}
.input, select{
  padding:12px 12px; border-radius:14px; border:1px solid var(--line);
  background:rgba(255,255,255,.03); color:var(--text); outline:none;
}
.input{min-width:240px}
@media(max-width:520px){.input{min-width:100%}}
.cards{display:grid; gap:14px; grid-template-columns:repeat(3,1fr); padding:0 16px 16px}
@media(max-width:980px){.cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.cards{grid-template-columns:1fr}}
.itemCard{overflow:hidden}
.itemImg{aspect-ratio:1/1; height:auto; background:rgba(255,255,255,.04); border-bottom:1px solid var(--line); position:relative}
.itemImg img{width:100%; height:100%; object-fit:cover; display:block}
.itemThumbsWrap{padding:10px 10px 0}
.itemThumbsLabel{margin:0 0 6px; color:var(--muted)}
.itemThumbs{
  display:flex;
  gap:8px;
  padding:0;
}
.thumbBtn{
  width:64px;
  height:64px;
  padding:0;
  border-radius:10px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  overflow:hidden;
  cursor:pointer;
}
.thumbBtn img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.thumbBtn.active{
  border-color:rgba(96,165,250,.85);
  box-shadow:0 0 0 1px rgba(96,165,250,.45) inset;
}
.thumbBtn:focus-visible{
  outline:2px solid var(--accent2);
  outline-offset:2px;
}
.itemBody{padding:14px}
.itemMeta{display:flex; justify-content:space-between; gap:10px; align-items:flex-start}
.itemTitleWrap{min-width:0}
.itemPriceWrap{text-align:right; flex:0 0 auto}
.itemBody h3{margin:0 0 6px; font-size:16px}
.pill{display:inline-flex; align-items:center; font-size:12px; color:var(--muted); border:1px solid var(--line); padding:6px 10px; border-radius:999px; background:rgba(255,255,255,.03); margin-bottom:8px}
.price{font-weight:800}
.details{margin-top:10px}
.details ul{margin:8px 0 0; padding-left:18px; color:var(--muted)}
details summary{cursor:pointer; color:var(--text); font-weight:650}
.packages{padding:0 16px 16px}
.pkg{padding:14px}
.pkg h3{margin:0 0 6px}
.pkg ul{margin:8px 0 0; padding-left:18px; color:var(--muted)}

.requestAddRow{
  margin-top:12px;
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}
.requestQtyHint{color:var(--muted)}
.requestCartEmpty{
  border:1px dashed var(--line);
  border-radius:14px;
  padding:14px;
  color:var(--muted);
  background:rgba(255,255,255,.02);
}
.requestList{
  display:grid;
  gap:10px;
}
.requestRow{
  border:1px solid var(--line);
  border-radius:14px;
  background:rgba(255,255,255,.02);
  padding:12px;
  display:flex;
  gap:12px;
  justify-content:space-between;
  align-items:flex-start;
}
.requestMeta{min-width:0}
.requestName{
  font-weight:700;
  margin-bottom:6px;
}
.requestPriceLine{color:var(--muted)}
.qtyControls{
  display:flex;
  gap:8px;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.qtyBtn{padding:8px 10px; min-height:38px}
.qtyValue{
  min-width:28px;
  text-align:center;
  font-weight:700;
}
.requestTotals{
  margin-top:12px;
  border-top:1px solid var(--line);
  padding-top:10px;
  display:grid;
  gap:6px;
}
.requestActions{
  margin-top:12px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
@media(max-width:780px){
  .requestRow{flex-direction:column}
  .qtyControls{justify-content:flex-start}
}
/* legal pages */
.legal{padding:18px}
.legal h2{margin-top:0}
.legal p, .legal li{color:var(--muted); line-height:1.7}


/* hero background */
.heroFull{
  min-height: 520px;

  position:relative;
  border-radius:28px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow: var(--shadow);
}
.heroBg{
  position:absolute; inset:0;
  background-size:cover; background-position:center;
  transform: scale(1.02);
  filter: saturate(1.05) contrast(1.02) brightness(.9);
}
.heroShade{
  position:absolute; inset:0;
  background:
    radial-gradient(900px 520px at 20% 8%, rgba(37,99,235,.22), transparent 62%),
    radial-gradient(800px 520px at 85% 22%, rgba(96,165,250,.14), transparent 60%),
    linear-gradient(180deg, rgba(5,6,10,.55) 0%, rgba(5,6,10,.88) 70%, rgba(5,6,10,.95) 100%);
}
.heroInner{position:relative; padding:72px 34px}
@media(max-width:820px){ .heroInner{padding:48px 22px} }
@media(max-width:520px){ .heroInner{padding:30px 16px} }

h2{font-size:28px; margin:0 0 10px}
.lead{font-size:16px; color:var(--muted); max-width:72ch}
.split{display:grid; grid-template-columns: 1.1fr .9fr; gap:18px}
@media(max-width:900px){ .split{grid-template-columns:1fr} }

.logoImg{
  width:38px; height:38px; border-radius:12px;
  object-fit:contain;
  background: rgba(255,255,255,.06);
  border:1px solid var(--line);
}
.logoWrap{display:flex; align-items:center; gap:10px}


.pkgHead{display:flex; gap:14px; align-items:flex-start; justify-content:space-between; flex-wrap:wrap}
.pkgLeft{display:flex; gap:14px; align-items:flex-start}
.pkgImg{width:92px; aspect-ratio:1/1; border-radius:18px; overflow:hidden; border:1px solid var(--line); background:rgba(255,255,255,.04)}
.pkgImg img{width:100%; height:100%; object-fit:cover; display:block}


/* logo (image upload) */
.logoBox{
  width:38px; height:38px; border-radius:12px;
  display:grid; place-items:center;
  background: transparent;
  border:1px solid var(--line);
  position:relative;
  overflow:hidden;
  flex: 0 0 auto;
}
.logoText{font-weight:900; letter-spacing:.5px; color:#050509}
.logoBox .logoImg{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:contain;
  background: rgba(255,255,255,.06);
}


/* header/footer alignment fixes */
.nav{gap:14px}
.brand{display:flex; align-items:center; gap:10px; min-width: 220px}
.brand span{line-height:1}
.brand, .brand:visited{color:inherit}
.logoBox, .logoBox *{box-sizing:border-box}
.logoImg{display:block}
.links{margin-left:auto}
.footerGrid{align-items:start}

@media (max-width:780px){
  .section{padding:34px 0}
  .hero{padding:44px 0 24px}
  .heroFull{min-height:440px}
  .nav{flex-wrap:wrap; row-gap:10px}
  .brand{min-width:0; flex:1}
  .toolbar{align-items:stretch}
  .toolbar > div{width:100%}
  .toolbar .input,
  .toolbar select{width:100%}
  .itemMeta{flex-wrap:wrap; align-items:flex-start}
  .itemPriceWrap{text-align:left}
  .pkgHead,
  .pkgLeft{flex-direction:column; align-items:flex-start}
  .ctaRow .btn{flex:1 1 100%}
  .footerLinks{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .footerLinks a{
    margin-right:0;
    text-align:center;
  }
}
