:root {
      --bg:       #0A0A0A;
      --surface:  #141210;
      --surface2: #1E1B17;
      --surface3: #2A2520;
      --text:     #F5F1E8;
      --muted:    #B8B3A5;
      --dim:      #6B6660;
      --gold:     #D4AF37;
      --gold-dim: rgba(212,175,55,.15);
      --gold-border: rgba(212,175,55,.3);
      --green:    #97C459;
      --green-dim: rgba(151,196,89,.15);
      --red:      #E05C5C;
    }

    /* ── Themes ── */
    /* Noir = default (:root above). Overrides below per [data-theme] */

    [data-theme="clean"] {
      --bg:          #F7F5F2;
      --surface:     #FFFFFF;
      --surface2:    #F0EDE8;
      --surface3:    #E6E1D8;
      --text:        #1A1714;
      --muted:       #5C5650;
      --dim:         #9E9890;
      --gold:        #1E7A4A;
      --gold-dim:    rgba(30,122,74,.1);
      --gold-border: rgba(30,122,74,.3);
      --green:       #1E7A4A;
      --green-dim:   rgba(30,122,74,.15);
      --red:         #D94040;
    }
    [data-theme="clean"] body { font-weight: 400; }
    [data-theme="clean"] .display { font-family: 'Inter', sans-serif; font-weight: 600; }
    [data-theme="clean"] #hero { background: linear-gradient(160deg,#E8F5EE 0%,#F7F5F2 100%); min-height: 80vh; }
    [data-theme="clean"] #hero-cover { background: none; }
    [data-theme="clean"] #nav.scrolled { background: rgba(247,245,242,.92); border-bottom: .5px solid rgba(0,0,0,.1); }
    [data-theme="clean"] .btn-gold { background: var(--gold); color: #fff; }
    [data-theme="clean"] .btn-hero { background: var(--gold); color: #fff; }
    [data-theme="clean"] .live-pill { background: rgba(0,0,0,.06); border-color: rgba(0,0,0,.1); color: var(--muted); }
    [data-theme="clean"] .hero-sub { color: var(--muted); }
    [data-theme="clean"] footer { background: #EDEAE4; }

    [data-theme="classic"] {
      --bg:          #180F06;
      --surface:     #221408;
      --surface2:    #2E1D0C;
      --surface3:    #3C2510;
      --text:        #F0E4CC;
      --muted:       #C4A87A;
      --dim:         #7A6040;
      --gold:        #C88B28;
      --gold-dim:    rgba(200,139,40,.15);
      --gold-border: rgba(200,139,40,.4);
      --green:       #8AB84A;
      --green-dim:   rgba(138,184,74,.15);
      --red:         #D96040;
    }
    [data-theme="classic"] .display { letter-spacing: -.01em; }
    [data-theme="classic"] .eyebrow { letter-spacing: .35em; }
    [data-theme="classic"] #hero { background: radial-gradient(ellipse at 30% 50%, #2E1D0C 0%, #180F06 70%); }
    [data-theme="classic"] #hero-cover { background: linear-gradient(to bottom, rgba(24,15,6,.2) 0%, rgba(24,15,6,.65) 60%, #180F06 100%); }

    [data-theme="bold"] {
      --bg:          #000000;
      --surface:     #0A0A0A;
      --surface2:    #111111;
      --surface3:    #1C1C1C;
      --text:        #FFFFFF;
      --muted:       #AAAAAA;
      --dim:         #666666;
      --gold:        #39FF14;
      --gold-dim:    rgba(57,255,20,.08);
      --gold-border: rgba(57,255,20,.35);
      --green:       #39FF14;
      --green-dim:   rgba(57,255,20,.1);
      --red:         #FF4444;
    }
    [data-theme="bold"] .display { font-weight: 700; letter-spacing: -.02em; text-transform: uppercase; font-size: 90%; }
    [data-theme="bold"] .eyebrow { color: var(--gold); letter-spacing: .4em; }
    [data-theme="bold"] .btn-gold { background: var(--gold); color: #000; font-weight: 800; letter-spacing: .05em; }
    [data-theme="bold"] .btn-hero { background: var(--gold); color: #000; font-weight: 800; }
    [data-theme="bold"] .status-card.available { box-shadow: 0 0 20px rgba(57,255,20,.15); }
    [data-theme="bold"] .status-card.available:hover { box-shadow: 0 0 40px rgba(57,255,20,.3); }
    @keyframes bold-scan {
      0% { transform: translateY(-100%); }
      100% { transform: translateY(100vh); }
    }

    [data-theme="blush"] {
      --bg:          #FDF5F0;
      --surface:     #FFFFFF;
      --surface2:    #FAF0EA;
      --surface3:    #F5E6DC;
      --text:        #2D1A14;
      --muted:       #7A5048;
      --dim:         #B89888;
      --gold:        #C4687A;
      --gold-dim:    rgba(196,104,122,.1);
      --gold-border: rgba(196,104,122,.3);
      --green:       #5A9E6A;
      --green-dim:   rgba(90,158,106,.15);
      --red:         #D94040;
    }
    [data-theme="blush"] .display { font-style: italic; }
    [data-theme="blush"] #hero { background: linear-gradient(135deg,#F5D8DE 0%,#FDF5F0 100%); min-height: 80vh; }
    [data-theme="blush"] #hero-cover { background: none; }
    [data-theme="blush"] .hero-sub { color: var(--muted); }
    [data-theme="blush"] .live-pill { background: rgba(0,0,0,.05); border-color: rgba(0,0,0,.1); color: var(--muted); }
    [data-theme="blush"] #nav.scrolled { background: rgba(253,245,240,.9); border-bottom: .5px solid rgba(196,104,122,.2); }
    [data-theme="blush"] footer { background: #F5E6DC; }
    [data-theme="blush"] .btn-hero { background: var(--gold); color: #fff; }
    [data-theme="blush"] .btn-gold { background: var(--gold); color: #fff; }
    [data-theme="blush"] .btn-hero-ghost { background: rgba(0,0,0,.06); border-color: rgba(0,0,0,.12); color: var(--text); }

    [data-theme="ai"] {
      --bg:          #060912;
      --surface:     #0D1524;
      --surface2:    #121E33;
      --surface3:    #1A2842;
      --text:        #DCE8FF;
      --muted:       #8AAAD0;
      --dim:         #4A6488;
      --gold:        #00C8FF;
      --gold-dim:    rgba(0,200,255,.1);
      --gold-border: rgba(0,200,255,.3);
      --green:       #00E5A0;
      --green-dim:   rgba(0,229,160,.12);
      --red:         #FF4466;
    }
    /* AI grid background */
    [data-theme="ai"] #hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(0,200,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,200,255,.04) 1px, transparent 1px);
      background-size: 40px 40px;
      z-index: 1;
      pointer-events: none;
    }
    [data-theme="ai"] #hero-cover {
      background: linear-gradient(to bottom, rgba(6,9,18,.4) 0%, rgba(6,9,18,.75) 60%, #060912 100%);
    }
    [data-theme="ai"] .live-pill {
      background: rgba(0,200,255,.08);
      border-color: rgba(0,200,255,.25);
      color: #00C8FF;
    }
    [data-theme="ai"] .btn-hero {
      background: linear-gradient(135deg,#00C8FF,#7B4FFF);
      color: #fff;
    }
    [data-theme="ai"] .btn-gold {
      background: linear-gradient(135deg,#00C8FF,#7B4FFF);
      color: #fff;
    }
    [data-theme="ai"] #nav.scrolled {
      background: rgba(6,9,18,.88);
      border-bottom: .5px solid rgba(0,200,255,.2);
    }
    /* AI typing cursor animation */
    @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }
    .ai-cursor { display: inline-block; width: 2px; height: 1em; background: #00C8FF; vertical-align: text-bottom; animation: blink 1s step-end infinite; margin-left: 2px; }
    /* AI badge */
    .ai-badge {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;
      background: linear-gradient(135deg,rgba(0,200,255,.15),rgba(123,79,255,.15));
      border: .5px solid rgba(0,200,255,.4);
      color: #00C8FF;
      padding: 2px 8px;
      border-radius: 100px;
    }
    /* AI score ring */
    .ai-score {
      font-size: 11px;
      color: #00C8FF;
      font-variant-numeric: tabular-nums;
      margin-top: 4px;
    }
    /* AI typing indicator in hero */
    .ai-typing-wrap {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(0,200,255,.08);
      border: .5px solid rgba(0,200,255,.2);
      border-radius: 100px;
      padding: 6px 14px;
      font-size: 12px;
      color: #8AAAD0;
      margin-bottom: 16px;
    }
    .ai-thinking { display: flex; gap: 3px; align-items: center; }
    .ai-thinking span {
      width: 5px; height: 5px; border-radius: 50%;
      background: #00C8FF;
      animation: ai-dot 1.2s ease-in-out infinite;
    }
    .ai-thinking span:nth-child(2) { animation-delay: .2s; }
    .ai-thinking span:nth-child(3) { animation-delay: .4s; }
    @keyframes ai-dot {
      0%,80%,100% { transform: scale(.6); opacity: .4; }
      40% { transform: scale(1); opacity: 1; }
    }

    #hero .hero-content { animation: premium-rise .72s cubic-bezier(.2,.8,.2,1) both; }
    .service-card, .barber-card, .perk-card, .status-card {
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
    }
    .service-card:hover, .barber-card:hover, .perk-card:hover, .status-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 45px rgba(0,0,0,.18);
    }
    .btn-hero, .btn-gold, .btn-next {
      transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
      box-shadow: 0 10px 28px var(--gold-dim);
    }
    .btn-hero:hover, .btn-gold:hover, .btn-next:hover { transform: translateY(-2px); }
    [data-theme="classic"] .service-card:hover,
    [data-theme="classic"] .barber-card:hover { box-shadow: 0 18px 45px rgba(200,139,40,.16); }
    [data-theme="blush"] .service-card:hover,
    [data-theme="blush"] .barber-card:hover { box-shadow: 0 18px 45px rgba(196,104,122,.14); }
    [data-theme="ai"] .service-card:hover,
    [data-theme="ai"] .barber-card:hover { box-shadow: 0 18px 50px rgba(0,200,255,.14); }
    @keyframes premium-rise {
      from { opacity: 0; transform: translateY(18px) scale(.985); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
      }
    }
    /* service image */
    .svc-img {
      width: 52px;
      height: 52px;
      border-radius: 10px;
      object-fit: cover;
      flex-shrink: 0;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Inter', sans-serif;
      background: var(--bg);
      color: var(--text);
      font-size: 15px;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
    img { display: block; max-width: 100%; }
    button { cursor: pointer; font-family: inherit; border: none; background: none; color: inherit; }
    a { text-decoration: none; color: inherit; }

    /* ── Typography ── */
    .eyebrow {
      font-size: 10px;
      letter-spacing: .25em;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 500;
    }
    .display {
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      line-height: 1.15;
    }
    .italic-gold {
      font-family: 'Playfair Display', serif;
      font-style: italic;
      font-weight: 400;
      color: var(--gold);
    }

    /* ── Nav ── */
    #nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px;
      transition: background .3s, backdrop-filter .3s, box-shadow .3s;
    }
    #nav.scrolled {
      background: rgba(10,10,10,.85);
      backdrop-filter: blur(12px);
      border-bottom: .5px solid var(--gold-border);
      box-shadow: 0 4px 24px rgba(0,0,0,.25);
    }
    .nav-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
      flex: 1;
      margin-right: 12px;
    }
    .nav-logo-img {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      object-fit: cover;
      background: var(--surface3);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Playfair Display', serif;
      font-size: 16px;
      color: var(--gold);
      overflow: hidden;
      flex-shrink: 0;
      transition: transform .25s ease;
    }
    #nav.scrolled .nav-logo-img { transform: scale(.9); }
    .nav-name {
      font-size: 14px;
      font-weight: 600;
      color: var(--text);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    #nav-cta { flex-shrink: 0; }
    .nav-actions { display: flex; align-items: center; gap: 10px; }
    .nav-sections { display:flex; align-items:center; gap:2px; padding:3px; border:1px solid rgba(255,255,255,.12); border-radius:8px; background:rgba(0,0,0,.18); }
    .nav-sections button { min-height:32px; padding:0 11px; border-radius:6px; color:var(--muted); font-size:12px; font-weight:600; transition:color .18s,background .18s; }
    .nav-sections button:hover { color:var(--text); background:var(--gold-dim); }
    .nav-history-btn {
      min-height: 40px;
      padding: 0 14px;
      border: .5px solid rgba(255,255,255,.16);
      border-radius: 100px;
      color: var(--text);
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      font-weight: 600;
      transition: border-color .2s, color .2s, background .2s;
    }
    .nav-history-btn:hover { border-color: var(--gold-border); color: var(--gold); background: var(--gold-dim); }
    .btn-gold {
      background: var(--gold);
      color: #0A0A0A;
      font-size: 13px;
      font-weight: 600;
      padding: 8px 18px;
      border-radius: 100px;
      transition: opacity .2s;
      letter-spacing: .02em;
    }
    .btn-gold:hover { opacity: .85; }
    .btn-gold:disabled { opacity: .4; cursor: not-allowed; }
    .btn-outline {
      background: transparent;
      border: .5px solid var(--gold-border);
      color: var(--gold);
      font-size: 13px;
      font-weight: 500;
      padding: 8px 18px;
      border-radius: 100px;
      transition: background .2s;
    }
    .btn-outline:hover { background: var(--gold-dim); }

    /* ── Hero ── */
    #hero {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      padding: 120px 24px 64px;
      position: relative;
      overflow: hidden;
    }
    #hero-cover {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(10,10,10,.3) 0%, rgba(10,10,10,.7) 60%, var(--bg) 100%);
      z-index: 1;
    }
    #hero-bg {
      position: absolute;
      top: -8%; left: 0; right: 0;
      object-fit: cover;
      width: 100%;
      height: 116%;
      will-change: transform;
    }
    #hero-bg-placeholder {
      position: absolute;
      top: -8%; left: 0; right: 0;
      height: 116%;
      background: radial-gradient(ellipse at 30% 40%, #2A1F10 0%, var(--bg) 70%);
      will-change: transform;
    }
    .hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      max-width: 600px;
    }
    .live-pill {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: rgba(255,255,255,.06);
      border: .5px solid rgba(255,255,255,.12);
      backdrop-filter: blur(8px);
      border-radius: 100px;
      padding: 6px 14px;
      font-size: 12px;
      color: var(--muted);
      margin-bottom: 24px;
    }
    .live-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--green);
      animation: pulse-green 2s ease-in-out infinite;
      flex-shrink: 0;
    }
    @keyframes pulse-green {
      0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(151,196,89,.5); }
      50% { opacity: .7; box-shadow: 0 0 0 5px rgba(151,196,89,0); }
    }
    .hero-title {
      font-size: clamp(36px, 8vw, 64px);
      margin-bottom: 16px;
    }
    .hero-sub {
      font-size: 15px;
      color: var(--muted);
      margin-bottom: 36px;
      max-width: 380px;
      margin-left: auto;
      margin-right: auto;
    }
    .hero-cta-row {
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap;
    }
    .btn-hero {
      background: var(--gold);
      color: #0A0A0A;
      font-size: 15px;
      font-weight: 600;
      padding: 14px 32px;
      border-radius: 100px;
      transition: opacity .2s, transform .2s;
    }
    .btn-hero:hover { opacity: .85; transform: translateY(-1px); }
    .btn-hero-ghost {
      background: rgba(255,255,255,.07);
      border: .5px solid rgba(255,255,255,.15);
      backdrop-filter: blur(6px);
      color: var(--text);
      font-size: 15px;
      font-weight: 500;
      padding: 14px 28px;
      border-radius: 100px;
      transition: background .2s;
    }
    .btn-hero-ghost:hover { background: rgba(255,255,255,.12); }
    .hero-scroll-hint {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
      color: var(--dim);
      font-size: 11px;
      animation: bounce 2s ease-in-out infinite;
    }
    @keyframes bounce {
      0%, 100% { transform: translateX(-50%) translateY(0); }
      50% { transform: translateX(-50%) translateY(-5px); }
    }

    /* ── Sections ── */
    section { padding: 72px 0; }
    .container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
    .section-header { margin-bottom: 40px; }
    .section-title { font-size: clamp(26px, 4vw, 38px); }

    /* ── Stories ── */
    #stories { padding: 48px 0; }
    .stories-track {
      display: flex;
      gap: 12px;
      overflow-x: auto;
      padding: 0 24px 16px;
      scroll-snap-type: x mandatory;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .stories-track::-webkit-scrollbar { display: none; }
    .story-card {
      flex-shrink: 0;
      width: 100px;
      scroll-snap-align: start;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
    }
    .story-ring {
      width: 76px;
      height: 76px;
      border-radius: 50%;
      padding: 2.5px;
      background: linear-gradient(135deg, var(--gold) 0%, #8B6914 100%);
    }
    .story-ring.seen { background: var(--surface3); }
    .story-inner {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      overflow: hidden;
      background: var(--surface2);
      border: 2px solid var(--bg);
    }
    .story-inner img { width: 100%; height: 100%; object-fit: cover; }
    .story-name {
      font-size: 11px;
      color: var(--muted);
      text-align: center;
      line-height: 1.3;
      max-width: 90px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    /* ── Story viewer ── */
    #story-viewer {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 200;
      background: #000;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    #story-viewer.open { display: flex; }
    .story-progress-bar {
      position: absolute;
      top: 16px;
      left: 16px;
      right: 16px;
      display: flex;
      gap: 4px;
    }
    .story-seg {
      flex: 1;
      height: 2px;
      background: rgba(255,255,255,.25);
      border-radius: 2px;
      overflow: hidden;
    }
    .story-seg-fill {
      height: 100%;
      background: #fff;
      width: 0%;
      transition: width linear;
    }
    .story-seg.done .story-seg-fill { width: 100%; transition: none; }
    .story-img {
      max-width: 480px;
      width: 100%;
      height: 100%;
      max-height: 100vh;
      object-fit: contain;
    }
    .story-caption {
      position: absolute;
      bottom: 32px;
      left: 24px;
      right: 24px;
      text-align: center;
      font-size: 13px;
      color: rgba(255,255,255,.8);
    }
    .story-close {
      position: absolute;
      top: 40px;
      right: 20px;
      color: #fff;
      font-size: 28px;
      z-index: 5;
      background: rgba(0,0,0,.4);
      border-radius: 50%;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
    }

    /* ── Live status ── */
    #live-status { background: var(--surface); }
    .status-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
      gap: 16px;
    }

    /* Card base */
    .status-card {
      background: var(--surface2);
      border: 1px solid rgba(255,255,255,.06);
      border-radius: 8px;
      padding: 24px 20px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0;
      cursor: pointer;
      transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
      position: relative;
      overflow: hidden;
      text-align: center;
    }
    .status-card:hover { transform: translateY(-4px); }

    /* Card disponível: borda + glow dourado */
    .status-card.available {
      border-color: rgba(212,175,55,.35);
      box-shadow: 0 0 0 0 rgba(212,175,55,0);
      animation: card-breathe 3s ease-in-out infinite;
    }
    @keyframes card-breathe {
      0%, 100% { box-shadow: 0 4px 24px rgba(212,175,55,.08); }
      50%       { box-shadow: 0 4px 32px rgba(212,175,55,.22); }
    }
    .status-card.available:hover { box-shadow: 0 8px 40px rgba(212,175,55,.3); }

    /* Card ocupado: sem glow */
    .status-card.busy { border-color: rgba(255,255,255,.06); opacity: .72; }

    /* Avatar wrapper com anel animado */
    .status-avatar-wrap {
      position: relative;
      width: 80px;
      height: 80px;
      margin-bottom: 16px;
      flex-shrink: 0;
    }
    .status-avatar {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      background: var(--surface3);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Playfair Display', serif;
      font-size: 28px;
      color: var(--gold);
      overflow: hidden;
      position: relative;
      z-index: 1;
    }

    /* Anel dourado pulsante — só nos disponíveis */
    .status-avatar-wrap::before,
    .status-avatar-wrap::after {
      content: '';
      position: absolute;
      inset: -4px;
      border-radius: 50%;
      opacity: 0;
    }
    .status-card.available .status-avatar-wrap::before {
      border: 1.5px solid var(--gold);
      opacity: 1;
    }
    .status-card.available .status-avatar-wrap::after {
      border: 1.5px solid var(--gold);
      animation: ring-pulse 2.4s ease-out infinite;
    }
    @keyframes ring-pulse {
      0%   { inset: -4px; opacity: .7; }
      100% { inset: -18px; opacity: 0; }
    }

    /* Indicador de status (bolinha no canto do avatar) */
    .status-dot-corner {
      position: absolute;
      bottom: 3px;
      right: 3px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: 2px solid var(--surface2);
      z-index: 2;
    }
    .status-dot-corner.green { background: var(--green); }
    .status-dot-corner.red   { background: var(--red); }

    .status-info { width: 100%; }
    .status-name { font-size: 14px; font-weight: 600; margin-bottom: 6px; }
    .status-badge {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 11px;
      padding: 3px 10px;
      border-radius: 100px;
    }
    .status-badge.available {
      color: var(--green);
      background: var(--green-dim);
    }
    .status-badge.busy {
      color: var(--muted);
      background: rgba(255,255,255,.05);
    }
    .status-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
    }
    .dot-green { background: var(--green); animation: pulse-green 2s ease-in-out infinite; }
    .dot-red   { background: var(--red); }

    /* Próximo horário (ocupados) */
    .status-next {
      font-size: 10px;
      color: var(--dim);
      margin-top: 6px;
      letter-spacing: .02em;
    }

    /* Faixa "AGENDAR" aparece no hover do disponível */
    .status-cta {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      background: linear-gradient(to top, rgba(212,175,55,.18) 0%, transparent 100%);
      padding: 10px 0 12px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .1em;
      color: var(--gold);
      text-transform: uppercase;
      opacity: 0;
      transition: opacity .2s;
    }
    .status-card.available:hover .status-cta { opacity: 1; }

    /* ── Client history ── */
    #client-section { padding: 48px 0; }
    .history-card {
      background: var(--surface);
      border: .5px solid var(--gold-border);
      border-radius: 20px;
      padding: 24px;
      max-width: 480px;
      margin: 0 auto;
    }
    .client-greeting {
      font-size: 12px;
      color: var(--muted);
      margin-bottom: 2px;
      text-transform: uppercase;
      letter-spacing: .06em;
    }
    .client-name-big { font-size: 22px; font-weight: 600; }
    .appt-history {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-bottom: 4px;
    }
    .appt-row {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 10px 12px;
      background: var(--surface2);
      border-radius: 10px;
    }
    .appt-thumb {
      width: 36px;
      height: 36px;
      border-radius: 8px;
      flex-shrink: 0;
      object-fit: cover;
      background: var(--surface3);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--dim);
      font-size: 15px;
      overflow: hidden;
    }
    .appt-detail { flex: 1; min-width: 0; }
    .appt-service { font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .appt-meta { font-size: 11px; color: var(--dim); margin-top: 1px; }
    .appt-price { font-size: 12px; font-weight: 600; color: var(--gold); flex-shrink: 0; }

    /* Estado A (novo cliente) */
    .recognition-card {
      background: var(--surface);
      border: .5px solid rgba(255,255,255,.07);
      border-radius: 20px;
      padding: 36px 28px;
      text-align: center;
      max-width: 400px;
      margin: 0 auto;
    }
    .recognition-icon {
      width: 52px;
      height: 52px;
      background: var(--gold-dim);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 16px;
      font-size: 22px;
    }
    #hero.has-cover #hero-cover { background:linear-gradient(to bottom,rgba(7,8,10,.3) 0%,rgba(7,8,10,.66) 62%,var(--bg) 100%); }
    #hero.has-cover .hero-title,#hero.has-cover .hero-sub { color:#fff; text-shadow:0 2px 18px rgba(0,0,0,.48); }
    .recognition-actions { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
    .recognition-actions .btn-gold,
    .recognition-actions .btn-outline { padding: 12px 22px; font-size: 14px; border-radius: 100px; }

    /* ── Histórico do cliente ── */
    #history-overlay {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 180;
      background: rgba(0,0,0,.72);
      backdrop-filter: blur(6px);
    }
    #history-overlay.open { display: block; }
    #history-modal {
      position: fixed;
      z-index: 190;
      top: 50%;
      left: 50%;
      width: min(620px, calc(100vw - 32px));
      max-height: min(780px, calc(100vh - 32px));
      transform: translate(-50%, -46%) scale(.98);
      opacity: 0;
      pointer-events: none;
      display: flex;
      flex-direction: column;
      background: #100E0B;
      border: .5px solid var(--gold-border);
      border-radius: 18px;
      box-shadow: 0 24px 80px rgba(0,0,0,.55);
      transition: opacity .2s ease, transform .25s ease;
      overflow: hidden;
    }
    #history-modal.open { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%) scale(1); }
    .history-modal-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      padding: 22px 24px;
      border-bottom: .5px solid rgba(255,255,255,.08);
    }
    .history-modal-header .eyebrow { margin-bottom: 5px; }
    .history-modal-header h2 { font-size: 21px; }
    .history-modal-body { padding: 24px; overflow-y: auto; }
    .history-intro { text-align: center; max-width: 430px; margin: 0 auto 24px; }
    .history-shield {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      margin: 0 auto 14px;
      border-radius: 50%;
      background: var(--gold-dim);
      color: var(--gold);
    }
    .history-intro h3 { font-size: 18px; margin-bottom: 7px; }
    .history-intro p { font-size: 13px; line-height: 1.6; color: var(--muted); }
    .history-form { max-width: 430px; margin: 0 auto; }
    .history-form label { display: block; font-size: 12px; font-weight: 600; margin-bottom: 7px; }
    .history-form .btn-next { width: 100%; margin-top: 8px; }
    .history-field-hint, .history-privacy { font-size: 11px; color: var(--dim); margin-top: 7px; }
    .history-privacy { max-width: 430px; text-align: center; line-height: 1.5; margin: 18px auto 0; }
    .history-error { min-height: 18px; margin-top: 8px; color: var(--red); font-size: 12px; }
    .history-results-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 24px; }
    .history-results-head div { display: flex; flex-direction: column; }
    .history-results-head strong { font-size: 22px; color: var(--gold); }
    .history-results-head span { font-size: 11px; color: var(--dim); }
    .history-results-head button { font-size: 12px; color: var(--muted); text-decoration: underline; }
    .history-group { margin-bottom: 24px; }
    .history-group > h3 { margin-bottom: 10px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
    .history-appt-card { display: flex; gap: 14px; padding: 15px; margin-bottom: 9px; background: var(--surface2); border: .5px solid rgba(255,255,255,.07); border-radius: 12px; }
    .history-date { width: 45px; flex: 0 0 45px; padding-right: 13px; border-right: .5px solid rgba(255,255,255,.09); text-align: center; }
    .history-date strong { display: block; font-size: 23px; line-height: 1.1; }
    .history-date span { color: var(--dim); font-size: 10px; text-transform: uppercase; }
    .history-appt-info { flex: 1; min-width: 0; }
    .history-appt-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
    .history-appt-top h4 { font-size: 14px; line-height: 1.3; }
    .history-appt-info p { margin-top: 3px; color: var(--dim); font-size: 11px; }
    .history-price { display: block; margin-top: 7px; color: var(--gold); font-size: 12px; }
    .history-status { flex: 0 0 auto; padding: 3px 8px; border-radius: 100px; font-size: 10px; font-weight: 700; }
    .history-status.pending { color: #E6B94B; background: rgba(230,185,75,.12); }
    .history-status.confirmed { color: #7DD3FC; background: rgba(125,211,252,.11); }
    .history-status.completed { color: var(--green); background: var(--green-dim); }
    .history-status.cancelled { color: #FCA5A5; background: rgba(252,165,165,.1); }
    .history-bottom-cta { padding: 18px; text-align: center; background: var(--gold-dim); border: .5px solid var(--gold-border); border-radius: 12px; }
    .history-bottom-cta p { margin-bottom: 12px; font-size: 13px; font-weight: 600; }
    .history-bottom-cta .btn-next { width: 100%; }

    @media (max-width: 640px) {
      .nav-history-btn { width: 42px; height: 42px; min-height: 42px; padding: 0; justify-content: center; }
      .nav-history-btn span { display: none; }
      #history-modal { inset: 0; top: auto; left: 0; width: 100%; max-height: 94vh; border-radius: 16px 16px 0 0; transform: translateY(100%); }
      #history-modal.open { transform: translateY(0); }
      .history-modal-body { padding: 20px; }
      .history-appt-top { flex-direction: column; }
    }

    /* ── Barbers grid ── */
    #barbers { background: var(--surface); }
    .barbers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 20px;
    }
    .barber-card {
      background: var(--surface2);
      border: .5px solid rgba(255,255,255,.06);
      border-radius: 20px;
      overflow: hidden;
      cursor: pointer;
      transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
    }
    .barber-card:hover { border-color: var(--gold-border); transform: translateY(-3px); box-shadow: 0 10px 32px var(--gold-dim); }
    .barber-card:active { transform:scale(.985); }
    .barber-media { position:relative; overflow:hidden; }
    .barber-card .barber-photo { transition:transform .35s cubic-bezier(.2,.8,.2,1),filter .35s; }
    .barber-card:hover .barber-photo { transform:scale(1.035); filter:saturate(1.06); }
    .barber-photo {
      width: 100%;
      aspect-ratio: 4 / 5;
      object-fit: cover;
      background: var(--surface3);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Playfair Display', serif;
      font-size: 48px;
      color: var(--gold);
    }
    .barber-info { padding: 16px; }
    .barber-name { font-size: 15px; font-weight: 600; margin-bottom: 4px; }
    .barber-bio { font-size: 12px; color: var(--muted); line-height: 1.5; }
    .barber-cta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 14px;
      padding-top: 12px;
      border-top: .5px solid rgba(255,255,255,.06);
    }
    .barber-cta-text { font-size: 12px; color: var(--gold); font-weight: 500; }

    /* ── Services list ── */
    #services { overflow:hidden; }
    .services-heading { display:flex; align-items:end; justify-content:space-between; gap:28px; margin-bottom:22px; }
    .services-heading > p { max-width:390px; color:var(--muted); font-size:13px; line-height:1.65; }
    .service-categories { display:flex; gap:8px; margin:0 0 22px; padding-bottom:2px; overflow-x:auto; scrollbar-width:none; scroll-snap-type:x proximity; }
    .service-categories::-webkit-scrollbar { display:none; }
    .service-category-btn { flex:0 0 auto; min-height:36px; padding:0 14px; border:1px solid rgba(255,255,255,.09); border-radius:6px; background:var(--surface); color:var(--muted); font-size:11px; font-weight:700; scroll-snap-align:start; transition:background .2s,border-color .2s,color .2s,transform .2s; }
    .service-category-btn:hover { border-color:var(--gold-border); color:var(--text); }
    .service-category-btn:active { transform:scale(.97); }
    .service-category-btn.active { border-color:var(--gold); background:var(--gold); color:#0a0a0a; box-shadow:0 8px 24px var(--gold-dim); }
    .services-list {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
      gap: 12px;
    }
    .service-row {
      position:relative;
      display:grid;
      grid-template-columns:48px minmax(0,1fr);
      min-height:168px;
      background:color-mix(in srgb,var(--surface) 94%,var(--gold) 6%);
      border:1px solid rgba(255,255,255,.07);
      border-radius: 8px;
      overflow: hidden;
      cursor: pointer;
      text-align:left;
      transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease,background .25s ease;
      padding: 0;
      animation:service-card-enter .46s var(--ease-out) both;
      animation-delay:calc(var(--service-order,0) * 55ms);
    }
    .service-row::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.055) 50%,transparent 70%); transform:translateX(-120%); transition:transform .55s ease; }
    .service-row:hover::after { transform:translateX(120%); }
    .service-row:hover { border-color:var(--gold-border); transform:translateY(-3px); box-shadow:0 16px 36px rgba(0,0,0,.18); background:color-mix(in srgb,var(--surface2) 92%,var(--gold) 8%); }
    .service-row:active { transform:scale(.985); }
    .service-row-index { display:flex; align-items:flex-start; justify-content:center; padding-top:20px; border-right:1px solid rgba(255,255,255,.06); color:var(--gold); font-size:10px; font-weight:800; font-variant-numeric:tabular-nums; }
    .service-row-content { display:flex; min-width:0; flex-direction:column; }
    .service-row-body {
      display: flex;
      align-items: flex-start;
      gap:12px;
      padding:18px 18px 12px;
      flex: 1;
    }
    .service-row-info { flex:1; min-width:0; }
    .service-row-meta { display:flex; align-items:center; gap:7px; margin-bottom:7px; }
    .service-row-category { color:var(--gold); font-size:9px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
    .service-row-name { color:var(--text); font-size:15px; font-weight:700; line-height:1.35; }
    .service-row-desc { display:-webkit-box; margin-top:5px; overflow:hidden; color:var(--muted); font-size:11px; line-height:1.5; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
    .service-row-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap:12px;
      margin-top:auto;
      padding:11px 14px 13px 18px;
      border-top:1px solid rgba(255,255,255,.05);
    }
    .service-row-dur { display:inline-flex; align-items:center; gap:5px; color:var(--dim); font-size:10px; font-weight:600; }
    .service-row-dur svg { width:13px; height:13px; }
    .service-row-price-wrap { display:flex; align-items:center; gap:10px; }
    .service-row-price { color:var(--gold); font-size:16px; font-weight:800; }
    .service-row-arrow { display:grid; width:28px; height:28px; place-items:center; border:1px solid var(--gold-border); border-radius:50%; color:var(--gold); transition:background .2s,color .2s,transform .2s; }
    .service-row-arrow svg { width:13px; height:13px; }
    .service-row:hover .service-row-arrow { transform:translateX(2px); background:var(--gold); color:#0a0a0a; }
    .service-row-img {
      width:64px;
      height:64px;
      border-radius:6px;
      object-fit: cover;
      flex-shrink: 0;
    }
    @keyframes service-card-enter { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:translateY(0); } }

    /* ── Reviews ── */
    #reviews-section { display: none; padding: 72px 0; }
    .reviews-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 16px;
    }
    .review-card {
      background: var(--surface2);
      border: .5px solid var(--gold-border);
      border-radius: 16px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .review-stars { color: var(--gold); font-size: 15px; letter-spacing: 1px; }
    .review-comment {
      font-size: 13px;
      color: var(--muted);
      line-height: 1.6;
      font-style: italic;
    }
    .review-author { display: flex; align-items: center; gap: 10px; margin-top: 4px; }
    .review-avatar {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: var(--gold-dim);
      border: .5px solid var(--gold-border);
      color: var(--gold);
      font-size: 13px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .review-name { font-size: 13px; font-weight: 600; display: block; }
    .review-ago { font-size: 11px; color: var(--dim); display: block; margin-top: 1px; }

    /* ── CTA section ── */
    #cta-section {
      background: var(--surface);
      border-top: .5px solid var(--gold-border);
      text-align: center;
      padding: 80px 24px;
    }
    .cta-title { font-size: clamp(28px, 5vw, 48px); margin-bottom: 16px; }
    .cta-sub { font-size: 15px; color: var(--muted); margin-bottom: 36px; }

    /* ── Footer ── */
    footer {
      background: var(--surface);
      border-top: .5px solid rgba(255,255,255,.06);
      padding: 40px 24px;
    }
    .footer-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
      text-align: center;
    }
    .footer-name { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
    .footer-meta { font-size: 13px; color: var(--dim); }
    .footer-links { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }
    .footer-link { font-size: 13px; color: var(--dim); transition: color .2s; }
    .footer-link:hover { color: var(--gold); }
    .footer-copy { font-size: 11px; color: var(--dim); margin-top: 16px; }

    /* ── Booking Drawer ── */
    #drawer-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,.6);
      backdrop-filter: blur(4px);
      z-index: 150;
    }
    #drawer-overlay.open { display: block; }
    #drawer {
      position: fixed;
      top: 0;
      right: -100%;
      width: min(480px, 100vw);
      height: 100%;
      background: #0F0C08;
      border-left: .5px solid var(--gold-border);
      z-index: 160;
      transition: right .35s cubic-bezier(.4,0,.2,1);
      display: flex;
      flex-direction: column;
    }
    #drawer.open { right: 0; }
    .drawer-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 24px;
      border-bottom: .5px solid rgba(255,255,255,.07);
      flex-shrink: 0;
    }
    .drawer-title { font-size: 16px; font-weight: 600; }
    .drawer-close {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: var(--surface2);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: var(--muted);
      transition: background .2s;
    }
    .drawer-close:hover { background: var(--surface3); }
    .drawer-progress {
      display: flex;
      align-items: center;
      gap: 0;
      padding: 14px 24px 0;
      flex-shrink: 0;
    }
    .dp-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1;
    }
    .dp-circle {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      font-size: 11px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background .2s, color .2s;
    }
    .dp-circle.done { background: var(--gold); color: #0A0A0A; }
    .dp-circle.active { background: var(--surface3); color: var(--gold); border: 1px solid var(--gold-border); }
    .dp-circle.idle { background: var(--surface2); color: var(--dim); }
    .dp-label { font-size: 10px; color: var(--dim); margin-top: 5px; letter-spacing: .03em; }
    .dp-label.active { color: var(--muted); }
    .dp-line {
      flex: 1;
      height: .5px;
      background: rgba(255,255,255,.1);
      margin-bottom: 22px;
      transition: background .2s;
    }
    .dp-line.done { background: var(--gold); }
    .drawer-body {
      flex: 1;
      overflow-y: auto;
      padding: 20px 24px 24px;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .drawer-body::-webkit-scrollbar { display: none; }
    .drawer-footer {
      padding: 16px 24px;
      border-top: .5px solid rgba(255,255,255,.07);
      display: flex;
      gap: 10px;
      flex-shrink: 0;
    }
    .btn-back {
      background: var(--surface2);
      color: var(--muted);
      font-size: 14px;
      font-weight: 500;
      padding: 12px 20px;
      border-radius: 100px;
      transition: background .2s;
    }
    .btn-back:hover { background: var(--surface3); }
    .btn-next {
      flex: 1;
      background: var(--gold);
      color: #0A0A0A;
      font-size: 14px;
      font-weight: 700;
      padding: 13px;
      border-radius: 100px;
      transition: opacity .2s;
    }
    .btn-next:disabled { opacity: .35; cursor: not-allowed; }
    .btn-next:not(:disabled):hover { opacity: .85; }

    .hero-quick-booking {
      width: min(680px, 100%);
      margin: 24px auto 0;
      padding: 14px;
      border: 1px solid var(--gold-border);
      background: color-mix(in srgb, var(--surface) 82%, transparent);
      backdrop-filter: blur(18px);
      border-radius: 8px;
      text-align: left;
    }

    /* ── Store ── */
    #store-section { background:var(--surface); }
    .store-heading { display:flex; align-items:end; justify-content:space-between; gap:24px; }
    .store-heading > p { max-width:380px; color:var(--muted); font-size:13px; }
    .store-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(210px,1fr)); gap:14px; }
    .product-card { position:relative; display:flex; flex-direction:column; min-width:0; overflow:hidden; border:1px solid rgba(255,255,255,.07); border-radius:8px; background:var(--surface2); transition:transform .2s,border-color .2s,box-shadow .2s; }
    .product-card:hover { transform:translateY(-3px); border-color:var(--gold-border); box-shadow:0 16px 36px rgba(0,0,0,.2); }
    .product-card.selected { border-color:var(--gold); box-shadow:0 0 0 1px var(--gold); }
    .product-photo { width:100%; aspect-ratio:4/3; object-fit:cover; background:var(--surface3); }
    .product-photo-fallback { display:grid; place-items:center; color:var(--gold); font-size:32px; }
    .product-copy { display:flex; flex:1; flex-direction:column; padding:14px; }
    .product-category { color:var(--gold); font-size:9px; font-weight:700; text-transform:uppercase; }
    .product-name { margin-top:4px; color:var(--text); font-size:14px; font-weight:700; }
    .product-description { margin-top:5px; color:var(--muted); font-size:11px; line-height:1.45; }
    .product-bottom { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:auto; padding-top:14px; }
    .product-price { color:var(--text); font-size:15px; font-weight:700; }
    .product-add { min-height:34px; padding:0 11px; border-radius:6px; background:var(--gold); color:#0a0a0a; font-size:11px; font-weight:800; }
    .product-card.selected .product-add { background:var(--green); }
    .store-basket { position:fixed; right:18px; bottom:18px; z-index:90; min-height:46px; padding:0 16px; border-radius:8px; background:var(--gold); color:#0a0a0a; font-size:12px; font-weight:800; box-shadow:0 14px 34px rgba(0,0,0,.28); animation:premium-rise .25s both; }
    .booking-products { margin:16px 0; padding:14px; border:1px solid var(--gold-border); border-radius:8px; background:var(--gold-dim); }
    .booking-products-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:10px; }
    .booking-products-head strong { font-size:13px; }
    .booking-products-head span { color:var(--gold); font-size:12px; font-weight:700; }
    .booking-product-list { display:grid; gap:7px; }
    .booking-product-option { display:grid; grid-template-columns:36px 1fr auto; align-items:center; gap:9px; padding:7px; border:1px solid transparent; border-radius:6px; background:var(--surface2); text-align:left; }
    .booking-product-option.selected { border-color:var(--gold); }
    .booking-product-option img,.booking-product-option .mini-fallback { width:36px; height:36px; border-radius:5px; object-fit:cover; background:var(--surface3); }
    .booking-product-option .mini-fallback { display:grid; place-items:center; color:var(--gold); }
    .booking-product-option span { overflow:hidden; color:var(--text); font-size:11px; font-weight:600; text-overflow:ellipsis; white-space:nowrap; }
    .booking-product-option strong { color:var(--gold); font-size:11px; }
    .hero-quick-booking > p { color: var(--muted); font-size: 12px; font-weight: 600; margin-bottom: 10px; }
    .hero-quick-booking > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
    .hero-quick-booking button { display:flex; align-items:center; justify-content:space-between; gap:12px; min-height:44px; padding:10px 12px; color:var(--text); background:var(--surface2); border:1px solid transparent; border-radius:6px; text-align:left; transition:border-color .18s,background .18s,transform .18s; }
    .hero-quick-booking button:hover { border-color:var(--gold); background:var(--gold-dim); transform:translateY(-1px); }
    .hero-quick-booking button span { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:13px; font-weight:600; }
    .hero-quick-booking button strong { flex:none; color:var(--gold); font-size:12px; }

    .booking-context { display:grid; grid-template-columns:repeat(auto-fit,minmax(110px,1fr)); gap:7px; margin-bottom:16px; }
    .booking-context button { min-width:0; padding:9px 10px; border:1px solid var(--gold-border); border-radius:6px; background:var(--gold-dim); text-align:left; }
    .booking-context span,.booking-context strong { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
    .booking-context span { color:var(--dim); font-size:9px; text-transform:uppercase; }
    .booking-context strong { color:var(--text); font-size:11px; margin-top:2px; }
    .booking-empty-state { display:grid; justify-items:center; gap:8px; text-align:center; padding:36px 20px; border:1px solid var(--border); border-radius:8px; background:var(--surface2); }
    .booking-empty-state strong { font-size:15px; color:var(--text); }
    .booking-empty-state span { max-width:320px; font-size:13px; line-height:1.5; color:var(--dim); }
    .booking-empty-state button { margin-top:8px; padding:10px 14px; border:1px solid var(--gold); border-radius:6px; color:var(--gold); font-size:13px; font-weight:600; }
    body.booking-compact #perks,
    body.booking-compact #live-status,
    body.booking-compact #stories,
    body.booking-compact #client-section,
    body.booking-compact #reviews-section,
    body.booking-compact #faq-section,
    body.booking-compact #cta-section { display:none !important; }

    /* ── LGPD Modal ── */
    #lgpd-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,.6);
      backdrop-filter: blur(4px);
      z-index: 250;
    }
    #lgpd-overlay.open { display: block; }
    #lgpd-modal {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%) scale(.96);
      width: min(420px, 92vw);
      max-height: 85vh;
      overflow-y: auto;
      background: #0F0C08;
      border: .5px solid var(--gold-border);
      border-radius: 18px;
      z-index: 260;
      opacity: 0;
      transition: opacity .2s ease, transform .2s ease;
    }
    #lgpd-modal.open { display: block; opacity: 1; transform: translate(-50%,-50%) scale(1); }
    .lgpd-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 24px;
      border-bottom: .5px solid rgba(255,255,255,.07);
    }
    .lgpd-body { padding: 20px 24px 24px; }
    .lgpd-body p.sub { font-size: 13px; color: var(--muted); margin-bottom: 16px; line-height: 1.5; }

    /* Drawer step content */
    .step-section-title {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--dim);
      margin-bottom: 12px;
      margin-top: 20px;
    }
    .step-section-title:first-child { margin-top: 0; }
    /* Service option */
    .svc-option {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 16px;
      background: var(--surface2);
      border: 1px solid transparent;
      border-radius: 14px;
      margin-bottom: 10px;
      cursor: pointer;
      transition: border-color .2s, background .2s;
      text-align: left;
      width: 100%;
    }
    .svc-option.selected { border-color: var(--gold); background: var(--gold-dim); }
    .svc-option:hover:not(.selected) { border-color: var(--gold-border); }
    .svc-check {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1.5px solid var(--surface3);
      flex-shrink: 0;
      margin-top: 1px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .2s;
    }
    .svc-option.selected .svc-check { border-color: var(--gold); background: var(--gold); }
    .svc-check-icon { display: none; font-size: 11px; color: #0A0A0A; font-weight: 900; }
    .svc-option.selected .svc-check-icon { display: block; }
    .svc-info { flex: 1; }
    .svc-name { font-size: 14px; font-weight: 600; }
    .svc-desc { font-size: 12px; color: var(--dim); margin-top: 3px; }
    .svc-meta { display: flex; align-items: center; gap: 10px; margin-top: 6px; }
    .svc-dur { font-size: 11px; color: var(--dim); }
    .svc-price { font-size: 14px; font-weight: 700; color: var(--gold); }
    /* Pro option */
    .pro-option {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 14px 16px;
      background: var(--surface2);
      border: 1px solid transparent;
      border-radius: 14px;
      margin-bottom: 10px;
      cursor: pointer;
      transition: border-color .2s;
      text-align: left;
      width: 100%;
    }
    .pro-option.selected { border-color: var(--gold); background: var(--gold-dim); }
    .pro-option:hover:not(.selected) { border-color: var(--gold-border); }
    .pro-avatar {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      flex-shrink: 0;
      object-fit: cover;
      background: var(--surface3);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Playfair Display', serif;
      font-size: 17px;
      color: var(--gold);
      overflow: hidden;
    }
    /* Calendar */
    .cal-days-row {
      display: flex;
      gap: 8px;
      overflow-x: auto;
      padding-bottom: 8px;
      margin-bottom: 20px;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .cal-days-row::-webkit-scrollbar { display: none; }
    .cal-day {
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 10px 14px;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,.08);
      background: var(--surface2);
      cursor: pointer;
      transition: border-color .2s, background .2s;
      min-width: 52px;
    }
    .cal-day.selected { border-color: var(--gold); background: var(--gold-dim); }
    .cal-day:hover:not(.selected) { border-color: var(--gold-border); }
    .cal-day-name { font-size: 10px; color: var(--dim); font-weight: 500; text-transform: uppercase; letter-spacing: .05em; }
    .cal-day-num { font-size: 20px; font-weight: 700; color: var(--text); margin: 2px 0; }
    .cal-day.selected .cal-day-num { color: var(--gold); }
    .cal-day-mon { font-size: 10px; color: var(--dim); }
    .slots-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 8px;
    }
    .slot-btn {
      padding: 11px 4px;
      border-radius: 10px;
      font-size: 13px;
      font-weight: 500;
      background: var(--surface2);
      border: 1px solid rgba(255,255,255,.08);
      color: var(--muted);
      cursor: pointer;
      transition: border-color .2s, background .2s, color .2s;
    }
    .slot-btn.selected { background: var(--gold-dim); border-color: var(--gold); color: var(--gold); font-weight: 700; }
    .slot-btn:hover:not(.selected) { border-color: var(--gold-border); color: var(--text); }
    /* Confirmation summary */
    .confirm-summary {
      background: var(--surface2);
      border: .5px solid var(--gold-border);
      border-radius: 16px;
      padding: 20px;
      margin-bottom: 20px;
    }
    .confirm-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 8px 0;
      border-bottom: .5px solid rgba(255,255,255,.05);
    }
    .confirm-row:last-child { border-bottom: none; padding-bottom: 0; }
    .confirm-label { font-size: 12px; color: var(--dim); }
    .confirm-val { font-size: 13px; font-weight: 600; text-align: right; }
    .confirm-val.gold { color: var(--gold); }
    /* Input */
    .field-label { font-size: 12px; color: var(--muted); margin-bottom: 6px; font-weight: 500; }
    .field-input {
      width: 100%;
      background: var(--surface2);
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 10px;
      padding: 12px 14px;
      color: var(--text);
      font-size: 14px;
      font-family: 'Inter', sans-serif;
      outline: none;
      transition: border-color .2s;
    }
    .field-input::placeholder { color: var(--dim); }
    .field-input:focus { border-color: var(--gold-border); }
    .field-group { margin-bottom: 16px; }

    /* ── Success state in drawer ── */
    .success-state {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 32px 0;
    }
    .success-ring {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background: var(--green-dim);
      border: 1.5px solid var(--green);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 32px;
      margin-bottom: 20px;
    }
    .success-title { font-size: 22px; font-weight: 700; margin-bottom: 8px; }
    .success-sub { font-size: 14px; color: var(--muted); margin-bottom: 24px; }

    /* ── Toast ── */
    #toast-container {
      position: fixed;
      bottom: 24px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 300;
      display: flex;
      flex-direction: column;
      gap: 8px;
      align-items: center;
      pointer-events: none;
      width: 100%;
      max-width: 480px;
      padding: 0 16px;
    }
    .toast {
      background: var(--surface2);
      border: .5px solid rgba(255,255,255,.15);
      border-radius: 100px;
      padding: 10px 20px;
      font-size: 13px;
      color: var(--text);
      animation: toast-in .3s ease-out;
      pointer-events: auto;
      white-space: normal;
      text-align: center;
      max-width: 100%;
    }
    .toast.gold { border-color: var(--gold-border); background: var(--gold-dim); color: var(--gold); }
    .toast.error { border-color: rgba(224,92,92,.4); color: var(--red); }
    @keyframes toast-in {
      from { opacity: 0; transform: translateY(12px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* ── Scroll reveal ── */
    .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    /* ── Loading skeleton ── */
    .skeleton {
      background: linear-gradient(90deg, var(--surface2) 25%, var(--surface3) 50%, var(--surface2) 75%);
      background-size: 200% 100%;
      animation: shimmer 1.5s infinite;
      border-radius: 8px;
    }
    @keyframes shimmer {
      0% { background-position: 200% 0; }
      100% { background-position: -200% 0; }
    }

    /* ── Hero social proof ── */
    .hero-social-proof {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-bottom: 28px;
    }
    .social-stars {
      color: var(--gold);
      font-size: 15px;
      letter-spacing: 2px;
    }
    .social-count {
      font-size: 13px;
      color: var(--muted);
    }

    /* ── Hero trust strip ── */
    .hero-trust-strip {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-top: 20px;
    }
    .trust-item {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 12px;
      color: var(--dim);
    }
    .trust-item svg { flex-shrink: 0; opacity: .7; }

    /* ── Perks / Diferenciais ── */
    .perks-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 16px;
    }
    .perk-card {
      background: var(--surface2);
      border: .5px solid rgba(255,255,255,.06);
      border-radius: 16px;
      padding: 28px 22px;
      text-align: center;
      transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
    }
    .perk-card:hover {
      border-color: var(--gold-border);
      transform: translateY(-3px);
      box-shadow: 0 10px 30px var(--gold-dim);
    }
    .perk-icon {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: var(--gold-dim);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 14px;
      font-size: 20px;
    }
    .perk-title { font-size: 14px; font-weight: 600; margin-bottom: 6px; }
    .perk-desc { font-size: 12px; color: var(--muted); line-height: 1.5; }

    /* ── FAQ ── */
    #faq-section { background: var(--surface); }
    .faq-list {
      max-width: 640px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .faq-item {
      background: var(--surface2);
      border: .5px solid rgba(255,255,255,.06);
      border-radius: 14px;
      overflow: hidden;
      transition: border-color .2s;
    }
    .faq-item.open { border-color: var(--gold-border); }
    .faq-question {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 16px 18px;
      font-size: 14px;
      font-weight: 600;
      color: var(--text);
      text-align: left;
    }
    .faq-chevron { color: var(--gold); transition: transform .25s ease; flex-shrink: 0; font-size: 16px; }
    .faq-item.open .faq-chevron { transform: rotate(180deg); }
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height .25s ease;
      padding: 0 18px;
    }
    .faq-item.open .faq-answer { max-height: 240px; }
    .faq-answer p { font-size: 13px; color: var(--muted); line-height: 1.6; padding-bottom: 16px; }

    /* ── Stagger no reveal de grids ── */
    .reveal.stagger > * { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
    .reveal.stagger.visible > * { opacity: 1; transform: translateY(0); }
    .reveal.stagger > *:nth-child(1) { transition-delay: .02s; }
    .reveal.stagger > *:nth-child(2) { transition-delay: .08s; }
    .reveal.stagger > *:nth-child(3) { transition-delay: .14s; }
    .reveal.stagger > *:nth-child(4) { transition-delay: .2s; }
    .reveal.stagger > *:nth-child(5) { transition-delay: .26s; }
    .reveal.stagger > *:nth-child(6) { transition-delay: .32s; }
    .reveal.stagger > *:nth-child(n+7) { transition-delay: .38s; }

    /* ── CTA fixa mobile ── */
    .sticky-cta-mobile {
      display: none;
      position: fixed;
      bottom: 14px; left: 14px;
      z-index: 110;
      padding:0;
      transform:translateY(90px);
      transition:transform .3s var(--ease-out),opacity .25s;
      opacity:0;
    }
    .sticky-cta-mobile .btn-hero { width:auto; min-width:142px; min-height:46px; padding:0 18px; border-radius:8px; font-size:12px; box-shadow:0 12px 32px rgba(0,0,0,.38),0 0 0 1px var(--gold-border); }
    .sticky-cta-mobile.visible { transform:translateY(0); opacity:1; }

    /* ── WhatsApp flutuante ── */
    .whatsapp-float {
      position: fixed;
      bottom: 28px;
      left: 24px;
      z-index: 120;
      width: 52px;
      height: 52px;
      background: #25D366;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      box-shadow: 0 4px 20px rgba(37,211,102,.4);
      transition: transform .2s, box-shadow .2s;
    }
    .whatsapp-float:hover {
      transform: scale(1.08);
      box-shadow: 0 6px 28px rgba(37,211,102,.55);
    }

    /* ── Responsive ── */
    @media (max-width: 640px) {
      .nav-sections { display:none; }
      .status-grid { grid-template-columns: 1fr 1fr; }
      .status-avatar-wrap { width: 64px; height: 64px; }
      .status-avatar { width: 64px; height: 64px; font-size: 22px; }
      .barbers-grid { grid-template-columns: 1fr 1fr; }
      .slots-grid { grid-template-columns: repeat(3, 1fr); }
      #drawer { width: 100vw; }
      .hero-cta-row { flex-direction: column; align-items: center; }
      .btn-hero { padding: 16px 36px; font-size: 16px; width: 100%; max-width: 320px; }
      .services-list { grid-template-columns: 1fr; }
      #services { padding-top:58px; }
      .services-heading { align-items:start; flex-direction:column; gap:8px; margin-bottom:18px; }
      .services-heading > p { max-width:32ch; }
      .service-categories { margin-inline:-18px; padding-inline:18px; margin-bottom:16px; }
      .service-row { min-height:142px; grid-template-columns:40px minmax(0,1fr); }
      .service-row-index { padding-top:17px; }
      .service-row-body { padding:15px 14px 9px; }
      .service-row-footer { padding:9px 10px 11px 14px; }
      .service-row-img { width:54px; height:54px; }
      .sticky-cta-mobile { display: block; }
      .whatsapp-float { bottom: 86px; }
    }
    @media (max-width: 480px) {
      .hero-trust-strip { gap: 12px; }
      .trust-item { font-size: 11px; }
    }
    @media (max-width: 400px) {
      .status-grid { grid-template-columns: 1fr; }
      .barbers-grid { grid-template-columns: 1fr; }
    }

    /* ── 2026 booking experience refresh ── */
    :root {
      --radius-sm: 10px;
      --radius-md: 14px;
      --radius-lg: 18px;
      --ease-out: cubic-bezier(.2,.8,.2,1);
      --shadow-soft: 0 18px 50px rgba(0,0,0,.22);
    }

    body {
      background:
        radial-gradient(circle at 12% 8%, var(--gold-dim), transparent 28rem),
        linear-gradient(180deg, var(--bg), var(--surface) 42%, var(--bg));
    }

    button:focus-visible,
    a:focus-visible,
    input:focus-visible,
    select:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 3px;
    }

    #hero {
      min-height: 92vh;
      padding-bottom: clamp(72px, 10vh, 112px);
    }

    .hero-content {
      max-width: 680px;
      animation: hero-rise .7s var(--ease-out) both;
    }

    @keyframes hero-rise {
      from { opacity: 0; transform: translateY(18px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .hero-title {
      text-wrap: balance;
    }

    .hero-sub {
      font-size: clamp(15px, 2vw, 18px);
      max-width: 520px;
    }

    .btn-hero,
    .btn-gold,
    .btn-next {
      box-shadow: 0 10px 28px var(--gold-dim);
    }

    .btn-hero:active,
    .btn-gold:active,
    .btn-next:active,
    .slot-btn:active,
    .svc-option:active,
    .pro-option:active {
      transform: translateY(1px) scale(.99);
    }

    .perks-grid,
    .services-list,
    .barbers-grid,
    .reviews-grid {
      align-items: stretch;
    }

    .perk-card,
    .service-row,
    .barber-card,
    .review-card,
    .recognition-card,
    .history-card,
    .status-card {
      border-radius: var(--radius-lg);
      box-shadow: 0 1px 0 rgba(255,255,255,.04) inset;
    }

    .service-row { border-radius: 8px; }

    .service-row,
    .barber-card,
    .status-card,
    .perk-card {
      will-change: transform;
    }

    .service-row:hover,
    .barber-card:hover,
    .status-card.available:hover,
    .perk-card:hover {
      transform: translateY(-4px);
    }

    .service-row-name,
    .barber-name,
    .status-name,
    .svc-name {
      text-wrap: balance;
    }

    .service-row-desc,
    .barber-bio,
    .svc-desc {
      overflow-wrap: anywhere;
    }

    #drawer {
      width: min(520px, 100vw);
      background:
        radial-gradient(circle at 50% 0%, var(--gold-dim), transparent 22rem),
        color-mix(in srgb, var(--surface) 86%, #000 14%);
      box-shadow: var(--shadow-soft);
    }

    .drawer-header {
      padding: 18px 22px 14px;
    }

    .drawer-title::after {
      content: " em poucos passos";
      display: block;
      color: var(--dim);
      font-size: 11px;
      font-weight: 500;
      margin-top: 2px;
    }

    .drawer-progress {
      padding: 16px 18px 6px;
    }

    .dp-circle {
      width: 30px;
      height: 30px;
    }

    .dp-circle.active {
      box-shadow: 0 0 0 5px var(--gold-dim);
    }

    .drawer-body {
      padding: 18px 22px 24px;
    }

    .drawer-footer {
      background: color-mix(in srgb, var(--surface) 88%, transparent);
      backdrop-filter: blur(12px);
      padding-bottom: max(16px, env(safe-area-inset-bottom));
    }

    .svc-option,
    .pro-option,
    .cal-day,
    .slot-btn,
    .field-input,
    .confirm-summary {
      border-radius: var(--radius-md);
    }

    .svc-option,
    .pro-option {
      min-height: 72px;
    }

    .svc-option.selected,
    .pro-option.selected,
    .cal-day.selected,
    .slot-btn.selected {
      box-shadow: 0 0 0 1px var(--gold-border), 0 14px 30px var(--gold-dim);
    }

    .slots-grid {
      grid-template-columns: repeat(auto-fit, minmax(86px, 1fr));
    }

    .slot-btn {
      min-height: 44px;
    }

    .field-input {
      min-height: 46px;
    }

    .success-ring {
      animation: success-pop .55s var(--ease-out) both;
    }

    @keyframes success-pop {
      0% { transform: scale(.72); opacity: 0; }
      70% { transform: scale(1.06); opacity: 1; }
      100% { transform: scale(1); }
    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
      }
    }

    @media (max-width: 640px) {
      #hero { min-height: 88vh; padding-inline: 18px; }
      .drawer-title::after { display: none; }
      .drawer-progress { padding-inline: 12px; }
      .dp-label { display: none; }
      .dp-line { margin-bottom: 0; }
      .drawer-body { padding-inline: 16px; }
      .drawer-footer { padding-inline: 16px; }
      .service-row-body { padding: 15px 14px 9px; }
      .service-row-img { width: 54px; height: 54px; }
      #barbers { overflow:hidden; padding-block:52px; }
      .barbers-grid {
        display:flex;
        gap:12px;
        margin-inline:-18px;
        padding:2px 18px 10px;
        overflow-x:auto;
        scroll-padding-inline:18px;
        scroll-snap-type:x mandatory;
        scrollbar-width:none;
      }
      .barbers-grid::-webkit-scrollbar { display:none; }
      .barber-card {
        display:grid;
        flex:0 0 min(82vw,310px);
        grid-template-columns:108px minmax(0,1fr);
        min-height:148px;
        border-radius:8px;
        scroll-snap-align:start;
      }
      .barber-media { min-height:148px; }
      .barber-photo {
        width:100%;
        height:100%;
        min-height:148px;
        aspect-ratio:auto;
        font-size:30px;
      }
      .barber-info { display:flex; min-width:0; flex-direction:column; padding:15px 14px; }
      .barber-name { font-size:14px; }
      .barber-bio { display:-webkit-box; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
      .barber-cta { margin-top:auto; padding-top:10px; }
      .barber-cta-text { font-size:11px; }
      .hero-quick-booking { margin-top:18px; padding:10px; }
      .hero-quick-booking > div { grid-template-columns:1fr; }
      .hero-quick-booking button:nth-child(n+4) { display:none; }
      .store-heading { align-items:start; flex-direction:column; gap:8px; }
      .store-grid { display:flex; margin-inline:-18px; padding-inline:18px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; }
      .product-card { min-width:min(76vw,260px); scroll-snap-align:start; }
    }
