﻿@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Poppins:wght@300;400;500&display=swap");

.amy-custom-page {
  --ink: #1f2830;
  --muted: #68706a;
  --cream: #f4efe7;
  --paper: #fbf8f2;
  --sand: #d4c19d;
  --clay: #965738;
  --clay-dark: #744027;
  --sage: #7d9576;
  --sage-dark: #51664d;
  --moss: #263424;
  --night: #17191d;
  --line: rgba(31, 40, 48, 0.14);
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(29, 31, 28, 0.12);
  --radius: 8px;
  --max: 1180px;
  --hero-standard-min: 620px;
  --hero-standard-pad-top: 160px;
  --hero-standard-pad-bottom: 92px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.65;
}
.amy-custom-page img {
  display: block;
  width: 100%;
  height: auto;
}
.amy-custom-page a {
  color: inherit;
  text-decoration: none;
}
.amy-custom-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.amy-custom-page .btn-primary {
  color: var(--white);
  background: var(--clay);
}
.amy-custom-page .btn-primary:hover {
  background: var(--clay-dark);
  transform: translateY(-1px);
}
.amy-custom-page .btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.88);
  background: transparent;
}
.amy-custom-page .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}
.amy-custom-page .btn-sage {
  color: var(--white);
  background: var(--sage);
}
.amy-custom-page .btn-sage:hover {
  background: var(--sage-dark);
}
.amy-custom-page .btn-line {
  color: var(--ink);
  border-color: var(--line);
  background: transparent;
}
.amy-custom-page .hero {
  min-height: var(--hero-standard-min);
  display: grid;
  align-items: end;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(20, 24, 17, 0.62), rgba(20, 24, 17, 0.18) 52%, rgba(20, 24, 17, 0.34)),
    var(--hero-image) var(--hero-position, center center) / cover no-repeat;
}.amy-custom-page .hero-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: var(--hero-standard-pad-top) 24px var(--hero-standard-pad-bottom);
}.amy-custom-page .eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--sand);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}.amy-custom-page .hero h1, .amy-custom-page .hero h2, .amy-custom-page .page-hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 76px;
  line-height: 0.98;
  font-weight: 300;
  letter-spacing: 0;
}.amy-custom-page .hero p, .amy-custom-page .page-hero p {
  max-width: 680px;
  margin: 26px 0 0;
  font-size: 17px;
  font-weight: 400;
}.amy-custom-page .hero-actions, .amy-custom-page .section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}.amy-custom-page .section {
  padding: 96px 24px;
}.amy-custom-page .section.alt {
  background: var(--cream);
}.amy-custom-page .section.sand {
  background: var(--sand);
}.amy-custom-page .section.dark {
  color: var(--white);
  background: var(--night);
}.amy-custom-page .container {
  max-width: var(--max);
  margin: 0 auto;
}.amy-custom-page .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 42px;
}.amy-custom-page .section-title {
  margin: 0;
  font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 52px;
  line-height: 1.04;
  font-weight: 300;
}.amy-custom-page .lead {
  font-size: 18px;
  color: var(--muted);
}.amy-custom-page .dark .lead, .amy-custom-page .dark .muted {
  color: rgba(255, 255, 255, 0.72);
}.amy-custom-page .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}.amy-custom-page .grid-3, .amy-custom-page .cards-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}.amy-custom-page .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.amy-custom-page .text-stack > *:first-child {
  margin-top: 0;
}.amy-custom-page .text-stack > *:last-child {
  margin-bottom: 0;
}.amy-custom-page .image-frame {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}.amy-custom-page .image-frame.tall img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}.amy-custom-page .stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}.amy-custom-page .stat {
  padding: 24px;
  border: 1px solid rgba(31, 40, 48, 0.25);
  border-radius: var(--radius);
  background: rgba(212, 193, 157, 0.8);
}.amy-custom-page .stat strong {
  display: block;
  font-size: 44px;
  line-height: 1;
}.amy-custom-page .service-card, .amy-custom-page .card, .amy-custom-page .price-card, .amy-custom-page .blog-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.54);
}.amy-custom-page .service-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  color: var(--white);
}.amy-custom-page .service-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}.amy-custom-page .service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.58));
}.amy-custom-page .service-card div {
  position: relative;
  z-index: 1;
}.amy-custom-page .service-card h3, .amy-custom-page .card h3, .amy-custom-page .price-card h3, .amy-custom-page .blog-card h3 {
  margin: 0 0 10px;
  font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 400;
}.amy-custom-page .service-card span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}.amy-custom-page .card, .amy-custom-page .price-card {
  padding: 28px;
}.amy-custom-page .icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--white);
  background: var(--sage);
  font-weight: 500;
}.amy-custom-page .timeline {
  display: grid;
  gap: 16px;
}.amy-custom-page .step {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 22px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.56);
}.amy-custom-page .step-number {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--clay);
  font-weight: 500;
}.amy-custom-page .therapy-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}.amy-custom-page .therapy {
  padding: 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.42);
}.amy-custom-page .therapy h3 {
  margin: 0 0 8px;
  color: #3a5c36;
  font-size: 18px;
}.amy-custom-page .therapy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}.amy-custom-page .price-card {
  position: relative;
}.amy-custom-page .price-card.featured {
  border-color: var(--sage);
  background: var(--moss);
  color: var(--white);
  transform: translateY(-10px);
}.amy-custom-page .price-card .tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--white);
  background: var(--sage);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}.amy-custom-page .price {
  margin: 14px 0 18px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 400;
}.amy-custom-page .price small {
  font-size: 13px;
  font-weight: 400;
}.amy-custom-page .plan-summary {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}.amy-custom-page .check-list {
  padding: 0;
  margin: 18px 0 26px;
  list-style: none;
}.amy-custom-page .check-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 24px;
}.amy-custom-page .check-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sage);
}.amy-custom-page .page-hero {
  padding: var(--hero-standard-pad-top) 24px var(--hero-standard-pad-bottom);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(18, 23, 17, 0.68), rgba(18, 23, 17, 0.22)),
    var(--hero-image) var(--hero-position, center center) / cover no-repeat;
}.amy-custom-page .page-hero.compact {
  min-height: var(--hero-standard-min);
  display: grid;
  align-items: end;
}.amy-custom-page .split-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 50px;
  align-items: start;
}.amy-custom-page .quote-box {
  padding: 34px;
  border-left: 4px solid var(--clay);
  background: var(--cream);
  font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.25;
}.amy-custom-page .faq {
  display: grid;
  gap: 14px;
}.amy-custom-page .faq-item {
  border: 1px solid rgba(31, 40, 48, 0.1);
  border-radius: 12px;
  background: rgba(255, 252, 246, 0.82);
  box-shadow: 0 14px 34px rgba(31, 40, 48, 0.06);
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, transform 180ms ease;
}.amy-custom-page .faq-item:hover {
  border-color: rgba(116, 64, 39, 0.18);
  box-shadow: 0 18px 38px rgba(31, 40, 48, 0.08);
}.amy-custom-page .faq-item.is-open {
  border-color: rgba(116, 64, 39, 0.18);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 46px rgba(31, 40, 48, 0.1);
}.amy-custom-page .faq-question {
  width: 100%;
  padding: 22px 24px;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font: inherit;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease;
}.amy-custom-page .faq-question:focus,
.amy-custom-page .faq-question:focus-visible {
  outline: none;
  box-shadow: none;
}.amy-custom-page .faq-question:hover,
.amy-custom-page .faq-question:active {
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
}.amy-custom-page .faq-item.is-open .faq-question {
  color: var(--clay-dark);
}.amy-custom-page .faq-question span {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(31, 40, 48, 0.1);
  border-radius: 999px;
  color: var(--clay-dark);
  background: rgba(244, 239, 231, 0.9);
  font-size: 22px;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}.amy-custom-page .faq-item.is-open .faq-question span {
  transform: rotate(45deg);
  border-color: rgba(116, 64, 39, 0.18);
  color: var(--white);
  background: var(--clay);
}.amy-custom-page .faq-answer {
  display: none;
  padding: 0 24px 24px;
  color: var(--muted);
}.amy-custom-page .faq-answer > *:first-child,
.amy-custom-page .faq-answer:first-child {
  margin-top: 18px;
}.amy-custom-page .faq-item.is-open .faq-answer {
  display: block;
}.amy-custom-page .week-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}.amy-custom-page .week {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}.amy-custom-page .week span {
  color: var(--sand);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}.amy-custom-page .blog-card {
  overflow: hidden;
}.amy-custom-page .blog-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}.amy-custom-page .blog-card div {
  padding: 24px;
}.amy-custom-page .meta {
  color: var(--clay);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}.amy-custom-page .article {
  max-width: 760px;
  margin: 0 auto;
  padding: 150px 24px 90px;
}.amy-custom-page .article h1 {
  margin: 0 0 18px;
  font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 58px;
  line-height: 1.02;
  font-weight: 300;
}.amy-custom-page .article p {
  font-size: 18px;
}.amy-custom-page .contact-card {
  padding: 32px;
  border-radius: var(--radius);
  color: var(--ink) !important;
  background: var(--white) !important;
  border: 1px solid var(--line) !important;
  box-shadow: var(--shadow);
}

@media (max-width: 900px) {.amy-custom-page .hero {
    min-height: 820px;
    background-position: var(--hero-position-mobile, var(--hero-position, center center));
  }.amy-custom-page .hero h1, .amy-custom-page .hero h2, .amy-custom-page .page-hero h1 {
    font-size: 54px;
  }.amy-custom-page .section-head, .amy-custom-page .grid-2, .amy-custom-page .grid-3, .amy-custom-page .cards-3, .amy-custom-page .grid-4, .amy-custom-page .split-band, .amy-custom-page .therapy-list, .amy-custom-page .week-grid, .amy-custom-page .footer-grid {
    grid-template-columns: 1fr;
  }.amy-custom-page .price-card.featured {
    transform: none;
  }.amy-custom-page .stat-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {.amy-custom-page .hero-inner {
    padding: 140px 18px 64px;
  }.amy-custom-page .hero h1, .amy-custom-page .hero h2, .amy-custom-page .page-hero h1, .amy-custom-page .article h1 {
    font-size: 42px;
  }.amy-custom-page .hero p, .amy-custom-page .page-hero p, .amy-custom-page .lead, .amy-custom-page .article p {
    font-size: 16px;
  }.amy-custom-page .section, .amy-custom-page .page-hero {
    padding-left: 18px;
    padding-right: 18px;
  }.amy-custom-page .section-title {
    font-size: 38px;
  }.amy-custom-page .hero-actions, .amy-custom-page .section-actions {
    flex-direction: column;
  }.amy-custom-page .btn {
    width: 100%;
  }.amy-custom-page .step {
    grid-template-columns: 1fr;
  }
}

/* Secao de depoimentos do Amago */
.amy-custom-page .amago-quote-section {
  background: var(--paper);
}
.amy-custom-page .amago-quote-card {
  padding: 36px;
  border-left: 4px solid var(--clay);
  border-radius: var(--radius);
  background: var(--moss);
  color: var(--white);
}
.amy-custom-page .amago-quote-card p {
  margin: 0 0 18px;
  font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 300;
}
.amy-custom-page .amago-quote-card span {
  color: var(--sand);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.amy-custom-page .amago-evidence-section {
  background: var(--cream);
}
.amy-custom-page .amago-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}
.amy-custom-page .amago-metrics article {
  padding: 24px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
}
.amy-custom-page .amago-metrics strong {
  display: block;
  color: var(--clay);
  font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 44px;
  line-height: 1;
  font-weight: 500;
}
.amy-custom-page .amago-metrics span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.amy-custom-page .amago-science-cards {
  margin-top: 8px;
}
.amy-custom-page .amago-journey {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
}
.amy-custom-page .amago-journey-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
}
.amy-custom-page .amago-journey-tab {
  min-height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.amy-custom-page .amago-journey-tab:hover,
.amy-custom-page .amago-journey-tab.is-active {
  color: var(--moss);
  background: var(--sand);
  border-color: var(--sand);
  transform: translateY(-1px);
}
.amy-custom-page .amago-journey-panels {
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}
.amy-custom-page .amago-journey-panel {
  display: none;
  padding: 38px;
}
.amy-custom-page .amago-journey-panel.is-active {
  display: block;
}
.amy-custom-page .amago-journey-panel span {
  display: block;
  margin-bottom: 12px;
  color: var(--sand);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.amy-custom-page .amago-journey-panel h3 {
  margin: 0 0 16px;
  color: var(--white) !important;
  font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 38px;
  line-height: 1.12;
  font-weight: 300;
}
.amy-custom-page .amago-journey-panel p {
  max-width: 760px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
}
.amy-custom-page .amago-journey-panel ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.amy-custom-page .amago-journey-panel li {
  padding: 12px 14px;
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
}
.amy-custom-page .amago-testimonials-section {
  background: var(--paper);
}
.amy-custom-page .amago-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.amy-custom-page .amago-testimonial {
  min-height: 100%;
  padding: 34px 30px;
  border: 1px solid rgba(31, 40, 48, 0.12);
  border-radius: var(--radius);
  background: #efeee9;
  box-shadow: 0 18px 42px rgba(31, 40, 48, 0.14);
}
.amy-custom-page .amago-testimonial.is-featured {
  border-color: rgba(125, 149, 118, 0.42);
  background: #f4f1ea;
  box-shadow: 0 22px 54px rgba(38, 52, 36, 0.16);
}
.amy-custom-page .amago-testimonial-photo {
  width: 104px;
  height: 104px;
  margin-bottom: 24px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 26px rgba(31, 40, 48, 0.16);
}
.amy-custom-page .amago-testimonial h3 {
  margin: 0 0 6px;
  color: var(--sage);
  font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}
.amy-custom-page .amago-testimonial-title {
  margin: 0 0 8px;
  color: rgba(125, 149, 118, 0.82);
  font-size: 21px;
  line-height: 1.35;
  font-weight: 300;
}
.amy-custom-page .amago-stars {
  margin: 8px 0 24px;
  color: #e4a334;
  font-size: 22px;
  letter-spacing: 1px;
}
.amy-custom-page .amago-testimonial p:last-child {
  margin-bottom: 0;
  color: #3d4952;
  font-size: 15px;
  line-height: 1.72;
}
.amy-custom-page .amago-faq-section {
  background: var(--cream);
}
.amy-custom-page .amago-references-section {
  background: var(--paper);
}
.amy-custom-page .amago-references {
  display: grid;
  gap: 10px;
  max-width: 900px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 14px;
}
.amy-custom-page .amago-references p {
  margin: 0;
}
@media (max-width: 900px) {
  .amy-custom-page .amago-journey {
    grid-template-columns: 1fr;
  }
  .amy-custom-page .amago-journey-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .amy-custom-page .amago-journey-panel ul {
    grid-template-columns: 1fr;
  }
  .amy-custom-page .amago-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .amy-custom-page .amago-testimonials {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .amy-custom-page .amago-quote-card {
    padding: 28px 22px;
  }
  .amy-custom-page .amago-quote-card p {
    font-size: 22px;
  }
  .amy-custom-page .amago-metrics {
    grid-template-columns: 1fr;
  }
  .amy-custom-page .amago-journey-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .amy-custom-page .amago-journey-tab {
    min-height: 56px;
    font-size: 18px;
  }
  .amy-custom-page .amago-journey-panel {
    padding: 28px 22px;
  }
  .amy-custom-page .amago-journey-panel h3 {
    font-size: 30px;
  }
  .amy-custom-page .amago-journey-panel p {
    font-size: 16px;
  }
  .amy-custom-page .amago-testimonial {
    padding: 28px 22px;
  }
  .amy-custom-page .amago-testimonial-title {
    font-size: 19px;
  }
}

/* Correcoes gerais de contraste e FAQ */
.amy-custom-page .section.dark .section-title,
.amy-custom-page .section.dark h2,
.amy-custom-page .section.dark h3 {
  color: var(--white) !important;
}
.amy-custom-page .section.dark .eyebrow,
.amy-custom-page .section.dark .week span {
  color: var(--sand) !important;
}
.amy-custom-page .faq-item.is-open .faq-answer {
  display: block !important;
}

/* Ajustes da pagina Contato */
.amy-custom-page.amy-contato {
  width: 100%;
  display: block;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.amy-custom-page .contato-hero {
  min-height: var(--hero-standard-min);
}
.amy-custom-page .contact-map-button {
  margin-top: 18px;
}
.amy-custom-page .contato-plans-section {
  background:
    radial-gradient(circle at 15% 15%, rgba(212, 193, 157, 0.28), transparent 32%),
    linear-gradient(180deg, #fbf8f2 0%, #f4efe7 100%);
}
.amy-custom-page.amy-contato .contato-hero {
  margin-top: 0 !important;
}
.amy-custom-page.amy-contato > .section:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 96px;
}

/* Blog dinamico via API do WordPress */
.amy-custom-page.amy-blog .page-hero {
  background:
    linear-gradient(90deg, rgba(18, 23, 17, 0.72), rgba(18, 23, 17, 0.28) 52%, rgba(18, 23, 17, 0.52)),
    var(--hero-image) var(--hero-position, center center) / cover no-repeat !important;
}
.amy-custom-page.amy-blog .page-hero .eyebrow,
.amy-custom-page.amy-blog .page-hero .section-title,
.amy-custom-page.amy-blog .page-hero .lead {
  color: var(--white) !important;
}
body.page-id-6441 .content-container,
body.page-id-6447 .content-container,
body.page-id-6441 .entry-content-wrap,
body.page-id-6447 .entry-content-wrap,
body.page-id-6441 .content-bg,
body.page-id-6447 .content-bg,
body.page-id-6441 .entry,
body.page-id-6447 .entry {
  max-width: none !important;
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.page-id-6441 .content-area,
body.page-id-6447 .content-area,
body.page-id-6441 .site-main,
body.page-id-6447 .site-main,
body.page-id-6441 article.entry,
body.page-id-6447 article.entry {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.page-id-6441 .content-container.site-container,
body.page-id-6447 .content-container.site-container,
body.page-id-6441 .content-wrap,
body.page-id-6447 .content-wrap,
body.page-id-6441 .entry-content,
body.page-id-6447 .entry-content,
body.page-id-6441 .single-content,
body.page-id-6447 .single-content {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}
body.page-id-6441 .entry-content > .amy-custom-page,
body.page-id-6447 .entry-content > .amy-custom-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.amy-custom-page.amy-form-page .form-hero {
  min-height: 500px;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 18%, rgba(212, 193, 157, 0.34), transparent 34%),
    linear-gradient(135deg, rgba(244, 239, 231, 0.96), rgba(251, 248, 242, 0.96));
}
.amy-custom-page.amy-form-page .form-hero .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.amy-custom-page.amy-form-page .form-hero .eyebrow {
  color: var(--clay);
}
.amy-custom-page.amy-form-page .form-hero h1,
.amy-custom-page.amy-form-page .form-hero p {
  color: var(--ink) !important;
}
.amy-custom-page.amy-form-page .form-section {
  background: var(--paper);
}
.amy-custom-page .form-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.78fr);
  gap: 38px;
  align-items: start;
}
.amy-custom-page .form-intro {
  position: sticky;
  top: 120px;
}
.amy-custom-page .form-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}
.amy-custom-page .form-note {
  display: grid;
  gap: 4px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(125, 149, 118, 0.26);
  border-radius: var(--radius);
  background: rgba(244, 239, 231, 0.68);
}
.amy-custom-page .form-note strong {
  color: var(--ink);
  font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 400;
}
.amy-custom-page .form-note span {
  color: var(--muted);
}
.amy-custom-page .fluentform,
.amy-custom-page .frm-fluent-form {
  color: var(--ink);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}
.amy-custom-page .fluentform .ff-el-group,
.amy-custom-page .frm-fluent-form .ff-el-group {
  margin-bottom: 20px;
}
.amy-custom-page .fluentform .ff-el-input--label,
.amy-custom-page .frm-fluent-form .ff-el-input--label {
  margin-bottom: 8px;
}
.amy-custom-page .fluentform .ff-el-form-control,
.amy-custom-page .frm-fluent-form .ff-el-form-control {
  min-height: 56px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: #ffffff;
  box-shadow: none;
  font-size: 16px;
}
.amy-custom-page .fluentform textarea.ff-el-form-control,
.amy-custom-page .frm-fluent-form textarea.ff-el-form-control {
  min-height: 120px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.amy-custom-page .fluentform .ff-btn-submit,
.amy-custom-page .frm-fluent-form .ff-btn-submit,
.amy-custom-page .fluentform button.ff-btn-submit,
.amy-custom-page .frm-fluent-form button.ff-btn-submit,
.amy-custom-page .fluentform .ff_submit_btn_wrapper .ff-btn-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px !important;
  border: 1px solid transparent !important;
  border-radius: 999px;
  color: var(--white) !important;
  background: var(--clay) !important;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.amy-custom-page .fluentform .ff-btn-submit:hover,
.amy-custom-page .frm-fluent-form .ff-btn-submit:hover,
.amy-custom-page .fluentform button.ff-btn-submit:hover,
.amy-custom-page .frm-fluent-form button.ff-btn-submit:hover,
.amy-custom-page .fluentform .ff_submit_btn_wrapper .ff-btn-submit:hover {
  background: var(--clay-dark) !important;
}
.amy-custom-page.amy-preferencias-horario .ff-el-group.has-conditions {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.amy-custom-page .amy-blog-list-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 193, 157, 0.22), transparent 34%),
    linear-gradient(180deg, var(--paper) 0%, var(--cream) 100%);
}
.amy-custom-page .amy-blog-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}
.amy-custom-page .amy-blog-toolbar .section-title {
  margin-bottom: 0;
}
.amy-custom-page .amy-blog-toolbar .lead {
  margin: 0;
}
.amy-custom-page .amy-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.amy-custom-page .amy-blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 44px rgba(31, 40, 48, 0.08);
}
.amy-custom-page .amy-blog-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--cream);
}
.amy-custom-page .amy-blog-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}
.amy-custom-page .amy-blog-card h3 {
  margin: 8px 0 12px;
  color: var(--ink);
  font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
}
.amy-custom-page .amy-blog-card p {
  margin: 0 0 18px;
  color: var(--muted);
}
.amy-custom-page .amy-blog-date {
  display: block;
  margin-top: auto;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
}
.amy-custom-page .amy-blog-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.amy-custom-page .amy-blog-status {
  margin: 18px 0 0;
  color: var(--muted);
  text-align: center;
}
.amy-custom-page #amyBlogLoadMore[disabled] {
  cursor: wait;
  opacity: 0.65;
}

/* Pagina Obrigado Amago */
.amy-custom-page.amy-obrigado-amago {
  background: var(--paper);
}
.amy-custom-page.amy-obrigado-amago .obrigado-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: var(--hero-standard-min);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(31, 40, 48, 0.78), rgba(38, 52, 36, 0.54) 54%, rgba(150, 87, 56, 0.18)),
    url("https://amyramalho.com/wp-content/uploads/2026/05/68-AMY-CHEILAWIGGERS-849A6249.jpg") center / cover no-repeat;
}
.amy-custom-page.amy-obrigado-amago .obrigado-hero-inner {
  padding: var(--hero-standard-pad-top) 24px var(--hero-standard-pad-bottom);
}
.amy-custom-page.amy-obrigado-amago .obrigado-hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 78px;
  font-weight: 300;
  line-height: 0.98;
}
.amy-custom-page.amy-obrigado-amago .obrigado-hero p {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}
.amy-custom-page.amy-obrigado-amago .obrigado-hero .btn-line {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.72);
}
.amy-custom-page.amy-obrigado-amago .obrigado-next {
  background: var(--paper);
}
.amy-custom-page.amy-obrigado-amago .obrigado-card .icon {
  background: var(--clay);
}
.amy-custom-page.amy-obrigado-amago .obrigado-schedule-section {
  background:
    radial-gradient(circle at 15% 18%, rgba(212, 193, 157, 0.28), transparent 34%),
    radial-gradient(circle at 86% 28%, rgba(125, 149, 118, 0.18), transparent 30%),
    linear-gradient(180deg, #f8f3ea 0%, #eee7d9 100%);
}
.amy-custom-page.amy-obrigado-amago .obrigado-schedule {
  display: grid;
  gap: 16px;
}
.amy-custom-page.amy-obrigado-amago .obrigado-session {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(31, 40, 48, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 38px rgba(31, 40, 48, 0.07);
}
.amy-custom-page.amy-obrigado-amago .obrigado-session.welcome {
  border-color: rgba(150, 87, 56, 0.32);
  background: rgba(255, 255, 255, 0.86);
}
.amy-custom-page.amy-obrigado-amago .obrigado-session-date {
  display: grid;
  gap: 4px;
  padding: 18px;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, var(--clay), var(--sage-dark));
}
.amy-custom-page.amy-obrigado-amago .obrigado-session-date strong {
  font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}
.amy-custom-page.amy-obrigado-amago .obrigado-session-date span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}
.amy-custom-page.amy-obrigado-amago .obrigado-session h3 {
  margin: 6px 0 8px;
  color: var(--ink);
  font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.12;
}
.amy-custom-page.amy-obrigado-amago .obrigado-session p {
  margin: 0;
  color: var(--muted);
}
.amy-custom-page.amy-obrigado-amago .obrigado-closing {
  background: var(--paper);
}
.amy-custom-page.amy-obrigado-amago .obrigado-closing-card {
  padding: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
}

/* Timeline colorida da jornada do Amago */
.amy-custom-page .amago-journey-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(212, 193, 157, 0.32), transparent 34%),
    radial-gradient(circle at 82% 24%, rgba(125, 149, 118, 0.18), transparent 30%),
    linear-gradient(180deg, #f8f3ea 0%, #eee7d9 100%);
}
.amy-custom-page .amago-journey-section .section-title {
  color: var(--ink) !important;
}
.amy-custom-page .amago-journey-section .lead {
  color: var(--muted) !important;
}
.amy-custom-page .amago-journey {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 34px !important;
}
.amy-custom-page .amago-journey-tabs {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 0 !important;
  align-items: center;
  padding: 32px 18px 18px;
}
.amy-custom-page .amago-journey-tabs::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 67px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #965738 0%, #d4a44c 22%, #d8c85c 45%, #95b978 68%, #6eb9c8 100%);
  box-shadow: 0 12px 28px rgba(31, 40, 48, 0.14);
}
.amy-custom-page .amago-journey-tab {
  position: relative;
  z-index: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-height: 72px !important;
  padding: 0 !important;
  justify-self: center;
  border: 5px solid #fbf8f2 !important;
  border-radius: 999px !important;
  color: var(--ink) !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(31, 40, 48, 0.16);
  font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  white-space: nowrap;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.amy-custom-page .amago-journey-tab:nth-child(1).is-active,
.amy-custom-page .amago-journey-tab:nth-child(1):hover {
  background: #965738 !important;
  color: #ffffff !important;
}
.amy-custom-page .amago-journey-tab:nth-child(2).is-active,
.amy-custom-page .amago-journey-tab:nth-child(2):hover {
  background: #b77743 !important;
  color: #ffffff !important;
}
.amy-custom-page .amago-journey-tab:nth-child(3).is-active,
.amy-custom-page .amago-journey-tab:nth-child(3):hover {
  background: #d4a44c !important;
  color: #263424 !important;
}
.amy-custom-page .amago-journey-tab:nth-child(4).is-active,
.amy-custom-page .amago-journey-tab:nth-child(4):hover {
  background: #d8c85c !important;
  color: #263424 !important;
}
.amy-custom-page .amago-journey-tab:nth-child(5).is-active,
.amy-custom-page .amago-journey-tab:nth-child(5):hover {
  background: #a8bd70 !important;
  color: #263424 !important;
}
.amy-custom-page .amago-journey-tab:nth-child(6).is-active,
.amy-custom-page .amago-journey-tab:nth-child(6):hover {
  background: #7d9576 !important;
  color: #ffffff !important;
}
.amy-custom-page .amago-journey-tab:nth-child(7).is-active,
.amy-custom-page .amago-journey-tab:nth-child(7):hover {
  background: #6eb9c8 !important;
  color: #1f2830 !important;
}
.amy-custom-page .amago-journey-tab:nth-child(8).is-active,
.amy-custom-page .amago-journey-tab:nth-child(8):hover {
  background: #5d9fb8 !important;
  color: #ffffff !important;
}
.amy-custom-page .amago-journey-panels {
  min-height: 0 !important;
  border: 1px solid rgba(31, 40, 48, 0.12) !important;
  border-radius: var(--radius) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 22px 54px rgba(31, 40, 48, 0.12);
}
.amy-custom-page .amago-journey-panel {
  padding: 36px !important;
}
.amy-custom-page .amago-journey-panel span {
  color: var(--clay) !important;
}
.amy-custom-page .amago-journey-panel h3 {
  color: var(--ink) !important;
}
.amy-custom-page .amago-journey-panel p {
  color: var(--muted) !important;
}
.amy-custom-page .amago-journey-panel li {
  color: var(--ink) !important;
  background: #f4efe7 !important;
  border: 1px solid rgba(31, 40, 48, 0.08);
}
@media (max-width: 900px) {
  .amy-custom-page {
    --hero-standard-min: 560px;
    --hero-standard-pad-top: 146px;
    --hero-standard-pad-bottom: 82px;
  }
  .amy-custom-page .amy-blog-toolbar,
  .amy-custom-page .amy-blog-grid {
    grid-template-columns: 1fr;
  }
  .amy-custom-page.amy-obrigado-amago .obrigado-hero h1 {
    font-size: 54px;
  }
  .amy-custom-page.amy-obrigado-amago .obrigado-session {
    grid-template-columns: 1fr;
  }
  .amy-custom-page.amy-obrigado-amago .obrigado-session-date {
    max-width: 240px;
  }
  .amy-custom-page .amago-journey-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    padding-top: 12px;
  }
  .amy-custom-page .amago-journey-tabs::before {
    display: none;
  }
}
@media (max-width: 560px) {
  .amy-custom-page {
    --hero-standard-min: 500px;
    --hero-standard-pad-top: 132px;
    --hero-standard-pad-bottom: 68px;
  }
  .amy-custom-page .hero-inner {
    padding: var(--hero-standard-pad-top) 24px var(--hero-standard-pad-bottom);
  }
  .amy-custom-page .amago-journey {
    gap: 22px !important;
  }
  .amy-custom-page .amago-journey-tabs {
    display: flex !important;
    gap: 14px !important;
    grid-template-columns: none !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 14px 52px 16px 8px;
    margin: 0 -8px;
    position: relative;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background:
      linear-gradient(90deg, rgba(248, 243, 234, 0.96) 0%, rgba(248, 243, 234, 0) 7%, rgba(248, 243, 234, 0) 93%, rgba(248, 243, 234, 0.96) 100%),
      linear-gradient(90deg, #965738 0%, #d4a44c 24%, #d8c85c 46%, #95b978 68%, #6eb9c8 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%, calc(100% - 60px) 8px;
    background-position: center, left 30px center;
    border-radius: 999px;
  }
  .amy-custom-page .amago-journey-tabs::-webkit-scrollbar {
    display: none;
  }
  .amy-custom-page .amago-journey-tabs::after {
    content: "";
    position: sticky;
    right: 10px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-left: -10px;
    border-right: 3px solid rgba(31, 40, 48, 0.34);
    border-bottom: 3px solid rgba(31, 40, 48, 0.34);
    transform: rotate(-45deg);
    align-self: center;
    pointer-events: none;
  }
  .amy-custom-page .amago-journey-tab {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    min-height: 64px !important;
    scroll-snap-align: center;
  }
  .amy-custom-page .amago-journey-panels {
    margin-top: 0;
  }
  .amy-custom-page.amy-obrigado-amago .obrigado-hero h1 {
    font-size: 44px;
  }
  .amy-custom-page.amy-obrigado-amago .obrigado-closing-card {
    padding: 30px 24px;
  }
  .amy-custom-page.amy-home .hero {
    min-height: 760px;
    background-position: var(--hero-position-mobile, 58% 22%);
  }
}

/* Ajuste do nome Amy Ramalho no header mobile e tablet */
@media (max-width: 1024px) {
  .site-header .site-main-header-inner-wrap {
    column-gap: 12px;
  }

  .site-header .site-header-main-section-left {
    min-width: 0;
  }

  .site-mobile-header-wrap .site-title.vs-sm-false,
  .site-mobile-header-wrap .site-title.vs-md-false,
  .site-header .site-title {
    display: block !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: var(--ink) !important;
    line-height: 1.2 !important;
    white-space: nowrap;
  }

  .site-header .header-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    font-size: 12px !important;
    text-align: center !important;
  }
}

/* Correcao final de contraste da timeline do Amago */
.amy-custom-page.amy-amago .amago-journey-section .amago-journey-panels {
  border: 1px solid rgba(31, 40, 48, 0.16) !important;
  background: rgba(255, 252, 246, 0.94) !important;
  box-shadow: 0 22px 54px rgba(31, 40, 48, 0.14) !important;
}
.amy-custom-page.amy-amago .amago-journey-section .amago-journey-panel span {
  color: var(--clay-dark) !important;
}
.amy-custom-page.amy-amago .amago-journey-section .amago-journey-panel h3,
.amy-custom-page.amy-amago .amago-journey-section .amago-journey-panel.is-active h3 {
  color: var(--ink) !important;
}
.amy-custom-page.amy-amago .amago-journey-section .amago-journey-panel p,
.amy-custom-page.amy-amago .amago-journey-section .amago-journey-panel.is-active p {
  color: var(--muted) !important;
}
.amy-custom-page.amy-amago .amago-journey-section .amago-journey-panel li,
.amy-custom-page.amy-amago .amago-journey-section .amago-journey-panel.is-active li {
  color: var(--ink) !important;
  background: #f4efe7 !important;
  border: 1px solid rgba(31, 40, 48, 0.08) !important;
}

@media (max-width: 900px) {
  .amy-custom-page .form-layout {
    grid-template-columns: 1fr;
  }

  .amy-custom-page .form-intro {
    position: static;
  }
}

@media (max-width: 560px) {
  .amy-custom-page .form-card {
    padding: 24px 18px;
  }
}

