:root {
  --bg: #f8f3ed;
  --surface: #fffdf9;
  --surface-2: #efe5da;
  --ink: #29231f;
  --muted: #71665e;
  --line: #ded0c2;
  --rose: #ceb09d;
  --olive: #978569;
  --deep: #665746;
  --green: #25d366;
  --shadow: 0 24px 70px rgba(68, 48, 34, 0.11);
  --radius: 28px;
  --container: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  width: min(calc(100% - 40px), var(--container));
  margin: auto;
}
.section {
  padding: clamp(72px, 9vw, 120px) 0;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--olive);
  font:
    700 0.75rem/1.4 "DM Sans",
    sans-serif;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
h1,
h2 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
}
h1 {
  font-size: clamp(2.65rem, 5.4vw, 5.4rem);
}
h2 {
  font-size: clamp(2.15rem, 4vw, 4rem);
}
h3 {
  margin: 0;
  font:
    600 1.2rem/1.25 "DM Sans",
    sans-serif;
}
p {
  margin: 0;
  color: var(--muted);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(248, 243, 237, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(222, 208, 194, 0.72);
}
.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: max-content;
}
.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.brand span {
  display: grid;
  line-height: 1.5;
}
.brand strong {
  font-family: "Playfair Display", serif;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.brand small {
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 23px;
  font:
    600 0.84rem/1 "DM Sans",
    sans-serif;
  color: var(--muted);
}
.site-nav a {
  transition: 0.2s;
}
.site-nav a:hover {
  color: var(--deep);
}
.nav-cta {
  padding: 13px 18px;
  border: 1px solid var(--deep);
  border-radius: 999px;
  color: var(--deep) !important;
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  padding: 8px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px;
  background: var(--deep);
  transition: 0.25s;
}
.hero {
  padding: clamp(66px, 8vw, 110px) 0 clamp(82px, 10vw, 130px);
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(206, 176, 157, 0.35),
      transparent 30%
    ),
    linear-gradient(135deg, #fffdf9 0%, #f8f3ed 55%, #efe5da 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
}
.hero-lead {
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  margin-top: 25px;
  max-width: 720px;
  color: #554c45;
}
.hero-support {
  margin-top: 15px;
  max-width: 680px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font:
    700 0.88rem/1 "DM Sans",
    sans-serif;
  border: 1px solid transparent;
  transition: 0.2s;
  cursor: pointer;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  background: var(--deep);
  color: #fff;
  box-shadow: 0 14px 30px rgba(102, 87, 70, 0.22);
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.48);
  border-color: var(--line);
  color: var(--deep);
}
.btn-light {
  background: #fff;
  color: var(--deep);
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.trust-row span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  font-size: 0.79rem;
  color: var(--muted);
}
.hero-visual,
.about-photo {
  position: relative;
}
.photo-placeholder,
.image-placeholder {
  display: grid;
  place-items: center;
  text-align: center;
  color: rgba(102, 87, 70, 0.72);
  font-weight: 600;
  background: linear-gradient(145deg, #dfc8b8, #f7eee7);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.photo-placeholder {
  min-height: 610px;
  border-radius: 180px 180px 28px 28px;
}
.hero-badge,
.credential-card {
  position: absolute;
  right: -22px;
  bottom: 36px;
  width: min(280px, 80%);
  padding: 20px 22px;
  border-radius: 20px;
  background: rgba(255, 253, 249, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}
.hero-badge strong,
.hero-badge small,
.credential-card strong,
.credential-card span {
  display: block;
}
.hero-badge small,
.credential-card span {
  color: var(--muted);
  margin-top: 4px;
}
.section-heading {
  max-width: 800px;
  margin-bottom: 44px;
}
.section-heading > p:last-child {
  margin-top: 17px;
  font-size: 1.02rem;
}
.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.experience-card {
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.75);
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s;
}
.experience-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(68, 48, 34, 0.07);
}
.experience-card span,
.step-card > span {
  color: var(--rose);
  font:
    700 0.8rem/1 "DM Sans",
    sans-serif;
  letter-spacing: 0.12em;
}
.experience-card p {
  font-size: 1.03rem;
  color: var(--ink);
}
.section-tinted {
  background: var(--deep);
  color: #fff;
}
.insight-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(38px, 8vw, 100px);
  align-items: start;
}
.section-tinted h2,
.section-tinted p {
  color: #fff;
}
.section-tinted .eyebrow {
  color: #dfc5b5;
}
.insight-copy {
  display: grid;
  gap: 22px;
  font-size: 1.08rem;
}
.insight-copy p {
  color: rgba(255, 255, 255, 0.78);
}
.outcomes-grid,
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 7vw, 86px);
  align-items: center;
}
.image-placeholder.landscape {
  min-height: 520px;
  border-radius: 28px;
}
.outcomes-copy > p {
  margin-top: 20px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 12px;
}
.check-list li {
  position: relative;
  padding-left: 31px;
  color: #524a43;
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--olive);
  font-weight: 700;
}
.process-section {
  background: #f0e7de;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.step-card {
  padding: 29px 25px;
  border-radius: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 14px 35px rgba(68, 48, 34, 0.05);
}
.step-card h3 {
  margin-top: 30px;
}
.step-card p {
  margin-top: 13px;
}
.about-photo .photo-placeholder {
  min-height: 610px;
  border-radius: 28px 180px 28px 28px;
}
.credential-card {
  left: 24px;
  right: auto;
  width: 215px;
}
.credential-card strong {
  font:
    500 2.5rem/1 "Playfair Display",
    serif;
  color: var(--deep);
}
.about-copy > p {
  margin-top: 18px;
}
.about-copy h2 {
  margin-bottom: 24px;
}
.text-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 27px;
  color: var(--deep);
  font-weight: 700;
  border-bottom: 1px solid var(--rose);
}
.testimonials {
  background: #fffaf5;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.testimonial-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
}
.quote {
  display: block;
  font:
    500 3.4rem/1 "Playfair Display",
    serif;
  color: var(--rose);
}
.testimonial-card p {
  color: #514942;
}
.testimonial-card small {
  display: block;
  margin-top: 22px;
  color: var(--olive);
  font-weight: 700;
}
.final-cta {
  padding: 0 0 clamp(72px, 9vw, 110px);
}
.final-cta-inner {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 34px;
  align-items: center;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 32px;
  background: var(--deep);
  color: #fff;
}
.final-cta-inner img {
  width: 95px;
  filter: brightness(0) invert(1);
  opacity: 0.82;
}
.final-cta h2,
.final-cta p {
  color: #fff;
}
.final-cta p:last-child {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.74);
  max-width: 690px;
}
.site-footer {
  padding: 65px 0 28px;
  background: #221e1b;
  color: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.7fr;
  gap: 40px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-brand img {
  width: 82px;
  filter: brightness(0) invert(1);
  opacity: 0.88;
}
.footer-brand div {
  display: grid;
}
.footer-brand strong {
  font-family: "Playfair Display", serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.footer-brand span,
.site-footer a,
.site-footer p,
.site-footer > span {
  color: rgba(255, 255, 255, 0.67);
}
.site-footer h3 {
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}

.footer-column {
  min-width: 0;
}

.footer-links {
  display: grid;
  gap: 12px;
}

.footer-links a {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-links svg {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer-links span {
  display: inline;
  margin: 0;
  overflow-wrap: anywhere;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.67);
}
.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 35px;
  margin-top: 45px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
}
.footer-bottom p:first-child {
  max-width: 790px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s,
    transform 0.7s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.delay-1 {
  transition-delay: 0.08s;
}
.delay-2 {
  transition-delay: 0.16s;
}
.delay-3 {
  transition-delay: 0.24s;
}
@media (max-width: 1080px) {
  .site-nav {
    gap: 14px;
    font-size: 0.77rem;
  }
  .brand img {
    width: 52px;
    height: 52px;
  }
  .experience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .menu-toggle {
    display: block;
    z-index: 2;
  }
  .site-nav {
    position: fixed;
    inset: 88px 16px auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--surface);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.25s;
  }
  .site-nav.open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .site-nav a {
    padding: 14px;
  }
  .nav-cta {
    text-align: center;
    margin-top: 6px;
  }
  .hero-grid,
  .outcomes-grid,
  .about-grid,
  .insight-grid {
    grid-template-columns: 1fr;
  }
  .hero-content {
    order: 1;
  }
  .hero-visual {
    order: 2;
    max-width: 620px;
    width: 100%;
    margin: auto;
  }
  .photo-placeholder {
    min-height: 560px;
  }
  .steps-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .final-cta-inner {
    grid-template-columns: 80px 1fr;
  }
  .final-cta-inner .btn {
    grid-column: 2;
    justify-self: start;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }
  .header-inner {
    min-height: 76px;
  }
  .brand img {
    width: 48px;
    height: 48px;
  }
  .brand strong {
    font-size: 0.95rem;
  }
  .brand small {
    font-size: 0.61rem;
  }
  .site-nav {
    top: 76px;
  }
  .hero {
    padding-top: 52px;
  }
  .hero-actions {
    display: grid;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .trust-row span {
    font-size: 0.72rem;
  }
  .experience-grid,
  .steps-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .experience-card {
    min-height: 145px;
  }
  .photo-placeholder,
  .about-photo .photo-placeholder {
    min-height: 430px;
    border-radius: 120px 120px 25px 25px;
  }
  .hero-badge,
  .credential-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(100% - 28px);
    margin: -54px auto 0;
  }
  .image-placeholder.landscape {
    min-height: 340px;
  }
  .final-cta-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .final-cta-inner img {
    width: 72px;
  }
  .final-cta-inner .btn {
    grid-column: auto;
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    grid-column: auto;
  }
  .site-footer {
    padding-top: 52px;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 34px;
  }

  .footer-brand {
    grid-column: auto;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .footer-brand img {
    width: 62px;
  }

  .footer-column {
    width: 100%;
    display: grid;
    justify-items: center;
  }

  .footer-links {
    justify-items: center;
  }

  .footer-links a {
    width: auto;
    justify-content: center;
    text-align: center;
  }

  .footer-links a:hover {
    transform: translateY(-2px);
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    margin-top: 34px;
    text-align: center;
  }

  .footer-bottom p:first-child {
    max-width: 620px;
  }
  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }

  .whatsapp-float svg {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    margin-left: 15px;
  }

  .whatsapp-float:hover,
  .whatsapp-float:focus-visible {
    width: 142px;
  }
}
@media (max-width: 380px) {
  .brand span {
    display: none;
  }
  h1 {
    font-size: 2.45rem;
  }
  .experience-card,
  .step-card,
  .testimonial-card {
    padding: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .btn,
  .experience-card,
  .whatsapp-float {
    transition: none;
  }
}

/* Botão flutuante WhatsApp */

.whatsapp-float {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1px;
	height: 56px;
	width: 56px;
	padding: 0 18px;
	background: #25d366;
	color: #fff;
	border-radius: 999px;
	text-decoration: none;
	border: 2px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	white-space: nowrap;
	transition: width 0.35s ease, background-color 0.35s ease, transform 0.35s ease;
}

.whatsapp-float i {
	font-size: 30px;
	line-height: 1;
	flex-shrink: 0;
}

.whatsapp-float span {
	max-width: 0;
	opacity: 0;
	overflow: hidden;
	font-size: 15px;
	font-weight: 400;
	transition: max-width 0.35s ease, opacity 0.25s ease;
}

.whatsapp-float:hover {
	width: 220px;
	background: #1ebe5d;
	transform: translateY(-2px);
}

.whatsapp-float:hover span {
	max-width: 160px;
	opacity: 1;
	margin-left: 10px;
}

@media screen and (max-width: 736px) {
	.whatsapp-float {
		right: 16px;
		bottom: 16px;
		height: 52px;
		width: 52px;
		padding: 0 16px;
	}

	.whatsapp-float i {
		font-size: 28px;
	}

	.whatsapp-float:hover {
		width: 200px;
	}
}