:root {
  --cream: #fbf7f1;
  --sand: #f0e5d8;
  --sand2: #e5d2bf;
  --taupe: #b99f86;
  --brown: #4a3127;
  --brown2: #65493a;
  --ink: #33241e;
  --muted: #74665f;
  --white: #fffdf9;
  --line: rgba(74, 49, 39, 0.12);
  --shadow: 0 24px 65px rgba(74, 49, 39, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.wrap {
  width: min(1160px, calc(100% - 42px));
  margin: auto;
}
.section {
  padding: 100px 0;
}
.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 800;
  color: var(--brown2);
}
h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--brown);
  font-weight: 400;
  line-height: 1.08;
  margin: 0;
}
h1 {
  font-size: clamp(48px, 6.4vw, 86px);
  letter-spacing: -0.035em;
}
h2 {
  font-size: clamp(38px, 4.7vw, 62px);
  letter-spacing: -0.025em;
}
h3 {
  font-size: 25px;
}
.lead {
  font-size: 19px;
  color: var(--muted);
  max-width: 650px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: 0.2s;
  border: 1px solid transparent;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: var(--brown);
  color: #fff;
}
.outline {
  border-color: rgba(74, 49, 39, 0.28);
  color: var(--brown);
  background: rgba(255, 255, 255, 0.36);
}
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 247, 241, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  font-size: 12px;
  color: var(--brown2);
}
.links > a:hover {
  opacity: 0.65;
}
.mobile-cta {
  display: none;
}
.hero {
  padding: 66px 0 80px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 64px;
}
.hero-copy {
  padding: 20px 0;
}
.hero h1 em {
  font-weight: 400;
  color: var(--taupe);
  font-style: italic;
}
.hero-copy .lead {
  margin: 26px 0 0;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.hero-proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.hero-proof b {
  color: var(--brown);
}
.hero-photo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.photo-heading {
  text-align: center;
  line-height: 1.05;
}
.photo-heading span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown2);
  margin-bottom: 4px;
}
.photo-heading strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: var(--brown);
}
.portrait {
  position: relative;
  width: 100%;
}
.portrait::before {
  content: "";
  position: absolute;
  width: 78%;
  height: 88%;
  right: -11%;
  top: 5%;
  background: var(--sand2);
  border-radius: 48% 48% 24% 24%/30% 30% 16% 16%;
  z-index: 0;
}
.portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 660px;
  object-fit: cover;
  object-position: center 30%;
  border-radius: 34px 34px 120px 34px;
  box-shadow: var(--shadow);
}
.portrait-title {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: rgba(251, 247, 241, 0.78);
  backdrop-filter: blur(6px);
  padding: 14px 22px 12px;
  border-radius: 20px;
  border: 1px solid rgba(74, 49, 39, 0.12);
  min-width: min(86%, 420px);
}
.portrait-title span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--brown2);
  margin-bottom: 4px;
}
.portrait-title strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.05;
  color: var(--brown);
  font-weight: 400;
}
.intro-band {
  background: var(--brown);
  color: #fff;
  padding: 52px 0;
}
.intro-band p {
  font-family: Georgia, serif;
  font-size: clamp(26px, 3.3vw, 42px);
  line-height: 1.25;
  margin: 0;
  max-width: 930px;
  color: #fff;
}
.intro-band span {
  color: #d7c1ae;
  font-style: italic;
}
.problems {
  background: var(--sand);
}
.section-head {
  max-width: 840px;
  margin-bottom: 48px;
}
.section-head p:last-child {
  font-size: 18px;
  color: var(--muted);
  max-width: 700px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.card {
  background: var(--white);
  border: 1px solid rgba(74, 49, 39, 0.08);
  border-radius: 22px;
  padding: 28px 26px;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 26px rgba(74, 49, 39, 0.04);
}
.card-no {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--sand);
  font-size: 10px;
  font-weight: 800;
  color: var(--brown);
  margin-bottom: 34px;
}
.card h3 {
  margin-bottom: 12px;
}
.card p {
  margin: auto 0 0;
  color: var(--muted);
  font-size: 14.5px;
}
.approach {
  background: var(--white);
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 78px;
  align-items: center;
}
.approach-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}
.approach-copy .quote {
  font-family: Georgia, serif;
  color: var(--brown) !important;
  font-size: 24px !important;
  line-height: 1.35;
  border-left: 2px solid var(--taupe);
  padding-left: 22px;
  margin: 28px 0;
}
.approach-visual {
  background: var(--sand);
  border-radius: 30px;
  padding: 44px;
}
.approach-visual .big {
  font-family: Georgia, serif;
  font-size: clamp(34px, 4.3vw, 56px);
  line-height: 1.08;
  color: var(--brown);
  margin: 0;
}
.approach-visual .big em {
  color: var(--taupe);
}
.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 36px;
}
.mini {
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 12px;
  text-align: center;
}
.mini strong {
  display: block;
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 400;
}
.mini span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.about {
  background: var(--cream);
}
.about-photo {
  position: relative;
}
.about-photo img {
  width: 100%;
  height: 690px;
  object-fit: cover;
  object-position: center 24%;
  border-radius: 26px;
  box-shadow: var(--shadow);
}
.about-photo::after {
  content: "";
  position: absolute;
  left: -18px;
  bottom: -18px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--sand2);
  z-index: -1;
}
.about-copy p:not(.eyebrow) {
  font-size: 17px;
  color: var(--muted);
}
.signature {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.signature strong {
  font-family: Georgia, serif;
  font-size: 24px;
  color: var(--brown);
  font-weight: 400;
}
.signature span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-top: 4px;
}
.journey {
  background: var(--brown);
  color: #fff;
}
.journey .eyebrow {
  color: #d8c1ad;
}
.journey h2 {
  color: #fff;
  max-width: 760px;
}
.journey .section-head p:last-child {
  color: #d9cbc0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.step {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 30px;
  min-height: 285px;
}
.step > span {
  display: block;
  font-family: Georgia, serif;
  font-size: 42px;
  color: #cfb49c;
  margin-bottom: 54px;
}
.step h3 {
  color: #fff;
  font-size: 26px;
}
.step p {
  color: #dbcfc6;
  font-size: 14.5px;
  margin-top: 12px;
}
.online {
  background: var(--sand);
}
.online-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: center;
}
.online-copy p:not(.eyebrow) {
  font-size: 17px;
  color: var(--muted);
}
.facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 28px 0;
}
.fact {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
}
.fact strong {
  display: block;
  font-family: Georgia, serif;
  color: var(--brown);
  font-size: 24px;
  font-weight: 400;
}
.fact span {
  font-size: 11px;
  color: var(--muted);
}
.online-photo img {
  width: 100%;
  height: 610px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: var(--shadow);
}
.training {
  background: var(--white);
}
.training-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 76px;
}
.training-list {
  border-top: 1px solid var(--line);
}
.training-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.training-item span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  padding-top: 7px;
}
.training-item strong {
  font-family: Georgia, serif;
  color: var(--brown);
  font-weight: 400;
  font-size: 25px;
}
.faq {
  background: var(--cream);
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 72px;
}
.faq-list {
  display: grid;
  gap: 10px;
}
.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 22px;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 42px 20px 0;
  font-family: Georgia, serif;
  color: var(--brown);
  font-size: 19px;
  position: relative;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 13px;
  font: 30px/1 Arial;
  color: var(--taupe);
}
.faq details[open] summary:after {
  content: "–";
}
.faq details p {
  margin: -2px 0 20px;
  color: var(--muted);
  font-size: 14.5px;
}
.faq a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cta {
  background: var(--sand);
  padding: 28px 0 94px;
}
.cta-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 54px;
  display: flex;
  justify-content: space-between;
  gap: 54px;
  align-items: center;
  box-shadow: var(--shadow);
}
.cta-card h2 {
  max-width: 720px;
}
.cta-card p {
  color: var(--muted);
  max-width: 680px;
}
.cta-actions {
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cta-actions .button {
  width: 100%;
}
.social {
  text-align: center;
  font-size: 12px;
  color: var(--brown2);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer {
  background: #2f211c;
  color: #cdbfb4;
  padding: 36px 0 18px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 30px;
  align-items: start;
}
.footer h3 {
  color: #fff;
  font-size: 24px;
}
.footer p,
.footer a {
  font-size: 12px;
}
.footer nav {
  display: grid;
  gap: 8px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  margin-top: 28px;
  padding-top: 15px;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--brown);
  border: 4px solid var(--cream);
  box-shadow: 0 12px 34px rgba(74, 49, 39, 0.3);
}
.wa-float svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}
@media (max-width: 980px) {
  .hero-grid,
  .split,
  .online-grid,
  .training-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 44px;
  }
  .portrait {
    max-width: 720px;
    margin: auto;
  }
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .training-grid {
    gap: 38px;
  }
  .cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .cta-actions {
    width: 100%;
    min-width: 0;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top > div:last-child {
    grid-column: 1/-1;
  }
  .about-photo {
    max-width: 680px;
    margin: auto;
  }
  .online-photo {
    max-width: 680px;
    margin: auto;
  }
}
@media (max-width: 640px) {
  .wrap {
    width: min(100% - 28px, 1160px);
  }
  .nav {
    min-height: 74px;
  }
  .links {
    gap: 16px;
    font-size: 11px;
    flex-wrap: wrap;
  }
  .mobile-cta {
    display: none;
  }
  .hero {
    padding: 34px 0 56px;
  }
  .hero-grid {
    gap: 36px;
  }
  h1 {
    font-size: 48px;
  }
  .hero-copy .lead {
    font-size: 16px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
  .hero-proof {
    align-items: flex-start;
    flex-direction: column;
  }
  .portrait img {
    height: 500px;
    border-radius: 26px 26px 78px 26px;
  }
  .hero-photo-wrap {
    gap: 10px;
  }
  .photo-heading span {
    font-size: 10px;
  }
  .photo-heading strong {
    font-size: 16px;
  }
  .intro-band {
    padding: 40px 0;
  }
  .section {
    padding: 72px 0;
  }
  h2 {
    font-size: 39px;
  }
  .section-head {
    margin-bottom: 32px;
  }
  .section-head p:last-child {
    font-size: 16px;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .card {
    min-height: 0;
  }
  .card-no {
    margin-bottom: 26px;
  }
  .approach-visual {
    padding: 30px 24px;
  }
  .mini-grid {
    grid-template-columns: 1fr;
  }
  .about-photo img {
    height: 540px;
  }
  .steps {
    gap: 10px;
  }
  .step {
    min-height: 0;
  }
  .step > span {
    margin-bottom: 36px;
  }
  .facts {
    grid-template-columns: 1fr;
  }
  .online-photo img {
    height: 500px;
  }
  .training-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .faq-grid {
    gap: 34px;
  }
  .cta-card {
    padding: 34px 24px;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-top > div:last-child {
    grid-column: auto;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .wa-float {
    width: 54px;
    height: 54px;
    right: 12px;
    bottom: 12px;
  }
}

.footer-contact-title {
  color: #fff;
}

/* Destaque para navegação por teclado. */
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--taupe);
  outline-offset: 4px;
}

/* Respeita a preferência por menos movimento. */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }

  .button:hover {
    transform: none;
  }
}
