/* ══════════════════════════════════════════════════════════════════
   PERFIL TRAJES — MAISON DE ALTA ALFAIATARIA & LOCAÇÃO
   "A Elegância Impecável Para o Seu Grande Momento"
   Instagram Feed Real • Provador Virtual • WCAG AA • Mobile-First
   ══════════════════════════════════════════════════════════════════ */

:root {
  --bg: #0b0f17;
  --bg-card: #131822;
  --bg-card-hover: #19202e;
  --border: rgba(197, 160, 89, 0.2);
  
  --gold-champagne: #c5a059;
  --gold-light: #e6cb8b;
  --gold-dark: #8c6d2d;
  --gold-glow: rgba(197, 160, 89, 0.25);
  --gold-gradient: linear-gradient(135deg, #d8b873 0%, #a88438 100%);
  
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --text-dim: #64748b;
  
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, sans-serif;
  
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 18px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 15px;
  overflow-x: hidden;
}

body {
  background-color: var(--bg);
  color: var(--text-main);
  font-family: var(--font-sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 75px;
  overflow-x: hidden;
  width: 100%;
}

@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

:focus-visible {
  outline: 2px solid var(--gold-champagne);
  outline-offset: 3px;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}

.text-center { text-align: center; }
.text-gold { color: var(--gold-champagne); }
.text-gold-serif {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--gold-light);
  font-weight: 600;
}
.w-full { width: 100%; }
.mt-3 { margin-top: 12px; }

/* ─── ATELIER TOP ACCENT ─── */
.atelier-top-line {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, transparent, #c5a059, #e6cb8b, #c5a059, transparent);
}

/* ─── NAVBAR ─── */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 15, 23, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
  gap: 10px;
}

.brand-link {
  text-decoration: none;
  display: inline-flex;
}
.brand-atelier {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.brand-real-logo {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid var(--gold-champagne);
  object-fit: cover;
  box-shadow: 0 0 10px var(--gold-glow);
}
.brand-text {
  display: flex;
  flex-direction: column;
}
.brand-title {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1;
}
.brand-sub {
  font-size: 0.58rem;
  letter-spacing: 1.2px;
  color: var(--gold-champagne);
  font-weight: 600;
  margin-top: 2px;
}

.nav-links {
  display: none;
  gap: 20px;
}
@media (min-width: 960px) {
  .nav-links {
    display: flex;
  }
}
.nav-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: color 0.2s ease;
}
.nav-links a:hover {
  color: var(--gold-light);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-tool-toggle {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 5px 8px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.btn-tool-toggle:hover {
  color: #fff;
  border-color: var(--gold-champagne);
}
.btn-tool-toggle.active {
  background: rgba(197, 160, 89, 0.15);
  border-color: var(--gold-champagne);
  color: var(--gold-light);
}

.btn-gold-action {
  background: var(--gold-gradient);
  color: #0d1117;
  font-weight: 800;
  font-size: 0.8rem;
  padding: 7px 14px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 12px var(--gold-glow);
  white-space: nowrap;
}
.btn-gold-action:hover {
  transform: translateY(-1px);
}

/* ─── HERO SECTION ─── */
.hero-section {
  position: relative;
  padding: 45px 0 70px;
  overflow: hidden;
}

.hero-ambient-light {
  position: absolute;
  top: -100px;
  left: 10%;
  width: 550px;
  height: 450px;
  background: radial-gradient(circle, rgba(197, 160, 89, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
  width: 100%;
}
@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.atelier-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(197, 160, 89, 0.1);
  border: 1px solid rgba(197, 160, 89, 0.3);
  color: var(--gold-light);
  padding: 5px 12px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.3rem, 5.8vw, 3.8rem);
  line-height: 1.08;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 600;
}

.hero-subtitle {
  font-size: clamp(0.92rem, 2.5vw, 1.05rem);
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 26px;
  max-width: 520px;
}

.hero-cta-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
@media (min-width: 540px) {
  .hero-cta-group {
    flex-direction: row;
  }
}

.btn-primary-gold {
  background: var(--gold-gradient);
  color: #0d1117;
  border: 1px solid #e6cb8b;
  border-radius: 4px;
  padding: 14px 22px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  box-shadow: 0 0 20px var(--gold-glow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}
.btn-primary-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(197, 160, 89, 0.5);
}

.btn-secondary-wa {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 14px 20px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.btn-secondary-wa:hover {
  background: rgba(34, 197, 94, 0.15);
  border-color: #22c55e;
  color: #4ade80;
}

.hero-trust-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  border-top: 1px solid var(--border);
  padding-top: 18px;
}
@media (min-width: 540px) {
  .hero-trust-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
.trust-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--text-muted);
}
.trust-pill i {
  color: var(--gold-champagne);
}

/* HERO SHOWCASE FRAME */
.hero-showcase-frame {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
  border: 1.5px solid var(--gold-champagne);
  background: #080c14;
}
.showcase-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(197, 160, 89, 0.15), transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.showcase-img-box {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
}
.hero-suit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.4s ease;
}
.hero-showcase-frame:hover .hero-suit-img {
  transform: scale(1.03);
}
.showcase-badge-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(7, 10, 16, 0.96) 0%, rgba(7, 10, 16, 0.6) 70%, transparent 100%);
  padding: 20px;
  z-index: 2;
  border-top: 1px solid rgba(197, 160, 89, 0.3);
}
.badge-title {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: var(--gold-light);
  font-weight: 700;
  letter-spacing: 1px;
}
.badge-sub {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ══════════════════════════════════════════════════════════════════
   PROVADOR VIRTUAL FOTOGRÁFICO REALISTA (ESPELHO INTERATIVO MASTER)
   ══════════════════════════════════════════════════════════════════ */
.fitting-room-section {
  padding: 75px 0;
  background: linear-gradient(180deg, #0e131d 0%, #070a10 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.fitting-room-master-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 40px;
}
@media (min-width: 960px) {
  .fitting-room-master-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

/* VIEWPORT REALISTA DO PROVADOR */
.fitting-viewport-box {
  background: #080c14;
  border: 1.5px solid var(--gold-champagne);
  border-radius: var(--r-md);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.viewport-header {
  padding: 12px 16px;
  background: #0e1420;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.viewport-title-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--gold-light);
}
.viewport-status-tag {
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--gold-champagne);
  background: rgba(197, 160, 89, 0.12);
  padding: 2px 8px;
  border-radius: 2px;
  letter-spacing: 1px;
}

.fitting-display-frame {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
  background: #05080e;
}
.suit-real-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: opacity 0.3s ease, transform 0.4s ease;
}

.suit-floating-specs {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}
.spec-pill {
  background: rgba(11, 15, 23, 0.88);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(197, 160, 89, 0.3);
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.78rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
}
.spec-pill i {
  color: var(--gold-champagne);
}

.viewport-footer-hint {
  padding: 10px 14px;
  background: #0a0e16;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.75rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 6px;
}
.viewport-footer-hint i {
  color: var(--gold-champagne);
}

/* COLUNA DE CONTROLES & RESUMO */
.fitting-controls-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.controls-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.control-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 14px;
}
.control-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.control-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.85rem;
  color: var(--text-muted);
}
.control-label strong {
  font-size: 0.98rem;
}

/* CARDS DE SWATCHES */
.swatches-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 500px) {
  .swatches-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.swatch-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.15s ease;
}
.swatch-card:hover {
  border-color: var(--gold-champagne);
  background: rgba(197, 160, 89, 0.08);
}
.swatch-card.selected {
  border-color: var(--gold-champagne);
  background: rgba(197, 160, 89, 0.15);
  box-shadow: 0 0 12px var(--gold-glow);
}
.swatch-color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}
.swatch-name {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

/* CAMISAS E GRAVATAS */
.shirt-options-row, .tie-options-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.shirt-pill, .tie-pill {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.shirt-pill:hover, .tie-pill:hover {
  color: #fff;
  border-color: var(--gold-champagne);
}
.shirt-pill.selected, .tie-pill.selected {
  background: rgba(197, 160, 89, 0.18);
  border-color: var(--gold-champagne);
  color: var(--gold-light);
  font-weight: 700;
}

.look-summary-card {
  background: var(--bg-card);
  border: 1.5px solid var(--gold-champagne);
  border-radius: var(--r-md);
  padding: 20px;
  box-shadow: 0 10px 30px var(--gold-glow);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.summary-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: var(--gold-light);
  font-weight: 700;
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
}
.summary-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.look-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--text-muted);
  padding: 3px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.look-line strong {
  color: #fff;
}

.btn-book-custom-look {
  background: var(--gold-gradient);
  color: #0d1117;
  border: none;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 13px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 15px var(--gold-glow);
}
.btn-book-custom-look:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(197, 160, 89, 0.5);
}

/* ══════════════════════════════════════════════════════════════════
   GALERIA DE FOTOS REAIS DO INSTAGRAM (@PERFILTRAJES)
   ══════════════════════════════════════════════════════════════════ */
.insta-gallery-section {
  padding: 70px 0;
  background: #080c14;
  border-bottom: 1px solid var(--border);
}
.insta-badge-top {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(225, 48, 108, 0.15);
  border: 1px solid rgba(225, 48, 108, 0.4);
  color: #f472b6;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.insta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 36px;
}
@media (min-width: 600px) {
  .insta-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 960px) {
  .insta-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.insta-card {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bg-card);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.insta-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-champagne);
}
.insta-img-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* Quadrado 1:1 */
  overflow: hidden;
}
.insta-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.insta-card:hover .insta-img-wrapper img {
  transform: scale(1.06);
}
.insta-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(7, 10, 16, 0.95) 0%, rgba(7, 10, 16, 0.6) 70%, transparent 100%);
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
}

.insta-footer-cta {
  margin-top: 32px;
}
.btn-instagram-follow {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 15px rgba(225, 48, 108, 0.35);
}
.btn-instagram-follow:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(225, 48, 108, 0.5);
}

/* ─── VITRINE DE COLEÇÕES ─── */
.collections-section {
  padding: 65px 0;
}
.section-tag-gold {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--gold-champagne);
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.5vw, 2.7rem);
  color: #fff;
  margin-bottom: 8px;
  font-weight: 600;
}
.section-desc {
  color: var(--text-muted);
  font-size: 0.95rem;
  max-width: 580px;
  margin: 0 auto;
}

.collections-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 36px;
}
@media (min-width: 600px) {
  .collections-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .collections-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.collection-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.collection-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold-champagne);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
}
.collection-card.featured-gold {
  border: 1px solid var(--gold-champagne);
  background: linear-gradient(145deg, #172030, #111622);
  box-shadow: 0 6px 20px var(--gold-glow);
}
.featured-badge-gold {
  position: absolute;
  top: -10px;
  right: 14px;
  background: var(--gold-gradient);
  color: #0d1117;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 2px;
  letter-spacing: 0.5px;
}

.coll-symbol {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 8px;
}
.collection-card h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 6px;
  font-weight: 600;
}
.collection-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.45;
  margin-bottom: 14px;
}
.coll-meta {
  font-size: 0.75rem;
  color: var(--gold-light);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 10px;
  margin-bottom: 14px;
}

.btn-coll-action {
  width: 100%;
  background: rgba(197, 160, 89, 0.1);
  border: 1px solid rgba(197, 160, 89, 0.3);
  color: var(--gold-light);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.collection-card.featured-gold .btn-coll-action,
.btn-coll-action:hover {
  background: var(--gold-gradient);
  color: #0d1117;
  border-color: transparent;
}

/* ─── COMO FUNCIONA ─── */
.steps-section {
  padding: 65px 0;
  background: rgba(255, 255, 255, 0.015);
}
.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 36px;
}
@media (min-width: 600px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .steps-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.step-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 22px;
}
.step-badge-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(197, 160, 89, 0.15);
  border: 1px solid var(--gold-champagne);
  color: var(--gold-light);
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.step-card h4 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 6px;
  font-weight: 600;
}
.step-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.45;
}

/* ─── LOCALIZAÇÃO ─── */
.location-section {
  padding: 65px 0;
}
.location-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}
@media (min-width: 900px) {
  .location-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.location-address {
  font-size: 1.05rem;
  margin: 12px 0 20px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.location-address i {
  color: var(--gold-champagne);
  font-size: 1.3rem;
}
.location-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.btn-map, .btn-waze {
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.btn-map { background: #3b82f6; color: #fff; }
.btn-waze { background: #00d3d6; color: #000; }
.btn-map:hover, .btn-waze:hover { transform: translateY(-1px); }

/* ─── FOOTER ─── */
.footer {
  border-top: 1px solid var(--border);
  padding: 28px 0;
  background: #070a10;
}
.footer-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.footer-monogram {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-real-logo {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--gold-champagne);
  object-fit: cover;
}
.footer-monogram strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: #fff;
  letter-spacing: 1px;
}
.footer-monogram small {
  color: var(--gold-champagne);
  font-size: 0.72rem;
}
.footer-brand p { color: var(--text-dim); font-size: 0.8rem; margin-top: 4px; }
.footer-copy p { color: var(--text-dim); font-size: 0.78rem; }
.footer-copy a { color: var(--gold-champagne); text-decoration: none; font-weight: 700; }

/* ─── MOBILE STICKY BAR ─── */
.mobile-sticky-bar {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(11, 15, 23, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--border);
  padding: 8px 12px;
  gap: 8px;
  z-index: 99;
}
@media (min-width: 768px) {
  .mobile-sticky-bar {
    display: none;
  }
}
.sticky-btn-gold {
  flex: 1;
  background: var(--gold-gradient);
  color: #0d1117;
  border: none;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
}
.sticky-btn-whats {
  width: 42px;
  height: 42px;
  background: #22c55e;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
}

/* ─── BOOKING MODAL ─── */
.booking-modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.booking-modal-backdrop.active {
  display: flex;
}
.booking-modal-box {
  background: #131822;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
}
.modal-header {
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-title-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal-logo-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--gold-champagne);
  object-fit: cover;
}
.modal-heading {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: #fff;
  font-weight: 600;
}
.modal-close {
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-size: 24px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}
.modal-close:hover {
  color: #fff;
}
.modal-body {
  padding: 18px;
}

.form-group {
  margin-bottom: 12px;
}
.form-group label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.input-atelier {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  color: #fff;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 0.88rem;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s ease;
}
.input-atelier:focus {
  border-color: var(--gold-champagne);
}

.form-error {
  background: rgba(220, 38, 38, 0.15);
  border: 1px solid #dc2626;
  color: #fca5a5;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 0.82rem;
  margin-top: 10px;
}

.btn-atelier-submit {
  background: var(--gold-gradient);
  color: #0d1117;
  border: none;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 12px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 14px var(--gold-glow);
}
.btn-atelier-submit:hover {
  transform: translateY(-1px);
}
