:root {
  --green: #063f2b;
  --green-2: #0a583c;
  --gold: #d99900;
  --gold-2: #e3aa16;
  --cream: #fbf7ee;
  --cream-2: #f3eadb;
  --ink: #103428;
  --muted: #5e625d;
  --white: #fffdf8;
  --shadow: 0 22px 60px rgba(31, 45, 36, .12);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  background: linear-gradient(180deg, #fffdf8 0%, #fbf7ef 100%);
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 92px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 68px;
  background: rgba(255, 253, 248, .88);
  border-bottom: 1px solid rgba(6, 63, 43, .06);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  height: 100%;
}

.brand img {
  width: auto;
  height: 82px;
  object-fit: contain;
}

.nav {
  display: flex;
  gap: 34px;
  margin-left: auto;
  font-size: 15px;
  font-weight: 700;
}

.nav a {
  position: relative;
  padding: 8px 0;
}

.nav a:first-child::after,
.nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 9px;
  background: var(--gold);
}

.top-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
  transition: .25s ease;
}

.top-cta {
  padding: 14px 30px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold), #c98800);
  box-shadow: 0 14px 30px rgba(217, 153, 0, .24);
}

.top-cta:hover,
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(217, 153, 0, .3);
}

.menu-toggle {
  display: none;
  border: 0;
  background: none;
  color: var(--green);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 670px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 36%, rgba(217, 153, 0, .16), transparent 34%),
    linear-gradient(90deg, #fffdf8 0%, #fffaf1 34%, rgba(248, 240, 225, .2) 100%);
}

.rio-bg {
  position: absolute;
  inset: 0;
  opacity: .82;
  background:
    linear-gradient(90deg, #fffdf8 0%, rgba(255, 253, 248, .84) 31%, rgba(255, 253, 248, .28) 58%, rgba(255, 253, 248, .52) 100%),
    url("data:image/svg+xml,%3Csvg width='1500' height='760' viewBox='0 0 1500 760' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' x2='1'%3E%3Cstop stop-color='%23dec594'/%3E%3Cstop offset='1' stop-color='%230a583c'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1500' height='760' fill='%23f7ead6'/%3E%3Ccircle cx='940' cy='250' r='170' fill='%23e4c784' opacity='.45'/%3E%3Cpath d='M0 530 C180 420 310 455 430 380 C560 300 680 380 760 300 C890 160 995 420 1120 290 C1245 170 1390 300 1500 230 L1500 760 L0 760Z' fill='url(%23g)' opacity='.62'/%3E%3Cpath d='M0 590 C220 470 360 570 570 450 C730 360 860 470 1010 390 C1200 290 1320 430 1500 340 L1500 760 L0 760Z' fill='%23063f2b' opacity='.43'/%3E%3Cpath d='M1045 152 L1045 310 M1000 188 L1092 188 M1030 150 L1060 150 M1022 310 L1068 310 M1010 330 L1080 330' stroke='%23063f2b' stroke-width='14' stroke-linecap='round' opacity='.55'/%3E%3Cpath d='M90 650 C300 570 500 660 750 560 C980 468 1200 570 1500 500' stroke='%23fffdf8' stroke-width='18' opacity='.35'/%3E%3C/svg%3E") center/cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 120px;
  width: 160px;
  height: 260px;
  opacity: .08;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23063f2b' stroke-width='3'%3E%3Cpath d='M60 190 C60 140 60 80 60 5'/%3E%3Cpath d='M60 65 C20 52 8 24 12 4 C45 12 62 32 60 65Z'/%3E%3Cpath d='M62 105 C105 93 118 65 112 43 C78 52 60 72 62 105Z'/%3E%3Cpath d='M60 150 C24 144 8 120 10 96 C43 102 62 124 60 150Z'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
}

.hero-copy h1 {
  margin: 0 0 26px;
  color: var(--green);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(52px, 5.1vw, 78px);
  line-height: .93;
  letter-spacing: -.02em;
}

.hero-copy h1 em {
  color: var(--gold);
  font-style: italic;
}

.hero-copy p {
  margin: 0 0 28px;
  color: #1f2f29;
  font-size: 18px;
  line-height: 1.7;
}

.hero-photo {
  align-self: end;
  display: flex;
  justify-content: center;
}

.hero-photo img {
  width: min(500px, 100%);
  height: 610px;
  object-fit: cover;
  object-position: center 17%;
  filter: drop-shadow(0 26px 40px rgba(6, 63, 43, .18));
}

.mini-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 540px;
  margin: 12px 0 32px;
}

.mini-benefits div {
  text-align: center;
}

.mini-benefits .icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 9px;
  color: var(--green);
  font-size: 28px;
  line-height: 1;
}

.mini-benefits strong {
  font-size: 13px;
  line-height: 1.35;
}

.btn-primary {
  padding: 17px 34px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold), #c88b00);
  box-shadow: 0 16px 34px rgba(217, 153, 0, .24);
}

.btn-outline {
  padding: 13px 34px;
  border: 2px solid var(--green);
  color: var(--green);
  background: rgba(255, 255, 255, .55);
}

.btn-outline:hover {
  color: #fff;
  background: var(--green);
}

.btn.small {
  padding: 12px 26px;
  font-size: 14px;
}

.credentials {
  color: #fff;
  background: linear-gradient(90deg, #063f2b, #074d35);
}

.credentials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.credentials-grid div {
  display: grid;
  grid-template-columns: 58px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 14px;
  padding: 34px 34px;
  border-right: 1px solid rgba(217, 153, 0, .55);
}

.credentials-grid div:last-child {
  border-right: 0;
}

.credentials span {
  grid-row: 1 / 3;
  color: var(--gold);
  font-size: 48px;
  line-height: 1;
}

.credentials strong {
  font-size: 18px;
}

.credentials small {
  font-size: 14px;
  opacity: .9;
}

.section {
  padding: 72px 0;
}

.section-title {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-title span,
.tag,
.price-label {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .22em;
}

.section-title h2,
.about-copy h2,
.price-info h2 {
  margin: 10px 0 18px;
  color: var(--green);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: .98;
}

.section-title h2 em {
  font-style: italic;
}

.section-title p {
  margin: 0;
  color: #3e4944;
  line-height: 1.7;
}

.cards {
  display: grid;
  gap: 22px;
}

.method {
  position: relative;
  background: linear-gradient(180deg, #fffdf8, #fbf7ef);
}

.method::before,
.method::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 180px;
  opacity: .08;
  pointer-events: none;
  background: repeating-radial-gradient(ellipse at center, transparent 0 14px, var(--green) 15px 16px);
}

.method::before {
  left: -170px;
  top: 170px;
}

.method::after {
  right: -140px;
  bottom: 20px;
}

.method-cards {
  grid-template-columns: repeat(5, 1fr);
}

.card {
  padding: 34px 22px;
  border: 1px solid rgba(6, 63, 43, .06);
  border-radius: 22px;
  text-align: center;
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--shadow);
  transition: .25s ease;
}

.card:hover,
.mini-card:hover {
  transform: translateY(-6px);
}

.card span,
.mini-card span {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #eee8da;
  font-size: 30px;
}

.card h3,
.mini-card h3 {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 18px;
  line-height: 1.2;
}

.card p,
.mini-card p {
  margin: 0;
  color: #48534e;
  font-size: 14px;
  line-height: 1.7;
}

.center {
  margin-top: 30px;
  text-align: center;
}

.about {
  padding-top: 0;
  background: linear-gradient(90deg, #f6f2e9 0%, #fffdf8 48%, #fbf7ef 100%);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(320px, 470px) minmax(330px, 1fr) minmax(170px, .55fr);
  align-items: center;
  gap: 36px;
  min-height: 420px;
}

.about-photo {
  align-self: center;
  min-height: 0;
  height: auto;
  overflow: visible;
  border-radius: 0 var(--radius) var(--radius) 0;
  background: transparent;
}

.about-photo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: center;
  border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: var(--shadow);
  display: block;
}

.about-copy p {
  color: #33413b;
  line-height: 1.75;
}

.check-list {
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin: 11px 0;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 700;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 12px;
}

.check-list.gold li::before {
  border: 1px solid var(--gold);
  color: var(--gold);
  background: transparent;
}

.line-art {
  align-self: stretch;
  display: grid;
  place-items: center;
  color: #d5b36f;
  opacity: .45;
}

.line-art svg {
  width: 100%;
  max-width: 360px;
}

.for-you {
  padding-top: 40px;
}

.section-title.compact {
  margin-bottom: 26px;
}

.audience-cards {
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
}

.mini-card {
  padding: 12px 20px;
  border-radius: 20px;
  text-align: center;
  transition: .25s ease;
}

.mini-card span {
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  font-size: 28px;
}

.pricing {
  padding-top: 20px;
}

.price-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .8fr) minmax(170px, .55fr);
  align-items: center;
  gap: 28px;
  width: min(1040px, 100%);
  margin: auto;
  padding: 38px 46px;
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(135deg, #063f2b, #074a33);
  box-shadow: 0 30px 80px rgba(6, 63, 43, .26);
}

.price-label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}

.price-info h2 {
  margin-top: 4px;
  color: #fff;
}

.price-info p {
  color: rgba(255, 255, 255, .88);
  line-height: 1.65;
}

.price-card {
  padding: 30px 28px;
  border-radius: 22px;
  color: var(--green);
  text-align: center;
  background: #fffaf1;
  box-shadow: 0 16px 50px rgba(0, 0, 0, .18);
}

.price-card span {
  color: #656565;
}

.price-card strong {
  display: block;
  margin: 8px 0;
  color: var(--green);
  font-family: "Cormorant Garamond", serif;
  font-size: 58px;
}

.price-card p {
  font-weight: 700;
  line-height: 1.55;
}

.checkout {
  width: 100%;
  margin: 8px 0 14px;
  padding-inline: 20px;
}

.price-card small {
  display: block;
  color: #4f5b55;
}

.price-note {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.25;
  text-align: center;
}

.price-note b {
  display: block;
  font-size: 38px;
  transform: rotate(20deg);
}

.faq {
  padding-top: 50px;
}

.faq-wrap {
  width: min(760px, calc(100% - 48px));
}

.faq details {
  margin: 12px 0;
  padding: 18px 22px;
  border: 1px solid rgba(6, 63, 43, .08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(6, 63, 43, .07);
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.faq p {
  color: #4a5550;
  line-height: 1.65;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 16px 58px;
  border-top: 1px solid rgba(6, 63, 43, .08);
  color: #53605b;
  font-size: 13px;
}

.footer-logo img {
  width: auto;
  height: 54px;
}

.footer-links,
.socials {
  display: flex;
  gap: 24px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  font-weight: 800;
}

.whatsapp {
  position: fixed;
  right: 34px;
  bottom: 34px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border: 5px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  color: #fff;
  background: #17c964;
  box-shadow: 0 14px 35px rgba(23, 201, 100, .35);
  font-size: 34px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.delay {
  transition-delay: .12s;
}

@media (max-width: 1120px) {
  .header {
    padding: 0 28px;
  }

  .nav {
    gap: 18px;
  }

  .hero {
    min-height: auto;
    padding: 40px 0 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-copy {
    order: 1;
  }

  .hero-photo {
    order: 2;
  }

  .hero-photo img {
    height: 520px;
    border-radius: 24px 24px 0 0;
  }

  .mini-benefits {
    margin-inline: auto;
  }

  .credentials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .credentials-grid div:nth-child(2) {
    border-right: 0;
  }

  .method-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-cards .card:last-child {
    grid-column: 1 / -1;
    width: min(360px, 100%);
    margin: auto;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about-photo {
    width: min(620px, 100%);
    min-height: 0;
    margin: 0 auto;
    border-radius: var(--radius);
  }

  .about-photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .about-copy {
    max-width: 760px;
    margin: 0 auto;
    padding: 38px 0;
  }

  .line-art {
    display: none;
  }

  .audience-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-panel {
    grid-template-columns: 1fr;
    max-width: 760px;
    text-align: center;
  }

  .price-label {
    text-align: center;
  }

  .price-info .check-list {
    display: inline-block;
    text-align: left;
  }

  .price-note {
    display: none;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 560px);
  }

  .header {
    height: 90px;
    padding: 0 16px;
    overflow: visible;
  }

  .brand img {
    height: 74px;
  }

  .top-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 92px;
    display: none;
    flex-direction: column;
    gap: 14px;
    margin-left: 0;
    padding: 18px;
    border: 1px solid rgba(6, 63, 43, .08);
    border-radius: 18px;
    background: #fffdf8;
    box-shadow: var(--shadow);
  }

  .nav.open {
    display: flex;
  }

  .hero {
    padding-top: 28px;
  }

  .rio-bg {
    opacity: .50;
    background-position: center top;
  }

  .hero-copy h1 {
    font-size: 44px;
    line-height: .98;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .mini-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .btn-primary {
    padding: 15px 25px;
  }

  .hero-photo img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: center 18%;
  }

  .credentials-grid {
    grid-template-columns: 1fr;
  }

  .credentials-grid div {
    padding: 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(217, 153, 0, .34);
  }

  .credentials-grid div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 54px 0;
  }

  .section-title h2,
  .about-copy h2,
  .price-info h2 {
    font-size: 38px;
  }

  .method-cards,
  .audience-cards {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 28px 20px;
  }

  .about-photo {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }

  .about-copy {
    padding: 34px 0 0;
  }

  .price-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 26px;
    padding: 30px 18px;
    border-radius: 20px;
    overflow: hidden;
  }

  .price-info {
    width: 100%;
    padding: 0 4px;
    text-align: center;
  }

  .price-info .check-list {
    display: block;
    width: 100%;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .price-info .check-list li {
    padding-left: 34px;
    font-size: 15px;
    line-height: 1.35;
  }

  .price-card {
    width: 100%;
    margin: 0 auto;
    padding: 28px 18px;
    border-radius: 22px;
  }

  .price-card strong {
    font-size: 48px;
  }

  .checkout {
    width: 100%;
    max-width: 100%;
    padding: 15px 18px;
    white-space: normal;
    line-height: 1.25;
  }

  .footer {
    flex-direction: column;
    padding: 22px 18px;
    text-align: center;
  }

  .footer-links {
    flex-direction: column;
    gap: 8px;
  }

  .whatsapp {
    right: 18px;
    bottom: 18px;
    width: 58px;
    height: 58px;
    font-size: 28px;
  }

  .faq-wrap {
    width: min(100% - 28px, 560px);
  }
}

@media (max-width: 390px) {
  .brand img {
    height: 68px;
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .price-card strong {
    font-size: 44px;
  }
}


/* ===== Correção definitiva da foto "Sobre mí" ===== */
.about-photo,
.about-photo.reveal {
  align-self: center !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

.about-photo img,
.about-photo.reveal img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 520px !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: var(--shadow);
}

@media (max-width: 1120px) {
  .about-photo,
  .about-photo.reveal {
    width: min(620px, 100%) !important;
    margin: 0 auto !important;
  }

  .about-photo img,
  .about-photo.reveal img {
    width: 100% !important;
    max-height: none !important;
    border-radius: var(--radius);
  }
}

@media (max-width: 760px) {
  .about-photo,
  .about-photo.reveal {
    width: 100% !important;
    border-radius: 0 !important;
  }

  .about-photo img,
  .about-photo.reveal img {
    width: 100% !important;
    max-height: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}

