/* Taróloga Letícia — template pronto para Netlify (HTML/CSS/JS) */
:root{
  --bg0:#16041f;
  --bg1:#2a0638;
  --bg2:#3a0a52;
  --card:#2a0a3a;
  --card2:#351048;
  --stroke:rgba(255,255,255,.10);
  --text:#f6eaff;
  --muted:rgba(246,234,255,.78);
  --muted2:rgba(246,234,255,.62);
  --pink:#ff4db8;
  --pink2:#ff2aa6;
  --magenta:#d62aa8;
  --violet:#7a2cff;
  --violet2:#b65cff;
  --shadow: 0 16px 50px rgba(0,0,0,.45);
  --radius:18px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 600px at 20% -10%, rgba(255,77,184,.22), transparent 60%),
    radial-gradient(900px 500px at 80% 0%, rgba(122,44,255,.20), transparent 62%),
    radial-gradient(800px 500px at 70% 40%, rgba(214,42,168,.18), transparent 65%),
    linear-gradient(180deg, var(--bg2), var(--bg0));
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
.container{width:min(1120px, calc(100% - 40px)); margin:0 auto}

.bg-glow{
  position:fixed; inset:-200px -200px auto -200px; height:420px;
  background: radial-gradient(closest-side, rgba(255,77,184,.28), transparent 70%);
  filter: blur(20px);
  pointer-events:none;
  z-index:-1;
}

.header{
  position:sticky; top:0;
  background: linear-gradient(180deg, rgba(20,4,31,.82), rgba(20,4,31,.42));
  backdrop-filter: blur(16px);
  border-bottom:1px solid rgba(255,255,255,.06);
  z-index:50;
}

.nav{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:16px}
.brand{display:flex; align-items:center; gap:10px; font-weight:800}
.brand-dot{
  width:10px; height:10px; border-radius:999px;
  background: linear-gradient(135deg, var(--pink), var(--violet));
  box-shadow: 0 0 0 6px rgba(255,77,184,.12);
}
.brand-title{letter-spacing:.2px}

.nav-links{display:flex; align-items:center; gap:18px}
.nav-links a{color:rgba(246,234,255,.86); font-weight:600; font-size:14px}
.nav-links a:hover{color:var(--text)}

.nav-toggle{
  display:none;
  width:44px; height:44px; border-radius:12px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  cursor:pointer;
}
.nav-toggle span{
  display:block; width:18px; height:2px; margin:0 auto;
  background:rgba(246,234,255,.9);
  border-radius:3px;
}
.nav-toggle span + span{margin-top:5px}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  border-radius:14px;
  padding:12px 16px;
  font-weight:800;
  border:1px solid rgba(255,255,255,.10);
  transition: transform .14s ease, filter .14s ease, background .14s ease;
  box-shadow: 0 10px 28px rgba(0,0,0,.25);
}
.btn:hover{transform: translateY(-1px); filter:brightness(1.04)}
.btn:active{transform: translateY(0px)}
.btn-sm{padding:10px 12px; border-radius:12px; font-size:13px}
.btn-primary{
  background: linear-gradient(135deg, var(--pink), #ff3aa7 35%, var(--violet));
  border-color: rgba(255,255,255,.12);
}
.btn-ghost{
  background: rgba(255,255,255,.06);
}

.section{padding:72px 0}
.section-tight{padding:44px 0}

.hero{padding:56px 0 34px}
.hero-grid{display:grid; grid-template-columns: 1.05fr .95fr; gap:34px; align-items:center}
.pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:10px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(246,234,255,.92);
  font-weight:700;
  font-size:13px;
  width:fit-content;
}
.spark{filter: drop-shadow(0 8px 18px rgba(255,77,184,.35))}
.hero h1{
  margin:14px 0 10px;
  font-size: clamp(38px, 4.2vw, 54px);
  line-height: 1.02;
  letter-spacing:-.9px;
}
.grad{
  background: linear-gradient(90deg, #ffd1f1, var(--pink), var(--violet2));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lead{color:var(--muted); font-size:16px; line-height:1.6; max-width:520px}

.hero-actions{margin:18px 0 14px}

.stats{display:flex; gap:18px; margin-top:16px; flex-wrap:wrap}
.stat{
  flex:1;
  min-width:140px;
  padding:12px 14px;
  border-radius:16px;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
}
.stat-value{font-weight:900; font-size:20px}
.stat-label{color:var(--muted2); font-size:12px; margin-top:2px}

.hero-media .media-card{
  border-radius: 22px;
  padding: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
}
.hero-media img{width:100%; height:auto; border-radius:16px; display:block}

.h2-center{
  text-align:center;
  font-size: clamp(26px, 2.6vw, 36px);
  letter-spacing:-.5px;
  margin:0;
}
.sub-center{
  text-align:center;
  margin:12px auto 0;
  max-width:840px;
  color:var(--muted);
  line-height:1.7;
  font-size:14px;
}

.grid-2{display:grid; grid-template-columns: repeat(2, 1fr); gap:16px; margin-top:26px}
.card{
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
}
.card-icon{
  width:40px; height:40px; border-radius:14px;
  display:grid; place-items:center;
  background: rgba(255,77,184,.16);
  border:1px solid rgba(255,255,255,.10);
  margin-bottom:10px;
  font-weight:900;
}
.card h3{margin:0 0 6px; font-size:16px}
.card p{margin:0; color:var(--muted); font-size:13px; line-height:1.65}

.notice{
  margin-top:18px;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,77,184,.07);
  color: rgba(246,234,255,.92);
  font-weight:600;
  text-align:center;
}
.notice-dot{
  display:inline-block; width:9px; height:9px; border-radius:999px;
  background: linear-gradient(135deg, var(--pink), var(--violet));
  margin-right:8px;
}

.center-pill{margin:0 auto 14px; width:fit-content}

.grid-4{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:14px;
  margin-top:26px;
}
.feature{
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  padding:18px;
}
.feature-icon{
  width:40px; height:40px; border-radius:14px;
  display:grid; place-items:center;
  background: rgba(122,44,255,.16);
  border:1px solid rgba(255,255,255,.10);
  margin-bottom:10px;
  font-weight:900;
}
.feature h3{margin:0 0 6px; font-size:15px}
.feature p{margin:0; color:var(--muted); font-size:12.8px; line-height:1.6}

.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
  margin-top:22px;
  align-items:stretch;
}
.split-card{
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  padding:20px;
}
.split-card h3{margin:0 0 10px}
.checks{list-style:none; padding:0; margin:0; display:grid; gap:10px}
.checks li{
  position:relative; padding-left:28px; color:var(--muted); line-height:1.6; font-size:13.2px;
}
.checks li:before{
  content:"✓";
  position:absolute; left:0; top:0;
  width:18px; height:18px;
  border-radius:8px;
  background: rgba(255,77,184,.16);
  border:1px solid rgba(255,255,255,.10);
  display:grid; place-items:center;
  color:rgba(246,234,255,.95);
  font-weight:900;
  font-size:12px;
}
.split-media{
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  overflow:hidden;
  position:relative;
  box-shadow: var(--shadow);
}
.wedding-photo{
  position:absolute; inset:0;
  background:
    radial-gradient(900px 420px at 30% 30%, rgba(255,77,184,.22), transparent 60%),
    radial-gradient(700px 420px at 70% 50%, rgba(122,44,255,.18), transparent 65%),
    linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.02)),
    url('assets/images/oque-voce-vai-conquistar.png');
  background-size:cover;
  background-position:center;
}
.wedding-overlay{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(20,4,31,.05), rgba(20,4,31,.75));
}
.wedding-caption{
  position:absolute; left:18px; bottom:16px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.25);
  font-weight:800;
  font-size:13px;
}

.services{
  margin-top:26px;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:16px;
  align-items:stretch;
}
.service-card{
  border-radius: 18px;
  padding:22px;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
}
.service-card h3{margin:0 0 8px; font-size:22px; letter-spacing:-.3px}
.service-card p{margin:0 0 14px; color:var(--muted); line-height:1.7; font-size:13.2px}
.bullets{margin:0 0 18px; padding-left:18px; color:rgba(246,234,255,.84); line-height:1.7; font-size:13px}
.bullets li{margin:6px 0}
.service-media .photo-card{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(900px 480px at 70% 30%, rgba(255,77,184,.18), transparent 60%),
    radial-gradient(900px 480px at 40% 70%, rgba(122,44,255,.18), transparent 65%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    url('assets/images/amarracao-completa.png');
  box-shadow: var(--shadow);
  overflow:hidden;
  background-size:cover;
  background-position:center;
  position:relative;
  min-height: 340px;
}
.photo-inner{
  position:absolute; inset:0;
  display:flex; flex-direction:column; justify-content:flex-end;
  padding:22px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.65)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='800'%3E%3Crect width='1200' height='800' fill='%233b0a55'/%3E%3Ccircle cx='800' cy='260' r='220' fill='%23ff4db8' fill-opacity='.14'/%3E%3Ccircle cx='480' cy='540' r='320' fill='%237a2cff' fill-opacity='.12'/%3E%3Cpath d='M250 420 C420 360 520 360 720 430' fill='none' stroke='%23ffffff' stroke-opacity='.15' stroke-width='10'/%3E%3Cpath d='M280 470 C450 410 560 410 760 490' fill='none' stroke='%23ffffff' stroke-opacity='.10' stroke-width='10'/%3E%3C/svg%3E");
  background-size:cover;
  background-position:center;
}
.photo-badge{
  display:inline-flex;
  width:fit-content;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  font-weight:900;
  margin-bottom:10px;
}
.photo-sub{color:rgba(246,234,255,.82); line-height:1.6; font-size:13px; max-width:320px}

.cta{
  margin-top:22px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(135deg, rgba(255,77,184,.95), rgba(255,77,184,.72) 35%, rgba(122,44,255,.72));
  padding:28px 22px;
  text-align:center;
  box-shadow: var(--shadow);
}
.cta h3{margin:0; font-size:22px}
.cta p{margin:10px auto 16px; max-width:680px; color:rgba(10,5,20,.9); font-weight:700}
.cta .btn{box-shadow:none}
.cta-small{margin-top:10px; color:rgba(10,5,20,.92); font-weight:700}
.cta-small a{text-decoration:underline}
.wa-dot{
  width:10px; height:10px; border-radius:999px;
  background:#1fd165;
  box-shadow: 0 0 0 6px rgba(31,209,101,.22);
}
.cta-stats{
  margin-top:16px;
  display:flex; gap:14px; justify-content:center; flex-wrap:wrap;
}
.cta-stats > div{
  min-width:140px;
  padding:12px 14px;
  border-radius:16px;
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(255,255,255,.25);
}
.cta-stats strong{display:block; font-size:16px}
.cta-stats span{display:block; font-size:12px; opacity:.9}

.test-grid{
  margin-top:26px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.t-card{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  padding:18px;
}
.stars{letter-spacing:1px; color:#ffd6f2}
.t-card p{margin:10px 0 14px; color:var(--muted); line-height:1.65; font-size:13px}
.t-person{display:flex; gap:10px; align-items:center}
.avatar{
  width:34px; height:34px; border-radius:12px;
  display:grid; place-items:center;
  background: rgba(255,77,184,.16);
  border:1px solid rgba(255,255,255,.10);
  font-weight:900;
}
.t-person span{display:block; color:var(--muted2); font-size:12px}

.mini-banner{
  margin-top:18px;
  text-align:center;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(122,44,255,.10);
  color:rgba(246,234,255,.92);
  font-weight:700;
}

.about{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:18px;
  align-items:stretch;
}
.about h2{margin:0 0 10px; font-size:32px; letter-spacing:-.6px}
.about p{margin:0 0 10px; color:var(--muted); line-height:1.7; font-size:13.5px}
.about-stats{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:10px;
  margin-top:12px;
}
.a-stat{
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  padding:14px 12px;
  text-align:center;
}
.a-stat strong{display:block; font-size:18px}
.a-stat span{display:block; margin-top:4px; color:var(--muted2); font-size:12px; line-height:1.2}

.about-media{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  overflow:hidden;
  box-shadow: var(--shadow);
  position:relative;
}
.ritual-photo{
  position:absolute; inset:0;
  background:
    radial-gradient(900px 520px at 30% 30%, rgba(255,77,184,.18), transparent 60%),
    radial-gradient(900px 520px at 70% 60%, rgba(122,44,255,.16), transparent 65%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.65)),
    url('assets/images/sobre-trabalho.png');
  background-size:cover;
  background-position:center;
}
.ritual-overlay{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(20,4,31,.05), rgba(20,4,31,.75));
}

.faq{margin-top:38px}
.accordion{margin-top:18px; display:grid; gap:10px}
.acc{
  width:100%;
  text-align:left;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color:rgba(246,234,255,.92);
  font-weight:800;
  display:flex; justify-content:space-between; align-items:center;
  cursor:pointer;
}
.acc:hover{background: rgba(255,255,255,.06)}
.chev{opacity:.9}
.panel{
  display:none;
  padding: 0 16px 14px;
  margin-top:-6px;
  border-radius: 0 0 16px 16px;
  border:1px solid rgba(255,255,255,.10);
  border-top:none;
  background: rgba(255,255,255,.03);
}
.panel p{margin:10px 0 0; color:var(--muted); line-height:1.7; font-size:13px}
.acc[aria-expanded="true"] + .panel{display:block}
.faq-cta{margin-top:16px; text-align:center}

.footer{
  border-top: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(10,2,18,.2), rgba(10,2,18,.75));
  padding:34px 0 24px;
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap:16px;
}
.footer-col h4{margin:0 0 10px; font-size:14px}
.footer-col a{display:block; color:rgba(246,234,255,.78); font-size:13px; padding:6px 0}
.footer-col a:hover{color:rgba(246,234,255,.96)}
.footer-brand p{margin:10px 0 0; color:rgba(246,234,255,.68); line-height:1.6; font-size:13px}
.brand-row{display:flex; align-items:center; gap:10px}
.footer-bottom{
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap;
  color:rgba(246,234,255,.66);
  font-size:12.5px;
}
.gc a{text-decoration:underline}

.wa-float{
  position:fixed; right:18px; bottom:18px;
  width:56px; height:56px;
  border-radius:18px;
  display:grid; place-items:center;
  background: #1fd165;
  border:1px solid rgba(255,255,255,.22);
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
  z-index:60;
}
.wa-float svg{width:28px; height:28px; fill:white}

/* Responsive */
@media (max-width: 980px){
  .hero-grid{grid-template-columns: 1fr; gap:18px}
  .services{grid-template-columns: 1fr; }
  .about{grid-template-columns: 1fr; }
  .about-media{min-height: 260px}
  .grid-4{grid-template-columns: repeat(2, 1fr)}
  .test-grid{grid-template-columns: repeat(2, 1fr)}
  .footer-grid{grid-template-columns: 1fr 1fr}
}

@media (max-width: 640px){
  .section{padding:58px 0}
  .grid-2{grid-template-columns: 1fr}
  .split{grid-template-columns: 1fr}
  .grid-4{grid-template-columns: 1fr}
  .test-grid{grid-template-columns: 1fr}
  .stats{gap:12px}
  .nav-toggle{display:inline-flex; align-items:center; justify-content:center}
  .nav-links{
    position:absolute; left:0; right:0; top:64px;
    margin:0 auto;
    width:min(1120px, calc(100% - 28px));
    flex-direction:column;
    gap:10px;
    padding:14px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.10);
    background: rgba(20,4,31,.92);
    display:none;
  }
  .nav-links.is-open{display:flex}
  .nav{position:relative}
}


/* Fallback images (in case background-image fails / slow networks) */
.wedding-photo-fallback,
.photo-card-fallback,
.ritual-photo-fallback{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  opacity:0;
  pointer-events:none;
  position:absolute;
  inset:0;
}
