:root {
  --paper: #f5faf9;
  --surface: #ffffff;
  --ink: #1e3438;
  --muted: #607579;
  --line: #d8e8e6;
  --green: #2f7b73;
  --green-soft: #e7f4f2;
  --terracotta: #4c9a92;
  --terracotta-soft: #edf7f5;
  --gold: #7bb8b1;
  --charcoal: #1c4a50;
  --radius: 8px;
  --shadow: 0 18px 46px rgba(49, 39, 31, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.58;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(46px, 7vw, 92px);
  line-height: 0.96;
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 1.02;
}

h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.2;
}

p {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(41, 35, 30, 0.12);
  background: rgba(245, 250, 249, 0.94);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(41, 35, 30, 0.18);
  object-fit: contain;
}

.brand-mark {
  display: none;
}

.language-link {
  padding: 8px 10px;
  border: 1px solid rgba(41, 35, 30, 0.16);
  border-radius: 999px;
  color: var(--green) !important;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 17px;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-nav a {
  color: #51483f;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--green);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  min-height: 86vh;
  padding: clamp(72px, 9vw, 124px) clamp(18px, 5vw, 72px) clamp(42px, 7vw, 84px);
  overflow: hidden;
  background: linear-gradient(115deg, #f5faf9 0%, #f5faf9 48%, #dcefed 48%, #eaf6f4 100%);
  color: var(--ink);
}

.hero-media {
  display: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(0deg, rgba(47, 123, 115, 0.08), transparent);
  pointer-events: none;
}

.hero-content,
.hero-portraits {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero .eyebrow,
.booking-section .eyebrow,
.landing-hero .eyebrow {
  color: var(--green);
}

.hero-content > p:not(.eyebrow) {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}

.primary {
  color: #fff;
  background: var(--green);
}

.secondary {
  color: var(--ink);
  background: var(--surface);
  border-color: var(--line);
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 780px;
  margin: 42px 0 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.quick-facts div {
  padding: 16px;
  background: var(--surface);
}

.quick-facts dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quick-facts dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 760;
}

.hero-portraits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: end;
}

.hero-portraits figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-portraits figure:nth-child(1) {
  transform: translateY(-22px);
}

.hero-portraits figure:nth-child(2) {
  transform: translateY(34px);
}

.hero-portraits img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.hero-portraits figcaption {
  padding: 12px 14px;
  color: var(--ink);
  font-weight: 780;
  background: var(--surface);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--green-soft);
  color: var(--ink);
}

.trust-band div {
  padding: 28px clamp(20px, 4vw, 58px);
  border-right: 1px solid var(--line);
}

.trust-band div:last-child {
  border-right: 0;
}

.trust-band strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
}

.trust-band span {
  color: var(--muted);
}

.section,
.booking-section,
.contact-section {
  padding: clamp(64px, 8vw, 116px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 880px;
  margin-bottom: 34px;
}

.section-heading p,
.section-copy p,
.story-copy p,
.profile-body p,
.book-list p,
.contact-info p,
.booking-copy p,
.article-layout article p,
.article-layout article li {
  color: var(--muted);
}

.intro-section,
.story-section,
.method-section,
.books-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.85fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.intro-section {
  background: var(--surface);
}

.section-copy {
  max-width: 720px;
}

.section-copy p + p,
.story-copy p + p {
  margin-top: 18px;
}

.intro-panel,
.quote-panel,
.contact-note {
  padding: clamp(24px, 4vw, 42px);
  border-top: 2px solid var(--terracotta);
  background: #f5e8db;
}

.intro-panel ul,
.profile-card ul,
.treatment-columns ul,
.contact-note ul {
  margin: 14px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.story-section {
  background: #eef8f6;
}

.quote-panel {
  align-self: center;
  background: var(--surface);
}

.quote-panel p {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.15;
}

.quote-panel span {
  color: var(--muted);
  font-weight: 700;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-grid article {
  min-height: 230px;
  padding: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  overflow: hidden;
}

.service-grid h3,
.service-grid p {
  margin-right: clamp(22px, 3vw, 34px);
  margin-left: clamp(22px, 3vw, 34px);
}

.service-grid h3 {
  margin-top: 24px;
}

.service-grid p {
  margin-bottom: 30px;
}

.service-banner {
  position: relative;
  height: 128px;
  overflow: hidden;
  background: #e7f4f2;
}

.service-banner::before,
.service-banner::after {
  content: "";
  position: absolute;
  display: block;
}

.service-adults {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.72) 0 18px, transparent 19px),
    linear-gradient(135deg, #e6f4f2 0%, #cfe9e5 100%);
}

.service-adults::before {
  left: 34px;
  bottom: 26px;
  width: 140px;
  height: 54px;
  border: 12px solid rgba(47, 123, 115, 0.9);
  border-top: 0;
  border-radius: 0 0 90px 90px;
}

.service-adults::after {
  left: 78px;
  top: 28px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(76, 154, 146, 0.28);
}

.service-children {
  background: linear-gradient(135deg, #f3faf8 0%, #d7eee9 100%);
}

.service-children::before {
  left: 36px;
  bottom: 28px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #2f7b73;
  box-shadow: 46px -24px 0 #7bb8b1, 92px 0 0 #4c9a92, 138px -34px 0 rgba(47, 123, 115, 0.24);
}

.service-children::after {
  right: 34px;
  top: 26px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 12px solid rgba(47, 123, 115, 0.16);
}

.service-family {
  background: linear-gradient(135deg, #edf7f5 0%, #cae7e2 100%);
}

.service-family::before {
  left: 42px;
  top: 30px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(47, 123, 115, 0.92);
  box-shadow: 54px 20px 0 rgba(76, 154, 146, 0.78), 112px 4px 0 rgba(123, 184, 177, 0.74);
}

.service-family::after {
  left: 42px;
  bottom: 20px;
  width: 190px;
  height: 16px;
  border-radius: 999px;
  background: rgba(47, 123, 115, 0.18);
}

.service-sexology {
  background: linear-gradient(135deg, #f6fbfa 0%, #d8ece9 100%);
}

.service-sexology::before {
  left: 44px;
  top: 28px;
  width: 72px;
  height: 72px;
  border: 12px solid rgba(47, 123, 115, 0.88);
  border-right-color: transparent;
  border-radius: 50%;
}

.service-sexology::after {
  left: 98px;
  top: 28px;
  width: 72px;
  height: 72px;
  border: 12px solid rgba(76, 154, 146, 0.64);
  border-left-color: transparent;
  border-radius: 50%;
}

.service-logopedia {
  background: linear-gradient(135deg, #eef8f6 0%, #d1e9e5 100%);
}

.service-logopedia::before {
  left: 38px;
  top: 30px;
  width: 112px;
  height: 58px;
  border-radius: 22px;
  background: rgba(47, 123, 115, 0.9);
}

.service-logopedia::after {
  left: 62px;
  top: 52px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 34px 0 0 #fff, 68px 0 0 #fff, 108px 30px 0 rgba(76, 154, 146, 0.32);
}

.service-online {
  background: linear-gradient(135deg, #f5fbfa 0%, #cfe8e4 100%);
}

.service-online::before {
  left: 42px;
  top: 28px;
  width: 150px;
  height: 78px;
  border: 10px solid rgba(47, 123, 115, 0.9);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.56);
}

.service-online::after {
  left: 96px;
  bottom: 16px;
  width: 62px;
  height: 10px;
  border-radius: 999px;
  background: rgba(47, 123, 115, 0.35);
}

.treatment-section {
  background: #eaf6f4;
}

.treatment-columns {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.treatment-columns > div {
  padding: clamp(24px, 3vw, 36px);
  background: var(--paper);
}

.treatment-columns li,
.timeline p,
.method-list span,
.contact-note li {
  color: var(--muted);
}

.team-section {
  background: #f8fcfb;
  color: var(--ink);
}

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

.team-section .section-heading p {
  color: var(--muted);
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.profile-card {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: stretch;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  background: var(--surface);
}

.profile-photo {
  width: 100%;
  min-height: 310px;
  overflow: hidden;
  background: var(--green);
}

.profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-body {
  align-self: center;
  max-width: 820px;
  padding: 10px 0;
}

.profile-body p,
.profile-card ul {
  color: var(--muted);
}

.role {
  margin: -4px 0 18px;
  color: var(--green);
  font-weight: 760;
}

.extended-team {
  margin-top: clamp(34px, 5vw, 64px);
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.extended-team > p {
  max-width: 820px;
  color: var(--muted);
}

.extended-team-grid,
.practical-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  border: 1px solid var(--line);
  background: var(--line);
}

.extended-team-grid article,
.practical-grid article {
  padding: 24px;
  background: var(--surface);
}

.extended-team-grid h4 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 20px;
}

.extended-team-grid p,
.practical-grid p {
  color: var(--muted);
}

.extended-team-grid p + p {
  margin-top: 12px;
}

.trajectory-section {
  background: var(--surface);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(6, minmax(180px, 1fr));
  overflow-x: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.timeline article {
  min-width: 220px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.timeline span {
  display: block;
  margin-bottom: 14px;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

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

.practical-section {
  background: #f8fcfb;
}

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

.method-list {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.method-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  background: var(--surface);
}

.method-list strong {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: #2f7b73;
}

.seo-section {
  background: #fbf6ef;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.seo-grid a {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 170px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  text-decoration: none;
}

.seo-grid a:hover {
  background: #f5e8db;
}

.seo-grid strong {
  color: var(--green);
  font-size: 18px;
  line-height: 1.2;
}

.seo-grid span {
  color: var(--muted);
  font-size: 14px;
}

.books-section {
  background: var(--surface);
}

.book-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.book-list article {
  padding: 24px;
  background: #fbf6ef;
}

.book-list a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--green);
  font-weight: 800;
}

.article-topics {
  margin-top: 24px;
  padding: 24px;
  border-left: 4px solid var(--green);
  background: var(--green-soft);
}

.article-topics p {
  max-width: 980px;
  color: var(--muted);
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(320px, 1fr);
  gap: clamp(30px, 7vw, 90px);
  background: linear-gradient(135deg, #f6fbfa 0%, #e7f4f2 100%);
  color: var(--ink);
}

.booking-copy {
  max-width: 560px;
}

.booking-copy p {
  color: var(--muted);
}

.whatsapp-card {
  display: block;
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(47, 123, 115, 0.26);
  border-radius: var(--radius-sm);
  color: #fff;
  background: var(--green);
  text-decoration: none;
}

.whatsapp-card span {
  display: block;
  color: rgba(255, 255, 255, 0.84);
}

.form-card {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.form-card label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 760;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.form-card textarea {
  resize: vertical;
}

.check {
  display: flex !important;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px !important;
  color: var(--muted) !important;
  font-size: 14px;
  font-weight: 400 !important;
}

.check input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.hidden-field {
  display: none;
}

.contact-section {
  background: var(--surface);
}

address {
  font-style: normal;
  font-weight: 800;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.map-wrap {
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 10;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff;
  background: #1f6f66;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(31, 143, 95, 0.32);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #efe3d4;
}

.site-footer p {
  margin: 0;
}

.site-header.simple {
  position: static;
}

.site-header.simple .site-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.landing-page {
  background: var(--paper);
}

.landing-hero {
  padding: clamp(78px, 10vw, 132px) clamp(18px, 5vw, 72px) clamp(44px, 7vw, 84px);
  color: var(--ink);
  background: linear-gradient(115deg, #f5faf9 0%, #f5faf9 54%, #dcefed 54%, #eaf6f4 100%);
}

.landing-hero h1 {
  max-width: 940px;
  font-size: clamp(40px, 6vw, 74px);
}

.landing-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0;
  color: var(--muted);
  font-size: 19px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
  background: var(--surface);
}

.article-layout article {
  max-width: 840px;
}

.article-layout article h2 {
  margin-top: 34px;
  font-size: clamp(26px, 3vw, 38px);
}

.article-layout article h2:first-child {
  margin-top: 0;
}

.local-card {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 16px;
  padding: 24px;
  border-top: 2px solid var(--terracotta);
  background: #f5e8db;
}

.local-card p {
  color: var(--muted);
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.thanks-card {
  max-width: 620px;
  padding: clamp(28px, 6vw, 52px);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.thanks-card h1 {
  margin-top: 32px;
  color: var(--ink);
  font-size: clamp(36px, 7vw, 62px);
}

@media (max-width: 1100px) {
  .site-header {
    align-items: flex-start;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .service-grid,
  .treatment-columns,
  .seo-grid,
  .extended-team-grid,
  .practical-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 880px) {
  .hero,
  .intro-section,
  .story-section,
  .method-section,
  .books-section,
  .booking-section,
  .contact-section,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .hero-portraits {
    max-width: 520px;
  }

  .hero-portraits figure:nth-child(1),
  .hero-portraits figure:nth-child(2) {
    transform: none;
  }

  .trust-band,
  .service-grid,
  .treatment-columns,
  .team-grid,
  .timeline,
  .seo-grid,
  .book-list,
  .extended-team-grid,
  .practical-grid {
    grid-template-columns: 1fr;
  }

  .profile-card {
    grid-template-columns: 1fr;
  }

  .profile-photo {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .local-card {
    position: static;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: center;
  }

  .menu-button {
    display: block;
    flex: 0 0 auto;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    padding: 16px 18px 20px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .site-nav.is-open {
    display: grid;
    gap: 14px;
  }

  .site-header.simple .site-nav {
    position: static;
    display: flex;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .hero {
    min-height: auto;
    padding-top: 64px;
  }

  .hero-portraits {
    grid-template-columns: 1fr;
  }

  .quick-facts {
    grid-template-columns: 1fr;
  }

  .floating-whatsapp {
    left: 18px;
    right: 18px;
    text-align: center;
  }

  .site-footer {
    padding-bottom: 76px;
  }
}
