.elementor-574 .elementor-element.elementor-element-89e733e{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-574:not(.elementor-motion-effects-element-type-background), body.elementor-page-574 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(min-width:768px){.elementor-574 .elementor-element.elementor-element-89e733e{--width:100%;}}/* Start custom CSS *//* ============================================================
   VACCARUM FRANCESINHAS — Página de Obrigado
   Folha de estilo completa (todo o estilo vive aqui)
   ============================================================ */

/* ── RESET + FUNDO DA PÁGINA (cantos) ── */
*,*::before,*::after{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html,body{
  margin:0;
  padding:0;
  width:100%;
  min-height:100%;
  background:#0b0b0b;          /* fundo da landing — cobre tudo, sem cantos brancos */
  overflow-x:hidden;            /* impede scroll horizontal do full-bleed */
}

/* ── VARIÁVEIS ── */
:root{
  --bg:#0b0b0b;
  --bg2:#111111;
  --bg3:#181818;
  --gold:#c9a84c;
  --gold2:#e8d49a;
  --text:#f0ece4;
  --muted:#888;
  --border:rgba(201,168,76,0.18);
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'Inter',system-ui,sans-serif;
}

html{scroll-behavior:smooth}

body{
  color:var(--text);
  font-family:var(--sans);
  font-weight:300;
  font-size:16px;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}

img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}

/* ── HERO ── */
.hero{
  min-height:100vh;
  display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  text-align:center;
  padding:5rem 2rem;
  position:relative;overflow:hidden;
}
.hero::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse 80% 60% at 50% 40%,rgba(201,168,76,.06) 0%,transparent 70%);
  pointer-events:none;
}
.hero-tag{
  display:inline-flex;align-items:center;gap:.6rem;
  font-size:.65rem;letter-spacing:.35em;text-transform:uppercase;
  color:var(--gold);
  border:1px solid var(--border);
  padding:.45rem 1.1rem;border-radius:2rem;
  margin-bottom:2.4rem;
  animation:fadeUp .8s ease both;
}
.hero-tag::before{
  content:'';width:6px;height:6px;border-radius:50%;
  background:var(--gold);
  animation:pulse 2s ease-in-out infinite;
}
.hero h1{
  font-family:var(--serif);
  font-size:clamp(2.8rem,8vw,5.5rem);
  font-weight:300;line-height:1.08;letter-spacing:-.01em;
  color:var(--text);margin-bottom:1.8rem;
  animation:fadeUp .8s .1s ease both;
}
.hero h1 em{font-style:italic;color:var(--gold2);}
.hero-desc{
  max-width:520px;font-size:1rem;
  color:rgba(240,236,228,.6);margin-bottom:3.5rem;
  animation:fadeUp .8s .2s ease both;
}
.info-row{
  display:flex;flex-wrap:wrap;gap:0;
  border:1px solid var(--border);border-radius:4px;
  overflow:hidden;
  animation:fadeUp .8s .3s ease both;
}
.info-item{
  padding:1.2rem 2rem;
  display:flex;flex-direction:column;gap:.3rem;
  border-right:1px solid var(--border);
  min-width:180px;flex:1;
}
.info-item:last-child{border-right:none}
.info-label{
  font-size:.6rem;letter-spacing:.35em;text-transform:uppercase;
  color:var(--gold);
}
.info-value{
  font-family:var(--serif);font-size:1rem;font-weight:400;
  color:var(--text);
}
.info-value a{color:var(--gold2);}

/* ── FOTOS PRATO (vertical 3/4) ── */
.photos-food{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:3px;width:100%;max-width:1400px;margin:0 auto;
}
.photos-food figure{position:relative;overflow:hidden;aspect-ratio:3/4;}
.photos-food figure img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .7s ease,filter .7s ease;
  filter:brightness(.88) saturate(.9);
}
.photos-food figure:hover img{transform:scale(1.04);filter:brightness(1) saturate(1.1);}

/* ── SECÇÃO DE TEXTO ── */
.section{max-width:900px;margin:0 auto;padding:6rem 2rem;text-align:center;}
.section-eyebrow{
  font-size:.65rem;letter-spacing:.35em;text-transform:uppercase;
  color:var(--gold);margin-bottom:1.2rem;display:block;
}
.section h2{
  font-family:var(--serif);
  font-size:clamp(1.8rem,4vw,3rem);
  font-weight:300;line-height:1.15;
  color:var(--text);margin-bottom:1.6rem;
}
.section p{
  font-size:1rem;color:rgba(240,236,228,.65);
  max-width:600px;margin:0 auto;line-height:1.8;
}
#espaco-titulo{padding-bottom:2rem;}

/* ── DIVISOR ── */
.divider{display:flex;align-items:center;gap:1.2rem;max-width:200px;margin:2.5rem auto;}
.divider-line{flex:1;height:1px;background:var(--border);}
.divider-dot{width:5px;height:5px;background:var(--gold);transform:rotate(45deg);flex-shrink:0;}

/* ── FOTOS ESPAÇO (vertical 3/4) ── */
.photos-space{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:3px;max-width:1400px;margin:0 auto;
}
.photos-space figure{position:relative;overflow:hidden;aspect-ratio:3/4;}
.photos-space figure img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .7s ease,filter .7s ease;
  filter:brightness(.85) saturate(.85);
}
.photos-space figure:hover img{transform:scale(1.04);filter:brightness(1) saturate(1);}
.photos-space figcaption{
  position:absolute;bottom:0;left:0;right:0;padding:1.2rem;
  background:linear-gradient(to top,rgba(11,11,11,.85) 0%,transparent 100%);
  font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;
  color:rgba(240,236,228,.8);
  transform:translateY(4px);
  transition:transform .4s ease,opacity .4s ease;opacity:.85;
}
.photos-space figure:hover figcaption{transform:translateY(0);opacity:1;}

/* ── SOCIAL ── */
.social-section{padding:6rem 2rem;text-align:center;border-top:1px solid var(--border);}
.social-section h2{
  font-family:var(--serif);
  font-size:clamp(1.6rem,3.5vw,2.6rem);
  font-weight:300;color:var(--text);margin-bottom:.8rem;
}
.social-section p{font-size:.9rem;color:var(--muted);margin-bottom:2.5rem;}
.btn-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center;}
.btn{
  display:inline-flex;align-items:center;gap:.6rem;
  font-family:var(--sans);
  font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;
  font-weight:500;padding:.9rem 2.2rem;border-radius:2px;
  transition:all .25s ease;
}
.btn-dark{background:var(--gold);color:#0b0b0b;}
.btn-dark:hover{background:var(--gold2);transform:translateY(-1px);}
.btn-outline{border:1px solid var(--border);color:var(--gold2);}
.btn-outline:hover{
  border-color:rgba(201,168,76,.5);
  background:rgba(201,168,76,.06);transform:translateY(-1px);
}

/* ── RODAPÉ ── */
footer{
  background:var(--bg2);
  border-top:1px solid var(--border);
  padding:3rem 2.5rem;
  display:flex;flex-wrap:wrap;
  align-items:center;justify-content:space-between;gap:2rem;
}
.footer-logo{
  font-family:var(--serif);
  font-size:1rem;letter-spacing:.2em;
  text-transform:uppercase;font-weight:600;
  display:flex;flex-direction:column;gap:2px;
}
.footer-logo span{
  font-size:.55rem;letter-spacing:.35em;font-weight:300;
  color:var(--gold);font-family:var(--sans);
}
.footer-info{display:flex;flex-direction:column;gap:.35rem;text-align:right;}
.footer-info a{font-size:.78rem;color:var(--muted);transition:color .2s;}
.footer-info a:hover{color:var(--gold);}
.footer-copy{
  width:100%;text-align:center;
  font-size:.68rem;color:rgba(136,136,136,.5);
  padding-top:1.5rem;border-top:1px solid rgba(201,168,76,.08);
}

/* ── ANIMAÇÕES ── */
@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}
.reveal{opacity:0;transform:translateY(32px);transition:opacity .8s ease,transform .8s ease;}
.reveal.visible{opacity:1;transform:translateY(0);}

/* ============================================================
   RESPONSIVO — TELEMÓVEL
   ============================================================ */
@media(max-width:700px){
  .hero{padding:4rem 1.5rem;}
  .info-row{flex-direction:column;}
  .info-item{border-right:none;border-bottom:1px solid var(--border);}
  .info-item:last-child{border-bottom:none;}
  .photos-food{grid-template-columns:1fr 1fr;gap:2px;}
  .photos-space{grid-template-columns:1fr 1fr;gap:2px;}
  footer{flex-direction:column;text-align:center;}
  .footer-info{text-align:center;}
  .btn-row{flex-direction:column;}
  .btn{width:100%;justify-content:center;}
}
@media(max-width:400px){
  .photos-space{grid-template-columns:1fr;}
}/* End custom CSS */