/* Refinamento tipográfico para textos coloridos e elementos de destaque */

.eyebrow,
.concern-card > span,
.hero-note,
.credential-list span,
.step > span,
.site-footer,
.button,
.site-nav a {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Pequenos textos coloridos: mais leves, sofisticados e menos agressivos */
.eyebrow {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.5;
}

.concern-card > span {
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .16em;
}

/* Destaques coloridos em serif: aparência mais editorial e feminina */
.benefit-item strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.30rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.credential-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.01em;
}

.step > span {
  font-size: .88rem;
  font-weight: 650;
}

.site-nav a {
  font-size: .92rem;
  font-weight: 450;
  letter-spacing: .005em;
}

.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 52px;
  padding: 0 27px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(173, 148, 102, .68);
  border-radius: 999px;
  font-size: .94rem;
  font-weight: 550;
  letter-spacing: .015em;
  box-shadow: 0 8px 24px rgba(62, 74, 65, .08), inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, transparent 15%, rgba(255,255,255,.10) 48%, transparent 76%);
  transform: translateX(-120%);
  transition: transform .5s ease;
}

.button:hover {
  transform: translateY(-2px);
  border-color: var(--champagne);
  box-shadow: 0 14px 34px rgba(62, 74, 65, .12), 0 0 0 1px rgba(198, 178, 136, .08);
}

.button:hover::before { transform: translateX(120%); }
.button:active { transform: translateY(0); box-shadow: 0 6px 18px rgba(62, 74, 65, .10); }

.button:focus-visible,
.text-link:focus-visible,
.site-nav a:focus-visible,
.site-footer a:focus-visible {
  outline: 2px solid var(--champagne);
  outline-offset: 4px;
}

.button-light {
  background: rgba(255, 253, 249, .88);
  color: var(--green-deep);
  border-color: rgba(173, 148, 102, .52);
  box-shadow: 0 10px 28px rgba(93, 83, 60, .07);
}

.button-light:hover { background: var(--green-deep); color: #fff; border-color: var(--green-deep); }
.header-cta.button { min-height: 46px; padding-inline: 23px; font-size: .90rem; box-shadow: none; }
.hero-actions .button { min-height: 54px; padding-inline: 29px; }
.closing-inner .button { min-height: 54px; padding-inline: 30px; }

.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 0;
  font-size: .93rem;
  font-weight: 500;
  letter-spacing: .01em;
  color: var(--green-deep);
}

.text-link::after { content: "→"; font-size: 1rem; color: var(--gold); transition: transform .2s ease; }
.text-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 20px;
  bottom: -4px;
  height: 1px;
  background: linear-gradient(90deg, var(--champagne), transparent);
  transform-origin: left;
  transform: scaleX(.72);
  transition: transform .2s ease;
}
.text-link:hover::after { transform: translateX(3px); }
.text-link:hover::before { transform: scaleX(1); }

.hero { padding-top: 82px; padding-bottom: 88px; }
.hero-copy .eyebrow { margin-bottom: 15px; }
.hero-copy h1 { margin-bottom: 22px; }
.hero-actions { margin-top: 30px; }
.hero-note { margin-top: 20px; }
.section { padding-top: 94px; padding-bottom: 94px; }
.section-heading { margin-bottom: 42px; }
.section-heading .eyebrow,
.split-intro .eyebrow,
.about-copy .eyebrow,
.closing-inner .eyebrow { margin-bottom: 14px; }
.section-heading h2,
.split-intro h2,
.about-copy h2 { margin-bottom: 18px; }
.section-heading.centered::after { margin-top: 22px; }
.concerns-grid { gap: 18px; }
.concern-card { padding: 28px; }
.concern-card h3 { margin-top: 14px; margin-bottom: 10px; }
.split-section { gap: 76px; }
.split-content p { margin-bottom: 18px; }
.about-grid { gap: 68px; }
.credential-list { margin-top: 28px; }
.credential-list > div { padding-top: 16px; padding-bottom: 16px; }
.faq-grid { gap: 72px; }
.closing-inner blockquote { margin-bottom: 18px; }
.closing-inner p { margin-bottom: 26px; }

#como-funciona { position: relative; overflow: hidden; }
#como-funciona::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -180px;
  top: -180px;
  border: 1px solid rgba(198, 178, 136, .18);
  border-radius: 50%;
  pointer-events: none;
}
#como-funciona .container { position: relative; z-index: 1; }
.steps-grid { position: relative; gap: 20px; }
.steps-grid::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 31px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 178, 136, .58) 12%, rgba(198, 178, 136, .58) 88%, transparent);
  z-index: 0;
}
.step {
  position: relative;
  z-index: 1;
  min-height: 230px;
  padding: 30px 26px 26px;
  border-left: 0;
  border: 1px solid rgba(198, 178, 136, .24);
  border-radius: 22px;
  background: rgba(255, 253, 249, .72);
  box-shadow: 0 12px 34px rgba(61, 60, 57, .035);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}
.step:hover { transform: translateY(-4px); border-color: rgba(198, 178, 136, .48); background: rgba(255, 253, 249, .95); box-shadow: 0 18px 42px rgba(61, 60, 57, .07); }
.step > span {
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  border: 1px solid rgba(173, 148, 102, .42);
  background: var(--ivory);
  color: var(--gold);
  box-shadow: 0 8px 20px rgba(198, 178, 136, .12);
}
.step > span::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(198, 178, 136, .22); border-radius: 50%; }
.step h3 { margin-bottom: 11px; font-size: 1.22rem; font-weight: 500; }
.step p { margin: 0; color: rgba(61, 60, 57, .70); line-height: 1.65; font-size: .96rem; }

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: radial-gradient(circle at 8% 10%, rgba(198,178,136,.10), transparent 24%), linear-gradient(135deg, #333934 0%, #394139 58%, #303630 100%);
  color: rgba(255,255,255,.72);
  border-top: 1px solid rgba(198,178,136,.30);
  letter-spacing: .005em;
}
.site-footer::before { content: ""; position: absolute; width: 310px; height: 310px; right: -170px; bottom: -190px; border: 1px solid rgba(198,178,136,.12); border-radius: 50%; pointer-events: none; }
.footer-top { position: relative; z-index: 1; display: grid; grid-template-columns: 1.6fr .7fr .9fr; gap: 70px; padding-top: 60px; padding-bottom: 54px; }
.footer-brand-block { max-width: 540px; }
.footer-kicker { display: block; margin-bottom: 12px; color: #D8C59A; font-size: .70rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.footer-brand-name { display: block; margin-bottom: 8px; font-family: Georgia, "Times New Roman", serif; color: #F5EFE5; font-size: 1.55rem; font-weight: 500; line-height: 1.2; letter-spacing: -.015em; }
.footer-crp { display: block; margin-bottom: 20px; color: rgba(255,255,255,.60); font-size: .90rem; }
.footer-brand-block p { max-width: 500px; margin: 0 0 20px; color: rgba(255,255,255,.68); font-size: .95rem; line-height: 1.75; }
.footer-approach { display: inline-flex; align-items: center; min-height: 34px; padding: 6px 13px; border: 1px solid rgba(198,178,136,.28); border-radius: 999px; color: #D8C59A; background: rgba(255,255,255,.025); font-size: .77rem; letter-spacing: .035em; }
.footer-column { padding-top: 5px; }
.footer-title { display: block; margin-bottom: 18px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #E6D8B8; font-size: .74rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links a { position: relative; color: rgba(255,255,255,.68); font-size: .91rem; transition: color .2s ease, transform .2s ease; }
.footer-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 1px; background: #C6B288; transition: right .2s ease; }
.footer-links a:hover { color: #F2E9D8; transform: translateX(2px); }
.footer-links a:hover::after { right: 0; }
.footer-contact-links a span { color: #C6B288; font-size: .82em; }
.footer-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 20px; padding-bottom: 24px; border-top: 1px solid rgba(198,178,136,.16); color: rgba(255,255,255,.46); font-size: .78rem; }
.footer-signature { color: rgba(216,197,154,.68); text-align: right; }

/* Tablet */
@media (max-width: 980px) {
  .hero-grid,
  .about-grid,
  .split-section,
  .faq-grid { gap: 40px; }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .steps-grid::before { display: none; }
  .step { min-height: 210px; }
  .footer-top { grid-template-columns: 1.3fr .7fr .8fr; gap: 42px; }
}

/* Mobile completo */
@media (max-width: 760px) {
  .container { width: min(calc(100% - 30px), var(--container)); }

  .header-inner {
    min-height: 82px;
    gap: 14px;
  }

  .custom-logo-link img {
    max-height: 66px;
    max-width: 180px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid rgba(198,178,136,.34);
    border-radius: 999px;
    background: rgba(255,253,249,.78);
    color: var(--green-deep);
    font-size: .84rem;
    font-weight: 600;
    letter-spacing: .04em;
  }

  .site-nav {
    top: 82px;
    left: 15px;
    right: 15px;
    padding: 12px;
    border-radius: 20px;
    background: rgba(251,248,243,.98);
    border: 1px solid rgba(198,178,136,.28);
    box-shadow: 0 18px 48px rgba(61,60,57,.12);
    backdrop-filter: blur(16px);
  }

  .site-nav a {
    padding: 13px 12px;
    font-size: .96rem;
  }

  .site-nav a::after { display: none; }

  .eyebrow { font-size: .66rem; letter-spacing: .15em; }

  .hero {
    min-height: auto;
    padding-top: 46px;
    padding-bottom: 58px;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-copy h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.4rem);
    line-height: 1.06;
    letter-spacing: -.035em;
    margin-bottom: 18px;
  }

  .lead {
    font-size: 1.03rem;
    line-height: 1.65;
  }

  .hero-actions {
    margin-top: 25px;
    gap: 15px;
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .text-link {
    align-self: flex-start;
    margin-left: 2px;
  }

  .hero-note {
    margin-top: 18px;
    font-size: .86rem;
    line-height: 1.55;
  }

  .hero-visual {
    width: 100%;
    max-width: none;
  }

  .hero-visual::before {
    inset: -14px 10px 18px -8px;
  }

  .hero-visual::after {
    width: 58px;
    height: 58px;
    right: -3px;
    bottom: 10px;
  }

  .photo-placeholder,
  .hero-photo {
    min-height: 430px;
  }

  .hero-photo img,
  .about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
    line-height: 1.12;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading.centered {
    text-align: left;
  }

  .section-heading.centered::after {
    margin-left: 0;
    margin-right: 0;
  }

  .concerns-grid,
  .benefit-grid,
  .steps-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .concern-card {
    padding: 23px;
    border-radius: 20px;
  }

  .split-section,
  .about-grid,
  .faq-grid {
    gap: 32px;
  }

  .split-content {
    font-size: 1rem;
  }

  .benefit-item {
    padding: 22px 0 24px;
  }

  .benefit-item strong { font-size: 1.22rem; }

  .about-visual {
    order: 2;
  }

  .about-copy {
    order: 1;
  }

  .photo-placeholder-secondary,
  .about-photo {
    min-height: 440px;
  }

  .credential-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  #como-funciona::before {
    width: 240px;
    height: 240px;
    right: -130px;
    top: -130px;
  }

  .step {
    min-height: 0;
    padding: 23px;
  }

  .step > span {
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
  }

  .faq-list details {
    padding: 18px 0;
  }

  .faq-list summary {
    font-size: 1.05rem;
    line-height: 1.42;
  }

  .faq-list p {
    font-size: .94rem;
    line-height: 1.66;
  }

  .closing-inner blockquote {
    font-size: clamp(1.72rem, 8.5vw, 2.35rem);
    line-height: 1.18;
  }

  .button,
  .hero-actions .button,
  .closing-inner .button {
    min-height: 50px;
    padding-inline: 21px;
    font-size: .90rem;
  }

  .closing-inner .button {
    width: 100%;
    max-width: 330px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 46px;
    padding-bottom: 36px;
  }

  .footer-brand-name { font-size: 1.40rem; }
  .footer-column { padding-top: 0; }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-top: 18px;
    padding-bottom: 22px;
    line-height: 1.55;
  }
  .footer-signature { text-align: left; }
}

@media (max-width: 420px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .custom-logo-link img { max-height: 60px; max-width: 160px; }
  .menu-toggle { min-width: 44px; padding-inline: 10px; font-size: .80rem; }
  .hero-copy h1 { font-size: clamp(2.15rem, 11vw, 2.9rem); }
  .photo-placeholder,
  .hero-photo { min-height: 390px; }
  .photo-placeholder-secondary,
  .about-photo { min-height: 400px; }
  .section { padding-top: 58px; padding-bottom: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .button::before,
  .text-link::after,
  .text-link::before,
  .step,
  .footer-links a,
  .footer-links a::after { transition: none; }
}
