:root {
  --green: #71c176;
  --green-dark: #43854a;
  --rose: #fd868e;
  --rose-dark: #ee6975;
  --rose-soft: #fff1f3;
  --deep: #14231c;
  --deep-2: #1c3026;
  --ink: #17221a;
  --muted: #5c6b61;
  --cream: #fbf8f1;
  --soft: #f4fbf3;
  --soft-strong: #eaf7eb;
  --line: #dfe9e1;
  --white: #ffffff;
  --max: 1120px;
  --radius: 8px;
  --shadow: 0 18px 48px rgba(23, 34, 26, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  color: var(--ink);
  background: var(--cream);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

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

h1,
h2,
h3,
.brand-name,
.eyebrow,
.quote-mark,
.price {
  font-family: "Lora", Georgia, serif;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 5vw, 3.55rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  max-width: 820px;
  margin-bottom: 16px;
  font-size: clamp(1.9rem, 3.7vw, 2.75rem);
  line-height: 1.1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.14rem;
  line-height: 1.25;
}

p {
  color: var(--muted);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 10px;
  z-index: 1000;
  transform: translateY(-160%);
  border-radius: 6px;
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(100% - 40px, var(--max));
  margin-inline: auto;
}

.section {
  padding: 68px 0;
}

.section-soft {
  background: var(--soft);
}

.section-rose {
  background: #ffe7ea;
}

.section-dark {
  background: var(--deep);
  color: var(--white);
}

.section-header {
  max-width: 780px;
  margin-bottom: 30px;
}

.section-header.center {
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--green-dark);
  font-size: 0.88rem;
  font-weight: 700;
}

.lead {
  max-width: 720px;
  font-size: 1.08rem;
}

.lead.centered {
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  overflow: clip;
  border-bottom: 1px solid rgba(113, 193, 118, 0.42);
  background: var(--deep);
  color: var(--white);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  min-width: 0;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}

.brand-logo {
  width: 74px;
  height: 50px;
  object-fit: contain;
}

.brand-name {
  color: var(--green);
  font-size: 1.45rem;
  font-weight: 700;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 0.86rem;
  font-weight: 700;
}

.primary-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  padding: 22px 0 19px;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--white);
}

.primary-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--green);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  gap: 10px;
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--white);
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease;
}

.site-header .social-links a {
  width: 34px;
  height: 34px;
  border-color: rgba(255, 255, 255, 0.18);
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
}

.social-links a:hover {
  transform: translateY(-1px);
  border-color: var(--green);
  color: var(--green);
}

.social-links svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.social-links svg[fill="none"],
.social-links svg [fill="none"] {
  fill: none;
}

.social-links svg [stroke] {
  stroke: currentColor;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--rose);
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(253, 134, 142, 0.28);
}

.button-primary:hover {
  background: var(--rose-dark);
  color: var(--white);
}

.button-secondary {
  border-color: rgba(23, 34, 26, 0.18);
  background: transparent;
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--rose);
  color: var(--rose-dark);
}

.button-small {
  min-height: 38px;
  padding: 9px 14px;
  font-size: 0.72rem;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: transparent;
  color: var(--white);
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  overflow: hidden;
  padding: 36px 0 30px;
  background: var(--deep);
  color: var(--white);
}

.hero-grid,
.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 48px;
  align-items: center;
}

.hero-grid {
  min-height: 500px;
  align-items: center;
}

.hero-copy {
  width: 100%;
  min-width: 0;
  align-self: center;
}

.hero-visual {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: stretch;
  justify-content: center;
}

.hero h1 {
  max-width: 13ch;
  color: var(--white);
}

.hero h1 span,
.section-dark h2 span {
  color: var(--green);
}

.hero .eyebrow {
  color: var(--green);
}

.hero-copy .lead {
  max-width: 640px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.8vw, 1.13rem);
}

.hero-note {
  max-width: 620px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.82);
}

.hero .cta-note {
  color: rgba(255, 255, 255, 0.78);
}

.hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}

.hero .button-secondary:hover {
  border-color: var(--rose);
  color: var(--rose);
}

.hero-tags {
  display: inline-flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  margin-top: 20px;
  border: 1px solid rgba(113, 193, 118, 0.54);
  border-radius: 8px;
  background: rgba(20, 35, 28, 0.18);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.8rem;
  font-weight: 700;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.hero-tags::-webkit-scrollbar {
  display: none;
}

.hero-tags span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  border: 0;
  background: transparent;
  padding: 8px 10px;
}

.hero-tag-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #81d88a;
  filter: drop-shadow(0 0 6px rgba(113, 193, 118, 0.36));
}

.hero-tag-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-tags span + span {
  border-left: 1px solid rgba(113, 193, 118, 0.35);
}

.portrait-frame {
  --photo-edge-rgb: 251, 248, 241;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  width: 100%;
  max-width: 430px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  clip-path: circle(50% at 50% 50%);
}

.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    radial-gradient(circle at center, transparent 66%, rgba(var(--photo-edge-rgb), 0.16) 84%, rgba(var(--photo-edge-rgb), 0.32) 100%);
  box-shadow: inset 0 0 28px rgba(var(--photo-edge-rgb), 0.2);
  pointer-events: none;
}

.portrait-frame img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
  border-radius: inherit;
  -webkit-mask-image: none;
  mask-image: none;
}

.hero-photo {
  --photo-edge-rgb: 20, 35, 28;
  align-self: center;
  justify-self: center;
  margin: 0;
  width: min(100%, 500px);
  height: auto;
  max-width: 500px;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at center, transparent 64%, rgba(20, 35, 28, 0.18) 84%, rgba(20, 35, 28, 0.4) 100%);
  box-shadow: inset 0 0 30px rgba(20, 35, 28, 0.24);
  pointer-events: none;
}

.hero-photo img {
  height: 100%;
  max-height: none;
  aspect-ratio: 1 / 1;
  object-position: center top;
  filter: saturate(0.98) contrast(1.02);
  -webkit-mask-image: none;
  mask-image: none;
}

.hero .portrait-badge {
  display: none;
}

.portrait-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: min(280px, calc(100% - 36px));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  padding: 14px 16px;
  box-shadow: 0 16px 36px rgba(23, 34, 26, 0.12);
}

.portrait-badge strong,
.portrait-badge span {
  display: block;
}

.portrait-badge strong {
  font-size: 0.92rem;
}

.portrait-badge span {
  color: var(--muted);
  font-size: 0.82rem;
}

.cta-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  gap: 8px;
}

.cta-stack > .button {
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}

.cta-stack.center {
  align-items: center;
  text-align: center;
}

.cta-note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 12px;
  width: min(100%, 520px);
  margin-top: 4px;
}

.contact-options[hidden] {
  display: none;
}

.contact-option {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 14px;
  color: var(--ink);
}

.contact-option:hover {
  border-color: var(--green);
}

.contact-option svg {
  width: 24px;
  height: 24px;
  color: var(--green-dark);
  fill: currentColor;
}

.contact-option strong,
.contact-option span {
  display: block;
}

.contact-option strong {
  font-size: 0.9rem;
}

.contact-option span {
  color: var(--muted);
  font-size: 0.82rem;
}

.section-identification {
  padding: 34px 0 30px;
  background: linear-gradient(90deg, #f8fff6 0%, #f4fbf3 52%, #fff8f8 100%);
}

.section-identification .section-header {
  margin-bottom: 20px;
}

.section-identification h2 {
  position: relative;
  margin-inline: auto;
  padding-bottom: 0;
}

.text-rose {
  color: var(--rose);
}

.identification-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(250px, 0.8fr) minmax(260px, 0.9fr);
  gap: 28px;
  align-items: center;
}

.check-list,
.feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li,
.feature-list li {
  position: relative;
  padding-left: 30px;
  color: var(--ink);
  font-weight: 600;
}

.check-list li::before,
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.38em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.74);
}

.section-identification .check-list {
  gap: 7px;
  color: #4f5f55;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.32;
}

.section-identification .check-list li {
  color: #4f5f55;
  font-weight: 500;
}

.section-identification .check-list li:nth-child(even) {
  color: var(--rose-dark);
}

.section-identification .check-list li:nth-child(even)::before {
  background: var(--rose);
}

.quote-card {
  display: grid;
  justify-items: center;
  gap: 12px;
  border: 0;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff7f8 0%, #ffe6ea 100%);
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(253, 134, 142, 0.08);
}

.quote-card img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.quote-card p {
  margin-bottom: 0;
  color: #4d5a51;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.4;
}

.support-image {
  --photo-edge-rgb: 246, 251, 243;
  --photo-side-rgb: 246, 251, 243;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
}

.support-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at center, transparent 60%, rgba(var(--photo-edge-rgb), 0.08) 82%, rgba(var(--photo-edge-rgb), 0.28) 100%),
    linear-gradient(90deg, rgba(var(--photo-side-rgb), 0.24) 0%, transparent 18%, transparent 82%, rgba(var(--photo-side-rgb), 0.24) 100%),
    linear-gradient(180deg, rgba(var(--photo-edge-rgb), 0.14) 0%, transparent 18%, transparent 82%, rgba(var(--photo-edge-rgb), 0.14) 100%);
  box-shadow: inset 0 0 34px rgba(var(--photo-edge-rgb), 0.18);
  pointer-events: none;
}

.support-image img {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 70%, rgba(0, 0, 0, 0.9) 88%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 70%, rgba(0, 0, 0, 0.9) 88%, transparent 100%);
}

.closing-line {
  margin: 24px 0 0;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 1.3rem;
  line-height: 1.35;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card,
.result-card,
.testimonial-card,
.program-card,
.mini-card,
.step-card,
.contact-card,
.legal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(23, 34, 26, 0.05);
}

.service-card,
.result-card,
.testimonial-card,
.mini-card,
.step-card,
.contact-card,
.legal-card {
  padding: 22px;
}

.service-card p,
.result-card p,
.testimonial-card p,
.mini-card p,
.step-card p {
  margin-bottom: 0;
}

.service-icon,
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--soft-strong);
  color: var(--green-dark);
}

.service-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.solution-band {
  padding: 34px 0 26px;
  background:
    radial-gradient(circle at 16% 20%, rgba(113, 193, 118, 0.12), transparent 28%),
    var(--deep);
}

.solution-band .section-header {
  margin-bottom: 20px;
}

.section-dark h2 {
  margin-inline: auto;
  color: var(--white);
}

.section-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.section-dark .eyebrow {
  color: var(--green);
}

.solution-band .service-card {
  text-align: center;
  border-color: rgba(113, 193, 118, 0.26);
  background: #eef8ed;
}

.solution-band .service-card h3 {
  color: var(--ink);
}

.solution-band .service-card p {
  color: #647267;
}

.solution-band .service-card .service-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  background: #dff2e4;
  color: var(--green-dark);
}

.solution-band .service-card .service-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.9;
  opacity: 1;
}

.program-section {
  padding: 34px 0 38px;
  background: var(--cream);
}

.program-cta-strip {
  margin-top: 22px;
  border-block: 1px solid rgba(253, 134, 142, 0.28);
  background: #ffe7ea;
  box-shadow: none;
}

.program-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding-block: 18px;
}

.program-cta-copy h2 {
  max-width: none;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: clamp(1.28rem, 2.2vw, 1.75rem);
  line-height: 1.15;
}

.program-cta-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.strip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.button-whatsapp,
.button-outline-rose {
  gap: 8px;
  box-shadow: none;
}

.button-whatsapp {
  border-color: rgba(67, 133, 74, 0.34);
  background: #fbfffc;
  color: #287447;
}

.button-whatsapp:hover {
  border-color: #28c76f;
  background: #f3fff6;
  color: #1f683d;
}

.button-outline-rose {
  border-color: rgba(253, 134, 142, 0.48);
  background: #fffafd;
  color: var(--rose-dark);
}

.button-outline-rose:hover {
  border-color: var(--rose-dark);
  background: #fff4f6;
}

.button-whatsapp svg,
.button-outline-rose svg {
  width: 18px;
  height: 18px;
}

.program-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.18fr) minmax(260px, 0.82fr);
  gap: 18px;
  align-items: stretch;
}

.program-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  padding: 30px;
  border-color: rgba(113, 193, 118, 0.54);
  box-shadow: var(--shadow);
}

.home-program-card {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: 26px;
  padding: 24px;
}

.program-summary h2 {
  margin-bottom: 8px;
  color: var(--green-dark);
}

.program-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  border-radius: 999px;
  background: var(--rose);
  color: var(--white);
  padding: 4px 12px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.program-card .lead {
  margin-bottom: 12px;
  color: var(--green-dark);
  font-size: 1rem;
  font-weight: 800;
}

.program-card .feature-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.program-includes {
  border-left: 1px solid var(--line);
  border-radius: 10px;
  background: #f7fbf5;
  padding: 24px;
}

.home-program-card .feature-list {
  grid-template-columns: 1fr;
  gap: 7px;
  font-size: 0.88rem;
  line-height: 1.35;
}

.price-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--line);
  padding-left: 28px;
}

.price {
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: 2.55rem;
  font-weight: 700;
  line-height: 1;
}

.price-note {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.offer-column {
  display: grid;
  gap: 18px;
}

.alternatives {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.mini-card {
  display: grid;
  gap: 12px;
}

.offer-card {
  grid-template-columns: 64px 1fr 34px;
  align-items: center;
  gap: 16px;
  min-height: 130px;
  border-color: rgba(253, 134, 142, 0.46);
  background: #fff1f3;
}

.offer-card .service-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 0;
  background: rgba(253, 134, 142, 0.12);
  color: var(--rose-dark);
}

.offer-card .service-icon svg {
  width: 31px;
  height: 31px;
  stroke-width: 2;
}

.offer-card h3 {
  margin-bottom: 3px;
}

.offer-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--rose-dark);
  font-size: 1.9rem;
  line-height: 1;
}

.mini-price {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
}

.audience-results-section {
  padding: 48px 0;
  background: var(--deep);
}

.audience-results-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

.audience-panel {
  min-height: 100%;
  border: 1px solid rgba(113, 193, 118, 0.18);
  border-radius: var(--radius);
  background: #fffefb;
  padding: 30px 36px;
  color: var(--ink);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
}

.audience-panel h2 {
  max-width: none;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(1.75rem, 3vw, 2.28rem);
  line-height: 1.1;
}

.audience-list {
  gap: 9px;
}

.audience-list li {
  color: #2f3d34;
  font-weight: 600;
  line-height: 1.35;
}

.audience-list li::before {
  content: "✓";
  top: 0.02em;
  width: 18px;
  height: 18px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--green-dark);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.results-panel {
  background: #eef8ed;
}

.results-feature-list {
  display: grid;
  gap: 13px;
}

.results-feature {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.results-feature .service-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--green-dark);
}

.results-feature .service-icon svg {
  stroke-width: 2;
}

.results-feature h3 {
  margin-bottom: 1px;
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.2;
}

.results-feature p {
  margin-bottom: 0;
  color: #506057;
  line-height: 1.25;
}

.home-about-section {
  padding: 34px 0;
  background: var(--cream);
}

.about-strip {
  display: grid;
  grid-template-columns: 260px minmax(400px, 1fr) 280px;
  column-gap: 58px;
  row-gap: 34px;
  align-items: stretch;
}

.about-strip-photo {
  grid-column: 1;
  position: relative;
  z-index: 0;
  width: 260px;
  height: auto;
  min-height: 0;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  align-self: center;
  justify-self: start;
}

.about-strip-photo img {
  height: 100%;
  min-height: 0;
  aspect-ratio: 1 / 1;
  object-position: center top;
}

.about-strip-copy h2 {
  max-width: none;
  margin-bottom: 4px;
}

.about-strip-copy,
.about-credentials {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.about-strip-copy {
  grid-column: 2;
  padding-left: 0;
}

.about-strip-copy .lead {
  margin-bottom: 12px;
  color: var(--green-dark);
  font-weight: 700;
}

.about-strip-copy p {
  margin-bottom: 10px;
}

.about-button {
  margin-top: 2px;
  border-color: var(--green-dark);
  background: var(--green-dark);
  color: var(--white);
}

.about-button:hover {
  border-color: var(--green);
  background: var(--green);
  color: var(--ink);
}

.about-credentials {
  grid-column: 3;
  display: grid;
  gap: 22px;
  border-left: 1px solid var(--line);
  padding-left: 32px;
}

.credential-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: #26352d;
  font-weight: 700;
  line-height: 1.35;
}

.credential-item .service-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.credential-item .service-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.9;
}

.list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 26px;
}

.result-card:nth-child(odd) {
  background: var(--soft);
}

.result-card:nth-child(even) {
  background: #fff6f7;
}

.step-card {
  background: var(--soft);
}

.process-section {
  background: var(--deep);
}

.process-section .step-card {
  border-color: rgba(113, 193, 118, 0.24);
  background: #eef8ed;
}

.process-section .step-card h3 {
  color: var(--ink);
}

.process-section .step-card p {
  color: #5f6d63;
}

.process-section .step-number {
  background: #dff2e4;
  color: var(--green-dark);
}

.process-section .cta-note {
  color: rgba(255, 255, 255, 0.78);
}

.testimonial-card {
  min-height: 230px;
  background: linear-gradient(180deg, var(--white), #fff7f8);
}

.testimonial-card h3 {
  margin-bottom: 14px;
  color: var(--green-dark);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

.testimonial-card p {
  display: -webkit-box;
  overflow: hidden;
  color: #425148;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.reviews-action {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.step-number {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
}

.faq-list {
  max-width: 860px;
  margin-inline: auto;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(23, 34, 26, 0.05);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 18px 22px;
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.faq-list p {
  margin: 12px 0 0;
}

.final-cta {
  padding: 30px 0;
  text-align: center;
}

.final-cta h2 {
  margin-inline: auto;
  margin-bottom: 8px;
}

.section-cta {
  margin-top: 28px;
}

.footer {
  padding: 34px 0 26px;
  border-top: 1px solid rgba(113, 193, 118, 0.22);
  background: var(--deep);
  color: var(--white);
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.76);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(150px, 0.7fr));
  gap: 28px;
}

.footer h2,
.footer h3 {
  margin-bottom: 12px;
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.86rem;
  text-transform: uppercase;
}

.footer-logo {
  display: block;
  width: 118px;
  height: auto;
  margin-bottom: 12px;
  object-fit: contain;
  object-position: left center;
}

.footer ul {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer .social-links a {
  width: 38px;
  height: 38px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.footer .social-links svg {
  width: 18px;
  height: 18px;
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
}

.page-hero {
  padding: 62px 0 56px;
  background: var(--deep);
  color: var(--white);
}

.page-hero h1 {
  max-width: 780px;
  color: var(--white);
}

.page-hero p {
  color: rgba(255, 255, 255, 0.82);
}

.page-hero .eyebrow {
  color: var(--green);
}

.page-hero .portrait-frame {
  --photo-edge-rgb: 20, 35, 28;
  --photo-side-rgb: 24, 43, 34;
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 32px;
  padding: 32px;
}

.service-detail + .service-detail {
  margin-top: 22px;
}

.service-detail.main {
  border-color: rgba(113, 193, 118, 0.54);
  box-shadow: var(--shadow);
}

.service-detail:nth-child(2) {
  background: #fff5f6;
  border-color: rgba(253, 134, 142, 0.34);
}

.service-detail:nth-child(3) {
  background: var(--soft);
}

.service-detail .feature-list {
  margin-top: 18px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 34px;
  align-items: start;
}

.contact-card {
  display: grid;
  gap: 16px;
  background: var(--rose-soft);
  border-color: rgba(253, 134, 142, 0.34);
}

.contact-card .button {
  width: 100%;
}

.contact-card .button-primary {
  background: var(--green);
  color: var(--white);
}

.contact-form {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 28px;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field,
.field-full {
  display: grid;
  gap: 8px;
}

.field-full {
  grid-column: 1 / -1;
}

label {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
}

.required-mark {
  color: var(--rose-dark);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(113, 193, 118, 0.34);
  outline-offset: 2px;
}

.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.form-status {
  display: none;
  border-radius: 8px;
  background: var(--soft-strong);
  padding: 14px 16px;
  color: var(--green-dark);
  font-weight: 800;
}

.form-status.is-visible {
  display: block;
}

.bot-field {
  display: none;
}

.legal-card {
  max-width: 920px;
}

.legal-card h2 {
  margin: 28px 0 10px;
  color: var(--green-dark);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.25;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card h3 {
  margin: 18px 0 8px;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.35;
}

.legal-card p,
.legal-card ul {
  color: var(--muted);
  line-height: 1.75;
}

.legal-card ul {
  padding-left: 1.25rem;
}

.legal-card li + li {
  margin-top: 8px;
}

.legal-card a {
  color: var(--green-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-card p:last-child,
.legal-card ul:last-child {
  margin-bottom: 0;
}

.legal-updated {
  color: var(--green-dark);
  font-weight: 800;
}

.legal-table-wrap {
  overflow-x: auto;
  margin: 10px 0 18px;
}

.legal-card table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.legal-card th,
.legal-card td {
  padding: 12px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.legal-card th {
  background: var(--soft-strong);
  color: var(--green-dark);
  font-weight: 800;
}

.legal-actions {
  margin-top: 16px;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #28c76f;
  color: var(--white);
  box-shadow: 0 12px 28px rgba(40, 199, 111, 0.34);
}

.floating-whatsapp svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

@media (max-width: 1060px) {
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .identification-grid,
  .program-layout {
    grid-template-columns: 1fr;
  }

  .audience-results-grid,
  .about-strip,
  .program-cta-inner {
    grid-template-columns: 1fr;
  }

  .about-strip {
    align-items: center;
  }

  .offer-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strip-actions {
    justify-content: flex-start;
  }

  .about-strip-photo {
    grid-column: 1;
    width: min(100%, 320px);
    height: auto;
    min-height: 0;
    justify-self: center;
  }

  .about-strip-photo img {
    height: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .about-strip-copy {
    grid-column: 1;
  }

  .about-credentials {
    grid-column: 1;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 24px;
    padding-left: 0;
  }
}

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

  .section {
    padding: 56px 0;
  }

  .header-inner {
    position: relative;
    min-height: 68px;
    gap: 14px;
  }

  .brand-logo {
    width: 66px;
    height: 46px;
  }

  .primary-nav {
    position: fixed;
    inset: 68px 14px auto 14px;
    display: none;
    border: 1px solid rgba(113, 193, 118, 0.28);
    border-radius: var(--radius);
    background: var(--deep);
    box-shadow: var(--shadow);
    padding: 18px;
  }

  .primary-nav a {
    padding: 8px 0;
  }

  body.menu-open .primary-nav {
    display: grid;
    gap: 12px;
    justify-content: stretch;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 2;
  }

  .header-actions {
    flex: 1 1 auto;
    justify-content: flex-end;
  }

  .site-header .social-links {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
  }

  .hero-grid,
  .split-grid,
  .home-program-card,
  .program-card,
  .service-detail,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 36px 0 0;
    background: var(--deep);
  }

  .hero-grid {
    min-height: auto;
    gap: 28px;
    align-items: center;
  }

  .hero-copy {
    order: 1;
  }

  .hero-visual {
    order: 2;
    display: block;
  }

  .hero-photo img {
    height: 100%;
    max-height: none;
    aspect-ratio: 1 / 1;
  }

  .hero-photo {
    height: auto;
    width: 100%;
    max-width: min(390px, 100%);
  }

  .program-includes {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 20px;
  }

  .price-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 22px 0 0;
  }

  .program-card .feature-list,
  .list-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .field-full {
    grid-column: auto;
  }

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

@media (max-width: 620px) {
  body {
    font-size: 15.5px;
  }

  h1 {
    max-width: 12ch;
  }

  .brand-logo {
    width: 60px;
    height: 42px;
  }

  .container {
    width: min(100% - 24px, var(--max));
  }

  .header-inner {
    justify-content: space-between;
    gap: 8px;
  }

  .header-actions {
    gap: 5px;
    margin-left: auto;
  }

  .site-header .social-links {
    gap: 5px;
  }

  .site-header .social-links a {
    width: 30px;
    height: 30px;
  }

  .site-header .social-links svg {
    width: 15px;
    height: 15px;
  }

  .menu-toggle {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    padding: 8px;
  }

  .card-grid,
  .card-grid.three,
  .card-grid.two,
  .alternatives,
  .steps-grid,
  .contact-options,
  .offer-column {
    grid-template-columns: 1fr;
  }

  .hero-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    overflow-x: visible;
    font-size: 0.76rem;
  }

  .hero-tags span {
    justify-content: center;
    min-width: 0;
    gap: 6px;
    padding: 8px 7px;
  }

  .hero-tag-icon svg {
    width: 19px;
    height: 19px;
  }

  .hero-tags span + span {
    border-left: 0;
    border-top: 0;
  }

  .hero-tags span:nth-child(2n) {
    border-left: 1px solid rgba(113, 193, 118, 0.35);
  }

  .hero-tags span:nth-child(n + 3) {
    border-top: 1px solid rgba(113, 193, 118, 0.35);
  }

  .cta-stack > .button,
  .strip-actions,
  .strip-actions .button {
    width: 100%;
  }

  .audience-panel {
    padding: 24px;
  }

  .results-feature {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .results-feature .service-icon {
    width: 38px;
    height: 38px;
  }

  .program-cta-inner {
    padding-block: 18px;
  }

  .service-card,
  .result-card,
  .testimonial-card,
  .mini-card,
  .step-card,
  .program-card,
  .service-detail,
  .contact-form,
  .contact-card,
  .legal-card {
    padding: 22px;
  }

  .section-identification {
    padding-top: 30px;
  }

  .price {
    font-size: 2.25rem;
  }

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

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 360px) {
  .container {
    width: min(100% - 20px, var(--max));
  }

  .brand-logo {
    width: 52px;
    height: 36px;
  }

  .header-actions,
  .site-header .social-links {
    gap: 4px;
  }

  .site-header .social-links a {
    width: 28px;
    height: 28px;
  }

  .site-header .social-links svg {
    width: 14px;
    height: 14px;
  }

  .menu-toggle {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
