

    a { text-decoration: none; }
    button { cursor: pointer; font-family: var(--font); }
    input, button { font-family: var(--font); }

    .container {
      width: 100%;
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 12px;
    }

    /* ─── NAVBAR ─── */
    #navbar {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 99;
      height: var(--navbar-h);
      background: var(--bg);
      border-bottom: 1px solid var(--border-navbar);
      display: flex;
      align-items: center;
    }

    #navbar .container {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 24px;
    }

    .navbar-logo {
      flex-shrink: 0;
      height: 30px;
      justify-self: start;
    }

    .navbar-logo svg { height: 30px; width: auto; }

    .navbar-search {
      width: 380px;
      height: 48px;
      border: 1px solid var(--border-input);
      border-radius: 90px;
      padding: 10px 10px 10px 15px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .navbar-search svg { flex-shrink: 0; color: var(--text-muted); }

    .navbar-search input {
      border: none;
      background: transparent;
      font-size: 16px;
      color: var(--text-primary);
      outline: none;
      width: 100%;
    }

    .navbar-search input::placeholder { color: var(--text-muted); }

    .navbar-links {
      display: flex;
      align-items: center;
      gap: 20px;
      justify-self: end;
      flex-shrink: 0;
    }

    .navbar-links button {
      background: none;
      border: none;
      font-size: 16px;
      font-weight: 500;
      color: #000;
      padding: 0;
      white-space: nowrap;
    }

    .navbar-links button:hover { color: var(--primary); }

    .navbar-hamburger {
      display: none;
      background: none;
      border: none;
      padding: 4px;
      margin-left: auto;
    }

    /* ─── EVENT HEADER ─── */
    #event-header {
      position: fixed;
      top: var(--navbar-h);
      left: 0; right: 0;
      z-index: 4;
      background: var(--dark);
      height: var(--event-h);
      display: flex;
      align-items: center;
    }

    #event-header .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .event-info {
      display: flex;
      align-items: center;
      gap: 14px;
      min-width: 0;
    }

    .event-logo {
      height: 72px;
      width: 183px; /* Mantem o mesmo tamanho visual do banner anterior (PNG 183x78 recortado pela altura do header) */
      border-radius: 4px;
      flex-shrink: 0;
      overflow: hidden;
      background: #8b1a1a;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .event-logo svg { width: 48px; height: 48px; }

    .event-logo img {
      width: 100%;
      height: 100%;
      object-fit: cover; /* Evita distorcer ao trocar a origem (PNG -> WEBP) */
      display: block;
    }

    .event-text h1 {
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      line-height: 1.2;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .event-text p {
      font-size: 14px;
      color: #fff;
      display: flex;
      align-items: center;
      gap: 5px;
      margin-top: 4px;
      opacity: 0.85;
    }

    .btn-map {
      background: var(--dark-alt);
      color: #fff;
      border: none;
      border-radius: 0;
      padding: 12px 22px;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1px;
      white-space: nowrap;
      flex-shrink: 0;
      transition: background 0.2s;
    }

    .btn-map:hover { background: #555; }

    /* ─── MAIN CONTENT ─── */
    main { padding-bottom: 60px; }

    /* ─── COUPON SECTION ─── */
    .section-coupon {
      background: var(--surface);
      border-bottom: 1px solid var(--border);
      padding: 24px 0;
    }

    .coupon-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px;
    }

    .coupon-label {
      font-size: 14px;
      font-weight: 700;
      color: var(--text-primary);
      white-space: nowrap;
    }

    .coupon-input-wrap {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .coupon-input {
      border: 1px solid var(--border);
      border-radius: 30px;
      height: 45px;
      padding: 0 18px;
      font-size: 14px;
      color: #212529;
      background: #fff;
      width: 400px;
      outline: none;
      transition: border-color 0.15s, box-shadow 0.15s;
    }

    .coupon-input::placeholder { color: var(--text-muted); }

    .coupon-input:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 0.25rem rgba(0,189,217,0.25);
    }

    .btn-outline-primary {
      background: transparent;
      color: var(--primary-dark);
      border: 1px solid var(--primary-dark);
      border-radius: 30px;
      padding: 0 24px;
      height: 45px;
      font-size: 16px;
      font-weight: 700;
      transition: all 0.3s ease;
      white-space: nowrap;
    }

    .btn-outline-primary:hover {
      background: var(--primary);
      color: #fff;
      border-color: var(--primary);
    }

    /* ─── DATE SELECTION ─── */
    .section-dates .container,
    .section-sectors .container,
    .section-tickets .container {
      max-width: 800px;
    }

    .section-dates {
      padding: 24px 0 0;
      border-bottom: none;
    }

    .section-sectors {
      padding: 24px 0 0;
      border-bottom: 1px solid var(--border);
    }

    /* Setores: ocultar a linha de subtexto (tempo/descrição) */
    .section-sectors .cart-sessions-grid-item .time {
      display: none;
    }

    /* Setores: ajustar tipografia para não estourar/encavalhar o texto */
    .section-sectors .cart-sessions-grid-item.sector-tab .date {
      font-size: 14px;
      white-space: normal;
      line-height: 1.15;
      max-width: 140px;
      margin: 0 auto;
      word-break: break-word;
    }

    .section-sectors .cart-sessions-grid-item.sector-tab {
      gap: 6px; /* antes era 4px; com apenas 1 linha fica mais equilibrado */
    }

    .dates-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 16px;
    }

    .dates-header h2 {
      font-size: 18px;
      font-weight: 700;
      color: var(--text-primary);
      flex-shrink: 0;
    }

    .dates-nav {
      background: none;
      border: none;
      color: var(--text-muted);
      font-size: 18px;
      padding: 4px 6px;
      line-height: 1;
      transition: color 0.2s;
    }

    .dates-nav:hover { color: var(--primary); }

    .sessions-scroll-wrap { overflow: hidden; position: relative; }

    .cart-sessions-grid {
      display: flex;
      overflow-x: auto;
      gap: 5px;
      flex-wrap: nowrap;
      scrollbar-width: none;
      -ms-overflow-style: none;
      padding-bottom: 12px;
      align-items: stretch;
    }

    .cart-sessions-grid::-webkit-scrollbar { display: none; }

    /* Date items */
    .cart-sessions-grid-item {
      width: 148px;
      min-width: 148px;
      padding: 18px 8px 10px;
      cursor: pointer;
      text-align: center;
      border: 1px solid transparent;
      border-radius: 6px;
      flex-shrink: 0;
      background: transparent;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      transition: border-color 0.2s, background 0.2s;
      position: relative;
    }

    .cart-sessions-grid-item:hover { background: rgba(0,189,217,0.04); }

    .cart-sessions-grid-item.active {
      border-color: var(--border);
    }

    .cart-sessions-grid-item .date {
      display: block;
      font-size: 17px;
      font-weight: 700;
      color: var(--primary-dark);
      white-space: nowrap;
    }

    .cart-sessions-grid-item .time {
      display: block;
      font-size: 13px;
      font-weight: 400;
      color: var(--text-primary);
      text-transform: uppercase;
      white-space: nowrap;
    }

    .cart-sessions-grid-item .float-icon {
      display: none;
      margin-top: 8px;
      color: var(--primary-dark);
    }

    .cart-sessions-grid-item.active .float-icon {
      display: block;
    }

    /* PACOTES item */
    .cart-sessions-grid-item-pacotes {
      width: 148px;
      min-width: 148px;
      border: 1px solid #fff;
      border-radius: 6px;
      padding: 18px 8px 10px;
      cursor: pointer;
      flex-shrink: 0;
      background: transparent;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 6px;
      transition: border-color 0.2s;
      position: relative;
    }

    .cart-sessions-grid-item-pacotes:hover { border-color: var(--primary); }
    .cart-sessions-grid-item-pacotes.active { border-color: var(--primary); }

    .cart-sessions-grid-item-pacotes .pacotes-icon {
      color: var(--primary);
    }

    .cart-sessions-grid-item-pacotes p {
      color: var(--primary-dark);
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin: 0;
    }

    .cart-sessions-grid-item-pacotes .float-icon {
      display: none;
      margin-top: 2px;
      color: var(--primary-dark);
    }

    .cart-sessions-grid-item-pacotes.active .float-icon {
      display: block;
    }

    /* ─── TICKETS ─── */
    .section-tickets { padding: 24px 0; }

    .section-tickets h2 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 16px;
      color: var(--text-primary);
    }

    .cart-product-group { margin-bottom: 24px; }

    .cart-product-group-label {
      font-size: 14px;
      font-weight: 700;
      color: var(--text-muted);
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 10px;
    }

    .cart-product-group-item {
      border: 1px solid var(--border);
      border-left: 9px solid var(--border);
      border-radius: 6px;
      margin-bottom: 10px;
      background: transparent;
      transition: border-color 0.2s;
      overflow: hidden;
    }

    .cart-product-group-item:hover,
    .cart-product-group-item:focus-within,
    .cart-product-group-item.selected {
      border-color: var(--primary-dark);
      border-left-color: var(--primary-dark);
    }

    .cart-product-group-item.sold-out {
      border-color: var(--border);
      background: #f9f9f9;
    }

    .cart-product-group-item.sold-out:hover {
      border-color: var(--border);
    }

    .cart-product-group-item-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 16px;
      gap: 12px;
      flex-wrap: wrap;
      position: relative;
    }

    .cart-product-group-item.sold-out .cart-product-group-item-inner {
      opacity: 0.85;
    }

    .soldout-ribbon {
      position: absolute;
      top: 10px;
      right: -42px;
      width: 150px;
      padding: 6px 0;
      background: #E10600;
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      text-align: center;
      transform: rotate(45deg);
      box-shadow: 0 1px 3px rgba(0,0,0,0.2);
      z-index: 1;
    }

    .product-info { min-width: 0; flex: 1; }

    .product-name {
      font-size: 14px;
      font-weight: 400;
      color: var(--text-primary);
      line-height: 1.4;
    }

    .product-obs {
      font-size: 12px;
      color: var(--text-muted);
      margin-top: 2px;
    }

    .price {
      font-size: 16px;
      font-weight: 700;
      color: var(--primary);
      margin-top: 4px;
    }

    .price-fee {
      font-size: 12px;
      font-weight: 400;
      color: var(--text-muted);
      margin-top: 1px;
    }

    .qty-control {
      display: flex;
      align-items: center;
      gap: 0;
      flex-shrink: 0;
    }

    .button-minus, .button-plus {
      width: 34px;
      height: 34px;
      border: none;
      background: transparent;
      color: var(--text-disabled-light);
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      padding: 0;
      transition: color 0.2s;
    }

    .button-minus:hover:not(:disabled), .button-plus:hover:not(:disabled) {
      color: var(--primary);
    }

    .button-minus:disabled, .button-plus:disabled {
      cursor: not-allowed;
      color: var(--text-disabled-light);
    }

    .qty-input {
      width: 40px;
      height: 34px;
      border: none;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      color: var(--text-primary);
      background: transparent;
      outline: none;
    }

    .alert-warning {
      background: var(--warning-bg);
      color: var(--text-primary);
      border: none;
      border-radius: 0 0 4px 4px;
      padding: 12px 16px;
      font-size: 13px;
      line-height: 1.5;
      display: flex;
      align-items: flex-start;
      gap: 8px;
    }

    .alert-warning svg { flex-shrink: 0; margin-top: 1px; }

    /* ─── CONTINUE SECTION ─── */
    .section-continue {
      padding: 32px 0;
      border-top: 1px solid var(--border);
    }

    .continue-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
    }

    .order-summary {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
    }

    .order-total-label {
      font-size: 13px;
      color: var(--text-muted);
    }

    .order-total-value {
      font-size: 22px;
      font-weight: 700;
      color: var(--text-primary);
    }

    .order-items-count {
      font-size: 13px;
      color: var(--text-muted);
    }

    .btn-continue {
      width: 306px;
      height: 55px;
      padding: 0 30px;
      font-size: 14px;
      font-weight: 700;
      border-radius: 30px;
      border: 1px solid;
      transition: background 0.25s, color 0.25s, border-color 0.25s;
    }

    .btn-continue.disabled {
      background: var(--disabled-bg);
      color: var(--text-disabled);
      border-color: var(--text-disabled);
      cursor: not-allowed;
    }

    .btn-continue:not(.disabled) {
      background: var(--primary);
      color: #fff;
      border-color: var(--primary);
      cursor: pointer;
    }

    .btn-continue:not(.disabled):hover {
      background: var(--primary-dark);
      border-color: var(--primary-dark);
    }

    /* ─── FOOTER ─── */
    footer {
      background: var(--surface);
      border-top: 1px solid var(--border);
      padding: 36px 0 0;
      font-size: 14px;
      color: var(--text-primary);
    }

    .footer-brand { margin-bottom: 12px; }
    .footer-brand .footer-logo { height: 30px; width: auto; display: block; margin-bottom: 14px; }

    .footer-company {
      font-size: 13px;
      color: var(--text-primary);
      line-height: 1.6;
      margin-bottom: 18px;
    }

    .footer-social { display: flex; gap: 10px; margin-bottom: 32px; }

    .social-icon {
      width: 38px;
      height: 38px;
      border: 1.5px solid var(--text-primary);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--text-primary);
      transition: border-color 0.2s, color 0.2s;
    }

    .social-icon:hover { border-color: var(--primary); color: var(--primary); }

    .footer-bottom {
      border-top: 1px solid var(--border);
      padding: 18px 0;
      display: flex;
      flex-wrap: wrap;
      gap: 8px 24px;
      align-items: center;
      justify-content: space-between;
      font-size: 13px;
      color: var(--text-muted);
    }

    .footer-bottom-links { display: flex; gap: 24px; flex-wrap: wrap; }
    .footer-bottom-links a { color: var(--primary); font-size: 13px; text-decoration: none; }
    .footer-bottom-links a:hover { color: var(--primary-dark); }
    .footer-bottom-procon { font-size: 13px; color: var(--text-muted); }

    /* ─── COOKIE BAR ─── */
    #cookie-bar {
      position: fixed;
      bottom: 20px; right: 20px;
      z-index: 9999;
      background: var(--cookie-bg);
      color: #fff;
      padding: 28px 28px 24px;
      border-radius: 10px;
      font-size: 16px;
      max-width: 400px;
      width: calc(100% - 40px);
      line-height: 1.6;
      transition: transform 0.35s ease;
      box-shadow: 0 8px 32px rgba(0,0,0,0.45);
    }

    #cookie-bar.hidden { transform: translateY(calc(110% + 20px)); }

    #cookie-bar p {
      margin-bottom: 18px;
      font-size: 16px;
      line-height: 1.6;
      color: #fff;
    }

    #cookie-bar a {
      color: var(--primary);
      text-decoration: underline;
    }

    .cookie-actions { display: block; }

    .btn-cookie-accept {
      display: block;
      width: 100%;
      background: var(--primary);
      color: #fff;
      border: none;
      border-radius: 30px;
      padding: 14px 20px;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      transition: background 0.2s;
    }

    .btn-cookie-accept:hover { background: var(--primary-dark); }

    .btn-cookie-reject { display: none; }

    /* ─── SOLD OUT badge ─── */
    .badge-soldout {
      display: inline-block;
      background: #f5f5f5;
      color: var(--text-muted);
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding: 2px 8px;
      border-radius: 3px;
      margin-top: 3px;
    }

    /* ─── MOBILE MENU OVERLAY ─── */
    /* ── Sidebar overlay ── */
    #menu-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.45);
      z-index: 199;
    }
    #menu-overlay.open { display: block; }

    /* ── Sidebar menu ── */
    #mobile-menu {
      position: fixed;
      top: 0; left: 0; bottom: 0;
      width: 300px;
      background: #fff;
      z-index: 200;
      display: flex;
      flex-direction: column;
      transform: translateX(-100%);
      transition: transform 0.28s ease;
      overflow: hidden;
    }

    #mobile-menu.open { transform: translateX(0); }

    .menu__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 18px 16px;
      border-bottom: 1px solid var(--border);
      flex-shrink: 0;
    }

    .menu__header img { height: 26px; width: auto; }

    .menu__header_close {
      background: none;
      border: none;
      font-size: 22px;
      color: var(--text-muted);
      line-height: 1;
      padding: 4px;
      cursor: pointer;
    }

    .menu__header_close:hover { color: var(--text-primary); }

    .menu__body {
      overflow-y: auto;
      flex: 1;
      padding: 8px 0;
    }

    .menu__body ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .menu__body ul li a {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 13px 20px;
      font-size: 15px;
      color: var(--text-primary);
      text-decoration: none;
      transition: background 0.15s;
    }

    .menu__body ul li a:hover { background: #f5f5f5; }

    .menu__body ul li a.bold { font-weight: 700; }

    .menu__body ul li a .icon-menu {
      width: 22px;
      height: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      color: var(--text-muted);
    }

    .menu__body .divider {
      height: 1px;
      background: var(--border);
      margin: 6px 0;
    }

    .menu__body .title-session {
      font-size: 12px;
      font-weight: 700;
      color: var(--text-muted);
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding: 12px 20px 6px;
    }

    .menu__body ul li.link-category a {
      font-size: 14px;
    }

    .menu__body ul li.link-category .icon-category {
      width: 28px;
      height: 28px;
      object-fit: contain;
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 767px) {
      :root {
        --navbar-h: 148px;
        --event-h: 80px;
      }

      /* Navbar: 2 rows */
      #navbar { height: auto; align-items: flex-start; padding-top: 0; }

      #navbar .container {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0;
        width: 100%;
      }

      .navbar-row1 {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 14px 16px;
        gap: 0;
      }

      .navbar-row1-right {
        display: flex;
        align-items: center;
        gap: 8px;
      }

      .navbar-row2 {
        width: 100%;
        padding: 8px 16px 20px;
      }

      .navbar-search {
        width: 100%;
        height: 46px;
        border-radius: 90px;
      }

      .navbar-links { display: none; }
      .navbar-hamburger { display: flex; align-items: center; margin-left: 0; }

      /* Show Ajuda inline on mobile */
      .navbar-ajuda-mobile {
        display: flex !important;
        align-items: center;
        gap: 4px;
        font-size: 15px;
        font-weight: 500;
        color: #000;
        background: none;
        border: none;
      }

      /* Event header: stacked, btn-map full width */
      #event-header { height: var(--event-h); align-items: flex-start; }

  #event-header .container {
        flex-direction: column; 
        align-items: flex-start;
         justify-content: center; 
         gap: 10px; 
        padding-top: 16px;
         padding-bottom: 0; 
       height: 100%; 
    }

      .event-logo { display: none; }

      .event-text h1 {
        font-size: 15px;
        white-space: normal;
        overflow: visible;
      }

      .event-text p { font-size: 13px; }

      .btn-map {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: calc(100% + 24px);
        margin-left: -12px;
        padding: 13px 16px;
        font-size: 13px;
        letter-spacing: 0.8px;
        border-radius: 0;
      }

      /* Coupon: title above, stacked */
      .coupon-label {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 4px;
      }

      .coupon-inner {
        flex-direction: column;
        align-items: center;
        gap: 10px;
      }

      .coupon-input-wrap {
        width: 100%;
        flex-direction: column;
        gap: 10px;
      }

      .coupon-input-wrap .coupon-input { width: 100%; }
      .coupon-input-wrap .btn-outline-primary { width: 100%; }

      .cart-product-group-item-inner { flex-wrap: wrap; gap: 10px; }
      .product-info { width: 100%; }

      .btn-continue { width: 100%; max-width: 306px; }

      footer .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .footer-brand { width: 100%; }
      .footer-brand .footer-logo { height: 22px; margin-left: auto; margin-right: auto; }
      .footer-company { text-align: center; }
      .footer-social { justify-content: center; }

      .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
      }

      .footer-bottom-links { justify-content: center; flex-wrap: wrap; }
      .footer-bottom-procon { text-align: center; }

      #cookie-bar {
        bottom: 0; right: 0;
        max-width: 100%;
        width: 100%;
        margin: 0;
        border-radius: 8px 8px 0 0;
      }

      .dates-header h2 { font-size: 16px; }
    }

    @media (max-width: 480px) {
      .cart-product-group-item-inner { padding: 12px; }
      .section-tickets h2 { font-size: 16px; }
    }

    /* Desktop: rows are transparent wrappers, grid handles layout */
    .navbar-ajuda-mobile { display: none; }
    .navbar-row1 { display: contents; }
    .navbar-row2 { display: contents; }
    .navbar-row1-right { display: contents; }


    

    .bottom-cart-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  height: 86px;
  background: #1f1f1f;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.18);
}

.bottom-cart-bar__left {
  display: flex;
  align-items: stretch;
  min-width: 0;
}

.bottom-cart-box {
  min-width: 220px;
  padding: 16px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #242424;
  border-right: 1px solid rgba(255,255,255,0.06);
}

.bottom-cart-box--total {
  background: #3a3a3a;
}

.bottom-cart-label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 6px;
}

.bottom-cart-value {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--primary);
}

.bottom-cart-bar__right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 26px;
  min-width: 0;
}

.bottom-cart-btn {
  height: 58px;
  min-width: 330px;
  padding: 0 42px;
  border: none;
  border-radius: 999px;
  background: #0db4d1;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.bottom-cart-btn:hover {
  background: var(--primary-dark);
}

.bottom-cart-btn:active {
  transform: scale(0.98);
}


@media (max-width: 768px) {
  .bottom-cart-bar {
    height: auto;
    flex-direction: column;
  }

  .bottom-cart-bar__left {
    width: 100%;
  }

  .bottom-cart-box {
    flex: 1;
    min-width: 0;
    padding: 14px 16px;
  }

  .bottom-cart-label {
    font-size: 14px;
  }

  .bottom-cart-value {
    font-size: 16px;
  }

  .bottom-cart-bar__right {
    width: 100%;
    padding: 14px 16px;
    justify-content: center;
    background: #1f1f1f;
  }

  .bottom-cart-btn {
    width: 100%;
    min-width: 0;
    height: 54px;
    font-size: 18px;
  }
}

/* ── Review Modal ── */
.review-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 9999;
}

.review-modal {
  width: 100%;
  max-width: 580px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  max-height: 70vh;
}

/* Header */
.review-modal__header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 18px 50px;
  border-bottom: 1px solid var(--border);
  background: #fff;
  flex-shrink: 0;
}

.review-modal__header h2 {
  font-size: 17px;
  font-weight: 700;
  color: #292929;
  margin: 0;
}

.review-modal__close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #919191;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
}

.review-modal__close:hover { color: #292929; }

/* Body */
.review-modal__body {
  padding: 20px 24px 0;
  overflow-y: auto;
  flex: 1;
}

.review-modal__event h3 {
  font-size: 15px;
  font-weight: 700;
  color: #292929;
  margin: 0 0 6px;
}

.review-modal__event p {
  margin: 0;
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
}

.review-modal__divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 16px 0;
}

.review-modal__section-title {
  display: inline-block;
  background: #eef9fb;
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 14px;
}

.review-modal__table {
  width: 100%;
  border-collapse: collapse;
}

.review-modal__table th {
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #292929;
  padding: 8px 10px 10px 0;
  border-bottom: 1px solid var(--border);
  white-space: nowrap;
}

.review-modal__table td {
  font-size: 13px;
  color: #292929;
  padding: 12px 10px 12px 0;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

.review-modal__table th:last-child,
.review-modal__table td:last-child {
  text-align: right;
}

.review-modal__terms {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  margin: 18px 0 20px;
}

.review-modal__terms a {
  color: var(--primary);
  text-decoration: underline;
}

/* Terms step */
.review-terms-content {
  font-size: 13px;
  line-height: 1.7;
  color: #292929;
  padding-bottom: 4px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #00bdd9 #e1e1e1;
}
.review-terms-content::-webkit-scrollbar {
  width: 6px;
}
.review-terms-content::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 3px;
}
.review-terms-content::-webkit-scrollbar-thumb {
  background: #00bdd9;
  border-radius: 3px;
}

.review-terms-content p { margin: 0 0 14px; }
.review-terms-content strong { font-weight: 700; }

.review-modal__checkbox-bar {
  border-top: 1px solid var(--border);
  background: #f9f9f9;
  padding: 14px 24px;
  flex-shrink: 0;
}

.review-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #292929;
  cursor: pointer;
  margin: 0;
}

.review-checkbox input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--primary);
}

/* Footer */
.review-modal__footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: stretch;
  min-height: 72px;
  background: #1f1f1f;
  flex-shrink: 0;
}

.review-footer-box {
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #242424;
  border-right: 1px solid rgba(255,255,255,0.07);
}

.review-footer-box--total { background: #2e2e2e; }

.review-footer-box__label {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
}

.review-footer-box__value {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
}

.review-footer-action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.review-footer-btn {
  height: 46px;
  min-width: 160px;
  padding: 0 28px;
  border: none;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: background 0.2s;
}

.review-footer-btn:hover:not(.disabled) { background: var(--primary-dark); }

.review-footer-btn.disabled {
  background: #888;
  cursor: not-allowed;
}

@media (max-width: 600px) {
  .review-modal__footer {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .review-footer-action {
    grid-column: 1 / -1;
    padding: 12px 16px;
    border-top: 1px solid rgba(255,255,255,0.07);
  }

  .review-footer-btn {
    width: 100%;
    min-width: 0;
  }
}