:root {
  --green-950: #063f32;
  --green-900: #075744;
  --green-800: #08735a;
  --green-700: #07936f;
  --green-600: #0aa579;
  --green-500: #25bd91;
  --mint-100: #e5f6f0;
  --mint-50: #f4fbf8;
  --ink: #17352d;
  --muted: #5d746c;
  --white: #ffffff;
  --line: rgba(7, 115, 90, 0.14);
  --glass: rgba(255, 255, 255, 0.82);
  --glass-strong: rgba(255, 255, 255, 0.94);
  --shadow-sm: 0 10px 28px rgba(6, 63, 50, 0.10);
  --shadow-md: 0 22px 58px rgba(6, 63, 50, 0.15);
  --shadow-lg: 0 34px 90px rgba(3, 37, 29, 0.24);
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background-color: var(--mint-50);
  background-image: url("../images/ui/depth-orb.png"), url("../images/ui/depth-orb.png");
  background-position: -170px 420px, calc(100% + 180px) 1050px;
  background-repeat: no-repeat;
  background-size: 440px, 500px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.67;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: var(--green-800); text-underline-offset: 0.2em; }
a:hover { color: var(--green-600); }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }

.shell {
  width: min(calc(100% - 36px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: -90px;
  left: 16px;
  z-index: 1000;
  padding: 11px 15px;
  color: var(--green-950);
  background: var(--white);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}
.skip-link:focus { top: 16px; }

.topbar {
  color: var(--white);
  background: var(--green-700);
  font-size: 0.9rem;
}
.topbar-inner {
  min-height: 38px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
.topbar a { color: var(--white); text-decoration: none; font-weight: 700; }

.brandbar {
  position: relative;
  z-index: 20;
  background: rgba(255, 255, 255, 0.91);
  border-bottom: 1px solid rgba(7, 115, 90, 0.09);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}
.brandbar-inner {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #34413e;
  text-decoration: none;
  flex: 0 0 auto;
}
.brand img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(6, 63, 50, 0.13));
}
.brand span {
  font-size: clamp(1.45rem, 3vw, 2.08rem);
  font-weight: 720;
  letter-spacing: -0.035em;
}
.brandbar p {
  margin: 0;
  max-width: 660px;
  color: #334942;
  font-size: clamp(1rem, 2vw, 1.34rem);
  font-style: italic;
  text-align: right;
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(7, 147, 111, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  box-shadow: 0 10px 28px rgba(6, 63, 50, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.nav-inner { min-height: 58px; display: flex; align-items: center; }
.nav-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
}
.nav-link {
  padding: 15px 9px;
  color: var(--white);
  border-radius: 12px;
  font-size: 0.91rem;
  font-weight: 720;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.nav-link:hover,
.nav-link[aria-current="page"] {
  color: #e9ffd9;
  background-color: rgba(255, 255, 255, 0.14);
}
.nav-link:hover { transform: translateY(-1px); }
.mobile-menu-actions { display: none; }
.menu-button {
  display: none;
  margin-left: auto;
  min-height: 46px;
  padding: 8px 13px;
  align-items: center;
  gap: 9px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 13px;
  font-weight: 760;
  cursor: pointer;
}
.menu-button img { width: 25px; height: 25px; object-fit: contain; }
.menu-icon-close { display: none; }
.menu-button[aria-expanded="true"] .menu-icon-open { display: none; }
.menu-button[aria-expanded="true"] .menu-icon-close { display: block; }

.glass {
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(20px) saturate(122%);
  -webkit-backdrop-filter: blur(20px) saturate(122%);
}
.glass-dark {
  background: rgba(5, 45, 35, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px) saturate(116%);
  -webkit-backdrop-filter: blur(18px) saturate(116%);
}

.home-hero {
  position: relative;
  min-height: min(630px, 72vh);
  overflow: hidden;
  display: grid;
  align-items: end;
  background: #17241f;
}
.home-hero-picture {
  position: absolute;
  inset: 0;
  display: block;
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 27, 21, 0.22);
  pointer-events: none;
}
.home-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 31%;
}
.home-hero-inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 72px), 1600px);
  margin-inline: auto;
  padding-block: clamp(34px, 7vw, 76px);
}
.home-hero-card {
  max-width: 455px;
  padding: clamp(24px, 3.4vw, 34px);
  color: var(--white);
}
.home-hero-card h1 {
  margin: 0 0 17px;
  max-width: 15ch;
  font-size: clamp(2rem, 3.2vw, 2.72rem);
  line-height: 1.04;
  letter-spacing: -0.052em;
}
.home-hero-card > p:not(.kicker) {
  margin: 0;
  max-width: 48ch;
  color: rgba(255,255,255,0.91);
  font-size: clamp(1rem, 2vw, 1.16rem);
}

.kicker {
  margin: 0 0 8px;
  color: var(--green-700);
  font-size: 0.79rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.kicker-light { color: #d8ffad; }
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 25px;
}
.button {
  min-height: 48px;
  padding: 11px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 780;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.button:hover { transform: translateY(-2px); }
.button img { width: 24px; height: 24px; object-fit: contain; }
.button-primary {
  color: var(--white);
  background: var(--green-700);
  box-shadow: 0 13px 28px rgba(7, 147, 111, 0.25);
}
.button-primary:hover { color: var(--white); background: var(--green-800); box-shadow: 0 17px 34px rgba(7, 115, 90, 0.3); }
.button-light { color: var(--green-950); background: rgba(255,255,255,0.95); }
.button-light:hover { color: var(--green-800); background: var(--white); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,0.44); background: rgba(255,255,255,0.09); }
.button-outline-light:hover { color: var(--white); background: rgba(255,255,255,0.15); }
.button-outline { color: var(--green-800); border-color: rgba(7,115,90,0.26); background: rgba(255,255,255,0.62); }
.button-outline:hover { background: var(--white); }
.button-full { width: 100%; }

.section { padding: clamp(58px, 8vw, 100px) 0; }
.section-compact { padding: 36px 0 78px; }
.section-soft {
  background: rgba(223, 243, 236, 0.56);
  border-top: 1px solid rgba(7, 115, 90, 0.06);
  border-bottom: 1px solid rgba(7, 115, 90, 0.06);
}
.section-title { max-width: 800px; margin-bottom: 29px; }
.section-title h2,
.page-heading h1 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(1.8rem, 4vw, 2.85rem);
  line-height: 1.12;
  letter-spacing: -0.037em;
}
.center-action { margin-top: 30px; text-align: center; }

.page-heading {
  position: relative;
  overflow: hidden;
  padding: 53px 0 33px;
  background: rgba(231, 247, 241, 0.72);
  border-bottom: 1px solid var(--line);
}
.page-heading::after {
  content: "";
  position: absolute;
  right: -95px;
  top: -115px;
  width: 320px;
  height: 320px;
  background: url("../images/ui/depth-orb.png") center / contain no-repeat;
  opacity: 0.54;
  pointer-events: none;
}
.page-heading .shell { position: relative; z-index: 1; }
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 17px;
  color: var(--muted);
  font-size: 0.88rem;
}
.breadcrumbs a { color: var(--green-700); text-decoration: none; }
.crumb-separator { color: rgba(93, 116, 108, 0.48); }

.prose {
  padding: clamp(25px, 4vw, 46px);
  overflow: hidden;
}
.prose-home { max-width: 100%; }
.prose h1,
.prose h2,
.prose h3,
.prose h4 {
  color: var(--green-950);
  line-height: 1.25;
  text-wrap: balance;
}
.prose h1 { margin: 0 0 0.7em; font-size: clamp(1.85rem, 4vw, 2.7rem); }
.prose h2 { margin: 1.8em 0 0.55em; font-size: clamp(1.35rem, 3vw, 1.85rem); }
.prose h3 { margin: 1.45em 0 0.5em; font-size: clamp(1.15rem, 2.4vw, 1.42rem); }
.prose p { margin: 0 0 1em; }
.prose p,
.prose li { max-width: 72ch; }
.prose p:last-child { margin-bottom: 0; }
.prose li { margin: 0.34em 0; }
.prose ul,
.prose ol { padding-left: 1.35rem; margin-block: 0.75em 1.2em; }
.prose strong { color: var(--green-950); }
.prose blockquote {
  margin: 1.5rem 0;
  padding: 18px 22px;
  color: #284a40;
  background: var(--mint-100);
  border-left: 4px solid var(--green-600);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.prose table { width: 100%; border-collapse: collapse; }
.prose td, .prose th { padding: 10px; border: 1px solid var(--line); text-align: left; }
.article-cover {
  width: calc(100% + clamp(50px, 8vw, 92px));
  max-width: none;
  height: auto;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  margin: calc(-1 * clamp(25px, 4vw, 46px)) calc(-1 * clamp(25px, 4vw, 46px)) 34px;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 304px;
  gap: 28px;
  align-items: start;
}
.side-column {
  position: sticky;
  top: 78px;
  display: grid;
  gap: 18px;
}
.side-card { padding: 22px; }
.side-card h2 { margin: 0 0 12px; color: var(--green-900); font-size: 1.14rem; }
.side-card p { margin: 0 0 16px; color: var(--muted); }
.side-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.side-card li + li { padding-top: 8px; border-top: 1px solid var(--line); }
.side-card a:not(.button) { text-decoration: none; line-height: 1.35; font-size: 0.91rem; }

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.card-grid-services { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.text-card {
  min-height: 190px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.text-card:hover {
  color: inherit;
  transform: translateY(-5px);
  border-color: rgba(7, 147, 111, 0.26);
  box-shadow: var(--shadow-md);
}
.card-index {
  width: 45px;
  height: 45px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green-700);
  border-radius: 15px;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  box-shadow: 0 10px 23px rgba(7, 147, 111, 0.22);
}
.text-card h3 {
  margin: 0 0 14px;
  color: var(--green-950);
  font-size: 1.05rem;
  line-height: 1.3;
}
.card-more { margin-top: auto; color: var(--green-700); font-size: 0.88rem; font-weight: 800; }

.person-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.person-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
  overflow: hidden;
  color: var(--green-950);
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.person-card:hover { color: var(--green-950); transform: translateY(-5px); box-shadow: var(--shadow-md); }
.person-photo {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--green-100);
}
.person-photo > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.35s ease, filter 0.28s ease;
}
.person-card:hover .person-photo > img,
.person-card:focus-visible .person-photo > img { transform: scale(1.025); }
.person-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 25, 20, 0.08), rgba(3, 25, 20, 0.58));
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}
.person-card:hover .person-photo::after,
.person-card:focus-visible .person-photo::after { opacity: 1; }
.person-overlay {
  position: static;
  z-index: 1;
  display: grid;
  gap: 3px;
  min-height: 82px;
  padding: 15px 18px 16px;
  border-top: 1px solid rgba(2, 91, 68, 0.12);
  color: var(--green-950);
  background: rgba(255, 255, 255, 0.94);
  text-align: center;
  transition: background 0.25s ease, color 0.25s ease;
}
.person-card:hover .person-overlay,
.person-card:focus-visible .person-overlay {
  color: var(--green-950);
  background: rgba(240, 251, 247, 0.98);
}
.person-overlay strong { font-size: 1.08rem; }
.person-overlay small { color: var(--green-800); font-size: 0.94rem; }

.profile-head {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  margin-bottom: 36px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}
.profile-head > img {
  width: 100%;
  max-height: 390px;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}
.profile-head h1 { margin: 0 0 10px; }
.profile-phone { font-size: 1.08rem; font-weight: 760; }

.article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.article-card {
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.article-card:hover { color: inherit; transform: translateY(-5px); box-shadow: var(--shadow-md); }
.article-card > img {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
}
.article-card-body { display: grid; gap: 9px; padding: 22px; }
.article-card-body strong { color: var(--green-950); font-size: 1.08rem; line-height: 1.3; }
.article-card-body small { color: var(--muted); font-size: 0.92rem; line-height: 1.55; }
.article-label { color: var(--green-700); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }

.listing-intro { margin-bottom: 26px; }

.contact-panel {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  margin-bottom: 76px;
  padding: clamp(27px, 5vw, 46px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--white);
  background: var(--green-800);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
.contact-panel::after {
  content: "";
  position: absolute;
  right: -85px;
  top: -90px;
  width: 270px;
  height: 270px;
  background: url("../images/ui/depth-orb.png") center / contain no-repeat;
  opacity: 0.33;
  pointer-events: none;
}
.contact-panel > * { position: relative; z-index: 1; }
.contact-panel h2 { margin: 0 0 8px; font-size: clamp(1.55rem, 3vw, 2.25rem); line-height: 1.15; }
.contact-panel p { margin: 0; color: rgba(255,255,255,0.86); }

.price-list { display: grid; gap: 0; padding: 0; overflow: hidden; }
.price-item {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(220px, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 21px;
  border-bottom: 1px solid var(--line);
}
.price-item:last-child { border-bottom: 0; }
.price-item span { color: var(--muted); font-size: 0.92rem; }
.price-item b { color: var(--green-800); font-size: 1.08rem; white-space: nowrap; }

.error-page { max-width: 760px; margin: 40px auto; text-align: center; }

.site-footer {
  margin-top: 0;
  color: rgba(255,255,255,0.84);
  background: var(--green-950);
}
.footer-grid {
  padding: 52px 0;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 34px;
}
.site-footer h2 { margin: 0 0 13px; color: var(--white); font-size: 1.12rem; }
.site-footer p { margin: 0 0 9px; }
.site-footer a { color: #d6f9bb; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; }
.footer-bottom { padding: 17px 0; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.88rem; }

.whatsapp-float {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 110;
  width: 58px;
  height: 58px;
  padding: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: #1cad68;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 999px;
  box-shadow: 0 17px 40px rgba(15, 122, 71, 0.35);
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.whatsapp-float:hover { color: var(--white); transform: translateY(-3px); box-shadow: 0 21px 46px rgba(15,122,71,0.42); }
.whatsapp-float img { width: 35px; height: 35px; object-fit: contain; }
.whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.whatsapp-float.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
}

:focus-visible {
  outline: 3px solid #b9f47d;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .brandbar p { max-width: 510px; }
  .nav-link { padding-inline: 6px; font-size: 0.82rem; }
  .card-grid-services { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .person-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  body { background-position: -230px 500px, calc(100% + 230px) 1300px; }
  .topbar-inner { justify-content: center; gap: 16px; }
  .brandbar-inner { min-height: 92px; }
  .brand img { width: 70px; height: 70px; }
  .brandbar p { max-width: 430px; font-size: 1rem; }
  .menu-button { display: inline-flex; }
  .nav-inner { min-height: 58px; }
  .nav-links {
    position: fixed;
    inset: 58px 0 0;
    height: calc(100dvh - 58px);
    padding: 18px;
    display: grid;
    gap: 7px;
    overflow-y: auto;
    color: var(--white);
    background: #063f32;
    border-top: 1px solid rgba(255,255,255,0.13);
    box-shadow: 0 22px 50px rgba(0,0,0,0.22);
    visibility: hidden;
    transform: translateY(-10px);
    transition: transform 0.2s ease, visibility 0.2s ease;
  }
  .nav-links.is-open { visibility: visible; transform: translateY(0); }
  .nav-link { width: 100%; padding: 13px 14px; text-align: left; font-size: 1rem; }
  .mobile-menu-actions {
    display: grid;
    gap: 12px;
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.16);
  }
  .mobile-menu-actions .button { width: 100%; }
  .mobile-menu-phone {
    padding: 10px 4px;
    color: #d8ffad;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
  }
  .home-hero { min-height: 590px; }
  .home-hero-image { object-position: center; }
  .home-hero::after { background: rgba(2,27,21,0.35); }
  .home-hero-card { max-width: 455px; }
  .content-layout { grid-template-columns: 1fr; }
  .side-column { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .side-column .side-card:first-child { grid-column: 1 / -1; }
  .card-grid, .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  body { font-size: 15.5px; background-size: 340px, 380px; }
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .topbar { display: none; }
  .brandbar-inner { min-height: 78px; gap: 12px; }
  .brand { gap: 9px; }
  .brand img { width: 57px; height: 57px; }
  .brand span { font-size: 1.3rem; }
  .brandbar p { display: none; }
  .main-nav { top: 0; }
  .home-hero {
    min-height: 0;
    display: block;
    overflow: visible;
    background: var(--green-950);
  }
  .home-hero-picture {
    position: relative;
    inset: auto;
    width: 100%;
    display: block;
    background: var(--green-950);
  }
  .home-hero-image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
  .home-hero::after { display: none; }
  .home-hero-inner {
    width: min(calc(100% - 24px), var(--shell));
    margin-top: -54px;
    padding-block: 0 28px;
  }
  .home-hero-card { padding: 23px 20px; border-radius: 22px; }
  .home-hero-card h1 { max-width: none; font-size: clamp(1.72rem, 8.3vw, 2.22rem); line-height: 1.06; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .actions .button { width: 100%; }
  .section { padding: 55px 0; }
  .section-compact { padding: 22px 0 56px; }
  .page-heading { padding: 35px 0 24px; }
  .page-heading::after { width: 230px; height: 230px; right: -100px; top: -70px; }
  .prose { padding: 23px 19px; border-radius: 17px; }
  .article-cover {
    width: calc(100% + 38px);
    margin: -23px -19px 25px;
  }
  .prose p, .prose li { font-size: 1rem; }
  .card-grid, .article-grid, .card-grid-services { grid-template-columns: 1fr; }
  .text-card { min-height: 150px; }
  .person-grid { grid-template-columns: 1fr; gap: 15px; }
  .person-photo { aspect-ratio: 4 / 5; }
  .profile-head { grid-template-columns: 1fr; gap: 20px; }
  .profile-head > img { max-height: 520px; }
  .profile-head .actions { display: grid; }
  .side-column { grid-template-columns: 1fr; }
  .side-column .side-card:first-child { grid-column: auto; }
  .contact-panel { margin-bottom: 56px; display: grid; text-align: center; }
  .contact-panel .button { width: 100%; }
  .price-item { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr; padding: 42px 0; }
  .whatsapp-float { width: 58px; height: 58px; padding: 11px; justify-content: center; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
}

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

@media print {
  .topbar, .main-nav, .side-column, .whatsapp-float, .contact-panel, .site-footer { display: none !important; }
  body { background: #fff; color: #000; }
  .glass { background: #fff; box-shadow: none; border: 1px solid #ddd; }
  .content-layout { display: block; }
}


/* Complete recovery additions */
.intro-panel{margin-bottom:28px}.service-card-rich{padding:0;overflow:hidden;min-height:260px;display:flex;flex-direction:column}.service-card-rich>img{width:100%;height:170px;object-fit:cover}.service-card-copy{padding:20px;display:flex;flex:1;flex-direction:column}.service-card-copy h3{margin:0 0 18px}.service-card-copy .card-more{margin-top:auto}.media-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin:28px 0}.media-gallery a{display:block;border-radius:14px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm);aspect-ratio:4/3}.media-gallery img{width:100%;height:100%;object-fit:contain;background:#fff}.prose img:not(.profile-head img):not(.button img){height:auto;margin:24px auto;border-radius:16px;box-shadow:var(--shadow-sm)}.table-scroll{overflow-x:auto;margin:24px 0;border-radius:16px}.content-table,.table-scroll table{width:100%;border-collapse:collapse;background:#fff}.content-table th,.content-table td,.table-scroll th,.table-scroll td{padding:12px 14px;border:1px solid rgba(7,115,90,.18);text-align:left;vertical-align:top}.content-table th,.table-scroll th{background:var(--mint-100)}.psych-test{display:grid;gap:18px}.test-question{margin:0;padding:18px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.78)}.test-question legend{font-weight:750;padding:0 8px}.test-question legend span{display:inline-grid;place-items:center;width:28px;height:28px;margin-right:9px;color:#fff;background:var(--green-700);border-radius:50%}.test-options{display:grid;gap:10px;margin-top:12px}.test-option{display:flex;align-items:flex-start;gap:10px;padding:11px;border-radius:12px;cursor:pointer}.test-option:hover{background:var(--mint-100)}.test-option input{margin-top:.35em;accent-color:var(--green-700)}.test-result{padding:22px}.test-result strong{display:block;font-size:1.4rem;color:var(--green-900)}.archive-note{padding:16px 18px;margin:20px 0;background:#fff9dd;border:1px solid #efd98c;border-radius:14px}.article-meta{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 20px;color:var(--muted);font-size:.93rem}.profile-head+.archive-note{margin-top:24px}
@media(max-width:700px){.media-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card-rich{min-height:220px}.service-card-rich>img{height:145px}.test-question{padding:14px}.table-scroll{margin-inline:-8px}.content-table th,.content-table td,.table-scroll th,.table-scroll td{padding:10px;font-size:.92rem}}


/* V9 modern surface and profile refinements */
body {
  background-color: #f2f4f3;
  background-image:
    radial-gradient(circle at 8% 15%, rgba(118, 220, 185, 0.16), transparent 30rem),
    radial-gradient(circle at 92% 42%, rgba(169, 209, 255, 0.16), transparent 32rem),
    url("../images/ui/depth-orb.png");
  background-position: left top, right center, calc(100% + 230px) 1250px;
  background-repeat: no-repeat;
  background-size: auto, auto, 500px;
}
.glass {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 42px rgba(31, 58, 49, 0.09), 0 1px 0 rgba(255,255,255,0.8) inset;
  backdrop-filter: blur(22px) saturate(125%);
  -webkit-backdrop-filter: blur(22px) saturate(125%);
}
.profile-page .section-compact { padding-top: 30px; }
.profile-article { padding: clamp(20px, 3vw, 34px); }
.profile-card {
  display: grid;
  grid-template-columns: minmax(220px, 310px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
  margin-bottom: 38px;
  padding: clamp(18px, 3vw, 28px);
  background: rgba(248, 252, 250, 0.88);
  border: 1px solid rgba(255,255,255,0.95);
  border-radius: 25px;
  box-shadow: 0 18px 48px rgba(25, 66, 53, 0.12);
}
.profile-portrait {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 21px;
  background: var(--mint-100);
  box-shadow: 0 14px 34px rgba(18, 59, 47, 0.14);
}
.profile-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.profile-summary h2 { margin: 0 0 8px; font-size: clamp(1.8rem, 3.2vw, 2.7rem); line-height: 1.08; }
a.profile-phone { display: inline-block; margin-bottom: 19px; color: var(--green-800); font-size: 1.08rem; font-weight: 800; text-decoration: none; }
.profile-price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0 0 19px; }
.profile-price {
  display: grid;
  gap: 2px;
  padding: 13px 15px;
  background: rgba(229, 246, 240, 0.72);
  border: 1px solid rgba(7,115,90,0.12);
  border-radius: 15px;
}
.profile-price span { color: var(--muted); font-size: 0.82rem; }
.profile-price strong { color: var(--green-900); font-size: 1.08rem; }
.profile-contact-links { display: flex; flex-wrap: wrap; gap: 9px; }
.profile-link {
  min-height: 42px;
  padding: 9px 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green-900);
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(7,115,90,0.16);
  border-radius: 13px;
  box-shadow: 0 7px 18px rgba(28,66,54,0.07);
  font-size: 0.91rem;
  font-weight: 760;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.profile-link:hover, .profile-link:focus-visible { color: var(--green-950); background: #fff; box-shadow: 0 11px 24px rgba(28,66,54,0.13); transform: translateY(-2px); }
.profile-link img { margin: 0; box-shadow: none; border-radius: 0; }
.current-specialists { margin: 34px 0 40px; }
.current-specialists > h2 { margin-bottom: 18px; }
.current-specialists .person-grid { gap: 14px; }
.current-specialists .person-overlay { min-height: 75px; padding-inline: 12px; }
.pricing-table td:last-child { color: var(--green-900); font-weight: 850; white-space: nowrap; }
.faq-item {
  margin: 0 0 12px;
  overflow: hidden;
  background: rgba(255,255,255,0.80);
  border: 1px solid rgba(7,115,90,0.12);
  border-radius: 18px;
  box-shadow: 0 9px 26px rgba(24,65,52,0.07);
}
.faq-item summary {
  position: relative;
  padding: 19px 52px 19px 20px;
  color: var(--green-900);
  font-size: 1.03rem;
  font-weight: 820;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.45rem; font-weight: 500; }
.faq-item[open] summary::after { content: "-"; font-size: 1.2rem; }
.faq-answer { padding: 0 20px 19px; border-top: 1px solid rgba(7,115,90,0.10); }
.faq-answer p:first-child { margin-top: 16px; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.netkg-counter { display: inline-flex; width: 31px; height: 31px; align-items: center; justify-content: center; background: rgba(255,255,255,0.09); border: 1px solid rgba(255,255,255,0.13); border-radius: 9px; }
.netkg-counter img { width: 23px; height: 23px; }
@media (max-width: 760px) {
  .profile-card { grid-template-columns: 1fr; padding: 15px; }
  .profile-portrait { max-height: 560px; }
  .profile-price-grid { grid-template-columns: 1fr; }
  .profile-contact-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .profile-link { justify-content: center; }
  .current-specialists .person-grid { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .profile-contact-links { grid-template-columns: 1fr; }
  .footer-bottom-inner { align-items: flex-start; }
}
