@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:wght@400;500;600;700;800&family=Quicksand:wght@500;600;700&display=swap');

:root {
  --primary: #5b2d90;
  --v2-purple: #5b2d90;
  --primary-dark: #3d1768;
  --primary-light: #eee5f7;
  --accent: #e84a8a;
  --accent-dark: #a8205b;
  --accent-light: #fde8f1;
  --background: #fbf8f4;
  --surface: #ffffff;
  --text: #281f2c;
  --text-muted: #675f6b;
  --border: #ded5df;
  --success: #167148;
  --focus: #0067b8;
  --lavender: #f5effa;
  --rose: #fff1f6;
  --radius-sm: 14px;
  --radius: 28px;
  --radius-lg: 48px;
  --shadow: 0 22px 70px rgba(61, 23, 104, .10);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; max-width: 100%; overflow-x: hidden; background: var(--background); color: var(--text); font-family: "Nunito", sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; border-radius: 6px; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -5rem; padding: .8rem 1rem; color: white; background: var(--primary-dark); }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.eyebrow { margin: 0 0 .75rem; color: var(--primary); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
h1, h2, h3 { font-family: "Fredoka", sans-serif; line-height: 1.1; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(2.7rem, 6vw, 5rem); font-weight: 600; letter-spacing: -.035em; }
h2 { font-size: clamp(2.1rem, 4.5vw, 3.65rem); font-weight: 600; letter-spacing: -.025em; }
h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
p { margin: .75rem 0 0; }
.lead { max-width: 65ch; color: var(--text-muted); font-family: "Quicksand", sans-serif; font-size: clamp(1.06rem, 1.5vw, 1.22rem); font-weight: 500; line-height: 1.6; }
.lead strong { color: var(--text); font-weight: 700; }
.section { padding: clamp(2.5rem, 5vw, 4.25rem) 0; }
.section-head { max-width: 760px; margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.surface { background: var(--surface); }
.lavender { background: var(--lavender); }
.rose, .profile-section { background: var(--rose); }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .65rem; padding: .75rem 1.25rem; border: 1px solid transparent; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--primary); color: white; box-shadow: 0 10px 30px rgba(91,45,144,.22); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary { border-color: var(--accent); color: var(--accent-dark); background: white; }
.btn-secondary:hover { background: var(--accent-light); }
.btn-light { background: white; color: var(--primary-dark); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,248,244,.9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(91,45,144,.09); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.brand { display: flex; align-items: center; padding: .18rem .55rem; border-radius: 14px; background: #211629; text-decoration: none; color: var(--primary-dark); }
.brand-logo { width: 176px; height: 58px; object-fit: contain; }
.site-footer .brand { display: inline-flex; padding: .35rem .7rem; }
.site-footer .brand-logo { width: 220px; height: 86px; filter: drop-shadow(0 4px 12px rgba(0,0,0,.28)); }
.nav { display: flex; align-items: center; gap: 1.25rem; }
.nav a { text-decoration: none; font-weight: 600; font-size: .92rem; }
.nav a:not(.btn):hover { color: var(--primary); }
.menu-toggle { display: none; min-width: 48px; min-height: 48px; border: 1px solid var(--border); background: white; border-radius: 50%; color: var(--primary-dark); }
.hero { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 7.5rem) 0 5rem; }
.hero::before { content: ""; position: absolute; width: 44vw; height: 44vw; min-width: 420px; min-height: 420px; border-radius: 44% 56% 65% 35% / 61% 40% 60% 39%; background: var(--accent-light); right: -12vw; top: -11vw; z-index: -1; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(2rem, 4vw, 4rem); }
.hero-grid > * { min-width: 0; }
.hero h1 em { color: var(--primary); font-style: normal; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero-notes { display: flex; flex-wrap: wrap; gap: .65rem 1.25rem; padding: 0; margin: 2rem 0 0; list-style: none; color: var(--text-muted); font-size: .92rem; }
.hero-notes li::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: .45rem; border-radius: 50%; background: var(--accent-dark); }
.portrait-wrap { position: relative; min-height: 690px; transform: translateY(-24px); margin-bottom: -24px; }
.portrait { width: 100%; margin-left: auto; height: 690px; object-fit: cover; object-position: center 24%; border-radius: 46% 54% 35% 65% / 38% 38% 62% 62%; box-shadow: var(--shadow); }
.portrait-badge { position: absolute; left: 0; bottom: 2rem; max-width: 240px; padding: 1.1rem 1.25rem; background: white; border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.portrait-badge strong { display: block; color: var(--primary-dark); }
.trust-strip { padding: 1rem 0; background: var(--primary-dark); color: white; }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 900px; list-style: none; padding: 0; margin: 0 auto; text-align: center; font-weight: 600; }
.situation-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.situation { display: flex; align-items: center; gap: 1.15rem; padding: 1.35rem; border-top: 1px solid var(--border); }
.signal-icon { flex: 0 0 56px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--accent-light); font-size: 1.55rem; line-height: 1; text-align: center; box-shadow: inset 0 0 0 1px rgba(168,32,91,.08); }
.situation:nth-child(even) .signal-icon { background: var(--primary-light); }
.situation strong { color: var(--primary-dark); font-weight: 700; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { padding: clamp(1.5rem, 3vw, 2.25rem); border: 1px solid var(--border); background: var(--surface); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-index { display: inline-block; margin-bottom: 2rem; color: var(--accent-dark); font-weight: 700; }
.card a { display: inline-flex; margin-top: 1.2rem; color: var(--primary-dark); font-weight: 700; text-underline-offset: 5px; }
.story-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.profile-grid { display: grid; grid-template-columns: minmax(300px, 2fr) minmax(0, 3fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.story-shape { position: relative; overflow: hidden; isolation: isolate; padding: clamp(2rem, 5vw, 4rem); min-height: 460px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 72px 180px 72px 72px; background: var(--primary); color: white; }
.story-shape::before { content: ""; position: absolute; z-index: -1; width: 290px; height: 290px; border-radius: 50%; right: -100px; top: -80px; background: var(--accent); opacity: .3; }
.story-shape p { color: #eee5f7; }
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: 2rem; }
.pillar { padding: 1rem 0; border-bottom: 1px solid var(--border); font-weight: 600; }
.profile-photo { height: 610px; width: 100%; object-fit: cover; object-position: center 20%; border-radius: var(--radius-lg) var(--radius-lg) 180px var(--radius-lg); }
.credentials { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.5rem; }
.tag { padding: .45rem .75rem; background: var(--primary-light); color: var(--primary-dark); border-radius: 999px; font-size: .9rem; font-weight: 600; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.step { counter-increment: step; padding: 1.6rem; border-left: 3px solid var(--accent); background: white; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.step::before { content: "0" counter(step); display: block; margin-bottom: 2rem; color: var(--accent-dark); font-weight: 700; }
.photo-feature { position: relative; overflow: hidden; border-radius: var(--radius-lg); min-height: 620px; background: var(--primary-dark); }
.photo-feature img { width: 100%; height: 620px; object-fit: cover; object-position: center 25%; opacity: .88; }
.photo-caption { position: absolute; inset: auto 1rem 1rem; padding: 1.5rem; border-radius: var(--radius); background: rgba(255,255,255,.92); backdrop-filter: blur(8px); max-width: 430px; }
.real-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery-item { aspect-ratio: 4 / 3; overflow: hidden; margin: 0; border-radius: var(--radius); background: var(--primary-light); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-clinic img { object-position: center 48%; }
.gallery-activity img { object-position: center 35%; }
.gallery-movement img { object-position: center 28%; }
.trust-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.proof-item { padding: 1.75rem; border-top: 3px solid var(--accent); background: white; border-radius: 0 0 var(--radius) var(--radius); }
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.plan { padding: 2rem; background: white; border-radius: var(--radius); border: 1px solid var(--border); }
.faq { border-top: 1px solid var(--border); }
.faq details { border-bottom: 1px solid var(--border); }
.faq summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.4rem 0; cursor: pointer; font-weight: 700; }
.faq summary::after { content: "+"; color: var(--accent-dark); font-size: 1.4rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 760px; padding: 0 0 1.5rem; color: var(--text-muted); }
.cta-panel { position: relative; overflow: hidden; padding: clamp(2.5rem, 6vw, 5rem); border-radius: var(--radius-lg); background: var(--primary-dark); color: white; }
.cta-panel::after { content: ""; position: absolute; width: 300px; height: 300px; right: -80px; bottom: -150px; background: var(--accent); border-radius: 50%; opacity: .32; }
.cta-panel p { max-width: 620px; color: #eee5f7; }
.cta-panel .btn { margin-top: 1.5rem; }
.page-hero { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--primary-light); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.7rem, 6vw, 5rem); }
.breadcrumbs { margin-bottom: 2rem; color: var(--text-muted); font-size: .9rem; }
.breadcrumbs a { color: var(--primary-dark); }
.prose { max-width: 820px; }
.prose h2 { margin: 3rem 0 1rem; font-size: clamp(1.8rem, 4vw, 3rem); }
.prose ul { padding-left: 1.25rem; }
.contact-list { padding: 0; list-style: none; }
.contact-list li { padding: 1rem 0; border-bottom: 1px solid var(--border); }
.form { display: grid; gap: 1rem; padding: 2rem; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.field { display: grid; gap: .35rem; }
.field label { font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: .8rem 1rem; border: 1px solid var(--border); border-radius: 12px; background: white; }
.field textarea { min-height: 130px; resize: vertical; }
.field small { color: var(--text-muted); }
.notice { padding: 1rem 1.2rem; border-left: 4px solid var(--accent-dark); background: var(--accent-light); }
.site-footer { padding: 4rem 0 2rem; background: #211629; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .9fr; gap: 3rem; }
.footer-links { display: grid; gap: .65rem; }
.footer-links a { color: #e5dce8; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); color: #cfc3d3; font-size: .85rem; }
.whatsapp-float { position: fixed; z-index: 90; right: 1.25rem; bottom: 1.25rem; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #147a45; color: white; text-decoration: none; box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.whatsapp-icon { width: 31px; height: 31px; fill: currentColor; }
.cookie { position: fixed; z-index: 200; inset: auto 1rem 1rem; max-width: 560px; padding: 1.2rem; border: 1px solid var(--border); border-radius: var(--radius-sm); background: white; box-shadow: var(--shadow); }
.cookie[hidden] { display: none; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; }

/* Conceito alternativo: composição editorial, acolhedora e compacta. */
.version-two { --v2-ink: #3d271a; --v2-purple: #5b2d90; --v2-purple-deep: #321650; --v2-pink: var(--v2-purple); --v2-green: #8bc99b; --v2-blue: #bcd9eb; color: var(--v2-ink); background: #fffdf8; }
.v2-site-header { --v2-purple: #5b2d90; }
.v2-site-header .btn-primary { background: var(--v2-purple); }
.version-two .btn-primary { background: var(--v2-purple); }
.version-two .btn-secondary { border-color: var(--v2-purple); color: var(--v2-purple); }
.v2-site-header .nav a:not(.btn):hover { color: #5b2d90; }
.v2-brand { display: inline-flex; align-items: center; color: #5b2d90; text-decoration: none; }
.v2-brand-word { position: relative; font-family: "Fredoka", sans-serif; font-size: 1.25rem; font-weight: 700; letter-spacing: .13em; }
.v2-brand-word::after { content: ""; display: block; width: 34px; height: 3px; margin: .22rem auto 0; border-radius: 999px; background: linear-gradient(90deg,#5b2d90,#b36bd1); }
.version-two h1, .version-two h2, .version-two h3 { color: var(--v2-ink); }
.version-two h1 em, .version-two h2 em { color: var(--v2-pink); font-style: normal; }
.version-two .lead { color: #6d594b; }
.version-two .v2-hero { position: relative; overflow: hidden; padding: clamp(2.5rem, 6vw, 5.5rem) 0; background: radial-gradient(circle at 2% 2%, rgba(188,217,235,.75), transparent 23rem), radial-gradient(circle at 98% 8%, rgba(251,232,127,.55), transparent 22rem), #fffdf8; }
.v2-hero-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); align-items: start; gap: clamp(2rem,5vw,5rem); }
.v2-hero-copy h1 { max-width: 620px; font-size: clamp(3rem,5vw,4.2rem); line-height: 1.06; letter-spacing: -.03em; }
.v2-hero-photo { position: relative; overflow: hidden; min-height: 610px; margin: 0; transform: translateY(-34px); margin-bottom: -34px; border-radius: 42px 42px 140px 42px; box-shadow: 0 24px 70px rgba(73,47,28,.13); }
.v2-hero-photo img { width: 100%; height: 610px; object-fit: cover; object-position: center; }
.v2-hero-photo figcaption { position: absolute; right: 1.5rem; bottom: 1.5rem; max-width: 310px; padding: 1.1rem 1.25rem; border-radius: 22px; background: rgba(255,253,248,.94); backdrop-filter: blur(10px); }
.v2-hero-photo figcaption strong, .v2-hero-photo figcaption span { display: block; }
.v2-hero-photo figcaption span { margin-top: .25rem; color: #6d594b; font-size: .92rem; }
.v2-quick-notes { display: flex; flex-wrap: wrap; gap: .6rem; padding: 0; margin: 1.7rem 0 0; list-style: none; }
.v2-quick-notes li { padding: .45rem .8rem; border-radius: 999px; background: white; box-shadow: 0 5px 18px rgba(73,47,28,.07); font-size: .88rem; font-weight: 700; }
.v2-section { padding: clamp(3.2rem,6vw,5.5rem) 0; }
.v2-centered { max-width: 820px; margin: 0 auto clamp(2rem,4vw,3.5rem); text-align: center; }
.v2-centered .lead { margin-inline: auto; }
.v2-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.v2-feature { padding: 1.7rem; border: 1px solid rgba(61,39,26,.07); border-radius: 26px; background: white; box-shadow: 0 10px 30px rgba(73,47,28,.06); }
.v2-feature > span { display: grid; width: 58px; height: 58px; margin-bottom: 1.25rem; place-items: center; border-radius: 50%; background: #dceedd; font-size: 1.6rem; }
.v2-feature:nth-child(2) > span { background: #f7d8d1; }
.v2-feature:nth-child(3) > span { background: var(--v2-blue); }
.v2-feature:nth-child(4) > span { background: #efd0e4; }
.v2-feature p { color: #6d594b; }
.v2-soft { background: linear-gradient(135deg,#f3f7ee,#fff8f1 55%,#faedf5); }
.v2-split, .v2-profile { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem,6vw,6rem); }
.v2-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.v2-mini-card { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.35rem; border-radius: 22px; background: white; color: var(--v2-ink); text-decoration: none; box-shadow: 0 10px 30px rgba(73,47,28,.06); }
.v2-mini-card span { color: var(--v2-pink); font-weight: 800; }
.v2-text-link { display: inline-block; margin-top: 1.5rem; color: #792d63; font-weight: 800; text-underline-offset: 5px; }
.v2-pillar-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(2.5rem,7vw,7rem); align-items: start; }
.v2-pillar-intro { align-self: center; }
.v2-pillar-list { display: grid; gap: .85rem; }
.v2-pillar-card { min-height: 220px; display: grid; grid-template-columns: 62px 1fr; gap: 1.15rem; align-items: center; padding: 1.8rem; border: 1px solid rgba(61,39,26,.06); border-radius: 24px; background: white; box-shadow: 0 10px 28px rgba(73,47,28,.1); }
.v2-pillar-card p { color: #6d594b; }
.v2-pillar-icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; color: white; font-size: 1.25rem; font-weight: 800; }
.v2-color-1 { background: #cb5799; } .v2-color-2 { background: #559bd0; } .v2-color-3 { background: #8bc99b; } .v2-color-4 { background: #ed7568; }
.v2-profile-photo { position: relative; overflow: hidden; height: 520px; border-radius: 120px 32px 32px 32px; background: var(--v2-blue); }
.v2-profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
.v2-profile .btn { margin-top: 1.7rem; }
.v2-journey { background: #f5effa; }
.v2-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; padding: 0; margin: 0; list-style: none; }
.v2-steps li { min-height: 145px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem; border-radius: 24px; background: white; }
.v2-steps span { color: var(--v2-pink); font-weight: 800; }
.v2-trust { background: radial-gradient(circle at 8% 100%,rgba(188,217,235,.5),transparent 20rem),#fffdf8; }
.v2-trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.v2-trust-card { padding: 2rem; border: 1px solid rgba(61,39,26,.06); border-radius: 28px; background: rgba(255,255,255,.82); box-shadow: 0 10px 30px rgba(73,47,28,.05); }
.v2-trust-card > span { display: block; height: 35px; color: var(--v2-pink); font-family: Georgia,serif; font-size: 3.6rem; line-height: .85; }
.v2-trust-card p { color: #6d594b; }
.v2-review-action { display: flex; justify-content: center; align-items: center; gap: 1.25rem; margin-top: 2rem; text-align: center; }
.v2-faq-section { background: #f6f4ef; }
.v2-faq { max-width: 860px; margin: 0 auto; display: grid; gap: .75rem; }
.v2-faq details { overflow: hidden; border: 1px solid rgba(61,39,26,.06); border-radius: 22px; background: white; box-shadow: 0 6px 18px rgba(73,47,28,.04); }
.v2-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.3rem 1.5rem; cursor: pointer; font-family: "Fredoka",sans-serif; font-weight: 600; }
.v2-faq summary::after { content: "+"; flex: 0 0 34px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #f1d6e7; color: #a83d7f; }
.v2-faq details[open] summary::after { content: "−"; }
.v2-faq details p { max-width: 720px; padding: 0 1.5rem 1.35rem; color: #6d594b; }
.v2-contact { background: #f6f4ef; padding-top: 1rem; }
.v2-contact-panel { padding: clamp(3rem,7vw,5.5rem) clamp(1.2rem,5vw,4rem); border-radius: 42px; background: var(--v2-purple); color: white; text-align: center; box-shadow: 0 25px 70px rgba(91,45,144,.22); }
.v2-contact-panel h2 { color: white; }
.v2-contact-panel .eyebrow { color: white; }
.v2-contact-panel p { max-width: 650px; margin: 1rem auto 0; font-size: 1.08rem; }
.v2-contact-panel .btn { margin-top: 1.8rem; color: var(--v2-purple); }
.v2-contact-panel .whatsapp-icon { width: 22px; height: 22px; }
.v2-contact-panel small { display: block; margin-top: 1rem; }
.v2-footer { --v2-purple-deep: #321650; padding: 1.5rem 0 1.8rem; background: var(--v2-purple-deep); color: white; }
.v2-brand-footer { color: white; }
.v2-brand-footer .v2-brand-word::after { background: linear-gradient(90deg,#fff,#d7b3ee); }
.v2-footer-map { position: relative; overflow: hidden; height: 240px; margin-bottom: 2.2rem; border-radius: 28px; background: #eee; }
.v2-footer-map iframe { width: 100%; height: 100%; border: 0; }
.v2-footer-map > a { position: absolute; top: 1rem; left: 1rem; padding: .65rem .9rem; border-radius: 12px; background: white; color: #4b3121; font-weight: 800; text-decoration: none; box-shadow: 0 6px 22px rgba(0,0,0,.15); }
.v2-footer .v2-footer-map > a { color: #5b2d90; }
.v2-footer-grid { display: grid; grid-template-columns: 1.35fr 1fr .75fr .85fr; gap: clamp(1.5rem,4vw,4rem); }
.v2-footer-about p { max-width: 330px; color: #efe7df; }
.v2-footer-about ul { display: grid; gap: .6rem; padding: 0; margin: 1.4rem 0 0; list-style: none; }
.v2-footer a { color: #f7f0e9; text-decoration: none; }
.v2-footer h3 { margin-bottom: 1.1rem; color: #e8d9f7; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.v2-footer-links { display: grid; gap: .65rem; }
.v2-footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.4rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.15); color: #d8cbc2; font-size: .82rem; }

@media (max-width: 900px) {
  .menu-toggle { display: grid; place-items: center; }
  .nav { position: absolute; inset: 78px 1rem auto; display: none; padding: 1rem; flex-direction: column; align-items: stretch; background: white; border-radius: var(--radius-sm); box-shadow: var(--shadow); }
  .nav[data-open="true"] { display: flex; }
  .nav .btn { width: 100%; }
  .hero-grid, .story-grid, .profile-grid, .contact-grid { grid-template-columns: 1fr; }
  .portrait-wrap { min-height: 460px; }
  .portrait { height: 460px; }
  .cards, .steps { grid-template-columns: repeat(2, 1fr); }
  .real-gallery { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .v2-hero-grid, .v2-split, .v2-profile, .v2-pillar-layout { grid-template-columns: 1fr; }
  .v2-feature-grid, .v2-steps, .v2-trust-grid { grid-template-columns: repeat(2,1fr); }
  .v2-pillar-intro { position: static; }
  .v2-pillar-card, .v2-pillar-card:nth-child(n) { position: static; }
  .v2-footer-grid { grid-template-columns: 1fr 1fr; }
  .v2-hero-photo { min-height: 500px; }
  .v2-hero-photo { transform: none; margin-bottom: 0; }
  .v2-hero-photo img { height: 500px; }
}

@media (max-width: 620px) {
  .container { width: auto; max-width: none; margin-left: .625rem; margin-right: .625rem; }
  .header-inner { min-height: 70px; }
  .brand-logo { width: 150px; height: 46px; }
  .menu-toggle { flex: 0 0 48px; margin-left: auto; }
  .nav { top: 70px; }
  .hero { padding-top: 3rem; }
  .hero h1 { max-width: 100%; overflow-wrap: anywhere; font-size: clamp(2.2rem, 10.7vw, 3rem); }
  .eyebrow { font-size: .68rem; letter-spacing: .09em; }
  .hero-actions .btn { width: 100%; }
  .portrait-wrap { min-height: 390px; }
  .portrait { width: 95%; height: 390px; }
  .portrait-badge { left: .25rem; bottom: .5rem; }
  .trust-list, .situation-grid, .cards, .steps, .plans, .pillars, .footer-grid, .trust-proof, .real-gallery { grid-template-columns: 1fr; }
  .trust-list { text-align: center; gap: .35rem; }
  .trust-list li { padding: .35rem 0; }
  .profile-photo, .photo-feature, .photo-feature img { height: 470px; min-height: 470px; }
  .footer-bottom { flex-direction: column; }
  .cookie { inset: auto .6rem .6rem; max-height: 58vh; overflow-y: auto; padding: 1rem; }
  .cookie p { font-size: .9rem; }
  .cookie-actions .btn { width: 100%; }
  .v2-feature-grid, .v2-mini-grid, .v2-steps, .v2-trust-grid { grid-template-columns: 1fr; }
  .v2-hero-copy h1 { font-size: clamp(2.55rem,13vw,3.6rem); }
  .v2-hero-photo, .v2-hero-photo img { height: 420px; min-height: 420px; }
  .v2-hero-photo { border-radius: 28px 28px 90px 28px; }
  .v2-hero-photo figcaption { right: .75rem; bottom: .75rem; left: .75rem; max-width: none; }
  .v2-profile-photo { height: 430px; }
  .v2-review-action { flex-direction: column; }
  .v2-review-action .btn { width: 100%; }
  .v2-contact-panel { border-radius: 28px; }
  .v2-footer-map { height: 300px; border-radius: 20px; }
  .v2-footer-grid { grid-template-columns: 1fr; }
  .v2-footer-bottom { flex-direction: column; }
}

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