*{margin:0;padding:0;box-sizing:border-box;}
:root{
  --p:#2D0E5C;
  --pm:#5B2D9E;
  --pa:#8B5CC0;
  --ll:#C8AEED;
  --lc:#EDE4FF;
  --ls:#F7F3FF;
  --wh:#FFFFFF;
  --cr:#FDF9FF;
  --tx:#1A0A35;
  --gr:#6B5F7A;
}
html{scroll-behavior:smooth;}
body{
  font-family:'Hanken Grotesk',sans-serif;
  background:var(--cr);
  color:var(--tx);
  overflow-x:hidden;
}

/* ── ÍCONES ── */
.icon{width:1em;height:1em;display:inline-block;vertical-align:middle;flex-shrink:0;}
.icon-inline{width:14px;height:14px;vertical-align:-2px;margin-right:6px;flex-shrink:0;}
.step-icon{width:20px;height:20px;vertical-align:-5px;margin-right:10px;flex-shrink:0;}

/* ── SCROLLBAR ── */
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-track{background:var(--lc);}
::-webkit-scrollbar-thumb{background:var(--pa);border-radius:3px;}

/* ── NAV ── */
nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  padding:18px 6vw;
  display:flex;align-items:center;justify-content:space-between;
  background:rgba(253,249,255,0.88);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(139,92,192,0.12);
  transition:all .3s;
}
.nav-brand{
  display:flex;align-items:center;gap:12px;
  text-decoration:none;
}
.nav-logo{
  width:44px;height:44px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
  flex-shrink:0;
}
.nav-logo img{width:100%;height:100%;object-fit:cover;}
.nav-name{
  font-family:'Fraunces',serif;
  font-style:italic;
  font-size:15px;font-weight:500;
  color:var(--gr);letter-spacing:.2px;
}
.nav-links{display:flex;align-items:center;gap:32px;}
.nav-links a{
  font-size:14px;font-weight:500;
  color:var(--gr);text-decoration:none;
  letter-spacing:.3px;
  transition:color .2s;
}
.nav-links a:hover{color:var(--pm);}
.nav-links a[aria-current="page"]{color:var(--pm);}
.nav-cta{
  background:var(--p);color:white;
  font-size:13px;font-weight:700;
  padding:10px 22px;border-radius:30px;
  text-decoration:none;letter-spacing:.5px;
  transition:all .25s;
  border:none;cursor:pointer;
}
.nav-cta:hover{background:var(--pm);transform:translateY(-1px);box-shadow:0 8px 24px rgba(45,14,92,.3);}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;}
.hamburger span{width:24px;height:2px;background:var(--p);border-radius:2px;transition:.3s;}

/* ── HERO ── */
.hero{
  min-height:100vh;
  padding:120px 6vw 80px;
  position:relative;
  display:flex;align-items:center;
  overflow:hidden;
  background:linear-gradient(135deg,#1a0638 0%,#2D0E5C 40%,#4a2080 70%,#6B3FA0 100%);
}
.hero-orb{
  position:absolute;border-radius:50%;pointer-events:none;
}
.orb1{
  width:600px;height:600px;
  top:-200px;right:-150px;
  background:radial-gradient(circle,rgba(200,174,237,.18) 0%,transparent 65%);
}
.orb2{
  width:400px;height:400px;
  bottom:-100px;left:-100px;
  background:radial-gradient(circle,rgba(139,92,192,.2) 0%,transparent 65%);
}
.orb3{
  width:200px;height:200px;
  top:30%;left:40%;
  background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 65%);
}
.hero-grid{
  display:grid;grid-template-columns:1fr 1fr;
  gap:60px;align-items:center;
  width:100%;max-width:1200px;margin:0 auto;
  position:relative;z-index:1;
}
.hero-tag{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.2);
  color:var(--ll);
  font-size:11px;font-weight:700;
  letter-spacing:3px;text-transform:uppercase;
  padding:8px 18px;border-radius:30px;
  margin-bottom:28px;
  -webkit-backdrop-filter:blur(6px);
  backdrop-filter:blur(6px);
}
.hero-tag span{
  width:6px;height:6px;
  background:var(--ll);border-radius:50%;
  animation:pulse 2s infinite;
}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.5;transform:scale(1.3);}}

.hero-titulo{
  font-family:'Fraunces',serif;
  font-size:clamp(42px,5vw,68px);
  font-weight:700;line-height:1.1;
  color:white;margin-bottom:16px;
}
.hero-titulo em{
  font-style:italic;
  color:var(--ll);
}
.hero-sub{
  font-size:17px;color:rgba(255,255,255,.7);
  line-height:1.7;margin-bottom:36px;
  font-weight:300;
}
.hero-btns{display:flex;gap:14px;flex-wrap:wrap;}
.btn-pri{
  display:inline-flex;align-items:center;gap:8px;
  background:white;color:var(--p);
  font-size:14px;font-weight:700;
  padding:14px 28px;border-radius:40px;
  text-decoration:none;letter-spacing:.3px;
  transition:all .25s;
  box-shadow:0 8px 30px rgba(0,0,0,.2);
}
.btn-pri:hover{transform:translateY(-2px);box-shadow:0 14px 40px rgba(0,0,0,.3);}
.btn-sec{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.12);color:white;
  border:1px solid rgba(255,255,255,.25);
  font-size:14px;font-weight:500;
  padding:14px 28px;border-radius:40px;
  text-decoration:none;letter-spacing:.3px;
  transition:all .25s;-webkit-backdrop-filter:blur(6px);
backdrop-filter:blur(6px);
}
.btn-sec:hover{background:rgba(255,255,255,.2);transform:translateY(-2px);}

.hero-stats{
  display:flex;gap:32px;margin-top:44px;
  padding-top:36px;
  border-top:1px solid rgba(255,255,255,.12);
}
.stat-item{}
.stat-num{
  font-family:'Fraunces',serif;
  font-size:36px;font-weight:700;
  color:white;line-height:1;
}
.stat-label{
  font-size:12px;color:rgba(255,255,255,.5);
  font-weight:300;letter-spacing:.5px;
  margin-top:4px;
}

.hero-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  border-radius:28px;padding:36px;
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  position:relative;overflow:hidden;
}
.hero-card::before{
  content:'';position:absolute;inset:-1px;border-radius:28px;
  background:linear-gradient(135deg,rgba(255,255,255,.2),transparent,rgba(200,174,237,.1));
  pointer-events:none;z-index:2;
}
.hero-card-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.hero-card-scrim{
  position:absolute;inset:0;z-index:0;
  background:linear-gradient(168deg,rgba(26,6,56,.5) 0%,rgba(26,6,56,.85) 55%,rgba(20,4,45,.95) 100%);
}
.hero-card-inner{position:relative;z-index:1;}
.hc-icon{
  width:56px;height:56px;
  background:linear-gradient(135deg,var(--pa),var(--pm));
  border-radius:18px;color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:26px;margin-bottom:20px;
}
.hc-titulo{
  font-family:'Fraunces',serif;
  font-size:26px;font-weight:700;color:white;
  margin-bottom:10px;
}
.hc-texto{
  font-size:14px;color:rgba(255,255,255,.65);
  line-height:1.7;margin-bottom:24px;
}
.hc-lista{display:flex;flex-direction:column;gap:10px;}
.hc-item{
  display:flex;align-items:center;gap:12px;
  background:rgba(255,255,255,.07);
  border-radius:12px;padding:12px 14px;
}
.hc-dot{
  width:18px;height:18px;min-width:18px;
  background:var(--ll);border-radius:50%;color:var(--p);
  display:flex;align-items:center;justify-content:center;
}
.hc-dot svg{width:11px;height:11px;}
.hc-item-text{font-size:13px;color:rgba(255,255,255,.8);font-weight:500;}

/* ── SEÇÃO GENÉRICA ── */
section{padding:90px 6vw;}
.sec-inner{max-width:1200px;margin:0 auto;}
.sec-tag{
  display:inline-block;
  font-size:10px;font-weight:700;
  letter-spacing:4px;text-transform:uppercase;
  color:var(--pm);
  background:var(--lc);
  padding:6px 16px;border-radius:20px;
  margin-bottom:16px;
}
.sec-titulo{
  font-family:'Fraunces',serif;
  font-size:clamp(32px,4vw,52px);
  font-weight:700;color:var(--p);
  line-height:1.15;margin-bottom:16px;
}
.sec-titulo em{font-style:italic;color:var(--pm);}
.sec-sub{
  font-size:16px;color:var(--gr);
  line-height:1.7;max-width:600px;
}

/* ── QUEM TEM DIREITO ── */
.direito-sec{background:var(--ls);position:relative;overflow:hidden;}
.direito-sec::before{
  content:'';position:absolute;top:-180px;right:-160px;
  width:480px;height:480px;z-index:0;
  background:radial-gradient(circle,rgba(139,92,192,.14) 0%,transparent 65%);
  border-radius:50%;pointer-events:none;
}
.direito-sec::after{
  content:'';position:absolute;bottom:-160px;left:-140px;
  width:400px;height:400px;z-index:0;
  background:radial-gradient(circle,rgba(200,174,237,.16) 0%,transparent 65%);
  border-radius:50%;pointer-events:none;
}
.direito-sec .sec-inner{position:relative;z-index:1;}
.direito-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:20px;margin-top:50px;
}
.direito-card{
  background:white;
  border:1px solid rgba(139,92,192,.12);
  border-radius:20px;padding:28px 24px;
  transition:all .3s;
  position:relative;overflow:hidden;
}
.direito-card::after{
  content:'';position:absolute;
  bottom:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--p),var(--pa));
  transform:scaleX(0);transform-origin:left;
  transition:transform .3s;
}
.direito-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(45,14,92,.1);}
.direito-card:hover::after{transform:scaleX(1);}
.dc-emoji{font-size:32px;color:var(--p);margin-bottom:14px;}
.dc-titulo{
  font-family:'Fraunces',serif;
  font-size:20px;font-weight:700;color:var(--p);
  margin-bottom:8px;
}
.dc-texto{font-size:13px;color:var(--gr);line-height:1.6;}

/* ── PRAZO ── */
.prazo-sec{
  background:linear-gradient(135deg,rgba(26,6,56,.92),rgba(91,45,158,.88)),url(assets/photo-prazo.jpg) center 30%/cover;
  position:relative;overflow:hidden;
}
.prazo-sec::before{
  content:'5';
  position:absolute;right:-40px;top:50%;transform:translateY(-50%);
  font-family:'Fraunces',serif;
  font-size:400px;font-weight:700;
  color:rgba(255,255,255,.04);line-height:1;
  pointer-events:none;-webkit-user-select:none;
user-select:none;
}
.prazo-grid{
  display:grid;grid-template-columns:1fr 1fr;
  gap:70px;align-items:center;
}
.prazo-left .sec-tag{background:rgba(255,255,255,.15);color:var(--ll);}
.prazo-left .sec-titulo{color:white;}
.prazo-left .sec-titulo em{color:var(--ll);}
.prazo-left .sec-sub{color:rgba(255,255,255,.7);}
.prazo-destaque{
  display:inline-flex;align-items:center;gap:16px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.2);
  border-radius:20px;padding:20px 28px;
  margin-top:32px;-webkit-backdrop-filter:blur(6px);
backdrop-filter:blur(6px);
}
.pd-num{
  font-family:'Fraunces',serif;
  font-size:64px;font-weight:700;color:white;line-height:1;
}
.pd-info{}
.pd-label{font-size:11px;color:rgba(255,255,255,.5);letter-spacing:2px;text-transform:uppercase;}
.pd-desc{font-size:15px;color:white;font-weight:500;margin-top:2px;}

.prazo-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.pc{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  border-radius:16px;padding:20px;
  -webkit-backdrop-filter:blur(6px);
  backdrop-filter:blur(6px);
  transition:background .25s;
}
.pc:hover{background:rgba(255,255,255,.13);}
.pc-emoji{font-size:26px;color:var(--ll);margin-bottom:10px;}
.pc-titulo{font-size:13px;font-weight:700;color:var(--ll);text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;}
.pc-texto{font-size:12px;color:rgba(255,255,255,.6);line-height:1.5;}

/* ── COMO FUNCIONA ── */
.como-sec{background:var(--cr);position:relative;overflow:hidden;}
.como-sec::before{
  content:'';position:absolute;top:-140px;left:-160px;
  width:460px;height:460px;z-index:0;
  background:radial-gradient(circle,rgba(139,92,192,.1) 0%,transparent 65%);
  border-radius:50%;pointer-events:none;
}
.como-sec .sec-inner{position:relative;z-index:1;}
.passos-timeline{
  margin-top:56px;
  position:relative;
}
.passos-timeline::before{
  content:'';
  position:absolute;left:35px;top:0;bottom:0;width:2px;
  background:linear-gradient(to bottom,var(--p),var(--pa),transparent);
}
.passo-item{
  display:flex;gap:28px;
  padding-bottom:42px;
  position:relative;
}
.passo-item:last-child{padding-bottom:0;}
.passo-num-wrap{
  width:72px;min-width:72px;
  display:flex;flex-direction:column;align-items:center;
}
.passo-num{
  width:48px;height:48px;
  background:var(--p);color:white;
  font-family:'Fraunces',serif;
  font-size:22px;font-weight:700;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  position:relative;z-index:1;
  box-shadow:0 0 0 6px var(--cr),0 0 0 8px rgba(45,14,92,.15);
  transition:all .3s;
}
.passo-item:hover .passo-num{background:var(--pm);transform:scale(1.1);}
.passo-body{
  background:white;
  border:1px solid rgba(139,92,192,.1);
  border-radius:18px;padding:24px 28px;
  flex:1;
  transition:all .3s;
}
.passo-item:hover .passo-body{box-shadow:0 10px 40px rgba(45,14,92,.1);transform:translateX(4px);}
.pb-tag{
  font-size:10px;font-weight:700;letter-spacing:3px;
  text-transform:uppercase;color:var(--pm);margin-bottom:8px;
}
.pb-titulo{
  font-family:'Fraunces',serif;
  font-size:22px;font-weight:700;color:var(--p);margin-bottom:8px;
}
.pb-texto{font-size:14px;color:var(--gr);line-height:1.6;}

/* ── CONFIANÇA ── */
.confianca-sec{background:var(--ls);position:relative;overflow:hidden;}
.confianca-grid{
  display:grid;grid-template-columns:.85fr 1.15fr;
  gap:64px;align-items:center;
}
.confianca-photo{
  position:relative;border-radius:26px;overflow:hidden;
  aspect-ratio:4/5;box-shadow:0 30px 70px rgba(45,14,92,.18);
}
.confianca-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.confianca-pilares{display:flex;flex-direction:column;gap:22px;margin-top:36px;}
.cp-item{display:flex;gap:16px;align-items:flex-start;}
.cp-icon{
  width:44px;height:44px;min-width:44px;
  background:white;border-radius:14px;color:var(--pm);
  display:flex;align-items:center;justify-content:center;
  font-size:19px;box-shadow:0 4px 14px rgba(45,14,92,.1);
}
.cp-titulo{font-weight:700;color:var(--p);font-size:15px;margin-bottom:3px;}
.cp-texto{font-size:13px;color:var(--gr);line-height:1.6;}

/* ── DEPOIMENTOS ── */
.dep-sec{background:var(--ls);}
.dep-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:22px;margin-top:50px;
}
.dep-card{
  background:white;
  border:1px solid rgba(139,92,192,.1);
  border-radius:22px;padding:28px;
  position:relative;
}
.dep-aspas{
  font-family:'Fraunces',serif;
  font-size:56px;color:var(--lc);
  line-height:.6;margin-bottom:14px;
}
.dep-texto{
  font-size:14px;color:var(--tx);
  line-height:1.7;font-style:italic;
  margin-bottom:20px;
}
.dep-autor{display:flex;align-items:center;gap:12px;}
.dep-avatar{
  width:42px;height:42px;min-width:42px;
  border-radius:50%;overflow:hidden;
  display:flex;align-items:center;justify-content:center;
}
.dep-avatar img{width:100%;height:100%;object-fit:cover;}
.dep-nome{font-size:14px;font-weight:700;color:var(--p);}
.dep-info{font-size:12px;color:var(--gr);}
.dep-stars{color:#f5a623;font-size:13px;margin-top:2px;}

/* ── FAQ ── */
.faq-sec{background:var(--cr);}
.faq-wrap{
  max-width:800px;margin:50px auto 0;
  display:flex;flex-direction:column;gap:12px;
}
.faq-item{
  background:white;
  border:1px solid rgba(139,92,192,.1);
  border-radius:16px;overflow:hidden;
}
.faq-q{
  padding:20px 24px;
  display:flex;align-items:center;justify-content:space-between;
  cursor:pointer;
  transition:background .2s;
  gap:16px;
}
.faq-q:hover{background:var(--ls);}
.faq-qtxt{
  font-size:15px;font-weight:600;color:var(--p);
  line-height:1.4;
}
.faq-icon{
  width:32px;height:32px;min-width:32px;
  background:var(--lc);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:18px;color:var(--pm);font-weight:700;
  transition:all .3s;
}
.faq-item.open .faq-icon{background:var(--p);color:white;transform:rotate(45deg);}
.faq-a{
  max-height:0;overflow:hidden;
  transition:max-height .4s ease,padding .3s;
  padding:0 24px;
}
.faq-a.show{max-height:300px;padding:0 24px 20px;}
.faq-atxt{font-size:14px;color:var(--gr);line-height:1.7;}

/* ── QUIZ ── */
.quiz-sec{
  background:linear-gradient(160deg,rgba(45,14,92,.96) 0%,rgba(74,32,128,.93) 60%,rgba(91,45,158,.9) 100%),url(assets/photo-hero.jpg) center 15%/cover;
  position:relative;overflow:hidden;
}
.quiz-sec::before{
  content:'';position:absolute;
  top:-200px;right:-200px;
  width:600px;height:600px;
  background:radial-gradient(circle,rgba(200,174,237,.15) 0%,transparent 60%);
  border-radius:50%;pointer-events:none;
}
.quiz-container{
  max-width:700px;margin:0 auto;
  position:relative;z-index:1;
}
.quiz-header{text-align:center;margin-bottom:44px;}
.quiz-header .sec-tag{background:rgba(255,255,255,.15);color:var(--ll);}
.quiz-header .sec-titulo{color:white;}
.quiz-header .sec-titulo em{color:var(--ll);}
.quiz-header .sec-sub{color:rgba(255,255,255,.65);margin:0 auto;}

@keyframes fadeIn{from{opacity:0;transform:translateY(8px);}to{opacity:1;transform:translateY(0);}}

/* ── CHAT DE QUALIFICAÇÃO ── */
.chat-quiz{
  max-width:700px;margin:0 auto;
  background:var(--wh);
  border:1px solid rgba(255,255,255,.15);
  box-shadow:0 32px 100px rgba(20,6,40,.4);
  border-radius:22px;overflow:hidden;
}
.chat-header{
  display:flex;align-items:center;gap:14px;
  padding:18px 24px;background:var(--p);color:white;
  position:relative;
}
.chat-avatar{
  width:46px;height:46px;min-width:46px;
  border-radius:50%;overflow:hidden;
  display:flex;align-items:center;justify-content:center;
  position:relative;
}
.chat-avatar img{width:100%;height:100%;object-fit:cover;}
.chat-avatar::after{
  content:'';position:absolute;bottom:0;right:0;
  width:11px;height:11px;background:#25d366;border-radius:50%;
  border:2px solid var(--p);
}
.chat-header__info strong{display:block;font-size:.98rem;font-weight:700;}
.chat-status{font-size:.76rem;opacity:.72;}
.quiz-live-counter{
  margin-left:auto;display:flex;align-items:center;gap:6px;
  font-size:.72rem;font-weight:600;color:rgba(255,255,255,.85);white-space:nowrap;
}
.quiz-live-counter__dot{
  width:7px;height:7px;background:#ff6b81;border-radius:50%;
  animation:blinkDot 1.4s ease-in-out infinite;flex-shrink:0;
}
@keyframes blinkDot{0%,100%{opacity:1;}50%{opacity:.25;}}
.chat-progress{
  position:absolute;bottom:0;left:0;right:0;height:3px;
  background:rgba(255,255,255,.18);
}
.chat-progress__bar{
  height:100%;background:var(--ll);width:0%;
  transition:width .45s ease;border-radius:0 2px 2px 0;
}

.chat-messages{
  min-height:380px;max-height:520px;overflow-y:auto;
  padding:24px;display:flex;flex-direction:column;gap:10px;
  background:var(--ls);scroll-behavior:smooth;
}
.msg{display:flex;align-items:flex-end;gap:8px;max-width:86%;animation:msgIn .25s ease both;}
@keyframes msgIn{from{opacity:0;transform:translateY(8px);}to{opacity:1;transform:translateY(0);}}
.msg--bot{align-self:flex-start;}
.msg--user{align-self:flex-end;flex-direction:row-reverse;}
.msg__avatar{
  width:26px;height:26px;min-width:26px;
  background:linear-gradient(135deg,var(--pa),var(--pm));
  border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-size:13px;color:white;
}
.msg__bubble{
  padding:12px 16px;border-radius:14px;
  font-size:.92rem;line-height:1.55;word-break:break-word;
}
.msg--bot .msg__bubble{
  background:white;color:var(--tx);
  border:1px solid rgba(139,92,192,.14);
  border-bottom-left-radius:4px;
  box-shadow:0 1px 4px rgba(45,14,92,.06);
}
.msg--user .msg__bubble{background:var(--p);color:white;border-bottom-right-radius:4px;}
.typing-bubble{padding:14px 18px!important;}
.typing-dots{display:flex;align-items:center;gap:4px;height:14px;}
.typing-dots span{width:6px;height:6px;background:var(--pa);border-radius:50%;animation:bounceDot 1.3s infinite;}
.typing-dots span:nth-child(2){animation-delay:.18s;}
.typing-dots span:nth-child(3){animation-delay:.36s;}
@keyframes bounceDot{0%,55%,100%{transform:translateY(0);opacity:.5;}28%{transform:translateY(-6px);opacity:1;}}

.chat-footer{
  border-top:1px solid rgba(139,92,192,.1);
  padding:16px 24px;background:white;
  min-height:64px;display:flex;flex-direction:column;gap:8px;
}
.chat-opt{
  padding:12px 18px;background:var(--ls);
  border:2px solid transparent;border-radius:12px;
  font-family:'Hanken Grotesk',sans-serif;font-size:.9rem;font-weight:600;color:var(--p);
  cursor:pointer;text-align:left;width:100%;transition:all .2s;
}
.chat-opt:hover{border-color:var(--pa);background:var(--lc);transform:translateX(2px);}
.chat-restart-wrap{display:flex;justify-content:center;padding-top:2px;}
.chat-restart-btn{
  background:none;border:none;color:var(--gr);
  font-family:'Hanken Grotesk',sans-serif;font-size:.8rem;font-weight:600;
  cursor:pointer;text-decoration:underline;transition:color .2s;
}
.chat-restart-btn:hover{color:var(--pm);}

/* Resultado (dentro do chat) */
.msg--result{max-width:100%;align-self:center;width:100%;}
.msg--result .msg__bubble{
  border-left:4px solid var(--pm)!important;
  background:white;width:100%;padding:22px 24px;text-align:center;
}
.result-icon{font-size:2rem;line-height:1;margin-bottom:8px;color:var(--pm);}
.result-icon svg{width:1em;height:1em;}
.result-title{
  font-family:'Fraunces',serif;
  font-size:1.35rem;font-weight:700;color:var(--p);margin-bottom:8px;
}
.result-text{font-size:.9rem;color:var(--gr);line-height:1.6;margin-bottom:18px;}
.result-wa-btn{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--p);color:white;font-weight:700;font-size:.92rem;
  padding:13px 24px;border-radius:30px;text-decoration:none;transition:all .2s;
}
.result-wa-btn:hover{background:var(--pm);transform:translateY(-1px);}

/* ── CTA FINAL ── */
.cta-sec{
  background:var(--cr);
  text-align:center;
  padding:100px 6vw;
}
.cta-card{
  max-width:800px;margin:0 auto;
  background:linear-gradient(135deg,rgba(26,6,56,.90),rgba(91,45,158,.85)),url(assets/photo-cta.jpg) center/cover;
  border-radius:32px;padding:64px 60px;
  position:relative;overflow:hidden;
}
.cta-card::before{
  content:'';position:absolute;
  top:-100px;right:-100px;
  width:400px;height:400px;
  background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 60%);
  border-radius:50%;pointer-events:none;
}
.cta-titulo{
  font-family:'Fraunces',serif;
  font-size:clamp(30px,4vw,48px);
  font-weight:700;color:white;
  line-height:1.2;margin-bottom:16px;
  position:relative;z-index:1;
}
.cta-titulo em{font-style:italic;color:var(--ll);}
.cta-sub{
  font-size:16px;color:rgba(255,255,255,.7);
  line-height:1.7;margin-bottom:36px;
  position:relative;z-index:1;
}
.cta-btns{
  display:flex;justify-content:center;gap:14px;flex-wrap:wrap;
  position:relative;z-index:1;
}

/* ── FOOTER ── */
footer{
  background:var(--p);
  padding:50px 6vw 32px;
}
.footer-inner{
  max-width:1200px;margin:0 auto;
  display:flex;flex-direction:column;gap:40px;
}
.footer-top{
  display:flex;justify-content:space-between;
  align-items:flex-start;gap:40px;flex-wrap:wrap;
}
.footer-brand{max-width:280px;}
.footer-logo{
  display:flex;align-items:center;gap:12px;margin-bottom:14px;
}
.footer-logo-icon{
  width:40px;height:40px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;flex-shrink:0;
}
.footer-logo-icon img{width:100%;height:100%;object-fit:cover;}
.footer-logo-name{
  font-family:'Fraunces',serif;
  font-size:20px;font-weight:700;color:white;letter-spacing:.5px;
}
.footer-desc{font-size:13px;color:rgba(255,255,255,.45);line-height:1.7;max-width:260px;}
.footer-links{}
.footer-links h4{
  font-size:11px;font-weight:700;letter-spacing:3px;
  text-transform:uppercase;color:var(--ll);margin-bottom:16px;
}
.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:10px;}
.footer-links ul li a{
  font-size:13px;color:rgba(255,255,255,.5);
  text-decoration:none;transition:color .2s;
  display:inline-flex;align-items:center;
}
.footer-links ul li a:hover{color:white;}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:24px;
  display:flex;justify-content:space-between;align-items:center;
  flex-wrap:wrap;gap:12px;
}
.footer-copy{font-size:12px;color:rgba(255,255,255,.3);}
.footer-heart{font-size:12px;color:rgba(255,255,255,.3);}

/* ── WHATSAPP FLOAT ── */
.wpp-float{
  position:fixed;bottom:28px;right:28px;z-index:200;
  width:58px;height:58px;
  background:#25d366;border-radius:50%;color:#fff;
  display:flex;align-items:center;justify-content:center;
  text-decoration:none;font-size:28px;
  box-shadow:0 8px 30px rgba(37,211,102,.5);
  transition:all .25s;
  animation:wppPop .5s .5s both;
}
@keyframes wppPop{from{opacity:0;transform:scale(.5);}to{opacity:1;transform:scale(1);}}
.wpp-float:hover{transform:scale(1.1);box-shadow:0 12px 40px rgba(37,211,102,.6);}

/* ── PÁGINA INTERNA (header simples para páginas legais) ── */
.page-header{
  background:linear-gradient(135deg,var(--p),var(--pm));
  padding:150px 6vw 60px;
  color:white;
}
.page-header .sec-tag{background:rgba(255,255,255,.15);color:var(--ll);}
.page-header h1{
  font-family:'Fraunces',serif;
  font-size:clamp(32px,4vw,48px);
  font-weight:700;color:white;
  margin-bottom:10px;
}
.page-header p{font-size:15px;color:rgba(255,255,255,.72);max-width:560px;line-height:1.6;}
.page-header .breadcrumb{font-size:12px;color:rgba(255,255,255,.5);margin-bottom:18px;}
.page-header .breadcrumb a{color:rgba(255,255,255,.7);text-decoration:none;}
.page-header .breadcrumb a:hover{color:white;}

/* ── ARTIGO / CONTEÚDO LEGAL ── */
.article-body{padding:60px 6vw 90px;background:var(--cr);}
.article-back{
  display:inline-block;font-size:13px;font-weight:600;color:var(--pm);
  text-decoration:none;margin-bottom:24px;
}
.article-back:hover{color:var(--p);}

.legal-content{
  max-width:760px;margin:0 auto;
  background:white;border:1px solid rgba(139,92,192,.1);
  border-radius:22px;padding:44px;
  font-size:15px;line-height:1.75;color:var(--gr);
}
.legal-content h2{
  font-family:'Fraunces',serif;
  font-size:24px;color:var(--p);margin:30px 0 12px;
}
.legal-content h2:first-child{margin-top:0;}
.legal-content p{margin-bottom:14px;}
.legal-content ul{margin:0 0 14px 20px;}
.legal-content li{margin-bottom:8px;}
.legal-content strong{color:var(--tx);}
.legal-meta{
  background:var(--ls);border-radius:14px;padding:18px 22px;margin-bottom:28px;font-size:13px;
}
.legal-meta li{list-style:none;margin-bottom:6px;}

/* ── RESPONSIVE ── */
@media(max-width:900px){
  .hero-grid,.prazo-grid{grid-template-columns:1fr;gap:40px;}
  .hero-card{display:none;}
  .nav-links{display:none;}
  .hamburger{display:flex;}
  .footer-top{flex-direction:column;}
  .confianca-grid{grid-template-columns:1fr;gap:36px;}
  .confianca-photo{aspect-ratio:16/10;}
}
@media(max-width:600px){
  .nav-cta{display:none;}
  .hero-stats{gap:20px;}
  .chat-messages{padding:18px 16px;min-height:340px;}
  .chat-footer{padding:14px 16px;}
  .cta-card{padding:40px 28px;}
  .prazo-cards{grid-template-columns:1fr;}
  .passos-timeline::before{left:24px;}
  .passo-num-wrap{width:50px;min-width:50px;}
  .passo-num{width:38px;height:38px;font-size:18px;}
  .legal-content{padding:28px 22px;}
  .page-header{padding:130px 6vw 44px;}
}

/* ── MOBILE: CONTEÚDO CENTRALIZADO ──
   Só neste breakpoint (celular). Nav, FAQ e o chat de qualificação ficam
   fora: são componentes de interface (acordeão, chat), não conteúdo,
   e centralizar quebraria a leitura deles. */
@media(max-width:600px){
  .sec-inner,
  .hero-left,
  .footer-brand,
  .footer-links{
    text-align:center;
  }
  .footer-desc{margin-left:auto;margin-right:auto;}

  .hero-stats{justify-content:center;}

  .cp-item{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:10px;
  }
  .hc-item{justify-content:center;}
  .dep-autor{justify-content:center;}

  .footer-logo{justify-content:center;}
  .footer-bottom{
    flex-direction:column;
    justify-content:center;
    text-align:center;
  }
}
