: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; }
}
