@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,wght@0,400;0,500;1,400&family=Google+Sans+Display:wght@400;500&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

/* ═══ DESIGN TOKENS ═══ */
:root {
  --bg:       #F5F2EE;
  --surface:  #FFFFFF;
  --dark:     #0D0C0A;
  --dark2:    #181611;
  --mid:      #3C3830;
  --muted:    #79746C;
  --border:   rgba(0,0,0,0.08);
  --border2:  rgba(0,0,0,0.14);
  --accent:   #E85500;
  --accent-h: #FF6B1A;
  --pale:     #FFF1E8;
  --display: 'Google Sans Display', 'Google Sans', Arial, sans-serif;
  --body:     'Plus Jakarta Sans', sans-serif;
  --r:        12px;
  --r-lg:     20px;
  --r-xl:     28px;
  --px:       clamp(1.25rem, 4vw, 3.5rem);
  --max:      1200px;
  --sh:       0 2px 12px rgba(0,0,0,0.07);
  --sh-md:    0 8px 32px rgba(0,0,0,0.1);
  --sh-lg:    0 20px 60px rgba(0,0,0,0.13);
  --sh-acc:   0 8px 28px rgba(232,85,0,0.28);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--body); background: var(--bg); color: var(--dark); overflow-x: hidden; -webkit-font-smoothing: antialiased; }

/* ═══ LAYOUT ═══ */
.wrap  { max-width: var(--max); margin: 0 auto; padding: 0 var(--px); }
.sec   { padding: clamp(3.5rem,7vw,6.5rem) var(--px); }
.sec-white { background: var(--surface); }
.sec-bg    { background: var(--bg); }
.sec-dark  { background: #1A1208; }
.sec-dark2 { background: var(--dark2); }

/* ═══ TYPOGRAPHY ═══ */
.eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); display: block; margin-bottom: .6rem; }
.eyebrow-light { color: rgba(255,255,255,.35); }

.title {
  font-family: var(--display);
  font-size: clamp(2rem,4vw,3.4rem);
  font-weight: 400;
  color: var(--dark);
  letter-spacing: -.04em;
  line-height: 1.05;
}
.title em   { font-style: italic; color: var(--accent); }
.title-lg   { font-size: clamp(1.8rem,3.5vw,3rem); }
.title-sm   { font-size: clamp(1.6rem,2.8vw,2.4rem); }
.title-white { color: #fff; }

.body-copy { font-size: 1rem; color: var(--muted); line-height: 1.75; max-width: 500px; }
.body-copy-light { color: rgba(255,255,255,.45); }

/* ═══ NAV ═══ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  height: 64px; display: flex; align-items: center;
  padding: 0;
  transition: background .3s, box-shadow .3s;
}
.nav.stuck {
  background: rgba(13,12,10,.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(255,255,255,.06);
}
.nav-inner { max-width: var(--max); width: 100%; margin: 0 auto; padding: 0 var(--px); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }

.logo { font-family: var(--display); font-size: 1.5rem; font-weight: 400; color: #fff; text-decoration: none; letter-spacing: -.04em; line-height: 1; }
.logo span { color: var(--accent); font-style: italic; }
.logo sup { font-family: var(--body); font-size: .5rem; font-weight: 600; color: rgba(255,255,255,.35); vertical-align: super; letter-spacing: .05em; text-transform: uppercase; }

.nav-links { list-style: none; display: flex; align-items: center; gap: 1.25rem; flex-wrap: nowrap; }
.nav-links a { color: rgba(255,255,255,.6); text-decoration: none; font-size: .8rem; font-weight: 500; letter-spacing: .01em; transition: color .2s; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-cta { background: var(--accent); color: #fff !important; padding: 8px 16px; border-radius: 100px; font-weight: 600 !important; font-size: .78rem !important; transition: background .2s, transform .15s; white-space: nowrap; }
.nav-cta:hover { background: var(--accent-h) !important; transform: translateY(-1px); }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.burger span { width: 22px; height: 2px; background: rgba(255,255,255,.8); border-radius: 2px; display: block; transition: all .3s; }

/* ═══ HERO ═══ */
.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background: url('hero.jpg') center 30% / cover no-repeat;
  transform: scale(1.03);
}
.hero-ov {
  position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(10,9,7,.93) 0%, rgba(10,9,7,.76) 50%, rgba(232,85,0,.12) 100%);
}
.hero-content { position: relative; z-index: 2; padding: 120px var(--px) 80px; max-width: var(--max); margin: 0 auto; width: 100%; }

.hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.72); font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  padding: 6px 16px; border-radius: 100px; margin-bottom: 2rem;
  backdrop-filter: blur(8px);
  animation: fadeUp .7s ease both;
}
.pill-dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; animation: blink 2.5s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }

.hero h1 {
  font-family: var(--display); font-size: clamp(2rem,4.5vw,3.8rem); font-weight: 900;
  color: #fff; line-height: 1.05; letter-spacing: -.03em; margin-bottom: 1.2rem; max-width: 560px;
  animation: fadeUp .7s .1s ease both;
}
.hero h1 em { font-style: italic; color: var(--accent); }
.hero-sub { font-size: clamp(.9rem,1.4vw,1rem); color: rgba(255,255,255,.52); font-weight: 400; line-height: 1.7; max-width: 460px; margin-bottom: 2.5rem; animation: fadeUp .7s .2s ease both; }

.search-wrap { display: flex; background: #fff; border-radius: var(--r-xl); max-width: 580px; overflow: hidden; box-shadow: var(--sh-lg); animation: fadeUp .7s .3s ease both; }
.search-ico { display: flex; align-items: center; padding: 0 1rem 0 1.4rem; color: var(--accent); flex-shrink: 0; }
.search-ico svg { width: 20px; height: 20px; }
.search-input { flex: 1; border: none; outline: none; font-family: var(--body); font-size: .95rem; color: var(--dark); padding: 1rem 0; background: transparent; }
.search-input::placeholder { color: #bbb; }
.search-btn { background: var(--accent); color: #fff; border: none; cursor: pointer; font-family: var(--body); font-weight: 600; font-size: .88rem; padding: 0 1.75rem; min-height: 52px; letter-spacing: .02em; transition: background .2s; white-space: nowrap; flex-shrink: 0; }
.search-btn:hover { background: var(--accent-h); }

.hero-stats { display: flex; gap: 2.5rem; margin-top: 3rem; animation: fadeUp .7s .4s ease both; flex-wrap: wrap; }
.stat-num { font-family: var(--display); font-size: 2.1rem; font-weight: 400; color: #fff; line-height: 1; letter-spacing: -.04em; }
.stat-num em { font-style: normal; color: var(--accent); }
.stat-lbl { font-size: .74rem; color: rgba(255,255,255,.38); margin-top: 3px; font-weight: 500; letter-spacing: .03em; }

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

/* ═══ BUTTONS ═══ */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--body); font-weight: 600; font-size: .88rem; padding: 13px 26px; border-radius: 100px; border: none; cursor: pointer; text-decoration: none; transition: all .2s; letter-spacing: .02em; line-height: 1; }
.btn-acc  { background: var(--accent); color: #fff; box-shadow: var(--sh-acc); }
.btn-acc:hover  { background: var(--accent-h); transform: translateY(-2px); }
.btn-ghost  { background: transparent; color: var(--dark); border: 1.5px solid var(--border2); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-ghost-lt { background: transparent; color: rgba(255,255,255,.75); border: 1.5px solid rgba(255,255,255,.2); }
.btn-ghost-lt:hover { border-color: rgba(255,255,255,.5); color: #fff; }
.btn-sm { padding: 9px 18px; font-size: .8rem; }
.btn-wa { background: #25D366; color: #fff; box-shadow: 0 8px 24px rgba(37,211,102,.35); }
.btn-wa:hover { background: #20bb5a; transform: translateY(-2px); }

/* ═══ CATEGORY GRID ═══ */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(128px, 1fr)); gap: 1rem; }
.cat-tile {
  background: var(--surface); border-radius: var(--r); padding: 1.4rem 1rem;
  display: flex; flex-direction: column; align-items: center; gap: .6rem;
  cursor: pointer; border: 1.5px solid var(--border); transition: all .22s cubic-bezier(.34,1.56,.64,1);
  text-decoration: none; color: inherit; text-align: center;
}
.cat-tile:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: var(--sh-md); }
.cat-tile.on { background: var(--accent); border-color: var(--accent); }
.cat-ico { font-size: 1.55rem; }
.cat-name { font-size: .78rem; font-weight: 600; color: var(--mid); }
.cat-tile.on .cat-name { color: #fff; }
.cat-count { font-size: .68rem; color: var(--muted); }
.cat-tile.on .cat-count { color: rgba(255,255,255,.65); }

/* ═══ BUSINESS CARDS ═══ */
.biz-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(285px, 1fr)); gap: 1.2rem; }
.biz-card { background: var(--surface); border-radius: var(--r); border: 1.5px solid var(--border); overflow: hidden; cursor: pointer; transition: all .22s ease; display: flex; flex-direction: column; }
.biz-card:hover { border-color: var(--accent); box-shadow: var(--sh-md); transform: translateY(-4px); }
.biz-thumb { height: 118px; display: flex; align-items: center; justify-content: center; font-size: 3rem; position: relative; }
.t1 { background: #FFF0E8; } .t2 { background: #EAF4FF; } .t3 { background: #E8F9EE; }
.t4 { background: #F3EAFF; } .t5 { background: #FFF5EA; } .t6 { background: #E9FBFF; }
.vip-tag { position: absolute; top: 10px; right: 10px; background: var(--accent); color: #fff; font-size: .62rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 100px; }
.biz-body { padding: 1.1rem 1.2rem; flex: 1; }
.biz-cat  { font-size: .7rem; font-weight: 700; color: var(--accent); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 4px; }
.biz-name { font-family: var(--display); font-size: 1.05rem; font-weight: 400; color: var(--dark); letter-spacing: -.03em; margin-bottom: 8px; line-height: 1.2; }
.biz-meta { display: flex; flex-direction: column; gap: 4px; }
.biz-row  { display: flex; align-items: center; gap: 6px; font-size: .8rem; color: var(--muted); }
.biz-row svg { width: 13px; height: 13px; stroke: var(--muted); flex-shrink: 0; }
.biz-foot { padding: .75rem 1.2rem; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.stars { color: #F5A623; font-size: .8rem; letter-spacing: -1px; }
.reviews { font-size: .72rem; color: var(--muted); margin-left: 3px; }
.biz-link { font-size: .78rem; font-weight: 600; color: var(--accent); text-decoration: none; display: flex; align-items: center; gap: 3px; transition: gap .2s; }
.biz-link:hover { gap: 7px; }

/* ═══ VIP CARD LIST ═══ */
.vip-list { display: flex; flex-direction: column; gap: .9rem; }
.vip-row {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--r); padding: 1.1rem 1.3rem;
  display: flex; align-items: center; gap: 1rem; cursor: pointer; transition: all .2s;
}
.vip-row:hover { background: rgba(255,255,255,.08); border-color: rgba(232,85,0,.3); transform: translateX(4px); }
.vip-ico-wrap { width: 46px; height: 46px; border-radius: 11px; background: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 1.35rem; flex-shrink: 0; }
.vip-info { flex: 1; min-width: 0; }
.vip-biz-name { font-weight: 500; color: #fff; font-size: .9rem; margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vip-biz-cat  { font-size: .72rem; color: rgba(255,255,255,.4); }
.vip-biz-stars { font-size: .7rem; color: #F5A623; margin-top: 3px; }
.vip-badge { background: rgba(232,85,0,.18); border: 1px solid rgba(232,85,0,.28); color: var(--accent); font-size: .6rem; font-weight: 700; padding: 3px 9px; border-radius: 100px; letter-spacing: .06em; text-transform: uppercase; flex-shrink: 0; }

/* ═══ PROFILE CARD ═══ */
.profile-card { background: var(--surface); border-radius: var(--r-lg); overflow: hidden; border: 1.5px solid rgba(232,85,0,.15); box-shadow: var(--sh-lg); }
.profile-cover { height: 190px; position: relative; background: linear-gradient(135deg,#AA3E00,var(--accent),#FF7833); display: flex; align-items: flex-end; padding: 1.5rem; }
.profile-cover-badge { position: absolute; top: 1rem; right: 1rem; background: rgba(255,255,255,.15); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.25); color: #fff; font-size: .65rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; }
.profile-logo { width: 68px; height: 68px; background: #fff; border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 1.9rem; box-shadow: var(--sh-md); border: 3px solid #fff; margin-bottom: -34px; }
.profile-body { padding: 3rem 2rem 2rem; }
.profile-cat  { font-size: .7rem; font-weight: 700; color: var(--accent); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 4px; }
.profile-name { font-family: var(--display); font-size: 1.9rem; font-weight: 400; color: var(--dark); letter-spacing: -.04em; margin-bottom: .75rem; }
.profile-desc { font-size: .9rem; color: var(--muted); line-height: 1.75; margin-bottom: 1.75rem; max-width: 540px; }
.profile-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; margin-bottom: 1.75rem; }
.profile-info { background: var(--bg); border-radius: var(--r); padding: 1rem 1.1rem; }
.profile-lbl { font-size: .64rem; font-weight: 700; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 5px; }
.profile-val { font-size: .88rem; font-weight: 500; color: var(--dark); line-height: 1.5; }
.photo-row { display: grid; grid-template-columns: repeat(3,1fr); gap: .6rem; margin-bottom: 1.75rem; }
.photo-slot { aspect-ratio: 4/3; border-radius: var(--r); background: var(--bg); border: 1.5px dashed var(--border2); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: #ccc; }
.photo-slot.has { background: var(--pale); border-style: solid; border-color: rgba(232,85,0,.15); }

/* ═══ FORMS ═══ */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-full  { grid-column: 1/-1; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-label { font-size: .78rem; font-weight: 600; color: var(--mid); letter-spacing: .02em; }
.form-input, .form-select, .form-textarea {
  font-family: var(--body); font-size: .92rem; color: var(--dark);
  background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--r);
  padding: 12px 14px; outline: none; transition: border-color .2s, box-shadow .2s; width: 100%;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(232,85,0,.11); }
.form-textarea { resize: vertical; min-height: 100px; line-height: 1.6; }
.form-select { cursor: pointer; }

/* ═══ FILTER CHIPS ═══ */
.filter-bar { display: flex; gap: .5rem; flex-wrap: wrap; }
.chip { background: var(--surface); border: 1.5px solid var(--border); color: var(--mid); font-family: var(--body); font-size: .78rem; font-weight: 600; padding: 7px 16px; border-radius: 100px; cursor: pointer; transition: all .18s; }
.chip:hover, .chip.on { background: var(--pale); border-color: var(--accent); color: var(--accent); }

/* ═══ PLAN CARDS ═══ */
.plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.plan-card { border-radius: var(--r); border: 2px solid var(--border); padding: 2rem; cursor: pointer; transition: all .22s; position: relative; background: var(--surface); }
.plan-card:hover { border-color: var(--accent); box-shadow: var(--sh-md); }
.plan-card.on { border-color: var(--accent); background: var(--pale); box-shadow: 0 0 0 4px rgba(232,85,0,.1); }
.plan-card.is-vip { border-color: rgba(232,85,0,.3); background: linear-gradient(135deg,#fff 60%,#fff7f2 100%); }
.plan-badge { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; font-size: .65rem; font-weight: 700; padding: 3px 14px; border-radius: 100px; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.plan-name  { font-family: var(--display); font-size: 1.2rem; font-weight: 400; color: var(--dark); letter-spacing: -.04em; margin-bottom: 4px; }
.plan-price { font-family: var(--display); font-size: 1.9rem; font-weight: 400; color: var(--accent); letter-spacing: -.05em; line-height: 1; margin-bottom: .4rem; }
.plan-price sub { font-family: var(--body); font-size: .9rem; font-weight: 500; color: var(--muted); letter-spacing: 0; vertical-align: middle; }
.plan-desc  { font-size: .82rem; color: var(--muted); line-height: 1.6; margin-bottom: 1.25rem; }
.plan-list  { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.plan-list li { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: var(--mid); }
.plan-list li::before { content: '✓'; width: 18px; height: 18px; background: rgba(232,85,0,.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--accent); font-size: .65rem; font-weight: 700; flex-shrink: 0; }
.plan-list li.no { color: var(--muted); }
.plan-list li.no::before { content: '–'; background: var(--bg); color: var(--muted); }

/* ═══ STEPPER ═══ */
.steps { display: flex; gap: 0; align-items: center; margin-bottom: 2.5rem; flex-wrap: wrap; }
.step  { display: flex; align-items: center; gap: .75rem; }
.step-num { width: 32px; height: 32px; border-radius: 50%; background: var(--border); display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; color: var(--muted); transition: all .3s; flex-shrink: 0; }
.step.active .step-num { background: var(--accent); color: #fff; box-shadow: var(--sh-acc); }
.step.done   .step-num { background: #059669; color: #fff; }
.step-lbl { font-size: .78rem; font-weight: 600; color: var(--muted); white-space: nowrap; }
.step.active .step-lbl { color: var(--accent); }
.step.done   .step-lbl { color: #059669; }
.step-sep { width: 36px; height: 2px; background: var(--border); margin: 0 .4rem; flex-shrink: 0; }
.form-step { display: none; }
.form-step.active { display: block; }
.upload-zone { border: 2px dashed var(--border2); border-radius: var(--r); padding: 2.5rem; text-align: center; cursor: pointer; transition: all .2s; background: var(--bg); }
.upload-zone:hover { border-color: var(--accent); background: var(--pale); }

/* ═══ PAGE HERO (inner pages) ═══ */
.page-hero { background: var(--dark2); padding: 110px var(--px) 48px; border-bottom: 1px solid rgba(255,255,255,.06); }

/* ═══ MODAL ═══ */
.overlay { display: none; position: fixed; inset: 0; z-index: 500; background: rgba(0,0,0,.65); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); align-items: center; justify-content: center; padding: 1.5rem; }
.overlay.open { display: flex; }
.modal-box { background: var(--surface); border-radius: var(--r-lg); max-width: 640px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; }
.modal-close { position: absolute; top: 1rem; right: 1rem; width: 34px; height: 34px; background: var(--bg); border: none; cursor: pointer; border-radius: 50%; font-size: 1rem; display: flex; align-items: center; justify-content: center; color: var(--muted); transition: background .2s; z-index: 10; }
.modal-close:hover { background: var(--border); }

/* ═══ FOOTER ═══ */
.footer { background: var(--dark); border-top: 3px solid var(--accent); }
.footer-grid { max-width: var(--max); margin: 0 auto; padding: clamp(3rem,6vw,5rem) var(--px); display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; }
.footer-logo { font-family: var(--display); font-size: 1.45rem; font-weight: 400; color: #fff; letter-spacing: -.04em; margin-bottom: .75rem; display: block; text-decoration: none; }
.footer-logo span { color: var(--accent); font-style: italic; }
.footer-desc { font-size: .83rem; color: rgba(255,255,255,.35); line-height: 1.7; max-width: 260px; }
.footer-col h4 { font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.45); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 1.1rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
.footer-col ul a { font-size: .83rem; color: rgba(255,255,255,.35); text-decoration: none; transition: color .2s; }
.footer-col ul a:hover { color: rgba(255,255,255,.75); }
.footer-bottom-inner { max-width: var(--max); margin: 0 auto; padding: 1.25rem var(--px); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .75rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); }
.footer-bottom-inner p { font-size: .75rem; color: rgba(255,255,255,.25); }

/* ═══ FAB WHATSAPP ═══ */
.fab-wa { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 200; width: 52px; height: 52px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 18px rgba(37,211,102,.4); transition: transform .2s, box-shadow .2s; text-decoration: none; }
.fab-wa:hover { transform: scale(1.08); box-shadow: 0 8px 28px rgba(37,211,102,.5); }
.fab-wa svg { width: 26px; height: 26px; fill: #fff; }

/* ═══ SCROLL REVEAL ═══ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ═══ DIVIDER ═══ */
.divider { height: 1px; background: var(--border); }

/* ═══ TIMELINE ═══ */
.timeline { display: flex; flex-direction: column; }
.tl-item { display: flex; gap: 1.5rem; padding-bottom: 2.5rem; }
.tl-item:last-child { padding-bottom: 0; }
.tl-left { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.tl-dot  { width: 40px; height: 40px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; box-shadow: var(--sh-acc); }
.tl-line { flex: 1; width: 2px; background: var(--border); margin-top: 6px; }
.tl-item:last-child .tl-line { display: none; }
.tl-year  { font-family: var(--display); font-size: .85rem; font-weight: 700; color: var(--accent); margin-bottom: 4px; }
.tl-title { font-family: var(--display); font-size: 1.05rem; font-weight: 400; color: var(--dark); letter-spacing: -.03em; margin-bottom: 6px; }
.tl-desc  { font-size: .88rem; color: var(--muted); line-height: 1.7; }

/* ═══ TEAM CARDS ═══ */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px,1fr)); gap: 1.25rem; }
.team-card { background: var(--surface); border-radius: var(--r); padding: 1.75rem 1.5rem; text-align: center; border: 1.5px solid var(--border); transition: all .22s; }
.team-card:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: var(--sh-md); }
.team-ava  { width: 68px; height: 68px; border-radius: 50%; background: var(--pale); margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; font-size: 1.9rem; border: 3px solid var(--border); }
.team-name { font-family: var(--display); font-size: 1rem; font-weight: 400; color: var(--dark); letter-spacing: -.03em; margin-bottom: 4px; }
.team-role { font-size: .72rem; color: var(--accent); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }

/* ═══ STAT BAND ═══ */
.stat-band { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 1px; background: var(--border); border-radius: var(--r); overflow: hidden; }
.stat-band-item { background: var(--surface); padding: 2rem 1.5rem; text-align: center; }
.stat-band-num { font-family: var(--display); font-size: 2.7rem; font-weight: 400; color: var(--dark); letter-spacing: -.05em; line-height: 1; }
.stat-band-num em { font-style: normal; color: var(--accent); }
.stat-band-lbl { font-size: .77rem; color: var(--muted); font-weight: 500; margin-top: 6px; }

/* ═══ FAQ ═══ */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 0; cursor: pointer; font-weight: 600; font-size: .95rem; color: var(--dark); gap: 1rem; }
.faq-q svg { width: 18px; height: 18px; stroke: var(--muted); flex-shrink: 0; transition: transform .25s; }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a { font-size: .88rem; color: var(--muted); line-height: 1.75; max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s; }
.faq-item.open .faq-a { max-height: 220px; padding-bottom: 1.2rem; }

/* ═══ SUCCESS ═══ */
.success-screen { display: none; text-align: center; padding: 3rem 1.5rem; }
.success-screen.show { display: block; }
.check-circle { width: 80px; height: 80px; background: rgba(5,150,105,.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 2.5rem; border: 2px solid rgba(5,150,105,.2); }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 700px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .plan-grid    { grid-template-columns: 1fr; }
  .two-col      { grid-template-columns: 1fr !important; gap: 2.5rem !important; }
  .profile-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .nav-links { display: none; position: fixed; top: 64px; left: 0; right: 0; flex-direction: column; background: rgba(13,12,10,.97); backdrop-filter: blur(20px); padding: 1.5rem var(--px); border-bottom: 1px solid rgba(255,255,255,.06); z-index: 290; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links li { border-bottom: 1px solid rgba(255,255,255,.06); }
  .nav-links a   { display: block; padding: .9rem 0; font-size: 1rem; }
  .nav-cta       { margin: 1rem 0 0; text-align: center; border-radius: var(--r); padding: 12px; }
  .burger        { display: flex; }
  .search-wrap   { flex-direction: column; border-radius: var(--r); }
  .search-btn    { width: 100%; padding: 14px; border-radius: 0 0 var(--r) var(--r); }
  .search-ico    { padding: 1rem 1.25rem 0; }
  .search-input  { padding: .75rem 1.25rem; }
  .biz-grid      { grid-template-columns: 1fr; }
  .cat-grid      { grid-template-columns: repeat(auto-fill, minmax(105px,1fr)); }
  .photo-row     { grid-template-columns: repeat(2,1fr); }
  .footer-grid   { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .steps         { gap: .5rem; flex-wrap: wrap; }
  .step-sep      { display: none; }
  .form-grid     { grid-template-columns: 1fr; }
  .team-grid     { grid-template-columns: repeat(2,1fr); }
  .stat-band     { grid-template-columns: repeat(2,1fr); }
  .hero-stats    { gap: 1.5rem; }
}

/* ═══ GOOGLE SANS DISPLAY WEIGHT OVERRIDES ═══ */
/* Google Sans Display only ships 400/500 — enforce everywhere display font is used */
[style*="font-family:var(--display)"],
[style*="font-family: var(--display)"],
.logo, .footer-logo, .title, .title-lg, .title-sm,
.biz-name, .profile-name, .plan-name, .plan-price,
.team-name, .stat-band-num, .stat-num, .tl-title,
.tl-year, .vip-biz-name {
  font-weight: 400 !important;
}

/* ═══════════════════════════════════════
   VIP CARD STYLES
═══════════════════════════════════════ */
.biz-card-vip {
  border-color: rgba(232,85,0,.22);
  background: linear-gradient(160deg, #fff 55%, #fff8f4 100%);
}
.biz-card-vip:hover {
  border-color: var(--accent);
  box-shadow: 0 12px 40px rgba(232,85,0,.14);
}

.biz-thumb-vip {
  height: 160px;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.biz-vip-cover-ico {
  font-size: 4.5rem;
  position: relative; z-index: 1;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.15));
}
.biz-vip-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.08) 100%);
  pointer-events: none;
}
.vip-tag {
  position: absolute; top: 10px; right: 10px;
  background: var(--accent); color: #fff;
  font-size: .62rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 100px;
  box-shadow: 0 2px 8px rgba(232,85,0,.35);
}
.biz-vip-tags {
  position: absolute; bottom: 10px; left: 10px;
  display: flex; gap: 4px; flex-wrap: wrap;
}
.biz-tag-pill {
  background: rgba(0,0,0,.45); color: rgba(255,255,255,.9);
  font-size: .62rem; font-weight: 600; padding: 3px 9px; border-radius: 100px;
  backdrop-filter: blur(4px); letter-spacing: .02em;
}
.biz-desc {
  font-size: .8rem; color: var(--muted); line-height: 1.6;
  margin-bottom: .75rem; display: -webkit-box;
  -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.biz-service-row { display: flex; gap: .4rem; flex-wrap: wrap; }
.biz-service-pill {
  background: var(--pale); border: 1px solid rgba(232,85,0,.15);
  color: var(--accent); font-size: .68rem; font-weight: 600;
  padding: 3px 10px; border-radius: 100px; letter-spacing: .02em;
}
.biz-link-vip { color: var(--accent); font-weight: 600; font-size: .8rem; }

/* ═══════════════════════════════════════
   MODAL STYLES — VIP & BÁSICO
═══════════════════════════════════════ */

/* VIP cover */
.modal-vip-cover {
  position: relative; height: 200px; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem;
  background: linear-gradient(135deg, #AA3E00 0%, var(--accent) 55%, #FF7833 100%);
}
.modal-vip-cover-grad {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.45) 100%);
}
.modal-vip-cover-ico {
  position: absolute; top: 1.25rem; left: 1.5rem;
  font-size: 3.5rem; opacity: .2; line-height: 1;
}
.modal-vip-badge {
  position: absolute; top: 1rem; right: 1rem;
  background: rgba(255,255,255,.18); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.28); color: #fff;
  font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 100px;
}
.modal-vip-name-block { position: relative; z-index: 2; }
.modal-vip-cat   { font-size: .68rem; font-weight: 700; color: rgba(255,255,255,.65); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 3px; }
.modal-vip-title { font-family: var(--display); font-size: 1.7rem; color: #fff; letter-spacing: -.03em; line-height: 1.1; }

/* Básico cover */
.modal-basic-cover {
  height: 130px;
  background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  border-bottom: 1px solid var(--border);
}
.modal-basic-ico { font-size: 4rem; }

/* Shared body padding */
.modal-body-pad { padding: 1.5rem 1.75rem 2rem; }

/* Photos */
.modal-photo-row {
  display: grid; grid-template-columns: repeat(3,1fr); gap: .6rem; margin-bottom: 1.5rem;
}
.modal-photo-slot {
  aspect-ratio: 4/3; border-radius: var(--r);
  background: var(--pale); border: 1.5px solid rgba(232,85,0,.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
}

/* Info grid */
.modal-info-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-bottom: 1.5rem;
}
.modal-info-block { background: var(--bg); border-radius: var(--r); padding: .9rem 1rem; }
.modal-info-lbl { font-size: .68rem; font-weight: 700; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 4px; }
.modal-info-val { font-size: .88rem; font-weight: 500; color: var(--dark); line-height: 1.5; }

/* Upgrade banner inside básico modal */
.modal-upgrade-banner {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  background: var(--bg); border: 1.5px dashed rgba(232,85,0,.3);
  border-radius: var(--r); padding: 1rem 1.1rem;
  flex-wrap: wrap;
}

/* ═══════════════════════════════════════
   EMPRESAS PAGE — VIP full-width row card
═══════════════════════════════════════ */
.biz-row-card {
  background: var(--surface);
  border-radius: var(--r);
  border: 1.5px solid rgba(232,85,0,.2);
  overflow: hidden;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  cursor: pointer;
  transition: all .22s ease;
  background: linear-gradient(160deg,#fff 60%,#fff8f4 100%);
}
.biz-row-card:hover {
  border-color: var(--accent);
  box-shadow: 0 10px 36px rgba(232,85,0,.13);
  transform: translateY(-2px);
}
.biz-row-thumb {
  position: relative; display: flex; align-items: center; justify-content: center;
  font-size: 4rem; overflow: hidden;
}
.biz-row-thumb .vip-tag { top: 10px; left: 10px; right: auto; }
.biz-row-thumb .biz-vip-tags { bottom: 8px; left: 8px; }
.biz-row-body { padding: 1.4rem 1.5rem; display: flex; flex-direction: column; justify-content: center; }
.biz-row-actions {
  display: flex; flex-direction: column; align-items: flex-end; justify-content: center;
  padding: 1.4rem 1.5rem 1.4rem 0; gap: .65rem; border-left: 1px solid var(--border);
  min-width: 160px;
}
.biz-row-actions .btn { width: 100%; justify-content: center; }

/* Basic list item */
.biz-list-item {
  background: var(--surface);
  border-radius: var(--r);
  border: 1.5px solid var(--border);
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem 1.2rem;
  cursor: pointer;
  transition: all .2s;
}
.biz-list-item:hover { border-color: var(--accent); background: var(--bg); transform: translateX(3px); }
.biz-list-thumb {
  width: 52px; height: 52px; border-radius: var(--r);
  display: flex; align-items: center; justify-content: center; font-size: 1.6rem;
  flex-shrink: 0;
}
.biz-list-info { flex: 1; min-width: 0; }
.biz-list-name { font-family: var(--display); font-size: .95rem; color: var(--dark); letter-spacing: -.02em; margin-bottom: 2px; }
.biz-list-sub  { font-size: .78rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.biz-list-right { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; flex-shrink: 0; }

/* Responsive */
@media (max-width: 760px) {
  .biz-row-card { grid-template-columns: 1fr; }
  .biz-row-thumb { height: 140px; }
  .biz-row-actions { flex-direction: row; border-left: none; border-top: 1px solid var(--border); padding: 1rem 1.4rem; min-width: auto; }
  .biz-row-actions .btn { width: auto; }
  .modal-info-grid { grid-template-columns: 1fr; }
  .modal-photo-row { grid-template-columns: repeat(2,1fr); }
}

/* ═══════════════════════════════════════
   AUTH & REVIEW SYSTEM
═══════════════════════════════════════ */

/* ── Auth modal ── */
.auth-modal-head {
  padding: 2rem 2rem 1rem;
  text-align: center;
}
.auth-modal-logo {
  font-family: var(--display); font-size: 1.3rem; color: var(--dark);
  letter-spacing: -.03em; margin-bottom: .3rem;
}
.auth-modal-logo span { color: var(--accent); font-style: italic; }
.auth-modal-sub { font-size: .85rem; color: var(--muted); line-height: 1.6; }

.auth-divider {
  display: flex; align-items: center; gap: 1rem;
  padding: 0 2rem; margin: 1.25rem 0;
}
.auth-divider::before, .auth-divider::after {
  content: ''; flex: 1; height: 1px; background: var(--border);
}
.auth-divider span { font-size: .75rem; color: var(--muted); white-space: nowrap; }

.auth-btn {
  display: flex; align-items: center; gap: .9rem;
  width: calc(100% - 4rem); margin: 0 auto .75rem;
  padding: .9rem 1.25rem; border-radius: var(--r);
  border: 1.5px solid var(--border); background: var(--surface);
  cursor: pointer; font-family: var(--body); font-size: .9rem;
  font-weight: 500; color: var(--dark); transition: all .2s;
  text-align: left;
}
.auth-btn:hover { border-color: var(--accent); background: var(--bg); }
.auth-btn-ico {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.auth-btn-ico.google { background: #fff; border: 1px solid #ddd; }
.auth-btn-ico.facebook { background: #1877F2; }
.auth-btn-ico.apple { background: #000; }
.auth-btn-text { flex: 1; }
.auth-btn-sub { font-size: .72rem; color: var(--muted); display: block; }

.auth-footer {
  padding: 1.25rem 2rem;
  text-align: center;
  border-top: 1px solid var(--border);
  font-size: .75rem; color: var(--muted); line-height: 1.6;
}
.auth-footer a { color: var(--accent); text-decoration: none; }

/* ── Logged-in user avatar pill ── */
.user-pill {
  display: flex; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15);
  border-radius: 100px; padding: 4px 12px 4px 4px;
  cursor: pointer; transition: background .2s;
}
.user-pill:hover { background: rgba(255,255,255,.16); }
.user-avatar {
  width: 28px; height: 28px; border-radius: 50%;
  object-fit: cover; display: flex; align-items: center; justify-content: center;
  font-size: .85rem; flex-shrink: 0; overflow: hidden;
}
.user-avatar img { width: 100%; height: 100%; border-radius: 50%; }
.user-name { font-size: .8rem; color: #fff; font-weight: 500; max-width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ── Star rating input ── */
.star-input { display: flex; gap: .3rem; flex-direction: row-reverse; justify-content: flex-end; }
.star-input input { display: none; }
.star-input label {
  font-size: 1.8rem; color: #ddd; cursor: pointer;
  transition: color .15s, transform .15s;
}
.star-input label:hover,
.star-input label:hover ~ label,
.star-input input:checked ~ label { color: #F5A623; }
.star-input label:hover { transform: scale(1.15); }

/* ── Review card ── */
.review-card {
  background: var(--bg); border-radius: var(--r);
  padding: 1rem 1.1rem; display: flex; flex-direction: column; gap: .5rem;
}
.review-card-head { display: flex; align-items: center; gap: .65rem; }
.review-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--pale); display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0; overflow: hidden; border: 1.5px solid rgba(232,85,0,.15);
}
.review-avatar img { width: 100%; height: 100%; border-radius: 50%; }
.review-meta { flex: 1; }
.review-author { font-size: .85rem; font-weight: 600; color: var(--dark); }
.review-date   { font-size: .72rem; color: var(--muted); }
.review-stars  { color: #F5A623; font-size: .8rem; letter-spacing: -1px; }
.review-provider-badge {
  font-size: .62rem; font-weight: 600; color: var(--muted);
  background: var(--surface); border: 1px solid var(--border);
  padding: 2px 8px; border-radius: 100px; display: flex; align-items: center; gap: 4px;
}
.review-text { font-size: .85rem; color: var(--mid); line-height: 1.7; }

/* ── Write review section inside modal ── */
.review-section {
  border-top: 1px solid var(--border);
  padding: 1.25rem 1.75rem 1.75rem;
}
.review-section-title {
  font-size: .72rem; font-weight: 700; color: var(--muted);
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: 1rem;
}
.review-write-box {
  background: var(--bg); border-radius: var(--r);
  border: 1.5px solid var(--border); padding: 1rem 1.1rem;
  transition: border-color .2s;
}
.review-write-box:focus-within { border-color: var(--accent); }

/* ── Auth prompt inside review box ── */
.review-auth-prompt {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
}
.review-auth-prompt p { font-size: .85rem; color: var(--muted); }

/* ── Toast notification ── */
.toast {
  position: fixed; bottom: 5rem; left: 50%; transform: translateX(-50%) translateY(20px);
  background: var(--dark); color: #fff; font-size: .85rem; font-weight: 500;
  padding: .75rem 1.5rem; border-radius: 100px;
  box-shadow: 0 8px 32px rgba(0,0,0,.25);
  opacity: 0; transition: all .3s; z-index: 600; white-space: nowrap;
  display: flex; align-items: center; gap: .5rem;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast.success { background: #059669; }
.toast.error   { background: #DC2626; }

/* ── Rating summary bar ── */
.rating-summary {
  display: flex; align-items: center; gap: 1.25rem;
  background: var(--bg); border-radius: var(--r); padding: 1rem 1.25rem;
  margin-bottom: 1rem;
}
.rating-big { text-align: center; flex-shrink: 0; }
.rating-big-num { font-family: var(--display); font-size: 2.5rem; color: var(--dark); line-height: 1; }
.rating-big-stars { color: #F5A623; font-size: .9rem; letter-spacing: -1px; margin: 3px 0; }
.rating-big-count { font-size: .72rem; color: var(--muted); }
.rating-bars { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.rating-bar-row { display: flex; align-items: center; gap: .5rem; font-size: .72rem; color: var(--muted); }
.rating-bar-track { flex: 1; height: 6px; background: var(--border); border-radius: 100px; overflow: hidden; }
.rating-bar-fill  { height: 100%; background: #F5A623; border-radius: 100px; transition: width .5s ease; }

@media (max-width: 480px) {
  .auth-btn { width: calc(100% - 2rem); margin-left: 1rem; margin-right: 1rem; }
  .auth-modal-head { padding: 1.5rem 1.5rem .75rem; }
  .star-input label { font-size: 1.5rem; }
}

/* ═══════════════════════════════════════
   EVENTOS PAGE
═══════════════════════════════════════ */

/* ── Event card (grid) ── */
.ev-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); gap:1.25rem; }

.ev-card {
  background:var(--surface); border-radius:var(--r); border:1.5px solid var(--border);
  overflow:hidden; cursor:pointer; transition:all .22s ease; display:flex; flex-direction:column;
}
.ev-card:hover { border-color:var(--accent); box-shadow:var(--sh-md); transform:translateY(-4px); }

.ev-thumb {
  height:180px; position:relative; display:flex;
  align-items:center; justify-content:center; overflow:hidden;
}
.ev1 { background:linear-gradient(135deg,#1a0533,#4a0080); }
.ev2 { background:linear-gradient(135deg,#003366,#0066cc); }
.ev3 { background:linear-gradient(135deg,#003300,#006600); }
.ev4 { background:linear-gradient(135deg,#660000,#cc2200); }
.ev5 { background:linear-gradient(135deg,#332200,#996600); }
.ev6 { background:linear-gradient(135deg,#001a33,#003366); }

.ev-thumb-ico {
  font-size:5rem; opacity:.25; position:absolute;
  transform:rotate(-10deg) scale(1.2);
}
.ev-thumb-content { position:relative; z-index:1; text-align:center; padding:1rem; }
.ev-thumb-title {
  font-family:var(--display); font-size:1.25rem; color:#fff;
  letter-spacing:-.02em; line-height:1.2; text-shadow:0 2px 12px rgba(0,0,0,.4);
  margin-bottom:.5rem;
}

.ev-date-badge {
  position:absolute; top:12px; left:12px;
  background:rgba(0,0,0,.55); backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.15);
  color:#fff; border-radius:10px; padding:6px 12px;
  text-align:center; line-height:1.15;
}
.ev-date-day { font-family:var(--display); font-size:1.4rem; display:block; }
.ev-date-mon { font-size:.6rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:rgba(255,255,255,.65); display:block; }

.ev-status-badge {
  position:absolute; top:12px; right:12px;
  font-size:.62rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
  padding:4px 12px; border-radius:100px;
}
.ev-status-badge.free    { background:rgba(5,150,105,.85); color:#fff; }
.ev-status-badge.paid    { background:rgba(232,85,0,.85);  color:#fff; }
.ev-status-badge.soldout { background:rgba(100,100,100,.85); color:#fff; }

.ev-body { padding:1.1rem 1.2rem; flex:1; display:flex; flex-direction:column; gap:.5rem; }
.ev-tag  { font-size:.68rem; font-weight:700; color:var(--accent); letter-spacing:.06em; text-transform:uppercase; }
.ev-name { font-family:var(--display); font-size:1.1rem; color:var(--dark); letter-spacing:-.02em; line-height:1.25; }
.ev-meta-row { display:flex; align-items:center; gap:6px; font-size:.8rem; color:var(--muted); }
.ev-meta-row svg { width:13px; height:13px; stroke:var(--muted); flex-shrink:0; }

.ev-foot { padding:.8rem 1.2rem; border-top:1px solid var(--border); display:flex; align-items:center; justify-content:space-between; }
.ev-price-tag { font-family:var(--display); font-size:1rem; color:var(--dark); letter-spacing:-.02em; }
.ev-price-tag.free-tag { color:#059669; }
.ev-cta-btn { font-size:.78rem; font-weight:600; color:var(--accent); display:flex; align-items:center; gap:3px; transition:gap .18s; }
.ev-cta-btn:hover { gap:7px; }

/* ── Filter tabs ── */
.ev-filter-bar { display:flex; gap:.5rem; flex-wrap:wrap; margin-bottom:2rem; }

/* ── Modal event ── */
.ev-modal-cover {
  position:relative; min-height:220px;
  display:flex; align-items:flex-end; padding:1.75rem;
  overflow:hidden;
}
.ev-modal-cover-bg {
  position:absolute; inset:0;
  background:var(--grad,linear-gradient(135deg,#1a0533,#4a0080));
}
.ev-modal-cover-ico {
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  font-size:7rem; opacity:.15; pointer-events:none;
}
.ev-modal-cover-content { position:relative; z-index:1; }
.ev-modal-cover-tag  { font-size:.68rem; font-weight:700; color:rgba(255,255,255,.6); letter-spacing:.08em; text-transform:uppercase; margin-bottom:.4rem; }
.ev-modal-cover-name { font-family:var(--display); font-size:1.8rem; color:#fff; letter-spacing:-.03em; line-height:1.1; margin-bottom:.5rem; }
.ev-modal-cover-date { font-size:.85rem; color:rgba(255,255,255,.65); display:flex; align-items:center; gap:.5rem; }

.ev-modal-body { padding:1.75rem; }

/* Info grid */
.ev-info-grid { display:grid; grid-template-columns:1fr 1fr; gap:.75rem; margin-bottom:1.5rem; }
.ev-info-block { background:var(--bg); border-radius:var(--r); padding:.9rem 1rem; }
.ev-info-lbl { font-size:.65rem; font-weight:700; color:var(--muted); letter-spacing:.07em; text-transform:uppercase; margin-bottom:4px; }
.ev-info-val { font-size:.88rem; font-weight:500; color:var(--dark); line-height:1.5; }

/* Ticket section */
.ticket-section { border-top:1px solid var(--border); padding-top:1.5rem; margin-top:1.5rem; }
.ticket-section-title { font-size:.72rem; font-weight:700; color:var(--muted); letter-spacing:.08em; text-transform:uppercase; margin-bottom:1rem; }

.ticket-option {
  display:flex; align-items:center; gap:1rem;
  background:var(--bg); border-radius:var(--r); padding:1rem 1.1rem;
  margin-bottom:.75rem; border:1.5px solid var(--border);
  transition:border-color .2s;
}
.ticket-option:last-child { margin-bottom:0; }
.ticket-option.available:hover { border-color:var(--accent); }
.ticket-ico  { width:42px; height:42px; border-radius:10px; background:var(--pale); display:flex; align-items:center; justify-content:center; font-size:1.25rem; flex-shrink:0; }
.ticket-info { flex:1; }
.ticket-name { font-size:.88rem; font-weight:600; color:var(--dark); margin-bottom:2px; }
.ticket-desc { font-size:.75rem; color:var(--muted); line-height:1.5; }
.ticket-price-col { text-align:right; flex-shrink:0; }
.ticket-price { font-family:var(--display); font-size:1.15rem; color:var(--dark); letter-spacing:-.03em; }
.ticket-price.is-free { color:#059669; font-size:.88rem; font-weight:700; font-family:var(--body); }
.ticket-avail { font-size:.68rem; color:var(--muted); margin-top:2px; }
.ticket-avail.low { color:#dc2626; }

.ticket-buy-btn {
  display:flex; align-items:center; justify-content:center; gap:.5rem;
  width:100%; margin-top:1.25rem;
  font-size:.95rem; padding:14px;
}

/* Sold out overlay */
.ticket-option.soldout { opacity:.55; }
.ticket-option.soldout .ticket-name::after { content:' — Esgotado'; color:#dc2626; font-weight:400; }

/* Organizer card */
.organizer-card {
  display:flex; align-items:center; gap:1rem;
  background:var(--bg); border-radius:var(--r); padding:1rem 1.1rem;
  margin-bottom:1.5rem;
}
.organizer-ico { width:46px; height:46px; border-radius:var(--r); background:var(--pale); display:flex; align-items:center; justify-content:center; font-size:1.4rem; flex-shrink:0; }
.organizer-name { font-size:.88rem; font-weight:600; color:var(--dark); margin-bottom:2px; }
.organizer-role { font-size:.74rem; color:var(--muted); }

/* Map placeholder */
.ev-map-placeholder {
  height:130px; background:var(--bg); border-radius:var(--r);
  display:flex; align-items:center; justify-content:center; flex-direction:column;
  gap:.5rem; margin-bottom:1.5rem; border:1.5px dashed var(--border2);
  cursor:pointer; transition:background .2s;
}
.ev-map-placeholder:hover { background:var(--pale); border-color:var(--accent); }
.ev-map-placeholder span { font-size:.82rem; color:var(--muted); }

/* ── Homepage event card (smaller) ── */
.ev-home-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:1.2rem; }
.ev-home-card {
  background:var(--surface); border-radius:var(--r); border:1.5px solid var(--border);
  overflow:hidden; cursor:pointer; transition:all .22s ease;
}
.ev-home-card:hover { border-color:var(--accent); box-shadow:var(--sh-md); transform:translateY(-3px); }
.ev-home-thumb { height:140px; position:relative; display:flex; align-items:center; justify-content:center; font-size:3.5rem; }
.ev-home-body  { padding:1rem 1.15rem; }
.ev-home-foot  { padding:.75rem 1.15rem; border-top:1px solid var(--border); display:flex; align-items:center; justify-content:space-between; }

/* Divulgar CTA banner */
.ev-cta-banner {
  background:linear-gradient(115deg,var(--dark2) 0%,#221A12 100%);
  border-radius:var(--r-lg); padding:2.25rem 2rem;
  display:flex; align-items:center; justify-content:space-between;
  gap:2rem; flex-wrap:wrap;
  border:1px solid rgba(232,85,0,.18); margin-top:2rem;
}
.ev-cta-banner h3 { font-family:var(--display); font-size:1.45rem; color:#fff; letter-spacing:-.03em; margin-bottom:.35rem; }
.ev-cta-banner p  { font-size:.85rem; color:rgba(255,255,255,.42); line-height:1.65; max-width:420px; }

@media(max-width:640px){
  .ev-grid { grid-template-columns:1fr; }
  .ev-info-grid { grid-template-columns:1fr; }
  .ev-modal-cover-name { font-size:1.4rem; }
  .ev-cta-banner { flex-direction:column; }
}

/* ── Logo image ── */
.logo-img { height: 28px; width: auto; display: block; }
.footer-logo-img { height: 24px; width: auto; display: block; margin-bottom: .75rem; }

/* ═══════════════════════════════════════
   PWA — INSTALL BANNER
═══════════════════════════════════════ */
.pwa-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 400;
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1rem var(--px);
  display: flex; align-items: center; gap: 1rem;
  transform: translateY(100%);
  transition: transform .35s cubic-bezier(.34,1.2,.64,1);
  box-shadow: 0 -8px 32px rgba(0,0,0,.3);
}
.pwa-banner.show { transform: translateY(0); }
.pwa-banner-ico {
  width: 48px; height: 48px; border-radius: 12px;
  overflow: hidden; flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.pwa-banner-ico img { width: 100%; height: 100%; object-fit: cover; }
.pwa-banner-text { flex: 1; }
.pwa-banner-text strong { display: block; font-size: .9rem; color: #fff; font-weight: 600; margin-bottom: 2px; }
.pwa-banner-text span   { font-size: .78rem; color: rgba(255,255,255,.45); }
.pwa-banner-actions { display: flex; gap: .5rem; flex-shrink: 0; }
.pwa-banner-install {
  background: var(--accent); color: #fff;
  border: none; cursor: pointer; font-family: var(--body);
  font-size: .82rem; font-weight: 600; padding: 9px 18px;
  border-radius: 100px; white-space: nowrap;
  transition: background .2s;
}
.pwa-banner-install:hover { background: var(--accent-h); }
.pwa-banner-dismiss {
  background: transparent; color: rgba(255,255,255,.4);
  border: none; cursor: pointer; font-size: 1.2rem; padding: 6px 8px;
  line-height: 1; transition: color .2s;
}
.pwa-banner-dismiss:hover { color: rgba(255,255,255,.7); }

/* ═══════════════════════════════════════
   PWA — BOTTOM NAV BAR (mobile only)
═══════════════════════════════════════ */
.bottom-nav {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 300;
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 0; padding-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 -4px 20px rgba(0,0,0,.25);
}
.bottom-nav-inner {
  display: flex; align-items: stretch; justify-content: space-around;
}
.bottom-nav-item {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 3px; padding: 10px 4px 8px;
  text-decoration: none; color: rgba(255,255,255,.4);
  font-size: .62rem; font-weight: 600; letter-spacing: .03em;
  transition: color .18s; border: none; background: none;
  cursor: pointer; font-family: var(--body); line-height: 1;
  -webkit-tap-highlight-color: transparent;
}
.bottom-nav-item:hover, .bottom-nav-item.active { color: var(--accent); }
.bottom-nav-item svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.8; fill: none; }
.bottom-nav-item.active svg { stroke-width: 2.4; }

/* Show bottom nav only in standalone PWA mode or small screens */
@media (display-mode: standalone), (max-width: 640px) {
  .bottom-nav { display: block; }
  /* Push page content up so it's not hidden behind bottom nav */
  body { padding-bottom: calc(60px + env(safe-area-inset-bottom)); }
  /* Hide regular nav on very small when PWA installed */
}

/* iOS notch / safe area for nav */
@supports (padding: env(safe-area-inset-bottom)) {
  .bottom-nav { padding-bottom: env(safe-area-inset-bottom); }
}

/* Splash / offline state */
.offline-toast {
  position: fixed; top: 1rem; left: 50%; transform: translateX(-50%);
  background: #dc2626; color: #fff; font-size: .82rem; font-weight: 600;
  padding: 8px 18px; border-radius: 100px; z-index: 600;
  display: none; align-items: center; gap: 6px; white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
}
.offline-toast.show { display: flex; }

/* ═══════════════════════════════════════
   PWA — MOBILE UX POLISH
═══════════════════════════════════════ */
/* Remove tap highlight on all interactive elements */
a, button, [onclick], .biz-card, .ev-card, .cat-tile, .cat-tile-home,
.biz-compact-card, .vip-row, .event-card {
  -webkit-tap-highlight-color: transparent;
}

/* Smooth momentum scrolling on iOS */
html { -webkit-overflow-scrolling: touch; }

/* Minimum tap target size (WCAG 2.5.5) */
.bottom-nav-item { min-height: 48px; }
.btn-sm { min-height: 36px; }

/* Prevent text size adjustment on orientation change */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

/* Nav safe area on iPhone X+ notch */
.nav-inner { padding-left: max(var(--px), env(safe-area-inset-left)); padding-right: max(var(--px), env(safe-area-inset-right)); }

/* Better focus styles for keyboard nav */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}

/* Overscroll behaviour */
body { overscroll-behavior-y: contain; }

/* Pull-to-refresh friendly */
html, body { height: 100%; }

/* ═══════════════════════════════════════
   RESPONSIVE FIXES — Serviços + Modais
═══════════════════════════════════════ */

/* ── Modal responsivo ── */
@media (max-width: 640px) {
  /* Modal ocupa quase a tela toda */
  .overlay { padding: 0; align-items: flex-end; }
  .modal-box {
    max-width: 100% !important;
    width: 100%;
    border-radius: var(--r-lg) var(--r-lg) 0 0;
    max-height: 92svh;
  }
  /* Fechar modal: posição fixa visível */
  .modal-close { top: .75rem; right: .75rem; }

  /* Modal VIP cover menor */
  .modal-vip-cover { min-height: 160px; padding: 1.25rem; }
  .modal-vip-title { font-size: 1.3rem; }

  /* Body padding menor */
  .modal-body-pad { padding: 1.25rem; }

  /* Info grid vira coluna única */
  .modal-info-grid { grid-template-columns: 1fr; }

  /* Foto row: 2 colunas */
  .modal-photo-row { grid-template-columns: repeat(2,1fr); }

  /* Botões empilham */
  .modal-body-pad > div[style*="display:flex"] { flex-wrap: wrap; }

  /* Ticket options: stack price */
  .ticket-option { flex-wrap: wrap; gap: .75rem; }
  .ticket-price-col { width: 100%; display: flex; align-items: center; justify-content: space-between; }
  .ticket-buy-btn { min-height: 48px; }

  /* Evento modal cover */
  .ev-modal-cover { min-height: 160px; padding: 1.25rem; }
  .ev-modal-cover-name { font-size: 1.3rem; }
  .ev-modal-body { padding: 1.25rem; }
  .ev-info-grid { grid-template-columns: 1fr; }

  /* Review section no modal */
  .review-section { padding: 1rem 1.25rem 1.25rem; }
  .modal-upgrade-banner { flex-direction: column; gap: .75rem; }
}

/* ── Serviços: sidebar pills no mobile ── */
@media (max-width: 768px) {
  /* Sidebar vira scroll horizontal de pills */
  .sidebar {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap !important;
    gap: .4rem;
    padding: .75rem var(--px) !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .sidebar::-webkit-scrollbar { display: none; }
  .sidebar-item { flex-shrink: 0; }

  /* Content area sem padding lateral excessivo */
  .content-area { padding: 1.25rem var(--px) !important; }
  .content-header { flex-direction: column; align-items: flex-start; margin-bottom: 1.25rem; }

  /* Sort row: scroll horizontal */
  .sort-row { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; padding-bottom: 2px; }
  .sort-row::-webkit-scrollbar { display: none; }
  .sort-row .chip { flex-shrink: 0; }

  /* VIP cards no grid: forçar 1 coluna */
  #catVipGrid.biz-grid { grid-template-columns: 1fr !important; }

  /* Biz card VIP: thumb menor */
  .biz-thumb-vip { height: 120px; }
  .biz-vip-cover-ico { font-size: 3.5rem; }

  /* Lista básica: stack addr */
  .biz-list-sub { white-space: normal; font-size: .72rem; }
  .biz-list-right { display: none; } /* esconde estrelas no mobile p/ não apertar */

  /* Upgrade nudge: stack */
  #upgradeNudge { flex-direction: column; padding: 1.25rem; }
  #upgradeNudge > div:last-child { flex-direction: row; }
}

/* ── Empresas: VIP row card responsivo ── */
@media (max-width: 640px) {
  .biz-row-card {
    grid-template-columns: 1fr;
  }
  .biz-row-thumb { height: 120px; }
  .biz-row-actions {
    flex-direction: row;
    flex-wrap: wrap;
    border-left: none;
    border-top: 1px solid var(--border);
    padding: .9rem 1.1rem;
    min-width: auto;
    gap: .5rem;
  }
  .biz-row-actions .btn { flex: 1; min-width: 0; font-size: .78rem; padding: 9px 12px; }
}

/* ── Home: compact grid mobile ── */
@media (max-width: 480px) {
  .biz-compact-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .cat-grid-home { grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); }
  .cat-tile-home { padding: .75rem .5rem; }
  .cat-tile-home .cat-ico { font-size: 1.2rem; }
  .cat-tile-home .cat-name { font-size: .65rem; }
}

/* ── CTA bar mobile ── */
@media (max-width: 560px) {
  .cta-bar { padding: 1.5rem var(--px); }
  .cta-bar-inner { flex-direction: column; text-align: center; gap: 1.25rem; }
  .cta-bar-actions { justify-content: center; width: 100%; }
  .cta-bar-text h3 { font-size: 1.15rem; }
}

/* ── Eventos page mobile ── */
@media (max-width: 640px) {
  .ev-grid { grid-template-columns: 1fr; }
  .highlight-row { grid-template-columns: 1fr; }
  .highlight-card { min-height: 200px; }
  .ev-cta-banner { flex-direction: column; padding: 1.5rem; }
  .ev-home-cta { padding: 1.5rem; }
}

/* ── Planos: pricing grid mobile ── */
@media (max-width: 640px) {
  .pricing-grid { grid-template-columns: 1fr !important; }
  .pricing-card.featured { transform: none !important; }
  .how-grid { grid-template-columns: 1fr; }
  .compare { font-size: .78rem; }
  .compare th, .compare td { padding: .6rem .75rem; }
}

/* ── Sobre / Contato mobile ── */
@media (max-width: 640px) {
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .stat-band { grid-template-columns: repeat(2,1fr); }
  .contact-grid { grid-template-columns: 1fr !important; }
  .form-two { grid-template-columns: 1fr !important; }
  .values-grid { grid-template-columns: 1fr; }
  .tl-item { gap: 1rem; }
}

/* ── Footer mobile ── */
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr !important; gap: 1.75rem; }
  .footer-bottom { flex-direction: column; text-align: center; gap: .5rem; }
}

/* ── VIP section + two-col mobile ── */
@media (max-width: 640px) {
  .two-col { grid-template-columns: 1fr !important; gap: 2rem !important; }
  .vip-list { gap: .65rem; }
  .vip-row { padding: .9rem 1rem; }
}

/* ── General mobile padding ── */
@media (max-width: 480px) {
  .sec { padding: 2.5rem var(--px); }
  .page-hero { padding: 110px var(--px) 40px; }
  .hero-content { padding: 100px var(--px) 60px; }
  .hero h1 { font-size: clamp(2.2rem, 9vw, 3.5rem); }
  .hero-stats { gap: 1.25rem; }
  .search-wrap { border-radius: var(--r); }
  .search-btn { padding: 0 1.25rem; font-size: .82rem; }
}

/* ═══ GLOBAL 1200px ALIGNMENT FIXES ═══ */

/* Footer bottom inner responsive */
@media (max-width: 560px) {
  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* CTA bar — constrain to 1200px */
.cta-bar-inner { max-width: var(--max); margin: 0 auto; padding: 0 var(--px); }

/* Ensure nav inner is also 1200px aligned */
.nav-inner { max-width: var(--max); }

/* Hero content max-width stays tight for readability */
.hero-content { max-width: var(--max); }
.search-wrap  { max-width: 540px; }

/* Dir layout: sidebar stays 220px, content fills rest within 1200px */
@media (min-width: 1200px) {
  .dir-sidebar { width: 240px; }
}

/* Make biz-row-card more readable at 1200px */
@media (min-width: 900px) {
  .dir-vip-grid { grid-template-columns: repeat(2,1fr); }
}

/* Responsive biz-compact-grid at 1200px — 6 cols OK */
@media (max-width: 1100px) {
  .biz-compact-grid { grid-template-columns: repeat(4,1fr) !important; }
}
@media (max-width: 760px) {
  .biz-compact-grid { grid-template-columns: repeat(3,1fr) !important; }
}
@media (max-width: 480px) {
  .biz-compact-grid { grid-template-columns: repeat(2,1fr) !important; }
}

/* Cat grid home responsive at 1200px */
@media (min-width: 900px) {
  .cat-grid-home { grid-template-columns: repeat(auto-fill, minmax(105px,1fr)); }
}

/* Page hero uses wrap internally — keep padding consistent */
.page-hero .wrap { max-width: var(--max); }

/* Event grid at wider widths */
@media (min-width: 1000px) {
  .ev-grid { grid-template-columns: repeat(3,1fr); }
}

/* Pricing grid at 1200px — 3 cols */
@media (min-width: 900px) {
  .pricing-grid { grid-template-columns: repeat(3,1fr) !important; }
}
