:root {
  --ink: #15343b;
  --muted: #5b6e72;
  --teal: #0b5967;
  --teal-dark: #073f49;
  --teal-soft: #dceceb;
  --sage: #8ab4a7;
  --sage-light: #edf5f2;
  --cream: #fbfaf7;
  --white: #ffffff;
  --line: #d8e3e1;
  --shadow: 0 22px 60px rgba(11, 89, 103, 0.13);
  --shadow-soft: 0 12px 35px rgba(21, 52, 59, 0.08);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 2000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--teal-dark);
  border-radius: 8px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }

.announcement { color: var(--white); background: var(--teal-dark); font-size: 0.9rem; }
.announcement__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.announcement a { text-underline-offset: 4px; font-weight: 700; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(251, 250, 247, 0.9);
  border-bottom: 1px solid rgba(216, 227, 225, 0.75);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-family: Georgia, "Times New Roman", serif; color: var(--teal); font-size: 1.2rem; font-weight: 600; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 0.78rem; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.button) { position: relative; text-decoration: none; font-size: 0.95rem; font-weight: 650; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--sage); transition: right .25s ease; }
.main-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--teal-soft); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--teal-dark); transition: .25s; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 23px;
  border: 1px solid var(--teal);
  border-radius: 999px;
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 10px 24px rgba(11, 89, 103, .18);
  text-decoration: none;
  text-align: center;
  font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--teal-dark); box-shadow: 0 14px 30px rgba(11, 89, 103, .24); }
.button--small { min-height: 44px; padding: 10px 18px; font-size: .9rem; }
.button--secondary { color: var(--teal); background: transparent; box-shadow: none; }
.button--secondary:hover { color: var(--white); background: var(--teal); }
.button--light { color: var(--teal-dark); background: var(--white); border-color: var(--white); }
.button--light:hover { color: var(--white); background: transparent; }

.eyebrow { margin: 0 0 14px; color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; font-weight: 500; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 5.7vw, 5.25rem); line-height: .98; }
h1 span { color: var(--teal); }
h2 { margin-bottom: 20px; font-size: clamp(2.35rem, 4.2vw, 3.9rem); line-height: 1.05; }
h3 { line-height: 1.2; }

.hero { position: relative; overflow: hidden; padding-top: 78px; background: radial-gradient(circle at 82% 20%, rgba(138,180,167,.24), transparent 32%), linear-gradient(180deg, #fbfaf7 0%, #f4f8f6 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -290px; bottom: -300px; border: 1px solid rgba(11,89,103,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(11,89,103,.025), 0 0 0 140px rgba(11,89,103,.018); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .82fr; align-items: center; gap: 72px; }
.hero__lead { max-width: 690px; margin-bottom: 30px; color: var(--muted); font-size: 1.16rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 0; list-style: none; color: var(--muted); font-size: .92rem; font-weight: 650; }
.trust-list li { display: inline-flex; align-items: center; gap: 8px; }
.trust-list span { display: inline-grid; place-items: center; width: 20px; height: 20px; color: var(--teal); background: var(--teal-soft); border-radius: 50%; font-size: .75rem; }
.hero__visual { position: relative; padding: 16px 18px 54px 0; }
.portrait-card { position: relative; overflow: hidden; border-radius: 45% 45% var(--radius) var(--radius); background: var(--teal-soft); box-shadow: var(--shadow); }
.portrait-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 39%; }
.portrait-card::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.42); pointer-events: none; }
.portrait-card__label { position: absolute; left: 20px; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 12px; padding: 14px 16px; color: var(--ink); background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.75); border-radius: 16px; backdrop-filter: blur(12px); }
.portrait-card__label span:last-child { display: grid; line-height: 1.2; }
.portrait-card__label small { margin-top: 4px; color: var(--muted); }
.status-dot { width: 11px; height: 11px; flex: 0 0 auto; background: #31b46f; border-radius: 50%; box-shadow: 0 0 0 6px rgba(49,180,111,.15); }
.hero__note { position: absolute; right: -24px; bottom: 5px; width: min(280px, 70%); padding: 18px 20px; color: var(--white); background: var(--teal-dark); border-radius: var(--radius-sm); box-shadow: var(--shadow-soft); }
.hero__note strong, .hero__note span { display: block; }
.hero__note span { margin-top: 5px; color: rgba(255,255,255,.78); font-size: .84rem; line-height: 1.45; }

.confidence { padding: 30px 0; background: var(--white); border-block: 1px solid var(--line); }
.confidence__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.confidence article { display: flex; align-items: center; gap: 16px; padding: 10px 8px; }
.confidence strong { display: block; margin-bottom: 3px; }
.confidence p { margin-bottom: 0; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.icon-badge { display: grid; place-items: center; width: 50px; height: 50px; flex: 0 0 auto; color: var(--teal); background: var(--teal-soft); border-radius: 15px; font-size: 1.25rem; }

.section-heading { max-width: 790px; margin: 0 auto 54px; text-align: center; }
.section-heading p:last-child { color: var(--muted); font-size: 1.08rem; }
.section-heading--left { margin: 0; text-align: left; }
.cards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { min-height: 280px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: var(--sage); box-shadow: var(--shadow); }
.service-card__icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 24px; color: var(--teal); background: linear-gradient(145deg, var(--teal-soft), var(--sage-light)); border-radius: 18px; font-size: 1.55rem; }
.service-card h3 { margin-bottom: 12px; color: var(--teal-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; }
.service-card p { margin-bottom: 0; color: var(--muted); }

.process { background: var(--sage-light); }
.process__grid { display: grid; grid-template-columns: .78fr 1.05fr; gap: 90px; align-items: start; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; color: var(--teal); text-decoration: none; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.steps { padding: 0; margin: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 68px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid rgba(11,89,103,.16); }
.steps li:first-child { padding-top: 0; }
.steps li:last-child { border-bottom: 0; }
.step-number { display: grid; place-items: center; width: 62px; height: 62px; color: var(--white); background: var(--teal); border-radius: 50%; font-weight: 800; }
.steps h3 { margin-bottom: 8px; color: var(--teal-dark); font-size: 1.25rem; }
.steps p { margin-bottom: 0; color: var(--muted); }

.first-session { padding-top: 0; background: var(--sage-light); }
.first-session__card { display: grid; grid-template-columns: 1.08fr .92fr; gap: 50px; padding: 50px; color: var(--white); background: var(--teal-dark); border-radius: var(--radius); box-shadow: var(--shadow); }
.first-session__card .eyebrow { color: #bfe1d5; }
.first-session__card h2 { font-size: clamp(2.2rem, 3.8vw, 3.4rem); }
.first-session__card p { margin-bottom: 0; color: rgba(255,255,255,.78); }
.first-session__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-content: center; }
.first-session__facts div { padding: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.first-session__facts strong, .first-session__facts span { display: block; }
.first-session__facts span { margin-top: 5px; color: rgba(255,255,255,.72); font-size: .9rem; }

.about__grid { display: grid; grid-template-columns: .9fr 1fr; gap: 80px; align-items: center; }
.about__media { position: relative; }
.about__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center 35%; border-radius: var(--radius); box-shadow: var(--shadow); }
.about__media-badge { position: absolute; right: -24px; bottom: -24px; width: 250px; padding: 20px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-soft); }
.about__media-badge strong, .about__media-badge span { display: block; }
.about__media-badge span { margin-top: 4px; color: var(--muted); font-size: .85rem; }
.about__role { margin: -8px 0 24px; color: var(--teal); font-weight: 800; }
.about blockquote { margin: 0 0 25px; padding-left: 22px; color: var(--teal-dark); border-left: 3px solid var(--sage); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.45; }
.about__copy > p:not(.eyebrow):not(.about__role) { color: var(--muted); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; padding: 0; margin: 26px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 20px; height: 20px; color: var(--teal); background: var(--teal-soft); border-radius: 50%; font-size: .7rem; }

.value-section { padding-top: 18px; }
.value-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 42px; padding: 48px 54px; color: var(--white); background: linear-gradient(120deg, var(--teal-dark), var(--teal)); border-radius: var(--radius); box-shadow: var(--shadow); }
.value-card .eyebrow { color: #bfe1d5; }
.value-card h2 { margin-bottom: 12px; font-size: clamp(2.1rem, 3.4vw, 3.25rem); }
.value-card p { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.76); }

.faq { background: var(--white); }
.faq__grid { display: grid; grid-template-columns: .72fr 1fr; gap: 80px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 22px 44px 22px 0; cursor: pointer; list-style: none; color: var(--teal-dark); font-size: 1.07rem; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; top: 18px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--teal); background: var(--teal-soft); border-radius: 50%; font-size: 1.25rem; transition: transform .2s ease; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion details p { padding: 0 48px 24px 0; margin: 0; color: var(--muted); }

.final-cta { background: linear-gradient(180deg, var(--white), var(--sage-light)); }
.final-cta__card { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 30px; padding: 38px 44px; background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.final-cta__card > img { width: 82px; }
.final-cta__card h2 { margin-bottom: 8px; font-size: clamp(2rem, 3vw, 2.9rem); }
.final-cta__card p { margin-bottom: 0; color: var(--muted); }

.site-footer { padding: 68px 0 24px; color: rgba(255,255,255,.76); background: #082f36; }
.footer__grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr 1fr; gap: 42px; }
.brand--footer { margin-bottom: 18px; }
.brand--footer strong { color: var(--white); }
.brand--footer small { color: rgba(255,255,255,.6); }
.site-footer h3 { margin: 8px 0 16px; color: var(--white); font-size: 1rem; }
.site-footer p { margin-bottom: 0; font-size: .9rem; }
.site-footer a:not(.brand) { display: block; margin-bottom: 8px; color: rgba(255,255,255,.78); text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.footer__bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: flex; align-items: center; gap: 9px; min-height: 54px; padding: 7px 17px 7px 8px; color: var(--white); background: #23b75f; border: 2px solid rgba(255,255,255,.7); border-radius: 999px; box-shadow: 0 12px 30px rgba(0,0,0,.2); text-decoration: none; font-weight: 800; transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float img { width: 38px; height: 38px; object-fit: contain; }

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

@media (max-width: 1020px) {
  .main-nav { gap: 18px; }
  .main-nav > a:not(.button) { display: none; }
  .hero__grid { gap: 42px; }
  .cards-grid { grid-template-columns: repeat(2,1fr); }
  .process__grid, .faq__grid { gap: 55px; }
  .about__grid { gap: 55px; }
  .footer__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .announcement__inner { justify-content: center; text-align: center; }
  .announcement a { display: none; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 14px;
    right: 14px;
    display: none;
    align-items: stretch;
    padding: 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .main-nav.is-open { display: grid; }
  .main-nav > a:not(.button) { display: block; padding: 10px 8px; }
  .main-nav > a:not(.button)::after { display: none; }
  .main-nav .button { margin-top: 6px; }
  .hero { padding-top: 54px; }
  .hero__grid, .process__grid, .about__grid, .faq__grid { grid-template-columns: 1fr; }
  .hero__grid { gap: 54px; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.3rem); }
  .hero__visual { max-width: 560px; padding-right: 0; margin: auto; }
  .hero__note { right: 8px; }
  .confidence__grid { grid-template-columns: 1fr; gap: 0; }
  .confidence article { border-bottom: 1px solid var(--line); }
  .confidence article:last-child { border-bottom: 0; }
  .process__grid { gap: 46px; }
  .first-session__card { grid-template-columns: 1fr; padding: 36px 28px; }
  .about__grid { gap: 58px; }
  .about__media-badge { right: 14px; }
  .value-card { grid-template-columns: 1fr; padding: 38px 30px; }
  .value-card .button { justify-self: start; }
  .final-cta__card { grid-template-columns: 64px 1fr; padding: 30px; }
  .final-cta__card > img { width: 60px; }
  .final-cta__card .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 560px) {
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .7rem; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .trust-list { display: grid; grid-template-columns: 1fr 1fr; }
  .cards-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .first-session__facts { grid-template-columns: 1fr; }
  .check-list { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { display: grid; }
  .whatsapp-float { width: 56px; height: 56px; right: 14px; bottom: 14px; padding: 6px; }
  .whatsapp-float img { width: 40px; height: 40px; }
  .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
