/**
 * Aqui em Campinas — public.css
 * CSS independente do tema. Funciona com qualquer tema WordPress.
 * Cobre: formulário cadastro, busca, categorias, planos, single estabelecimento.
 */

/* ── TOKENS ── */
:root {
  --aec-y:  #F5C800; --aec-yl: #FFD93D; --aec-yd: rgba(245,200,0,.12);
  --aec-n:  #0F2044; --aec-nm: #1A3260; --aec-nl: #243E77;
  --aec-w:  #FFFFFF; --aec-of: #F7F8FC;
  --aec-g:  #8A91A8; --aec-gl: #EEF0F6;
  --aec-tx: #1A1F36; --aec-gr: #25D366; --aec-gd: #1DB96A;
  --aec-re: #e53e3e;
  --aec-r:  14px; --aec-rl: 20px;
  --aec-sh: 0 4px 24px rgba(15,32,68,.10);
  --aec-shm:0 8px 32px rgba(15,32,68,.14);
}

/* ── BASE ── */
.aec-wrap,
.aec-busca-wrap,
.aec-form-wrap,
.aec-single,
.aec-planos-wrap {
  font-family: 'Poppins', 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
.aec-wrap *,
.aec-busca-wrap *,
.aec-form-wrap *,
.aec-single *,
.aec-planos-wrap * {
  box-sizing: border-box;
}

/* ════════════════════════════════
   BOTÕES
════════════════════════════════ */
.aec-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 6px; padding: 12px 24px; border-radius: var(--aec-r);
  font-size: 14px; font-weight: 700; font-family: inherit;
  border: none; cursor: pointer; transition: all .2s;
  text-decoration: none; white-space: nowrap; line-height: 1;
}
.aec-btn--yellow { background: var(--aec-y);  color: var(--aec-n); }
.aec-btn--yellow:hover { background: var(--aec-yl); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(245,200,0,.4); }
.aec-btn--navy   { background: var(--aec-n);  color: #fff; }
.aec-btn--navy:hover   { background: var(--aec-nm); transform: translateY(-1px); }
.aec-btn--wa     { background: var(--aec-gr); color: #fff; }
.aec-btn--wa:hover     { background: #20b858; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(37,211,102,.4); }
.aec-btn--ghost  { background: var(--aec-gl); color: var(--aec-n); }
.aec-btn--ghost:hover  { background: #e2e5ef; }
.aec-btn--outline{ background: transparent; color: var(--aec-n); border: 2px solid var(--aec-gl); }
.aec-btn--outline:hover{ border-color: var(--aec-y); }
.aec-btn--insta  { background: #e4405f; color: #fff; }
.aec-btn--tel    { background: var(--aec-y);  color: var(--aec-n); }
.aec-btn--sm  { padding: 8px 16px; font-size: 12px; }
.aec-btn--lg  { padding: 16px 36px; font-size: 16px; }
.aec-btn--full{ width: 100%; justify-content: center; }

/* ════════════════════════════════
   CARDS
════════════════════════════════ */
.aec-card { background: var(--aec-w); border-radius: var(--aec-rl); box-shadow: var(--aec-sh); overflow: hidden; margin-bottom: 16px; }
.aec-card__head { padding: 16px 22px; border-bottom: 1px solid var(--aec-gl); font-size: 15px; font-weight: 800; color: var(--aec-n); }
.aec-card__body { padding: 22px; }

/* ════════════════════════════════
   ALERTS
════════════════════════════════ */
.aec-alert { padding: 14px 18px; border-radius: 10px; font-size: 14px; font-weight: 600; margin-bottom: 16px; }
.aec-alert--success { background: #e8fff2; color: #0a6640; border: 1px solid #b6f0d6; }
.aec-alert--warning { background: #fffbe8; color: #7a6200; border: 1px solid rgba(245,200,0,.4); }
.aec-alert--error   { background: #fff0f0; color: var(--aec-re); border: 1px solid #ffd0d0; }
.aec-alert ul { padding-left: 18px; margin-top: 6px; }
.aec-alert li { margin-bottom: 3px; font-size: 13px; }

/* ════════════════════════════════
   FORMULÁRIO MULTI-STEP (CADASTRO)
════════════════════════════════ */
.aec-form-wrap { max-width: 760px; margin: 28px auto 60px; padding: 0 20px; }

/* Steps nav */
.aec-steps-outer { max-width: 700px; margin: 28px auto 0; padding: 0 20px; }
.aec-steps-nav   { display: flex; position: relative; }
.aec-steps-nav::before {
  content: ''; position: absolute; top: 17px;
  left: 8%; right: 8%; height: 2px;
  background: var(--aec-gl); z-index: 0;
}
.aec-step-pill { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; position: relative; z-index: 1; }
.aec-step-dot  { width: 34px; height: 34px; border-radius: 50%; background: var(--aec-gl); color: var(--aec-g); font-weight: 800; font-size: 13px; display: flex; align-items: center; justify-content: center; transition: all .35s; box-shadow: 0 0 0 3px var(--aec-of); }
.aec-step-dot.on   { background: var(--aec-y);  color: var(--aec-n); }
.aec-step-dot.done { background: var(--aec-gd); color: #fff; }
.aec-step-label { font-size: 11px; font-weight: 600; color: var(--aec-g); text-align: center; }
.aec-step-pill.on .aec-step-label { color: var(--aec-n); font-weight: 700; }

/* Progress */
.aec-progress-outer { max-width: 760px; margin: 14px auto 0; padding: 0 20px; }
.aec-progress-track { background: var(--aec-gl); border-radius: 100px; height: 5px; overflow: hidden; }
.aec-progress-bar   { height: 100%; border-radius: 100px; background: var(--aec-y); transition: width .4s ease; }

/* Step panels */
.aec-fstep     { background: #fff; border-radius: 18px; padding: 32px; box-shadow: var(--aec-sh); display: none; animation: aecFadeUp .35s ease; }
.aec-fstep--on { display: block; }
@keyframes aecFadeUp { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:translateY(0); } }
.aec-step-title { font-size: 18px; font-weight: 800; color: var(--aec-n); margin-bottom: 4px; }
.aec-step-sub   { font-size: 13px; color: var(--aec-g); margin-bottom: 24px; }

/* Fields */
.aec-field { margin-bottom: 18px; }
.aec-field label { display: block; font-size: 13px; font-weight: 700; color: var(--aec-n); margin-bottom: 6px; }
.aec-field .req  { color: var(--aec-re); margin-left: 2px; }
.aec-field .opt  { color: var(--aec-g); font-weight: 400; font-size: 11px; margin-left: 4px; }
.aec-field .hint { font-size: 12px; color: var(--aec-g); margin-top: 4px; display: block; }
.aec-fi {
  width: 100%; padding: 12px 14px; border: 2px solid var(--aec-gl);
  border-radius: 10px; font-size: 14px; font-family: inherit;
  color: var(--aec-tx); outline: none;
  transition: border-color .2s, box-shadow .2s; background: #fff;
}
.aec-fi:focus   { border-color: var(--aec-y); box-shadow: 0 0 0 3px rgba(245,200,0,.15); }
.aec-fi:disabled{ background: #fafafa; color: var(--aec-g); cursor: not-allowed; }
textarea.aec-fi { min-height: 110px; resize: vertical; }
select.aec-fi   { cursor: pointer; }
.aec-field-row  { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 520px) { .aec-field-row { grid-template-columns: 1fr; } }

/* Checkboxes pagamento */
.aec-check-group { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px,1fr)); gap: 8px; }
.aec-check-item  { display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 2px solid var(--aec-gl); border-radius: 10px; cursor: pointer; font-size: 13px; font-weight: 600; color: var(--aec-n); transition: all .2s; user-select: none; }
.aec-check-item:hover    { border-color: var(--aec-y); }
.aec-check-item.checked  { border-color: var(--aec-n); background: rgba(15,32,68,.04); }
.aec-check-item input    { width: 15px; height: 15px; accent-color: var(--aec-n); cursor: pointer; flex: 0 0 auto; }

/* Upload */
.aec-upload-area {
  position: relative; border: 2px dashed var(--aec-gl); border-radius: 12px;
  padding: 32px; text-align: center; cursor: pointer; transition: all .2s;
}
.aec-upload-area:hover,
.aec-upload-area.drag   { border-color: var(--aec-y); background: rgba(245,200,0,.04); }
.aec-upload-area > input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; }
.aec-upload-icon  { font-size: 40px; margin-bottom: 8px; }
.aec-upload-label { font-size: 14px; font-weight: 700; color: var(--aec-n); }
.aec-upload-hint  { font-size: 12px; color: var(--aec-g); margin-top: 4px; }
.aec-preview-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.aec-preview-img  { width: 80px; height: 80px; border-radius: 8px; object-fit: cover; border: 2px solid var(--aec-gl); }

/* Plano cards */
.aec-plano-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px,1fr)); gap: 14px; margin-bottom: 8px; }
.aec-plano-card { position: relative; border: 2px solid var(--aec-gl); border-radius: 14px; padding: 22px 16px 18px; cursor: pointer; transition: all .25s; text-align: center; }
.aec-plano-card:hover    { border-color: var(--aec-y); transform: translateY(-2px); }
.aec-plano-card.sel      { border-color: var(--aec-n); background: rgba(15,32,68,.03); }
.aec-plano-card input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.aec-plano-card__pop   { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--aec-y); color: var(--aec-n); font-size: 10px; font-weight: 800; padding: 3px 12px; border-radius: 100px; white-space: nowrap; }
.aec-plano-card__name  { font-weight: 800; font-size: 16px; color: var(--aec-n); margin-bottom: 8px; }
.aec-plano-card__price { font-size: 30px; font-weight: 900; color: var(--aec-n); line-height: 1; }
.aec-plano-card__price sup  { font-size: 15px; }
.aec-plano-card__price span { font-size: 14px; font-weight: 500; color: var(--aec-g); }
.aec-plano-card__feats { font-size: 12px; color: var(--aec-g); margin-top: 8px; line-height: 1.5; }
.aec-plano-card__cta   { display: block; margin-top: 10px; background: var(--aec-n); color: #fff; padding: 9px; border-radius: 8px; font-size: 12px; font-weight: 700; transition: all .2s; text-decoration: none; }
.aec-plano-card__cta:hover { background: var(--aec-nm); color: #fff; }

/* Btn row / divider */
.aec-btn-row { display: flex; justify-content: space-between; gap: 10px; margin-top: 24px; }
.aec-divider { border: none; border-top: 1px solid var(--aec-gl); margin: 24px 0; }

/* Sucesso */
.aec-sucesso { background: #fff; border-radius: 20px; padding: 56px 32px; text-align: center; box-shadow: var(--aec-shm); max-width: 520px; margin: 28px auto; }
.aec-sucesso__icon  { font-size: 72px; margin-bottom: 20px; }
.aec-sucesso__title { font-size: 26px; font-weight: 800; color: var(--aec-n); margin-bottom: 12px; }
.aec-sucesso__text  { color: var(--aec-g); font-size: 15px; line-height: 1.7; margin-bottom: 28px; }

/* ════════════════════════════════
   BUSCA
════════════════════════════════ */
.aec-busca-wrap { max-width: 960px; margin: 0 auto; padding: 0 20px 48px; }
.aec-busca-form { margin-bottom: 24px; }
.aec-busca-row  { display: flex; gap: 10px; margin-bottom: 12px; }
.aec-busca-box  {
  flex: 1; position: relative; display: flex; align-items: center;
  background: #fff; border: 2px solid var(--aec-gl); border-radius: 12px;
  box-shadow: var(--aec-sh); transition: all .2s;
}
.aec-busca-box:focus-within { border-color: var(--aec-y); box-shadow: var(--aec-sh), 0 0 0 3px rgba(245,200,0,.18); }
.aec-busca-icon  { padding: 0 14px; font-size: 18px; color: var(--aec-g); flex: 0 0 auto; }
.aec-busca-input {
  flex: 1; border: none; outline: none; font-size: 15px; font-weight: 500;
  font-family: inherit; color: var(--aec-tx); padding: 14px 0; background: transparent;
}
.aec-busca-input::placeholder { color: #b0b5c4; }
.aec-busca-filters { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.aec-busca-select {
  padding: 9px 14px; border: 2px solid var(--aec-gl); border-radius: 10px;
  font-size: 13px; font-family: inherit; background: #fff; outline: none; cursor: pointer;
  transition: border-color .2s;
}
.aec-busca-select:focus { border-color: var(--aec-y); }
.aec-busca-count { font-size: 14px; color: #555; margin-bottom: 20px; }
.aec-busca-count strong { color: var(--aec-n); }
.aec-busca-count em { font-style: normal; font-weight: 700; color: var(--aec-n); }

/* Resultados grid */
.aec-resultados-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 18px; }
.aec-resultado {
  background: #fff; border-radius: 16px; overflow: hidden; box-shadow: var(--aec-sh);
  text-decoration: none; color: inherit; display: flex; flex-direction: column;
  transition: all .25s; border: 2px solid transparent;
}
.aec-resultado:hover { transform: translateY(-4px); box-shadow: var(--aec-shm); border-color: var(--aec-y); }
.aec-resultado__thumb {
  height: 160px; background: linear-gradient(135deg, var(--aec-nl), var(--aec-n));
  position: relative; display: flex; align-items: center; justify-content: center;
  font-size: 52px; opacity: .35; overflow: hidden; flex: 0 0 auto;
}
.aec-resultado__thumb img { width: 100%; height: 100%; object-fit: cover; opacity: 1; }
.aec-resultado__badge { position: absolute; top: 10px; left: 10px; font-size: 10px; font-weight: 800; padding: 4px 10px; border-radius: 100px; text-transform: uppercase; letter-spacing: .4px; }
.aec-resultado__badge--destaque { background: var(--aec-y);  color: var(--aec-n); }
.aec-resultado__badge--premium  { background: var(--aec-n);  color: var(--aec-y); }
.aec-resultado__body   { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.aec-resultado__cat    { font-size: 11px; font-weight: 700; color: var(--aec-y); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; }
.aec-resultado__nome   { font-size: 16px; font-weight: 800; color: var(--aec-n); margin-bottom: 8px; line-height: 1.25; }
.aec-resultado__desc   { font-size: 13px; color: #555; line-height: 1.55; flex: 1; }
.aec-resultado__footer { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; flex-wrap: wrap; gap: 6px; }
.aec-resultado__bairro { font-size: 12px; color: var(--aec-g); }
.aec-resultado__wa     { font-size: 11px; font-weight: 700; color: var(--aec-gd); background: #e8fff2; padding: 3px 10px; border-radius: 100px; }

/* ════════════════════════════════
   CATEGORIAS
════════════════════════════════ */
.aec-cat-group { margin-bottom: 36px; }
.aec-cat-group-title { font-weight: 800; font-size: 16px; color: var(--aec-n); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.aec-cat-group-title::after { content: ''; flex: 1; height: 2px; background: var(--aec-gl); }
.aec-subcats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap: 12px; }
.aec-subcat { background: #fff; border-radius: var(--aec-r); padding: 16px; display: flex; align-items: center; gap: 14px; box-shadow: var(--aec-sh); cursor: pointer; transition: all .25s; border: 2px solid transparent; text-decoration: none; color: inherit; }
.aec-subcat:hover { border-color: var(--aec-y); transform: translateY(-2px); box-shadow: var(--aec-shm); color: inherit; }
.aec-subcat__icon  { font-size: 28px; flex: 0 0 44px; text-align: center; }
.aec-subcat__name  { font-size: 14px; font-weight: 700; color: var(--aec-n); margin-bottom: 2px; }
.aec-subcat__count { font-size: 12px; color: var(--aec-g); }
.aec-subcat__arrow { color: var(--aec-g); font-size: 16px; margin-left: auto; }
.aec-subcat:hover .aec-subcat__arrow { color: var(--aec-y); }

/* ════════════════════════════════
   SINGLE ESTABELECIMENTO
════════════════════════════════ */
/* Cover */
.aec-cover { height: 220px; position: relative; overflow: hidden; }
.aec-cover__bg      { position: absolute; inset: 0; background: linear-gradient(135deg, #1a3260, #0f2044); }
.aec-cover__grid    { position: absolute; inset: 0; background-image: linear-gradient(rgba(245,200,0,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(245,200,0,.04) 1px, transparent 1px); background-size: 40px 40px; }
.aec-cover__img     { width: 100%; height: 100%; object-fit: cover; }
.aec-cover__overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 30%, rgba(15,32,68,.65) 100%); }
.aec-cover__badge   { position: absolute; top: 16px; right: 24px; font-size: 11px; font-weight: 800; padding: 6px 16px; border-radius: 100px; text-transform: uppercase; letter-spacing: .5px; }
.aec-cover__badge--destaque { background: var(--aec-y); color: var(--aec-n); }
.aec-cover__badge--premium  { background: var(--aec-n); color: var(--aec-y); border: 2px solid var(--aec-y); }
.aec-cover__bc      { position: absolute; top: 16px; left: 24px; display: flex; align-items: center; gap: 6px; }
.aec-cover__bc a, .aec-cover__bc span { color: rgba(255,255,255,.6); font-size: 12px; font-weight: 600; text-decoration: none; }
.aec-cover__bc a:hover { color: #fff; }
.aec-cover__bc .current { color: rgba(255,255,255,.9); }
.aec-cover__thumbs  { position: absolute; bottom: 14px; right: 14px; display: flex; gap: 6px; }
.aec-cover__thumb   { width: 54px; height: 54px; border-radius: 8px; overflow: hidden; cursor: pointer; border: 2px solid rgba(255,255,255,.3); }
.aec-cover__thumb img { width: 100%; height: 100%; object-fit: cover; }
.aec-cover__thumb--more { background: rgba(0,0,0,.6); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; font-weight: 800; }
/* Cover premium com foto real */
.aec-cover--premium { height: 260px; }

/* Wrap */
.aec-single__wrap { max-width: 1000px; margin: -48px auto 0; padding: 0 20px 60px; box-sizing: border-box; position: relative; z-index: 5; }

/* Profile */
.aec-profile { background: #fff; border-radius: var(--aec-rl); box-shadow: var(--aec-shm); padding: 28px; margin-top: 0; position: relative; z-index: 5; margin-bottom: 16px; }
.aec-profile__top { display: flex; align-items: flex-start; gap: 20px; flex-wrap: wrap; }
.aec-profile__av  { width: 72px; height: 72px; border-radius: 16px; background: linear-gradient(135deg, var(--aec-y), var(--aec-yl)); display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 900; color: var(--aec-n); flex: 0 0 72px; box-shadow: 0 4px 16px rgba(245,200,0,.35); }
.aec-profile__av--premium { box-shadow: 0 4px 24px rgba(245,200,0,.5); }
.aec-profile__info { flex: 1; min-width: 0; }
.aec-profile__actions { display: flex; flex-direction: column; gap: 8px; flex: 0 0 auto; }
@media (max-width: 600px) { .aec-profile__top { flex-direction: column; } .aec-profile__actions { flex-direction: row; flex-wrap: wrap; } }
.aec-profile__cat  { color: var(--aec-y); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; margin-bottom: 4px; }
.aec-profile__name { font-size: clamp(20px, 4vw, 28px); font-weight: 800; color: var(--aec-n); margin-bottom: 10px; line-height: 1.2; }
.aec-verified      { color: var(--aec-gd); font-size: 12px; font-weight: 700; margin-left: 8px; }

/* Rating */
.aec-rating         { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; font-size: 14px; }
.aec-rating__stars  { color: var(--aec-y); font-size: 16px; letter-spacing: 1px; }
.aec-rating__count  { color: var(--aec-g); font-size: 13px; }
.aec-open-badge     { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 600; color: var(--aec-gd); }
.aec-open-dot       { width: 7px; height: 7px; border-radius: 50%; background: var(--aec-gd); display: inline-block; }

/* Chips */
.aec-chips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 20px; }
.aec-chip  { background: #fff; border-radius: 12px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; box-shadow: var(--aec-sh); font-size: 13px; font-weight: 500; color: var(--aec-tx); overflow: hidden; min-width: 0; max-width: 100%; width: 100%; }
.aec-chip > span:first-child { flex: 0 0 auto; font-size: 16px; line-height: 1; }
.aec-chip-text { flex: 1 1 0; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
.aec-chip a { color: inherit; text-decoration: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; max-width: 100%; }
.aec-chips--premium { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Tabs */
.aec-tabs { background: #fff; border-radius: 12px; padding: 4px; box-shadow: var(--aec-sh); margin-bottom: 16px; display: flex; overflow-x: auto; gap: 2px; }
.aec-tabs::-webkit-scrollbar { display: none; }
.aec-tab  { flex: 1; padding: 11px 16px; border: none; background: transparent; font-size: 14px; font-weight: 600; color: var(--aec-g); cursor: pointer; border-radius: 10px; white-space: nowrap; font-family: inherit; transition: all .2s; }
.aec-tab--on        { background: var(--aec-n); color: #fff; }
.aec-tab:hover:not(.aec-tab--on) { background: var(--aec-gl); color: var(--aec-tx); }
.aec-panel          { display: none; }
.aec-panel--on      { display: block; }

/* Conteúdo */
.aec-desc   { font-size: 15px; line-height: 1.75; color: var(--aec-tx); }
.aec-tags   { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.aec-tag    { background: var(--aec-gl); color: var(--aec-n); font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 100px; }
.aec-empty  { color: var(--aec-g); font-size: 14px; text-align: center; padding: 16px; }

/* Fotos grid */
.aec-fotos-grid         { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px,1fr)); gap: 8px; }
.aec-fotos-grid--premium{ grid-template-columns: repeat(auto-fill, minmax(160px,1fr)); }
.aec-foto     { aspect-ratio: 1; border-radius: 10px; overflow: hidden; cursor: zoom-in; }
.aec-foto img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.aec-foto:hover img { transform: scale(1.05); }

/* Reviews */
.aec-review       { padding: 16px 0; border-bottom: 1px solid var(--aec-gl); }
.aec-review:last-of-type { border-bottom: none; }
.aec-review__hdr  { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.aec-review__av   { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--aec-nm), var(--aec-n)); color: var(--aec-y); font-weight: 800; font-size: 14px; display: flex; align-items: center; justify-content: center; flex: 0 0 38px; }
.aec-review__stars{ color: var(--aec-y); font-size: 13px; letter-spacing: 1px; }
.aec-review__date { margin-left: auto; color: var(--aec-g); font-size: 12px; }
.aec-review__txt  { font-size: 14px; color: var(--aec-tx); line-height: 1.65; font-style: italic; }
.aec-rating-summary { display: flex; align-items: center; gap: 24px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 2px solid var(--aec-gl); }

/* Form avaliação */
.aec-review-form       { margin-top: 24px; padding-top: 24px; border-top: 2px solid var(--aec-gl); }
.aec-review-form__title{ font-size: 16px; font-weight: 800; color: var(--aec-n); margin-bottom: 16px; }
.aec-av-form .aec-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 520px) { .aec-av-form .aec-form-row { grid-template-columns: 1fr; } }
.aec-av-field { margin-bottom: 14px; }
.aec-av-field label { display: block; font-size: 12px; font-weight: 700; color: var(--aec-n); margin-bottom: 5px; text-transform: uppercase; letter-spacing: .4px; }
.aec-av-field .req { color: var(--aec-re); margin-left: 2px; }
.aec-av-field .opt { color: var(--aec-g); font-weight: 400; font-size: 11px; }
.aec-input { width: 100%; padding: 11px 14px; border: 2px solid var(--aec-gl); border-radius: 10px; font-size: 14px; font-family: inherit; color: var(--aec-tx); outline: none; transition: border-color .2s, box-shadow .2s; }
.aec-input:focus { border-color: var(--aec-y); box-shadow: 0 0 0 3px rgba(245,200,0,.15); }
textarea.aec-input { min-height: 90px; resize: vertical; }

/* Stars picker */
.aec-stars-picker { display: flex; flex-direction: row-reverse; justify-content: flex-end; margin-bottom: 14px; gap: 2px; }
.aec-stars-picker input { display: none; }
.aec-stars-picker label { font-size: 30px; color: #ddd; cursor: pointer; transition: color .1s; line-height: 1; }
.aec-stars-picker input:checked ~ label,
.aec-stars-picker label:hover,
.aec-stars-picker label:hover ~ label { color: var(--aec-y); }

/* Lightbox */
.aec-lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.92); z-index: 9999; display: none; align-items: center; justify-content: center; cursor: zoom-out; }
.aec-lightbox img { max-width: 90vw; max-height: 90vh; border-radius: 10px; object-fit: contain; }

/* Upgrade nudge */
.aec-upgrade-nudge { background: var(--aec-yd); border: 1px solid rgba(245,200,0,.3); border-radius: 12px; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 16px; font-size: 14px; font-weight: 600; color: var(--aec-n); }

/* Plano básico */
.aec-basico-hero         { background: linear-gradient(135deg, var(--aec-n), var(--aec-nm)); padding: 32px 24px 28px; }
.aec-basico-hero__inner  { max-width: 700px; margin: 0 auto; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.aec-basico-avatar { width: 72px; height: 72px; border-radius: 16px; background: linear-gradient(135deg, var(--aec-y), var(--aec-yl)); display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 900; color: var(--aec-n); flex: 0 0 72px; }
.aec-basico-cat    { color: var(--aec-y); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; margin-bottom: 4px; }
.aec-basico-name   { color: #fff; font-size: clamp(20px, 4vw, 28px); font-weight: 800; margin-bottom: 6px; }
.aec-basico-bairro { color: rgba(255,255,255,.65); font-size: 13px; }
.aec-basico-contatos { max-width: 700px; margin: 24px auto; padding: 0 24px; display: flex; flex-direction: column; gap: 12px; }
.aec-contato-btn   { display: flex; align-items: center; gap: 12px; padding: 16px 24px; border-radius: 14px; font-size: 15px; font-weight: 700; transition: all .2s; text-decoration: none; }
.aec-contato-btn--wa    { background: var(--aec-gr); color: #fff; }
.aec-contato-btn--wa:hover { background: #20b858; transform: translateY(-1px); }
.aec-contato-btn--tel   { background: var(--aec-y);  color: var(--aec-n); }
.aec-contato-btn--tel:hover { background: var(--aec-yl); }
.aec-contato-btn--insta { background: #e4405f; color: #fff; }
.aec-contato-btn--insta:hover { background: #c13353; }
.aec-basico-upgrade  { max-width: 700px; margin: 24px auto; padding: 28px 24px; background: var(--aec-n); border-radius: var(--aec-rl); text-align: center; }
.aec-basico-upgrade__icon { font-size: 40px; margin-bottom: 12px; }
.aec-basico-upgrade h3    { color: #fff; font-size: 20px; margin-bottom: 8px; }
.aec-basico-upgrade p     { color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.65; margin-bottom: 20px; }
.aec-basico-upgrade__btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

/* ════════════════════════════════
   PLANOS PAGE
════════════════════════════════ */
.aec-planos-wrap   { max-width: 960px; margin: 0 auto; padding: 0 20px 60px; }
.aec-planos-grid   { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 20px; margin-top: 40px; }
.aec-plan-card     { background: #fff; border-radius: var(--aec-rl); padding: 32px 28px; box-shadow: var(--aec-sh); border: 2px solid transparent; position: relative; transition: all .3s; }
.aec-plan-card:hover { transform: translateY(-4px); box-shadow: var(--aec-shm); }
.aec-plan-card--featured { border-color: var(--aec-y); }
.aec-plan-pop     { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--aec-y); color: var(--aec-n); font-size: 12px; font-weight: 800; padding: 5px 18px; border-radius: 100px; white-space: nowrap; text-transform: uppercase; }
.aec-plan-name    { font-size: 22px; font-weight: 900; color: var(--aec-n); margin-bottom: 4px; }
.aec-plan-price   { font-size: 48px; font-weight: 900; color: var(--aec-n); line-height: 1.1; margin: 14px 0; }
.aec-plan-price sup  { font-size: 20px; vertical-align: super; }
.aec-plan-price span { font-size: 16px; font-weight: 500; color: var(--aec-g); }
.aec-plan-feats   { list-style: none; padding: 0; margin: 0; }
.aec-plan-feats li{ display: flex; align-items: flex-start; gap: 10px; font-size: 14px; margin-bottom: 10px; line-height: 1.4; }

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

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */
@media (max-width: 768px) {
  .aec-profile__actions { flex-direction: row; flex-wrap: wrap; }
  .aec-chips { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .aec-planos-grid { grid-template-columns: 1fr; }
  .aec-busca-row { flex-direction: column; }
  .aec-busca-row .aec-btn { width: 100%; }
}
@media (max-width: 480px) {
  .aec-chips { grid-template-columns: 1fr; }
  .aec-resultados-grid { grid-template-columns: 1fr; }
  .aec-cover { height: 180px; }
  .aec-fstep { padding: 20px; }
}

/* ════════════════════════════════
   PLANOS PAGE — REDESIGN
════════════════════════════════ */

/* Hero */
.aec-pl-hero { text-align:center; padding:56px 20px 40px; }
.aec-pl-eyebrow { font-size:12px; font-weight:700; color:var(--aec-y); text-transform:uppercase; letter-spacing:.1em; margin-bottom:12px; }
.aec-pl-title { font-size:clamp(26px,5vw,44px); font-weight:900; color:var(--aec-n); margin-bottom:14px; line-height:1.15; }
.aec-pl-sub { font-size:15px; color:var(--aec-g); margin-bottom:28px; }
.aec-pl-stats { display:flex; align-items:center; justify-content:center; gap:0; flex-wrap:wrap; }
.aec-pl-stat { text-align:center; padding:12px 28px; }
.aec-pl-stat strong { display:block; font-size:26px; font-weight:900; color:var(--aec-n); }
.aec-pl-stat span { font-size:13px; color:var(--aec-g); }
.aec-pl-stat-div { width:1px; height:36px; background:var(--aec-gl); }
@media(max-width:480px){ .aec-pl-stat-div{display:none;} .aec-pl-stat{padding:8px 16px;} }

/* Toggle */
.aec-pl-toggle-wrap { display:flex; align-items:center; justify-content:center; gap:10px; margin-bottom:36px; }
.aec-pl-tgl-label { font-size:14px; font-weight:600; color:var(--aec-tx); }
.aec-pl-tgl-switch { position:relative; width:48px; height:26px; flex-shrink:0; }
.aec-pl-tgl-switch input { opacity:0; width:0; height:0; }
.aec-pl-tgl-slider { position:absolute; inset:0; background:var(--aec-gl); border-radius:26px; cursor:pointer; transition:.25s; }
.aec-pl-tgl-slider:before { content:''; position:absolute; width:20px; height:20px; left:3px; top:3px; background:#fff; border-radius:50%; transition:.25s; box-shadow:0 1px 4px rgba(0,0,0,.15); }
.aec-pl-tgl-switch input:checked + .aec-pl-tgl-slider { background:var(--aec-n); }
.aec-pl-tgl-switch input:checked + .aec-pl-tgl-slider:before { transform:translateX(22px); }
.aec-pl-tgl-save { font-size:11px; font-weight:700; background:#e8fff2; color:#0a6640; padding:3px 10px; border-radius:100px; }

/* Plan cards redesign */
.aec-planos-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:20px; margin-bottom:48px; align-items:start; }
.aec-plan-card { background:#fff; border-radius:var(--aec-rl); padding:28px 24px; box-shadow:var(--aec-sh); border:2px solid transparent; transition:all .3s; position:relative; }
.aec-plan-card:hover { transform:translateY(-4px); box-shadow:var(--aec-shm); }
.aec-plan-card--featured { border-color:var(--aec-y); }
.aec-plan-card--premium { border-color:#C9A84C; }
.aec-plan-badge-wrap { min-height:28px; display:flex; align-items:center; margin-bottom:8px; }
.aec-plan-pop { display:inline-block; background:var(--aec-y); color:var(--aec-n); font-size:11px; font-weight:800; padding:4px 14px; border-radius:100px; white-space:nowrap; text-transform:uppercase; letter-spacing:.03em; }
.aec-plan-pop--gold { background:linear-gradient(90deg,#C9A84C,#f0c96a); color:#3a2600; }
.aec-plan-icon { font-size:24px; margin-bottom:6px; }
.aec-plan-name { font-size:22px; font-weight:900; color:var(--aec-n); margin-bottom:4px; }
.aec-plan-tagline { font-size:13px; color:var(--aec-g); margin-bottom:18px; line-height:1.5; }
.aec-plan-price-wrap { margin-bottom:18px; }
.aec-plan-price { font-size:44px; font-weight:900; color:var(--aec-n); line-height:1; }
.aec-plan-price sup { font-size:18px; vertical-align:super; }
.aec-plan-price span { font-size:16px; font-weight:500; color:var(--aec-g); }
.aec-plan-price-note { font-size:12px; color:var(--aec-g); margin-top:4px; min-height:18px; }
.aec-plan-div { border:none; border-top:1px solid var(--aec-gl); margin:18px 0; }
.aec-plan-feats { list-style:none; padding:0; margin:0 0 20px; display:flex; flex-direction:column; gap:9px; }
.aec-plan-feats li { display:flex; align-items:flex-start; gap:8px; font-size:13px; line-height:1.45; color:var(--aec-tx); }
.aec-fi-yes { color:var(--aec-gd); font-weight:700; flex-shrink:0; }
.aec-fi-no { color:#ccc; flex-shrink:0; }

/* Tabela comparativa */
.aec-pl-section { margin-bottom:48px; }
.aec-pl-section-title { font-size:clamp(18px,3vw,26px); font-weight:900; color:var(--aec-n); text-align:center; margin-bottom:24px; }
.aec-tbl-wrap { background:#fff; border-radius:16px; box-shadow:var(--aec-sh); overflow:hidden; overflow-x:auto; }
.aec-compare-tbl { width:100%; border-collapse:collapse; font-size:14px; min-width:480px; }
.aec-compare-tbl thead tr { background:var(--aec-n); color:#fff; }
.aec-compare-tbl th { padding:16px 14px; text-align:center; font-weight:700; font-size:13px; line-height:1.4; }
.aec-compare-tbl th.aec-tbl-feat-col { text-align:left; padding-left:20px; }
.aec-compare-tbl td { padding:13px 14px; border-bottom:1px solid var(--aec-gl); text-align:center; }
.aec-compare-tbl td.aec-tbl-feat-col { text-align:left; padding-left:20px; font-weight:600; color:var(--aec-tx); }
.aec-compare-tbl tr:last-child td { border-bottom:none; }
.aec-tbl-col-dest { background:rgba(245,200,0,.05); }
.aec-tbl-col-prem { background:rgba(201,168,76,.06); }
.aec-tbl-price-label { font-size:11px; font-weight:500; color:var(--aec-y); }
.aec-tbl-yes { color:var(--aec-gd); font-weight:700; font-size:13px; }
.aec-tbl-no { color:#ccc; font-size:13px; }

/* FAQ */
.aec-pl-faq { max-width:680px; margin:0 auto; }
.aec-pl-faq-item { background:#fff; border-radius:12px; margin-bottom:10px; box-shadow:0 2px 10px rgba(15,32,68,.07); overflow:hidden; }
.aec-pl-faq-q { font-weight:700; color:var(--aec-n); font-size:15px; padding:18px 22px; cursor:pointer; display:flex; align-items:center; justify-content:space-between; list-style:none; }
.aec-pl-faq-q::-webkit-details-marker { display:none; }
.aec-pl-faq-arrow { font-size:14px; color:var(--aec-g); flex-shrink:0; transition:transform .25s; }
details[open] .aec-pl-faq-arrow { transform:rotate(180deg); }
.aec-pl-faq-a { padding:0 22px 18px; color:var(--aec-g); font-size:14px; line-height:1.65; margin:0; }

/* CTA final */
.aec-pl-cta { background:var(--aec-n); border-radius:var(--aec-rl); padding:48px 24px; text-align:center; }
.aec-pl-cta h2 { color:#fff; font-size:clamp(20px,3vw,28px); font-weight:800; margin-bottom:8px; }
.aec-pl-cta p { color:rgba(255,255,255,.65); font-size:15px; margin-bottom:24px; line-height:1.6; }

/* ════════════════════════════════
   VITRINE DE PRODUTOS (Premium)
════════════════════════════════ */
.aec-vitrine-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); gap:16px; }
.aec-produto-card { background:var(--aec-of); border-radius:14px; overflow:hidden; border:1px solid var(--aec-gl); transition:all .25s; display:flex; flex-direction:column; }
.aec-produto-card:hover { transform:translateY(-2px); box-shadow:var(--aec-sh); }
.aec-produto-img { width:100%; aspect-ratio:1.4; overflow:hidden; background:var(--aec-gl); display:flex; align-items:center; justify-content:center; }
.aec-produto-img img { width:100%; height:100%; object-fit:cover; transition:transform .3s; }
.aec-produto-card:hover .aec-produto-img img { transform:scale(1.04); }
.aec-produto-img--empty { font-size:36px; color:var(--aec-g); }
.aec-produto-body { padding:14px; flex:1; display:flex; flex-direction:column; }
.aec-produto-nome { font-size:14px; font-weight:700; color:var(--aec-n); margin-bottom:5px; line-height:1.3; }
.aec-produto-desc { font-size:13px; color:var(--aec-g); line-height:1.5; margin-bottom:10px; flex:1; }
.aec-produto-link { font-size:12px; font-weight:700; color:var(--aec-n); text-decoration:none; display:inline-flex; align-items:center; gap:4px; background:var(--aec-y); padding:6px 14px; border-radius:8px; align-self:flex-start; transition:background .2s; }
.aec-produto-link:hover { background:var(--aec-yl); color:var(--aec-n); }

/* ════════════════════════════════
   VÍDEO EMBED (Premium)
════════════════════════════════ */
.aec-video-wrap { position:relative; width:100%; aspect-ratio:16/9; border-radius:12px; overflow:hidden; margin-bottom:20px; background:#000; }
.aec-video-wrap iframe { position:absolute; inset:0; width:100%; height:100%; border:none; }

/* ════════════════════════════════
   AVALIAÇÕES EM GRID (Destaque + Premium)
════════════════════════════════ */
.aec-rating-num { font-size:52px; font-weight:900; color:var(--aec-n); line-height:1; }
.aec-rating-big-stars { color:var(--aec-y); font-size:22px; letter-spacing:2px; margin:4px 0; }
.aec-rating-count-label { font-size:12px; color:var(--aec-g); }
.aec-reviews-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:14px; margin-bottom:20px; }
.aec-review--card { background:var(--aec-of); border-radius:12px; padding:16px; border:1px solid var(--aec-gl); }
.aec-review__meta { flex:1; min-width:0; }
.aec-review__txt { font-size:13px; color:var(--aec-tx); line-height:1.65; font-style:italic; margin:10px 0 0; }

/* ════════════════════════════════
   BÁSICO — LAYOUT MELHORADO
════════════════════════════════ */
.aec-basico-body { max-width:700px; margin:0 auto; padding:0 20px 48px; }
.aec-contato-btn { display:flex; align-items:center; gap:14px; padding:16px 20px; border-radius:14px; font-size:15px; transition:all .2s; text-decoration:none; margin-bottom:10px; }
.aec-contato-icon { font-size:22px; flex-shrink:0; }
.aec-contato-label { display:block; font-weight:700; font-size:14px; line-height:1.2; }
.aec-contato-sub { display:block; font-size:12px; opacity:.75; font-weight:400; margin-top:2px; }
.aec-contato-arrow { margin-left:auto; font-size:18px; opacity:.5; }
.aec-contato-btn--site { background:var(--aec-gl); color:var(--aec-n); }
.aec-contato-btn--site:hover { background:#e2e5ef; color:var(--aec-n); }

/* ════════════════════════════════
   RESPONSIVE ADDITIONS
════════════════════════════════ */
@media(max-width:768px) {
  .aec-vitrine-grid { grid-template-columns:repeat(2,1fr); }
  .aec-reviews-grid { grid-template-columns:1fr; }
  .aec-compare-tbl { font-size:12px; }
}
@media(max-width:480px) {
  .aec-vitrine-grid { grid-template-columns:1fr 1fr; gap:10px; }
  .aec-pl-hero { padding:36px 16px 28px; }
}
