:root {
  --color-primary: #347f83;
  --color-primary-dark: #286b70;
  --color-secondary: #83bdc6;
  --color-dark: #173f43;
  --color-text: #303a3b;
  --color-muted: #697778;
  --color-light: #f9faf9;
  --color-sand: #e9dcc7;
  --color-cream: #f3eee6;
  --color-border: #dfe7e5;
  --shadow-soft: 0 8px 28px rgba(32, 74, 76, .10);
  --shadow-card: 0 6px 20px rgba(26, 66, 69, .09);
  --radius-lg: 12px;
  --radius-md: 8px;
  --container: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--color-text); background: #fff; font-family: var(--sans); font-size: 16px; line-height: 1.58; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
p, h1, h2, h3, figure, blockquote { margin-top: 0; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.container-wide { width: min(1360px, 100%); margin-inline: auto; }
.section { padding: 68px 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; color: #fff; background: var(--color-dark); border-radius: 4px; transition: top .2s; }
.skip-link:focus { top: 12px; }

h1, h2 { color: var(--color-primary-dark); font-family: var(--serif); font-weight: 400; line-height: 1.08; }
h1 { font-size: clamp(2.5rem, 4.6vw, 4.65rem); letter-spacing: -.025em; }
h2 { font-size: clamp(2rem, 3vw, 3rem); }
h3 { line-height: 1.25; }
.eyebrow { margin-bottom: 12px; color: var(--color-primary); font-size: .76rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: #fff; }
.section-heading { max-width: 850px; margin-bottom: 44px; text-align: center; }
.section-heading h2 { margin-bottom: 0; }

.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 12px 24px; border: 1px solid var(--color-primary); border-radius: 999px; color: #fff; background: var(--color-primary); font-size: .89rem; font-weight: 650; line-height: 1.15; box-shadow: 0 5px 14px rgba(52, 127, 131, .18); transition: transform .25s, background .25s, color .25s, box-shadow .25s; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); background: var(--color-primary-dark); box-shadow: 0 8px 20px rgba(52, 127, 131, .25); }
.btn-outline { color: var(--color-primary-dark); background: rgba(255, 255, 255, .72); }
.btn-small { min-height: 40px; padding: 9px 18px; font-size: .82rem; }
.btn-ghost { border-color: rgba(255, 255, 255, .7); color: #fff; background: transparent; box-shadow: none; }
.btn-light { border-color: #fff; color: var(--color-primary-dark); background: #fff; box-shadow: none; }
.btn-sand { border-color: var(--color-sand); color: var(--color-primary-dark); background: var(--color-sand); }
.btn-outline:hover, .btn-outline:focus-visible, .btn-light:hover, .btn-light:focus-visible, .btn-sand:hover, .btn-sand:focus-visible { border-color: var(--color-primary-dark); color: #fff; background: var(--color-primary-dark); }
.btn-ghost:hover, .btn-ghost:focus-visible { border-color: #fff; color: var(--color-primary-dark); background: #fff; box-shadow: 0 8px 20px rgba(20, 67, 70, .18); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.section-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 34px; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(42, 105, 109, .10); background: rgba(255, 255, 255, .95); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; line-height: 1; }
.brand-logo { display: block; width: 150px; height: auto; object-fit: contain; }
.site-header .brand-logo { width: 175px; }
.main-nav { display: flex; align-items: center; gap: 26px; color: #293738; font-size: .83rem; }
.main-nav > a:not(.btn) { position: relative; padding: 28px 0 25px; white-space: nowrap; }
.main-nav > a:not(.btn)::after { position: absolute; right: 50%; bottom: 19px; left: 50%; height: 2px; background: var(--color-primary); content: ""; transition: right .25s, left .25s; }
.main-nav > a:not(.btn):hover::after, .main-nav > a.active::after { right: 0; left: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; color: #fff; background: var(--color-primary); cursor: pointer; }

.hero { position: relative; min-height: 690px; overflow: hidden; background: linear-gradient(90deg, #f5f3ee 0%, #f9f8f5 49.8%, transparent 50%); }
.hero-photo { position: absolute; top: 0; right: 0; bottom: 0; left: 50%; display: block; margin: 0; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.hero-photo::after { position: absolute; inset: 0 auto 0 0; width: 16%; background: linear-gradient(90deg, #f9f8f5, transparent); content: ""; }
.hero-inner { display: flex; min-height: 690px; align-items: center; }
.hero-content { position: relative; z-index: 2; width: 52%; padding: 62px 60px 46px 0; }
.hero-content.reveal, .inner-hero .reveal { opacity: 1; transform: none; }
.hero .eyebrow { color: var(--color-primary-dark); }
.hero-content h1 { max-width: 720px; margin-bottom: 24px; }
.hero-lead { margin-bottom: 30px; color: #4b595a; }
.hero-features { display: grid; max-width: 700px; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 66px; }
.hero-features div { color: var(--color-primary-dark); text-align: center; }
.hero-features i { display: block; margin-bottom: 10px; color: var(--color-primary); font-size: 1.55rem; }
.hero-features span { display: block; font-size: .7rem; line-height: 1.3; }

.availability-bar { color: #fff; background: var(--color-primary); }
.availability-inner { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 24px; }
.availability-inner p { margin: 0; font-size: .8rem; letter-spacing: .07em; text-transform: uppercase; }
.availability-inner span { margin: 0 14px; }

.benefits { padding-bottom: 54px; }
.benefits-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.benefit-card { min-height: 245px; padding: 34px 17px 26px; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: #fff; text-align: center; box-shadow: var(--shadow-card); transition: transform .25s, box-shadow .25s; }
.benefit-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.benefit-card > i { margin-bottom: 22px; color: var(--color-primary); font-size: 2.45rem; }
.benefit-card h2 { min-height: 50px; margin-bottom: 15px; color: var(--color-text); font-family: var(--serif); font-size: 1.15rem; font-weight: 600; line-height: 1.18; }
.benefit-card p { margin: 0; color: var(--color-muted); font-size: .78rem; line-height: 1.55; }

.about { padding-top: 30px; }
.about-grid { display: grid; grid-template-columns: minmax(280px, 1.08fr) minmax(380px, 1.35fr) minmax(220px, .65fr); gap: 34px; align-items: center; }
.about-photo { height: 490px; margin: 0; overflow: hidden; border-radius: var(--radius-md); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy h2::after, .faq-heading h2::after, .process-heading h2::after { display: block; width: 42px; height: 2px; margin-top: 18px; background: var(--color-primary); content: ""; }
.about-copy p:not(.eyebrow) { font-size: .93rem; }
.quote-card { min-height: 390px; margin: 0; padding: 55px 30px; border-radius: var(--radius-md); background: linear-gradient(145deg, #f0e8dc, #e8dcc9); }
.quote-card i { margin-bottom: 26px; color: #cfb28a; font-size: 3rem; }
.quote-card p { margin: 0; color: #44433f; font-family: var(--serif); font-size: 1.72rem; line-height: 1.25; }
.quote-card::after { display: block; width: 40px; height: 2px; margin-top: 30px; background: var(--color-primary); content: ""; }

.psychoanalysis { position: relative; overflow: hidden; padding: 70px 0; color: #fff; background: radial-gradient(circle at 72% 35%, rgba(157, 207, 210, .18), transparent 34%), linear-gradient(105deg, #206c72, #347f83); }
.psychoanalysis::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19, 88, 93, .3), transparent 65%); content: ""; }
.psycho-inner { position: relative; display: flex; align-items: center; justify-content: space-between; }
.psycho-copy { position: relative; z-index: 2; max-width: 650px; }
.psycho-copy h2 { margin-bottom: 34px; color: #fff; }
.psycho-copy h2::after { display: block; width: 44px; height: 2px; margin-top: 18px; background: #fff; content: ""; }
.psycho-copy p { color: #fff; }
.psycho-copy .btn { margin-top: 12px; }
.psycho-mark { width: 175px; height: auto; opacity: .72; filter: grayscale(1) brightness(0) invert(1); }

.process { padding-bottom: 0; }
.process-heading { margin-bottom: 32px; }
.process-heading h2 { margin-bottom: 0; }
.process-layout { display: grid; grid-template-columns: 2fr 1fr; align-items: stretch; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 45px max(28px, calc((100vw - var(--container)) / 2)) 40px max(28px, calc((100vw - var(--container)) / 2)); padding-right: 32px; }
.step { position: relative; padding: 8px 22px; text-align: center; }
.step:not(:last-child)::after { position: absolute; top: 17px; right: -18px; width: 36px; border-top: 1px dashed #a6c8c9; content: ""; }
.step-number { position: absolute; top: -38px; left: 12px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #fff; background: var(--color-primary); font-weight: 700; }
.step > i { margin-bottom: 18px; color: var(--color-primary); font-size: 2.1rem; }
.step h3 { min-height: 40px; margin-bottom: 12px; font-family: var(--serif); font-size: 1.06rem; }
.step p { margin: 0; color: var(--color-muted); font-size: .75rem; }
.process-photo { height: 350px; min-height: 0; margin: 0; overflow: hidden; }
.process-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.process-note { padding: 11px 0; color: #69543e; background: #f0e6d7; font-size: .83rem; }
.process .section-actions { margin-bottom: 34px; }
.process-note i { margin-right: 9px; color: var(--color-primary); }
.process-note span { margin: 0 18px; }

.indications { padding-bottom: 42px; }
.indications-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 30px; }
.indication { text-align: center; }
.indication i { margin-bottom: 19px; color: var(--color-primary); font-size: 2.6rem; }
.indication h3 { margin: 0; font-family: var(--serif); font-size: .98rem; font-weight: 600; }
.indications-note { margin-top: 30px; color: var(--color-primary-dark); text-align: center; }

.social-section { padding-top: 32px; }
.social-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 14px; }
.social-intro, .social-card { min-height: 270px; border-radius: var(--radius-md); overflow: hidden; }
.social-intro { padding: 36px; background: linear-gradient(115deg, #f5efe6, #fff); }
.social-intro h2 { max-width: 400px; margin-bottom: 20px; }
.social-intro p:not(.eyebrow) { max-width: 440px; font-size: .9rem; }
.social-card { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 28px; font-family: var(--serif); font-size: 1.35rem; line-height: 1.3; box-shadow: var(--shadow-card); }
.social-card p { margin: 0; }
.social-card i { margin-top: 28px; font-size: 1.8rem; }
.social-card .brand-symbol { width: 29px; height: auto; margin-top: 24px; }
.card-cream { color: var(--color-primary-dark); background: #edf4f1; }
.card-teal { color: #fff; background: linear-gradient(145deg, #246f74, #195f65); }
.card-teal small { margin-top: 20px; font-family: var(--sans); font-size: .69rem; opacity: .8; }
.card-photo { color: #fff; background: linear-gradient(rgba(38, 43, 39, .52), rgba(38, 43, 39, .72)), radial-gradient(circle at 80% 25%, #b49a74 0 8%, transparent 9%), linear-gradient(145deg, #b8aa95, #7c887b); }

.faq { padding-top: 26px; }
.faq-heading { margin-bottom: 28px; }
.faq-heading h2 { margin-bottom: 0; }
.faq-layout { display: grid; grid-template-columns: 1.7fr .8fr; gap: 80px; align-items: start; }
.accordion { border-top: 1px solid var(--color-border); }
.faq-item { border-bottom: 1px solid var(--color-border); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 17px 12px; border: 0; color: var(--color-text); background: transparent; text-align: left; cursor: pointer; }
.faq-item button:hover { color: var(--color-primary); }
.faq-item button i { color: var(--color-primary); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { min-height: 0; margin: 0; overflow: hidden; color: var(--color-muted); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 12px 18px; }
.help-card { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 42px; border-radius: var(--radius-md); background: var(--color-cream); }
.help-card > i { color: var(--color-secondary); font-size: 3rem; }
.help-card h2 { margin-bottom: 12px; color: var(--color-text); font-family: var(--serif); font-size: 1.45rem; font-weight: 600; }
.help-card p { margin-bottom: 22px; font-size: .85rem; }
.help-card .btn { grid-column: 1 / -1; justify-self: center; }

.final-cta { padding: 40px 0; color: #fff; background: linear-gradient(105deg, #286f74, #347f83); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.final-cta h2 { margin-bottom: 8px; color: #fff; font-size: 2.25rem; }
.final-cta p { margin: 0; }

.site-footer { padding-top: 48px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr 1fr 1.1fr; gap: 60px; padding-bottom: 46px; }
.footer-brand .brand { margin-bottom: 24px; }
.footer-brand p { color: var(--color-muted); font-size: .78rem; }
.footer-grid h2 { margin-bottom: 18px; color: var(--color-primary-dark); font-family: var(--sans); font-size: .86rem; font-weight: 700; }
.footer-nav { display: flex; flex-direction: column; gap: 7px; color: var(--color-muted); font-size: .78rem; }
.footer-list { margin: 0; padding: 0; color: var(--color-muted); font-size: .78rem; list-style: none; }
.footer-list li { margin-bottom: 10px; }
.footer-list i { width: 21px; color: var(--color-primary); }
.footer-list a:hover, .footer-nav a:hover { color: var(--color-primary); }
.footer-bottom { padding: 17px 0; color: #596667; background: #f8f9f8; font-size: .7rem; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 20px; }
.footer-bottom p { margin: 0; }
.footer-bottom i { color: #cfaa86; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: none; width: 54px; height: 54px; place-items: center; border-radius: 50%; color: #fff; background: #25d366; font-size: 1.75rem; box-shadow: 0 8px 25px rgba(0, 0, 0, .25); }

/* Páginas internas */
.inner-hero { position: relative; overflow: hidden; background: linear-gradient(110deg, #f4f0e9, #fbfcfb); }
.inner-hero::after { position: absolute; right: -120px; bottom: -190px; width: 420px; height: 420px; border: 1px solid rgba(52, 127, 131, .09); border-radius: 50%; content: ""; }
.inner-hero-grid { position: relative; z-index: 1; display: grid; min-height: 490px; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.inner-hero-copy { padding: 65px 0; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 38px; color: var(--color-muted); font-size: .76rem; }
.breadcrumb a { color: var(--color-primary); }
.breadcrumb i { align-self: center; font-size: .58rem; }
.inner-hero h1 { max-width: 720px; margin-bottom: 22px; color: var(--color-primary-dark); font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 4.6rem); font-weight: 400; line-height: 1.04; }
.inner-hero .lead { max-width: 650px; margin-bottom: 30px; color: #536162; font-size: 1.08rem; }
.inner-hero-image { align-self: stretch; min-height: 490px; margin: 0; overflow: hidden; }
.inner-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.inner-hero-image.photo-about img { object-position: center 34%; }
.inner-hero-image.photo-online img { object-position: center 45%; }
.inner-hero-plain .inner-hero-grid { min-height: 390px; grid-template-columns: 1fr; }
.inner-hero-plain .inner-hero-copy { max-width: 850px; }

.content-section { padding: 82px 0; }
.content-section.soft { background: #f7f8f6; }
.content-section.cream { background: var(--color-cream); }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.content-grid.top { align-items: start; }
.content-grid.narrow-wide { grid-template-columns: .8fr 1.2fr; }
.content-grid.wide-narrow { grid-template-columns: 1.2fr .8fr; }
.content-photo { min-height: 500px; margin: 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.content-photo img { width: 100%; height: 100%; object-fit: cover; }
.content-photo.about-detail img { object-position: center 28%; }
.content-photo.online-detail img { object-position: center 46%; }
.prose h2, .content-heading h2 { margin-bottom: 25px; }
.prose h2::after, .content-heading h2::after { display: block; width: 42px; height: 2px; margin-top: 18px; background: var(--color-primary); content: ""; }
.prose h3 { margin: 30px 0 10px; color: var(--color-primary-dark); font-family: var(--serif); font-size: 1.45rem; }
.prose p { margin-bottom: 18px; color: #4d5a5b; }
.prose .btn { margin-top: 10px; }
.content-heading { max-width: 770px; margin: 0 auto 48px; text-align: center; }
.content-heading h2::after { margin-right: auto; margin-left: auto; }
.content-heading p:last-child { color: var(--color-muted); }

.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.info-grid.four { grid-template-columns: repeat(4, 1fr); }
.info-card { padding: 34px 30px; border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-card); }
.info-card > i { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 24px; border-radius: 50%; color: #fff; background: var(--color-primary); font-size: 1.35rem; }
.info-card h3 { margin-bottom: 13px; color: var(--color-dark); font-family: var(--serif); font-size: 1.32rem; }
.info-card p { margin: 0; color: var(--color-muted); font-size: .89rem; }

.check-list { display: grid; gap: 15px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 26px 1fr; gap: 11px; align-items: start; color: #4d5a5b; }
.check-list i { margin-top: 4px; color: var(--color-primary); }
.notice-card { padding: 36px; border-left: 4px solid var(--color-primary); border-radius: 0 var(--radius-md) var(--radius-md) 0; background: #edf4f2; }
.notice-card i { margin-bottom: 18px; color: var(--color-primary); font-size: 2rem; }
.notice-card h3 { margin-bottom: 12px; color: var(--color-dark); font-family: var(--serif); font-size: 1.55rem; }
.notice-card p:last-child { margin-bottom: 0; }

.principles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.principle { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 26px; border-bottom: 1px solid var(--color-border); }
.principle i { color: var(--color-primary); font-size: 1.7rem; }
.principle h3 { margin-bottom: 7px; color: var(--color-dark); font-family: var(--serif); font-size: 1.18rem; }
.principle p { margin: 0; color: var(--color-muted); font-size: .85rem; }

.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: timeline; }
.timeline::before { position: absolute; top: 34px; right: 10%; left: 10%; border-top: 1px dashed #91bbbd; content: ""; }
.timeline-step { position: relative; z-index: 1; text-align: center; }
.timeline-number { display: grid; width: 68px; height: 68px; place-items: center; margin: 0 auto 24px; border: 8px solid #f7f8f6; border-radius: 50%; color: #fff; background: var(--color-primary); font-family: var(--serif); font-size: 1.4rem; }
.timeline-step h3 { margin-bottom: 11px; color: var(--color-dark); font-family: var(--serif); font-size: 1.22rem; }
.timeline-step p { margin: 0; color: var(--color-muted); font-size: .84rem; }

.detail-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.detail-list li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--color-border); }
.detail-list i { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--color-primary); background: #eaf3f2; }
.detail-list strong { display: block; margin-bottom: 4px; color: var(--color-dark); }
.detail-list span { color: var(--color-muted); font-size: .88rem; }

.page-cta { padding: 58px 0; color: #fff; background: linear-gradient(110deg, var(--color-primary-dark), #347f83); }
.page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.page-cta h2 { margin-bottom: 10px; color: #fff; font-size: clamp(2rem, 3.5vw, 3rem); }
.page-cta p { margin: 0; color: #fff; }

.faq-page-list { max-width: 900px; margin-inline: auto; }
.faq-page-list .faq-item button { padding: 20px 16px; font-weight: 600; }
.faq-page-list .faq-answer p { max-width: 800px; }
.faq-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.faq-group h2 { margin-bottom: 22px; font-size: 2rem; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-cards { display: grid; gap: 16px; }
.contact-card { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 26px; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-card); }
.contact-card > i { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: #fff; background: var(--color-primary); font-size: 1.3rem; }
.contact-card h3 { margin-bottom: 5px; color: var(--color-dark); font-family: var(--serif); font-size: 1.25rem; }
.contact-card p { margin: 0; color: var(--color-muted); font-size: .87rem; }
.contact-card a { color: var(--color-primary-dark); font-weight: 650; }
.contact-panel { padding: 42px; border-radius: var(--radius-lg); background: var(--color-cream); }
.contact-panel h2 { margin-bottom: 20px; }
.contact-panel .button-row { margin-top: 28px; }

/* Formulário de agendamento */
.schedule-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 24px; visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
.schedule-modal.open { visibility: visible; opacity: 1; }
.schedule-backdrop { position: absolute; inset: 0; background: rgba(15, 47, 50, .72); backdrop-filter: blur(5px); }
.schedule-dialog { position: relative; width: min(760px, 100%); max-height: calc(100vh - 48px); max-height: calc(100dvh - 48px); padding: 42px; overflow-y: auto; border-radius: var(--radius-lg); background: #fff; box-shadow: 0 24px 80px rgba(0, 0, 0, .28); }
.schedule-dialog h2 { max-width: 620px; margin-bottom: 14px; font-size: clamp(2rem, 4vw, 2.8rem); }
.schedule-intro { margin-bottom: 28px; color: var(--color-muted); font-size: .88rem; }
.schedule-close { position: absolute; top: 18px; right: 18px; display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--color-primary); cursor: pointer; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: grid; gap: 8px; color: var(--color-dark); font-size: .86rem; font-weight: 650; }
.form-field-full { grid-column: 1 / -1; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #cddcda; border-radius: 7px; color: var(--color-text); background: #fff; font: inherit; font-weight: 400; outline: none; transition: border-color .2s, box-shadow .2s; }
.form-field textarea { min-height: 112px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(52, 127, 131, .13); }
.form-consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; margin: 24px 0; color: var(--color-muted); font-size: .78rem; }
.form-consent input { margin-top: 3px; accent-color: var(--color-primary); }
.conditional-field[hidden] { display: none; }
.form-note { display: flex; gap: 9px; align-items: flex-start; margin: 24px 0; padding: 13px 15px; border-radius: 7px; color: var(--color-muted); background: #edf4f2; font-size: .78rem; }
.form-note i { margin-top: 2px; color: var(--color-primary); }
.schedule-submit { width: 100%; }

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

@media (max-width: 1120px) {
  .main-nav { gap: 14px; font-size: .76rem; }
  .main-nav .btn { display: none; }
  .hero { min-height: 640px; }
  .hero-inner { min-height: 640px; }
  .hero-content { width: 56%; }
  .hero-features { gap: 8px; }
  .benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .about-grid { grid-template-columns: 1fr 1.3fr; }
  .quote-card { grid-column: 1 / -1; min-height: auto; padding: 38px; }
  .process-layout { grid-template-columns: 1fr; }
  .steps { padding-right: max(28px, calc((100vw - var(--container)) / 2)); }
  .process-photo { height: 460px; }
  .indications-grid { grid-template-columns: repeat(3, 1fr); row-gap: 46px; }
  .social-grid { grid-template-columns: repeat(3, 1fr); }
  .social-intro { grid-column: 1 / -1; }
  .inner-hero-grid { gap: 40px; }
  .info-grid.four { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .container { width: min(100% - 34px, var(--container)); }
  .section { padding: 54px 0; }
  .site-header { background: #fff; backdrop-filter: none; }
  .header-inner { min-height: 76px; }
  .site-header .brand-logo { width: 145px; }
  .menu-toggle { display: grid; place-items: center; }
  body.menu-open::before { position: fixed; z-index: 99; inset: 76px 0 0; background: rgba(19, 63, 67, .42); content: ""; }
  .main-nav { position: fixed; z-index: 110; top: 76px; right: 0; bottom: auto; display: flex; width: min(360px, 88vw); height: calc(100vh - 76px); height: calc(100dvh - 76px); flex-direction: column; align-items: stretch; gap: 0; padding: 22px; overflow-y: auto; overscroll-behavior: contain; border-left: 1px solid var(--color-border); background-color: #fff; background-image: none; box-shadow: -20px 20px 40px rgba(0, 0, 0, .16); opacity: 1; isolation: isolate; transform: translateX(105%); transition: transform .3s ease; }
  .main-nav::before { position: absolute; z-index: -1; inset: 0; background: #fff; content: ""; }
  .main-nav.open { transform: none; }
  .main-nav > a:not(.btn) { padding: 14px 4px; border-bottom: 1px solid var(--color-border); }
  .main-nav > a:not(.btn)::after { display: none; }
  .main-nav .btn { display: inline-flex; margin-top: 20px; }
  .hero { min-height: auto; padding-top: 440px; background: #f5f3ee; }
  .hero-photo { right: 0; bottom: auto; left: 0; height: 440px; }
  .hero-photo img { object-position: 62% 42%; }
  .hero-photo::after { inset: auto 0 0; width: auto; height: 24%; background: linear-gradient(transparent, #f5f3ee); }
  .hero-inner { min-height: auto; }
  .hero-content { width: 100%; padding: 36px 0 45px; }
  .hero-content h1 { font-size: clamp(2.4rem, 8.5vw, 4rem); }
  .hero-features { margin-top: 45px; }
  .availability-inner { padding: 16px 0; }
  .availability-inner .btn { display: none; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { height: min(640px, 105vw); }
  .quote-card { grid-column: auto; }
  .psycho-mark { position: absolute; right: -20px; opacity: .25; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 55px 0; padding: 50px 20px 40px; }
  .step:not(:last-child)::after { display: none; }
  .step-number { left: 28px; }
  .faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .whatsapp-float { display: grid; }
  .inner-hero-grid, .content-grid, .content-grid.narrow-wide, .content-grid.wide-narrow, .contact-grid { grid-template-columns: 1fr; }
  .inner-hero-grid { gap: 0; }
  .inner-hero-copy { padding: 48px 0; }
  .inner-hero-image { min-height: 430px; }
  .content-section { padding: 62px 0; }
  .content-grid { gap: 42px; }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 45px 25px; }
  .timeline::before { display: none; }
  .page-cta-inner { align-items: flex-start; flex-direction: column; }
  .faq-groups { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .site-header .brand-logo { width: 138px; }
  .hero { padding-top: 350px; }
  .hero-photo { height: 370px; }
  .hero-photo img { object-position: 65% center; }
  .button-row { flex-direction: column; }
  .button-row .btn { width: 100%; }
  .hero-features { grid-template-columns: repeat(2, 1fr); gap: 28px 14px; }
  .hero-features div:last-child { grid-column: 1 / -1; }
  .availability-inner p { text-align: center; }
  .availability-inner span { display: block; height: 4px; visibility: hidden; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; }
  .about-photo { height: 500px; }
  .quote-card p { font-size: 1.45rem; }
  .psychoanalysis { padding: 58px 0; }
  .psycho-mark { width: 130px; }
  .steps { grid-template-columns: 1fr; gap: 58px; }
  .step-number { left: calc(50% - 76px); }
  .process-photo { height: 300px; }
  .process-note { text-align: center; }
  .process-note span { display: block; height: 2px; visibility: hidden; }
  .indications-grid { grid-template-columns: repeat(2, 1fr); gap: 38px 20px; }
  .social-grid { grid-template-columns: 1fr; }
  .social-intro, .social-card { min-height: 240px; }
  .social-intro { grid-column: auto; padding: 28px; }
  .help-card { padding: 30px 24px; }
  .final-cta h2 { font-size: 1.9rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
  .inner-hero h1 { font-size: 2.75rem; }
  .inner-hero-image { min-height: 360px; }
  .content-photo { min-height: 430px; }
  .info-grid, .info-grid.four, .principles-grid, .timeline { grid-template-columns: 1fr; }
  .info-card { padding: 28px 24px; }
  .timeline { gap: 38px; }
  .contact-panel { padding: 30px 24px; }
  .page-cta .button-row { width: 100%; }
  .schedule-modal { padding: 0; place-items: end center; }
  .schedule-dialog { width: 100%; max-height: 94vh; max-height: 94dvh; padding: 34px 20px 24px; border-radius: 18px 18px 0 0; }
  .schedule-close { top: 12px; right: 12px; }
  .form-grid { grid-template-columns: 1fr; gap: 16px; }
  .form-field-full { grid-column: auto; }
}

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

/* --------------------------------------------------------------------------
   Direção visual: futurismo humano
   Uma camada visual contemporânea, construída sobre a identidade existente.
   -------------------------------------------------------------------------- */
:root {
  --color-primary: #2f9d95;
  --color-primary-dark: #0b2431;
  --color-secondary: #a9f6dc;
  --color-dark: #091724;
  --color-text: #24333d;
  --color-muted: #60717a;
  --color-light: #f5f7f4;
  --color-sand: #d7d0ff;
  --color-cream: #e9eee9;
  --color-border: #d4dfdc;
  --shadow-soft: 0 22px 50px rgba(4, 23, 35, .13);
  --shadow-card: 0 15px 34px rgba(4, 23, 35, .09);
  --radius-lg: 2px;
  --radius-md: 2px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Aptos", "Segoe UI", Arial, sans-serif;
}

body { background: var(--color-light); letter-spacing: .002em; }
body::before { position: fixed; z-index: 1001; top: 0; left: 0; width: var(--scroll-progress, 0%); height: 2px; background: linear-gradient(90deg, var(--color-secondary), #8db7ff, var(--color-primary)); content: ""; transition: width .1s linear; }
h1, h2 { color: var(--color-dark); letter-spacing: -.052em; }
h1 { font-family: var(--sans); font-weight: 650; line-height: .98; }
h2 { font-family: var(--serif); }
.section { position: relative; padding: 104px 0; }
.section::before { position: absolute; top: 0; left: max(24px, calc((100vw - var(--container)) / 2)); width: 38px; border-top: 1px solid rgba(47, 157, 149, .5); content: ""; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #168d86; font-size: .66rem; font-weight: 750; letter-spacing: .19em; }
.eyebrow::before { width: 19px; height: 1px; background: currentColor; content: ""; }
.eyebrow.light { color: var(--color-secondary); }

.btn { --magnet-x: 0px; --magnet-y: 0px; min-height: 50px; padding: 12px 23px; border-color: transparent; border-radius: 2px; color: #071620; background: var(--color-secondary); font-size: .77rem; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; box-shadow: none; transform: translate3d(var(--magnet-x), var(--magnet-y), 0); transition: transform .24s cubic-bezier(.2, .75, .25, 1), background .24s, color .24s, box-shadow .24s; }
.btn:hover, .btn:focus-visible { color: #f7fffc; background: #157c78; box-shadow: 0 10px 25px rgba(43, 175, 159, .28); transform: translate3d(var(--magnet-x), calc(var(--magnet-y) - 3px), 0); }
.btn-outline { border-color: rgba(200, 236, 226, .56); color: #e8f6f0; background: rgba(8, 24, 35, .22); backdrop-filter: blur(8px); }
.btn-outline:hover, .btn-outline:focus-visible { border-color: var(--color-secondary); color: #071620; background: var(--color-secondary); }
.btn-light, .btn-sand { border-color: transparent; color: #081723; background: #f2f7f2; }
.btn-light:hover, .btn-light:focus-visible, .btn-sand:hover, .btn-sand:focus-visible { border-color: transparent; color: #fff; background: #157c78; }
.btn-ghost { border-color: rgba(204, 245, 231, .55); color: #e9fff8; background: transparent; }
.btn-ghost:hover, .btn-ghost:focus-visible { border-color: var(--color-secondary); color: #071620; background: var(--color-secondary); }

.site-header { border-bottom-color: rgba(188, 233, 222, .1); background: rgba(7, 20, 31, .88); backdrop-filter: blur(18px); transition: min-height .25s, background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(7, 20, 31, .97); box-shadow: 0 9px 30px rgba(3, 15, 25, .22); }
.header-inner { min-height: 78px; }
.site-header .brand-logo { width: 163px; filter: brightness(0) invert(1) sepia(.12) saturate(.75) hue-rotate(110deg); opacity: .93; }
.main-nav { gap: 21px; color: #e6efec; font-size: .73rem; letter-spacing: .025em; }
.main-nav > a:not(.btn) { padding: 26px 0 23px; }
.main-nav > a:not(.btn)::after { bottom: 17px; height: 1px; background: var(--color-secondary); }
.main-nav .btn { min-height: 37px; padding: 8px 14px; color: #071620; font-size: .67rem; }
.menu-toggle { border-radius: 2px; color: #071620; background: var(--color-secondary); }

.hero { min-height: 740px; background: #071723; isolation: isolate; }
.hero::before { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 27% 34%, rgba(83, 160, 173, .2), transparent 26%), radial-gradient(circle at 76% 71%, rgba(147, 139, 238, .17), transparent 23%), linear-gradient(115deg, #081b27 0%, #0c2630 49%, #122331 100%); content: ""; }
.hero::after { position: absolute; z-index: 0; top: -180px; left: 31%; width: 540px; height: 540px; border: 1px solid rgba(169, 246, 220, .2); border-radius: 49% 51% 47% 53% / 43% 48% 52% 57%; box-shadow: inset 0 0 80px rgba(116, 214, 197, .03); content: ""; animation: orbit-drift 13s ease-in-out infinite alternate; }
.hero-grid { position: absolute; z-index: 0; right: 0; bottom: 0; left: 0; height: 48%; opacity: .28; background-image: linear-gradient(rgba(169, 246, 220, .17) 1px, transparent 1px), linear-gradient(90deg, rgba(169, 246, 220, .17) 1px, transparent 1px); background-position: center; background-size: 46px 46px; mask-image: linear-gradient(to bottom, transparent, black 44%, transparent); pointer-events: none; animation: grid-drift 12s linear infinite; }
.hero-photo { z-index: 1; top: 34px; right: 4.5vw; bottom: 34px; left: 56%; clip-path: polygon(16% 0, 100% 0, 100% 84%, 82% 100%, 0 100%, 0 12%); }
.hero-photo::before { position: absolute; z-index: 1; inset: 0; border: 1px solid rgba(199, 255, 239, .52); content: ""; }
.hero-photo::after { z-index: 2; inset: 0; width: auto; background: linear-gradient(135deg, rgba(7, 23, 35, .64), transparent 40%, rgba(6, 20, 31, .12)); }
.hero-photo img { filter: saturate(.86) contrast(1.04); object-position: 54% 42%; transform: scale(1.045); animation: photo-breathe 12s ease-in-out infinite alternate; }
.hero-symbol { position: absolute; z-index: 2; right: max(31vw, 380px); bottom: 63px; width: 96px; height: auto; opacity: .72; filter: grayscale(1) brightness(0) invert(1); animation: symbol-float 7s ease-in-out infinite; }
.hero-index { position: absolute; z-index: 2; top: 134px; right: 4.5vw; display: grid; grid-template-columns: auto 54px auto; gap: 11px; align-items: center; color: rgba(236, 255, 248, .72); font-family: var(--sans); }
.hero-index span { color: var(--color-secondary); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.hero-index i { height: 1px; background: rgba(220, 253, 242, .58); }
.hero-index small { font-size: .55rem; font-style: normal; font-weight: 700; letter-spacing: .17em; line-height: 1.4; }
.hero-inner { position: relative; z-index: 3; min-height: 740px; }
.hero-content { width: 55%; padding: 80px 7vw 50px 0; color: #e5f0ec; }
.hero .eyebrow { color: var(--color-secondary); }
.hero-content h1 { max-width: 680px; margin-bottom: 28px; color: #f2faf7; font-size: clamp(3.05rem, 5.1vw, 5.3rem); }
.hero-lead { max-width: 568px; margin-bottom: 34px; color: #b9ccc8; font-size: 1.02rem; }
.hero-lead strong { color: #f2faf7; }
.hero-features { max-width: 570px; grid-template-columns: repeat(5, 1fr); gap: 7px; margin-top: 70px; padding-top: 18px; border-top: 1px solid rgba(177, 238, 220, .3); }
.hero-features div { position: relative; color: #d6e8e2; text-align: left; }
.hero-features div:not(:first-child) { padding-left: 12px; border-left: 1px solid rgba(177, 238, 220, .2); }
.hero-features i { margin-bottom: 8px; color: var(--color-secondary); font-size: 1rem; }
.hero-features span { font-size: .61rem; line-height: 1.35; }

.availability-bar { position: relative; overflow: hidden; color: #061620; background: var(--color-secondary); }
.availability-bar::before { position: absolute; inset: 0; background: repeating-linear-gradient(115deg, transparent 0 28px, rgba(9, 38, 45, .05) 29px 30px); content: ""; }
.availability-inner { position: relative; min-height: 60px; }
.availability-inner p { font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.availability-inner .btn-ghost { border-color: rgba(7, 22, 32, .35); color: #071620; }
.availability-inner .btn-ghost:hover { color: #f5fffb; background: #0a2830; }

.benefits { padding-top: 90px; padding-bottom: 100px; background: #f5f7f4; }
.benefits-grid { grid-template-columns: repeat(3, 1fr); gap: 1px; background: #cedbd7; }
.benefit-card { position: relative; min-height: 270px; padding: 37px 34px 29px; border: 0; border-radius: 0; background: #f5f7f4; text-align: left; box-shadow: none; overflow: hidden; }
.benefit-card::before { position: absolute; top: 17px; right: 21px; color: rgba(20, 91, 91, .25); font-size: .61rem; font-weight: 800; letter-spacing: .14em; content: "0" counter(card); counter-increment: card; }
.benefits-grid { counter-reset: card; }
.benefit-card::after { position: absolute; right: -26px; bottom: -34px; width: 113px; height: 113px; border: 1px solid rgba(40, 136, 127, .19); border-radius: 50%; content: ""; transition: transform .5s ease, background .5s ease; }
.benefit-card:hover { color: #effbf6; background: #0c2931; box-shadow: none; transform: none; }
.benefit-card:hover::after { background: rgba(169, 246, 220, .09); transform: scale(1.7); }
.benefit-card:hover::before, .benefit-card:hover > i, .benefit-card:hover p { color: var(--color-secondary); }
.benefit-card h2 { position: relative; z-index: 1; min-height: 0; margin-bottom: 14px; color: inherit; font-size: 1.55rem; font-weight: 400; }
.benefit-card > i { position: relative; z-index: 1; margin-bottom: 38px; color: #157c78; font-size: 1.55rem; transition: color .3s; }
.benefit-card p { position: relative; z-index: 1; max-width: 235px; color: var(--color-muted); font-size: .79rem; transition: color .3s; }
.benefits .section-actions { margin-top: 42px; }

.about { background: #e4ebe6; }
.about-grid { grid-template-columns: minmax(270px, .9fr) minmax(380px, 1.3fr) minmax(230px, .67fr); gap: 50px; }
.about-photo { position: relative; height: 540px; border-radius: 49% 49% 0 0; box-shadow: 24px 26px 0 #b7d1c9; }
.about-photo::after { position: absolute; right: -16px; bottom: -16px; width: 80px; height: 80px; border-right: 1px solid #0a2631; border-bottom: 1px solid #0a2631; content: ""; }
.about-copy h2 { font-size: clamp(2.25rem, 3.2vw, 3.45rem); }
.about-copy h2::after, .faq-heading h2::after, .process-heading h2::after, .prose h2::after, .content-heading h2::after { width: 54px; height: 1px; background: #1c8d84; }
.quote-card { min-height: 420px; padding: 52px 29px; border-radius: 0; color: #dff8ec; background: #0b2730; }
.quote-card::before { position: absolute; width: 90px; height: 90px; border: 1px solid rgba(169, 246, 220, .34); border-radius: 50%; content: ""; transform: translate(78px, -26px); }
.quote-card i { position: relative; z-index: 1; color: var(--color-secondary); }
.quote-card p { position: relative; z-index: 1; color: #eaf8f2; font-size: 1.54rem; }
.quote-card::after { background: var(--color-secondary); }

.psychoanalysis { padding: 116px 0; background: #0b1e2d; }
.psychoanalysis::before { background: radial-gradient(circle at 76% 50%, rgba(138, 161, 255, .34), transparent 27%), linear-gradient(90deg, rgba(14, 44, 54, .8), transparent 72%); }
.psychoanalysis::after { position: absolute; top: -20%; right: 3%; width: 400px; height: 400px; border: 1px solid rgba(169, 246, 220, .2); border-radius: 41% 59% 64% 36% / 46% 36% 64% 54%; content: ""; animation: orbit-drift 15s ease-in-out infinite alternate-reverse; }
.psycho-copy { max-width: 670px; }
.psycho-copy h2 { font-family: var(--sans); font-size: clamp(2.6rem, 4vw, 4.3rem); font-weight: 650; line-height: 1; }
.psycho-mark { position: relative; z-index: 1; width: 220px; opacity: .88; animation: symbol-float 8s ease-in-out infinite reverse; }

.process { padding-top: 106px; background: #f5f7f4; }
.process-layout { width: min(1360px, calc(100% - 48px)); grid-template-columns: 1.86fr .94fr; overflow: hidden; background: #102c35; }
.steps { position: relative; gap: 0; padding: 68px 56px 58px; counter-reset: step; }
.steps::before { position: absolute; top: 42px; right: 55px; left: 55px; border-top: 1px solid rgba(169, 246, 220, .4); content: ""; }
.step { z-index: 1; padding: 0 22px; color: #d9e8e2; text-align: left; }
.step:not(:last-child)::after { top: 7px; right: -8px; width: 16px; border-color: var(--color-secondary); }
.step-number { position: static; width: 33px; height: 33px; margin-bottom: 31px; border: 1px solid var(--color-secondary); border-radius: 50%; color: #061620; background: var(--color-secondary); font-size: .72rem; }
.step > i { color: var(--color-secondary); font-size: 1.7rem; }
.step h3 { min-height: 0; color: #f0faf6; font-family: var(--sans); font-size: 1.05rem; font-weight: 700; }
.step p { color: #acc2bc; font-size: .76rem; }
.process-photo { height: auto; min-height: 355px; clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 12%); }
.process-photo img { filter: saturate(.75) contrast(1.07); }
.process-note { padding: 15px 0; color: #0c2d35; background: #d9e4dd; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

.indications { padding-top: 110px; background: #e4ebe6; }
.indications-grid { grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid #b8cbc5; border-left: 1px solid #b8cbc5; }
.indication { min-height: 172px; padding: 29px; border-right: 1px solid #b8cbc5; border-bottom: 1px solid #b8cbc5; text-align: left; transition: background .25s, color .25s; }
.indication:hover { color: #ebfff7; background: #0b2a32; }
.indication i { margin-bottom: 24px; color: #168d86; font-size: 1.55rem; transition: color .25s; }
.indication:hover i { color: var(--color-secondary); }
.indication h3 { font-family: var(--sans); font-size: .86rem; font-weight: 700; }
.indications-note { color: #286a66; font-family: var(--serif); font-size: 1.15rem; }

.social-section { padding-top: 108px; background: #f5f7f4; }
.social-grid { grid-template-columns: 1.72fr repeat(3, 1fr); gap: 2px; }
.social-intro, .social-card { min-height: 305px; border-radius: 0; }
.social-intro { padding: 46px; color: #e9fff5; background: #0a2730; }
.social-intro h2 { color: #f0faf5; font-family: var(--sans); font-size: 2.55rem; font-weight: 650; line-height: .98; }
.social-intro p:not(.eyebrow) { color: #b4cac3; }
.social-card { padding: 26px; box-shadow: none; font-size: 1.22rem; }
.social-card::after { position: absolute; inset: 10px; border: 1px solid rgba(226, 255, 245, .24); content: ""; pointer-events: none; }
.card-cream { color: #14323a; background: #bce1d4; }
.card-teal { background: linear-gradient(145deg, #3564a0, #0f2e42); }
.card-photo { background: linear-gradient(rgba(3, 21, 30, .47), rgba(3, 21, 30, .76)), radial-gradient(circle at 80% 25%, #9d89ff 0 8%, transparent 9%), linear-gradient(145deg, #729a95, #273c4e); }

.faq { padding-top: 105px; background: #f5f7f4; }
.faq-layout { gap: 92px; }
.accordion { border-top-color: #a9c2ba; }
.faq-item { border-bottom-color: #b7ccc5; }
.faq-item button { padding: 21px 6px; font-weight: 700; transition: color .2s, padding-left .2s; }
.faq-item button:hover { padding-left: 14px; color: #0e776f; }
.faq-item button i { color: #0e776f; }
.help-card { position: relative; overflow: hidden; border-radius: 0; color: #e6fff4; background: #0b2a32; }
.help-card::after { position: absolute; right: -45px; bottom: -45px; width: 150px; height: 150px; border: 1px solid rgba(169, 246, 220, .4); border-radius: 50%; content: ""; }
.help-card > i { color: var(--color-secondary); }
.help-card h2, .help-card p { color: inherit; }

.final-cta, .page-cta { position: relative; overflow: hidden; padding: 70px 0; background: #0b2232; }
.final-cta::before, .page-cta::before { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(120deg, transparent 49.5%, rgba(169, 246, 220, .15) 50%, transparent 50.5%); background-size: 58px 58px; content: ""; }
.final-cta-inner, .page-cta-inner { position: relative; }
.final-cta h2, .page-cta h2 { color: #f2fbf6; font-family: var(--sans); font-weight: 650; line-height: 1; }
.final-cta p, .page-cta p { color: #b4cbc4; }

.site-footer { padding-top: 64px; color: #c0d1cc; background: #071722; }
.site-footer .brand-logo { filter: brightness(0) invert(1) sepia(.12) saturate(.75) hue-rotate(110deg); opacity: .9; }
.footer-brand p, .footer-nav, .footer-list { color: #a4b8b2; }
.footer-grid h2 { color: var(--color-secondary); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-list i { color: var(--color-secondary); }
.footer-bottom { color: #89a39d; background: #06121b; }

/* Páginas internas */
.inner-hero { color: #e6f2ed; background: #091d2b; }
.inner-hero::before { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(169, 246, 220, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(169, 246, 220, .2) 1px, transparent 1px); background-position: right bottom; background-size: 58px 58px; mask-image: linear-gradient(100deg, transparent 22%, black 60%, transparent 96%); content: ""; }
.inner-hero::after { right: -75px; bottom: -120px; width: 450px; height: 450px; border-color: rgba(169, 246, 220, .28); animation: orbit-drift 14s ease-in-out infinite alternate; }
.inner-hero-grid { min-height: 535px; }
.inner-hero-copy { padding: 77px 0; }
.breadcrumb { color: #a2c0b7; }
.breadcrumb a { color: var(--color-secondary); }
.inner-hero h1 { color: #f0faf6; font-family: var(--sans); font-size: clamp(3rem, 5vw, 5.25rem); font-weight: 650; letter-spacing: -.055em; }
.inner-hero .lead { color: #b5cbc4; }
.inner-hero-image { position: relative; min-height: 535px; margin-block: 27px; clip-path: polygon(12% 0, 100% 0, 100% 90%, 89% 100%, 0 100%, 0 10%); }
.inner-hero-image::after { position: absolute; inset: 0; border: 1px solid rgba(213, 255, 240, .48); content: ""; }
.inner-hero-image img { filter: saturate(.78) contrast(1.06); }
.inner-hero-plain .inner-hero-grid { min-height: 458px; }
.content-section { position: relative; padding: 110px 0; background: #f5f7f4; }
.content-section.soft { background: #e4ebe6; }
.content-section.cream { background: #dce6df; }
.content-photo { border-radius: 0; box-shadow: 24px 24px 0 #b5cec5; }
.prose h2, .content-heading h2 { font-size: clamp(2.1rem, 3.2vw, 3.4rem); }
.prose h3 { color: #0a2b34; }
.info-grid { gap: 1px; background: #bdcec8; }
.info-card { position: relative; padding: 37px 30px; border: 0; border-radius: 0; background: #f5f7f4; box-shadow: none; transition: color .25s, background .25s; }
.info-card:hover { color: #eafff5; background: #0b2a32; }
.info-card > i { width: auto; height: auto; margin-bottom: 30px; border-radius: 0; color: #0a746e; background: transparent; font-size: 1.7rem; }
.info-card:hover > i { color: var(--color-secondary); }
.info-card h3 { color: inherit; }
.info-card p { color: var(--color-muted); }
.info-card:hover p { color: #b5cbc4; }
.notice-card { border-left: 1px solid #248e84; border-radius: 0; background: #c9e0d6; }
.notice-card i { color: #137b74; }
.principle { border-bottom-color: #b4c9c1; }
.timeline::before { border-top-color: #2e998f; }
.timeline-number { border: 7px solid #e4ebe6; color: #071620; background: var(--color-secondary); }
.timeline-step h3 { color: #0a2c34; }
.detail-list li { border-bottom-color: #b7cac4; }
.detail-list i { border-radius: 0; color: #0a756e; background: #c8e6da; }
.contact-card { border: 0; border-left: 1px solid #2c9087; border-radius: 0; background: #f5f7f4; box-shadow: none; }
.contact-card > i { border-radius: 0; color: #071620; background: var(--color-secondary); }
.contact-panel { border-radius: 0; background: #0a2931; color: #c1d4ce; }
.contact-panel h2 { color: #effbf6; }
.contact-panel .check-list li { color: #b5cbc4; }
.contact-panel .check-list i { color: var(--color-secondary); }

.schedule-backdrop { background: rgba(3, 16, 25, .82); }
.schedule-dialog { border: 1px solid rgba(169, 246, 220, .25); border-radius: 0; color: #d6e5e0; background: #0a2730; box-shadow: 0 24px 80px rgba(0, 0, 0, .48); }
.schedule-dialog h2 { color: #f0faf6; font-family: var(--sans); font-weight: 650; }
.schedule-close { border-radius: 0; color: #071620; background: var(--color-secondary); }
.form-field { color: #d8e9e3; }
.form-field input, .form-field select, .form-field textarea { border-color: #315a5d; border-radius: 0; color: #e7f4ef; background: #0e343b; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--color-secondary); box-shadow: 0 0 0 3px rgba(169, 246, 220, .13); }
.form-field select option { color: #172b31; background: #f5f7f4; }
.form-note { border-radius: 0; color: #bad0c8; background: #103941; }
.form-note i { color: var(--color-secondary); }

@keyframes orbit-drift { from { transform: rotate(0deg) translate3d(0, 0, 0) scale(1); } to { transform: rotate(18deg) translate3d(24px, 18px, 0) scale(1.08); } }
@keyframes grid-drift { from { background-position: center 0; } to { background-position: center 46px; } }
@keyframes photo-breathe { from { transform: scale(1.045); } to { transform: scale(1.105); } }
@keyframes symbol-float { 0%, 100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-13px) rotate(2deg); } }

@media (max-width: 1120px) {
  .main-nav { gap: 14px; }
  .hero-content { width: 58%; padding-right: 40px; }
  .hero-photo { left: 55%; right: 2vw; }
  .hero-symbol { right: 35vw; }
  .about-grid { gap: 30px; }
  .process-layout { grid-template-columns: 1fr; }
  .process-photo { height: 410px; }
  .steps { padding-right: 5vw; padding-left: 5vw; }
}

@media (max-width: 820px) {
  .site-header { background: rgba(7, 20, 31, .98); }
  .site-header .brand-logo { width: 144px; }
  .main-nav { border-left-color: rgba(169, 246, 220, .2); background: #071722; }
  .main-nav::before { background: #071722; }
  .main-nav > a:not(.btn) { border-bottom-color: rgba(169, 246, 220, .16); }
  body.menu-open::before { background: rgba(3, 14, 23, .68); }
  .hero { min-height: auto; padding-top: 468px; }
  .hero-photo { top: 22px; right: 17px; bottom: auto; left: 17px; height: 465px; clip-path: polygon(12% 0, 100% 0, 100% 88%, 87% 100%, 0 100%, 0 13%); }
  .hero-photo::after { background: linear-gradient(180deg, rgba(7, 23, 35, .12), rgba(7, 23, 35, .52)); }
  .hero-index { top: 103px; right: 34px; }
  .hero-symbol { right: auto; bottom: auto; left: 31px; width: 68px; }
  .hero-grid { height: 35%; }
  .hero-inner { min-height: auto; }
  .hero-content { width: 100%; padding: 46px 0 50px; }
  .hero-content h1 { max-width: 640px; font-size: clamp(2.65rem, 11vw, 4.5rem); }
  .hero-lead { font-size: .94rem; }
  .hero-features { max-width: 100%; margin-top: 45px; }
  .benefits, .about, .process, .indications, .social-section, .faq { padding-top: 74px; padding-bottom: 74px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { height: min(620px, 122vw); max-width: 480px; }
  .quote-card { min-height: 300px; }
  .psychoanalysis { padding: 86px 0; }
  .indications-grid { grid-template-columns: repeat(2, 1fr); }
  .social-grid { grid-template-columns: repeat(2, 1fr); }
  .social-intro { grid-column: 1 / -1; }
  .faq-layout { gap: 42px; }
  .inner-hero-grid { min-height: 0; }
  .inner-hero-copy { padding: 66px 0; }
  .inner-hero-image { min-height: 460px; margin: 0 0 28px; }
  .content-section { padding: 76px 0; }
  .content-photo { box-shadow: 15px 15px 0 #b5cec5; }
}

@media (max-width: 560px) {
  .section::before { left: 17px; }
  .hero { padding-top: 394px; }
  .hero-photo { height: 390px; }
  .hero-index { top: 95px; right: 27px; }
  .hero-index i { width: 30px; }
  .hero-content { width: 100%; padding-top: 37px; }
  .hero-features { grid-template-columns: repeat(3, 1fr); gap: 19px 6px; }
  .hero-features div:not(:first-child) { padding-left: 7px; }
  .hero-features div:nth-child(4) { border-left: 0; }
  .hero-features div:last-child { grid-column: auto; }
  .about-grid { grid-template-columns: 1fr; }
  .benefits-grid, .indications-grid, .social-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 205px; }
  .indication { min-height: 140px; }
  .social-intro { grid-column: auto; }
  .social-intro h2 { font-size: 2.2rem; }
  .process-layout { width: 100%; }
  .steps { grid-template-columns: 1fr; gap: 40px; padding: 54px 34px 44px; }
  .steps::before { top: 54px; bottom: 40px; left: 50px; border-top: 0; border-left: 1px solid rgba(169, 246, 220, .4); }
  .step { padding-left: 51px; }
  .step-number { position: absolute; left: 18px; }
  .step:not(:last-child)::after { display: none; }
  .process-photo { height: 300px; min-height: 300px; }
  .quote-card p { font-size: 1.42rem; }
  .inner-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .inner-hero-copy { padding: 53px 0; }
  .content-section { padding: 66px 0; }
  .schedule-dialog { border-radius: 2px 2px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  body::before { transition: none; }
  .hero::after, .hero-grid, .hero-photo img, .hero-symbol, .psychoanalysis::after, .inner-hero::after { animation: none; }
  .btn { transform: none !important; }
}

/* Direção editorial inspirada na referência ARCON: fotografia, estrutura e respiro. */
:root {
  --color-primary: #477469;
  --color-primary-dark: #263630;
  --color-secondary: #c5d9c5;
  --color-dark: #202724;
  --color-text: #39423e;
  --color-muted: #72807a;
  --color-light: #fbfcf9;
  --color-sand: #e8eee8;
  --color-cream: #f1f4ef;
  --color-border: #d8e1d9;
  --shadow-soft: 0 18px 36px rgba(38, 54, 48, .08);
  --shadow-card: 0 9px 22px rgba(38, 54, 48, .06);
}

body { color: var(--color-text); background: var(--color-light); }
body::before { height: 1px; background: var(--color-primary); }
h1, h2 { color: var(--color-dark); }
h1 { font-family: var(--sans); font-weight: 500; letter-spacing: -.06em; }
h1 em { color: var(--color-primary); font-family: var(--serif); font-weight: 400; }
h2 { font-family: var(--sans); font-weight: 500; line-height: 1.03; }
.section { padding: 112px 0; }
.section::before { width: 28px; border-color: #a7c2b1; }
.eyebrow { color: var(--color-primary); font-size: .61rem; letter-spacing: .18em; }
.eyebrow::before { width: 15px; }

.btn { min-height: 42px; padding: 10px 17px; border: 1px solid var(--color-primary); border-radius: 0; color: #fff; background: var(--color-primary); font-size: .64rem; font-weight: 700; letter-spacing: .085em; box-shadow: none; }
.btn:hover, .btn:focus-visible { color: #fff; background: #263630; box-shadow: none; transform: translate3d(var(--magnet-x), calc(var(--magnet-y) - 2px), 0); }
.btn-outline { border-color: rgba(255, 255, 255, .62); color: #fff; background: transparent; backdrop-filter: none; }
.btn-outline:hover, .btn-outline:focus-visible { border-color: #fff; color: #263630; background: #fff; }
.btn-light, .btn-sand { border-color: var(--color-primary); color: var(--color-primary); background: transparent; }
.btn-light:hover, .btn-light:focus-visible, .btn-sand:hover, .btn-sand:focus-visible { color: #fff; background: var(--color-primary); }
.btn-ghost { border-color: rgba(255, 255, 255, .58); color: #fff; background: transparent; }
.btn-ghost:hover, .btn-ghost:focus-visible { border-color: #fff; color: var(--color-primary); background: #fff; }

.site-header { border-bottom-color: rgba(255, 255, 255, .12); background: rgba(27, 35, 31, .76); box-shadow: none; }
.site-header.scrolled { background: rgba(251, 252, 249, .96); box-shadow: 0 8px 24px rgba(29, 39, 33, .07); }
.header-inner { min-height: 70px; }
.site-header .brand-logo { width: 153px; filter: brightness(0) invert(1); }
.site-header.scrolled .brand-logo { filter: none; }
.main-nav { gap: 20px; color: #f5f7f4; font-size: .67rem; }
.site-header.scrolled .main-nav { color: #37423c; }
.main-nav > a:not(.btn) { padding: 23px 0 21px; }
.main-nav > a:not(.btn)::after { bottom: 15px; background: #c6ddcb; }
.site-header.scrolled .main-nav > a:not(.btn)::after { background: var(--color-primary); }
.main-nav .btn { min-height: 32px; padding: 7px 12px; border-color: #c6ddcb; color: #263630; background: #c6ddcb; font-size: .58rem; }
.menu-toggle { border-radius: 0; color: #273530; background: #c6ddcb; }

.hero { min-height: 690px; background: #29342e; }
.hero::before { z-index: 0; background: linear-gradient(90deg, rgba(24, 32, 28, .97) 0%, rgba(30, 39, 34, .9) 42%, rgba(25, 33, 29, .18) 76%), linear-gradient(120deg, #374a42, #1e2924); }
.hero::after { z-index: 1; top: auto; bottom: -170px; left: -90px; width: 390px; height: 390px; border-color: rgba(222, 239, 225, .18); box-shadow: none; }
.hero-grid { z-index: 1; right: 46%; height: 100%; opacity: .13; background-size: 54px 54px; mask-image: linear-gradient(to right, black, transparent); }
.hero-photo { z-index: 0; top: 0; right: 0; bottom: 0; left: 48%; clip-path: none; }
.hero-photo::before { display: none; }
.hero-photo::after { inset: 0; background: linear-gradient(90deg, rgba(31, 40, 35, .55), transparent 36%), linear-gradient(0deg, rgba(20, 28, 24, .25), transparent 42%); }
.hero-photo img { filter: saturate(.68) contrast(1.04); object-position: 53% 39%; }
.hero-symbol { z-index: 2; right: 5.2vw; bottom: 53px; width: 72px; opacity: .52; }
.hero-index { z-index: 3; top: 102px; right: 5vw; color: rgba(246, 251, 246, .72); }
.hero-index span { color: #e4f0e5; }
.hero-inner { min-height: 690px; }
.hero-content { width: 55%; padding: 104px 7vw 48px 0; }
.hero .eyebrow { color: #c7dec9; }
.hero-content h1 { max-width: 710px; margin-bottom: 26px; color: #fff; font-size: clamp(3.3rem, 5.3vw, 5.6rem); line-height: .94; }
.hero-content h1 em { color: #c8dec9; }
.hero-lead { max-width: 520px; color: #d6e0d8; font-size: .93rem; }
.hero-lead strong { color: #fff; }
.hero-features { max-width: 610px; margin-top: 60px; padding-top: 15px; border-top-color: rgba(215, 229, 216, .34); }
.hero-features div { color: #e2ece4; }
.hero-features div:not(:first-child) { border-left-color: rgba(215, 229, 216, .22); }
.hero-features i { color: #c5ddc7; }
.hero-features span { font-size: .58rem; }

.availability-bar { color: #3e5248; background: #edf3ed; }
.availability-bar::before { opacity: .6; }
.availability-inner { min-height: 47px; }
.availability-inner p { font-size: .59rem; letter-spacing: .1em; }
.availability-inner .btn-ghost { border-color: #9eb9a5; color: #3e5b4e; }

.benefits { overflow: hidden; padding-top: 102px; padding-bottom: 96px; background: #fbfcf9; }
.benefits::after { position: absolute; z-index: 0; top: 102px; right: -2vw; color: #edf1ed; font-size: clamp(7rem, 16vw, 17rem); font-weight: 650; letter-spacing: -.1em; line-height: .72; content: "PRESENÇA"; pointer-events: none; }
.benefits > .container { position: relative; z-index: 1; }
.benefits-intro { display: grid; grid-template-columns: 1.3fr .56fr; gap: 90px; align-items: end; margin-bottom: 60px; }
.benefits-intro h2 { max-width: 710px; margin-bottom: 0; font-size: clamp(2.5rem, 4vw, 4.35rem); }
.benefits-intro > p { max-width: 300px; margin: 0 0 6px; color: var(--color-muted); font-size: .88rem; }
.benefits-grid { grid-template-columns: repeat(3, 1fr); background: transparent; }
.benefit-card { min-height: 184px; padding: 27px 24px 22px; border-top: 1px solid #cfdad1; border-right: 1px solid #d9e2db; background: transparent; }
.benefit-card:nth-child(3n) { border-right: 0; }
.benefit-card::before { top: 17px; right: 17px; color: #9eb5a4; font-size: .55rem; }
.benefit-card::after { display: none; }
.benefit-card:hover { color: inherit; background: #f0f4ef; }
.benefit-card:hover::before, .benefit-card:hover > i, .benefit-card:hover p { color: inherit; }
.benefit-card > i { margin-bottom: 27px; color: var(--color-primary); font-size: 1.35rem; }
.benefit-card h2 { margin-bottom: 9px; color: #2d3b34; font-family: var(--sans); font-size: 1.05rem; font-weight: 500; line-height: 1.1; }
.benefit-card p { max-width: 245px; color: #75817a; font-size: .72rem; }
.benefits .section-actions { margin-top: 39px; }

.about { background: #f4f7f3; }
.about-grid { grid-template-columns: minmax(280px, .87fr) minmax(390px, 1.25fr) minmax(220px, .55fr); gap: 62px; }
.about-photo { height: 535px; border-radius: 0; box-shadow: -15px 16px 0 #d7e4d8; }
.about-photo::after { right: -12px; bottom: -12px; width: 71px; height: 71px; border-color: #8fa994; }
.about-copy h2 { font-size: clamp(2.35rem, 3.3vw, 3.6rem); }
.about-copy h2::after, .faq-heading h2::after, .process-heading h2::after, .prose h2::after, .content-heading h2::after { width: 34px; background: #80a589; }
.quote-card { min-height: 350px; padding: 34px 24px; background: transparent; }
.quote-card::before { display: none; }
.quote-card i { color: #9dbca2; font-size: 2.3rem; }
.quote-card p { color: #425148; font-family: var(--serif); font-size: 1.42rem; }
.quote-card::after { width: 26px; margin-top: 22px; background: #88aa8f; }

.psychoanalysis { padding: 116px 0; color: #2a3931; background: #e6eee6; }
.psychoanalysis::before { background: linear-gradient(90deg, rgba(248, 251, 247, .7), transparent 72%); }
.psychoanalysis::after { top: -23%; right: 5%; width: 440px; height: 440px; border-color: rgba(69, 113, 91, .15); }
.psycho-copy h2 { color: #2a3931; font-family: var(--sans); font-weight: 500; }
.psycho-copy h2::after { background: #7ca286; }
.psycho-copy p { color: #526158; }
.psycho-mark { width: 192px; opacity: .45; filter: none; }

.process { background: #fbfcf9; }
.process-layout { grid-template-columns: 1.8fr .9fr; background: #f5f8f4; }
.steps { padding: 57px 52px 47px; }
.steps::before { top: 39px; border-top-color: #a7bfaa; }
.step { color: #3d5045; }
.step:not(:last-child)::after { border-color: #a2bca6; }
.step-number { width: 30px; height: 30px; border-color: #9bb59f; color: #fff; background: #5d8870; font-size: .66rem; }
.step > i { color: #59816b; font-size: 1.48rem; }
.step h3 { color: #33443a; font-family: var(--sans); font-size: .95rem; font-weight: 500; }
.step p { color: #728077; font-size: .7rem; }
.process-photo { min-height: 325px; clip-path: none; }
.process-photo img { filter: saturate(.72) contrast(1.02); }
.process-note { color: #6d8373; background: #edf2ed; font-size: .61rem; }

.indications { background: #f5f8f4; }
.indications-grid { border-top-color: #cbd7cc; border-left-color: #cbd7cc; }
.indication { min-height: 151px; padding: 26px; border-right-color: #cbd7cc; border-bottom-color: #cbd7cc; }
.indication:hover { color: inherit; background: #edf3ed; }
.indication i { margin-bottom: 19px; color: #648e70; font-size: 1.3rem; }
.indication:hover i { color: #466c52; }
.indication h3 { font-size: .76rem; font-weight: 500; }
.indications-note { color: #597061; font-size: 1rem; }

.social-section { background: #fbfcf9; }
.social-grid { gap: 1px; }
.social-intro, .social-card { min-height: 282px; }
.social-intro { padding: 41px; color: #3b4c42; background: #edf3ed; }
.social-intro h2 { color: #2e3c34; font-family: var(--sans); font-size: 2.28rem; font-weight: 500; }
.social-intro p:not(.eyebrow) { color: #718077; }
.social-card { font-size: 1.08rem; }
.social-card::after { border-color: rgba(69, 113, 91, .24); }
.card-cream { background: #e6eee6; }
.card-teal { background: #557c68; }
.card-photo { background: linear-gradient(rgba(28, 42, 34, .38), rgba(28, 42, 34, .66)), radial-gradient(circle at 80% 25%, #b8caab 0 8%, transparent 9%), linear-gradient(145deg, #789080, #43594c); }

.faq { background: #f9fbf8; }
.faq-layout { gap: 92px; }
.accordion { border-top-color: #cad6cc; }
.faq-item { border-bottom-color: #cad6cc; }
.faq-item button { padding: 18px 4px; color: #3c4d43; font-size: .86rem; font-weight: 500; }
.faq-item button:hover { color: #50795e; }
.faq-item button i { color: #628b6e; }
.help-card { border: 1px solid #d2ddd3; color: #3c4d43; background: #f0f4f0; }
.help-card::after { border-color: rgba(83, 120, 95, .22); }
.help-card > i { color: #6f9a78; }
.help-card h2, .help-card p { color: inherit; }

.final-cta, .page-cta { padding: 64px 0; background: #3d5b4b; }
.final-cta::before, .page-cta::before { opacity: .25; background-size: 64px 64px; }
.final-cta h2, .page-cta h2 { font-family: var(--sans); font-weight: 500; }
.final-cta p, .page-cta p { color: #dbe8dc; }

.site-footer { color: #637269; background: #f1f4ef; }
.site-footer .brand-logo { filter: none; opacity: .75; }
.footer-brand p, .footer-nav, .footer-list { color: #6d7c72; }
.footer-grid h2 { color: #4d795c; }
.footer-list i { color: #688e72; }
.footer-bottom { color: #89958d; background: #e8ede7; }

.inner-hero { color: #3f5046; background: #f2f6f1; }
.inner-hero::before { opacity: .22; background-image: none; }
.inner-hero::after { right: -62px; bottom: -145px; border-color: rgba(74, 120, 91, .15); }
.inner-hero-grid { min-height: 485px; }
.inner-hero-copy { padding: 88px 0; }
.breadcrumb { color: #75867a; }
.breadcrumb a { color: #537c5f; }
.inner-hero h1 { color: #2d3932; font-family: var(--sans); font-size: clamp(3rem, 5vw, 5.1rem); font-weight: 500; }
.inner-hero .lead { color: #65746b; }
.inner-hero-image { min-height: 458px; margin-block: 25px; clip-path: none; }
.inner-hero-image::after { border-color: rgba(94, 135, 106, .37); }
.inner-hero-image img { filter: saturate(.72) contrast(1.01); }
.content-section { background: #fbfcf9; }
.content-section.soft { background: #f1f5f0; }
.content-section.cream { background: #e9f0e9; }
.content-photo { box-shadow: 17px 18px 0 #d7e4d7; }
.prose h2, .content-heading h2 { font-weight: 500; }
.info-grid { gap: 1px; background: #d5ded6; }
.info-card { background: #fbfcf9; }
.info-card:hover { color: inherit; background: #f0f5f0; }
.info-card > i { color: #5d8870; }
.info-card:hover > i { color: #4a7458; }
.info-card p, .info-card:hover p { color: #718077; }
.notice-card { border-left-color: #7da486; background: #e4eee4; }
.notice-card i { color: #688e72; }
.principle { border-bottom-color: #cbd7cc; }
.timeline::before { border-top-color: #abc2ae; }
.timeline-number { border-color: #f1f5f0; color: #fff; background: #5b8870; }
.timeline-step h3 { color: #33453a; }
.detail-list li { border-bottom-color: #cbd6cc; }
.detail-list i { color: #568064; background: #e0ece1; }
.contact-card { border-left-color: #8eae94; background: #fbfcf9; }
.contact-card > i { color: #fff; background: #638a70; }
.contact-panel { color: #63746a; background: #e9f0e9; }
.contact-panel h2 { color: #32433a; }
.contact-panel .check-list li { color: #63746a; }
.contact-panel .check-list i { color: #668e72; }

.schedule-backdrop { background: rgba(31, 42, 35, .74); }
.schedule-dialog { border-color: #c4d6c7; border-radius: 0; color: #526158; background: #fbfcf9; box-shadow: 0 22px 65px rgba(24, 35, 28, .25); }
.schedule-dialog h2 { color: #2f3e35; font-family: var(--sans); font-weight: 500; }
.schedule-close { color: #fff; background: #668d72; }
.form-field { color: #3e4f45; }
.form-field input, .form-field select, .form-field textarea { border-color: #c4d3c6; color: #35453c; background: #fff; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #729979; box-shadow: 0 0 0 3px rgba(119, 160, 126, .13); }
.form-note { color: #63746a; background: #e8f0e8; }
.form-note i { color: #638c70; }

@media (max-width: 1120px) {
  .hero-content { width: 58%; }
  .hero-photo { left: 51%; }
  .benefits-intro { gap: 46px; }
  .about-grid { gap: 36px; }
}

@media (max-width: 820px) {
  .site-header { background: rgba(251, 252, 249, .97); }
  .site-header .brand-logo { filter: none; }
  .main-nav { background: #fbfcf9; color: #3b4b42; }
  .main-nav::before { background: #fbfcf9; }
  .main-nav > a:not(.btn) { border-bottom-color: #dbe4db; }
  .hero { padding-top: 449px; }
  .hero::before { background: linear-gradient(0deg, rgba(27, 36, 31, .98) 0%, rgba(30, 40, 34, .88) 38%, rgba(33, 42, 37, .1) 100%); }
  .hero-grid { right: 0; height: 54%; mask-image: linear-gradient(to top, black, transparent); }
  .hero-photo { top: 0; right: 0; left: 0; height: 500px; }
  .hero-photo::after { background: linear-gradient(0deg, rgba(28, 37, 32, .72), rgba(25, 34, 29, .07) 60%); }
  .hero-index { top: 99px; right: 25px; }
  .hero-symbol { right: 25px; bottom: auto; left: auto; width: 54px; }
  .hero-content { width: 100%; padding-top: 37px; }
  .hero-content h1 { font-size: clamp(2.7rem, 11vw, 4.5rem); }
  .benefits, .about, .process, .indications, .social-section, .faq { padding-top: 78px; padding-bottom: 78px; }
  .benefits::after { top: 78px; font-size: 8rem; }
  .benefits-intro { grid-template-columns: 1fr; gap: 16px; margin-bottom: 42px; }
  .benefits-intro > p { max-width: 430px; }
  .benefit-card { min-height: 175px; }
  .about-grid { grid-template-columns: 1fr; }
  .psychoanalysis { padding: 85px 0; }
  .inner-hero-copy { padding: 70px 0; }
}

@media (max-width: 560px) {
  .hero { padding-top: 395px; }
  .hero-photo { height: 438px; }
  .hero-content h1 { font-size: clamp(2.65rem, 12vw, 3.8rem); }
  .hero-features { grid-template-columns: repeat(3, 1fr); }
  .benefits::after { top: 81px; right: -12px; font-size: 5.3rem; }
  .benefit-card { min-height: 165px; padding: 22px 17px; }
  .benefit-card:nth-child(3n) { border-right: 1px solid #d9e2db; }
  .benefit-card:nth-child(2n) { border-right: 0; }
  .about-photo { height: min(590px, 120vw); }
  .quote-card { min-height: auto; padding: 16px 0; }
  .social-intro { padding: 31px 27px; }
  .inner-hero h1 { font-size: clamp(2.65rem, 12vw, 3.8rem); }
}

/* Hero mobile: leitura limpa, sem ornamentos sobre o retrato. */
@media (max-width: 560px) {
  .hero { padding-top: 350px; }
  .hero::before { z-index: 0; background: #1d2b24; }
  .hero-photo { z-index: 1; height: 350px; }
  .hero-photo::after { background: linear-gradient(0deg, rgba(19, 30, 24, .28), transparent 48%); }
  .hero-photo img { object-position: 52% 34%; }
  .hero-grid, .hero-index, .hero-symbol { display: none; }
  .hero-content { position: relative; z-index: 2; padding: 29px 0 42px; }
  .hero-content h1 { margin-bottom: 24px; font-size: clamp(2.55rem, 11.6vw, 3.55rem); line-height: .98; }
  .hero-lead { margin-bottom: 28px; }
  .hero-features { margin-top: 39px; padding-top: 16px; }
}

@media (max-width: 820px) {
  .whatsapp-float { transition: opacity .2s ease, transform .2s ease; }
  .whatsapp-float.hero-visible { opacity: 0; pointer-events: none; transform: translateY(10px) scale(.9); }
}

/* Navegação móvel mais compacta e hero sem filtro sobre o retrato. */
@media (max-width: 820px) {
  .header-inner { min-height: 64px; }
  .site-header .brand-logo { width: 136px; }
  .menu-toggle { width: 40px; height: 40px; }
  body.menu-open::before { inset: 64px 0 0; background: rgba(29, 41, 34, .26); }
  .main-nav { top: 64px; right: 12px; bottom: auto; left: auto; width: min(290px, calc(100vw - 24px)); height: auto; min-height: 0; max-height: calc(100dvh - 76px); gap: 0; padding: 8px 18px 14px; overflow-y: auto; border: 1px solid #d6e1d7; background: #fbfcf9; box-shadow: 0 14px 28px rgba(31, 43, 35, .13); opacity: 0; transform: translateY(-10px); visibility: hidden; transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .main-nav.open { opacity: 1; transform: none; visibility: visible; }
  .main-nav > a:not(.btn) { padding: 12px 0; border-bottom-color: #dce5dc; font-size: .67rem; }
  .main-nav .btn { min-height: 38px; margin-top: 11px; padding: 9px 13px; font-size: .59rem; }
}

@media (max-width: 560px) {
  .hero-photo::after { background: none; }
}
