:root {
      --blue:       #CC1B1B;
      --blue-dark:  #A51414;
      --blue-light: #FDECEA;
      --blue-mid:   #F5BFBF;
      --teal:       #00A89D;
      --teal-dark:  #008880;
      --teal-light: #E0F5F4;
      --teal-mid:   #80D4CF;
      --white:      #FFFFFF;
      --off-white:  #F7FAFD;
      --gray-50:    #F0F4F8;
      --gray-100:   #E2E8F0;
      --gray-200:   #CBD5E1;
      --gray-400:   #94A3B8;
      --gray-600:   #475569;
      --dark:       #0F1C2E;
      --text:       #1A2B3C;
      --text-muted: #607080;
      --green:      #10B981;
      --orange:     #F97316;
      --red:        #EF4444;
      --radius-sm:  4px;
      --radius:     8px;
      --radius-lg:  14px;
      --radius-xl:  20px;
      --shadow-sm:  0 1px 3px rgba(0,0,0,0.07);
      --shadow:     0 4px 16px rgba(204,27,27,0.1);
      --shadow-lg:  0 12px 36px rgba(0,0,0,0.1);
      --nav-h:      68px;
      --topbar-h:   38px;
    }
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { font-family: "Inter", sans-serif; font-optical-sizing: auto; color: var(--text); background: var(--off-white); overflow-x: hidden; line-height: 1.6; }
    a { text-decoration: none; color: inherit; }
    ul { list-style: none; }
    button { border: none; background: none; cursor: pointer; font-family: inherit; }
    input, select, textarea { font-family: inherit; }

    /* ── TOPBAR ── */
    .topbar { height: var(--topbar-h); background: var(--dark); display: flex; align-items: center; justify-content: space-between; padding: 0 48px; }
    .topbar-left { display: flex; align-items: center; gap: 20px; font-size: 12px; color: rgba(255,255,255,0.65); }
    .topbar-left svg { width: 13px; height: 13px; flex-shrink: 0; }
    .topbar-sep { width: 1px; height: 14px; background: rgba(255,255,255,0.12); }
    .topbar-right { display: flex; align-items: center; gap: 12px; }
    .topbar-phone { font-size: 13px; font-weight: 700; color: #fff; display: flex; align-items: center; gap: 7px; }
    .topbar-phone svg { width: 13px; height: 13px; color: var(--teal); }
    
    .topbar-social{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-sm);color:rgba(255,255,255,0.65);transition:all .2s;}
    .topbar-social:hover{color:#fff;background:rgba(255,255,255,0.12);}
    .topbar-badge { font-size: 11px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--dark); background: var(--teal); padding: 3px 9px; border-radius: var(--radius-sm); }

    /* ── NAV ── */
    nav { position: sticky; top: 0; z-index: 100; height: var(--nav-h); background: var(--white); border-bottom: 1px solid var(--gray-100); box-shadow: var(--shadow-sm); display: flex; align-items: center; justify-content: space-between; padding: 0 48px; gap: 20px; }
    .nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
    .nav-logo img { height: 44px; width: auto; display: block; }
    .nav-search { display: flex; align-items: center; background: var(--gray-50); border: 1.5px solid var(--gray-100); border-radius: var(--radius); overflow: hidden; width: 300px; }
    .nav-search:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(204,27,27,0.1); }
    .nav-search-input { flex: 1; padding: 10px 14px; font-size: 13px; border: none; background: transparent; color: var(--text); outline: none; }
    .nav-search-input::placeholder { color: var(--gray-400); }
    .nav-search-btn { width: 40px; height: 40px; background: var(--blue); display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
    .nav-search-btn:hover { background: var(--blue-dark); }
    .nav-search-btn svg { width: 16px; height: 16px; color: #fff; }
    .nav-links { display: flex; align-items: center; gap: 2px; }
    .nav-link { padding: 8px 13px; font-size: 13px; font-weight: 500; color: var(--gray-600); border-radius: var(--radius-sm); transition: all 0.2s; white-space: nowrap; }
    .nav-link:hover, .nav-link.active { background: var(--blue-light); color: var(--blue); }
    .nav-link.active { font-weight: 600; }
    .nav-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
    .btn-nav-teal { padding: 9px 16px; font-size: 13px; font-weight: 600; background: var(--blue); color: #fff; border-radius: var(--radius); transition: all 0.2s; display: inline-flex; align-items: center; gap: 7px; }
    .btn-nav-teal:hover { background: var(--blue-dark); }
    .btn-nav-teal svg { width: 14px; height: 14px; }
    .btn-nav-outline { padding: 9px 16px; font-size: 13px; font-weight: 600; border: 1.5px solid var(--blue); color: var(--blue); border-radius: var(--radius); transition: all 0.2s; }
    .btn-nav-outline:hover { background: var(--blue-light); }

    /* ── HERO BANNER ── */
    .rental-hero {
      background: linear-gradient(135deg, #1a0505 0%, #6b0000 40%, #CC1B1B 100%);
      padding: 70px 48px;
      position: relative;
      overflow: hidden;
    }
    .rental-hero::before {
      content: '';
      position: absolute;
      top: -80px; right: -80px;
      width: 400px; height: 400px;
      border-radius: 50%;
      background: rgba(255,255,255,0.04);
    }
    .rental-hero::after {
      content: '';
      position: absolute;
      bottom: -60px; left: 30%;
      width: 280px; height: 280px;
      border-radius: 50%;
      background: rgba(255,255,255,0.03);
    }
    .rental-hero-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      gap: 60px;
      position: relative;
      z-index: 1;
    }
    .rental-hero-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.9);
      background: rgba(255,255,255,0.12);
      border: 1px solid rgba(255,255,255,0.2);
      padding: 5px 14px;
      border-radius: 20px;
      margin-bottom: 18px;
    }
    .rental-hero-tag-dot { width: 7px; height: 7px; background: #FF9999; border-radius: 50%; animation: pulse 2s infinite; }
    @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.6;transform:scale(1.3)} }
    .rental-hero h1 {
      font-size: 46px;
      font-weight: 900;
      color: #fff;
      letter-spacing: -1px;
      line-height: 1.1;
      margin-bottom: 16px;
    }
    .rental-hero h1 em { color: #FF9999; font-style: normal; }
    .rental-hero-desc {
      font-size: 16px;
      color: rgba(255,255,255,0.72);
      line-height: 1.75;
      max-width: 520px;
      margin-bottom: 32px;
    }
    .rental-hero-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
    .btn-hero-primary {
      padding: 14px 28px;
      font-size: 14px;
      font-weight: 700;
      background: #fff;
      color: var(--blue-dark);
      border-radius: var(--radius);
      display: inline-flex;
      align-items: center;
      gap: 9px;
      transition: all 0.2s;
    }
    .btn-hero-primary:hover { background: var(--blue-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
    .btn-hero-primary svg { width: 16px; height: 16px; }
    .btn-hero-secondary {
      padding: 14px 24px;
      font-size: 14px;
      font-weight: 600;
      color: rgba(255,255,255,0.85);
      border: 1.5px solid rgba(255,255,255,0.3);
      border-radius: var(--radius);
      transition: all 0.2s;
    }
    .btn-hero-secondary:hover { color: #fff; border-color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.08); }

    /* Hero stats */
    .rental-hero-stats {
      display: flex;
      flex-direction: column;
      gap: 16px;
      flex-shrink: 0;
    }
    .hero-stat-card {
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.15);
      border-radius: var(--radius-lg);
      padding: 20px 28px;
      text-align: center;
      backdrop-filter: blur(8px);
      min-width: 160px;
    }
    .hero-stat-num {
      font-size: 36px;
      font-weight: 900;
      color: #fff;
      letter-spacing: -1px;
      line-height: 1;
    }
    .hero-stat-label {
      font-size: 12px;
      color: rgba(255,255,255,0.6);
      margin-top: 5px;
    }

    /* Breadcrumb */
    .breadcrumb-bar {
      background: var(--white);
      border-bottom: 1px solid var(--gray-100);
      padding: 12px 48px;
    }
    .breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--text-muted); }
    .breadcrumb a { color: var(--blue); }
    .breadcrumb svg { width: 12px; height: 12px; }

    /* ── HOW IT WORKS ── */
    .how-section {
      background: var(--white);
      padding: 56px 48px;
      border-bottom: 1px solid var(--gray-100);
    }
    .section-label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--blue); margin-bottom: 6px; }
    .section-title { font-size: 26px; font-weight: 800; color: var(--dark); letter-spacing: -0.3px; line-height: 1.2; }
    .section-sub { font-size: 14px; color: var(--text-muted); margin-top: 6px; }
    .steps-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      margin-top: 40px;
      position: relative;
    }
    .steps-grid::before {
      content: '';
      position: absolute;
      top: 28px;
      left: 14%;
      right: 14%;
      height: 2px;
      background: linear-gradient(to right, var(--blue-light), var(--blue-mid), var(--blue-light));
      z-index: 0;
    }
    .step-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 16px;
      position: relative;
      z-index: 1;
    }
    .step-num {
      width: 56px; height: 56px;
      border-radius: 50%;
      background: var(--blue);
      color: #fff;
      font-size: 20px;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      border: 4px solid var(--white);
      box-shadow: 0 0 0 2px var(--blue);
    }
    .step-title { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
    .step-desc { font-size: 13px; color: var(--text-muted); line-height: 1.65; }

    /* ── RENTAL BENEFITS ── */
    .benefits-bar {
      background: var(--blue);
      padding: 0 48px;
      display: flex;
      align-items: stretch;
    }
    .benefit-item {
      flex: 1;
      padding: 18px 20px;
      display: flex;
      align-items: center;
      gap: 12px;
      border-right: 1px solid rgba(255,255,255,0.12);
    }
    .benefit-item:last-child { border-right: none; }
    .benefit-icon {
      width: 36px; height: 36px;
      background: rgba(255,255,255,0.15);
      border-radius: var(--radius);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .benefit-icon svg { width: 18px; height: 18px; color: #fff; }
    .benefit-name { font-size: 13px; font-weight: 700; color: #fff; line-height: 1.3; }
    .benefit-sub { font-size: 11px; color: rgba(255,255,255,0.65); }

    /* ── MAIN BODY ── */
    .page-body { padding: 36px 48px; max-width: 1400px; margin: 0 auto; }

    /* ── FILTER / SORT TOOLBAR ── */
    .toolbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 28px;
      flex-wrap: wrap;
    }
    .toolbar-left { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
    .cat-pill {
      padding: 8px 16px;
      font-size: 12px;
      font-weight: 600;
      border-radius: 20px;
      border: 1.5px solid var(--gray-200);
      color: var(--text-muted);
      cursor: pointer;
      transition: all 0.2s;
      white-space: nowrap;
    }
    .cat-pill:hover { border-color: var(--blue); color: var(--blue); }
    .cat-pill.active { background: var(--blue); border-color: var(--blue); color: #fff; }
    .toolbar-right { display: flex; align-items: center; gap: 10px; }
    .sort-select {
      padding: 8px 28px 8px 12px;
      font-size: 13px;
      border: 1.5px solid var(--gray-200);
      border-radius: var(--radius-sm);
      background: var(--white);
      color: var(--text);
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23607080' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 8px center;
      cursor: pointer;
      outline: none;
    }
    .result-count { font-size: 13px; color: var(--text-muted); }

    /* ── RENTAL CARDS GRID ── */
    .rental-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-bottom: 48px;
    }

    .rental-card {
      background: var(--white);
      border: 1.5px solid var(--gray-100);
      border-radius: var(--radius-lg);
      overflow: hidden;
      transition: all 0.25s ease;
      display: flex;
      flex-direction: column;
      position: relative;
    }
    .rental-card:hover { border-color: var(--blue-mid); box-shadow: var(--shadow-lg); transform: translateY(-3px); }

    .rc-badges {
      position: absolute;
      top: 12px; left: 12px;
      display: flex;
      flex-direction: column;
      gap: 4px;
      z-index: 2;
    }
    .rc-badge {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      padding: 3px 9px;
      border-radius: 4px;
    }
    .rc-badge-avail { background: var(--green); color: #fff; }
    .rc-badge-pop   { background: var(--blue);  color: #fff; }
    .rc-badge-low   { background: var(--orange); color: #fff; }

    .rc-img {
      height: 190px;
      background: var(--gray-50);
      display: flex;
      align-items: center;
      justify-content: center;
      border-bottom: 1px solid var(--gray-100);
      position: relative;
      overflow: hidden;
    }
    .rc-img svg { width: 80px; height: 80px; }
    .rc-img-overlay {
      position: absolute;
      inset: 0;
      background: rgba(204,27,27,0.08);
      opacity: 0;
      transition: opacity 0.2s;
      display: flex;
      align-items: flex-end;
      padding: 12px;
    }
    .rental-card:hover .rc-img-overlay { opacity: 1; }
    .rc-avail-strip {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: rgba(255,255,255,0.92);
      border: 1px solid var(--gray-100);
      border-radius: var(--radius);
      padding: 7px 12px;
      font-size: 12px;
    }
    .rc-avail-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
    .rc-avail-dot.low { background: var(--orange); }
    .rc-avail-text { font-weight: 600; color: var(--dark); }
    .rc-avail-next { color: var(--text-muted); }

    .rc-body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
    .rc-brand { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--blue); margin-bottom: 5px; }
    .rc-name { font-size: 15px; font-weight: 700; color: var(--dark); line-height: 1.35; margin-bottom: 8px; }
    .rc-desc { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin-bottom: 14px; }
    .rc-specs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
    .rc-spec { font-size: 11px; padding: 3px 9px; background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: 20px; color: var(--text-muted); }

    /* Pricing tiers */
    .rc-pricing {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
      margin-bottom: 16px;
    }
    .rc-price-tier {
      background: var(--off-white);
      border: 1.5px solid var(--gray-100);
      border-radius: var(--radius);
      padding: 10px 8px;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s;
    }
    .rc-price-tier:hover { border-color: var(--blue); }
    .rc-price-tier.selected { background: var(--blue-light); border-color: var(--blue); }
    .rc-tier-label { font-size: 10px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 4px; }
    .rc-price-tier.selected .rc-tier-label { color: var(--blue-dark); }
    .rc-tier-price { font-size: 16px; font-weight: 800; color: var(--dark); letter-spacing: -0.5px; line-height: 1; }
    .rc-tier-unit { font-size: 10px; color: var(--text-muted); margin-top: 2px; }

    .rc-actions { display: flex; gap: 8px; margin-top: auto; }
    .btn-rent-now {
      flex: 1;
      padding: 11px;
      font-size: 13px;
      font-weight: 700;
      background: var(--blue);
      color: #fff;
      border-radius: var(--radius);
      transition: all 0.2s;
      text-align: center;
    }
    .btn-rent-now:hover { background: var(--blue-dark); }
    .btn-rent-details {
      padding: 11px 14px;
      font-size: 13px;
      font-weight: 600;
      border: 1.5px solid var(--gray-200);
      color: var(--text-muted);
      border-radius: var(--radius);
      transition: all 0.2s;
    }
    .btn-rent-details:hover { border-color: var(--blue); color: var(--blue); }

    /* ── ENQUIRY MODAL ── */
    .modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(15,28,46,0.6);
      z-index: 300;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      backdrop-filter: blur(4px);
    }
    .modal-overlay.open { opacity: 1; pointer-events: all; }
    .modal-box {
      background: var(--white);
      border-radius: var(--radius-xl);
      width: 100%;
      max-width: 560px;
      max-height: 90vh;
      overflow-y: auto;
      transform: translateY(20px) scale(0.97);
      transition: transform 0.3s cubic-bezier(0.34,1.4,0.64,1);
      box-shadow: 0 24px 60px rgba(0,0,0,0.2);
    }
    .modal-overlay.open .modal-box { transform: translateY(0) scale(1); }

    .modal-header {
      padding: 24px 28px 20px;
      border-bottom: 1px solid var(--gray-100);
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      position: sticky;
      top: 0;
      background: var(--white);
      border-radius: var(--radius-xl) var(--radius-xl) 0 0;
      z-index: 1;
    }
    .modal-header-left { display: flex; align-items: flex-start; gap: 14px; }
    .modal-header-icon {
      width: 44px; height: 44px;
      background: var(--blue-light);
      border-radius: var(--radius);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .modal-header-icon svg { width: 22px; height: 22px; color: var(--blue); }
    .modal-tag { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--blue); margin-bottom: 4px; }
    .modal-title { font-size: 18px; font-weight: 800; color: var(--dark); line-height: 1.2; }
    .modal-close {
      width: 32px; height: 32px;
      border-radius: 50%;
      border: 1.5px solid var(--gray-200);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      transition: all 0.2s;
    }
    .modal-close:hover { background: var(--gray-50); }
    .modal-close svg { width: 14px; height: 14px; color: var(--gray-600); }

    .modal-body { padding: 24px 28px; }

    /* Selected product summary in modal */
    .modal-product-strip {
      background: var(--blue-light);
      border: 1.5px solid var(--blue-mid);
      border-radius: var(--radius);
      padding: 14px 16px;
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 24px;
    }
    .modal-product-img {
      width: 52px; height: 52px;
      background: var(--white);
      border-radius: var(--radius-sm);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      border: 1px solid var(--blue-mid);
    }
    .modal-product-img svg { width: 30px; height: 30px; color: var(--blue); }
    .modal-product-name { font-size: 13px; font-weight: 700; color: var(--dark); line-height: 1.3; }
    .modal-product-brand { font-size: 11px; color: var(--blue-dark); margin-top: 2px; }
    .modal-product-price { font-size: 15px; font-weight: 800; color: var(--blue-dark); margin-left: auto; white-space: nowrap; }

    /* Form */
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .form-group { display: flex; flex-direction: column; gap: 6px; }
    .form-group.full { grid-column: 1 / -1; }
    .form-label { font-size: 12px; font-weight: 700; color: var(--text); letter-spacing: 0.3px; }
    .form-label span { color: var(--red); }
    .form-input, .form-select, .form-textarea {
      padding: 10px 14px;
      font-size: 14px;
      border: 1.5px solid var(--gray-200);
      border-radius: var(--radius);
      color: var(--text);
      outline: none;
      transition: border-color 0.2s, box-shadow 0.2s;
      background: var(--white);
    }
    .form-input:focus, .form-select:focus, .form-textarea:focus {
      border-color: var(--blue);
      box-shadow: 0 0 0 3px rgba(204,27,27,0.1);
    }
    .form-input::placeholder, .form-textarea::placeholder { color: var(--gray-400); }
    .form-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23607080' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; cursor: pointer; }
    .form-textarea { resize: none; }
    .form-hint { font-size: 11px; color: var(--text-muted); margin-top: 2px; }

    /* Duration selector */
    .duration-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .duration-opt {
      padding: 10px 8px;
      border: 1.5px solid var(--gray-200);
      border-radius: var(--radius);
      text-align: center;
      cursor: pointer;
      transition: all 0.2s;
    }
    .duration-opt:hover { border-color: var(--blue); }
    .duration-opt.selected { background: var(--blue-light); border-color: var(--blue); }
    .duration-opt-period { font-size: 13px; font-weight: 700; color: var(--dark); }
    .duration-opt.selected .duration-opt-period { color: var(--blue-dark); }
    .duration-opt-price { font-size: 11px; color: var(--text-muted); margin-top: 2px; }
    .duration-opt.selected .duration-opt-price { color: var(--blue); }

    /* Delivery option */
    .delivery-opts { display: flex; flex-direction: column; gap: 8px; }
    .delivery-opt {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 14px;
      border: 1.5px solid var(--gray-200);
      border-radius: var(--radius);
      cursor: pointer;
      transition: all 0.2s;
    }
    .delivery-opt:hover { border-color: var(--blue); }
    .delivery-opt.selected { background: var(--blue-light); border-color: var(--blue); }
    .delivery-radio {
      width: 16px; height: 16px;
      border-radius: 50%;
      border: 2px solid var(--gray-300, #CBD5E1);
      flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
      transition: all 0.2s;
    }
    .delivery-opt.selected .delivery-radio { border-color: var(--blue); }
    .delivery-radio-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); opacity: 0; transition: opacity 0.2s; }
    .delivery-opt.selected .delivery-radio-dot { opacity: 1; }
    .delivery-opt-info { flex: 1; }
    .delivery-opt-name { font-size: 13px; font-weight: 600; color: var(--dark); }
    .delivery-opt-desc { font-size: 11px; color: var(--text-muted); }
    .delivery-opt-price { font-size: 13px; font-weight: 700; color: var(--blue-dark); }

    .modal-divider { height: 1px; background: var(--gray-100); margin: 20px 0; }

    /* Price summary */
    .price-summary {
      background: var(--off-white);
      border: 1.5px solid var(--gray-100);
      border-radius: var(--radius);
      padding: 16px;
      margin-bottom: 20px;
    }
    .price-summary-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 13px;
      padding: 5px 0;
    }
    .price-summary-row.total { font-size: 16px; font-weight: 800; color: var(--dark); border-top: 1px solid var(--gray-200); margin-top: 8px; padding-top: 10px; }
    .price-summary-label { color: var(--text-muted); }
    .price-summary-val { font-weight: 600; color: var(--dark); }
    .price-summary-val.green { color: var(--green); }

    .modal-submit {
      width: 100%;
      padding: 14px;
      font-size: 15px;
      font-weight: 700;
      background: var(--blue);
      color: #fff;
      border-radius: var(--radius);
      transition: all 0.2s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
    }
    .modal-submit:hover { background: var(--blue-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(204,27,27,0.35); }
    .modal-submit svg { width: 16px; height: 16px; }
    .modal-footer-note { font-size: 11px; color: var(--text-muted); text-align: center; margin-top: 12px; line-height: 1.5; }

    /* ── FAQ SECTION ── */
    .faq-section { padding: 60px 48px; background: var(--white); border-top: 1px solid var(--gray-100); }
    .faq-section-inner { max-width: 780px; margin: 0 auto; }
    .faq-header { text-align: center; margin-bottom: 40px; }
    .faq-list { display: flex; flex-direction: column; gap: 10px; }
    .faq-item { border: 1.5px solid var(--gray-100); border-radius: var(--radius); overflow: hidden; }
    .faq-q {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 16px 20px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 600;
      color: var(--dark);
      transition: background 0.2s;
    }
    .faq-q:hover { background: var(--gray-50); }
    .faq-q svg { width: 18px; height: 18px; color: var(--blue); flex-shrink: 0; transition: transform 0.3s; }
    .faq-item.open .faq-q svg { transform: rotate(45deg); }
    .faq-a {
      font-size: 13px;
      color: var(--text-muted);
      line-height: 1.75;
      padding: 0 20px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease, padding 0.2s ease;
    }
    .faq-item.open .faq-a { max-height: 200px; padding: 0 20px 18px; }

    /* ── CTA BANNER ── */
    .cta-banner {
      background: linear-gradient(135deg, #1a0505 0%, #6b0000 100%);
      padding: 56px 48px;
      text-align: center;
    }
    .cta-banner h2 { font-size: 32px; font-weight: 800; color: #fff; letter-spacing: -0.5px; margin-bottom: 12px; }
    .cta-banner p { font-size: 15px; color: rgba(255,255,255,0.65); max-width: 500px; margin: 0 auto 28px; line-height: 1.7; }
    .cta-actions { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
    .btn-cta-teal { padding: 13px 28px; font-size: 14px; font-weight: 700; background: var(--blue); color: #fff; border-radius: var(--radius); transition: all 0.2s; display: inline-flex; align-items: center; gap: 9px; }
    .btn-cta-teal:hover { background: var(--blue-dark); transform: translateY(-2px); }
    .btn-cta-teal svg { width: 16px; height: 16px; }
    .btn-cta-outline { padding: 13px 24px; font-size: 14px; font-weight: 600; border: 1.5px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.85); border-radius: var(--radius); transition: all 0.2s; }
    .btn-cta-outline:hover { border-color: rgba(255,255,255,0.7); color: #fff; }

    /* ── FOOTER ── */
    footer { background: var(--dark); color: #fff; }
    .footer-bottom { padding: 20px 48px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: space-between; }
    .footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.35); }
    .footer-links-row { display: flex; gap: 20px; }
    .footer-link-sm { font-size: 12px; color: rgba(255,255,255,0.4); transition: color 0.2s; }
    .footer-link-sm:hover { color: rgba(255,255,255,0.8); }

    /* ── REVEAL ── */
    .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .reveal-delay-1 { transition-delay: 0.1s; }
    .reveal-delay-2 { transition-delay: 0.2s; }
    .reveal-delay-3 { transition-delay: 0.3s; }

    /* ── BACK TO TOP ── */
    .back-top { position: fixed; bottom: 28px; right: 28px; width: 44px; height: 44px; background: var(--blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 16px rgba(204,27,27,0.45); opacity: 0; transform: translateY(10px); transition: all 0.3s; z-index: 90; }
    .back-top.visible { opacity: 1; transform: translateY(0); }
    .back-top:hover { background: var(--blue-dark); }
    .back-top svg { width: 18px; height: 18px; color: #fff; }

    /* ── MOBILE NAV TOGGLE ── */
    .nav-toggle { display: none; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: var(--radius-sm); flex-shrink: 0; }
    .nav-toggle svg { width: 22px; height: 22px; color: var(--dark); }

    /* ── RESPONSIVE ── */
    @media (max-width: 1100px) { .rental-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 1024px) {
      nav, .topbar, .breadcrumb-bar, .how-section, .benefits-bar, .page-body, .faq-section, .cta-banner { padding-left: 24px; padding-right: 24px; }
      .rental-hero { padding: 50px 24px; }
      .rental-hero-inner { grid-template-columns: 1fr; }
      .rental-hero-stats { flex-direction: row; flex-wrap: wrap; }
      .hero-stat-card { flex: 1; min-width: 120px; }
      .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
      .steps-grid::before { display: none; }
      .nav-search { width: 200px; }
    }
    @media (max-width: 900px) {
      .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border-bottom: 1px solid var(--gray-100); box-shadow: var(--shadow-lg); }
      .nav-links.mobile-open { display: flex; }
      .nav-link { padding: 12px 14px; border-radius: var(--radius-sm); }
      .nav-toggle { display: flex; }
      .nav-search { display: none; }
    }
    @media (max-width: 768px) {
      .topbar { display: none; }
      .rental-hero h1 { font-size: 32px; }
      .rental-grid { grid-template-columns: 1fr; }
      .benefits-bar { flex-wrap: wrap; }
      .benefit-item { min-width: 50%; border-bottom: 1px solid rgba(255,255,255,0.08); }
      .form-grid { grid-template-columns: 1fr; }
      .rc-pricing { grid-template-columns: repeat(3, 1fr); }
      .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
    }
    @media (max-width: 480px) {
      nav, .breadcrumb-bar, .how-section, .benefits-bar, .page-body, .faq-section, .cta-banner { padding-left: 16px; padding-right: 16px; }
      .nav-logo img { height: 34px; }
      .rental-hero { padding-left: 16px; padding-right: 16px; }
      .rental-hero h1 { font-size: 26px; }
      .benefit-item { min-width: 100%; }
      .rc-pricing { grid-template-columns: 1fr; }
      .steps-grid { grid-template-columns: 1fr; }
      .cta-actions { flex-direction: column; align-items: stretch; }
      .cta-banner h2 { font-size: 24px; }
    }