/* Carzi — Combined Stylesheet */
/* carzi.in | © 2025 Carzi */


  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    /* ── Carzi Brand System ── */
    --bg:   #F5F5F3;
    --bg2:  #EFEFED;
    --bg3:  #E5E5E3;
    --primary: #1C1C1E;
    --accent:       #F44F11;
    --accent-light: #FEF0EB;
    --accent-mid:   #FACBB7;
    --accent-hover: #D94410;
    --accent-press: #C23C0B;
    --blue:       #1C1C1E;
    --blue-light: #F0F0EE;
    --blue-mid:   #DDDDDB;
    --amber:       #F44F11;
    --amber-light: #FEF0EB;
    --text:  #1C1C1E;
    --text2: #555555;
    --text3: #9A9A9E;
    --border:  #E0E0DE;
    --border2: #CACAC8;
    --g: 24px;
    --sh-sm: 0 2px 6px rgba(28,28,30,.04), 0 10px 28px rgba(28,28,30,.07);
    --sh-md: 0 4px 10px rgba(28,28,30,.05), 0 20px 48px rgba(28,28,30,.10);
    --sh-blue: 0 4px 14px rgba(244,79,17,.30);
    --amber: #F44F11;
    --amber-light: #FEF0EB;
    --text:  #1C1C1E;         /* charcoal for headings */
    --text2: #555555;         /* mid-grey for body copy */
    --text3: #9A9A9E;         /* secondary text and inactive labels */
    --border: #E0E0DE;        /* neutral border */
    --border2: #CACAC8;       /* stronger border */
    --card: #FFFFFF;          /* pure white card surfaces */
    --green: #16A34A;

    --g: 72px;

    --sh-xs: 0 1px 3px rgba(28,28,30,.04), 0 4px 12px rgba(28,28,30,.05);
    --sh-sm: 0 2px 6px rgba(28,28,30,.04), 0 10px 28px rgba(28,28,30,.07);
    --sh-md: 0 4px 10px rgba(28,28,30,.05), 0 20px 48px rgba(28,28,30,.10);
    --sh-blue: 0 4px 14px rgba(244,79,17,.30);
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'Lato', sans-serif; background: var(--bg); color: var(--text); overflow-x: hidden; }

  /* ─── VEHICLE SELECTION SCREEN ─────────────────────────── */
  #vehicle-screen {
    position: fixed; inset: 0; background: var(--bg);
    display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
    z-index: 1000; transition: opacity .5s ease; overflow-y: auto;
  }
  #vehicle-screen.hidden { opacity: 0; pointer-events: none; }

  /* Step 1.active children: no extra side padding (step-1 already has padding) */
  #step-1 .vs-title, #step-1 .vs-sub, #step-1 .vtype-grid { padding-left: 0; padding-right: 0; }

  /* Step 1 stays centered with original max-width */
  #step-1 { display: none; width: 100%; max-width: 680px; padding: 0 var(--g) 40px; flex-direction: column; align-items: center; margin: auto; }
  #step-1.active { display: flex; }

  /* Steps 2 & 3 start from top, full width */
  #step-2, #step-3 { display: none; width: 100%; padding: 0 0 40px; flex-direction: column; align-items: center; }
  #step-2.active, #step-3.active { display: flex; }

  .vs-page { display: none; width: 100%; padding: 0 0 40px; flex-direction: column; align-items: center; }
  .vs-page.active { display: flex; }
  .vs-topbar { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 28px var(--g) 32px; }
  .vs-back { width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--border); background: var(--bg2); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .18s; flex-shrink: 0; }
  .vs-back:hover { border-color: var(--accent); background: var(--accent-light); }
  .vs-page-title { font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 700; color: var(--text); }
  .vs-helper-btn { font-size: 12px; font-weight: 600; color: var(--accent); background: var(--accent-light); border: 1px solid var(--blue-mid); padding: 8px 14px; border-radius: 100px; cursor: pointer; white-space: nowrap; }
  .vs-logo { font-family: 'Poppins', sans-serif; font-size: 28px; font-weight: 800; color: var(--text); margin: 24px 0 36px; text-align: center; }
  .vs-logo span { color: var(--accent); }
  .vs-title { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 700; line-height: 1.15; margin-bottom: 10px; color: var(--text); width: 100%; white-space: nowrap; }
  .vs-sub { font-size: 16px; color: var(--text2); margin-bottom: 32px; width: 100%; }

  .vs-search { width: 100%; position: relative; margin-bottom: 28px; padding: 0 var(--g); }
  .vs-search svg { position: absolute; left: calc(var(--g) + 16px); top: 50%; transform: translateY(-50%); }
  .vs-search input { width: 100%; padding: 14px 18px 14px 46px; background: var(--bg2); border: 1.5px solid var(--border2); border-radius: 14px; color: var(--text); font-family: 'Lato', sans-serif; font-size: 15px; }
  .vs-search input:focus { outline: none; border-color: var(--accent); background: var(--bg); }
  .vs-search input::placeholder { color: var(--text3); }
  .vs-section-label { font-size: 13px; font-weight: 700; color: var(--text); width: 100%; text-align: left; margin-bottom: 16px; font-family: 'Poppins', sans-serif; padding: 0 var(--g); }
  .vs-divider-label { font-size: 11px; font-weight: 700; color: var(--text2); letter-spacing: 1.5px; text-transform: uppercase; width: 100%; text-align: left; margin: 28px 0 16px; padding: 0 var(--g); }

  /* Step 1 vehicle type cards */
  .vtype-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; width: 100%; }
  .vtype-card { border-radius: 18px; border: 1.5px solid var(--border); overflow: hidden; cursor: pointer; transition: all .22s ease; background: var(--bg2); display: flex; flex-direction: column; min-height: 420px; }
  .vtype-card:hover, .vtype-card.selected { border-color: var(--accent); transform: translateY(-2px); box-shadow: var(--sh-sm); }
  .vtype-card-label { padding: 18px 18px 0; }
  .vtype-card-label small { font-size: 12px; color: var(--text2); display: block; margin-bottom: 3px; }
  .vtype-card-label strong { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 800; color: var(--text); }
  .vtype-card-img { flex: 1; display: flex; align-items: flex-end; justify-content: center; padding: 8px 16px; }
  .vtype-card-img svg { width: 100%; max-width: 150px; height: auto; }
  .vtype-card.dark { background: var(--text); border-color: var(--text); }
  .vtype-card.dark .vtype-card-label small { color: rgba(255,255,255,.55); }
  .vtype-card.dark .vtype-card-label small.accent { color: var(--accent); }
  .vtype-card.dark .vtype-card-label strong { color: #fff; }

  /* Brand / model grids */
  .vs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; width: 100%; padding: 0 var(--g); }
  .vs-grid-item { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 14px 8px; border-radius: 14px; cursor: pointer; transition: all .18s; border: 1.5px solid transparent; }
  .vs-grid-item:hover { background: var(--bg2); border-color: var(--border); }
  .vs-grid-item.selected { background: var(--accent-light); border-color: var(--accent); }
  .vs-grid-logo { width: 56px; height: 56px; border-radius: 14px; background: var(--bg2); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 4px; box-sizing: border-box; }
  .vs-grid-logo svg { width: 100%; height: 100%; display: block; border-radius: 10px; }
  .vs-grid-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 10px; display: block; background: #fff; }
  .vs-grid-item span { font-size: 12px; font-weight: 500; color: var(--text); text-align: center; line-height: 1.3; }
  .vs-model-img { width: 100%; height: 64px; border-radius: 12px; background: var(--bg2); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; padding: 6px 8px; box-sizing: border-box; }
  .vs-model-img svg { width: 100%; height: 100%; display: block; }

  /* Body-type group headers inside model grid */
  .vs-body-type-header { grid-column: 1 / -1; display: flex; align-items: center; gap: 10px; padding: 4px 0 2px; margin-top: 6px; }
  .vs-body-type-header:first-child { margin-top: 0; }
  .vs-body-type-label { font-family: 'Poppins', sans-serif; font-size: 12.5px; font-weight: 700; color: var(--text2); letter-spacing: .03em; white-space: nowrap; }
  .vs-body-type-pill { display: inline-flex; align-items: center; gap: 4px; background: var(--bg2); border: 1px solid var(--border); border-radius: 100px; padding: 3px 10px; font-family: 'Poppins', sans-serif; font-size: 10.5px; font-weight: 600; color: var(--text3); }
  .vs-body-type-line { flex: 1; height: 1px; background: var(--border); }

  .vs-continue-btn { width: calc(100% - (var(--g) * 2)); margin-left: var(--g); margin-right: var(--g); padding: 15px; background: var(--accent); border: none; border-radius: 12px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: #fff; cursor: pointer; transition: all .2s; margin-top: 28px; display: none; box-shadow: var(--sh-blue); }
  .vs-continue-btn:hover { background: var(--accent-hover); transform: translateY(-1px); }
  .vs-continue-btn.show { display: block; }

  /* ─── NAVBAR ────────────────────────────────────────────── */
  nav {
    position: sticky; top: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 var(--g); height: 68px;
    background: rgba(255,255,255,.97); backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
  }
  .nav-logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
  .nav-logo span { color: var(--accent); }
  .nav-link-item { font-size: 14px; font-weight: 500; color: var(--text2); text-decoration: none; transition: color .18s; padding: 9px 0; }
  .nav-link-item:hover { color: var(--text); }
  .nav-actions { display: flex; align-items: center; gap: 24px; }
  .nav-btn { display: flex; align-items: center; gap: 7px; padding: 9px 20px; border-radius: 10px; font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: none; transition: all .18s; }
  .nav-btn-login { background: var(--accent); color: #fff; border: none; box-shadow: var(--sh-blue); }
  .nav-btn-login:hover { background: var(--accent-hover); transform: translateY(-1px); }
  .nav-icon-btn { position: relative; width: 38px; height: 38px; border-radius: 10px; background: var(--bg2); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--text2); cursor: pointer; transition: all .18s; flex-shrink: 0; }
  .nav-icon-btn:hover { border-color: var(--accent-mid); color: var(--accent); }
  .cart-badge { position: absolute; top: -6px; right: -6px; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 100px; background: var(--accent); color: #fff; font-size: 10px; font-weight: 800; font-family: 'Poppins', sans-serif; display: flex; align-items: center; justify-content: center; }
  .cart-item-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); }
  .cart-item-row:last-child { border-bottom: none; }
  .cart-item-info strong { display: block; font-size: 13.5px; color: var(--text); font-family: 'Poppins', sans-serif; font-weight: 700; }
  .cart-item-info span { display: block; font-size: 12px; color: var(--text2); margin-top: 2px; }
  .cart-item-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
  .cart-qty-btn { width: 24px; height: 24px; border-radius: 50%; border: 1px solid var(--border); background: var(--bg2); color: var(--text); font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
  .cart-qty-btn:hover { border-color: var(--accent-mid); }
  .cart-qty-val { min-width: 16px; text-align: center; font-size: 13px; font-weight: 700; color: var(--text); font-family: 'Poppins', sans-serif; }
  .cart-remove-btn { width: 24px; height: 24px; border-radius: 50%; border: none; background: transparent; display: flex; align-items: center; justify-content: center; cursor: pointer; margin-left: 4px; }
  .cart-remove-btn:hover { background: var(--bg2); }

  /* Hamburger toggle — hidden on desktop, shown on mobile */
  .nav-hamburger {
    display: none; width: 38px; height: 38px; border-radius: 10px;
    border: 1px solid var(--border); background: var(--bg2);
    align-items: center; justify-content: center; cursor: pointer;
    flex-shrink: 0;
  }

  /* Mobile nav slide-in drawer */
  #nav-drawer-backdrop {
    display: none; position: fixed; inset: 0; z-index: 300;
    background: rgba(0,0,0,.5); backdrop-filter: blur(3px);
  }
  #nav-drawer {
    margin-left: auto; width: 78%; max-width: 320px; height: 100%;
    background: #fff; display: flex; flex-direction: column;
    animation: drawerSlideIn .32s cubic-bezier(0.32,0.72,0,1);
  }
  .nav-drawer-top {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 20px; border-bottom: 1px solid var(--border);
  }
  .nav-drawer-links { display: flex; flex-direction: column; padding: 8px 20px 0; }
  .nav-drawer-link {
    font-family: 'Lato', sans-serif; font-size: 15px; font-weight: 600;
    color: var(--text); text-decoration: none;
    padding: 16px 0; border-bottom: 1px solid var(--bg3);
  }
  .nav-drawer-cta {
    margin: auto 20px 24px; padding: 14px; text-align: center;
    background: var(--accent); color: #fff; border-radius: 12px;
    font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700;
    text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 8px;
    box-shadow: var(--sh-blue);
  }

  /* ─── MAIN SITE ─────────────────────────────────────────── */
  #main-site { opacity: 0; transition: opacity .5s ease; pointer-events: none; }
  #main-site.visible { opacity: 1; pointer-events: all; }

  /* ─── SHARED SECTION BASE ───────────────────────────────── */
  section { padding: 88px var(--g); }
  .section-label { font-size: 11px; font-weight: 600; color: var(--accent); letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 12px; }
  .section-title { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; line-height: 1.15; margin-bottom: 14px; letter-spacing: -.5px; color: var(--text); }
  .section-desc { font-size: 16px; color: var(--text2); line-height: 1.7; max-width: 540px; margin-bottom: 48px; }
  .btn-primary { padding: 14px 32px; background: var(--accent); border: none; border-radius: 12px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: #fff; cursor: pointer; transition: all .2s; box-shadow: var(--sh-blue); }
  .btn-primary:hover { background: var(--accent-hover); transform: translateY(-2px); }
  .btn-ghost { padding: 14px 32px; background: transparent; border: 1.5px solid var(--border2); border-radius: 12px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; color: var(--text); cursor: pointer; transition: all .2s; }
  .btn-ghost:hover { border-color: var(--text); background: var(--bg2); }

  /* ─── INFO CARDS SECTION ────────────────────────────────── */
  .info-cards-section {
    background: var(--primary);
    padding: 56px var(--g);
  }
  .info-cards-section .hero-info-cards {
    padding: 0;
  }
  .info-cards-section .hi-card {
    background: rgba(255,255,255,0.07);
    box-shadow: none;
    border: 1px solid rgba(255,255,255,0.1);
  }
  .info-cards-section .hi-card-header strong { color: #fff; }
  .info-cards-section .hi-card-header span { color: rgba(255,255,255,0.5); }
  .info-cards-section .hi-expand { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.5); }
  .info-cards-section .map-visual { background: rgba(255,255,255,0.06); }
  .info-cards-section .date-box,
  .info-cards-section .time-box { background: rgba(255,255,255,0.08); }
  .info-cards-section .date-box .n,
  .info-cards-section .time-box .n { color: #fff; }
  .info-cards-section .date-box .l,
  .info-cards-section .time-box .l { color: rgba(255,255,255,0.5); }
  .info-cards-section .date-nav { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.5); }
  .info-cards-section .washer-info strong { color: #fff; }
  .info-cards-section .washer-info span { color: rgba(255,255,255,0.55); }
  .info-cards-section .washer-avatar { background: rgba(244,79,17,0.2); color: var(--accent); }
  @keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }

  .hero-section {
    background: var(--bg2); position: relative; overflow: hidden;
    padding-bottom: 40px;
  }

  /* Location pill — overlaid top left */
  .hero-location-pill {
    position: absolute; top: 22px; left: var(--g); z-index: 4;
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--text); color: rgba(255,255,255,.75);
    padding: 10px 18px; border-radius: 100px;
    font-size: 13px; font-weight: 500; box-shadow: var(--sh-md);
  }
  .hero-location-pill b { color: #fff; font-weight: 700; }

  /* Two-column layout: text left, image right */
  .hero-grid {
    display: grid; grid-template-columns: 45% 55%;
    align-items: center; min-height: 620px;
  }

  /* Car col: image large, mix-blend removes white bg */
  .hero-car-col {
    order: 2;
    display: flex; align-items: flex-end; justify-content: center;
    height: 100%; padding: 20px 0 0; overflow: hidden;
  }
  .hero-car-img {
    width: 100%; max-width: none;
    display: block; object-fit: contain; object-position: bottom center;
    mix-blend-mode: multiply;
  }

  /* Content col */
  .hero-content-col {
    order: 1;
    padding: 72px 24px 48px var(--g);
    display: flex; flex-direction: column; align-items: flex-start;
  }

  .hero-badge {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 13px; font-weight: 600; color: var(--accent); margin-bottom: 18px;
  }
  .hero-badge-dot {
    width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
    flex-shrink: 0; animation: blink 2s infinite;
  }
  .hero-title {
    font-family: 'Poppins', sans-serif; font-size: 52px; font-weight: 800;
    color: var(--text); line-height: 1.08; letter-spacing: -2px; margin-bottom: 18px;
  }
  .hero-title span { color: var(--accent); }
  .hero-desc {
    font-size: 16px; color: var(--text2); line-height: 1.7;
    margin-bottom: 36px; max-width: 400px;
  }

  /* Washer pill — inline, dark pill with orange book btn */
  .hero-washer-pill {
    display: inline-flex; align-items: center; gap: 0;
    background: var(--text); border-radius: 100px;
    padding: 5px; box-shadow: var(--sh-md);
  }
  .hero-washer-left {
    display: flex; align-items: center; gap: 9px;
    padding: 7px 16px 7px 12px;
  }
  .washer-dot {
    width: 9px; height: 9px; border-radius: 50%; background: var(--accent);
    flex-shrink: 0; animation: blink 2s infinite;
  }
  .hero-washer-left span { font-size: 13px; font-weight: 600; color: #fff; white-space: nowrap; }
  .hero-book-btn {
    display: flex; align-items: center; gap: 8px;
    background: var(--accent); color: #fff;
    font-size: 14px; font-weight: 700; font-family: 'Poppins', sans-serif;
    padding: 11px 22px; border-radius: 100px; cursor: pointer;
    transition: background .18s; white-space: nowrap;
    box-shadow: 0 3px 12px rgba(244,79,17,.35);
  }
  .hero-book-btn:hover { background: var(--accent-hover); }

  /* Bottom 3 info cards */
  .hero-info-cards {
    display: grid; grid-template-columns: 1fr 1fr 1fr;
    gap: 16px; padding: 0 var(--g) 0;
  }
  .hi-card { background: var(--bg); border: none; border-radius: 20px; padding: 20px; box-shadow: var(--sh-sm); }
  .hi-card-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 14px; }
  .hi-card-header strong { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700; color: var(--text); display: block; margin-bottom: 2px; }
  .hi-card-header span { font-size: 12px; color: var(--text3); }
  .hi-expand { width: 28px; height: 28px; border-radius: 8px; background: var(--bg2); display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; }
  .map-visual { background: var(--bg2); border-radius: 12px; height: 80px; position: relative; overflow: hidden; }
  .map-visual::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, #e8eaed 25%, #d0d3d8 50%, #e8eaed 75%); opacity: .5; }
  .map-pin { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); width: 30px; height: 30px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(244,79,17,.35); }
  .date-row { display: flex; align-items: center; gap: 8px; }
  .date-nav { width: 26px; height: 26px; border-radius: 50%; background: var(--bg2); display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; }
  .date-box, .time-box { background: var(--bg2); border-radius: 10px; padding: 8px 12px; text-align: center; flex: 1; }
  .date-box .n, .time-box .n { font-family: 'Poppins', sans-serif; font-size: 24px; font-weight: 800; color: var(--text); line-height: 1; }
  .date-box .l, .time-box .l { font-size: 11px; color: var(--text3); }
  .washer-row { display: flex; align-items: center; gap: 12px; }
  .washer-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--accent-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 15px; color: var(--accent); }
  .washer-info { flex: 1; }
  .washer-info strong { font-size: 14px; font-weight: 700; color: var(--text); display: block; }
  .washer-info span { font-size: 12px; color: var(--text3); }
  .washer-call { width: 36px; height: 36px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 3px 10px rgba(244,79,17,.3); transition: all .18s; flex-shrink: 0; }
  .washer-call:hover { background: var(--accent-hover); transform: scale(1.05); }

  /* ─── FLOATING AI ASSISTANT BUTTON ─────────────────────── */
  .ai-fab {
    position: fixed; bottom: 28px; right: 28px; z-index: 999;
    display: flex; flex-direction: column; align-items: flex-end; gap: 12px;
  }
  .ai-fab-btn {
    width: 58px; height: 58px; border-radius: 50%; background: var(--accent);
    border: none; cursor: pointer; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 16px rgba(244,79,17,.4), 0 8px 32px rgba(244,79,17,.2);
    transition: all .22s; color: #fff;
  }
  .ai-fab-btn:hover { transform: scale(1.08); background: var(--accent-hover); }
  .ai-fab-label {
    background: var(--text); color: #fff; font-size: 12px; font-weight: 600;
    padding: 6px 14px; border-radius: 100px; box-shadow: var(--sh-sm);
    white-space: nowrap; opacity: 0; transform: translateY(6px);
    transition: all .2s; pointer-events: none;
  }
  .ai-fab:hover .ai-fab-label { opacity: 1; transform: translateY(0); }

  /* AI popup window */
  .ai-popup {
    position: fixed; bottom: 100px; right: 28px; width: 360px; z-index: 998;
    background: rgba(255,255,255,.96); backdrop-filter: blur(20px);
    border: none; border-radius: 24px; padding: 24px;
    box-shadow: var(--sh-md);
    display: none; flex-direction: column; gap: 16px;
    transform-origin: bottom right;
    animation: popIn .22s ease forwards;
  }
  .ai-popup.open { display: flex; }
  @keyframes popIn { from { opacity:0; transform:scale(.92) } to { opacity:1; transform:scale(1) } }
  .ai-popup-header { display: flex; align-items: center; justify-content: space-between; }
  .ai-popup-header-left { display: flex; align-items: center; gap: 10px; }
  .ai-popup-icon { width: 36px; height: 36px; border-radius: 12px; background: var(--accent); display: flex; align-items: center; justify-content: center; }
  .ai-popup-header-left strong { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 800; color: var(--text); }
  .ai-popup-header-left span { font-size: 12px; color: var(--text3); display: block; }
  .ai-popup-close { width: 28px; height: 28px; border-radius: 50%; background: var(--bg2); border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--text2); }
  .ai-popup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .ai-popup-option { background: var(--bg2); border: none; border-radius: 12px; padding: 12px; cursor: pointer; transition: all .18s; display: flex; flex-direction: column; gap: 8px; text-align: left; }
  .ai-popup-option:hover { background: var(--accent-light); transform: translateY(-1px); }
  .ai-popup-option-icon { width: 28px; height: 28px; border-radius: 8px; background: var(--bg); display: flex; align-items: center; justify-content: center; box-shadow: var(--sh-xs); }
  .ai-popup-option strong { font-size: 12px; font-weight: 700; color: var(--text); font-family: 'Poppins', sans-serif; }
  .ai-popup-option span { font-size: 11px; color: var(--text3); }
  .ai-popup-input-wrap { border-top: 1px solid rgba(0,0,0,.06); padding-top: 14px; }
  .ai-popup-input-hint { font-size: 12px; color: var(--text2); margin-bottom: 10px; font-style: italic; }
  .ai-popup-actions { display: flex; gap: 8px; align-items: center; }
  .ai-icon-btn { width: 36px; height: 36px; border-radius: 10px; background: var(--bg2); border: none; display: flex; align-items: center; justify-content: center; color: var(--text2); cursor: pointer; transition: all .18s; flex-shrink: 0; }
  .ai-icon-btn:hover { color: var(--accent); }
  .ai-send-btn { flex: 1; background: var(--accent); border: none; border-radius: 10px; color: #fff; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; padding: 10px 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 7px; transition: all .18s; box-shadow: var(--sh-blue); }
  .ai-send-btn:hover { background: var(--accent-hover); }


  .studio-hero {
    background: var(--bg2); padding: 32px 0 0; position: relative; overflow: hidden;
  }
  /* Top bar */
  .studio-topbar {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 var(--g); margin-bottom: 28px; gap: 16px; flex-wrap: wrap;
  }
  .studio-pills { display: flex; gap: 6px; background: var(--bg3); padding: 5px; border-radius: 100px; }
  .studio-pill { padding: 9px 20px; border-radius: 100px; font-size: 13px; font-weight: 600; color: var(--text2); cursor: pointer; transition: all .18s; font-family: 'Poppins', sans-serif; }
  .studio-pill.active { background: var(--bg); color: var(--text); box-shadow: var(--sh-xs); }
  .studio-location { display: flex; align-items: center; gap: 8px; background: var(--bg); padding: 9px 18px; border-radius: 100px; font-size: 13px; color: var(--text2); box-shadow: var(--sh-xs); }
  .studio-location b { color: var(--text); }

  /* Side docks */
  .studio-dock { position: absolute; top: 140px; display: flex; flex-direction: column; gap: 10px; z-index: 10; }
  .studio-dock.left { left: 20px; }
  .studio-dock.right { right: 20px; }
  .studio-dock-btn { width: 46px; height: 46px; border-radius: 14px; background: var(--bg); border: none; display: flex; align-items: center; justify-content: center; color: var(--text2); cursor: pointer; transition: all .18s; box-shadow: var(--sh-sm); }
  .studio-dock-btn:hover { color: var(--accent); transform: translateY(-2px); }
  .studio-dock-btn.accent { background: var(--accent); color: #fff; box-shadow: var(--sh-blue); }
  .studio-back-btn { width: 46px; height: 46px; border-radius: 14px; background: var(--bg); border: none; display: flex; align-items: center; justify-content: center; color: var(--text); cursor: pointer; box-shadow: var(--sh-sm); }

  /* Main stage: normal flow, side padding accounts for docks */
  .studio-stage { padding: 0 80px 0; position: relative; }
  .studio-stage-inner {
    display: grid;
    grid-template-columns: 1fr 390px;
    gap: 32px;
    align-items: start;
    min-height: 420px;
  }
  .studio-vehicle-col { position: relative; }
  .studio-vehicle-info { margin-bottom: 20px; }
  .studio-vehicle-title { font-family: 'Poppins', sans-serif; font-size: 44px; font-weight: 800; color: var(--text); letter-spacing: -1.5px; margin-bottom: 6px; line-height: 1.1; }
  .studio-vehicle-sub { font-size: 15px; color: var(--text2); margin-bottom: 22px; }
  .studio-tabs { display: flex; gap: 8px; }
  .studio-tab { width: 38px; height: 38px; border-radius: 50%; background: var(--bg); border: none; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--text2); cursor: pointer; transition: all .18s; box-shadow: var(--sh-xs); }
  .studio-tab.active { background: var(--accent); color: #fff; box-shadow: var(--sh-blue); }
  .studio-tab:hover:not(.active) { color: var(--accent); }

  /* Vehicle illustration — normal flow, full width of left column */
  .studio-vehicle-img { width: 100%; margin-top: 8px; }
  .studio-vehicle-img svg { width: 100%; height: auto; filter: drop-shadow(0 28px 40px rgba(14,26,46,.15)); }

  /* AI card — right column, normal flow, no absolute positioning */
  .ai-assistant-card {
    background: rgba(255,255,255,.82); backdrop-filter: blur(22px) saturate(1.2);
    border: none; border-radius: 24px; padding: 24px;
    box-shadow: var(--sh-md);
    display: flex; flex-direction: column; gap: 16px;
    position: sticky; top: 88px;
  }
  .ai-card-header { display: flex; align-items: flex-start; justify-content: space-between; }
  .ai-card-header-text strong { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 800; color: var(--text); display: block; margin-bottom: 3px; }
  .ai-card-header-text span { font-size: 13px; color: var(--text2); }
  .ai-card-close { width: 28px; height: 28px; border-radius: 50%; background: var(--bg2); border: none; display: flex; align-items: center; justify-content: center; color: var(--text2); cursor: pointer; }
  .ai-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .ai-option { background: var(--bg2); border: none; border-radius: 14px; padding: 14px; cursor: pointer; transition: all .18s; display: flex; flex-direction: column; gap: 8px; box-shadow: var(--sh-xs); }
  .ai-option:hover { background: var(--accent-light); transform: translateY(-2px); box-shadow: var(--sh-sm); }
  .ai-option-icon { width: 30px; height: 30px; border-radius: 8px; background: var(--bg); border: none; display: flex; align-items: center; justify-content: center; box-shadow: var(--sh-xs); }
  .ai-option strong { font-size: 13px; font-weight: 700; color: var(--text); font-family: 'Poppins', sans-serif; }
  .ai-option span { font-size: 11px; color: var(--text3); }
  .ai-card-input-wrap { border-top: 1px solid rgba(226,232,240,.6); padding-top: 14px; }
  .ai-card-input-label { font-size: 13px; color: var(--text2); margin-bottom: 12px; }
  .ai-card-actions { display: flex; gap: 8px; align-items: center; }
  .ai-icon-btn { width: 38px; height: 38px; border-radius: 10px; background: var(--bg2); border: none; display: flex; align-items: center; justify-content: center; color: var(--text2); cursor: pointer; flex-shrink: 0; transition: all .18s; box-shadow: var(--sh-xs); }
  .ai-icon-btn:hover { color: var(--accent); }
  .ai-send-btn { flex: 1; background: var(--accent); border: none; border-radius: 10px; color: #fff; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700; padding: 10px 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: all .18s; box-shadow: var(--sh-blue); }
  .ai-send-btn:hover { background: var(--accent-hover); transform: translateY(-1px); }

  /* Bottom info cards — full width row, even 3-column grid */
  .studio-cards-row {
    display: grid; grid-template-columns: 1fr 1fr 1fr;
    gap: 20px; margin-top: 40px; padding: 0 80px 40px;
  }
  .studio-info-card { background: var(--bg); border: none; border-radius: 20px; padding: 22px; box-shadow: var(--sh-sm); }
  .studio-info-card-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 16px; }
  .studio-info-card-header strong { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: var(--text); display: block; margin-bottom: 3px; }
  .studio-info-card-header span { font-size: 12px; color: var(--text3); }
  .studio-expand-btn { width: 30px; height: 30px; border-radius: 8px; background: var(--bg2); border: none; display: flex; align-items: center; justify-content: center; color: var(--text2); cursor: pointer; flex-shrink: 0; box-shadow: var(--sh-xs); }
  .map-card-visual { background: var(--bg2); border-radius: 14px; height: 90px; position: relative; overflow: hidden; }
  .map-pin { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); width: 32px; height: 32px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(26,111,232,.3); }
  .date-card-display { display: flex; align-items: center; gap: 10px; }
  .date-nav-btn { width: 28px; height: 28px; border-radius: 50%; background: var(--bg2); border: none; display: flex; align-items: center; justify-content: center; color: var(--text2); cursor: pointer; flex-shrink: 0; }
  .date-display, .time-display { background: var(--bg2); border-radius: 12px; padding: 10px 14px; text-align: center; flex: 1; }
  .date-display .num, .time-display .num { font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 800; color: var(--text); line-height: 1; }
  .date-display .mon, .time-display .mon { font-size: 11px; color: var(--text2); }
  .payment-method-row { display: flex; align-items: center; justify-content: space-between; background: var(--bg2); border-radius: 12px; padding: 12px 14px; }
  .payment-method-info { display: flex; align-items: center; gap: 10px; }
  .payment-method-icon { width: 34px; height: 34px; border-radius: 8px; background: var(--bg); display: flex; align-items: center; justify-content: center; box-shadow: var(--sh-xs); }
  .payment-method-text strong { font-size: 13px; font-weight: 700; color: var(--text); display: block; font-family: 'Poppins', sans-serif; }
  .payment-method-text span { font-size: 12px; color: var(--text3); }
  .payment-radio { width: 16px; height: 16px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }

  /* Stats */
  .studio-stats-wrap { background: var(--bg); padding: 48px var(--g); }
  .stats-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; max-width: 800px; margin: 0 auto; text-align: center; }
  .stat-num { font-family: 'Poppins', sans-serif; font-size: 42px; font-weight: 800; color: var(--accent); margin-bottom: 6px; letter-spacing: -1px; }
  .stat-label { font-size: 14px; color: var(--text2); }

  /* ─── EVERYTHING YOUR CAR NEEDS — marquee portrait cards ─── */
  .pills-section { background: var(--bg2); padding-bottom: 32px; }
  .marquee-viewport {
    width: calc(100% + (var(--g) * 2)); margin-left: calc(var(--g) * -1);
    overflow-x: hidden; overflow-y: visible; cursor: grab;
    padding: 32px 0 200px; user-select: none;
    -webkit-user-select: none;
    background: var(--bg2);
  }
  .marquee-viewport.dragging { cursor: grabbing; }
  .marquee-track {
    display: flex; gap: 24px; width: max-content;
    padding-left: var(--g);
    animation: marqueeScroll 45s linear infinite;
    will-change: transform;
  }
  .marquee-viewport.paused .marquee-track { animation-play-state: paused; }
  .marquee-viewport.dragging .marquee-track { animation: none; }
  @keyframes marqueeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 12px)); }
  }

  /* Portrait service card */
  .svc-card-wrap { position: relative; flex-shrink: 0; width: 240px; }
  .svc-card {
    position: relative; z-index: 2;
    width: 240px; height: 340px; border-radius: 24px;
    overflow: hidden; background: #1C1C1E;
    transition: transform .4s cubic-bezier(0.22,1,0.36,1), box-shadow .4s ease;
  }
  .svc-card img {
    width: 100%; height: 100%; object-fit: cover;
    pointer-events: none;
    filter: grayscale(100%);
    transition: filter .45s ease, transform .5s ease;
  }
  /* Item name displayed OUTSIDE, under the card */
  .svc-card-name {
    margin-top: 16px; text-align: left;
    color: var(--text); font-family: 'Poppins', sans-serif;
    font-size: 15px; font-weight: 700; line-height: 1.3;
    transition: opacity .25s ease;
  }

  /* Info panel that slides down from behind */
  .svc-info-panel {
    position: absolute; left: 0; right: 0; top: 0; z-index: 1;
    background: var(--primary); border-radius: 24px;
    padding: 20px;
    height: 0; opacity: 0; overflow: hidden;
    transition: height .45s cubic-bezier(0.22,1,0.36,1), opacity .3s ease, transform .45s cubic-bezier(0.22,1,0.36,1), box-shadow .4s ease;
    transform: translateY(0);
  }
  /* Service name on the panel (hidden until hover) */
  .svc-info-name {
    color: #fff; font-family: 'Poppins', sans-serif;
    font-size: 15px; font-weight: 700; margin: 0 0 8px; line-height: 1.25;
    opacity: 0; transition: opacity .3s ease .12s;
  }
  .svc-info-panel p {
    color: rgba(255,255,255,0.65); font-size: 12px; line-height: 1.6; margin: 0 0 12px;
  }
  .svc-info-price {
    color: var(--accent); font-family: 'Poppins', sans-serif;
    font-size: 16px; font-weight: 800;
  }
  .svc-info-price span { color: rgba(255,255,255,0.4); font-size: 11px; font-weight: 500; }

  /* Hover state */
  .svc-card-wrap:hover { z-index: 30; }
  .svc-card-wrap:hover .svc-card {
    transform: translateY(-14px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
  }
  .svc-card-wrap:hover .svc-card img { filter: grayscale(0%); transform: scale(1.05); }
  .svc-card-wrap:hover .svc-card-name { opacity: 0; }
  .svc-card-wrap:hover .svc-info-panel {
    height: 150px; opacity: 1;
    transform: translateY(330px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.16);
  }
  .svc-card-wrap:hover .svc-info-name { opacity: 1; }

  @media (max-width: 860px) {
    .svc-card-wrap { width: 200px; }
    .svc-card { width: 200px; height: 290px; }
    .svc-card-wrap:hover .svc-info-panel { transform: translateY(280px); height: 150px; }
  }

  /* ─── SERVICE CARDS ─────────────────────────────────────── */
  /* ─── SERVICE PLAN CARDS ────────────────────────────────── */
  .services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 980px; margin: 0 auto; }
  .service-card {
    background: #fff; border-radius: 32px; padding: 10px;
    border: 1px solid #EAECF0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all .3s ease; cursor: pointer;
    display: flex; flex-direction: column; position: relative;
  }
  .service-card.hovered {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12), 0 8px 16px rgba(0,0,0,0.06);
  }
  .service-card-img {
    position: relative; height: 300px; border-radius: 24px;
    overflow: hidden; background: #111;
  }
  .service-card-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .7s ease;
  }
  .service-card.hovered .service-card-img img { transform: scale(1.05); }
  .service-card-img::before {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, transparent 40%);
  }
  .sc-blur-layer {
    position: absolute; bottom: 0; left: 0; right: 0; height: 55%; z-index: 2;
    backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);
    mask-image: linear-gradient(to top, black 45%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, black 45%, transparent 100%);
  }
  .sc-gradient-layer {
    position: absolute; bottom: 0; left: 0; right: 0; height: 60%; z-index: 3;
    background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.5) 50%, transparent 100%);
  }
  .service-card-badge-top {
    position: absolute; top: 14px; left: 14px; z-index: 5;
    font-size: 11px; font-weight: 700; padding: 6px 14px; border-radius: 100px;
  }
  .badge-top-orange { background: var(--accent); color: #fff; }
  .badge-top-blue { background: var(--accent); color: #fff; }
  .sc-rating-pill {
    position: absolute; top: 14px; right: 14px; z-index: 5;
    font-size: 11px; font-weight: 600; color: #fff;
    padding: 6px 12px; border-radius: 100px;
    background: rgba(255,255,255,0.2); backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.25);
    display: flex; align-items: center; gap: 4px;
  }
  .service-card-overlay {
    position: absolute; bottom: 0; left: 0; right: 0; z-index: 5;
    padding: 16px 18px 20px; display: flex; align-items: flex-end;
  }
  .service-card-overlay-left { text-align: left; }
  .service-card-overlay h3 {
    color: #fff; font-weight: 800; font-size: 18px; margin: 0 0 3px;
    font-family: 'Poppins', sans-serif;
  }
  .service-card-overlay .sub { color: rgba(255,255,255,0.6); font-size: 12px; }
  .sc-price-sticker {
    position: absolute; bottom: calc(300px + 10px - 52px); right: 20px; z-index: 10;
    transition: transform .3s ease;
    padding: 4px; background: #fff; border-radius: 22px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  }
  .service-card.hovered .sc-price-sticker { transform: rotate(-6deg); }
  .sc-price-inner {
    width: 80px; height: 80px; border-radius: 18px;
    background: linear-gradient(135deg, #1C1C1E 0%, #1C1C1E 100%);
    display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff;
  }
  .sc-price-amt { font-weight: 800; font-size: 19px; line-height: 1; letter-spacing: -0.5px; font-family: 'Poppins', sans-serif; }
  .sc-price-per { font-size: 8px; opacity: 0.55; font-weight: 600; letter-spacing: 1.5px; margin-top: 3px; }
  .service-card-body { padding: 48px 12px 12px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
  .sc-body-title {
    font-weight: 700; font-size: 15px; margin: 0; text-align: left;
    color: #1C1C1E; transition: color .2s; font-family: 'Poppins', sans-serif;
  }
  .service-card.hovered .sc-body-title { color: var(--accent); }
  .sc-divider { height: 1px; background: linear-gradient(to right, #E5E7EB, transparent); }
  .sc-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .sc-stat { background: #F9FAFB; border-radius: 12px; padding: 10px 12px; display: flex; align-items: center; gap: 8px; }
  .sc-stat-label { font-size: 9px; color: #9CA3AF; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; }
  .sc-stat-val { font-size: 12px; font-weight: 700; color: #1C1C1E; }
  .sc-cta-btn {
    width: 100%; padding: 12px 16px; border-radius: 12px;
    border: 1px solid #E5E7EB; background: #fff;
    color: #6B7280; font-weight: 600; font-size: 13px;
    display: flex; align-items: center; justify-content: space-between;
    cursor: pointer; transition: all .2s; font-family: 'Poppins', sans-serif; margin-top: auto;
  }
  .service-card.hovered .sc-cta-btn { background: var(--accent); border-color: var(--accent); color: #fff; }
  .sc-cta-arrow { transition: transform .2s; }
  .service-card.hovered .sc-cta-arrow { transform: translateX(3px); }

  /* ─── PLAN DRAWER ────────────────────────────────────────── */
  @keyframes drawerSlideIn { from { transform: translateX(100%); } to { transform: translateX(0); } }
  @keyframes drawerSlideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }

  /* Shared drawer backdrop + panel (plan drawer, info-card drawer) */
  .drawer-backdrop {
    display: none; position: fixed; inset: 0; z-index: 200;
    background: rgba(0,0,0,0.55); backdrop-filter: blur(4px);
    padding: 24px;
  }
  .drawer-backdrop.is-visible { display: flex; align-items: stretch; justify-content: flex-end; }
  @media (max-width: 900px) {
    .drawer-backdrop.is-visible { align-items: flex-end; justify-content: center; }
  }
  @media (max-width: 900px) and (orientation: landscape) {
    .drawer-backdrop.is-visible { align-items: stretch; justify-content: flex-end; }
  }
  .drawer-panel {
    width: 100%; max-width: 460px;
    background: #fff; height: 100%; overflow-y: auto;
    display: flex; flex-direction: column;
    border-radius: 24px;
  }
  .drawer-panel.is-open { animation: drawerSlideIn .35s cubic-bezier(0.32,0.72,0,1); }

  /* Bottom-sheet variant: phones through tablet-portrait (≤900px) */
  @media (max-width: 900px) {
    .drawer-backdrop { padding: 16px; }
    .drawer-panel {
      max-width: none;
      height: auto; max-height: calc(88vh - 32px);
      border-radius: 24px;
    }
    .drawer-panel.is-open { animation: drawerSlideUp .35s cubic-bezier(0.32,0.72,0,1); }
    .drawer-panel .drawer-hero { border-radius: 24px 24px 0 0; }
  }
  @media (max-width: 900px) and (orientation: landscape) {
    .drawer-backdrop { padding: 24px; }
    .drawer-panel {
      max-width: 460px;
      height: 100%; max-height: none;
      border-radius: 24px;
    }
    .drawer-panel.is-open { animation: drawerSlideIn .35s cubic-bezier(0.32,0.72,0,1); }
  }
  .drawer-hero { position: relative; height: 240px; background: #111; flex-shrink: 0; overflow: hidden; border-radius: 24px 24px 0 0; }
  .drawer-hero img { width: 100%; height: 100%; object-fit: cover; opacity: .85; }
  .drawer-hero-grad { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 100%); }
  .drawer-close-btn { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.2); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.3); display: flex; align-items: center; justify-content: center; cursor: pointer; }
  .drawer-close-btn.on-light { background: rgba(255,255,255,0.95); border: 1px solid rgba(28,28,30,0.08); box-shadow: var(--sh-sm); }
  .drawer-hero-text { position: absolute; bottom: 18px; left: 20px; right: 20px; }
  .drawer-hero-badge { font-size: 11px; font-weight: 700; padding: 5px 13px; border-radius: 100px; display: inline-block; margin-bottom: 8px; }
  .drawer-hero-title { color: #fff; font-weight: 800; font-size: 20px; margin: 0; font-family: 'Poppins', sans-serif; }
  .drawer-hero-map { height: 360px; }
  @media (max-width: 480px) { .drawer-hero-map { height: 280px; } }
  .drawer-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; border-bottom: 1px solid #F3F4F6; }
  .drawer-stat { display: flex; flex-direction: column; align-items: center; padding: 16px 8px; gap: 3px; border-right: 1px solid #F3F4F6; }
  .drawer-stat:last-child { border-right: none; }
  .drawer-stat-label { font-size: 11px; color: #9CA3AF; font-weight: 500; }
  .drawer-stat-val { font-weight: 800; font-size: 15px; color: #1C1C1E; display: flex; align-items: center; gap: 4px; }
  .drawer-stat-val.accent { color: var(--accent); }
  .drawer-body { flex: 1; padding: 20px; display: flex; flex-direction: column; gap: 20px; }
  .drawer-section-label { font-size: 10px; font-weight: 700; letter-spacing: 3px; color: var(--accent); text-transform: uppercase; margin-bottom: 8px; }
  .drawer-desc { font-size: 13px; color: #6B7280; line-height: 1.7; margin: 0; }
  .drawer-feature { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid #F9FAFB; }
  .drawer-feature:last-child { border-bottom: none; }
  .drawer-check { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: #FEF0EB; display: flex; align-items: center; justify-content: center; }
  .drawer-feature span { font-size: 13px; color: #374151; }
  .drawer-cta-wrap { position: sticky; bottom: 0; padding: 16px; background: #fff; border-top: 1px solid #F3F4F6; border-radius: 0 0 24px 24px; }
  .drawer-cta-btn { width: 100%; padding: 15px 20px; border-radius: 18px; font-weight: 700; font-size: 14px; color: #fff; background: #1C1C1E; border: none; display: flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; font-family: 'Poppins', sans-serif; transition: opacity .2s; }
  .drawer-cta-btn:hover { opacity: .88; }
  .star-rating-row { display: flex; gap: 6px; margin-bottom: 12px; }
  .star-btn { background: none; border: none; padding: 2px; cursor: pointer; line-height: 0; transition: transform .12s; }
  .star-btn:hover { transform: scale(1.12); }

  /* Washer profile row (replaces hero image) */
  .washer-profile-row { display: flex; align-items: center; gap: 12px; padding: 18px 20px 14px; }
  .washer-avatar { width: 56px; height: 56px; border-radius: 50%; background: rgba(244,79,17,.18); display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 19px; color: #F44F11; flex-shrink: 0; }
  .washer-profile-info { flex: 1; min-width: 0; }
  .washer-name-row { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
  .washer-name { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 16.5px; color: var(--text); }
  .verified-badge { display: inline-flex; align-items: center; gap: 3px; background: #E8F4FF; color: #1C7ED6; font-size: 10.5px; font-weight: 800; padding: 3px 8px; border-radius: 100px; font-family: 'Poppins', sans-serif; }
  .washer-phone { display: block; margin-top: 3px; font-size: 12.5px; color: var(--text2); font-family: 'Lato', sans-serif; }
  .washer-call-btn { width: 42px; height: 42px; border-radius: 50%; background: var(--primary); border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; transition: opacity .18s; }
  .washer-call-btn:hover { opacity: .85; }

  /* Secondary (outline) button — visually distinct from the primary sticky CTA */
  .btn-outline-accent { width: 100%; margin-top: 10px; padding: 13px 0; border-radius: 14px; background: #fff; border: 1.5px solid var(--accent); color: var(--accent); font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 13.5px; cursor: pointer; transition: all .18s; }
  .btn-outline-accent:hover { background: var(--accent-light); }
  .feedback-stars-mini { display: flex; gap: 2px; margin: 4px 0 3px; }

  /* Help / Report support links */
  .washer-support-row { display: flex; gap: 8px; }
  .support-link-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 0; border-radius: 12px; border: 1.5px solid var(--border); background: #fff; color: var(--text2); font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 12px; cursor: pointer; transition: all .18s; }
  .support-link-btn:hover { border-color: var(--accent-mid); color: var(--accent); }
  .support-link-btn.active { border-color: var(--primary); background: var(--primary); color: #fff; }
  .support-link-btn.active:hover { border-color: var(--primary); color: #fff; }

  /* Inline expand panels (Help & Report) */
  .support-panel { display: none; margin-top: 12px; animation: panelIn .22s ease; }
  .support-panel.open { display: block; }
  @keyframes panelIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

  /* Help panel — contact option rows */
  .contact-option-row { display: flex; flex-direction: column; gap: 8px; }
  .contact-opt-btn { display: flex; align-items: center; gap: 12px; padding: 13px 15px; border-radius: 14px; border: 1.5px solid var(--border); background: #fff; cursor: pointer; transition: all .18s; text-align: left; width: 100%; }
  .contact-opt-btn:hover { border-color: var(--accent-mid); background: var(--accent-light); }
  .contact-opt-icon { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .contact-opt-icon.call { background: #E8F5E9; }
  .contact-opt-icon.whatsapp { background: #E8F5E9; }
  .contact-opt-icon.email { background: #EEF2FF; }
  .contact-opt-label { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 13px; color: var(--text); display: block; }
  .contact-opt-sub { font-size: 11.5px; color: var(--text3); font-family: 'Lato', sans-serif; display: block; margin-top: 1px; }

  /* Report panel — issue chips */
  .report-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
  .report-chip { padding: 8px 14px; border-radius: 100px; border: 1.5px solid var(--border); background: #fff; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 12px; color: var(--text2); cursor: pointer; transition: all .18s; }
  .report-chip:hover { border-color: var(--accent-mid); color: var(--accent); }
  .report-chip.selected { background: var(--primary); border-color: var(--primary); color: #fff; }
  .report-other-wrap { display: none; margin-bottom: 12px; }
  .report-other-wrap.show { display: block; }
  .report-submit-btn { width: 100%; padding: 13px; border-radius: 14px; border: none; background: var(--primary); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 13.5px; cursor: pointer; transition: opacity .18s; }
  .report-submit-btn:hover { opacity: .88; }
  .report-submit-btn:disabled { opacity: .45; cursor: not-allowed; }

  /* Serviceable cities + map */
  .city-tabs { display: flex; gap: 8px; margin-bottom: 14px; }
  .city-tab { flex: 1; padding: 10px 0; border-radius: 12px; border: 1.5px solid var(--border); background: #fff; color: var(--text2); font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 12.5px; cursor: pointer; transition: all .18s; }
  .city-tab:hover { border-color: var(--accent-mid); }
  .city-tab.active { background: var(--primary); border-color: var(--primary); color: #fff; }
  .service-map-wrap { display: none; }
  #cityServiceMap { width: 100%; height: 100%; }
  .expanding-note { margin-top: 14px; font-size: 12px; color: var(--text3); line-height: 1.6; text-align: center; }

  /* Update-address form */
  #geoServiceMap { width: 100%; height: 100%; }
  .locate-btn { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); background: rgba(255,255,255,.95); color: var(--primary); border: none; border-radius: 100px; padding: 9px 16px; font-size: 12px; font-weight: 700; display: flex; align-items: center; gap: 6px; cursor: pointer; font-family: 'Poppins', sans-serif; box-shadow: var(--sh-sm); z-index: 5; transition: opacity .2s; }
  .locate-btn:hover { opacity: .85; }
  .addr-input { width: 100%; border: 1.5px solid var(--border); border-radius: 14px; padding: 13px 14px; font-family: 'Lato', sans-serif; font-size: 13.5px; color: var(--text); background: #fff; outline: none; transition: border-color .18s; margin-bottom: 10px; }
  .addr-input:last-child { margin-bottom: 0; }
  .addr-input:focus { border-color: var(--accent); }
  .addr-textarea { resize: vertical; min-height: 56px; line-height: 1.6; }
  .addr-type-row { display: flex; gap: 8px; }
  .addr-type-chip { flex: 1; padding: 10px 0; border-radius: 12px; border: 1.5px solid var(--border); background: #fff; color: var(--text2); font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 12.5px; cursor: pointer; transition: all .18s; }
  .addr-type-chip:hover { border-color: var(--accent-mid); }
  .addr-type-chip.active { background: var(--accent-light); border-color: var(--accent); color: var(--accent); }
  .service-result { display: flex; align-items: flex-start; gap: 12px; padding: 14px; border-radius: 16px; }
  .service-result strong { display: block; font-size: 13.5px; color: var(--text); margin-bottom: 3px; font-family: 'Poppins', sans-serif; }
  .service-result span { display: block; font-size: 12.5px; color: var(--text2); line-height: 1.6; }
  .service-result.ok { background: #F0FBF4; }
  .service-result.wait { background: var(--accent-light); }
  .result-icon { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .result-icon.ok { background: #DCF7E3; }
  .result-icon.wait { background: var(--accent-mid); }

  /* Next Wash: flat header (replaces image hero) */
  .drawer-flat-header { display: flex; align-items: center; justify-content: space-between; padding: 20px 20px 0; }
  .drawer-flat-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 17px; color: var(--text); }
  .drawer-close-btn-flat { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: var(--bg2); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; cursor: pointer; }

  /* Scrollable date strip + calendar dropdown */
  .cal-dropdown-wrap { position: relative; flex-shrink: 0; }
  .cal-dropdown-btn { width: 30px; height: 30px; border-radius: 9px; background: var(--bg2); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--text2); cursor: pointer; font-family: inherit; }
  .cal-dropdown-btn:hover { border-color: var(--accent-mid); color: var(--accent); }
  .cal-panel { display: none; position: absolute; top: 38px; right: 0; width: 264px; max-width: calc(100vw - 64px); background: #fff; border-radius: 18px; box-shadow: var(--sh-md); border: 1px solid var(--border); padding: 14px; z-index: 40; }
  .cal-panel.open { display: block; }
  .cal-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
  .cal-panel-month { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 13.5px; color: var(--text); }
  .cal-nav-btn { width: 26px; height: 26px; border-radius: 8px; background: var(--bg2); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--text2); cursor: pointer; }
  .cal-nav-btn:hover { border-color: var(--accent-mid); color: var(--accent); }
  .cal-nav-btn:disabled { opacity: .35; cursor: default; }
  .cal-nav-btn:disabled:hover { border-color: var(--border); color: var(--text2); }
  .cal-weekday-row { display: grid; grid-template-columns: repeat(7, 1fr); margin-bottom: 4px; }
  .cal-weekday-row span { text-align: center; font-size: 10px; font-weight: 700; color: var(--text3); text-transform: uppercase; }
  .cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
  .cal-day { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; border-radius: 10px; font-family: 'Lato', sans-serif; font-weight: 600; font-size: 12.5px; color: var(--text); cursor: pointer; }
  .cal-day:hover { background: var(--bg2); }
  .cal-day.empty, .cal-day.empty:hover { cursor: default; background: none; }
  .cal-day.disabled { color: var(--text3); opacity: .4; cursor: default; }
  .cal-day.disabled:hover { background: none; }
  .cal-day.today { color: var(--accent); font-weight: 800; box-shadow: inset 0 0 0 1.5px var(--accent); }
  .cal-day.active { background: var(--primary); color: #fff; font-weight: 800; box-shadow: none; }
  .date-strip-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; margin-top: 10px; }
  .date-strip-wrap::-webkit-scrollbar { display: none; }
  .date-strip { display: flex; gap: 8px; padding: 2px 2px 6px; }
  .date-tile { flex-shrink: 0; width: 54px; padding: 10px 0 9px; border-radius: 14px; border: 1.5px solid var(--border); background: #fff; display: flex; flex-direction: column; align-items: center; gap: 4px; cursor: pointer; transition: all .18s; }
  .date-tile:hover { border-color: var(--accent-mid); }
  .date-tile .dn { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 17px; color: var(--text); line-height: 1; }
  .date-tile .dl { font-size: 10.5px; font-weight: 700; color: var(--text3); text-transform: uppercase; letter-spacing: .5px; }
  .date-tile.today-tile .dl { color: var(--accent); }
  .date-tile.today-tile { width: 64px; padding: 14px 0 12px; border-color: var(--accent-mid); }
  .date-tile.today-tile .dn { font-size: 21px; }
  .date-tile.past-tile { cursor: pointer; }
  .date-tile.past-tile .dn { color: var(--text2); }
  .date-tile .sd { width: 6px; height: 6px; border-radius: 50%; margin-top: 2px; }
  .sd.st-completed { background: var(--green); }
  .sd.st-missed { background: #DC2626; }
  .sd.st-rescheduled { background: #F5A300; }
  .date-tile.active .sd.st-completed { background: #5FE08C; }
  .date-tile.active .sd.st-missed { background: #FF8A8A; }
  .date-tile.active .sd.st-rescheduled { background: #FFD976; }
  .date-tile.active { background: var(--primary); border-color: var(--primary); }
  .date-tile.active .dn { color: #fff; }
  .date-tile.active .dl { color: rgba(255,255,255,.65); }
  .date-tile.active.today-tile .dl { color: #FFD7C4; }

  /* Reschedule time slots + status badge */
  .time-slot-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
  .time-slot { padding: 9px 14px; border-radius: 12px; border: 1.5px solid var(--border); background: #fff; color: var(--text2); font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 12.5px; cursor: pointer; transition: all .18s; }
  .time-slot:hover { border-color: var(--accent-mid); }
  .time-slot.active { background: var(--accent-light); border-color: var(--accent); color: var(--accent); }
  .status-badge { display: inline-flex; align-items: center; padding: 4px 11px; border-radius: 100px; font-size: 12px; font-weight: 800; font-family: 'Poppins', sans-serif; }
  .status-badge.pending { background: var(--accent-light); color: var(--accent); }
  .status-badge.completed { background: #DCF7E3; color: var(--green); }
  .status-badge.rescheduled { background: #E8EEFE; color: #3B5BDB; }
  .status-badge.cancelled { background: #FBE7E7; color: #DC2626; }
  .status-badge.warn { background: #FFF3DC; color: #B45309; }
  .drawer-stats.cols-4 { grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 420px) {
    .drawer-stats.cols-4 .drawer-stat { padding: 14px 4px; }
    .drawer-stats.cols-4 .drawer-stat-val { font-size: 12.5px; }
    .drawer-stats.cols-4 .status-badge { font-size: 10.5px; padding: 3px 8px; }
  }

  /* Reschedule panel (revealed via the Reschedule Wash button) */
  .wash-reschedule-panel { display: none; }
  .wash-reschedule-panel.open { display: block; }

  /* Reschedule history timeline */
  .wash-history-list { display: flex; flex-direction: column; gap: 14px; }
  .wash-history-item { display: flex; gap: 12px; align-items: flex-start; }
  .wash-history-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); margin-top: 6px; flex-shrink: 0; }
  .wash-history-item strong { display: block; font-size: 13px; color: var(--text); font-family: 'Poppins', sans-serif; font-weight: 700; }
  .wash-history-item span { display: block; font-size: 12px; color: var(--text2); margin-top: 2px; }
  .wash-history-remark { font-style: italic; color: var(--text3) !important; margin-top: 3px; }

  /* Before/after wash photos */
  .wash-photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .wash-photo-card { display: flex; flex-direction: column; align-items: center; gap: 6px; }
  .wash-photo-ph { width: 100%; aspect-ratio: 4/3; border-radius: 14px; background: var(--bg2); border: 1.5px dashed var(--border2); display: flex; align-items: center; justify-content: center; color: var(--text3); position: relative; }
  .wash-photo-ph.filled { border-style: solid; border-color: var(--border); color: #fff; }
  .wash-photo-ph.filled.before { background: linear-gradient(135deg, #8A93A3, #5B6577); }
  .wash-photo-ph.filled.after { background: linear-gradient(135deg, #9A9A9E, #1C1C1E); }
  .wash-photo-ph.filled::after { content: '✓ Uploaded'; position: absolute; bottom: 6px; right: 6px; background: rgba(0,0,0,.45); color: #fff; font-size: 9.5px; font-weight: 700; padding: 2px 7px; border-radius: 100px; }
  .wash-photo-label { font-size: 11.5px; font-weight: 700; color: var(--text2); font-family: 'Poppins', sans-serif; text-transform: uppercase; letter-spacing: .5px; }
  .service-card:hover .cta-arrow svg { stroke: #fff; }
  .service-card.amber-card:hover .cta-arrow { background: var(--amber); }

  /* ─── ITEM CARDS ─────────────────────────────────────────── */
  .item-cards-section { background: var(--bg2); }
  .item-cards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .item-card { background: var(--bg); border: none; border-radius: 22px; padding: 26px; cursor: pointer; transition: all .22s; display: flex; flex-direction: column; min-height: 210px; box-shadow: var(--sh-sm); }
  .item-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
  .item-card-title { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 800; color: var(--text); line-height: 1.25; margin-bottom: 10px; }
  .item-card-badge { display: inline-block; font-size: 12px; font-weight: 600; color: var(--accent); background: var(--accent-light); padding: 5px 12px; border-radius: 100px; margin-bottom: auto; align-self: flex-start; }
  .item-card-badge.amber { color: #9A4F00; background: var(--amber-light); }
  .item-card-img-wrap { display: flex; justify-content: flex-end; align-items: flex-end; margin-top: 16px; height: 90px; }
  .item-card.span-full { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; min-height: 140px; gap: 24px; }
  .item-card.span-full .item-card-img-wrap { height: 110px; margin: 0; }

  /* ─── HOW IT WORKS ──────────────────────────────────────── */
  .steps-section { background: var(--bg2); }
  .steps-wrap { display: flex; flex-direction: column; gap: 60px; max-width: 920px; margin: 0 auto; }
  .step-row { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
  .step-row.reverse .step-visual { order: -1; }
  .step-number { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; color: var(--accent); letter-spacing: 2px; margin-bottom: 12px; }
  .step-text h3 { font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 700; margin-bottom: 12px; color: var(--text); }
  .step-text p { font-size: 15px; color: var(--text2); line-height: 1.7; }
  .step-visual { background: var(--bg3); border-radius: 20px; height: 220px; display: flex; align-items: center; justify-content: center; box-shadow: var(--sh-xs); }
  .step-visual span { font-size: 13px; color: var(--text3); }

  /* ─── PRODUCTS ──────────────────────────────────────────── */
  .products-section { background: var(--bg); }
  .products-scroll { display: flex; gap: 16px; overflow-x: auto; padding: 10px 6px 18px; margin: -10px -6px -18px; scrollbar-width: none; }
  .products-scroll::-webkit-scrollbar { display: none; }
  .product-card {
    min-width: 300px; max-width: 300px; background: var(--bg);
    border: 0.5px solid rgba(28,28,30,.1); border-radius: 18px; overflow: hidden; flex-shrink: 0;
    transition: transform .22s, box-shadow .22s, border-color .22s; box-shadow: none;
    padding: 0; display: flex; flex-direction: column;
  }
  .product-card:hover { transform: translateY(-3px); box-shadow: 0 4px 10px rgba(28,28,30,.07), 0 12px 32px rgba(28,28,30,.10); border-color: transparent; }

  /* Light grey image tray at top */
  .product-pre { display: none; }
  .product-img {
    height: 308px; background: linear-gradient(145deg, #F8F8F9 0%, #EFEFF0 100%); border-radius: 0;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden; flex-shrink: 0;
  }
  .product-img .product-emoji-svg { display: flex; align-items: center; justify-content: center; }
  .product-img .product-emoji-svg svg { width: 88px; height: 88px; stroke: var(--accent); stroke-width: 1.2; transition: transform .3s ease; }
  .product-card:hover .product-img .product-emoji-svg svg { transform: scale(1.08); }

  /* About: value icons */
  .au-value-icon svg { width: 28px; height: 28px; stroke: var(--accent); }

  /* About: story visual */
  .au-story-visual-svg { display: flex; align-items: center; justify-content: center; }

  /* About: map pin */
  .au-map-emoji-svg svg { width: 22px; height: 22px; stroke: var(--accent); }

  /* Career: explain icons */
  .explain-card-icon svg { width: 32px; height: 32px; }

  /* Career: file upload */
  .file-upload-icon svg { width: 36px; height: 36px; stroke: var(--text3); }

  /* Career: TY icon */
  .ty-icon svg { width: 48px; height: 48px; stroke: var(--accent); }

  /* Profile: no-sub icon */
  .profile-no-sub-icon svg { width: 40px; height: 40px; stroke: var(--text3); }

  /* Legal: badge icon */
  .legal-hero-badge svg { width: 16px; height: 16px; vertical-align: middle; }

  /* Info block below image */
  .product-info { padding: 14px; display: flex; flex-direction: column; flex: 1; }
  .product-cat { font-size: 10px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; color: var(--text3); margin-bottom: 5px; }
  .product-info .price { font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 600; color: var(--text); margin-bottom: 12px; }
  .product-info .price span { font-size: 11px; color: var(--text3); font-weight: 400; }
  .product-name { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; color: var(--text); margin: 0 0 10px; line-height: 1.3; }
  .add-btn {
    width: 100%; padding: 10px 0; background: var(--bg2); border: 1px solid var(--border); border-radius: 10px;
    color: var(--text); font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700;
    letter-spacing: .5px; cursor: pointer; transition: all .18s; margin-top: auto;
  }
  .add-btn:hover { background: var(--bg3); border-color: var(--border2); }

  /* Inline quantity stepper — replaces the add button after first tap */
  .qty-stepper { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: auto; background: var(--accent-light); border: 1px solid var(--accent-mid); border-radius: 10px; overflow: hidden; }
  .qty-btn { flex: 0 0 40px; height: 38px; background: none; border: none; color: var(--accent); font-size: 18px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .15s; }
  .qty-btn:hover { background: var(--accent-mid); }
  .qty-count { flex: 1; text-align: center; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 800; color: var(--accent); }
  .wishlist-btn { display: none; }

  /* ─── TESTIMONIALS ──────────────────────────────────────── */
  .testimonials-section { background: var(--bg); overflow: hidden; }
  .t-track-wrap { overflow: hidden; padding: 6px 0; cursor: default; }
  .t-track-wrap:hover .t-track { animation-play-state: paused; }
  .t-track { display: flex; gap: 16px; width: max-content; }
  .t-right .t-track { animation: tScrollRight 40s linear infinite; }
  .t-left .t-track  { animation: tScrollLeft  40s linear infinite; }
  @keyframes tScrollRight { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  @keyframes tScrollLeft  { from { transform: translateX(-50%); } to { transform: translateX(0); } }
  .t-card { min-width: 310px; max-width: 310px; background: var(--bg); border: 1px solid rgba(28,28,30,.1); border-radius: 16px; padding: 22px; flex-shrink: 0; display: flex; flex-direction: column; gap: 14px; box-shadow: 0 1px 4px rgba(28,28,30,.04); transition: box-shadow .2s; }
  .t-card:hover { box-shadow: 0 4px 18px rgba(28,28,30,.10); }
  .t-stars { color: var(--accent); font-size: 15px; letter-spacing: 2px; }
  .t-card p { font-size: 13.5px; color: var(--text2); line-height: 1.7; margin: 0; flex: 1; }
  .t-author { display: flex; align-items: center; gap: 10px; margin-top: auto; }
  .t-avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--primary); color: #fff; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .t-name { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; color: var(--text); }
  .t-loc { font-size: 12px; color: var(--text3); margin-top: 1px; }
  .author-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--accent-light); display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 14px; color: var(--accent); flex-shrink: 0; }
  .author-name { font-size: 14px; font-weight: 600; color: var(--text); }
  .author-loc { font-size: 12px; color: var(--text3); }

  /* ─── APP BANNER ─────────────────────────────────────────── */
  .app-banner { background: var(--text); padding: 80px var(--g); overflow: hidden; }
  .app-banner-grid {
    display: grid; grid-template-columns: 40% 60%;
    align-items: center; gap: 40px; max-width: 1100px; margin: 0 auto;
  }
  .app-banner-visual { order: 1; display: flex; justify-content: center; }
  .app-banner-content { order: 2; text-align: left; }
  .app-banner .pre-label { font-size: 11px; font-weight: 600; color: #F44F11; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
  .app-banner h2 { font-family: 'Poppins', sans-serif; font-size: 44px; font-weight: 800; margin-bottom: 14px; letter-spacing: -1px; color: #fff; }
  .app-banner h2 span { color: #F44F11; }
  .app-banner p { font-size: 16px; color: rgba(255,255,255,.6); margin-bottom: 32px; max-width: 480px; }
  .app-store-btns { display: flex; gap: 14px; flex-wrap: wrap; }
  .store-btn { display: flex; align-items: center; gap: 11px; padding: 13px 22px; border-radius: 14px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); color: #fff; cursor: pointer; transition: all .18s; }
  .store-btn:hover { background: rgba(255,255,255,.15); }
  .store-btn-text small { font-size: 11px; color: rgba(255,255,255,.5); display: block; }
  .store-btn-text strong { font-size: 14px; font-family: 'Poppins', sans-serif; }

  /* Phone mockup illustration */
  .phone-mockup {
    width: 230px; height: 470px; border-radius: 36px;
    background: #1C1C1E; border: 6px solid #2A3242;
    box-shadow: 0 30px 60px rgba(0,0,0,.45);
    position: relative; overflow: hidden; flex-shrink: 0;
  }
  .phone-mockup::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 90px; height: 22px; background: #1C1C1E; border-radius: 0 0 14px 14px; z-index: 3;
  }
  .phone-screen {
    position: absolute; inset: 0; background: linear-gradient(160deg, #1C1C1E 0%, #1C1C1E 100%);
    display: flex; flex-direction: column; padding: 36px 16px 16px;
  }
  .phone-status-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
  .phone-status-row span { font-size: 10px; color: rgba(255,255,255,.5); font-weight: 600; }
  .phone-app-card { background: rgba(255,255,255,.06); border-radius: 16px; padding: 14px; margin-bottom: 12px; }
  .phone-app-card .pac-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
  .phone-app-card .pac-title { font-size: 12px; font-weight: 700; color: #fff; font-family: 'Poppins', sans-serif; }
  .phone-app-card .pac-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
  .phone-app-card .pac-bar { height: 7px; border-radius: 4px; background: rgba(255,255,255,.1); margin-bottom: 6px; }
  .phone-app-card .pac-bar.short { width: 60%; }
  .phone-cta-pill { margin-top: auto; background: var(--accent); border-radius: 100px; padding: 12px; text-align: center; font-size: 12px; font-weight: 700; color: #fff; font-family: 'Poppins', sans-serif; }

  /* ─── BLOGS ──────────────────────────────────────────────── */

  /* ─── FAQ ───────────────────────────────────────────────── */
  .faq-section { background: var(--bg2); }

  /* ─── Partner With Us ─── */
  .partner-section { background: #0E1422; padding: 80px 20px; }
  .partner-inner { max-width: 1100px; margin: 0 auto; }
  .partner-header { text-align: center; margin-bottom: 52px; }
  .partner-title { font-family: 'Poppins', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 800; color: #fff; line-height: 1.2; margin: 12px 0 14px; }
  .partner-sub { font-size: 15px; color: rgba(255,255,255,.55); max-width: 520px; margin: 0 auto; line-height: 1.7; }
  .partner-body { display: grid; grid-template-columns: 1fr 380px; gap: 28px; align-items: start; }
  .partner-type-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
  .partner-type-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: 18px; padding: 26px; transition: background .22s, border-color .22s, transform .22s; cursor: default; }
  .partner-type-card:hover { background: rgba(255,255,255,.09); border-color: rgba(244,79,17,.45); transform: translateY(-4px); }
  .partner-type-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(244,79,17,.15); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: background .22s; }
  .partner-type-card:hover .partner-type-icon { background: rgba(244,79,17,.28); }
  .partner-type-card h4 { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: #fff; margin: 0 0 8px; }
  .partner-type-card p { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.6; margin: 0 0 16px; }
  .partner-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
  .partner-features li { font-size: 12.5px; color: rgba(255,255,255,.65); padding-left: 20px; position: relative; }
  .partner-features li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
  .partner-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .partner-stat { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: 14px; padding: 20px; text-align: center; transition: background .22s, border-color .22s, transform .22s; }
  .partner-stat:hover { background: rgba(255,255,255,.09); border-color: rgba(244,79,17,.4); transform: translateY(-3px); }
  .partner-stat-num { display: block; font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 800; color: var(--accent); }
  .partner-stat-label { display: block; font-size: 12px; color: rgba(255,255,255,.45); margin-top: 4px; }
  .partner-form-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 28px; transition: background .22s, border-color .22s; }
  .partner-form-card:hover { background: rgba(255,255,255,.09); border-color: rgba(244,79,17,.35); }
  .partner-form-card h3 { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 800; color: #fff; margin: 0 0 22px; }
  .partner-form { display: flex; flex-direction: column; gap: 14px; }
  .pf-group { display: flex; flex-direction: column; gap: 6px; }
  .pf-group label { font-size: 12px; color: rgba(255,255,255,.5); font-family: 'Poppins', sans-serif; font-weight: 600; }
  .pf-input { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; padding: 11px 14px; color: #fff; font-family: 'Lato', sans-serif; font-size: 13.5px; outline: none; transition: border-color .18s; }
  .pf-input:focus { border-color: var(--accent); }
  .pf-input::placeholder { color: rgba(255,255,255,.25); }
  .pf-select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
  .pf-select option { background: #1a2235; color: #fff; }
  .pf-submit { width: 100%; padding: 14px; background: var(--accent); border: none; border-radius: 12px; color: #fff; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; transition: opacity .18s; margin-top: 4px; }
  .pf-submit:hover { opacity: .88; }
  @media (max-width: 900px) {
    .partner-body { grid-template-columns: 1fr; }
    .partner-type-cards { grid-template-columns: 1fr; }
  }

  /* ─── Ready CTA Banner ─── */
  .ready-section { background: var(--primary); padding: 80px 20px; text-align: center; }
  .ready-inner { max-width: 680px; margin: 0 auto; }
  .ready-badge { display: inline-block; background: rgba(244,79,17,.18); color: var(--accent); font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 100px; margin-bottom: 20px; letter-spacing: .5px; }
  .ready-title { font-family: 'Poppins', sans-serif; font-size: clamp(30px, 5vw, 52px); font-weight: 800; color: #fff; line-height: 1.15; margin: 0 0 16px; }
  .ready-sub { font-size: 15px; color: rgba(255,255,255,.55); line-height: 1.7; margin: 0 0 36px; }
  .ready-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
  .ready-btn-primary { padding: 15px 34px; background: var(--accent); border: none; border-radius: 100px; color: #fff; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; transition: opacity .18s; }
  .ready-btn-primary:hover { opacity: .88; }
  .ready-btn-outline { padding: 15px 34px; background: transparent; border: 1.5px solid rgba(255,255,255,.25); border-radius: 100px; color: #fff; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; transition: border-color .18s; }
  .ready-btn-outline:hover { border-color: rgba(255,255,255,.6); }

  /* ─── Blog Page Overlay ─── */

  .bp-nav-brand { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 15px; color: var(--text); }


  /* Filter chips */

  /* Blog grid — 2 columns */
  .bp-no-results { grid-column: 1/-1; text-align: center; padding: 48px 20px; color: var(--text2); font-size: 14px; }

  /* Sidebar */
  @media (max-width: 900px) {
  }

  /* ─── Blog Detail Page ─── */

  /* Hero image */

  /* Article header */

  /* Article body */

  /* Author bio */

  /* Related posts */

  /* FAQ */

  /* bpd-bottom holds Related + FAQ — full width below the two-column grid on desktop */

  @media (max-width: 900px) {
  }
  .faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
  .faq-item { background: var(--bg); border: none; border-radius: 14px; overflow: hidden; box-shadow: var(--sh-xs); }
  .faq-question { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; cursor: pointer; font-size: 15px; font-weight: 600; color: var(--text); }
  .faq-question .chev { transition: transform .25s; flex-shrink: 0; margin-left: 16px; }
  .faq-item.open .chev { transform: rotate(180deg); }
  .faq-answer { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
  .faq-item.open .faq-answer { max-height: 260px; }
  .faq-answer-inner { padding: 0 22px 18px; font-size: 14px; color: var(--text2); line-height: 1.7; }

  /* ─── QUERY / SIGNUP ────────────────────────────────────── */
  .query-section { background: var(--bg); }
  .query-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; max-width: 960px; margin: 0 auto; }
  .query-features { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
  .query-feat { display: flex; align-items: center; gap: 12px; }
  .query-feat-icon { width: 34px; height: 34px; border-radius: 10px; background: var(--accent-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .query-feat span { font-size: 14px; color: var(--text2); }
  .query-form { background: var(--bg2); border: none; border-radius: 24px; padding: 36px; box-shadow: var(--sh-sm); }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
  .form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
  .form-group label { font-size: 12px; font-weight: 600; color: var(--text2); }
  .form-input { padding: 12px 14px; background: var(--bg); border: 1px solid var(--border); border-radius: 10px; color: var(--text); font-family: 'Lato', sans-serif; font-size: 14px; transition: border-color .18s; }
  .form-input:focus { outline: none; border-color: var(--accent); }
  .form-input::placeholder { color: var(--text3); }
  textarea.form-input { resize: vertical; min-height: 86px; }
  .form-submit { width: 100%; padding: 14px; background: var(--accent); border: none; border-radius: 12px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: #fff; cursor: pointer; transition: all .18s; margin-top: 6px; box-shadow: var(--sh-blue); }
  .form-submit:hover { background: var(--accent-hover); transform: translateY(-1px); }
  .form-note { font-size: 11px; color: var(--text3); text-align: center; margin-top: 10px; }

  /* ─── FOOTER ─────────────────────────────────────────────── */
  footer { background: var(--text); padding: 64px var(--g) 28px; }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
  .footer-brand p { font-size: 14px; color: rgba(255,255,255,.45); line-height: 1.7; margin-top: 14px; max-width: 260px; }
  .footer-col h5 { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; margin-bottom: 16px; color: rgba(255,255,255,.85); }
  .footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,.4); text-decoration: none; margin-bottom: 9px; transition: color .18s; }
  .footer-col a:hover { color: rgba(255,255,255,.8); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }
  .footer-bottom p { font-size: 13px; color: rgba(255,255,255,.3); }
  .social-links { display: flex; gap: 10px; }
  .social-link { width: 34px; height: 34px; border-radius: 8px; border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .18s; }
  .social-link:hover { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.08); }
  .divider { border: none; border-top: 1px solid var(--border); }

  /* ─── RESPONSIVE ─────────────────────────────────────────── */
  @media (max-width: 1100px) {
    :root { --g: 40px; }
    .studio-stage-inner { grid-template-columns: 1fr 340px; }
    .studio-stage { padding: 0 60px 0; }
    .studio-cards-row { padding: 0 60px 40px; }
    .studio-topbar { padding: 0 60px; }
  }
  @media (max-width: 860px) {
    :root { --g: 20px; }
    .studio-stage-inner { grid-template-columns: 1fr; }
    .studio-stage { padding: 0 20px 0; }
    .studio-topbar { padding: 0 20px; }
    .studio-cards-row { grid-template-columns: 1fr; padding: 0 20px 32px; }
    .studio-dock { display: none; }
    .ai-assistant-card { position: static; }
    .services-grid, .footer-grid, .item-cards-grid { grid-template-columns: 1fr; }
    .query-grid, .step-row { grid-template-columns: 1fr; }
    .step-row.reverse .step-visual { order: 0; }
    .section-title { font-size: 28px; }
    .studio-vehicle-title { font-size: 32px; }
    .stat-num { font-size: 32px; }
    nav { padding: 0 20px; }
  }

  /* ─── MOBILE (390–430px phones) ────────────────────────────
     Section 1 of mobile pass: Onboarding (vehicle selection)  */
  @media (max-width: 480px) {
    :root { --g: 16px; }

    #vehicle-screen { padding-top: 4px; }
    #step-1 { padding: 0 var(--g) 28px; }
    .vs-logo { margin-top: 8px; margin-bottom: 4px; }
    .vs-logo img { height: 28px; }

    .vs-title { font-size: 19px; white-space: normal; line-height: 1.2; }
    .vs-sub { font-size: 13.5px; margin-bottom: 22px; line-height: 1.45; }

    .vtype-grid { gap: 12px; }
    .vtype-card { min-height: 230px; border-radius: 16px; }
    .vtype-card-label { padding: 14px 14px 0; }
    .vtype-card-label small { font-size: 11px; margin-bottom: 2px; }
    .vtype-card-label strong { font-size: 13.5px; }
    .vtype-card-img { padding: 6px 10px; }
    .vtype-card-img svg { max-width: 110px; }

    .vs-topbar { padding: 18px var(--g) 22px; }
    .vs-back { width: 36px; height: 36px; border-radius: 10px; }
    .vs-page-title { font-size: 15px; }
    .vs-helper-btn { font-size: 11px; padding: 7px 11px; }

    .vs-search { margin-bottom: 20px; }
    .vs-search svg { left: calc(var(--g) + 14px); width: 16px; height: 16px; }
    .vs-search input { padding: 12px 16px 12px 40px; font-size: 14px; border-radius: 12px; }

    .vs-section-label { font-size: 12px; margin-bottom: 12px; }
    .vs-divider-label { font-size: 10px; margin: 22px 0 12px; }

    .vs-grid { grid-template-columns: repeat(3, 1fr); gap: 6px; }
    .vs-grid-item { gap: 8px; padding: 10px 4px; border-radius: 12px; }
    .vs-grid-logo { width: 46px; height: 46px; border-radius: 12px; }
    .vs-grid-item span { font-size: 11px; }

    .vs-continue-btn { padding: 14px; font-size: 14px; margin-top: 22px; }
  }

  /* ─── MOBILE (390–430px phones) ────────────────────────────
     Section 2 of mobile pass: Hero banner (Pronto-style stack) */
  @media (max-width: 480px) {
    .hero-section { padding-top: 0; padding-bottom: 0; }

    .hero-location-pill {
      position: static; display: inline-flex; margin: 16px var(--g) 0;
      top: auto; left: auto;
      padding: 8px 14px; font-size: 11.5px;
    }

    /* Collapse to single column: text first, image second */
    .hero-grid {
      display: flex; flex-direction: column;
      min-height: 0;
    }
    .hero-content-col {
      order: 1;
      padding: 16px var(--g) 0;
      align-items: flex-start;
    }
    .hero-car-col {
      order: 2;
      width: 100%; padding: 32px 0 0;
      justify-content: center;
      background: linear-gradient(180deg, transparent 0%, var(--accent-light) 100%);
    }
    .hero-car-img { max-width: 360px; margin: 0 auto; }

    .hero-badge { font-size: 12px; margin-bottom: 14px; }
    .hero-title { font-size: 32px; letter-spacing: -1px; margin-bottom: 12px; }
    .hero-desc { font-size: 14px; line-height: 1.6; margin-bottom: 24px; max-width: 100%; }

    .hero-washer-pill { width: 100%; justify-content: space-between; }
    .hero-washer-left { padding: 7px 0 7px 10px; min-width: 0; }
    .hero-washer-left span { font-size: 12px; overflow: hidden; text-overflow: ellipsis; }
    .hero-book-btn { padding: 10px 18px; font-size: 13px; flex-shrink: 0; }
  }

  /* ─── MOBILE (390–430px phones) ────────────────────────────
     Section 3 of mobile pass: Navbar (hamburger + slide drawer) */
  @media (max-width: 480px) {
    nav { height: 60px; padding: 0 var(--g); }
    .nav-logo img { height: 26px; }
    .nav-actions { display: none; }
    .nav-hamburger { display: flex; }
  }

  /* ─── MOBILE (390–430px phones) ────────────────────────────
     Section 4 of mobile pass: Info cards (Service area / Next
     wash / Washer contact) — stack to 1 column, fix overflow */
  @media (max-width: 480px) {
    .info-cards-section { padding: 32px var(--g); }
    .hero-info-cards {
      grid-template-columns: 1fr;
      gap: 14px; padding: 0;
    }
  }

  /* ─── MOBILE (390–430px phones) ────────────────────────────
     Section 5 of mobile pass: App CTA banner — image (phone
     mockup) first, then text/buttons, stacked single column */
  @media (max-width: 480px) {
    .app-banner { padding: 40px var(--g); }
    .app-banner-grid {
      grid-template-columns: 1fr; gap: 28px;
    }
    .app-banner-visual { order: 1; }
    .app-banner-content { order: 2; text-align: center; }
    .app-banner p { margin-left: auto; margin-right: auto; }
    .app-store-btns { justify-content: center; }

    .phone-mockup { width: 170px; height: 350px; border-radius: 28px; border-width: 5px; }
    .phone-mockup::before { width: 64px; height: 16px; }
    .phone-screen { padding: 26px 12px 12px; }
    .phone-app-card { padding: 11px; margin-bottom: 9px; border-radius: 13px; }

    .app-banner h2 { font-size: 28px; letter-spacing: -.5px; }
    .app-banner p { font-size: 14px; margin-bottom: 22px; }
  }

  /* ─── MOBILE (390–430px phones) ────────────────────────────
     Section 6 of mobile pass: remaining sections — blog grid,
     footer columns, query/contact form, partner section, steps,
     product cards, FAQ, ready CTA banner                        */
  @media (max-width: 480px) {
    /* Blog section — collapse to 1 column */

    /* Footer — single column, tighter spacing */
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    footer { padding: 48px var(--g) 24px; }
    .footer-bottom { flex-direction: column; gap: 14px; text-align: center; }

    /* Query / Contact form section */
    .query-grid { grid-template-columns: 1fr; gap: 32px; }
    .query-form { padding: 24px 18px; }
    .form-row { grid-template-columns: 1fr; }

    /* Partner section */
    .partner-section { padding: 56px var(--g); }
    .partner-body { grid-template-columns: 1fr; }
    .partner-type-cards { grid-template-columns: 1fr; gap: 14px; }
    .partner-stats { grid-template-columns: 1fr 1fr 1fr; }
    .partner-stat { padding: 14px 10px; }
    .partner-stat-num { font-size: 20px; }
    .partner-form-card { padding: 20px 16px; }

    /* How it works steps */
    .step-row { grid-template-columns: 1fr; gap: 28px; }
    .step-row.reverse .step-visual { order: 0; }
    .steps-section { padding: 64px var(--g); }

    /* Products / item cards */
    .item-cards-grid { grid-template-columns: 1fr; }

    /* Ready CTA banner */
    .ready-section { padding: 56px var(--g); }

    /* Service plan cards */
    .services-grid { grid-template-columns: 1fr; max-width: 420px; }

    /* Section typography */
    .section-title { font-size: 26px; letter-spacing: -.3px; }
    .section-desc { font-size: 14px; margin-bottom: 32px; }
  }


  /* ─── TABLET (481–900px) — defaults to portrait/stacked layout ──
     Fires on width alone so it's reliable even if the environment
     can't report orientation. A landscape override below reverts
     these specific properties back to desktop behavior when the
     viewport is confirmed landscape at this width.
     Hero: text on top, image below.
     CTA banner: text on top, image (phone mockup) below.
     Info cards: single column, like mobile.                      */
  @media (min-width: 481px) and (max-width: 900px) {

    /* Hero — text top, image below */
    .hero-section { padding-top: 40px; padding-bottom: 0; }
    .hero-location-pill {
      position: static; display: inline-flex; margin: 20px var(--g) 0;
      top: auto; left: auto;
    }
    .hero-grid { display: flex; flex-direction: column; min-height: 0; }
    .hero-content-col {
      order: 1; padding: 24px var(--g) 0; align-items: flex-start;
    }
    .hero-car-col {
      order: 2; width: 100%; padding: 40px 0 0; justify-content: center;
      background: linear-gradient(180deg, transparent 0%, var(--accent-light) 100%);
    }
    .hero-car-img { max-width: 460px; margin: 0 auto; }
    .hero-title { font-size: 42px; }
    .hero-desc { max-width: 540px; }
    .hero-washer-pill { width: 100%; justify-content: space-between; }
    .hero-washer-left { min-width: 0; }
    .hero-washer-left span { overflow: hidden; text-overflow: ellipsis; }

    /* Info cards — single column */
    .info-cards-section { padding: 44px var(--g); }
    .hero-info-cards { grid-template-columns: 1fr; gap: 18px; padding: 0; }

    /* CTA banner — text top, image (phone mockup) below */
    .app-banner { padding: 56px var(--g); }
    .app-banner-grid { grid-template-columns: 1fr; gap: 36px; max-width: 560px; margin: 0 auto; }
    .app-banner-visual { order: 2; }
    .app-banner-content { order: 1; text-align: center; }
    .app-banner p { margin-left: auto; margin-right: auto; }
    .app-store-btns { justify-content: center; }
    .phone-mockup { width: 220px; height: 450px; }
  }

  /* ─── TABLET LANDSCAPE OVERRIDE (481–900px width, confirmed
     landscape) — revert the three sections above back to the
     desktop two-column layout.                                  */
  @media (min-width: 481px) and (max-width: 900px) and (orientation: landscape) {
    .hero-section { padding-top: 88px; padding-bottom: 40px; }
    .hero-location-pill {
      position: absolute; top: 22px; left: var(--g); margin: 0;
    }
    .hero-grid { display: grid; grid-template-columns: 45% 55%; min-height: 620px; }
    .hero-content-col { padding: 72px 24px 48px var(--g); }
    .hero-car-col { padding: 20px 0 0; background: none; }
    .hero-car-img { max-width: none; }
    .hero-title { font-size: 52px; }
    .hero-washer-pill { width: auto; justify-content: flex-start; }

    .info-cards-section { padding: 56px var(--g); }
    .hero-info-cards { grid-template-columns: 1fr 1fr 1fr; gap: 16px; }

    .app-banner { padding: 80px var(--g); }
    .app-banner-grid { grid-template-columns: 40% 60%; gap: 40px; max-width: 1100px; }
    .app-banner-visual { order: 1; }
    .app-banner-content { order: 2; text-align: left; }
    .app-banner p { margin-left: 0; margin-right: 0; }
    .app-store-btns { justify-content: flex-start; }
    .phone-mockup { width: 230px; height: 470px; }
  }

  /* ─── Full-screen booking flow ─── */
  .flow-overlay { position: fixed; inset: 0; background: #fff; z-index: 500; display: none; flex-direction: column; overflow-y: auto; }
  .flow-overlay.open { display: flex; }
  .flow-header { position: sticky; top: 0; background: #fff; z-index: 5; display: flex; align-items: center; gap: 14px; padding: 16px 20px; border-bottom: 1px solid var(--border); flex-shrink: 0; }
  .flow-back-btn, .flow-close-btn { width: 36px; height: 36px; border-radius: 50%; background: var(--bg2); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; }
  .flow-progress { flex: 1; display: flex; gap: 6px; }
  .flow-progress-seg { flex: 1; height: 4px; border-radius: 100px; background: var(--bg3); }
  .flow-progress-seg.done { background: var(--accent); }
  .flow-body { flex: 1; max-width: 480px; width: 100%; margin: 0 auto; padding: 28px 20px 100px; align-self: flex-start; }
  .flow-step-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 22px; color: var(--text); margin-bottom: 6px; }
  .flow-step-sub { font-size: 13.5px; color: var(--text2); margin-bottom: 24px; line-height: 1.6; }
  .flow-cta-fixed { position: sticky; bottom: 0; background: #fff; border-top: 1px solid var(--border); flex-shrink: 0; }
  .flow-cta-fixed-inner { max-width: 480px; width: 100%; margin: 0 auto; padding: 14px 20px; }
  .flow-hint { font-size: 12px; color: var(--text3); margin-top: 8px; }

  .flow-info-card { background: var(--bg2); border-radius: 16px; padding: 16px; margin-bottom: 24px; display: flex; flex-direction: column; gap: 14px; }
  .flow-info-row { display: flex; gap: 12px; align-items: flex-start; }
  .flow-info-icon { width: 24px; height: 24px; border-radius: 50%; background: var(--accent-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .flow-info-row strong { display: block; font-size: 13.5px; color: var(--text); font-family: 'Poppins', sans-serif; font-weight: 700; }
  .flow-info-row span { display: block; font-size: 12.5px; color: var(--text2); margin-top: 2px; line-height: 1.5; }

  .flow-day-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
  .flow-day-chip { padding: 12px 0; border-radius: 12px; border: 1.5px solid var(--border); background: #fff; color: var(--text2); font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 12px; cursor: pointer; transition: all .18s; }
  .flow-day-chip:hover { border-color: var(--accent-mid); }
  .flow-day-chip.active { background: var(--primary); border-color: var(--primary); color: #fff; }

  .flow-service-list { display: flex; flex-direction: column; gap: 10px; }
  .flow-service-card { display: flex; align-items: center; gap: 14px; padding: 14px; border-radius: 16px; border: 1.5px solid var(--border); background: #fff; cursor: pointer; text-align: left; transition: all .18s; width: 100%; }
  .flow-service-card:hover { border-color: var(--accent-mid); }
  .flow-service-card strong { display: block; font-size: 14px; color: var(--text); font-family: 'Poppins', sans-serif; font-weight: 700; }
  .flow-service-card span { display: block; font-size: 12px; color: var(--text2); margin-top: 2px; }
  .flow-service-check { width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .flow-service-check svg { opacity: 0; transition: opacity .15s; }
  .flow-service-card.active { border-color: var(--accent); background: var(--accent-light); }
  .flow-service-card.active .flow-service-check { background: var(--accent); border-color: var(--accent); }
  .flow-service-card.active .flow-service-check svg { opacity: 1; }

  .flow-map-wrap { position: relative; width: 100%; height: 240px; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); margin-bottom: 16px; }
  .flow-map-wrap #flowAddressMap { width: 100%; height: 100%; }

  .flow-auth-tabs { display: flex; gap: 8px; margin-bottom: 20px; background: var(--bg2); border-radius: 14px; padding: 4px; }
  .flow-auth-tab { flex: 1; padding: 10px 0; border-radius: 11px; border: none; background: transparent; color: var(--text2); font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 13px; cursor: pointer; }
  .flow-auth-tab.active { background: #fff; color: var(--text); box-shadow: var(--sh-sm); }
  .flow-divider { display: flex; align-items: center; gap: 10px; margin: 18px 0 14px; color: var(--text3); font-size: 12px; }
  .flow-divider::before, .flow-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }
  .flow-oauth-btn { width: 100%; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 0; border-radius: 14px; border: 1.5px solid var(--border); background: #fff; color: var(--text); font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 13.5px; cursor: pointer; margin-bottom: 10px; }
  .flow-oauth-btn:hover { border-color: var(--accent-mid); }
  .flow-oauth-btn.dark { background: #000; color: #fff; border-color: #000; }

  .flow-otp-row { display: flex; gap: 12px; margin-bottom: 10px; }
  .flow-otp-input { width: 100%; aspect-ratio: 1; text-align: center; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 22px; border: 1.5px solid var(--border); border-radius: 14px; color: var(--text); }
  .flow-otp-input:focus { border-color: var(--accent); outline: none; }

  .flow-modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 600; display: none; align-items: center; justify-content: center; padding: 20px; }
  .flow-modal-card { background: #fff; border-radius: 18px; padding: 24px; max-width: 340px; width: 100%; box-shadow: var(--sh-md); }
  .goog-modal-header { display: flex; align-items: center; gap: 10px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 15px; color: var(--text); margin-bottom: 16px; }
  .goog-account-row { display: flex; align-items: center; gap: 12px; padding: 12px 8px; border-radius: 10px; cursor: pointer; }
  .goog-account-row:hover { background: var(--bg2); }
  .goog-account-row strong { display: block; font-size: 13.5px; color: var(--text); }
  .goog-account-row span { display: block; font-size: 12px; color: var(--text2); }
  .goog-avatar { width: 36px; height: 36px; border-radius: 50%; background: #1C7ED6; color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-weight: 700; flex-shrink: 0; }
  .goog-avatar.plus { background: var(--bg3); color: var(--text2); font-size: 18px; }
  .apple-modal { text-align: center; }
  .apple-modal-icon { display: flex; justify-content: center; margin-bottom: 12px; color: var(--text); }
  .apple-modal-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 16px; color: var(--text); }
  .apple-modal-sub { font-size: 12.5px; color: var(--text2); margin-top: 4px; }

  /* Price breakdown card + discount code */
  .price-card { background: var(--bg2); border-radius: 16px; padding: 16px; margin-bottom: 24px; }
  .price-row { display: flex; justify-content: space-between; font-size: 13.5px; color: var(--text2); padding: 6px 0; }
  .price-row.total { font-weight: 800; color: var(--text); font-size: 15px; font-family: 'Poppins', sans-serif; border-top: 1px solid var(--border); margin-top: 6px; padding-top: 12px; }
  .price-row.discount span:last-child { color: var(--green); }
  .price-divider { height: 1px; background: var(--border); margin: 8px 0; }
  .discount-row { display: flex; gap: 10px; align-items: stretch; }
  .discount-row .addr-input { flex: 1; margin-bottom: 0; }
  .discount-apply-btn { padding: 0 20px; border-radius: 14px; border: none; background: var(--primary); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 13px; cursor: pointer; }
  .discount-apply-btn:hover { opacity: .88; }

  /* Floating offers strip — padded container so the scrollable cards never touch the edges */
  .offer-strip-wrap { background: var(--bg2); border-radius: 18px; padding: 16px 0 16px 16px; overflow: hidden; margin-top: 12px; }
  .offer-strip { display: flex; gap: 12px; overflow-x: auto; padding-right: 16px; scrollbar-width: none; }
  .offer-strip::-webkit-scrollbar { display: none; }
  .offer-card { flex-shrink: 0; width: 210px; background: #fff; border-radius: 14px; padding: 14px; box-shadow: var(--sh-sm); }
  .offer-card strong { display: block; font-size: 13px; color: var(--text); font-family: 'Poppins', sans-serif; font-weight: 700; margin-bottom: 3px; }
  .offer-card span { display: block; font-size: 11.5px; color: var(--text2); }

  /* Payment method selector */
  .payment-method-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
  .payment-method-row { display: flex; align-items: center; gap: 14px; padding: 14px; border-radius: 16px; border: 1.5px solid var(--border); background: #fff; cursor: pointer; width: 100%; text-align: left; transition: all .18s; }
  .payment-method-row:hover { border-color: var(--accent-mid); }
  .payment-method-row strong { flex: 1; font-size: 13.5px; color: var(--text); font-family: 'Poppins', sans-serif; font-weight: 700; }
  .payment-method-icon { width: 32px; height: 32px; border-radius: 10px; background: var(--bg2); display: flex; align-items: center; justify-content: center; color: var(--text2); flex-shrink: 0; }
  .payment-method-radio { width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid var(--border); flex-shrink: 0; }
  .payment-method-row.active { border-color: var(--accent); background: var(--accent-light); }
  .payment-method-row.active .payment-method-radio { border-color: var(--accent); background: var(--accent); box-shadow: inset 0 0 0 3px #fff; }
  .payment-method-row.active .payment-method-icon { background: #fff; color: var(--accent); }

/* ── INFO CARDS: hidden by default, shown after subscription ── */
.info-cards-section { display: none; }
.info-cards-section.visible { display: block; }

/* ── LOGIN MODAL ── */
.login-modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 800;
  background: rgba(28,28,30,.6); backdrop-filter: blur(6px);
  align-items: center; justify-content: center; padding: 20px;
}
.login-modal-overlay.open { display: flex; }
.login-modal {
  background: #fff; border-radius: 24px; padding: 40px 36px;
  width: 100%; max-width: 400px; box-sizing: border-box;
  box-shadow: 0 24px 64px rgba(28,28,30,.18);
  animation: loginPop .3s cubic-bezier(0.34,1.56,0.64,1);
  position: relative; overflow: hidden;
}
@keyframes loginPop { from{opacity:0;transform:scale(.88)} to{opacity:1;transform:scale(1)} }
.login-modal-close {
  position: absolute; top: 16px; right: 16px;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--bg2); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: var(--text2); transition: all .18s;
}
.login-modal-close:hover { background: var(--bg3); color: var(--text); }
.login-modal-logo { margin-bottom: 20px; }
.login-modal-title { font-family: 'Poppins',sans-serif; font-size: 22px; font-weight: 800; color: var(--text); margin-bottom: 6px; letter-spacing: -.3px; }
.login-modal-sub { font-size: 14px; color: var(--text2); margin-bottom: 28px; line-height: 1.6; }
.login-step { display: none; }
.login-step.active { display: block; }
.login-input-wrap { position: relative; margin-bottom: 16px; }
.login-prefix {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  font-size: 14px; font-weight: 600; color: var(--text2);
}
.login-input {
  width: 100%; padding: 13px 16px 13px 44px; border-radius: 12px;
  border: 1.5px solid var(--border); font-family: 'Lato',sans-serif;
  font-size: 15px; color: var(--text); background: var(--bg2);
  outline: none; transition: border-color .18s, box-shadow .18s;
}
.login-input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(244,79,17,.1); background: #fff; }
.login-input.no-prefix { padding-left: 16px; }
.login-btn {
  width: 100%; padding: 14px; background: var(--accent); border: none;
  border-radius: 12px; font-family: 'Poppins',sans-serif; font-size: 15px;
  font-weight: 700; color: #fff; cursor: pointer; transition: all .2s;
  box-shadow: var(--sh-blue);
}
.login-btn:hover { background: var(--accent-hover); transform: translateY(-1px); }
.login-btn:disabled { opacity: .6; transform: none; cursor: not-allowed; }
.login-otp-row { display: flex; gap: 12px; margin-bottom: 16px; width: 100%; }
.login-otp-box {
  flex: 1; min-width: 0; padding: 16px 0; text-align: center;
  border-radius: 12px; border: 1.5px solid var(--border);
  font-size: 24px; font-weight: 700; font-family: 'Poppins',sans-serif;
  color: var(--text); background: var(--bg2); outline: none;
  transition: border-color .18s, box-shadow .18s;
}
.login-otp-box:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(244,79,17,.1); background: #fff; }
.login-back-btn {
  background: none; border: none; cursor: pointer;
  font-size: 13px; color: var(--text3); font-family: 'Lato',sans-serif;
  display: flex; align-items: center; gap: 6px; padding: 0;
  margin-bottom: 20px; transition: color .18s;
}
.login-back-btn:hover { color: var(--text); }
.login-resend { font-size: 13px; color: var(--text3); text-align: center; margin-top: 14px; }
.login-resend span { color: var(--accent); cursor: pointer; font-weight: 600; }
.login-divider { display: flex; align-items: center; gap: 12px; margin: 20px 0; }
.login-divider::before,.login-divider::after { content:''; flex:1; height:1px; background:var(--border); }
.login-divider-text { font-size: 12px; color: var(--text3); white-space: nowrap; }
.login-name-input-wrap { margin-bottom: 16px; }
.login-error { font-size: 12.5px; color: #dc2626; margin-top: -10px; margin-bottom: 12px; display: none; }
.login-error.show { display: block; }

/* ── PROFILE DROPDOWN ── */
.nav-profile-wrap { position: relative; }
.nav-profile-btn {
  display: flex; align-items: center; gap: 9px;
  padding: 7px 14px 7px 8px; border-radius: 100px;
  border: 1.5px solid var(--border); background: #fff;
  cursor: pointer; transition: all .18s; font-family: 'Lato',sans-serif;
}
.nav-profile-btn:hover { border-color: var(--accent-mid); box-shadow: var(--sh-xs); }
.nav-profile-avatar {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--accent); display: flex; align-items: center;
  justify-content: center; font-family: 'Poppins',sans-serif;
  font-size: 11px; font-weight: 800; color: #fff; flex-shrink: 0;
}
.nav-profile-name { font-size: 13px; font-weight: 600; color: var(--text); max-width: 90px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nav-profile-chevron { color: var(--text3); transition: transform .2s; }
.nav-profile-btn.open .nav-profile-chevron { transform: rotate(180deg); }
.profile-dropdown {
  position: absolute; top: calc(100% + 10px); right: 0;
  background: #fff; border-radius: 18px; border: 1px solid var(--border);
  box-shadow: var(--sh-md); min-width: 260px; overflow: hidden;
  opacity: 0; transform: translateY(-8px) scale(.97);
  pointer-events: none; transition: all .2s;
  z-index: 200;
}
.profile-dropdown.open { opacity: 1; transform: translateY(0) scale(1); pointer-events: all; }
.profile-dropdown-header {
  padding: 20px 20px 16px; border-bottom: 1px solid var(--border);
  background: var(--bg2);
}
.profile-dd-avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins',sans-serif; font-size: 16px; font-weight: 800;
  color: #fff; margin-bottom: 12px;
}
.profile-dd-name { font-family: 'Poppins',sans-serif; font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.profile-dd-phone { font-size: 13px; color: var(--text2); }
.profile-dd-email { font-size: 12px; color: var(--text3); margin-top: 2px; }
.profile-dropdown-body { padding: 10px 0; }
.profile-dd-item {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 20px; font-size: 14px; color: var(--text2);
  cursor: pointer; transition: background .15s, color .15s;
  font-family: 'Lato',sans-serif;
}
.profile-dd-item:hover { background: var(--bg2); color: var(--text); }
.profile-dd-item.danger { color: #dc2626; }
.profile-dd-item.danger:hover { background: #fef2f2; }
.profile-dd-divider { height: 1px; background: var(--border); margin: 4px 0; }
.profile-dd-subscription {
  margin: 12px 16px; padding: 14px 16px; background: var(--accent-light);
  border: 1px solid var(--accent-mid); border-radius: 14px;
}
.profile-dd-sub-label { font-size: 11px; font-weight: 700; color: var(--accent); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px; }
.profile-dd-sub-plan { font-family: 'Poppins',sans-serif; font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.profile-dd-sub-detail { font-size: 12px; color: var(--text2); }
.profile-dd-no-sub { font-size: 13px; color: var(--text3); padding: 12px 20px 4px; }

/* Mobile profile in drawer */
.nav-drawer-profile {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 20px; background: var(--bg2);
  border-bottom: 1px solid var(--border); margin-bottom: 0;
}
.nav-drawer-profile-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--accent); display: flex; align-items: center;
  justify-content: center; font-family: 'Poppins',sans-serif;
  font-size: 14px; font-weight: 800; color: #fff; flex-shrink: 0;
}
.nav-drawer-profile-info .name { font-family: 'Poppins',sans-serif; font-size: 14px; font-weight: 700; color: var(--text); }
.nav-drawer-profile-info .phone { font-size: 12px; color: var(--text2); }

@media(max-width:480px) {
  .login-modal { padding: 32px 22px; }
  .login-otp-row { gap: 8px; }
}


/* ─── PROFILE PAGE OVERLAY ─────────────────────────────────── */
#profile-page {
  display: none; position: fixed; inset: 0; z-index: 600;
  background: var(--bg2); overflow-y: auto; flex-direction: column;
}
#profile-page.open { display: flex; }
#profile-page > nav {
  position: sticky; top: 0; z-index: 100; flex-shrink: 0;
  width: 100%; box-sizing: border-box;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--g); height: 68px;
  background: rgba(255,255,255,.97); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
#profile-page section, #profile-page footer { flex-shrink: 0; }

/* Layout */
.profile-page-body {
  max-width: 900px; margin: 0 auto; width: 100%;
  padding: 40px var(--g) 80px; display: flex; flex-direction: column; gap: 24px;
}

/* Hero card */
.profile-hero-card {
  background: var(--primary); border-radius: 24px;
  padding: 36px 36px 32px; position: relative; overflow: hidden;
  display: flex; align-items: center; gap: 28px;
}
.profile-hero-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(244,79,17,.2) 0%, transparent 60%);
}
.profile-hero-avatar {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--accent); display: flex; align-items: center;
  justify-content: center; font-family: 'Poppins',sans-serif;
  font-size: 26px; font-weight: 800; color: #fff;
  flex-shrink: 0; position: relative; z-index: 1;
  border: 3px solid rgba(255,255,255,.2);
}
.profile-hero-info { position: relative; z-index: 1; flex: 1; }
.profile-hero-name { font-family: 'Poppins',sans-serif; font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.profile-hero-phone { font-size: 14px; color: rgba(255,255,255,.65); margin-bottom: 2px; }
.profile-hero-email { font-size: 13px; color: rgba(255,255,255,.45); }
.profile-hero-badge {
  position: relative; z-index: 1;
  background: rgba(244,79,17,.2); border: 1px solid rgba(244,79,17,.4);
  border-radius: 100px; padding: 6px 14px;
  font-size: 11px; font-weight: 700; color: var(--accent);
  letter-spacing: 1px; text-transform: uppercase; white-space: nowrap;
}

/* Section cards */
.profile-card {
  background: #fff; border-radius: 20px; overflow: hidden;
  border: 1px solid var(--border); box-shadow: var(--sh-xs);
}
.profile-card-header {
  padding: 20px 24px 16px; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
}
.profile-card-title {
  font-family: 'Poppins',sans-serif; font-size: 15px; font-weight: 700;
  color: var(--text); display: flex; align-items: center; gap: 10px;
}
.profile-card-title-icon {
  width: 32px; height: 32px; border-radius: 9px; background: var(--accent-light);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.profile-edit-btn {
  font-size: 13px; font-weight: 600; color: var(--accent);
  background: none; border: none; cursor: pointer; padding: 6px 12px;
  border-radius: 8px; transition: background .15s;
  font-family: 'Lato',sans-serif;
}
.profile-edit-btn:hover { background: var(--accent-light); }
.profile-card-body { padding: 20px 24px; }

/* Detail rows */
.profile-detail-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 0; border-bottom: 1px solid var(--bg2);
}
.profile-detail-row:last-child { border-bottom: none; padding-bottom: 0; }
.profile-detail-label { font-size: 12px; color: var(--text3); font-weight: 600; text-transform: uppercase; letter-spacing: .8px; margin-bottom: 3px; }
.profile-detail-val { font-size: 14px; color: var(--text); font-weight: 500; }
.profile-detail-edit-input {
  width: 100%; padding: 10px 14px; border-radius: 10px;
  border: 1.5px solid var(--accent); font-size: 14px;
  font-family: 'Lato',sans-serif; color: var(--text);
  background: var(--accent-light); outline: none;
}

/* Subscription card */
.profile-sub-active {
  background: linear-gradient(135deg, var(--primary) 0%, #2d3748 100%);
  border-radius: 16px; padding: 24px; position: relative; overflow: hidden;
}
.profile-sub-active::before {
  content:''; position:absolute; right:-20px; top:-20px;
  width:120px; height:120px; border-radius:50%;
  background: rgba(244,79,17,.15);
}
.profile-sub-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(244,79,17,.2); border: 1px solid rgba(244,79,17,.4);
  border-radius: 100px; padding: 4px 12px;
  font-size: 10px; font-weight: 700; color: var(--accent);
  letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px;
}
.profile-sub-badge-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); animation: blink 2s infinite; }
.profile-sub-plan { font-family: 'Poppins',sans-serif; font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.profile-sub-rows { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; }
.profile-sub-row { display: flex; flex-direction: column; gap: 2px; }
.profile-sub-row-label { font-size: 10px; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: 1px; }
.profile-sub-row-val { font-size: 13px; color: #fff; font-weight: 600; }
.profile-no-sub {
  display: flex; flex-direction: column; align-items: center; padding: 32px 20px;
  text-align: center; gap: 12px;
}
.profile-no-sub-icon { font-size: 36px; }
.profile-no-sub-title { font-family: 'Poppins',sans-serif; font-size: 15px; font-weight: 700; color: var(--text); }
.profile-no-sub-sub { font-size: 13px; color: var(--text2); line-height: 1.6; }
.profile-no-sub-btn {
  padding: 11px 24px; background: var(--accent); border: none;
  border-radius: 10px; font-family: 'Poppins',sans-serif; font-size: 13px;
  font-weight: 700; color: #fff; cursor: pointer; box-shadow: var(--sh-blue);
  transition: all .2s; margin-top: 4px;
}
.profile-no-sub-btn:hover { background: var(--accent-hover); transform: translateY(-1px); }

/* Booking history */
.booking-history-item {
  display: flex; align-items: center; gap: 16px;
  padding: 14px 0; border-bottom: 1px solid var(--bg2);
}
.booking-history-item:last-child { border-bottom: none; }
.booking-history-icon {
  width: 40px; height: 40px; border-radius: 11px; flex-shrink: 0;
  background: var(--bg2); display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.booking-history-info { flex: 1; }
.booking-history-service { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 3px; }
.booking-history-date { font-size: 12px; color: var(--text3); }
.booking-history-status {
  padding: 4px 10px; border-radius: 100px; font-size: 11px; font-weight: 700;
  font-family: 'Poppins',sans-serif;
}
.booking-history-status.completed { background: #dcfce7; color: #16a34a; }
.booking-history-status.upcoming { background: var(--accent-light); color: var(--accent); }
.booking-history-status.cancelled { background: #fee2e2; color: #dc2626; }
.booking-history-price { font-family: 'Poppins',sans-serif; font-size: 14px; font-weight: 700; color: var(--text); }

/* Vehicle card */
.profile-vehicle-card {
  display: flex; align-items: center; gap: 18px;
  padding: 18px 0; border-bottom: 1px solid var(--bg2);
}
.profile-vehicle-card:last-child { border-bottom: none; }
.profile-vehicle-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--bg2); display: flex; align-items: center;
  justify-content: center; font-size: 24px; flex-shrink: 0;
}
.profile-vehicle-info { flex: 1; }
.profile-vehicle-name { font-family: 'Poppins',sans-serif; font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.profile-vehicle-detail { font-size: 12px; color: var(--text2); }
.profile-vehicle-tag {
  padding: 4px 10px; background: var(--bg2); border-radius: 100px;
  font-size: 11px; color: var(--text2); font-weight: 600;
}

/* Notifications */
.profile-toggle-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0; border-bottom: 1px solid var(--bg2);
}
.profile-toggle-row:last-child { border-bottom: none; }
.profile-toggle-info { flex: 1; margin-right: 16px; }
.profile-toggle-label { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 2px; }
.profile-toggle-sub { font-size: 12px; color: var(--text2); }
.profile-toggle {
  width: 44px; height: 24px; border-radius: 100px;
  background: var(--border2); border: none; cursor: pointer;
  position: relative; transition: background .2s; flex-shrink: 0;
}
.profile-toggle.on { background: var(--accent); }
.profile-toggle::after {
  content: ''; position: absolute; top: 2px; left: 2px;
  width: 20px; height: 20px; border-radius: 50%; background: #fff;
  transition: transform .2s; box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.profile-toggle.on::after { transform: translateX(20px); }

/* Referral */
.profile-referral-box {
  background: var(--bg2); border-radius: 14px; padding: 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  border: 1.5px dashed var(--border2);
}
.profile-referral-code {
  font-family: 'Poppins',sans-serif; font-size: 22px; font-weight: 800;
  color: var(--accent); letter-spacing: 3px;
}
.profile-referral-sub { font-size: 12px; color: var(--text2); margin-top: 4px; }
.profile-copy-btn {
  display: flex; align-items: center; gap: 7px; padding: 10px 18px;
  background: #fff; border: 1.5px solid var(--border); border-radius: 10px;
  font-size: 13px; font-weight: 600; color: var(--text2); cursor: pointer;
  font-family: 'Poppins',sans-serif; transition: all .18s; white-space: nowrap;
}
.profile-copy-btn:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-light); }
.profile-copy-btn.copied { border-color: #16a34a; color: #16a34a; background: #dcfce7; }

/* Support */
.profile-support-row {
  display: flex; gap: 14px;
}
.profile-support-btn {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px; border-radius: 14px; font-family: 'Poppins',sans-serif;
  font-size: 14px; font-weight: 700; cursor: pointer; transition: all .2s;
  text-decoration: none; border: none;
}
.profile-support-btn.call { background: var(--accent); color: #fff; box-shadow: var(--sh-blue); }
.profile-support-btn.call:hover { background: var(--accent-hover); transform: translateY(-2px); }
.profile-support-btn.whatsapp { background: #25D366; color: #fff; }
.profile-support-btn.whatsapp:hover { background: #1ebe5a; transform: translateY(-2px); }

/* Save button */
.profile-save-btn {
  width: 100%; padding: 14px; background: var(--accent); border: none;
  border-radius: 12px; font-family: 'Poppins',sans-serif; font-size: 15px;
  font-weight: 700; color: #fff; cursor: pointer; transition: all .2s;
  box-shadow: var(--sh-blue); display: none; margin-top: 16px;
}
.profile-save-btn.show { display: block; }
.profile-save-btn:hover { background: var(--accent-hover); }

@media(max-width:860px) {
  #profile-page > nav { padding: 0 20px; }
  .profile-page-body { padding: 28px 20px 60px; }
  .profile-hero-card { flex-direction: column; align-items: flex-start; gap: 18px; padding: 28px 24px; }
  .profile-support-row { flex-direction: column; }
}
@media(max-width:480px) {
  .profile-hero-card { padding: 24px 20px; }
  .profile-card-body { padding: 16px 18px; }
  .profile-sub-rows { flex-direction: column; gap: 12px; }
}


/* ── Wash Detail Drawer (profile version) ── */
.pp-detail-drawer-backdrop {
  display: none; position: fixed; inset: 0; z-index: 700;
  background: rgba(28,28,30,.5); backdrop-filter: blur(4px);
  align-items: flex-end; justify-content: center;
}
.pp-detail-drawer-backdrop.open { display: flex; }
.pp-detail-drawer {
  background: #fff; border-radius: 24px 24px 0 0;
  width: 100%; max-width: 560px; max-height: 88vh;
  overflow-y: auto; padding: 0 0 40px;
  animation: drawerSlideUp .32s cubic-bezier(0.32,0.72,0,1);
}
.pp-detail-drawer-handle {
  width: 40px; height: 4px; border-radius: 2px;
  background: var(--border2); margin: 12px auto 0;
}
.pp-detail-drawer-header {
  padding: 20px 24px 16px; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
}
.pp-detail-drawer-title {
  font-family: 'Poppins',sans-serif; font-size: 17px; font-weight: 800; color: var(--text);
}
.pp-detail-drawer-close {
  width: 32px; height: 32px; border-radius: 50%; background: var(--bg2);
  border: none; cursor: pointer; display: flex; align-items: center; justify-content: center;
  color: var(--text2); transition: all .15s;
}
.pp-detail-drawer-close:hover { background: var(--bg3); }
.pp-detail-drawer-body { padding: 20px 24px; }
.pp-detail-section-label {
  font-size: 10px; font-weight: 700; color: var(--text3);
  letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px;
}
.pp-detail-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 0; border-bottom: 1px solid var(--bg2);
  font-size: 13px;
}
.pp-detail-row:last-child { border-bottom: none; }
.pp-detail-row-label { color: var(--text2); }
.pp-detail-row-val { font-weight: 600; color: var(--text); text-align: right; }
.pp-detail-total-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 0; border-top: 2px solid var(--border);
  font-family: 'Poppins',sans-serif; font-size: 15px; font-weight: 800; color: var(--text);
  margin-top: 4px;
}
.pp-detail-status-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-radius: 100px;
  font-size: 12px; font-weight: 700; font-family: 'Poppins',sans-serif;
}
.pp-detail-status-badge.completed { background: #dcfce7; color: #16a34a; }
.pp-detail-status-badge.upcoming { background: var(--accent-light); color: var(--accent); }
.pp-detail-divider { height: 1px; background: var(--border); margin: 20px 0; }

/* Cancel subscription confirm */
.pp-cancel-confirm {
  background: #fef2f2; border: 1.5px solid #fca5a5; border-radius: 16px;
  padding: 20px; margin-top: 16px; display: none;
}
.pp-cancel-confirm.show { display: block; }
.pp-cancel-confirm-title { font-family: 'Poppins',sans-serif; font-size: 14px; font-weight: 700; color: #dc2626; margin-bottom: 6px; }
.pp-cancel-confirm-sub { font-size: 13px; color: #7f1d1d; line-height: 1.6; margin-bottom: 16px; }
.pp-cancel-confirm-btns { display: flex; gap: 10px; }
.pp-cancel-btn-yes {
  flex: 1; padding: 11px; background: #dc2626; border: none; border-radius: 10px;
  font-family: 'Poppins',sans-serif; font-size: 13px; font-weight: 700; color: #fff; cursor: pointer;
  transition: all .18s;
}
.pp-cancel-btn-yes:hover { background: #b91c1c; }
.pp-cancel-btn-no {
  flex: 1; padding: 11px; background: #fff; border: 1.5px solid var(--border); border-radius: 10px;
  font-family: 'Poppins',sans-serif; font-size: 13px; font-weight: 700; color: var(--text2); cursor: pointer;
  transition: all .18s;
}
.pp-cancel-btn-no:hover { border-color: var(--text2); color: var(--text); }



/* ─────────────────────────────────────────────────────── */


#about-page { display: none; flex-direction: column; position: fixed; inset: 0; z-index: 500; background: #EFEFED; overflow-y: auto; }
#about-page.open { display: flex; }
#about-page > nav {
  position: sticky; top: 0; z-index: 100;
  flex-shrink: 0;
  width: 100%; box-sizing: border-box;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--g); height: 68px;
  background: rgba(255,255,255,.97); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.about-page .nav-logo{ display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.about-page .nav-actions{ display: flex; align-items: center; gap: 24px; }
.about-page .nav-link-item{ font-size: 14px; font-weight: 500; color: var(--text2); text-decoration: none; transition: color .18s; padding: 9px 0; }
.about-page .nav-link-item:hover{ color: var(--text); }
.about-page .nav-link-item.active{ color: var(--accent); font-weight: 600; }
.about-page .nav-btn{ display: flex; align-items: center; gap: 7px; padding: 9px 20px; border-radius: 10px; font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: none; transition: all .18s; }
.about-page .nav-btn-login{ background: var(--accent); color: #fff; border: none; box-shadow: var(--sh-blue); }
.about-page .nav-btn-login:hover{ background: var(--accent-hover); transform: translateY(-1px); }
.about-page .nav-icon-btn{ position: relative; width: 38px; height: 38px; border-radius: 10px; background: var(--bg2); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--text2); cursor: pointer; transition: all .18s; flex-shrink: 0; }
.about-page .nav-icon-btn:hover{ border-color: var(--accent-mid); color: var(--accent); }
.about-page .nav-hamburger{ display: none; width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--border); background: var(--bg2); align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; }
.about-page section{ padding: 88px var(--g); flex-shrink: 0; }
.about-page footer { flex-shrink: 0; }
.about-page .section-label{ font-size: 11px; font-weight: 600; color: var(--accent); letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 12px; }
.about-page .section-title{ font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; line-height: 1.15; margin-bottom: 14px; letter-spacing: -.5px; color: var(--text); }
.about-page .section-desc{ font-size: 16px; color: var(--text2); line-height: 1.7; max-width: 540px; margin-bottom: 48px; }
.about-page .btn-primary{ padding: 14px 32px; background: var(--accent); border: none; border-radius: 12px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: #fff; cursor: pointer; transition: all .2s; box-shadow: var(--sh-blue); }
.about-page .btn-primary:hover{ background: var(--accent-hover); transform: translateY(-2px); }
.about-page .au-hero{
  background: var(--primary); padding: 96px var(--g) 88px;
  position: relative; overflow: hidden; flex-shrink: 0;
}
.about-page .au-hero::before{
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(244,79,17,.22) 0%, transparent 60%);
}
.about-page .au-hero-inner{ position: relative; max-width: 680px; }
.about-page .au-hero-badge{
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(244,79,17,.15); color: var(--accent);
  border: 1px solid rgba(244,79,17,.3); border-radius: 100px;
  padding: 6px 16px; font-size: 12px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 24px;
}
.about-page .au-hero-badge-dot{ width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: blink 2s infinite; }
@keyframes blink{ 0%,100%{opacity:1} 50%{opacity:.3} }
.about-page .au-hero-title{
  font-family: 'Poppins', sans-serif; font-size: 52px; font-weight: 800;
  color: #fff; line-height: 1.1; letter-spacing: -2px; margin-bottom: 22px;
}
.about-page .au-hero-title span{ color: var(--accent); }
.about-page .au-hero-desc{ font-size: 17px; color: rgba(255,255,255,.65); line-height: 1.75; max-width: 540px; margin-bottom: 40px; }
.about-page .au-hero-stats{
  display: flex; gap: 40px; flex-wrap: wrap;
  padding-top: 40px; border-top: 1px solid rgba(255,255,255,.1);
}
.about-page .au-stat-num{ font-family: 'Poppins', sans-serif; font-size: 38px; font-weight: 800; color: var(--accent); line-height: 1; letter-spacing: -1px; }
.about-page .au-stat-label{ font-size: 13px; color: rgba(255,255,255,.5); margin-top: 4px; }
.about-page .au-story{ background: var(--bg); }
.about-page .au-story-grid{
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center; max-width: 1100px; margin: 0 auto;
}
.about-page .au-story-visual{
  background: var(--bg2); border-radius: 24px;
  height: 440px; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.about-page .au-story-visual-emoji{ font-size: 96px; }
.about-page .au-story-visual-svg{ display: flex; align-items: center; justify-content: center; }
.about-page .au-story-visual-svg svg { width: 220px; height: 110px; }
.about-page .au-story-visual-accent{
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 6px; background: var(--accent);
}
.about-page .au-story-quote{
  background: var(--bg2); border-left: 4px solid var(--accent);
  border-radius: 0 16px 16px 0; padding: 20px 24px;
  margin-top: 28px;
}
.about-page .au-story-quote p{ font-size: 15px; color: var(--text2); line-height: 1.7; font-style: italic; }
.about-page .au-story-quote cite{ display: block; font-size: 12.5px; color: var(--accent); font-weight: 700; margin-top: 8px; font-style: normal; }
.about-page .au-values{ background: var(--bg2); }
.about-page .au-values-grid{ display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.about-page .au-value-card{
  background: var(--bg); border-radius: 20px; padding: 32px 28px;
  border: 1px solid var(--border); transition: all .25s;
}
.about-page .au-value-card:hover{ transform: translateY(-4px); box-shadow: var(--sh-md); border-color: transparent; }
.about-page .au-value-icon{
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--accent-light); display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; color: var(--accent);
}
.about-page .au-value-icon svg { width: 26px; height: 26px; stroke: var(--accent); }
.about-page .au-value-title{ font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.about-page .au-value-desc{ font-size: 14px; color: var(--text2); line-height: 1.7; }
.about-page .au-team{ background: var(--bg); }
.about-page .au-team-grid{ display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.about-page .au-team-card{
  background: var(--bg2); border-radius: 20px; overflow: hidden;
  border: 1px solid var(--border); transition: all .25s; text-align: center;
}
.about-page .au-team-card:hover{ transform: translateY(-3px); box-shadow: var(--sh-md); border-color: transparent; }
.about-page .au-team-avatar{
  height: 180px; display: flex; align-items: center; justify-content: center;
  font-size: 56px; background: var(--primary); position: relative;
}
.about-page .au-team-avatar-initial{
  width: 80px; height: 80px; border-radius: 50%;
  background: rgba(244,79,17,.2); border: 3px solid var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins', sans-serif; font-size: 28px; font-weight: 800; color: var(--accent);
}
.about-page .au-team-info{ padding: 20px 16px 24px; }
.about-page .au-team-name{ font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.about-page .au-team-role{ font-size: 12.5px; color: var(--accent); font-weight: 600; margin-bottom: 10px; }
.about-page .au-team-bio{ font-size: 12px; color: var(--text2); line-height: 1.6; }
.about-page .au-timeline{ background: var(--primary); padding: 88px var(--g); }
.about-page .au-timeline-inner{ max-width: 860px; margin: 0 auto; }
.about-page .au-timeline-inner .section-label{ color: var(--accent); }
.about-page .au-timeline-inner .section-title{ color: #fff; }
.about-page .au-tl-items{ display: flex; flex-direction: column; gap: 0; margin-top: 48px; position: relative; }
.about-page .au-tl-items::before{
  content: ''; position: absolute; left: 68px; top: 0; bottom: 0;
  width: 2px; background: rgba(255,255,255,.1);
}
.about-page .au-tl-item{ display: flex; gap: 32px; align-items: flex-start; padding-bottom: 40px; }
.about-page .au-tl-item:last-child{ padding-bottom: 0; }
.about-page .au-tl-year{
  min-width: 68px; font-family: 'Poppins', sans-serif; font-size: 13px;
  font-weight: 800; color: var(--accent); padding-top: 3px; text-align: right;
}
.about-page .au-tl-dot{
  width: 14px; height: 14px; border-radius: 50%; background: var(--accent);
  flex-shrink: 0; margin-top: 4px; position: relative; z-index: 1;
  box-shadow: 0 0 0 4px rgba(244,79,17,.2);
}
.about-page .au-tl-content{ flex: 1; }
.about-page .au-tl-title{ font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.about-page .au-tl-desc{ font-size: 14px; color: rgba(255,255,255,.5); line-height: 1.65; }
.about-page .au-coverage{ background: var(--bg2); }
.about-page .au-coverage-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; max-width: 1100px; margin: 0 auto; }
.about-page .au-city-list{ display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.about-page .au-city-item{
  display: flex; align-items: center; gap: 14px;
  background: var(--bg); border-radius: 14px; padding: 16px 20px;
  border: 1px solid var(--border); transition: all .2s;
}
.about-page .au-city-item:hover{ border-color: var(--accent-mid); box-shadow: var(--sh-xs); }
.about-page .au-city-dot{ width: 10px; height: 10px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.about-page .au-city-name{ font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700; color: var(--text); }
.about-page .au-city-zones{ font-size: 12px; color: var(--text3); margin-left: auto; }
.about-page .au-coverage-visual{
  background: var(--primary); border-radius: 24px;
  height: 400px; display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.about-page .au-map-bg{ position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 50%, rgba(244,79,17,.15) 0%, transparent 70%); }
.about-page .au-map-pin-wrap{ position: relative; z-index: 1; text-align: center; }
.about-page .au-map-emoji{ font-size: 72px; display: block; margin-bottom: 16px; }
.about-page .au-map-label{ font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700; color: rgba(255,255,255,.6); }
.about-page .au-cta{
  background: var(--accent); padding: 80px var(--g); text-align: center;
}
.about-page .au-cta-title{
  font-family: 'Poppins', sans-serif; font-size: 40px; font-weight: 800;
  color: #fff; letter-spacing: -1px; margin-bottom: 14px; line-height: 1.15;
}
.about-page .au-cta-desc{ font-size: 16px; color: rgba(255,255,255,.75); max-width: 480px; margin: 0 auto 36px; line-height: 1.7; }
.about-page .au-cta-btns{ display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.about-page .au-cta-btn-white{
  padding: 14px 32px; background: #fff; border: none; border-radius: 12px;
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700;
  color: var(--accent); cursor: pointer; transition: all .2s;
}
.about-page .au-cta-btn-white:hover{ transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.about-page .au-cta-btn-outline{
  padding: 14px 32px; background: transparent;
  border: 2px solid rgba(255,255,255,.5); border-radius: 12px;
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700;
  color: #fff; cursor: pointer; transition: all .2s;
}
.about-page .au-cta-btn-outline:hover{ border-color: #fff; background: rgba(255,255,255,.1); }
.about-page footer{ background: var(--primary); padding: 64px var(--g) 28px; }
.about-page .footer-grid{ display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.about-page .footer-brand p{ font-size: 14px; color: rgba(255,255,255,.45); line-height: 1.7; margin-top: 14px; max-width: 260px; }
.about-page .footer-col h5{ font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; margin-bottom: 16px; color: rgba(255,255,255,.85); }
.about-page .footer-col a{ display: block; font-size: 13px; color: rgba(255,255,255,.4); text-decoration: none; margin-bottom: 9px; transition: color .18s; }
.about-page .footer-col a:hover{ color: rgba(255,255,255,.8); }
.about-page .footer-bottom{ display: flex; justify-content: space-between; align-items: center; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }
.about-page .footer-bottom p{ font-size: 13px; color: rgba(255,255,255,.3); }
.about-page .social-links{ display: flex; gap: 10px; }
.about-page .social-link{ width: 34px; height: 34px; border-radius: 8px; border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .18s; }
.about-page .social-link:hover{ border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.08); }
.about-page #about-nav-drawer-backdrop{
  display: none; position: fixed; inset: 0; z-index: 300;
  background: rgba(0,0,0,.5); backdrop-filter: blur(3px);
}
.about-page #about-nav-drawer{
  margin-left: auto; width: 78%; max-width: 320px; height: 100%;
  background: #fff; display: flex; flex-direction: column;
  animation: drawerSlideIn .32s cubic-bezier(0.32,0.72,0,1);
}
@keyframes drawerSlideIn{ from { transform: translateX(100%); } to { transform: translateX(0); } }
.about-page .nav-drawer-top{
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px; border-bottom: 1px solid var(--border);
}
.about-page .nav-drawer-links{ display: flex; flex-direction: column; padding: 8px 20px 0; }
.about-page .nav-drawer-link{
  font-family: 'Lato', sans-serif; font-size: 15px; font-weight: 600;
  color: var(--text); text-decoration: none;
  padding: 16px 0; border-bottom: 1px solid var(--bg3);
}
.about-page .nav-drawer-cta{
  margin: auto 20px 24px; padding: 14px; text-align: center;
  background: var(--accent); color: #fff; border-radius: 12px;
  font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700;
  text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 8px;
  box-shadow: var(--sh-blue);
}
@media (max-width: 1100px){
.about-page .au-team-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px){
.about-page .au-story-grid, .about-page .au-coverage-grid{ grid-template-columns: 1fr; gap: 36px; }
.about-page .au-values-grid{ grid-template-columns: 1fr 1fr; }
.about-page .au-team-grid{ grid-template-columns: 1fr 1fr; }
.about-page .footer-grid{ grid-template-columns: 1fr 1fr; gap: 32px; }
.about-page .au-hero-title{ font-size: 40px; }
.about-page .au-cta-title{ font-size: 30px; }
.about-page .section-title{ font-size: 28px; }
.about-page nav{ padding: 0 20px; }
}
@media (max-width: 480px){
.about-page nav{ height: 60px; padding: 0 var(--g); }
.about-page .nav-logo img{ height: 26px; }
.about-page .nav-actions{ display: none; }
.about-page .nav-hamburger{ display: flex; }
.about-page .au-hero{ padding: 64px var(--g) 56px; }
.about-page .au-hero-title{ font-size: 30px; letter-spacing: -1px; }
.about-page .au-hero-desc{ font-size: 15px; }
.about-page .au-hero-stats{ gap: 24px; }
.about-page .au-stat-num{ font-size: 28px; }
.about-page .au-values-grid{ grid-template-columns: 1fr; }
.about-page .au-team-grid{ grid-template-columns: 1fr 1fr; gap: 14px; }
.about-page .au-team-avatar{ height: 130px; }
.about-page .au-team-avatar-initial{ width: 60px; height: 60px; font-size: 20px; }
.about-page .au-tl-items::before{ left: 54px; }
.about-page .au-tl-year{ min-width: 54px; font-size: 11px; }
.about-page .footer-grid{ grid-template-columns: 1fr; gap: 28px; }
.about-page .footer-bottom{ flex-direction: column; gap: 14px; text-align: center; }
.about-page section{ padding: 64px var(--g); }
.about-page .au-cta{ padding: 64px var(--g); }
.about-page .au-cta-title{ font-size: 26px; }
.about-page .au-cta-btns{ flex-direction: column; align-items: center; }
}


/* ─────────────────────────────────────────────────────── */


#career-page { display: none; position: fixed; inset: 0; z-index: 500; background: #EFEFED; overflow-y: auto; flex-direction: column; }
#career-page.open { display: flex; }
#career-page nav { position:sticky;top:0;z-index:100;flex-shrink:0;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:0 var(--g);height:68px;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--border); }
#career-page section, #career-page footer { flex-shrink:0; }
#career-page nav{
  position:sticky;top:0;z-index:100;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 var(--g);height:68px;
  background:rgba(255,255,255,.97);backdrop-filter:blur(14px);
  border-bottom:1px solid var(--border);
}
#career-page .nav-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0;}
#career-page .nav-actions{display:flex;align-items:center;gap:24px;}
#career-page .nav-link{font-size:14px;font-weight:500;color:var(--text2);text-decoration:none;transition:color .18s;}
#career-page .nav-link:hover{color:var(--text);}
#career-page .nav-link.active{color:var(--accent);font-weight:600;}
#career-page .nav-cta{display:flex;align-items:center;gap:7px;padding:9px 20px;border-radius:10px;font-family:'Lato',sans-serif;font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;background:var(--accent);color:#fff;border:none;box-shadow:var(--sh-blue);transition:all .18s;}
#career-page .nav-cta:hover{background:var(--accent-hover);transform:translateY(-1px);}
#career-page .nav-hamburger{display:none;width:38px;height:38px;border-radius:10px;border:1px solid var(--border);background:var(--bg2);align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;}
#career-page .career-hero{
  background:var(--primary);padding:80px var(--g) 72px;
  position:relative;overflow:hidden;
}
#career-page .career-hero::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse at 65% 50%,rgba(244,79,17,.2) 0%,transparent 60%);
}
#career-page .career-hero-inner{position:relative;max-width:640px;}
#career-page .career-hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(244,79,17,.15);color:var(--accent);
  border:1px solid rgba(244,79,17,.3);border-radius:100px;
  padding:6px 16px;font-size:11px;font-weight:700;
  letter-spacing:1.5px;text-transform:uppercase;margin-bottom:22px;
}
#career-page .career-hero-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:blink 2s infinite;}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}
#career-page .career-hero-title{
  font-family:'Poppins',sans-serif;font-size:48px;font-weight:800;
  color:#fff;line-height:1.1;letter-spacing:-1.5px;margin-bottom:18px;
}
#career-page .career-hero-title span{color:var(--accent);}
#career-page .career-hero-desc{font-size:16px;color:rgba(255,255,255,.6);line-height:1.75;margin-bottom:36px;max-width:500px;}
#career-page .career-hero-chips{display:flex;flex-wrap:wrap;gap:10px;}
#career-page .career-hero-chip{
  display:flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);
  border-radius:100px;padding:8px 16px;
  font-size:13px;color:rgba(255,255,255,.75);font-weight:500;
}
#career-page .career-hero-chip svg{opacity:.7;}
#career-page .explain-section{background:var(--bg);padding:72px var(--g);}
#career-page .explain-top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:48px;flex-wrap:wrap;}
#career-page .explain-heading{}
#career-page .explain-label{font-size:11px;font-weight:700;color:var(--accent);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:10px;}
#career-page .explain-title{font-family:'Poppins',sans-serif;font-size:32px;font-weight:800;color:var(--text);line-height:1.2;letter-spacing:-.5px;}
#career-page .lang-tab{
  display:flex;background:var(--bg2);border-radius:12px;
  padding:4px;border:1px solid var(--border);flex-shrink:0;
}
#career-page .lang-btn{
  padding:8px 20px;border-radius:9px;font-family:'Poppins',sans-serif;
  font-size:13px;font-weight:600;border:none;cursor:pointer;
  background:transparent;color:var(--text3);transition:all .2s;
}
#career-page .lang-btn.active{background:#fff;color:var(--accent);box-shadow:var(--sh-xs);}
#career-page .explain-content{display:grid;grid-template-columns:1fr 1fr;gap:28px;}
#career-page .explain-card{
  background:var(--bg2);border-radius:20px;padding:28px;
  border:1px solid var(--border);transition:all .25s;
}
#career-page .explain-card:hover{transform:translateY(-3px);box-shadow:var(--sh-md);border-color:transparent;}
#career-page .explain-card-icon{
  width:48px;height:48px;border-radius:14px;
  background:var(--accent-light);display:flex;align-items:center;justify-content:center;
  font-size:22px;margin-bottom:18px;
}
#career-page .explain-card-title{font-family:'Poppins',sans-serif;font-size:16px;font-weight:700;color:var(--text);margin-bottom:8px;}
#career-page .explain-card-desc{font-size:14px;color:var(--text2);line-height:1.7;}
#career-page .explain-steps{margin-top:40px;}
#career-page .explain-steps-title{font-family:'Poppins',sans-serif;font-size:18px;font-weight:700;color:var(--text);margin-bottom:20px;}
#career-page .explain-step-list{display:flex;flex-direction:column;gap:0;}
#career-page .explain-step{
  display:flex;gap:20px;align-items:flex-start;
  padding-bottom:28px;position:relative;
}
#career-page .explain-step:not(:last-child)::after{
  content:'';position:absolute;left:19px;top:40px;bottom:0;
  width:2px;background:var(--border);
}
#career-page .explain-step-num{
  width:40px;height:40px;border-radius:50%;
  background:var(--accent);color:#fff;
  font-family:'Poppins',sans-serif;font-size:14px;font-weight:800;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
  position:relative;z-index:1;
}
#career-page .explain-step-body{padding-top:8px;}
#career-page .explain-step-title{font-family:'Poppins',sans-serif;font-size:14px;font-weight:700;color:var(--text);margin-bottom:4px;}
#career-page .explain-step-desc{font-size:13px;color:var(--text2);line-height:1.6;}
#career-page .form-section{background:var(--bg2);padding:72px var(--g);}
#career-page .form-section-inner{max-width:680px;margin:0 auto;}
#career-page .form-section-label{font-size:11px;font-weight:700;color:var(--accent);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:10px;}
#career-page .form-section-title{font-family:'Poppins',sans-serif;font-size:30px;font-weight:800;color:var(--text);letter-spacing:-.5px;margin-bottom:6px;}
#career-page .form-section-sub{font-size:14px;color:var(--text2);margin-bottom:36px;line-height:1.6;}
#career-page .app-form{background:#fff;border-radius:24px;padding:36px;box-shadow:var(--sh-sm);border:1px solid var(--border);}
#career-page .form-group{display:flex;flex-direction:column;gap:7px;margin-bottom:20px;}
#career-page .form-group:last-child{margin-bottom:0;}
#career-page .form-label{font-family:'Poppins',sans-serif;font-size:13px;font-weight:600;color:var(--text);display:flex;align-items:center;gap:6px;}
#career-page .form-label .optional{font-size:11px;color:var(--text3);font-weight:400;font-family:'Lato',sans-serif;}
#career-page .form-input{
  padding:13px 16px;border-radius:12px;border:1.5px solid var(--border);
  font-family:'Lato',sans-serif;font-size:14px;color:var(--text);
  background:var(--bg2);transition:border-color .18s,box-shadow .18s;
  outline:none;width:100%;
}
#career-page .form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(244,79,17,.1);background:#fff;}
#career-page .form-input::placeholder{color:var(--text3);}
#career-page textarea.form-input{resize:vertical;min-height:90px;}
#career-page .file-upload{
  border:2px dashed var(--border2);border-radius:12px;
  padding:28px 20px;text-align:center;cursor:pointer;
  transition:border-color .18s,background .18s;background:var(--bg2);
  position:relative;
}
#career-page .file-upload:hover{border-color:var(--accent);background:var(--accent-light);}
#career-page .file-upload input[type=file]{
  position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%;
}
#career-page .file-upload-icon{font-size:28px;margin-bottom:10px;}
#career-page .file-upload-text{font-family:'Poppins',sans-serif;font-size:13px;font-weight:600;color:var(--text2);margin-bottom:4px;}
#career-page .file-upload-sub{font-size:12px;color:var(--text3);}
#career-page .file-name-display{font-size:12px;color:var(--accent);font-weight:600;margin-top:8px;display:none;}
#career-page .form-divider{height:1px;background:var(--border);margin:28px 0;}
#career-page .checkbox-row{
  display:flex;align-items:flex-start;gap:14px;
  padding:18px 20px;background:var(--bg2);border-radius:14px;
  border:1.5px solid var(--border);cursor:pointer;
  transition:border-color .2s,background .2s;
  margin-bottom:0;
}
#career-page .checkbox-row:has(input:checked){border-color:var(--accent);background:var(--accent-light);}
#career-page .checkbox-row input[type=checkbox]{
  width:20px;height:20px;accent-color:var(--accent);
  cursor:pointer;flex-shrink:0;margin-top:1px;
}
#career-page .checkbox-row-text{}
#career-page .checkbox-row-title{font-family:'Poppins',sans-serif;font-size:14px;font-weight:700;color:var(--text);margin-bottom:2px;}
#career-page .checkbox-row-sub{font-size:12.5px;color:var(--text2);line-height:1.5;}
#career-page .vehicle-form{
  background:var(--bg2);border:1.5px solid var(--accent-mid);
  border-radius:18px;padding:24px;margin-top:16px;
  display:none;
}
#career-page .vehicle-form.visible{display:block;animation:slideDown .25s ease;}
@keyframes slideDown{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
#career-page .vehicle-form-title{
  font-family:'Poppins',sans-serif;font-size:14px;font-weight:700;
  color:var(--accent);margin-bottom:18px;display:flex;align-items:center;gap:8px;
}
#career-page .form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
#career-page .form-actions{display:flex;gap:12px;margin-top:28px;align-items:center;}
#career-page .btn-submit{
  flex:1;padding:15px;background:var(--accent);border:none;
  border-radius:13px;font-family:'Poppins',sans-serif;font-size:15px;
  font-weight:700;color:#fff;cursor:pointer;transition:all .2s;
  box-shadow:var(--sh-blue);
}
#career-page .btn-submit:hover{background:var(--accent-hover);transform:translateY(-2px);}
#career-page .btn-share{
  width:52px;height:52px;border-radius:13px;border:1.5px solid var(--border);
  background:#fff;display:flex;align-items:center;justify-content:center;
  cursor:pointer;transition:all .2s;flex-shrink:0;color:var(--text2);
}
#career-page .btn-share:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light);}
#career-page .form-success{
  display:none;text-align:center;padding:40px 20px;
}
#career-page .form-success-icon{font-size:52px;margin-bottom:16px;}
#career-page .form-success-title{font-family:'Poppins',sans-serif;font-size:22px;font-weight:800;color:var(--text);margin-bottom:8px;}
#career-page .form-success-sub{font-size:14px;color:var(--text2);line-height:1.7;}
#career-page .share-toast{
  position:fixed;bottom:28px;left:50%;transform:translateX(-50%) translateY(20px);
  background:var(--primary);color:#fff;padding:12px 24px;border-radius:100px;
  font-size:13px;font-weight:600;font-family:'Poppins',sans-serif;
  opacity:0;transition:all .3s;pointer-events:none;z-index:999;white-space:nowrap;
}
#career-page .share-toast.show{opacity:1;transform:translateX(-50%) translateY(0);}
#career-page .contact-section{background:var(--bg);padding:72px var(--g);}
#career-page .contact-inner{max-width:960px;margin:0 auto;}
#career-page .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;}
#career-page .contact-info-label{font-size:11px;font-weight:700;color:var(--accent);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:10px;}
#career-page .contact-info-title{font-family:'Poppins',sans-serif;font-size:28px;font-weight:800;color:var(--text);letter-spacing:-.4px;margin-bottom:14px;}
#career-page .contact-info-desc{font-size:14px;color:var(--text2);line-height:1.75;margin-bottom:32px;}
#career-page .contact-item{display:flex;align-items:center;gap:14px;margin-bottom:18px;}
#career-page .contact-item-icon{
  width:44px;height:44px;border-radius:12px;background:var(--accent-light);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
#career-page .contact-item-label{font-size:11px;color:var(--text3);font-weight:600;margin-bottom:2px;text-transform:uppercase;letter-spacing:1px;}
#career-page .contact-item-val{font-family:'Poppins',sans-serif;font-size:14px;font-weight:700;color:var(--text);}
#career-page .contact-form-card{background:var(--bg2);border-radius:22px;padding:32px;border:1px solid var(--border);}
#career-page .contact-form-card h3{font-family:'Poppins',sans-serif;font-size:18px;font-weight:800;color:var(--text);margin-bottom:22px;}
#career-page .btn-contact-send{
  width:100%;padding:14px;background:var(--accent);border:none;
  border-radius:12px;font-family:'Poppins',sans-serif;font-size:14px;
  font-weight:700;color:#fff;cursor:pointer;transition:all .2s;
  box-shadow:var(--sh-blue);margin-top:4px;
}
#career-page .btn-contact-send:hover{background:var(--accent-hover);transform:translateY(-1px);}
#career-page footer{background:var(--primary);padding:64px var(--g) 28px;}
#career-page .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;}
#career-page .footer-brand p{font-size:14px;color:rgba(255,255,255,.45);line-height:1.7;margin-top:14px;max-width:260px;}
#career-page .footer-col h5{font-family:'Poppins',sans-serif;font-size:13px;font-weight:600;margin-bottom:16px;color:rgba(255,255,255,.85);}
#career-page .footer-col a{display:block;font-size:13px;color:rgba(255,255,255,.4);text-decoration:none;margin-bottom:9px;transition:color .18s;}
#career-page .footer-col a:hover{color:rgba(255,255,255,.8);}
#career-page .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:28px;border-top:1px solid rgba(255,255,255,.1);}
#career-page .footer-bottom p{font-size:13px;color:rgba(255,255,255,.3);}
#career-page .social-links{display:flex;gap:10px;}
#career-page .social-link{width:34px;height:34px;border-radius:8px;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .18s;}
#career-page .social-link:hover{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.08);}
#career-page #career-nav-backdrop{display:none;position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.5);backdrop-filter:blur(3px);}
#career-page #career-nav-drawer{margin-left:auto;width:78%;max-width:320px;height:100%;background:#fff;display:flex;flex-direction:column;animation:drawerSlideIn .32s cubic-bezier(0.32,0.72,0,1);}
@keyframes drawerSlideIn{from{transform:translateX(100%)}to{transform:translateX(0)}}
#career-page .nav-drawer-top{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border);}
#career-page .nav-drawer-links{display:flex;flex-direction:column;padding:8px 20px 0;}
#career-page .nav-drawer-link{font-family:'Lato',sans-serif;font-size:15px;font-weight:600;color:var(--text);text-decoration:none;padding:16px 0;border-bottom:1px solid var(--bg3);}
#career-page .nav-drawer-cta-link{margin:auto 20px 24px;padding:14px;text-align:center;background:var(--accent);color:#fff;border-radius:12px;font-family:'Poppins',sans-serif;font-size:14px;font-weight:700;text-decoration:none;display:flex;align-items:center;justify-content:center;box-shadow:var(--sh-blue);}
@media(max-width:860px){#career-page .explain-content{grid-template-columns:1fr;}
#career-page .contact-grid{grid-template-columns:1fr;gap:32px;}
#career-page .footer-grid{grid-template-columns:1fr 1fr;gap:28px;}
#career-page .career-hero-title{font-size:36px;}
#career-page nav{padding:0 20px;}
#career-page .form-row-2{grid-template-columns:1fr;}}
@media(max-width:480px){#career-page nav{height:60px;padding:0 var(--g);}
#career-page .nav-logo img{height:26px;}
#career-page .nav-actions{display:none;}
#career-page .nav-hamburger{display:flex;}
#career-page .career-hero{padding:56px var(--g) 48px;}
#career-page .career-hero-title{font-size:28px;letter-spacing:-1px;}
#career-page .explain-top{flex-direction:column;gap:16px;}
#career-page .app-form{padding:22px 16px;}
#career-page .footer-grid{grid-template-columns:1fr;gap:24px;}
#career-page .footer-bottom{flex-direction:column;gap:12px;text-align:center;}
#career-page .form-actions{flex-direction:column;}
#career-page .btn-share{width:100%;height:48px;}}
#career-page .combined-section{background:var(--bg);padding:72px var(--g);}
#career-page .combined-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;max-width:1200px;margin:0 auto;}
#career-page .combined-left{position:sticky;top:88px;}
#career-page .ty-overlay{
  display:none;position:fixed;inset:0;z-index:900;
  background:rgba(28,28,30,.65);backdrop-filter:blur(6px);
  align-items:center;justify-content:center;padding:20px;
}
#career-page .ty-overlay.show{display:flex;}
#career-page .ty-card{
  background:#fff;border-radius:24px;padding:48px 40px;
  text-align:center;max-width:420px;width:100%;
  box-shadow:0 24px 64px rgba(28,28,30,.18);
  animation:tyPop .35s cubic-bezier(0.34,1.56,0.64,1);
}
@keyframes tyPop{from{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}
#career-page .ty-icon{font-size:56px;margin-bottom:18px;line-height:1;}
#career-page .ty-title{font-family:'Poppins',sans-serif;font-size:24px;font-weight:800;color:var(--text);margin-bottom:10px;letter-spacing:-.3px;}
#career-page .ty-sub{font-size:14px;color:var(--text2);line-height:1.75;margin-bottom:28px;}
#career-page .ty-highlight{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--accent-light);border:1px solid var(--accent-mid);
  border-radius:100px;padding:8px 18px;
  font-size:13px;font-weight:700;color:var(--accent);margin-bottom:28px;
}
#career-page .ty-close{
  width:100%;padding:14px;background:var(--accent);border:none;
  border-radius:12px;font-family:'Poppins',sans-serif;font-size:15px;
  font-weight:700;color:#fff;cursor:pointer;transition:all .2s;
  box-shadow:var(--sh-blue);
}
#career-page .ty-close:hover{background:var(--accent-hover);transform:translateY(-1px);}
#career-page .contact-section{background:var(--bg2);padding:64px var(--g);}
#career-page .contact-inner{max-width:900px;margin:0 auto;}
#career-page .contact-top{text-align:center;margin-bottom:48px;}
#career-page .contact-top-label{font-size:11px;font-weight:700;color:var(--accent);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:10px;}
#career-page .contact-top-title{font-family:'Poppins',sans-serif;font-size:30px;font-weight:800;color:var(--text);letter-spacing:-.4px;margin-bottom:10px;}
#career-page .contact-top-sub{font-size:15px;color:var(--text2);max-width:480px;margin:0 auto;line-height:1.7;}
#career-page .contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px;}
#career-page .contact-card{
  background:#fff;border-radius:20px;padding:28px 24px;
  border:1px solid var(--border);text-align:center;
  transition:all .22s;
}
#career-page .contact-card:hover{transform:translateY(-3px);box-shadow:var(--sh-md);border-color:transparent;}
#career-page .contact-card-icon{
  width:52px;height:52px;border-radius:14px;
  background:var(--accent-light);display:flex;align-items:center;
  justify-content:center;margin:0 auto 16px;
}
#career-page .contact-card-label{font-size:11px;font-weight:700;color:var(--text3);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:6px;}
#career-page .contact-card-val{font-family:'Poppins',sans-serif;font-size:15px;font-weight:700;color:var(--text);margin-bottom:16px;}
#career-page .contact-card-btn{
  display:inline-flex;align-items:center;gap:7px;
  padding:10px 20px;border-radius:10px;border:1.5px solid var(--border);
  font-family:'Poppins',sans-serif;font-size:13px;font-weight:600;
  color:var(--text2);cursor:pointer;text-decoration:none;
  background:#fff;transition:all .18s;
}
#career-page .contact-card-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light);}
#career-page .contact-card-btn.primary{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:var(--sh-blue);}
#career-page .contact-card-btn.primary:hover{background:var(--accent-hover);color:#fff;}
#career-page .contact-wa-strip{
  background:linear-gradient(135deg,#25D366,#128C7E);
  border-radius:18px;padding:24px 28px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  flex-wrap:wrap;
}
#career-page .contact-wa-text .wa-title{font-family:'Poppins',sans-serif;font-size:17px;font-weight:700;color:#fff;margin-bottom:4px;}
#career-page .contact-wa-text .wa-sub{font-size:13px;color:rgba(255,255,255,.75);}
#career-page .contact-wa-btn{
  display:flex;align-items:center;gap:10px;
  background:#fff;border:none;border-radius:12px;
  padding:13px 24px;font-family:'Poppins',sans-serif;
  font-size:14px;font-weight:700;color:#128C7E;
  cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0;
  box-shadow:0 4px 14px rgba(0,0,0,.15);
}
#career-page .contact-wa-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2);}
@media(max-width:860px){#career-page .combined-grid{grid-template-columns:1fr;gap:40px;}
#career-page .combined-left{position:static;}
#career-page .contact-cards{grid-template-columns:1fr;}}
@media(max-width:480px){#career-page .ty-card{padding:36px 22px;}
#career-page .contact-wa-strip{flex-direction:column;align-items:flex-start;}}

/* ── Legal Page Overlay ── */
#legal-page {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 700;
  background: var(--bg);
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
#legal-page.open { display: flex; }
#legal-page > nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--g);
  height: 64px;
  background: #fff;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
}
.back-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 10px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--text);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all .18s;
}
.back-btn:hover { border-color: var(--accent); color: var(--accent); }

/* Hero */
.legal-hero {
  background: var(--bg2);
  padding: 48px var(--g) 40px;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}
.legal-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--text3);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
}
.legal-hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 14px;
  line-height: 1.15;
}
.legal-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  font-size: 13px;
  color: var(--text2);
  font-family: 'Lato', sans-serif;
}
.legal-hero-meta span strong { color: var(--text); }

/* Content area */
#legal-content {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}
.legal-body {
  max-width: 780px;
  margin: 0 auto;
  padding: 48px var(--g) 64px;
}
.legal-section {
  margin-bottom: 36px;
}
.legal-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}
.legal-section p {
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--text2);
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
}
.legal-section ul {
  padding-left: 20px;
  margin: 8px 0 10px;
}
.legal-section ul li {
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--text2);
  font-family: 'Lato', sans-serif;
  margin-bottom: 6px;
}
.legal-contact-box {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px 24px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text2);
  font-family: 'Lato', sans-serif;
}
.legal-contact-box a { color: var(--accent); font-weight: 600; }

/* FAQ */
.legal-faq {
  margin-top: 48px;
  border-top: 1px solid var(--border);
  padding-top: 36px;
}
.legal-faq h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 20px;
}
.legal-faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}
.legal-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  gap: 12px;
  transition: background .15s;
}
.legal-faq-q:hover { background: var(--bg2); }
.legal-faq-icon { flex-shrink: 0; transition: transform .22s; color: var(--text3); }
.legal-faq-item.open .legal-faq-icon { transform: rotate(180deg); }
.legal-faq-a {
  display: none;
  padding: 0 20px 16px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--text2);
  font-family: 'Lato', sans-serif;
}
.legal-faq-item.open .legal-faq-a { display: block; }

/* Footer */
.legal-footer {
  flex-shrink: 0;
}

@media(max-width:640px) {
  .legal-hero { padding: 32px 20px 28px; }
  .legal-body { padding: 32px 20px 48px; }
  #legal-page > nav { padding: 0 20px; }
}

/* Legal page — App Banner */
.legal-app-banner {
  background: var(--primary);
  padding: 72px var(--g);
  flex-shrink: 0;
}
.legal-app-banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 64px;
  align-items: center;
}
.legal-app-banner-content .pre-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.legal-app-banner-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
  letter-spacing: -1px;
  line-height: 1.15;
}
.legal-app-banner-visual { display: flex; justify-content: center; }
@media(max-width:860px) {
  .legal-app-banner { padding: 52px var(--g); }
  .legal-app-banner-inner { grid-template-columns: 1fr; gap: 40px; }
  .legal-app-banner-visual { display: none; }
  .legal-app-banner-content { text-align: center; }
  .legal-app-banner-content .app-store-btns { justify-content: center !important; }
}
@media(max-width:480px) {
  .legal-app-banner { padding: 40px 20px; }
}
