/* Official Formula 1 UI typography */
@font-face{
  font-family:"Formula1";
  src:url("https://www.formula1.com/etc/designs/fom-website/fonts/F1Regular/Formula1-Regular.woff2") format("woff2");
  font-weight:400 900;
  font-style:normal;
  font-display:swap;
}


:root{--bg:#020304;--panel:#303030;--panel2:#11161d;--red:#f20519;--text:#f2f3f4;--muted:#9b9da1}
*{box-sizing:border-box}
html,body{margin:0;background:var(--bg);color:var(--text);font-family:'Formula1','Arial Narrow',Arial,sans-serif;font-synthesis:weight;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}

/* Üst alan */
.topbar{height:96px;display:flex;align-items:center;padding:0 clamp(28px,5vw,92px);background:#020304;border-bottom:1px solid #080a0d}
.brand{display:flex;align-items:center;height:32px}.brand img{display:block;width:auto;height:28px;max-width:min(300px,42vw)}
main{width:min(100%,1680px);margin:0 auto;padding:0 clamp(28px,5vw,92px) 90px}

/* Başlık */
.section-heading{display:flex;align-items:center;gap:34px;margin:20px 0 32px;padding-top:8px}
.section-heading h1{font-family:'Formula1','Arial Narrow',Arial,sans-serif;font-size:clamp(30px,3.15vw,54px);font-weight:600;line-height:1;margin:0;letter-spacing:-.6px;white-space:nowrap;text-transform:uppercase}
.section-heading>div{height:1px;background:linear-gradient(90deg,#101722,#1b2534 55%,transparent);flex:1}

.tickets-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}
.ticket-card{overflow:hidden;background:#303030;border-radius:6px;box-shadow:0 18px 45px #0008;border:1px solid #1b1c1f;min-width:0;transition:transform .25s ease,box-shadow .25s ease}
.ticket-card:hover{transform:translateY(-5px);box-shadow:0 28px 70px #000b}
.ticket-photo{height:clamp(270px,22vw,420px);background:#0c1015;overflow:hidden}
.ticket-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
.ticket-card:hover .ticket-photo img{transform:scale(1.025)}

/* Fotoğraf altındaki koyu başlık alanı */
.ticket-title{padding:24px 28px 22px;background:linear-gradient(105deg,#151b23,#0c1117 80%);border-bottom:1px solid #24262a}
.ticket-title small{display:block;font-family:'Formula1','Arial Narrow',Arial,sans-serif;font-size:clamp(12px,.88vw,15px);font-weight:600;color:#d7d9dc;letter-spacing:-.15px;line-height:1.15;text-transform:uppercase}
.ticket-title h2{font-family:'Formula1','Arial Narrow',Arial,sans-serif;font-size:clamp(24px,1.85vw,34px);font-weight:600;line-height:1.05;margin:7px 0 0;letter-spacing:-.55px;text-transform:uppercase}

.ticket-details{padding:20px 28px 24px;background:#303030}
.ticket-details h3{font-family:'Formula1','Arial Narrow',Arial,sans-serif;font-size:clamp(13px,.98vw,17px);font-weight:600;line-height:1.25;margin:0 0 15px;color:#eeeeef;letter-spacing:-.35px;text-transform:uppercase}
.divider{height:1px;background:#191919}

.prices{display:grid;grid-template-columns:1fr 1fr;padding:16px 0}
.prices>div{text-align:center;display:flex;flex-direction:column;min-height:68px;justify-content:center}
.prices>div+div{border-left:1px solid #7775}
.prices strong{font-family:'Formula1','Arial Narrow',Arial,sans-serif;font-size:clamp(27px,1.9vw,35px);font-weight:500;line-height:1;letter-spacing:-.8px}
.prices span{font-family:'Formula1','Arial Narrow',Arial,sans-serif;font-size:clamp(9px,.65vw,11px);font-weight:500;color:#b8b9bd;letter-spacing:-.1px;margin-top:6px}
.prices em{font-family:'Formula1','Arial Narrow',Arial,sans-serif;font-style:normal;font-size:clamp(7px,.54vw,9px);font-weight:500;color:#818287;margin-top:2px;letter-spacing:-.08px}

.vat{text-align:center;color:#c4c5c8;font-family:'Formula1','Arial Narrow',Arial,sans-serif;font-size:clamp(13px,.88vw,16px);font-weight:500;line-height:1.3;margin:15px 0}
.perks{display:grid;grid-template-columns:repeat(3,1fr);gap:13px 15px;margin:12px 0 16px}
.perks>div{display:flex;align-items:center;gap:9px;min-width:0}
.perks>div:nth-child(4){grid-column:1/2}
.perks span{font-family:'Formula1','Arial Narrow',Arial,sans-serif;font-size:clamp(10px,.7vw,12px);font-weight:500;color:#bcbec2;line-height:1.18;letter-spacing:-.25px}
.feature-icon{display:block;width:32px;height:32px;object-fit:contain;flex:0 0 32px}

.ideal{font-family:'Formula1','Arial Narrow',Arial,sans-serif;font-size:clamp(12px,.86vw,15px);font-weight:600;line-height:1.25;margin:14px 0 10px;letter-spacing:-.3px}
.location{width:100%;border:0;background:transparent;color:#d2d3d6;font-family:'Formula1','Arial Narrow',Arial,sans-serif;font-weight:500;font-size:clamp(13px,.88vw,16px);line-height:1.2;padding:7px;cursor:pointer;letter-spacing:-.2px}
.location b{color:#8f9298;margin-left:7px}
.buy{width:100%;border:0;border-radius:5px;background:#f20519;color:#fff;font-family:'Formula1','Arial Narrow',Arial,sans-serif;font-size:clamp(18px,1.2vw,22px);font-weight:700;line-height:1.1;letter-spacing:-.35px;padding:16px 10px;margin-top:8px;cursor:pointer;box-shadow:0 7px 18px #d4001620;text-transform:uppercase}
.buy:hover{filter:brightness(1.12)}

#toast{position:fixed;z-index:9;bottom:28px;left:50%;transform:translate(-50%,140px);background:#f00619;color:#fff;padding:14px 24px;border-radius:4px;font-family:'Formula1','Arial Narrow',Arial,sans-serif;font-weight:600;transition:.3s}
#toast.show{transform:translate(-50%,0)}

@media(max-width:760px){
 .topbar{height:64px;padding:0 18px}.brand img{height:20px;max-width:250px}
 main{padding:0 18px 60px}
 .section-heading{gap:28px;margin:15px 0 22px;padding-top:0}.section-heading h1{font-size:30px;letter-spacing:-.7px}.section-heading>div{height:1px}
 .tickets-grid{grid-template-columns:1fr;gap:18px}.ticket-card:not(.featured){display:none}.ticket-card{border-radius:5px}
 .ticket-photo{height:378px}
 .ticket-title{padding:18px 16px}.ticket-title small{font-size:13px;line-height:1.1}.ticket-title h2{font-size:22px;line-height:1.05;margin-top:5px;letter-spacing:-.55px}
 .ticket-details{padding:12px 16px 11px}.ticket-details h3{font-size:14px;line-height:1.3;margin-bottom:10px;letter-spacing:-.45px}
 .prices{padding:10px 0}.prices>div{min-height:58px}.prices strong{font-size:29px;letter-spacing:-.9px}.prices span{font-size:9px;margin-top:5px}.prices em{font-size:7px}
 .vat{font-size:13px;margin:12px 0;line-height:1.35}
 .perks{gap:10px 8px;margin:8px 0 12px}.perks span{font-size:9px;line-height:1.18;letter-spacing:-.3px}.feature-icon{width:27px;height:27px;flex-basis:27px}
 .ideal{font-size:12px;line-height:1.25;margin:10px 0 8px;letter-spacing:-.35px}
 .location{font-size:14px;padding:5px}.buy{font-size:20px;letter-spacing:-.4px;padding:13px 8px;margin-top:6px}
}
@media(min-width:761px) and (max-width:1200px){.tickets-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:1600px){.tickets-grid{gap:34px}.ticket-details{padding:24px 30px}.ticket-title{padding:27px 30px}.ticket-photo{height:390px}}


/* Screenshot-matched Formula 1 proportions */
.section-heading h1{font-weight:400;letter-spacing:.1px}
.ticket-title small{font-weight:400;letter-spacing:.05px}
.ticket-title h2{font-weight:400;letter-spacing:.05px}
.ticket-details h3{font-weight:400;letter-spacing:0}
.prices strong{font-weight:400;letter-spacing:0}
.prices span,.prices em{font-weight:400;letter-spacing:.02px}
.vat,.perks span,.ideal,.location{font-weight:400;letter-spacing:0}
.buy{font-weight:400;letter-spacing:.05px}
@media(max-width:760px){
  .section-heading h1{font-size:31px}
  .ticket-title small{font-size:13px}
  .ticket-title h2{font-size:21px}
  .ticket-details h3{font-size:13px}
  .prices strong{font-size:28px}
  .buy{font-size:19px}
}


/* Added Abşeron B / C cards */
.extra-perk .perk-mark{
  width:32px;height:32px;display:grid;place-items:center;
  color:#f20519;font-size:34px;line-height:1;flex:0 0 32px;
  font-family:Arial,sans-serif;font-weight:700;
}
@media(max-width:760px){
  /* Show all ticket cards one after another on mobile. */
  .ticket-card:not(.featured){display:block}
  .tickets-grid{gap:22px}
  .ticket-photo{height:420px}
  .ticket-photo img{object-position:center center}
  .ticket-card:nth-child(2) .ticket-photo{object-position:center top}
  .ticket-card:nth-child(3) .ticket-photo,
  .ticket-card:nth-child(4) .ticket-photo{object-position:center 48%}
  .extra-perk .perk-mark{width:27px;height:27px;flex-basis:27px;font-size:29px}
}


/* Final mobile sizing: match the compact original card proportions without changing typography/colors */
@media(max-width:760px){
  main{
    padding-left:17px;
    padding-right:17px;
    padding-bottom:60px;
  }

  .section-heading{
    margin:15px 0 22px;
    gap:28px;
  }

  .tickets-grid{
    gap:18px;
  }

  .ticket-card{
    margin:0;
    border-radius:5px;
  }

  /* Original screenshot proportion: compact 377px visual area */
  .ticket-photo{
    height:377px;
  }

  .ticket-title{
    padding:18px 16px 17px;
  }

  .ticket-details{
    padding:12px 16px 11px;
  }

  .prices{
    padding:10px 0;
  }

  .perks{
    margin:8px 0 12px;
  }

  .ideal{
    margin:10px 0 8px;
  }

  .location{
    padding:5px;
  }

  .buy{
    margin-top:6px;
    padding:13px 8px;
  }
}


/* Additional official ticket sections */
.tickets-section + .tickets-section{margin-top:56px}
.tickets-section + .tickets-section .section-heading{margin-top:0}
@media(max-width:760px){
  .tickets-section + .tickets-section{margin-top:42px}
  .tickets-section + .tickets-section .section-heading{margin-bottom:22px}
}


/* Official grandstand photography */
.ticket-photo { overflow:hidden; background:#111; }
.ticket-photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}


.location-modal{
  position:fixed;inset:0;background:rgba(0,0,0,.88);display:none;
  align-items:center;justify-content:center;z-index:9999;padding:22px;
}
.location-modal.open{display:flex}
.location-modal-box{position:relative;width:min(1000px,100%);max-height:90vh}
.location-modal-box img{
  width:100%;max-height:90vh;object-fit:contain;display:block;
  background:#151515;border-radius:8px;
}
.location-close{
  position:absolute;right:-10px;top:-12px;width:42px;height:42px;border-radius:50%;
  border:0;background:#e10600;color:#fff;font-size:28px;line-height:38px;cursor:pointer;z-index:2;
}
@media(max-width:760px){
 .location-modal{padding:12px}
 .location-close{right:0;top:-48px}
}

/* Tribuna Yeri: video exampleindeki gibi popup olmadan üstteki fotoğrafı dəyişir */
.ticket-photo{
  position:relative;
  overflow:hidden;
}
.ticket-photo .main-tribune-photo{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}


/* ===== EDITABLE FORMULA-STYLE FOOTER ===== */
.site-footer{
  margin-top:42px;
  background:#030405;
  color:#f0f2f4;
  padding:0 0 42px;
}
.footer-wrap{max-width:1180px;margin:0 auto;padding:0 22px}
.footer-block{padding:0 0 26px}
.footer-line{height:1px;background:#27303a;margin:0 0 18px}
.site-footer h2{
  margin:0 0 18px;
  font-family:"Formula1 Display","Arial Black",Arial,sans-serif;
  font-size:21px;line-height:1.05;letter-spacing:.2px;font-weight:800;color:#eef0f3;
}
.contact-row{margin:0 0 17px}
.contact-row h3{
  margin:0 0 4px;font-size:19px;line-height:1.1;font-family:"Formula1 Display",Arial,sans-serif;
  font-weight:800;color:#eef0f3;
}
.contact-row p{margin:0;font-size:16px;font-weight:700;letter-spacing:.15px;color:#d9dde1}
.contact-row a{color:#ef0715;text-decoration:none}
.contact-sep{color:#c6c8cb;padding:0 8px}
.whatsapp-mark{display:inline-block;font-size:18px;transform:rotate(-30deg);margin-left:4px}
.newsletter-copy{margin:0 0 18px;color:#eef0f3;font-size:16px;font-weight:600}
.newsletter-form{display:flex;align-items:center;border-bottom:2px solid #df0714;padding-bottom:5px}
.newsletter-form input{flex:1;background:transparent;border:0;outline:0;color:#fff;font-size:19px;padding:8px 0}
.newsletter-form input::placeholder{color:#9298a2}
.newsletter-form button{border:0;background:transparent;color:#f10817;font-size:27px;line-height:1;cursor:pointer;padding:0 0 0 12px}
.social-links{display:flex;gap:16px;margin:0 0 28px}
.social-links a{
  width:40px;height:40px;border:1px solid #28303a;border-radius:8px;display:grid;place-items:center;
  color:#e7e9eb;text-decoration:none;font-size:22px;font-weight:700;
}
.social-links a:last-child{font-size:16px}
.footer-brands{display:flex;align-items:center;gap:40px;flex-wrap:wrap;margin:6px 0 20px}
.bcc-brand{display:flex;align-items:center;gap:10px;font-size:20px;line-height:.92;color:#dfe2e5}
.bcc-mark{font-size:66px;font-weight:1000;line-height:.7;letter-spacing:-12px;display:inline-block;transform:scaleX(1.15)}
.partner-brand{display:grid;grid-template-columns:28px auto;column-gap:7px;align-items:center}
.partner-brand b{grid-row:1/3;background:#e7e9eb;color:#101214;width:25px;height:29px;border-radius:2px;display:grid;place-items:center;font-size:21px}
.partner-brand strong{font-size:24px;line-height:1;color:#e5e6e7}
.partner-brand small{font-size:14px;color:#e0e2e4;margin-top:5px}
.footer-legal{padding-top:0}
.legal-text{font-size:11px;line-height:1.55;color:#767d87;margin:0 0 17px;font-weight:600}
.copyright{font-size:11px;color:#707783;margin:0 0 21px;font-weight:700}
.designed{font-size:11px;color:#d8dce0;margin:0;font-weight:700}
.designed::first-letter{color:#d8dce0}
@media(min-width:800px){
  .site-footer{margin-top:64px}
  .footer-wrap{padding:0 32px}
}
@media(max-width:560px){
  .footer-wrap{padding:0 7px}
  .site-footer{padding-bottom:36px}
  .site-footer h2{font-size:18px}
  .contact-row h3{font-size:17px}
  .contact-row p{font-size:14px}
  .footer-brands{gap:30px}
}


/* ===== FOOTER PRECISION FIX =====
   This block is deliberately scoped to the footer so the rest of the site
   keeps its original dimensions and typography. */
.site-footer{
  margin-top:42px !important;
  background:#020304 !important;
  color:#eef0f2;
  padding:0 0 42px !important;
}
.site-footer .footer-wrap{
  width:100%;
  max-width:510px !important;
  margin:0 auto;
  padding:0 7px !important;
  box-sizing:border-box;
}
.site-footer .footer-block{padding:0 0 24px !important}
.site-footer .footer-line{
  height:1px !important;
  background:#26303a !important;
  margin:0 0 17px !important;
}
.site-footer h2,
.site-footer h3,
.site-footer p,
.site-footer input,
.site-footer button,
.site-footer small,
.site-footer a{
  font-family:"Formula1 Display","Arial Narrow",Arial,sans-serif;
  font-synthesis:none;
}
.site-footer h2{
  margin:0 0 18px !important;
  font-size:18px !important;
  line-height:1.05 !important;
  font-weight:800 !important;
  letter-spacing:-.15px !important;
  color:#eef0f2 !important;
}
.site-footer .contact-row{margin:0 0 16px !important}
.site-footer .contact-row h3{
  margin:0 0 5px !important;
  font-size:18px !important;
  line-height:1.05 !important;
  font-weight:800 !important;
  letter-spacing:-.1px !important;
}
.site-footer .contact-row p{
  margin:0 !important;
  font-family:"Formula1 Display",Arial,sans-serif;
  font-size:15px !important;
  line-height:1.25 !important;
  font-weight:600 !important;
  letter-spacing:0 !important;
}
.site-footer .contact-row a{color:#ef0715 !important;text-decoration:none !important}
.site-footer .contact-sep{padding:0 7px !important}
.site-footer .newsletter-copy{
  margin:0 0 18px !important;
  font-size:15px !important;
  line-height:1.3 !important;
  font-weight:600 !important;
}
.site-footer .newsletter-form{
  border-bottom:2px solid #dc0715 !important;
  padding-bottom:4px !important;
}
.site-footer .newsletter-form input{
  min-width:0;
  font-size:18px !important;
  padding:7px 0 !important;
  letter-spacing:.05px !important;
}
.site-footer .newsletter-form input::placeholder{color:#8e949e !important}
.site-footer .newsletter-form button{
  font-size:25px !important;
  color:#ef0715 !important;
}
.site-footer .social-links{
  gap:16px !important;
  margin:0 0 29px !important;
}
.site-footer .social-links a{
  width:39px !important;
  height:39px !important;
  border:1px solid #252d36 !important;
  border-radius:8px !important;
  font-family:Arial,sans-serif !important;
  font-size:21px !important;
}
.site-footer .social-links a:last-child{font-size:16px !important}

.site-footer .footer-brands{
  display:flex !important;
  align-items:center !important;
  gap:39px !important;
  flex-wrap:nowrap !important;
  margin:0 0 25px !important;
}
.site-footer .bcc-brand{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  min-width:115px;
  color:#e7e9eb !important;
  font-size:18px !important;
  line-height:.96 !important;
  white-space:pre-line;
}
.site-footer .bcc-brand img{
  width:62px !important;
  height:67px !important;
  object-fit:contain !important;
  display:block !important;
  flex:none;
}
.site-footer .partner-brand{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:7px !important;
  min-width:0;
}
.site-footer .partner-brand img{
  width:126px !important;
  height:auto !important;
  max-height:38px !important;
  object-fit:contain !important;
  display:block !important;
}
.site-footer .partner-brand small{
  margin:0 !important;
  font-size:14px !important;
  line-height:1 !important;
  color:#e2e4e7 !important;
  white-space:nowrap;
}
.site-footer .legal-text{
  font-family:Arial,sans-serif !important;
  font-size:10px !important;
  line-height:1.55 !important;
  font-weight:600 !important;
  color:#747b85 !important;
  margin:0 0 17px !important;
}
.site-footer .copyright,
.site-footer .designed{
  font-size:10px !important;
  line-height:1.25 !important;
  font-weight:700 !important;
}
.site-footer .copyright{color:#747b85 !important;margin:0 0 21px !important}
.site-footer .designed{margin:0 !important;color:#d9dde1 !important}

@media(min-width:700px){
  .site-footer .footer-wrap{
    max-width:1180px !important;
    padding:0 28px !important;
  }
}


/* =========================================================
   FOOTER — FORMULA 1 TYPOGRAPHY + AZERBAIJANI CHARACTER FIX
   Formula 1 is used wherever its glyph exists.
   Exo 2 is only the fallback for Azerbaijani-specific letters
   such as Ə/ə, Ş/ş, İ/ı, Ö/ö, Ü/ü, Ğ/ğ, Ç/ç.
   ========================================================= */

@font-face{
  font-family:"Footer Formula 1";
  src:url("https://www.bakucitycircuit.com/fonts/Display/Formula1CyrGrk-Display-Regular.woff2") format("woff2");
  font-style:normal;
  font-weight:400 600;
  font-display:swap;
}
@font-face{
  font-family:"Footer Formula 1";
  src:url("https://www.bakucitycircuit.com/fonts/Display/Formula1CyrGrk-Display-Bold.woff2") format("woff2");
  font-style:normal;
  font-weight:700 900;
  font-display:swap;
}

/* Only the footer font is changed. The rest of the site remains untouched. */
.site-footer,
.site-footer h2,
.site-footer h3,
.site-footer p,
.site-footer a,
.site-footer input,
.site-footer button,
.site-footer small,
.site-footer span{
  font-family:"Footer Formula 1","Exo 2",Arial,sans-serif !important;
  font-synthesis:none !important;
}

/* Formula 1-like compact headings */
.site-footer h2,
.site-footer .contact-row h3{
  font-family:"Footer Formula 1","Exo 2",Arial,sans-serif !important;
  font-weight:800 !important;
  letter-spacing:-.35px !important;
  transform:scaleY(.96);
  transform-origin:left center;
}

/* Keep normal text compact but readable */
.site-footer .contact-row p,
.site-footer .newsletter-copy,
.site-footer .partner-brand small{
  font-family:"Footer Formula 1","Exo 2",Arial,sans-serif !important;
  font-weight:600 !important;
  letter-spacing:-.08px !important;
}

/* Azerbaijani fallback letters keep their weight visually close */
.site-footer .legal-text{
  font-family:"Footer Formula 1","Exo 2",Arial,sans-serif !important;
  font-weight:600 !important;
}

/* Email and small legal text */
.site-footer .newsletter-form input{
  font-family:"Footer Formula 1","Exo 2",Arial,sans-serif !important;
  font-weight:500 !important;
}
.site-footer .copyright,
.site-footer .designed{
  font-family:"Footer Formula 1","Exo 2",Arial,sans-serif !important;
}


/* =========================================================
   BİLET SEÇİMİ — ORİJİNAL REFERANS STİLİ
   ========================================================= */
body.seat-modal-open{overflow:hidden!important}

/* Modal site başlığının altında açılır; üstteki logo korunur */
.seat-modal{
  position:fixed;left:0;right:0;bottom:0;top:96px;
  z-index:9999;display:none;
  background:#1d1f21;
  padding:0;overflow:hidden;
  backdrop-filter:none;
}
.seat-modal.open{display:block}

.seat-modal-box{
  width:100%;height:100%;max-height:none;margin:0;
  display:block;overflow-y:auto;overflow-x:hidden;
  background:#1d1f21;border:0;border-radius:0;box-shadow:none;
}

/* Kırmızı başlık */
.seat-modal-head{
  height:56px;min-height:56px;
  padding:0 21px;
  display:flex;align-items:center;justify-content:space-between;
  background:#f4071a;color:#fff;
  font-family:'Formula1','Exo 2',Arial,sans-serif;
  font-size:18px;font-weight:800;letter-spacing:.05px;
}
.seat-close{
  width:42px;height:56px;padding:0;border:0;background:transparent;
  color:#fff;cursor:pointer;font-family:Arial,sans-serif;
  font-size:34px;font-weight:300;line-height:1;
  display:flex;align-items:center;justify-content:center;
}

.seat-modal-body{display:block;min-height:calc(100% - 56px);overflow:visible}
.seat-map-area{display:block;background:#1d1f21;padding:14px 0 0}

/* Harita: çok sayıda koltukta sadece yatay kayar */
.seat-scroll{
  width:100%;overflow-x:auto;overflow-y:hidden;
  padding:0 0 12px;background:#1d1f21;
  scrollbar-width:none;-ms-overflow-style:none;
  -webkit-overflow-scrolling:touch;
}
.seat-scroll::-webkit-scrollbar{display:none}
.seat-grid-wrap{
  width:max-content;min-width:100%;box-sizing:border-box;
  padding:0 14px;
  --seat-size:33px;
  --seat-gap:8px;
  --seat-label:26px;
}
.seat-header-row{display:none}
.seat-row{
  display:flex;align-items:center;gap:var(--seat-gap);
  width:max-content;margin:0 0 9px;
}
.seat-row-number{
  position:sticky;left:0;z-index:3;
  width:var(--seat-label);min-width:var(--seat-label);height:29px;
  display:flex;align-items:center;justify-content:center;
  background:#1d1f21;color:#c7cacf;
  font-family:'Formula1','Exo 2',Arial,sans-serif;
  font-size:15px;font-weight:700;line-height:1;
}
.seat-cell{
  appearance:none;
  width:var(--seat-size);min-width:var(--seat-size);height:29px;
  padding:0;border:0;border-radius:8px;
  background:#2b2d30;color:#74787c;
  font-family:'Formula1','Exo 2',Arial,sans-serif;
  font-size:13px;font-weight:500;line-height:29px;text-align:center;
  cursor:pointer;box-shadow:none;transition:background .12s,color .12s;
}
.seat-cell:hover:not(:disabled){background:#373a3e;color:#fff}
.seat-cell.is-selected{background:#f4071a;color:#fff;font-weight:800}
.seat-cell.is-sold{background:#242629;color:#484b4f;opacity:.72;cursor:not-allowed}
.seat-gap{display:none}
.seat-scroll-hint,.seat-legend{display:none}

/* Referanstaki kırmızı / gri yatay gösterge */
.seat-progress{
  height:9px;margin:0;background:#9c9ea1;
  border-radius:0;overflow:hidden;
}
.seat-progress span{
  display:block;width:16%;height:100%;
  background:#f4071a;border-radius:0 6px 6px 0;
}

/* Alt ödeme alanı */
.seat-side{
  border:0;background:#1d1f21;
  padding:22px 20px 16px;overflow:visible;
}
.seat-side-title,.seat-side-sub{display:none}
.seat-summary{
  margin:0;padding:0;border:0;
  font-family:'Formula1','Exo 2',Arial,sans-serif;
}
.seat-total{
  display:flex;align-items:baseline;justify-content:center;gap:9px;
  margin:0 0 22px;padding:0;border:0;color:#d9dbde;
}
.seat-total span{font-size:18px;font-weight:700}
.seat-total strong{font-size:33px;font-weight:800;line-height:1;color:#e4e5e7}
.seat-confirm{
  width:100%;height:38px;padding:0;border:0;border-radius:6px;
  background:#f4071a;color:#fff;
  font-family:'Formula1','Exo 2',Arial,sans-serif;
  font-size:16px;font-weight:800;letter-spacing:.1px;cursor:pointer;
}
.seat-confirm:hover{background:#ff1024}

/* Seçilen biletler */
.selected-list{
  display:flex;flex-wrap:wrap;gap:12px;
  max-height:none;margin:22px 0 0;padding:0;
  overflow-x:auto;overflow-y:hidden;
  border:0;border-radius:0;background:transparent;
  scrollbar-width:thin;scrollbar-color:#8d9094 transparent;
}
.selected-list::-webkit-scrollbar{height:8px}
.selected-list::-webkit-scrollbar-track{background:transparent}
.selected-list::-webkit-scrollbar-thumb{background:#8d9094;border-radius:8px}
.seat-empty{padding:8px 0;color:#73777c;font-size:13px}
.selected-ticket-card{
  width:210px;min-width:210px;min-height:122px;box-sizing:border-box;
  padding:13px;background:#292b2e;color:#fff;
  font-family:'Formula1','Exo 2',Arial,sans-serif;
}
.selected-ticket-head{
  display:flex;align-items:center;justify-content:space-between;
  color:#f4071a;font-size:16px;font-weight:800;
}
.selected-ticket-head button{
  border:0;background:transparent;color:#aeb1b5;
  font-size:25px;line-height:1;padding:0;cursor:pointer;
}
.selected-ticket-meta{
  display:flex;justify-content:space-between;gap:10px;
  margin-top:15px;color:#b9bdc1;font-size:9px;font-weight:700;text-transform:uppercase;
}
.selected-ticket-meta strong{color:#e4e6e8}
.selected-ticket-line{height:1px;margin:9px 0;background:#666a6e}
.selected-ticket-type{color:#d5d8da;font-size:10px;line-height:1.45}
.selected-ticket-type small{color:#9ca0a5;font-size:8px}
.selected-ticket-price{
  margin-top:-26px;text-align:right;color:#d7dadd;font-size:15px;font-weight:800;
}

/* Telefon: referans görüntüsüne göre tam genişlik */
@media(max-width:700px){
  .seat-modal{top:64px}
  .seat-modal-head{height:56px;min-height:56px;padding:0 21px;font-size:18px}
  .seat-grid-wrap{padding:0 14px;--seat-size:33px;--seat-gap:8px;--seat-label:26px}
  .seat-row{margin-bottom:9px}
  .seat-cell{height:29px;font-size:13px}
  .seat-row-number{height:29px;font-size:15px}
  .seat-side{padding:22px 20px 16px}
}
@media(max-width:420px){
  .seat-grid-wrap{padding:0 10px;--seat-size:32px;--seat-gap:7px;--seat-label:24px}
  .seat-modal-head{padding:0 18px;font-size:16px}
  .seat-side{padding-left:16px;padding-right:16px}
  .seat-total strong{font-size:31px}
}

/* Masaüstünde geniş ve lüks, fakat sade */
@media(min-width:701px){
  .seat-modal{top:96px;background:rgba(0,0,0,.78);padding:24px;display:none;align-items:center;justify-content:center}
  .seat-modal.open{display:flex}
  .seat-modal-box{width:min(1120px,100%);height:min(780px,calc(100vh - 130px));background:#1d1f21;box-shadow:0 30px 100px rgba(0,0,0,.72)}
  .seat-scroll{padding-bottom:14px}
  .seat-grid-wrap{padding:0 20px;--seat-size:36px;--seat-gap:9px;--seat-label:32px}
  .seat-cell{height:32px;line-height:32px;font-size:14px}
  .seat-row-number{height:32px;font-size:16px}
  .seat-side{padding:28px 28px 24px}
  .seat-confirm{height:46px;font-size:17px}
}

/* =========================================================
   SEAT MAP — 605x746 REFERANS EKRANINA GÖRE PİKSEL STİL
   ========================================================= */
@font-face{
  font-family:"F1 Baku Display";
  src:url("https://www.bakucitycircuit.com/fonts/Display/Formula1CyrGrk-Display-Regular.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"F1 Baku Display";
  src:url("https://www.bakucitycircuit.com/fonts/Display/Formula1CyrGrk-Display-Bold.woff2") format("woff2");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

body.seat-modal-open{overflow:hidden!important}
.seat-modal{background:#191919!important}
.seat-modal-box{background:#191919!important}
.seat-modal-head{
  height:56px!important;min-height:56px!important;
  padding:0 21px!important;
  background:#e60118!important;
  color:#fff!important;
  font-family:"F1 Baku Display","Formula1",Arial,sans-serif!important;
  font-size:18px!important;font-weight:700!important;
  letter-spacing:0!important;
}
.seat-close{
  width:38px!important;height:56px!important;
  color:#fff!important;font-size:32px!important;font-weight:400!important;
}
.seat-modal-body{background:#191919!important}
.seat-map-area{background:#191919!important;padding:15px 0 0!important}
.seat-scroll{background:#191919!important;padding:0 0 12px!important}
.seat-grid-wrap{
  padding:0 8px!important;
  --seat-size:33px!important;
  --seat-gap:8px!important;
  --seat-label:24px!important;
}
.seat-row{gap:8px!important;margin:0 0 9px!important}
.seat-row-number{
  width:24px!important;min-width:24px!important;height:29px!important;
  background:#191919!important;color:#a8a8aa!important;
  font-family:"F1 Baku Display","Formula1",Arial,sans-serif!important;
  font-size:15px!important;font-weight:400!important;
}
.seat-cell{
  width:33px!important;min-width:33px!important;height:29px!important;
  border-radius:8px!important;border:0!important;
  background:#2a2929!important;color:#666668!important;
  font-family:"F1 Baku Display","Formula1",Arial,sans-serif!important;
  font-size:13px!important;font-weight:400!important;line-height:29px!important;
  box-shadow:none!important;
}
.seat-cell:hover:not(:disabled){background:#353434!important;color:#9c9c9e!important}
.seat-cell.is-selected{background:#e60118!important;color:#fff!important;font-weight:700!important}
.seat-cell.is-sold{background:#242424!important;color:#4d4d4f!important;opacity:1!important}
.seat-progress{
  height:9px!important;margin:0!important;
  background:#707070!important;border-radius:0!important;
}
.seat-progress span{
  width:16.5%!important;height:9px!important;
  background:#e60118!important;border-radius:0 5px 5px 0!important;
}
.seat-side{background:#191919!important;padding:24px 20px 13px!important}
.seat-summary{font-family:"F1 Baku Display","Formula1",Arial,sans-serif!important}
.seat-total{gap:9px!important;margin:0 0 23px!important;color:#d5d5d7!important}
.seat-total span{font-size:18px!important;font-weight:400!important;letter-spacing:0!important}
.seat-total strong{font-size:33px!important;font-weight:400!important;color:#e5e5e7!important;letter-spacing:0!important}
.seat-confirm{
  height:39px!important;border-radius:6px!important;
  background:#e60118!important;color:#fff!important;
  font-family:"F1 Baku Display","Formula1",Arial,sans-serif!important;
  font-size:16px!important;font-weight:700!important;
  letter-spacing:0!important;
}
.selected-list{
  display:flex!important;flex-wrap:nowrap!important;gap:12px!important;
  margin:22px 0 0!important;padding:0 0 9px!important;
  overflow-x:auto!important;overflow-y:hidden!important;
  background:transparent!important;
  scrollbar-width:thin!important;scrollbar-color:#707070 transparent!important;
}
.selected-list::-webkit-scrollbar{height:9px!important}
.selected-list::-webkit-scrollbar-track{background:#191919!important}
.selected-list::-webkit-scrollbar-thumb{background:#707070!important;border-radius:8px!important}
.selected-ticket-card{
  width:210px!important;min-width:210px!important;min-height:115px!important;
  padding:13px 12px!important;background:#2a2929!important;
  font-family:"F1 Baku Display","Formula1",Arial,sans-serif!important;
}
.selected-ticket-head{color:#e60118!important;font-size:16px!important;font-weight:700!important}
.selected-ticket-head button{color:#a8a8aa!important;font-size:25px!important}
.selected-ticket-meta{margin-top:15px!important;color:#aaa!important;font-size:9px!important;font-weight:400!important}
.selected-ticket-meta strong{color:#d6d6d8!important;font-weight:400!important}
.selected-ticket-line{margin:9px 0!important;background:#5c5c5c!important}
.selected-ticket-type{color:#dedee0!important;font-size:10px!important;font-weight:400!important}
.selected-ticket-type small{color:#b2b2b4!important;font-size:8px!important}
.selected-ticket-price{color:#dddde0!important;font-size:15px!important;font-weight:700!important}
.seat-empty{color:#77777a!important;font-family:"F1 Baku Display","Formula1",Arial,sans-serif!important}

/* Referans telefon düzeni: üst logo alanı 53px, sonra tam ekran seat map */
@media(max-width:700px){
  .topbar{height:53px!important;padding:0 20px!important;background:#010101!important}
  .brand{height:53px!important}
  .brand img{height:20px!important;max-width:250px!important}
  .seat-modal{top:53px!important;background:#191919!important}
  .seat-modal-head{height:56px!important;min-height:56px!important;padding:0 21px!important;font-size:18px!important}
  .seat-map-area{padding-top:15px!important}
  .seat-grid-wrap{padding:0 8px!important;--seat-size:33px!important;--seat-gap:8px!important;--seat-label:24px!important}
  .seat-side{padding:24px 20px 13px!important}
}
@media(max-width:420px){
  .seat-grid-wrap{padding:0 8px!important;--seat-size:32px!important;--seat-gap:7px!important;--seat-label:24px!important}
  .seat-cell{height:29px!important}
  .seat-modal-head{padding:0 18px!important}
}
@media(min-width:701px){
  .seat-modal{top:96px!important;background:rgba(0,0,0,.82)!important;padding:28px!important}
  .seat-modal-box{width:min(1200px,100%)!important;height:min(820px,calc(100vh - 152px))!important;background:#191919!important}
  .seat-modal-head{font-size:19px!important}
  .seat-grid-wrap{padding:0 22px!important;--seat-size:36px!important;--seat-gap:9px!important;--seat-label:32px!important}
  .seat-cell{height:32px!important;line-height:32px!important}
  .seat-row-number{height:32px!important}
}


/* SEAT TYPE POPUP — reference style */
.seat-scroll{position:relative!important;overflow:auto!important}
.seat-choice-popover{position:absolute;z-index:80;width:390px;min-width:390px;background:#252629;box-shadow:0 18px 48px rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.05);color:#e7e7e7;font-family:Arial,sans-serif}
.seat-choice-top{height:43px;background:#c7c7c9;color:#292b2f;display:flex;align-items:center;border-bottom:1px solid #5d5e61}
.seat-choice-top span{flex:1;height:100%;display:flex;align-items:center;justify-content:center;font-size:17px;letter-spacing:.4px}
.seat-choice-top span+span{border-left:1px solid #696a6c}
.seat-choice-top b{color:#ef061b;margin-left:6px;font-weight:900}
.seat-choice-top button{width:46px;height:43px;border:0;background:transparent;color:#eee;font-size:28px;cursor:pointer;line-height:1}
.seat-choice-options{display:grid;grid-template-columns:1fr 1fr}
.seat-choice-options button{height:122px;background:#252629;border:0;color:#f0f0f0;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;font-family:inherit;position:relative}
.seat-choice-options button+button{border-left:1px solid #55565a}
.seat-choice-options button:hover{background:#2c2e31}
.seat-choice-options strong{font-size:19px;font-weight:500;margin-bottom:7px;letter-spacing:.3px}
.seat-choice-options small{font-size:11px;color:#989a9f;letter-spacing:.4px;font-weight:600}
.seat-choice-options em{font-style:normal;font-size:25px;font-weight:500;color:#f0f0f0;margin-top:8px}
@media(max-width:620px){.seat-choice-popover{width:380px;min-width:380px}.seat-choice-options button{height:122px}.seat-choice-top span{font-size:16px}.seat-choice-options strong{font-size:18px}}


/* ============================================================
   PREMIUM SEAT TYPE POPUP + REMOVE MOBILE BLUE TAP HIGHLIGHTS
   ============================================================ */
*{
  -webkit-tap-highlight-color:transparent!important;
  -webkit-touch-callout:none;
}
button,a,input,select,textarea,[role="button"]{
  -webkit-tap-highlight-color:transparent!important;
}
button:focus,button:focus-visible,a:focus,a:focus-visible,input:focus,input:focus-visible,select:focus,select:focus-visible,textarea:focus,textarea:focus-visible{
  outline:none!important;
  box-shadow:none!important;
}

/* Seat-type selector: Formula 1 typography, clean premium proportions */
.seat-choice-popover{
  width:390px!important;
  min-width:390px!important;
  background:#202123!important;
  border:1px solid #393a3d!important;
  border-radius:0!important;
  overflow:hidden!important;
  box-shadow:0 24px 70px rgba(0,0,0,.68)!important;
  color:#f2f2f3!important;
  font-family:"F1 Baku Display","Formula1",Arial,sans-serif!important;
  animation:seatChoiceIn .16s ease-out both;
}
@keyframes seatChoiceIn{
  from{opacity:0;transform:translateY(8px) scale(.985)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
.seat-choice-top{
  height:48px!important;
  background:#c9c9cb!important;
  color:#2b2d31!important;
  border-bottom:1px solid #47484c!important;
}
.seat-choice-top span{
  font-family:"F1 Baku Display","Formula1",Arial,sans-serif!important;
  font-size:16px!important;
  font-weight:400!important;
  letter-spacing:.45px!important;
}
.seat-choice-top span+span{border-left:1px solid #76777a!important}
.seat-choice-top b{
  color:#e60118!important;
  margin-left:7px!important;
  font-weight:700!important;
}
.seat-choice-top button{
  width:48px!important;
  height:48px!important;
  color:#f2f2f3!important;
  font-family:Arial,sans-serif!important;
  font-size:27px!important;
  font-weight:300!important;
  transition:background .15s ease,color .15s ease!important;
}
.seat-choice-top button:hover{background:#b9b9bb!important;color:#e60118!important}

.seat-choice-options{background:#202123!important}
.seat-choice-options button{
  height:126px!important;
  background:#202123!important;
  color:#f4f4f5!important;
  font-family:"F1 Baku Display","Formula1",Arial,sans-serif!important;
  transition:background .16s ease!important;
}
.seat-choice-options button+button{border-left:1px solid #46474a!important}
.seat-choice-options button:hover{background:#28292c!important}
.seat-choice-options button:active{background:#2d2e31!important}
.seat-choice-options strong{
  font-family:"F1 Baku Display","Formula1",Arial,sans-serif!important;
  font-size:18px!important;
  font-weight:400!important;
  letter-spacing:.15px!important;
  margin-bottom:8px!important;
}
.seat-choice-options small{
  font-family:"F1 Baku Display","Formula1",Arial,sans-serif!important;
  font-size:9px!important;
  font-weight:400!important;
  letter-spacing:.5px!important;
  color:#96979b!important;
}
.seat-choice-options em{
  font-family:"F1 Baku Display","Formula1",Arial,sans-serif!important;
  font-size:25px!important;
  font-weight:400!important;
  letter-spacing:.2px!important;
  color:#f3f3f4!important;
  margin-top:9px!important;
}

/* On narrow screens keep the selector wide and horizontally aligned with the map. */
@media(max-width:620px){
  .seat-choice-popover{width:390px!important;min-width:390px!important}
  .seat-choice-top{height:47px!important}
  .seat-choice-top button{height:47px!important}
  .seat-choice-options button{height:124px!important}
}

/* Availability state: keep the seat background fixed; only the number shows availability */
.seat-cell:not(.is-sold):not(.is-selected){background:#242424!important;color:#f4f4f5!important}.seat-cell.is-sold{background:#242424!important;color:#515258!important}


/* ===== MOBILE HORIZONTAL SEAT MAP FIX ===== */
.seat-map-area{width:100%;min-width:0;overflow:hidden!important}
.seat-scroll{display:block!important;width:100%!important;max-width:100%!important;overflow-x:scroll!important;overflow-y:hidden!important;touch-action:pan-x!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain!important;scrollbar-width:auto!important}
.seat-scroll::-webkit-scrollbar{display:block!important;height:9px!important}.seat-scroll::-webkit-scrollbar-track{background:#242424!important}.seat-scroll::-webkit-scrollbar-thumb{background:#747474!important;border-radius:99px!important}
.seat-grid-wrap{min-width:max-content!important;width:max-content!important;padding-right:20px!important}
@media(max-width:700px){.seat-modal-box{overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important}.seat-scroll{min-height:1px!important;touch-action:pan-x!important}.seat-cell{touch-action:manipulation!important}.seat-row{width:max-content!important}}

/* === 2026 RESPONSIVE / PREMIUM STABILITY PASS === */
*{min-width:0;-webkit-tap-highlight-color:transparent}html{overflow-x:hidden}body{overflow-x:hidden}button,a,input,textarea{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #f10819;outline-offset:2px}.topbar{width:100%;max-width:none}.tickets-grid{align-items:stretch}.ticket-card{min-width:0}.ticket-photo img{display:block;width:100%;max-width:100%;object-fit:cover}.buy{width:100%;min-height:54px}.prices{gap:0}.prices>div{min-width:0}.prices strong{white-space:nowrap}.site-footer{width:100%;overflow:hidden}.footer-wrap{max-width:100%}
#seatMapModal,.seat-modal{overscroll-behavior:contain}.seat-map-panel{max-width:100%;}.seat-scroll{max-width:100%;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;overscroll-behavior:contain}.seat-grid{width:max-content}.seat-choice-popover{max-width:calc(100vw - 24px)}
@media(max-width:700px){body{font-size:15px}.topbar{min-height:52px;padding-inline:14px}.brand img{max-width:250px;width:min(64vw,250px)}main#tickets{padding-inline:12px}.tickets-section{margin-bottom:26px}.section-heading h1{font-size:25px}.tickets-grid{grid-template-columns:1fr!important;gap:18px}.ticket-card{border-radius:8px}.ticket-title{padding:16px 16px 13px}.ticket-details{padding:13px 16px 16px}.ticket-photo img{aspect-ratio:1.35/1;object-fit:cover}.prices strong{font-size:29px}.prices span{font-size:10px}.perks{grid-template-columns:1fr 1fr}.perks>div{font-size:11px}.ideal{font-size:14px;line-height:1.35}.location{padding:8px 0}.buy{min-height:52px;font-size:17px}.footer-wrap{padding-inline:7px}.footer-block{padding-inline:0}.footer-brands{gap:28px}.bcc-brand img{max-width:60px}.partner-brand img{max-width:115px}.legal-text{font-size:9px;line-height:1.5}
.seat-modal-panel,.seat-map-panel{width:100%!important;min-height:100dvh!important;border-radius:0!important}.seat-map-header{padding:14px 16px!important}.seat-map-title{font-size:17px!important}.seat-scroll{padding-bottom:12px!important}.seat-choice-popover{width:min(390px,calc(100vw - 24px))!important}.seat-choice-top{min-height:50px}.seat-choice-options strong{font-size:17px!important}.seat-choice-options em{font-size:26px!important}.seat-summary{padding:20px 16px!important}.seat-total{font-size:31px!important}.selected-seats{padding:0 16px 20px!important}.selected-ticket-card{max-width:100%!important}
}
@media(min-width:701px) and (max-width:1100px){.tickets-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* ===== TRIBUNE CARD: COMPACT MINIMAL PREMIUM MOBILE REFERENCE ===== */
@media (max-width:700px){
  main#tickets{padding-left:6px!important;padding-right:6px!important;padding-bottom:42px!important}
  .tickets-section{margin:0 0 22px!important}
  .section-heading{margin:18px 0 24px!important;padding:0!important;gap:22px!important}
  .section-heading h1{font-size:29px!important;line-height:1!important;font-weight:400!important;letter-spacing:.2px!important}
  .section-heading>div{background:#18202a!important;height:1px!important}
  .tickets-grid{gap:14px!important}
  .ticket-card{width:100%!important;border-radius:6px!important;border:1px solid #1c1e21!important;box-shadow:0 12px 30px rgba(0,0,0,.38)!important;background:#2f2f2f!important;transform:none!important}
  .ticket-card:hover{transform:none!important;box-shadow:0 12px 30px rgba(0,0,0,.38)!important}
  .ticket-photo{height:auto!important;aspect-ratio:1.08/1!important;background:#0b0d10!important}
  .ticket-photo img,.ticket-photo img.main-tribune-photo{height:100%!important;width:100%!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center!important}
  .ticket-title{padding:15px 16px 14px!important;background:#11151b!important;border-bottom:1px solid #24272b!important}
  .ticket-title small{font-size:12px!important;line-height:1.1!important;color:#d8d9db!important}
  .ticket-title h2{font-size:22px!important;line-height:1.05!important;margin-top:5px!important;color:#f1f2f3!important}
  .ticket-details{padding:13px 16px 14px!important;background:#303030!important}
  .ticket-details h3{font-size:13px!important;line-height:1.25!important;margin:0 0 11px!important;color:#eeeeef!important}
  .divider{background:#202020!important}
  .prices{padding:11px 0!important}
  .prices>div{min-height:60px!important}
  .prices strong{font-size:29px!important;line-height:1!important}
  .prices span{font-size:9px!important;margin-top:5px!important;color:#b9bbbe!important}
  .vat{font-size:13px!important;margin:11px 0!important;color:#c7c8ca!important}
  .perks{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px 8px!important;margin:8px 0 11px!important}
  .perks>div{gap:6px!important;align-items:center!important}
  .feature-icon{width:28px!important;height:28px!important;flex:0 0 28px!important}
  .perks span{font-size:9px!important;line-height:1.18!important;color:#c2c3c5!important}
  .ideal{font-size:13px!important;line-height:1.25!important;margin:10px 0 8px!important;color:#eeeeef!important}
  .location{font-size:14px!important;line-height:1.2!important;padding:5px 0!important;color:#d4d5d7!important}
  .buy{min-height:52px!important;margin-top:7px!important;padding:12px 8px!important;border-radius:5px!important;font-size:19px!important;background:#f4091a!important;box-shadow:none!important}
}

/* ===== COMPACT TRIBUNE CARD — final size correction ===== */
/* The tribune card is intentionally smaller and tighter, matching the reference proportions. */
.ticket-card{max-width:430px}
.ticket-photo{height:320px}
.ticket-title{padding:16px 18px 15px}
.ticket-title small{font-size:12px}
.ticket-title h2{font-size:25px;margin-top:5px}
.ticket-details{padding:14px 18px 16px}
.ticket-details h3{font-size:13px;margin-bottom:11px}
.prices{padding:11px 0}
.prices>div{min-height:58px}
.prices strong{font-size:29px}
.prices span{font-size:9px;margin-top:4px}
.vat{font-size:13px;margin:10px 0}
.perks{gap:8px 10px;margin:8px 0 10px}
.perks span{font-size:9px}
.feature-icon{width:26px;height:26px;flex-basis:26px}
.ideal{font-size:12px;margin:9px 0 6px}
.location{font-size:14px;padding:4px}
.buy{min-height:48px;font-size:19px;padding:12px 8px;margin-top:5px}

@media(max-width:760px){
  main{padding-left:18px;padding-right:18px}
  .tickets-grid{gap:16px}
  .ticket-card{width:100%;max-width:390px;margin:0 auto;border-radius:5px}
  .ticket-photo{height:300px}
  .ticket-title{padding:14px 16px 13px}
  .ticket-title small{font-size:11px}
  .ticket-title h2{font-size:20px;line-height:1.05;margin-top:4px}
  .ticket-details{padding:12px 16px 13px}
  .ticket-details h3{font-size:12px;line-height:1.25;margin-bottom:9px}
  .prices{padding:9px 0}
  .prices>div{min-height:52px}
  .prices strong{font-size:26px}
  .prices span{font-size:8px}
  .vat{font-size:12px;margin:9px 0}
  .perks{gap:7px 6px;margin:7px 0 9px}
  .perks span{font-size:8px;line-height:1.15}
  .feature-icon{width:24px;height:24px;flex-basis:24px}
  .ideal{font-size:11px;line-height:1.2;margin:8px 0 5px}
  .location{font-size:13px;padding:3px}
  .buy{min-height:46px;font-size:18px;padding:11px 8px;margin-top:4px}
}

/* ===== FINAL TRIBUNE CARD: wide mobile card + title directly on photo ===== */
@media(max-width:760px){
  /* Kart referanstaki gibi ekrana daha geniş yayılsın */
  main{padding-left:6px;padding-right:6px;}
  .section-heading{margin-left:0;margin-right:0;padding-left:0;padding-right:0;}
  .tickets-grid{width:100%;}
  .ticket-card{width:100%;}

  /* Referanstaki fotoğraf oranı */
  .ticket-photo{height:330px;position:relative;}

  /* Abşeron A başlığı artık ayrı siyah kutuda değil, fotoğrafın üzerinde */
  .ticket-title{
    position:relative;
    z-index:3;
    margin-top:-78px;
    min-height:78px;
    padding:24px 18px 14px;
    background:linear-gradient(to bottom,rgba(5,7,9,0),rgba(5,7,9,.78) 42%,rgba(5,7,9,.98) 100%);
    border-bottom:0;
    color:#fff;
  }
  .ticket-title small{color:#f2f3f4;text-shadow:0 2px 8px rgba(0,0,0,.65);}
  .ticket-title h2{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.65);}

  /* Detay alanı fotoğraf sonrası temiz şekilde başlasın */
  .ticket-details{padding:14px 16px 14px;}
}

@media(min-width:761px){
  .ticket-card{width:100%;}
  .ticket-photo{position:relative;}
  .ticket-title{
    position:relative;z-index:3;margin-top:-92px;min-height:92px;
    padding:30px 28px 18px;
    background:linear-gradient(to bottom,rgba(5,7,9,0),rgba(5,7,9,.8) 45%,rgba(5,7,9,.98) 100%);
    border-bottom:0;color:#fff;
  }
  .ticket-title small,.ticket-title h2{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.7);}
}


/* FINAL: title stays directly on the original photo — no separate black title strip */
.ticket-card .ticket-photo{
  position:relative!important;
  height:auto!important;
  aspect-ratio:auto!important;
  overflow:hidden!important;
  background:#0b0d10!important;
}
.ticket-card .ticket-photo img.main-tribune-photo{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
}
.ticket-card .ticket-title-overlay{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  z-index:3!important;
  margin:0!important;
  padding:42px 18px 16px!important;
  color:#fff!important;
  background:linear-gradient(to top,rgba(5,8,11,.88) 0%,rgba(5,8,11,.48) 42%,rgba(5,8,11,0) 100%)!important;
  border:0!important;
}
.ticket-card .ticket-title-overlay small{
  color:#e7e9ec!important;
  text-shadow:0 2px 8px rgba(0,0,0,.75)!important;
}
.ticket-card .ticket-title-overlay h2{
  color:#fff!important;
  text-shadow:0 2px 10px rgba(0,0,0,.8)!important;
}
@media(max-width:760px){
  main#tickets, main{padding-left:6px!important;padding-right:6px!important}
  .tickets-grid{gap:16px!important}
  .ticket-card{width:100%!important;max-width:none!important;margin:0!important}
  .ticket-card .ticket-photo{height:auto!important;aspect-ratio:auto!important}
  .ticket-card .ticket-photo img.main-tribune-photo{width:100%!important;height:auto!important;object-fit:contain!important}
  .ticket-card .ticket-title-overlay{padding:38px 17px 14px!important}
  .ticket-card .ticket-title-overlay small{font-size:11px!important}
  .ticket-card .ticket-title-overlay h2{font-size:22px!important;margin-top:4px!important}
}


/* ===== PREMIUM CHECKOUT / CART ===== */
.checkout-screen{
  position:fixed;inset:0;z-index:1000000;display:none;
  background:#030405;color:#eceef1;overflow:auto;
  font-family:"F1 Baku Display","Formula1","Exo 2",Arial,sans-serif;
}
.checkout-screen.open{display:block}
.checkout-shell{width:min(980px,100%);margin:0 auto;min-height:100dvh;background:#030405}
.checkout-header{
  height:94px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;
  border-bottom:1px solid #12171c;background:#030405;position:sticky;top:0;z-index:5
}
.checkout-brand img{width:260px;max-width:62vw;display:block}
.checkout-close{
  width:46px;height:46px;border:0;background:transparent;color:#f2f2f2;font-size:38px;
  line-height:1;cursor:pointer;font-family:Arial,sans-serif
}
.checkout-main{padding:46px 28px 70px}
.checkout-title-row{display:flex;align-items:center;gap:34px;margin:0 0 42px}
.checkout-title-row h1{margin:0;color:#f1f2f3;font-size:42px;line-height:1;font-weight:800;letter-spacing:.4px}
.checkout-title-row span{height:1px;background:#20262d;flex:1}

.buyer-form-section{
  margin:0 0 30px;padding:22px;background:linear-gradient(135deg,#12161b,#0b0d10);
  border:1px solid #242a31;border-radius:8px;box-shadow:0 18px 55px rgba(0,0,0,.28)
}
.checkout-section-label{font-size:14px;color:#f20b1e;letter-spacing:1px;margin:0 0 18px;font-weight:800}
.buyer-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.field-wide{grid-column:1/-1}
.premium-field{display:block;min-width:0}
.premium-field>span{display:block;font-size:10px;letter-spacing:.8px;color:#969ba2;margin:0 0 7px}
.premium-field input,.premium-field select{
  width:100%;height:52px;box-sizing:border-box;border:1px solid #30353b;border-radius:5px;
  background:#181b1f;color:#f2f3f4;padding:0 14px;font:500 16px "F1 Baku Display","Formula1","Exo 2",sans-serif;
  outline:none
}
.premium-field input::placeholder{color:#626872}
.premium-field input:focus,.premium-field select:focus{border-color:#f20b1e;box-shadow:0 0 0 2px rgba(242,11,30,.12)}
.id-input-row{display:flex;gap:8px}.id-input-row select{width:96px;flex:0 0 96px}.id-input-row input{flex:1}
.gender-switch{height:52px;display:grid;grid-template-columns:1fr 1fr;border:1px solid #30353b;border-radius:5px;overflow:hidden;background:#181b1f}
.gender-switch button{border:0;border-right:1px solid #30353b;background:transparent;color:#8d939b;font:700 13px "F1 Baku Display","Formula1",sans-serif;cursor:pointer}
.gender-switch button:last-child{border-right:0}.gender-switch button.active{background:#f20b1e;color:#fff}

.checkout-timer-row{
  min-height:70px;display:flex;align-items:center;gap:18px;font-size:22px;letter-spacing:.4px;color:#e6e8eb
}
.checkout-timer-row b{font-weight:800}.timer-icon{font-size:40px;line-height:1;color:#e8eaec}
.clear-cart{margin-left:auto;border:0;background:transparent;color:#d7dade;font:500 15px "F1 Baku Display","Formula1",sans-serif;cursor:pointer}
.clear-cart span{font-size:24px;margin-left:7px;vertical-align:middle}
.checkout-divider{height:1px;background:#34383d;margin:10px 0 28px}

.checkout-cart{display:grid;gap:14px;margin:0 0 38px}
.checkout-ticket-card{
  position:relative;padding:23px 58px 23px 22px;border-radius:8px;
  background:linear-gradient(115deg,#313337,#56585c);color:#f4f5f6;
  box-shadow:0 14px 32px rgba(0,0,0,.18)
}
.checkout-ticket-top{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:24px}
.checkout-ticket-top span{color:#dadcdf}.checkout-ticket-top strong{font-size:28px;font-weight:500}
.checkout-ticket-mid{font-size:28px;font-weight:800;margin-top:13px}
.checkout-ticket-type{font-size:16px;letter-spacing:.5px;margin-top:16px}.checkout-ticket-type small{font-size:10px;color:#d5d7da;margin-left:12px}
.checkout-ticket-seat{font-size:22px;margin-top:20px;letter-spacing:.7px}.checkout-ticket-seat span{margin-left:30px}
.checkout-remove{position:absolute;right:20px;bottom:20px;border:0;background:transparent;color:#eceef0;font-size:30px;cursor:pointer}
.checkout-empty{padding:38px;border:1px dashed #363b41;border-radius:7px;color:#8e949b;text-align:center}

.promo-row{display:flex;align-items:flex-end;gap:20px;margin:0 0 70px}
.promo-input{flex:1;position:relative}.promo-input input{width:100%;height:58px;border:0;border-bottom:2px solid #ef1023;background:transparent;color:#f2f2f2;padding:0;font:500 26px "F1 Baku Display","Formula1",sans-serif;outline:none}
.promo-input input::placeholder{color:#747a83}.promo-input input.promo-error{border-bottom-color:#f20b1e}.promo-input input.promo-ok{border-bottom-color:#38b86c}
.promo-row>button{height:58px;padding:0 26px;border:0;border-radius:8px;background:#b9bbc0;color:#fff;font:800 18px "F1 Baku Display","Formula1",sans-serif;cursor:pointer}
.checkout-total-row{display:flex;justify-content:flex-end;align-items:baseline;gap:12px;margin:0 0 28px;font-size:28px}
.checkout-total-row strong{font-size:48px;font-weight:500}
.checkout-note{font-size:15px;line-height:1.45;color:#d4d6d9;margin:36px 0}
.checkout-pay{width:100%;height:62px;border:0;border-radius:6px;background:#f2091d;color:#fff;font:800 20px "F1 Baku Display","Formula1",sans-serif;letter-spacing:.4px;cursor:pointer}
.checkout-pay:hover{background:#ff1026}
body.checkout-open{overflow:hidden!important}

@media(max-width:700px){
  .checkout-header{height:84px;padding:0 18px}.checkout-brand img{width:240px}
  .checkout-main{padding:32px 20px 54px}
  .checkout-title-row{gap:18px;margin-bottom:30px}.checkout-title-row h1{font-size:32px}
  .buyer-form-section{padding:17px 14px;margin-bottom:24px;border-radius:6px}
  .buyer-form-grid{grid-template-columns:1fr;gap:12px}.field-wide{grid-column:auto}
  .premium-field input,.premium-field select{height:50px;font-size:15px}
  .checkout-timer-row{flex-wrap:wrap;gap:10px;font-size:18px;padding:8px 0}
  .timer-icon{font-size:33px}.clear-cart{width:100%;margin-left:0;text-align:right;font-size:13px}
  .checkout-divider{margin:10px 0 20px}
  .checkout-ticket-card{padding:18px 48px 18px 17px}
  .checkout-ticket-top{font-size:18px}.checkout-ticket-top strong{font-size:24px}
  .checkout-ticket-mid{font-size:23px;margin-top:11px}
  .checkout-ticket-type{font-size:14px;margin-top:14px}.checkout-ticket-seat{font-size:18px;margin-top:18px}.checkout-ticket-seat span{margin-left:14px}
  .checkout-remove{right:12px;bottom:14px;font-size:27px}
  .promo-row{gap:10px;margin-bottom:52px}.promo-input input{height:52px;font-size:22px}.promo-row>button{height:52px;padding:0 16px;font-size:15px}
  .checkout-total-row{font-size:24px}.checkout-total-row strong{font-size:40px}
  .checkout-note{font-size:13px;margin:26px 0}.checkout-pay{height:58px;font-size:18px}
}

/* ===== BİLET SAHİBİNİN MƏLUMATLARI — SITE NATIVE LUXURY REDESIGN ===== */
.buyer-form-section{
  position:relative;
  margin:0 0 34px;
  padding:28px 0 8px;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.buyer-form-section::before{
  content:"";
  position:absolute;
  top:0;left:0;
  width:68px;height:3px;
  background:#f20b1e;
}
.buyer-form-section::after{
  content:"";
  position:absolute;
  top:1px;left:84px;right:0;
  height:1px;
  background:#252b31;
}
.checkout-section-label{
  position:relative;
  z-index:1;
  display:inline-block;
  margin:0 0 24px;
  padding:0 18px 0 0;
  background:#030405;
  color:#f1f3f5;
  font-size:16px;
  font-weight:800;
  letter-spacing:1.3px;
}
.checkout-section-label::after{
  content:"01";
  margin-left:12px;
  color:#f20b1e;
  font-size:11px;
  vertical-align:middle;
}
.buyer-form-grid{
  gap:18px 20px;
}
.premium-field{
  position:relative;
}
.premium-field>span{
  margin:0 0 9px;
  color:#aeb4bb;
  font-size:10px;
  font-weight:700;
  letter-spacing:1.15px;
}
.premium-field input,
.premium-field select{
  height:58px;
  border:1px solid #2a3036;
  border-radius:0;
  background:#101419;
  color:#edf0f3;
  padding:0 17px;
  font:500 17px "F1 Baku Display","Formula1","Exo 2",Arial,sans-serif;
  transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.premium-field input::placeholder{color:#737b85;opacity:1}
.premium-field input:hover,
.premium-field select:hover{border-color:#444b53;background:#12171c}
.premium-field input:focus,
.premium-field select:focus{
  border-color:#f20b1e;
  background:#12171c;
  box-shadow:inset 3px 0 0 #f20b1e;
}
.id-input-row{gap:10px}
.id-input-row select{
  width:108px;
  flex:0 0 108px;
  color:#f2f3f4;
}
.gender-switch{
  height:58px;
  border:1px solid #2a3036;
  border-radius:0;
  background:#101419;
  overflow:hidden;
}
.gender-switch button{
  position:relative;
  color:#9da4ad;
  border-right:1px solid #2a3036;
  background:#101419;
  font:800 14px "F1 Baku Display","Formula1","Exo 2",Arial,sans-serif;
  letter-spacing:.8px;
  transition:background .2s ease,color .2s ease;
}
.gender-switch button:last-child{border-right:0}
.gender-switch button.active{
  background:#f20b1e;
  color:#fff;
}
.gender-switch button.active::after{
  content:"";
  position:absolute;
  left:14px;right:14px;bottom:8px;
  height:1px;background:rgba(255,255,255,.55);
}

@media(max-width:700px){
  .buyer-form-section{
    margin-bottom:28px;
    padding:24px 0 6px;
  }
  .buyer-form-section::before{width:52px}
  .buyer-form-section::after{left:66px}
  .checkout-section-label{
    margin-bottom:20px;
    font-size:14px;
    letter-spacing:1px;
  }
  .buyer-form-grid{gap:15px}
  .premium-field>span{margin-bottom:8px;font-size:9px}
  .premium-field input,.premium-field select{height:54px;font-size:16px;padding:0 14px}
  .id-input-row select{width:98px;flex-basis:98px}
  .gender-switch{height:54px}
  .gender-switch button{font-size:13px}
}

/* ===== BUYER INFORMATION — F1 UNDERLINE FORM STYLE ===== */
.buyer-form-section{
  margin:0 0 40px!important;
  padding:8px 6px 34px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  position:relative;
}
.buyer-form-section::before{
  display:none!important;
}
.buyer-form-section::after{
  content:""!important;
  position:absolute!important;
  left:-28px!important;
  right:-28px!important;
  bottom:0!important;
  top:auto!important;
  height:9px!important;
  width:auto!important;
  background:repeating-linear-gradient(135deg,#071018 0 5px,transparent 5px 13px)!important;
  opacity:.9!important;
}
.checkout-section-label{
  display:block!important;
  margin:0 0 30px!important;
  padding:0!important;
  background:transparent!important;
  color:#f20b1e!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:1.5px!important;
}
.checkout-section-label::after{display:none!important}
.buyer-form-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
}
.premium-field,
.premium-field.field-wide{
  display:block!important;
  grid-column:auto!important;
  min-width:0!important;
  margin:0 0 38px!important;
}
.premium-field>span{
  display:block!important;
  margin:0 0 11px!important;
  color:#858b96!important;
  font-size:24px!important;
  line-height:1.15!important;
  font-weight:500!important;
  letter-spacing:.2px!important;
  text-transform:none!important;
}
.premium-field input,
.premium-field select{
  width:100%!important;
  height:48px!important;
  box-sizing:border-box!important;
  border:0!important;
  border-bottom:2px solid #c60018!important;
  border-radius:0!important;
  background:transparent!important;
  color:#e6e9ec!important;
  padding:0 0 8px!important;
  outline:none!important;
  box-shadow:none!important;
  font:500 24px "F1 Baku Display","Formula1","Exo 2",Arial,sans-serif!important;
  letter-spacing:.3px!important;
}
.premium-field input::placeholder{color:#737985!important;opacity:1!important}
.premium-field input:hover,
.premium-field select:hover{background:transparent!important;border-bottom-color:#e40720!important}
.premium-field input:focus,
.premium-field select:focus{
  background:transparent!important;
  border-bottom-color:#ff1a31!important;
  box-shadow:0 8px 18px rgba(242,11,30,.07)!important;
}
.id-input-row{
  display:grid!important;
  grid-template-columns:90px minmax(0,1fr)!important;
  gap:20px!important;
  align-items:end!important;
}
.id-input-row select{width:100%!important;flex:auto!important}
.id-input-row input{min-width:0!important}
.gender-field{margin-top:2px!important;margin-bottom:44px!important}
.gender-switch{
  height:auto!important;
  display:flex!important;
  align-items:center!important;
  gap:54px!important;
  border:0!important;
  border-radius:0!important;
  overflow:visible!important;
  background:transparent!important;
}
.gender-switch button{
  position:relative!important;
  flex:0 0 auto!important;
  min-width:auto!important;
  height:44px!important;
  padding:0 0 0 50px!important;
  border:0!important;
  border-right:0!important;
  background:transparent!important;
  color:#e3e6e9!important;
  font:600 24px "F1 Baku Display","Formula1","Exo 2",Arial,sans-serif!important;
  letter-spacing:.2px!important;
  cursor:pointer!important;
}
.gender-switch button::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:50%!important;
  width:30px!important;
  height:30px!important;
  transform:translateY(-50%)!important;
  border:2px solid #c60018!important;
  border-radius:50%!important;
  background:#020405!important;
  box-sizing:border-box!important;
}
.gender-switch button.active{background:transparent!important;color:#f2f3f4!important}
.gender-switch button.active::before{box-shadow:inset 0 0 0 7px #020405;background:#f20b1e!important}
.gender-switch button.active::after{
  display:none!important;
}

@media(max-width:700px){
  .buyer-form-section{padding:4px 6px 26px!important;margin-bottom:32px!important}
  .buyer-form-section::after{left:-20px!important;right:-20px!important;height:8px!important}
  .checkout-section-label{font-size:11px!important;margin-bottom:24px!important;letter-spacing:1.2px!important}
  .premium-field,.premium-field.field-wide{margin-bottom:34px!important}
  .premium-field>span{font-size:22px!important;margin-bottom:9px!important}
  .premium-field input,.premium-field select{height:46px!important;font-size:22px!important}
  .id-input-row{grid-template-columns:76px minmax(0,1fr)!important;gap:16px!important}
  .gender-switch{gap:42px!important}
  .gender-switch button{height:42px!important;padding-left:45px!important;font-size:22px!important}
  .gender-switch button::before{width:28px!important;height:28px!important}
}

@media(max-width:420px){
  .premium-field>span{font-size:20px!important}
  .premium-field input,.premium-field select{font-size:20px!important}
  .gender-switch{gap:32px!important}
  .gender-switch button{font-size:20px!important}
}

/* ===== COMPACT OWNER INFO — PREMIUM F1 MOBILE SCALE ===== */
.buyer-form-section{
  padding:2px 0 18px!important;
  margin:0 0 22px!important;
}
.buyer-form-section::after{
  left:-12px!important;
  right:-12px!important;
  height:5px!important;
  background:repeating-linear-gradient(135deg,#071018 0 4px,transparent 4px 10px)!important;
  opacity:.72!important;
}
.checkout-section-label{
  margin:0 0 18px!important;
  font-size:11px!important;
  letter-spacing:1.35px!important;
}
.premium-field,
.premium-field.field-wide{
  margin:0 0 20px!important;
}
.premium-field>span{
  margin:0 0 5px!important;
  font-size:15px!important;
  line-height:1.1!important;
  letter-spacing:.15px!important;
  color:#8c929d!important;
}
.premium-field input,
.premium-field select{
  height:38px!important;
  padding:0 0 5px!important;
  border-bottom-width:1px!important;
  font-size:17px!important;
  line-height:38px!important;
  letter-spacing:.15px!important;
}
.id-input-row{
  grid-template-columns:66px minmax(0,1fr)!important;
  gap:12px!important;
}
.gender-field{
  margin-top:0!important;
  margin-bottom:22px!important;
}
.gender-switch{
  gap:28px!important;
  min-height:34px!important;
}
.gender-switch button{
  height:34px!important;
  padding-left:34px!important;
  font-size:17px!important;
  line-height:34px!important;
}
.gender-switch button::before{
  width:21px!important;
  height:21px!important;
  border-width:1.5px!important;
}
.gender-switch button.active::before{
  box-shadow:inset 0 0 0 5px #020405!important;
}

@media(max-width:700px){
  .buyer-form-section{padding:2px 0 16px!important;margin-bottom:20px!important}
  .checkout-section-label{font-size:10px!important;margin-bottom:16px!important}
  .premium-field,.premium-field.field-wide{margin-bottom:18px!important}
  .premium-field>span{font-size:14px!important;margin-bottom:5px!important}
  .premium-field input,.premium-field select{height:36px!important;font-size:16px!important;line-height:36px!important}
  .id-input-row{grid-template-columns:62px minmax(0,1fr)!important;gap:10px!important}
  .gender-field{margin-bottom:20px!important}
  .gender-switch{gap:24px!important}
  .gender-switch button{height:32px!important;padding-left:31px!important;font-size:16px!important}
  .gender-switch button::before{width:19px!important;height:19px!important}
}


/* ===== ULTRA COMPACT CHECKOUT — CLEAN F1 LUXURY ===== */
.checkout-section-label{display:none!important}
.checkout-main{padding-top:24px!important;padding-bottom:44px!important}
.checkout-title-row{margin-bottom:18px!important;gap:20px!important}
.checkout-title-row h1{font-size:34px!important;letter-spacing:.2px!important}
.buyer-form-section{padding:0 0 10px!important;margin:0 0 14px!important}
.buyer-form-section::after{height:3px!important;opacity:.42!important}
.buyer-form-grid{gap:0!important}
.premium-field,.premium-field.field-wide{margin:0 0 12px!important}
.premium-field>span{font-size:12px!important;margin:0 0 2px!important;color:#8f96a0!important;letter-spacing:.2px!important}
.premium-field input,.premium-field select{height:30px!important;min-height:30px!important;padding:0 0 3px!important;font-size:16px!important;line-height:30px!important}
.id-input-row{gap:10px!important;grid-template-columns:56px minmax(0,1fr)!important}
.gender-field{margin-bottom:13px!important}
.gender-switch{min-height:28px!important;height:28px!important;gap:24px!important}
.gender-switch button{height:28px!important;line-height:28px!important;padding-left:27px!important;font-size:15px!important}
.gender-switch button::before{width:17px!important;height:17px!important;border-width:1.5px!important}
.gender-switch button.active::before{box-shadow:inset 0 0 0 4px #020405!important}
.checkout-timer-row{min-height:52px!important;padding:4px 0!important;font-size:16px!important;gap:9px!important}
.timer-icon{font-size:28px!important}.clear-cart{font-size:12px!important}.clear-cart span{font-size:18px!important}
.checkout-divider{margin:6px 0 14px!important}
.checkout-cart{gap:10px!important;margin-bottom:20px!important}
.checkout-ticket-card{padding:15px 44px 15px 15px!important}
.checkout-ticket-top{font-size:18px!important}.checkout-ticket-top strong{font-size:22px!important}
.checkout-ticket-mid{font-size:22px!important;margin-top:7px!important}
.checkout-ticket-type{font-size:12px!important;margin-top:8px!important}.checkout-ticket-seat{font-size:16px!important;margin-top:10px!important}
.promo-row{margin-bottom:24px!important}.checkout-note{margin:16px 0!important}
@media(max-width:700px){
  .checkout-header{height:70px!important;padding:0 14px!important}
  .checkout-brand img{width:210px!important}
  .checkout-close{width:36px!important;height:36px!important;font-size:30px!important}
  .checkout-main{padding:20px 14px 36px!important}
  .checkout-title-row{margin-bottom:14px!important;gap:14px!important}
  .checkout-title-row h1{font-size:28px!important}
  .buyer-form-section{padding:0 0 8px!important;margin-bottom:12px!important}
  .premium-field,.premium-field.field-wide{margin-bottom:10px!important}
  .premium-field>span{font-size:11px!important;margin-bottom:1px!important}
  .premium-field input,.premium-field select{height:27px!important;min-height:27px!important;font-size:15px!important;line-height:27px!important}
  .id-input-row{grid-template-columns:52px minmax(0,1fr)!important;gap:8px!important}
  .gender-field{margin-bottom:11px!important}
  .gender-switch{height:26px!important;min-height:26px!important;gap:20px!important}
  .gender-switch button{height:26px!important;line-height:26px!important;font-size:14px!important;padding-left:25px!important}
  .gender-switch button::before{width:16px!important;height:16px!important}
  .checkout-timer-row{min-height:46px!important;font-size:15px!important;gap:7px!important}
  .timer-icon{font-size:25px!important}
  .checkout-ticket-card{padding:13px 40px 13px 13px!important}
}


/* ===== BALANCED COMPACT CHECKOUT — LUXURY F1 ===== */
/* Form ultra-compact versiyadan bir qədər böyüdüldü, amma ekran yenə sıx və premium qalır. */
.buyer-form-section{padding:4px 0 20px!important;margin:0 0 24px!important}
.buyer-form-section::after{left:-14px!important;right:-14px!important;height:6px!important}
.premium-field,.premium-field.field-wide{margin:0 0 24px!important}
.premium-field>span{font-size:17px!important;margin:0 0 6px!important;letter-spacing:.2px!important}
.premium-field input,.premium-field select{height:42px!important;padding:0 0 6px!important;font-size:19px!important;line-height:42px!important}
.id-input-row{grid-template-columns:72px minmax(0,1fr)!important;gap:14px!important}
.gender-field{margin-bottom:25px!important}
.gender-switch{gap:32px!important;min-height:38px!important}
.gender-switch button{height:38px!important;padding-left:38px!important;font-size:19px!important;line-height:38px!important}
.gender-switch button::before{width:24px!important;height:24px!important}
.gender-switch button.active::before{box-shadow:inset 0 0 0 5px #020405!important}

/* Səbət bölməsi artıq başlıqdan əvvəl yerləşir */
.checkout-timer-row{margin:0 0 12px!important}
.checkout-top-divider{margin:0 0 16px!important}
.checkout-cart-top{margin:0 0 18px!important}
.promo-row-top{margin:0 0 28px!important}
.checkout-title-row{margin-top:0!important}

@media(max-width:700px){
  .buyer-form-section{padding:4px 0 18px!important;margin-bottom:22px!important}
  .premium-field,.premium-field.field-wide{margin-bottom:22px!important}
  .premium-field>span{font-size:16px!important}
  .premium-field input,.premium-field select{height:40px!important;font-size:18px!important;line-height:40px!important}
  .id-input-row{grid-template-columns:68px minmax(0,1fr)!important;gap:12px!important}
  .gender-field{margin-bottom:23px!important}
  .gender-switch{gap:28px!important}
  .gender-switch button{height:36px!important;padding-left:36px!important;font-size:18px!important}
  .gender-switch button::before{width:23px!important;height:23px!important}
  .checkout-cart-top{margin-bottom:16px!important}
  .promo-row-top{margin-bottom:24px!important}
}


/* ===== CHECKOUT ORDER — CART FIRST, BUYER DETAILS BELOW ===== */
.checkout-cart-zone{display:block;width:100%;margin:0}
.checkout-title-after-cart{clear:both;margin-top:8px!important}
.buyer-form-after-cart{clear:both}
@media(max-width:700px){
  .checkout-cart-zone{margin-bottom:0!important}
  .checkout-title-after-cart{margin-top:4px!important;margin-bottom:16px!important}
  .buyer-form-after-cart{margin-top:0!important}
}

/* ===== FINAL CHECKOUT ORDER ===== */
.checkout-title-first{margin:0 0 18px!important;clear:both}
.promo-row-after-email{margin:0 0 24px!important;clear:both}
@media(max-width:700px){
  .checkout-title-first{margin:0 0 14px!important}
  .promo-row-after-email{margin:0 0 20px!important}
}


/* ===== PROMO KOD — E-MAIL ALTINDA ===== */
.promo-field-after-email{margin-top:-4px!important;margin-bottom:10px!important}
.promo-field-after-email>span{margin-bottom:5px!important}
.buyer-form-grid .promo-row-after-email{display:flex!important;align-items:flex-end!important;gap:14px!important;margin:0!important;width:100%!important;clear:none!important}
.buyer-form-grid .promo-input{min-width:0!important;flex:1!important}
.buyer-form-grid .promo-input input{height:42px!important;font-size:19px!important}
.buyer-form-grid .promo-row-after-email>button{height:42px!important;white-space:nowrap!important}
@media(max-width:700px){
  .promo-field-after-email{margin-top:-2px!important;margin-bottom:16px!important}
  .buyer-form-grid .promo-row-after-email{gap:10px!important}
  .buyer-form-grid .promo-input input{height:40px!important;font-size:18px!important}
  .buyer-form-grid .promo-row-after-email>button{height:40px!important;padding:0 15px!important;font-size:14px!important}
}
/* ===== PROMO DISCOUNT PRICING ===== */
.checkout-price-stack{display:flex;align-items:baseline;justify-content:flex-end;gap:8px;flex-wrap:wrap;text-align:right}
.promo-old-price,.promo-old-total{color:#9ba1aa;text-decoration:line-through;text-decoration-color:#ef1023;text-decoration-thickness:2px;opacity:.8}
.promo-new-price{color:#fff;font-size:.72em;font-weight:800;letter-spacing:.3px}
.promo-new-total{color:#fff;font-size:1em;font-weight:800}
.promo-old-total{font-size:.48em;margin-right:7px}
.promo-row-after-email .promo-input input.promo-ok{border-bottom-color:#38b86c!important}
@media(max-width:600px){.checkout-price-stack{gap:5px}.promo-new-price{font-size:.68em}.promo-old-total{font-size:.44em}}

/* Promo code inline warning */
.promo-input{position:relative}
.promo-message{
  display:block;
  min-height:16px;
  margin-top:7px;
  font-family:"F1 Baku Display","Formula1","Exo 2",Arial,sans-serif;
  font-size:10px;
  line-height:1.35;
  letter-spacing:.15px;
}
.promo-message-error{color:#ff3345}
.promo-message-ok{color:#38b86c}

.modern-date-input{color-scheme:dark;cursor:pointer;min-height:52px;font-variant-numeric:tabular-nums}
.modern-date-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.9;filter:invert(1) sepia(.2) saturate(.2)}
.premium-field:has(.modern-date-input){position:relative}
.premium-field:has(.modern-date-input)::after{content:'TƏQVİMDƏN SEÇ';position:absolute;right:12px;bottom:9px;font-size:8px;letter-spacing:.9px;color:#8d939c;pointer-events:none;opacity:.7}
@media(max-width:560px){.premium-field:has(.modern-date-input)::after{display:none}.modern-date-input{font-size:16px!important}}


/* CHECKOUT INPUT VALIDATION — only validation UI */
.premium-field{position:relative}
.field-input-wrap{position:relative;display:flex;align-items:center;width:100%}
.az-phone-wrap{position:relative;display:flex!important;align-items:center!important;flex-wrap:nowrap!important;width:100%!important;min-height:40px}
.az-phone-prefix{display:inline-flex!important;align-items:center!important;white-space:nowrap!important;flex:0 0 auto!important;margin:0 8px 0 0!important;padding:0!important;font:inherit!important;font-size:inherit!important;line-height:inherit!important;color:inherit!important;letter-spacing:inherit!important}
.az-phone-wrap input{flex:1 1 auto!important;min-width:0!important;margin:0!important;padding-left:0!important}
.field-warning{display:none;position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:5;width:21px;height:21px;border:2px solid #f20a1c;border-radius:50%;box-sizing:border-box;background:#090b0e;color:#fff;font-family:Arial,sans-serif;font-size:14px;font-weight:900;line-height:17px;text-align:center;cursor:help}
.field-warning.show{display:block}
.field-warning.show::before{content:'!'}
.field-warning.show::after{content:attr(data-message);display:none;position:absolute;right:0;bottom:30px;width:max-content;max-width:250px;padding:8px 10px;border-radius:5px;background:#f20a1c;color:#fff;font:600 12px/1.35 Arial,sans-serif;text-align:left;white-space:normal;box-shadow:0 8px 22px rgba(0,0,0,.45)}
.field-warning.show:hover::after,.field-warning.show:focus::after{display:block}
.premium-field input.invalid,.premium-field .invalid{border-bottom-color:#f20a1c!important}
.premium-field:has(.field-warning.show) input{padding-right:34px!important}
.az-phone-wrap:has(.field-warning.show) input{padding-right:34px!important}
@media(max-width:520px){
  .az-phone-prefix{font-size:inherit!important}
  .field-warning{right:4px}
  .field-warning.show::after{max-width:210px}
}


/* FINAL VALIDATION UI FIX — warnings stay hidden until a real validation error */
.premium-field > .field-warning,
.field-input-wrap > .field-warning,
.az-phone-wrap > .field-warning{
  display:none !important;
  position:absolute !important;
  right:8px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  z-index:20 !important;
  width:21px !important;
  height:21px !important;
  min-width:21px !important;
  min-height:21px !important;
  margin:0 !important;
  padding:0 !important;
  border:2px solid #f20a1c !important;
  border-radius:50% !important;
  box-sizing:border-box !important;
  background:#090b0e !important;
  color:#fff !important;
  font-family:Arial,sans-serif !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:17px !important;
  letter-spacing:0 !important;
  text-align:center !important;
  cursor:help !important;
}
.premium-field > .field-warning.show,
.field-input-wrap > .field-warning.show,
.az-phone-wrap > .field-warning.show{display:block !important;}
.premium-field > .field-warning.show::before,
.field-input-wrap > .field-warning.show::before,
.az-phone-wrap > .field-warning.show::before{content:'!' !important;}
.az-phone-prefix{font-family:inherit !important;font-size:inherit !important;font-weight:inherit !important;line-height:inherit !important;letter-spacing:inherit !important;}

/* FINAL SMALL CHECKOUT VISUAL TWEAK — phone prefix and warning color */
.az-phone-prefix{
  font-family:"F1 Baku Display","Formula1","Exo 2",Arial,sans-serif!important;
  font-size:19px!important;
  font-weight:500!important;
  line-height:42px!important;
  color:#e6e9ec!important;
  letter-spacing:.3px!important;
}
.field-warning,
.premium-field > .field-warning,
.field-input-wrap > .field-warning,
.az-phone-wrap > .field-warning{
  border-color:#c60018!important;
}
.field-warning.show::after{background:#c60018!important}
.premium-field input.invalid,
.premium-field .invalid{border-bottom-color:#c60018!important}
@media(max-width:700px){
  .az-phone-prefix{font-size:18px!important;line-height:40px!important}
}
