:root{
  --primary:#3A86FF;
  --lavender:#B8B8FF; /* usado apenas como apoio suave */
  --teal:#0A8A92;
  --accent:#D9448A;
  --warm:#FFD3B6;

  --bg:#FCFCFF;
  --text:#2D2D2D;
  --muted:rgba(45,45,45,.72);

  --radius:18px;
  --shadow:0 10px 30px rgba(45,45,45,.10);
  --max:1120px;
  --bg-teal:rgba(10,138,146,.10);
  --bg-accent:rgba(217,68,138,.08);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  line-height:1.55;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
p{margin:0 0 14px;color:var(--muted)}
strong{color:rgba(45,45,45,.92)}

.container{width:min(var(--max), calc(100% - 32px));margin:0 auto}
.section{padding:78px 0}
.alt-lavender{background:var(--bg-accent)}
.alt-mint{background:var(--bg-teal)}

.header{
  position:sticky;top:0;z-index:999;
  background:rgba(252,252,255,.86);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(45,45,45,.08);
}
.nav{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:12px 0;
}
.brand{
  display:flex;align-items:center;gap:10px;min-width:220px;
}
.brand img{
  width:46px;height:46px;border-radius:16px;
  border:1px solid rgba(45,45,45,.08);
  box-shadow:0 10px 22px rgba(45,45,45,.08);
  object-fit:cover;
}
.brand-name{display:flex;flex-direction:column;line-height:1.1}
.brand-name strong{font-size:14px}
.brand-name span{font-size:12px;color:var(--muted)}

.menu{display:flex;align-items:center;gap:14px}
.menu a{
  font-size:13px;color:rgba(45,45,45,.85);
  padding:10px 10px;border-radius:999px;transition:.2s ease;
  white-space:nowrap;
}
.menu a:hover{background:rgba(58,134,255,.08)}
.menu .cta{margin-left:6px}

.hamburger{
  display:none;width:44px;height:44px;border-radius:14px;
  border:1px solid rgba(45,45,45,.10);
  background:white;box-shadow:0 10px 20px rgba(45,45,45,.06);
  cursor:pointer;
}
.hamburger span{display:block;width:18px;height:2px;background:rgba(45,45,45,.78);margin:5px auto;border-radius:2px}

.drawer{display:none;padding:10px 0 18px}
.drawer a{
  display:block;padding:12px 12px;border-radius:14px;margin:6px 0;
  background:rgba(255,255,255,.70);
  border:1px solid rgba(45,45,45,.08);
}
.drawer a:hover{background:rgba(58,134,255,.08)}
.drawer.open{display:block}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 18px;border-radius:999px;font-weight:800;font-size:14px;
  transition:.2s ease;cursor:pointer;border:0;white-space:nowrap;
}
.btn-primary{
  background:var(--primary);color:#fff;
  box-shadow:0 12px 25px rgba(58,134,255,.25);
}
.btn-primary:hover{transform:translateY(-2px)}
.btn-outline{
  border:2px solid var(--primary);color:var(--primary);background:transparent;
}
.btn-outline:hover{background:rgba(58,134,255,.08)}
.btn-soft{background:var(--warm);color:var(--text)}
.btn-soft:hover{transform:translateY(-2px)}

.hero{padding:56px 0 40px}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:center}
.kicker{
  display:inline-flex;gap:10px;align-items:center;padding:10px 12px;border-radius:999px;
  border:1px solid rgba(45,45,45,.08);background:rgba(255,255,255,.75);
  width:fit-content;box-shadow:0 10px 20px rgba(45,45,45,.05);
  font-size:13px;color:rgba(45,45,45,.85);
}
.dot{
  width:10px;height:10px;border-radius:999px;background:var(--teal);
  box-shadow:0 0 0 6px rgba(10,138,146,.22);
}
h1{
  margin:14px 0 10px;
  font-family:Nunito,Inter,system-ui,sans-serif;
  font-size:clamp(30px, 3.2vw, 48px);
  line-height:1.08;letter-spacing:-0.02em;
}
.hero p{font-size:16px;max-width:60ch}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.hero-card{
  border-radius:var(--radius);background:white;border:1px solid rgba(45,45,45,.08);
  box-shadow:var(--shadow);padding:20px;position:relative;overflow:hidden;
}
.hero-card::before{
  content:"";position:absolute;inset:-60px -60px auto auto;width:180px;height:180px;border-radius:999px;
  background:radial-gradient(circle at 30% 30%, rgba(184,184,255,.55), rgba(58,134,255,0) 65%);
}
.hero-card h3{margin:0 0 8px;font-family:Nunito,Inter,system-ui,sans-serif;letter-spacing:-0.01em}
.mini{font-size:13px;color:rgba(45,45,45,.70)}
.info-list{display:grid;gap:10px;margin-top:12px}
.pill{
  display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;
  background:rgba(252,252,255,.75);border:1px solid rgba(45,45,45,.08);font-size:13px;
}
.pill b{color:rgba(45,45,45,.92)}

.title{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:18px}
.title h2{
  margin:0;font-family:Nunito,Inter,system-ui,sans-serif;
  font-size:clamp(22px, 2.2vw, 32px);
  letter-spacing:-0.01em;line-height:1.1;
}
.title .hint{font-size:13px;color:rgba(45,45,45,.70);max-width:45ch}

.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.card{
  border-radius:var(--radius);background:white;border:1px solid rgba(45,45,45,.08);
  box-shadow:var(--shadow);padding:18px;
}
.card h3{margin:0 0 8px;font-family:Nunito,Inter,system-ui,sans-serif;letter-spacing:-0.01em}
.badge{
  display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;
  background:rgba(184,184,255,.22);border:1px solid rgba(45,45,45,.08);
  font-weight:800;font-size:12px;width:fit-content;margin-bottom:10px;
}

.split{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}
.profile{display:flex;gap:16px;align-items:flex-start}
.photo{
  width:280px;max-width:40vw;border-radius:26px;overflow:hidden;
  border:1px solid rgba(45,45,45,.08);box-shadow:var(--shadow);flex:0 0 auto;background:white;
}
.photo img{width:100%;height:100%;object-fit:cover}
.profile .meta p{margin:0 0 10px}

.gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.gallery figure{margin:0}
.gallery img{
  border-radius:var(--radius);
  border:1px solid rgba(45,45,45,.08);
  box-shadow:var(--shadow);
  width:100%;height:320px;object-fit:cover;background:white;
}
.gallery figcaption{font-size:12px;color:rgba(45,45,45,.70);margin-top:8px}

.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.step{
  border-radius:var(--radius);background:white;border:1px solid rgba(45,45,45,.08);
  box-shadow:var(--shadow);padding:16px;position:relative;overflow:hidden;min-height:120px;
}
.step::after{
  content:"";position:absolute;inset:auto -60px -60px auto;width:160px;height:160px;border-radius:999px;
  background:radial-gradient(circle at 30% 30%, rgba(255,211,182,.75), rgba(255,211,182,0) 62%);
}
.step b{
  display:inline-flex;width:32px;height:32px;border-radius:12px;background:rgba(58,134,255,.14);
  align-items:center;justify-content:center;margin-bottom:8px;font-weight:900;color:rgba(45,45,45,.85);
}
.step p{font-size:13px;margin:0}

.wa-wrap{display:grid;grid-template-columns:1fr;gap:12px;max-width:820px}
.wa{
  width:fit-content;max-width:92%;padding:12px 14px;border-radius:18px;
  border:1px solid rgba(45,45,45,.10);box-shadow:0 10px 22px rgba(45,45,45,.06);
  background:white;
}
.wa.me{margin-left:auto;background:rgba(10,138,146,.35)}
.wa small{display:block;margin-top:6px;font-size:11px;color:rgba(45,45,45,.60);text-align:right}

.faq{display:grid;gap:10px;max-width:920px}
details{
  background:white;border:1px solid rgba(45,45,45,.10);
  border-radius:var(--radius);box-shadow:0 10px 22px rgba(45,45,45,.06);overflow:hidden;
}
summary{cursor:pointer;padding:14px 16px;font-weight:800;list-style:none}
summary::-webkit-details-marker{display:none}
details .answer{padding:0 16px 14px;color:rgba(45,45,45,.74);font-size:14px}

.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}
.contact-card .row{
  display:flex;gap:10px;align-items:flex-start;padding:10px 0;border-bottom:1px dashed rgba(45,45,45,.14)
}
.contact-card .row:last-child{border-bottom:0}
.label{font-weight:900;color:rgba(45,45,45,.92);min-width:120px}
.value{color:rgba(45,45,45,.78)}
.map{
  width:100%;height:360px;border:0;border-radius:var(--radius);box-shadow:var(--shadow);background:white
}

footer{
  padding:26px 0 30px;border-top:1px solid rgba(45,45,45,.10);
  background:rgba(255,255,255,.60);
}
.foot{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}
.foot small{color:rgba(45,45,45,.70)}

.float-wa{
  position:fixed;right:18px;bottom:18px;z-index:999;
  display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:999px;
  background:var(--primary);color:white;box-shadow:0 16px 30px rgba(58,134,255,.26);
  border:1px solid rgba(255,255,255,.20);font-weight:900;font-size:14px;
}
.float-wa:hover{transform:translateY(-2px);transition:.2s ease}

[id]{scroll-margin-top:86px}

@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr}
  .grid{grid-template-columns:repeat(2,1fr)}
  .split{grid-template-columns:1fr}
  .steps{grid-template-columns:repeat(2,1fr)}
  .contact-grid{grid-template-columns:1fr}
  .menu{display:none}
  .hamburger{display:block}
}
@media (max-width:560px){
  .grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr}
  .gallery img{height:260px}
  .float-wa span{display:none}
  .photo{width:100%;max-width:100%}
}


/* Brand mark (substitui logo pequena no topo) */
.brand img{display:none}
.brand-mark{
  width:40px;height:40px;border-radius:14px;
  display:grid;place-items:center;
  font-weight:900;letter-spacing:-.02em;
  background: linear-gradient(135deg, rgba(58,134,255,.22), rgba(10,138,146,.18), rgba(217,68,138,.18));
  border:1px solid rgba(45,45,45,.08);
  box-shadow: 0 10px 22px rgba(58,134,255,.10);
}

/* Menu pode quebrar linha no desktop pequeno */
.menu{flex-wrap:wrap; justify-content:flex-end}

/* Responsividade extra para blocos com foto */
@media (max-width: 760px){
  .profile{flex-direction:column; align-items:stretch}
  .photo{width:100%; max-width:100%}
  .gallery{grid-template-columns:1fr}
}
