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

/* ── SKIP LINK ── */
.skip-link {
  position: absolute; top: -100%; left: 0;
  padding: 10px 20px; background: var(--plum); color: #FDFBFF;
  font-size: 13px; font-weight: 500; letter-spacing: 0.05em;
  z-index: 99999; text-decoration: none; transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* ── VARIÁVEIS ── */
:root {
  --white:        #FDFBFF;
  --light:        #ECE7FF;
  --plum:         #1B0940;
  --plum-2:       #2B1565;
  --rose:         #C83070;
  --rose-light:   #E07AAE;
  --lilac:        #9468D5;
  --muted-v:      #8B68B8;
  --yellow:       #FFD133;
  --text:         #1B0940;
  --text-muted:   #6A4EAA;
  --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-sans:    'Lato', system-ui, sans-serif;
  --ease-out:     cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans); font-size: 17px;
  background: var(--white); color: var(--text);
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}

body::after {
  content: ''; position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 9000; mix-blend-mode: overlay;
}

/* ── SCROLL PROGRESS ── */
#prog {
  position: fixed; top: 0; left: 0;
  width: 0; height: 2px;
  background: var(--yellow); z-index: 10000;
  transition: width 0.1s linear;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 24px 56px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(236,231,255,0.97); backdrop-filter: blur(16px);
  transition: background 0.5s var(--ease-out), padding 0.4s var(--ease-out), border-color 0.4s;
}
nav.scrolled { background: rgba(27,9,64,0.97); }

.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-logo-img {
  height: 36px; width: auto;
  transition: filter 0.4s;
}
nav.scrolled .nav-logo-img { filter: brightness(0) invert(1); }


.nav-links { display: flex; gap: 40px; list-style: none; }
.nav-links a {
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; color: var(--text-muted);
  position: relative; transition: color 0.3s;
}
nav.scrolled .nav-links a { color: rgba(253,251,255,0.55); }
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 1px; background: var(--rose);
  transition: width 0.4s var(--ease-out);
}
.nav-links a:hover { color: var(--text); }
nav.scrolled .nav-links a:hover { color: #FDFBFF; }
.nav-links a:hover::after { width: 100%; }

.ham {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 4px; background: none; border: none;
}
.ham span {
  display: block; width: 24px; height: 1px; background: var(--text);
  transition: transform 0.3s, opacity 0.3s, background 0.4s;
}
nav.scrolled .ham span { background: #FDFBFF; }
.ham.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.ham.open span:nth-child(2) { opacity: 0; }
.ham.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mob-nav {
  position: fixed; inset: 0; z-index: 999;
  display: flex; flex-direction: column; justify-content: center;
  padding: 56px 40px; background: var(--white);
  transform: translateX(100%); transition: transform 0.5s var(--ease-out);
}
.mob-nav.open { transform: translateX(0); }
.mob-nav ul { list-style: none; }
.mob-nav ul li { border-bottom: 1px solid rgba(200,48,112,0.14); }
.mob-nav ul a {
  display: block; padding: 14px 0;
  font-family: var(--font-display); font-size: clamp(30px,7vw,50px);
  font-weight: 400; text-decoration: none; color: var(--text-muted);
  transition: color 0.3s, padding-left 0.3s;
}
.mob-nav ul a:hover { color: var(--rose); padding-left: 12px; }

/* ── HERO ── */
#hero {
  min-height: 100vh; position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
  padding: 130px 56px 80px; color: #FDFBFF;
  background: url('../images/hero-bg.png') center / cover no-repeat;
}
.hero-content { max-width: 1120px; position: relative; z-index: 1; }

.hero-h1 {
  font-family: var(--font-display); font-weight: 400; margin: 0;
  opacity: 0; transform: translateY(28px);
  animation: fadeUp 1s var(--ease-out) 0.2s forwards;
}
.hl-intro {
  display: block;
  font-size: clamp(13px,1.2vw,18px); font-weight: 400; font-style: normal;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--text); margin-bottom: clamp(16px,2vw,28px);
}
.hl-main {
  display: block;
  font-size: clamp(68px,11vw,152px); line-height: 0.92; letter-spacing: -0.035em;
  color: var(--text-muted);
}
.hl-main em { font-style: italic; color: var(--rose-light); }
.hl-break {
  display: block;
  font-size: clamp(36px,5vw,78px); font-style: italic; font-weight: 400;
  line-height: 1.15; letter-spacing: -0.01em; color: var(--text-muted);
  margin-top: clamp(8px,1vw,16px);
}

/* ── SHARED ── */
section { padding: clamp(88px,10vw,148px) clamp(24px,4vw,80px); }
.wrap { max-width: 1320px; margin: 0 auto; }

.s-label {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--rose);
}
.s-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(42px,5.5vw,76px); line-height: 1.08; margin-top: 16px;
}
.s-title em { font-style: italic; color: var(--rose); }

.rv {
  opacity: 0; transform: translateY(36px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.rv.on { opacity: 1; transform: none; }
.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }
.d3 { transition-delay: 0.3s; }
.d4 { transition-delay: 0.4s; }

/* ── SOBRE ── */
#sobre { background: var(--light); }
.sobre-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(48px,7vw,110px); align-items: start;
}
.sobre-img-wrap { position: relative }
.sobre-img {
  width: 100%; aspect-ratio: 3/4; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #D4CAFF 0%, #B4A0E8 100%);
}
.sobre-img img { width: 100%; height: 100%; object-fit: cover; }
.sobre-img span {
  font-family: var(--font-display); font-size: 128px; font-style: italic; font-weight: 400;
  color: rgba(200,48,112,0.3); letter-spacing: -0.05em; user-select: none;
}
.sobre-img-wrap::after {
  content: ''; position: absolute; top: -24px; right: -24px;
  width: 75%; height: 50%;
  border: 1px solid var(--rose-light); pointer-events: none;
}
.sobre-badge {
  position: absolute; bottom: 24px; left: 24px; z-index: 1;
  padding: 22px 28px; background: var(--plum); color: #FDFBFF;
}
.badge-num {
  font-family: var(--font-display); font-size: 44px; font-weight: 400;
  line-height: 1; color: var(--rose-light);
}
.badge-txt {
  font-size: 12px; font-weight: 300; letter-spacing: 0.07em;
  color: rgba(253,251,255,0.5); margin-top: 6px;
}
.sobre-right { padding-top: 32px; }
.sobre-quote {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(22px,2.8vw,36px); line-height: 1.55;
  padding-left: 28px; border-left: 2px solid var(--rose);
  margin: 28px 0 36px;
}
.sobre-p {
  font-size: 17px; font-weight: 300;
  line-height: 1.9; color: var(--text-muted); margin-bottom: 18px;
}
.sobre-stats {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid rgba(200,48,112,0.2);
}
.stat-n {
  font-family: var(--font-display); font-size: 50px; font-weight: 400;
  line-height: 1; color: var(--rose);
}
.stat-l {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-muted); margin-top: 10px;
}

/* ── SERVIÇOS ── */
#servicos { background: var(--plum); color: #FDFBFF; }
#servicos .s-label { color: var(--rose-light); }
#servicos .s-title { color: #FDFBFF; }
#servicos .s-title em { color: var(--rose-light); }

.serv-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; margin-top: 68px;
  background: rgba(200,48,112,0.15); border: 1px solid rgba(200,48,112,0.15);
}
.serv-card {
  position: relative; overflow: hidden;
  padding: 52px 40px; background: var(--plum);
}
.serv-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(200,48,112,0.1) 0%, rgba(148,104,213,0.1) 50%, transparent 70%);
  opacity: 0; transition: opacity 0.5s;
}
.serv-card:hover::before { opacity: 1; }
.serv-icon { width: 36px; height: 36px; margin-bottom: 22px; opacity: 0.6; }
.serv-title {
  font-family: var(--font-display); font-size: 24px; font-weight: 400;
  color: #FDFBFF; margin-bottom: 16px;
}
.serv-desc {
  font-size: 15px; font-weight: 300; line-height: 1.85;
  color: rgba(253,251,255,0.45);
}

/* ── DEPOIMENTOS ── */
#depo { background: var(--plum-2); color: #FDFBFF; overflow: hidden; }
#depo .s-label { color: var(--rose-light); }
#depo .s-title { color: #FDFBFF; }
#depo .s-title em { color: var(--rose-light); }

.depo-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 64px; gap: 24px;
}
.depo-btns { display: flex; gap: 12px; flex-shrink: 0; }
.depo-btn {
  width: 50px; height: 50px; background: none;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(200,48,112,0.3); color: #FDFBFF;
  cursor: pointer; transition: background 0.3s, border-color 0.3s;
}
.depo-btn:hover { background: var(--rose); border-color: var(--rose); }
.depo-slider { overflow: hidden; }
.depo-track { display: flex; transition: transform 0.75s var(--ease-out); }
.depo-slide { min-width: 100%; padding: 0 18%; }
.depo-qmark {
  font-family: var(--font-display); font-size: 120px; font-weight: 700;
  line-height: 0.7; color: var(--white);
}
.depo-text {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(21px,2.4vw,32px); line-height: 1.65; margin-bottom: 44px;
}
.depo-author { display: flex; align-items: center; gap: 18px; }
.depo-av {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 20px; color: #FDFBFF;
  background: linear-gradient(135deg, var(--rose), var(--lilac));
}
.depo-av img { width: 100%; height: 100%; object-fit: cover; }
.depo-name { font-family: var(--font-display); font-size: 18px; font-weight: 500; }
.depo-role { font-size: 12px; letter-spacing: 0.07em; color: var(--muted-v); margin-top: 4px; }
.depo-dots { display: flex; justify-content: center; gap: 10px; margin-top: 48px; }
.depo-dot {
  width: 6px; height: 6px; border-radius: 3px;
  background: rgba(255,255,255,0.25); cursor: pointer;
  transition: width 0.35s, background 0.3s;
}
.depo-dot.on { width: 24px; background: var(--white); }

/* ── PROCESSO ── */
#processo { background: var(--light); }
.proc-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  position: relative; margin-top: 72px;
}
.proc-line {
  position: absolute; top: 39px;
  left: calc(12.5% + 4px); right: calc(12.5% + 4px);
  height: 1px; pointer-events: none;
  background: linear-gradient(to right, var(--rose), rgba(200,48,112,0.18));
}
.proc-step { padding: 0 20px; position: relative; z-index: 1; }
.step-wrap {
  width: 78px; height: 78px; margin-bottom: 32px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(200,48,112,0.3); background: var(--light);
  transition: border-color 0.3s, background 0.3s;
}
.proc-step:hover .step-wrap { border-color: var(--rose); background: var(--white); }
.step-n {
  font-family: var(--font-display); font-size: 26px;
  font-style: italic; font-weight: 400; color: var(--rose);
}
.step-title {
  font-family: var(--font-display); font-size: 24px;
  font-weight: 400; margin-bottom: 14px;
}
.step-desc { font-size: 15px; font-weight: 300; line-height: 1.85; color: var(--text-muted); }

/* ── FAQ ── */
#faq { background: var(--white); }
.faq-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(48px,7vw,110px); align-items: start;
}
.faq-left .s-title { font-size: clamp(36px,4.2vw,58px); }
.faq-left p {
  font-size: 17px; font-weight: 300; line-height: 1.85;
  color: var(--text-muted); margin: 22px 0 36px;
}
.btn-rose {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 32px;
  font-size: 12px; font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; text-decoration: none;
  color: #FDFBFF; background: var(--rose); transition: background 0.3s;
}
.btn-rose:hover { background: var(--rose-light); }

.faq-item { border-bottom: 1px solid rgba(200,48,112,0.15); }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 26px 0; gap: 20px;
  background: none; border: none; width: 100%; text-align: left;
  cursor: pointer; user-select: none;
}
.faq-q span {
  font-family: var(--font-display); font-size: 19px;
  font-weight: 400; line-height: 1.4; transition: color 0.3s;
}
.faq-q:hover span { color: var(--rose); }
.faq-ico {
  width: 26px; height: 26px; flex-shrink: 0; position: relative;
  border: 1px solid rgba(200,48,112,0.3);
  transition: border-color 0.3s, background 0.3s;
}
.faq-ico::before, .faq-ico::after {
  content: ''; position: absolute; top: 50%; left: 50%;
  background: var(--rose); transition: transform 0.4s var(--ease-out), opacity 0.3s;
}
.faq-ico::before { width: 10px; height: 1px; transform: translate(-50%,-50%); }
.faq-ico::after  { width: 1px; height: 10px; transform: translate(-50%,-50%); }
.faq-item.open .faq-ico { border-color: var(--rose); background: rgba(200,48,112,0.08); }
.faq-item.open .faq-ico::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.faq-ans { max-height: 0; overflow: hidden; transition: max-height 0.55s var(--ease-out); }
.faq-ans-in {
  padding: 0 0 28px;
  font-size: 16px; font-weight: 300; line-height: 1.9; color: var(--text-muted);
}

/* ── CTA FINAL ── */
#cta {
  background: var(--plum); color: #FDFBFF; text-align: center;
  padding: clamp(100px,12vw,180px) clamp(24px,5vw,80px);
}
#cta .s-label { color: var(--rose-light); }
.cta-h {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(44px,7.5vw,100px); line-height: 1.04;
  max-width: 820px; margin: 24px auto 44px;
}
.cta-h em { font-style: italic; color: var(--rose-light); }
.cta-sub {
  font-size: 18px; font-weight: 300; line-height: 1.85;
  color: rgba(253,251,255,0.52); max-width: 480px; margin: 0 auto 52px;
}
.btn-wa {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 22px 52px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; text-decoration: none;
  color: var(--plum); background: var(--yellow);
  transition: filter 0.3s, transform 0.25s;
}
.btn-wa:hover { filter: brightness(0.9); transform: translateY(-3px); }

/* ── FOOTER ── */
footer {
  background: #0D0520; color: #FDFBFF;
  padding: 68px clamp(24px,5vw,80px) 40px;
}
.foot-top {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 48px; margin-bottom: 36px;
  border-bottom: 1px solid rgba(200,48,112,0.12);
}
.foot-logo-img {
  height: 32px; width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 6px;
}
.foot-logo-sub {
  font-size: 10px; font-weight: 400; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--rose-light); margin-bottom: 16px;
}
.foot-tag {
  font-family: var(--font-display); font-size: 15px;
  font-style: italic; font-weight: 400; line-height: 1.65;
  color: rgba(253,251,255,0.35); max-width: 260px;
}
.foot-col-h {
  font-size: 10px; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--white); margin-bottom: 22px;
}
.foot-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.foot-links a {
  font-size: 14px; font-weight: 300; text-decoration: none;
  color: rgba(253,251,255,0.4); transition: color 0.3s;
}
.foot-links a:hover { color: var(--rose-light); }
.foot-contact { display: flex; flex-direction: column; gap: 14px; }
.foot-ci { display: flex; align-items: flex-start; gap: 12px; }
.foot-ci svg { flex-shrink: 0; margin-top: 3px; opacity: 0.4; }
.foot-ci a, .foot-ci span {
  font-size: 14px; font-weight: 300; text-decoration: none;
  color: rgba(253,251,255,0.4); transition: color 0.3s;
}
.foot-ci a:hover { color: var(--rose-light); }
.foot-bot { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.foot-copy { font-size: 12px; letter-spacing: 0.04em; color: rgba(253,251,255,0.18); }
.foot-social { display: flex; gap: 12px; }
.foot-social a {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(253,251,255,0.5); color: rgba(253,251,255,0.5);
  text-decoration: none; transition: border-color 0.3s, color 0.3s;
}
.foot-social a:hover { border-color: var(--rose); color: var(--rose-light); }

/* ── FLOATING WHATSAPP ── */
.float-wa {
  position: fixed; bottom: 32px; right: 32px; z-index: 8999;
  display: flex; align-items: center;
  opacity: 0; transform: translateY(16px) scale(0.85);
  transition: opacity 0.5s, transform 0.5s var(--ease-out);
}
.float-wa.on { opacity: 1; transform: translateY(0) scale(1); }
.float-wa-label {
  padding: 10px 16px; background: var(--plum); color: #FDFBFF;
  font-size: 12px; font-weight: 500; letter-spacing: 0.09em; white-space: nowrap;
  opacity: 0; transform: translateX(8px); transition: opacity 0.3s, transform 0.3s;
}
.float-wa:hover .float-wa-label { opacity: 1; transform: translateX(0); }
.float-wa-btn {
  position: relative; flex-shrink: 0;
  width: 60px; height: 60px; background: #25D366;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
}
.float-wa-btn::before {
  content: ''; position: absolute; inset: -6px; border-radius: 50%;
  border: 2px solid rgba(37,211,102,0.38);
  animation: pulse 2.2s ease-in-out infinite;
}

/* ── KEYFRAMES ── */
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
@keyframes pulse  { 0%,100% { transform: scale(1); opacity: 0.55; } 50% { transform: scale(1.18); opacity: 0; } }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .serv-grid { grid-template-columns: repeat(2,1fr); }
  .proc-grid { grid-template-columns: repeat(2,1fr); gap: 48px; }
  .proc-line { display: none; }
  .depo-slide { padding: 0 8%; }
}
@media (max-width: 900px) {
  nav, nav.scrolled { padding: 18px 28px; }
  .nav-links { display: none; }
  .ham { display: flex; }
  #hero { padding: 110px 28px 80px; background-position: left; }
  .sobre-grid { grid-template-columns: 1fr; }
  .sobre-img-wrap { display: block; padding: 0; }
  .sobre-img-wrap::after { display: none; }
  .sobre-right { padding-top: 0; }
  .sobre-stats { grid-template-columns: repeat(2,1fr); }
  .depo-head { flex-direction: column; align-items: flex-start; }
  .depo-slide { padding: 0; }
  .faq-grid { grid-template-columns: 1fr; }
  .foot-top { grid-template-columns: 1fr; gap: 40px; }
  .foot-bot { flex-direction: column; gap: 20px; text-align: center; }
}
@media (max-width: 560px) {
  .sobre-stats { grid-template-columns: 1fr; }
  .serv-grid { grid-template-columns: 1fr; }
  .proc-grid { grid-template-columns: 1fr; gap: 40px; }
  .float-wa { bottom: 20px; right: 20px; }
}
