:root {
  --ink: #173d35;
  --green: #0c4033;
  --green-2: #0b392f;
  --mint: #79dc91;
  --mint-soft: #eaf8ee;
  --sage: #f1f3e7;
  --ivory: #fafbf4;
  --line: #e9ede7;
  --muted: #5e706a;
  --container: 1280px;
  font-family: "DM Sans", "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-size: 16px; line-height: 1.35; }
img { display: block; width: 100%; }
a { color: inherit; }
button, summary { font: inherit; }

.site-header {
  width: min(var(--container), calc(100% - 80px));
  height: 98px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: block; }
.brand img { width: 130px; height: auto; }
.site-header p { margin: 0; max-width: 190px; font-size: 11px; line-height: 1.3; }

.hero {
  position: relative;
  min-height: 430px;
  width: min(780px, calc(100% - 40px));
  margin: 58px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero > *:not(.hero-glow) { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 22px; font-size: 14px; font-weight: 500; }
.eyebrow span { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 10px; border-radius: 4px; background: var(--mint); color: var(--green); font-size: 9px; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; max-width: 740px; font-size: clamp(48px, 5.1vw, 76px); font-weight: 400; letter-spacing: -.055em; line-height: 1.01; }
.hero-lead { max-width: 535px; margin: 24px 0 18px; font-size: 18px; line-height: 1.42; }
.hero-benefits { display: flex; gap: 30px; margin: 0; padding: 0; list-style: none; font-size: 13px; font-weight: 600; }
.hero-benefits li { display: flex; align-items: center; }
.hero-benefits li::before { content: "✓"; flex: none; display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 8px; border-radius: 50%; background: var(--mint); color: var(--green); }
.hero-glow { position: absolute; width: 720px; height: 360px; top: 56px; left: 50%; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(112, 228, 139, .22), rgba(112, 228, 139, 0) 68%); filter: blur(18px); }

.plans { overflow: hidden; padding: 0 0 54px; border-bottom: 1px solid var(--line); }
.plans > p { margin: 0 0 20px; text-align: center; font-size: 11px; }
.plan-track { display: flex; align-items: center; justify-content: center; gap: 60px; filter: grayscale(.88) contrast(1.08); opacity: .44; }
.plan-track img { width: 114px; height: 50px; object-fit: contain; }

.specialties { width: min(var(--container), calc(100% - 80px)); margin: 0 auto; padding: 76px 0 80px; }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: end; padding-bottom: 56px; border-bottom: 1px solid var(--line); }
.section-intro h2, .why-intro h2 { margin: 0; font-size: clamp(42px, 4vw, 58px); font-weight: 400; letter-spacing: -.055em; line-height: .96; }
.section-intro p { max-width: 480px; margin: 0; font-size: 17px; line-height: 1.38; color: #354d47; }
.specialty-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 42px; margin: 56px 0 66px; }
.specialty-tabs button { min-height: 62px; padding: 10px 14px; display: flex; align-items: center; gap: 12px; border: 1px solid transparent; border-radius: 16px; background: transparent; color: #233f38; text-align: left; font-size: 13px; cursor: pointer; }
.specialty-tabs button span { flex: none; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--sage); color: var(--mint); font-size: 22px; }
.specialty-tabs .tab-icon svg { width: 23px; height: 23px; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.specialty-tabs button.active { border-color: #9de5ad; }
.specialty-tabs button.active span { background: var(--mint); color: var(--green); }
.specialty-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.specialty-grid article { min-height: 176px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 18px; background: var(--sage); }
.specialty-grid article:last-child { grid-column: 1; }
.line-icon { width: 38px; height: 38px; color: var(--mint); stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.specialty-grid h3 { margin: 0; max-width: 230px; font-size: 17px; font-weight: 500; line-height: 1.08; }

.consultation-band { min-height: 180px; padding: 36px max(calc((100% - var(--container)) / 2), 40px); display: grid; grid-template-columns: 62px 1fr auto; gap: 24px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.consultation-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 15px; background: var(--mint); color: var(--green); font-size: 36px; }
.consultation-icon svg { width: 42px; height: 42px; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.consultation-band h2 { margin: 0 0 8px; font-size: 24px; font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
.consultation-band p { margin: 0; color: var(--muted); font-size: 14px; }
.consultation-band > a { min-width: 175px; padding: 13px 22px; border-radius: 999px; background: var(--mint-soft); color: #6acb80; text-align: center; text-decoration: none; font-size: 12px; }

.why { width: min(var(--container), calc(100% - 80px)); margin: 0 auto; padding: 78px 0 70px; }
.why-intro { display: grid; grid-template-columns: 1fr 1.18fr; gap: 120px; align-items: start; margin-bottom: 70px; }
.why-intro h2 { position: relative; padding-left: 58px; }
.why-intro h2 span { position: absolute; top: 2px; left: 0; display: flex; justify-content: flex-start; align-items: flex-start; width: 38px; height: 90px; overflow: hidden; background: linear-gradient(180deg, rgba(121,220,145,.35), rgba(121,220,145,0)); }
.why-intro h2 span img { width: auto; max-width: none; height: 34px; object-fit: contain; object-position: left top; }
.why-intro p { max-width: 590px; margin: 6px 0 0; font-size: 17px; line-height: 1.42; }
.gallery { display: grid; grid-template-columns: 2fr .88fr 1.35fr 1.35fr; gap: 16px; align-items: stretch; overflow: hidden; }
.gallery figure, .numbers-card { height: 340px; margin: 0; border-radius: 18px; overflow: hidden; }
.gallery figure img { height: 100%; object-fit: cover; }
.gallery-large img { object-position: 45% center; }
.numbers-card { padding: 28px; background: var(--green); color: #fff; }
.numbers-card > span { color: var(--mint); font-size: 22px; }
.numbers-card h3 { margin: 28px 0 20px; font-size: 19px; font-weight: 500; }
.numbers-card ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; font-size: 13px; color: rgba(255,255,255,.85); }
.numbers-card li::before { content: "◇"; margin-right: 8px; color: var(--mint); }
.reasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 58px; margin-top: 52px; }
.reasons article { display: flex; gap: 18px; }
.reasons article > span { flex: none; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 13px; }
.reasons h3 { margin: 0 0 7px; font-size: 16px; font-weight: 600; }
.reasons p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; }

.plans-second { padding-top: 42px; }

.stories { min-height: 700px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--ivory); overflow: hidden; }
.stories-copy { padding: 68px max(calc((100vw - var(--container)) / 2), 40px) 58px; display: flex; flex-direction: column; }
.stories-heading h2 { margin: 0 0 8px; font-size: clamp(42px, 4vw, 58px); font-weight: 400; letter-spacing: -.055em; }
.stories-heading p { max-width: 330px; margin: 0; font-size: 15px; }
.stories blockquote { max-width: 550px; margin: auto 0 0; font-style: normal; }
.stories blockquote strong { display: block; margin-bottom: 28px; font-size: 18px; font-weight: 500; }
.stories blockquote p { margin: 0; font-size: 17px; line-height: 1.48; }
.story-controls { display: flex; gap: 10px; margin-top: 34px; }
.story-controls button { width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--sage); color: var(--green); font-size: 28px; line-height: 1; cursor: pointer; }
.story-controls button:last-child { background: var(--green); color: #fff; }
.story-photo { min-height: 700px; align-self: stretch; }
.story-photo img { height: 100%; object-fit: contain; object-position: center bottom; }

.contact-area { padding: 94px max(calc((100% - var(--container)) / 2), 40px) 42px; background: var(--green); color: #fff; }
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.contact-card { padding-bottom: 18px; }
.whatsapp-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 50%; background: rgba(121,220,145,.12); color: var(--mint); font-size: 28px; }
.contact-card h2 { margin: 0 0 7px; font-size: 34px; font-weight: 400; letter-spacing: -.04em; }
.contact-card > p { margin: 0 0 30px; color: rgba(255,255,255,.78); font-size: 17px; }
.whatsapp-button { display: flex; align-items: center; justify-content: center; width: 285px; min-height: 50px; border-radius: 999px; background: rgba(255,255,255,.1); text-decoration: none; color: rgba(255,255,255,.86); font-size: 13px; }
.whatsapp-button strong { margin-left: 5px; color: var(--mint); font-weight: 500; }
.contact-card .phone { margin: 16px 0 0; font-size: 12px; color: rgba(255,255,255,.7); }
.location-card { padding: 32px; border: 1px solid rgba(255,255,255,.05); border-radius: 20px; }
.location-heading { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.location-heading h3 { margin: 0 0 10px; font-size: 18px; font-weight: 400; }
.location-heading p { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; }
.location-heading span { color: var(--mint); font-size: 28px; }
.location-card iframe { width: 100%; height: 260px; border: 0; border-radius: 16px; filter: saturate(.82); }
.quick-links { width: 340px; margin: 30px auto 54px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; overflow: hidden; }
.quick-links a { padding: 14px 20px; text-align: center; text-decoration: none; font-size: 13px; color: rgba(255,255,255,.78); }
.quick-links a + a { border-left: 1px solid rgba(255,255,255,.08); }
.quick-links a:last-child::first-letter { color: var(--mint); }
.faq { border-top: 1px solid rgba(255,255,255,.08); }
.faq-title { min-height: 86px; display: flex; align-items: center; justify-content: space-between; }
.faq-title h2 { margin: 0; font-size: 28px; font-weight: 400; }
.faq-title span { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid var(--mint); border-radius: 50%; color: var(--mint); font-size: 12px; }
.faq details { border-top: 1px solid rgba(255,255,255,.08); }
.faq details:last-child { border-bottom: 1px solid rgba(255,255,255,.08); }
.faq summary { position: relative; min-height: 88px; padding: 30px 60px 30px 0; display: flex; align-items: center; list-style: none; cursor: pointer; font-size: 17px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 30px; font-weight: 300; color: rgba(255,255,255,.9); }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 760px; margin: -12px 0 30px; color: rgba(255,255,255,.7); line-height: 1.5; }

footer { padding: 28px 40px; background: var(--green-2); color: rgba(255,255,255,.26); text-align: center; font-size: 10px; }

.mobile-contact-bar { display: none; }

@media (max-width: 980px) {
  .site-header, .specialties, .why { width: calc(100% - 48px); }
  .section-intro, .why-intro { gap: 50px; }
  .specialty-tabs { gap: 10px; }
  .specialty-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery { grid-template-columns: 1.6fr .85fr 1.2fr; }
  .gallery figure:last-child { display: none; }
  .consultation-band { padding-left: 24px; padding-right: 24px; }
  .stories-copy { padding-left: 40px; padding-right: 30px; }
  .contact-grid { gap: 40px; }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .site-header { width: calc(100% - 36px); height: 88px; }
  .brand img { width: 116px; }
  .site-header p { max-width: 132px; font-size: 9px; }
  .hero { min-height: 495px; width: calc(100% - 36px); margin-top: 42px; align-items: flex-start; text-align: left; }
  .eyebrow { margin-bottom: 20px; font-size: 12px; }
  h1 { max-width: 390px; font-size: clamp(45px, 13.6vw, 62px); line-height: .98; }
  .hero-lead { max-width: 360px; margin-top: 20px; font-size: 17px; }
  .hero-benefits { flex-direction: column; gap: 9px; font-size: 13px; }
  .hero-benefits li::before { width: 20px; height: 20px; }
  .hero-glow { width: 440px; height: 430px; top: 46px; left: 24%; }
  .plans { padding-bottom: 40px; }
  .plans > p { width: calc(100% - 36px); margin: 0 auto 18px; padding-left: 34%; text-align: left; }
  .plan-track { width: max-content; justify-content: flex-start; gap: 28px; animation: plans-scroll 7s linear infinite; }
  .plan-track img { width: 94px; height: 42px; }
  @keyframes plans-scroll { to { transform: translateX(-35%); } }
  .specialties, .why { width: calc(100% - 36px); padding-top: 62px; padding-bottom: 62px; }
  .section-intro, .why-intro { grid-template-columns: 1fr; gap: 28px; padding-bottom: 40px; }
  .section-intro h2, .why-intro h2 { font-size: 44px; }
  .section-intro p, .why-intro p { font-size: 15px; }
  .specialty-tabs { grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 38px 0 36px; }
  .specialty-tabs button { min-height: 58px; padding: 7px; border-radius: 14px; font-size: 10px; }
  .specialty-tabs button span { width: 34px; height: 34px; font-size: 18px; }
  .specialty-grid { grid-template-columns: 1fr; gap: 10px; }
  .specialty-grid article, .specialty-grid article:last-child { min-height: 168px; grid-column: auto; }
  .consultation-band { padding: 34px 18px; grid-template-columns: 54px 1fr; gap: 15px; }
  .consultation-icon { width: 54px; height: 54px; }
  .consultation-band h2 { font-size: 18px; }
  .consultation-band p { font-size: 12px; }
  .consultation-band > a { grid-column: 1 / -1; width: 100%; }
  .why-intro { margin-bottom: 38px; }
  .why-intro h2 { padding-left: 48px; }
  .why-intro h2 span { width: 34px; height: 80px; }
  .why-intro h2 span img { height: 31px; }
  .gallery { grid-template-columns: minmax(280px, 1fr); gap: 12px; overflow: visible; }
  .gallery figure, .numbers-card { height: 320px; }
  .gallery figure:not(.gallery-large), .numbers-card { display: none; }
  .reasons { grid-template-columns: 1fr; gap: 26px; margin-top: 34px; }
  .stories { min-height: auto; grid-template-columns: 1fr; }
  .stories-copy { min-height: 540px; padding: 52px 18px 30px; }
  .stories-heading h2 { font-size: 44px; }
  .stories blockquote { margin-top: 100px; }
  .stories blockquote strong { margin-bottom: 24px; }
  .stories blockquote p { font-size: 15px; }
  .story-photo { min-height: 430px; }
  .contact-area { padding: 62px 18px 32px; }
  .contact-grid { grid-template-columns: 1fr; gap: 52px; }
  .contact-card h2 { font-size: 27px; }
  .whatsapp-button { width: 100%; }
  .location-card { padding: 0; border: 0; }
  .location-card iframe { height: 260px; }
  .quick-links { width: 100%; margin: 42px 0; }
  .faq-title h2 { font-size: 24px; }
  .faq summary { min-height: 82px; font-size: 15px; }
  footer { padding: 26px 18px calc(112px + env(safe-area-inset-bottom, 0px)); line-height: 1.6; }
  .mobile-contact-bar {
    position: fixed;
    z-index: 1000;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    left: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 70px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: #073d30;
    color: #fff;
    box-shadow: 0 10px 28px rgba(4,39,30,.28);
  }
  .mobile-contact-bar a {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 12px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-contact-bar a + a { border-left: 1px solid rgba(255,255,255,.24); }
  .mobile-contact-bar svg { flex: none; width: 23px; height: 23px; }
  .mobile-contact-bar a:last-child svg { color: var(--mint); }
  .mobile-contact-bar a:focus-visible { outline: 2px solid var(--mint); outline-offset: -5px; border-radius: 999px; }
  .mobile-contact-bar a:active { background: rgba(255,255,255,.08); }
}

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