:root {
  --navy: #103c4a;
  --navy-dark: #0a2b35;
  --teal: #2e7d78;
  --teal-light: #dfeeed;
  --cream: #f7f5ef;
  --white: #fff;
  --ink: #17282e;
  --muted: #66767b;
  --line: #dce3e3;
  --gold: #d6a85f;
  --shadow: 0 22px 50px rgba(16, 60, 74, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.65; background: var(--white); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 0; padding: 10px; background: white; z-index: 999; }
.skip-link:focus { left: 10px; top: 10px; }
.topbar { background: var(--navy-dark); color: #dce8e8; font-size: .85rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar-links { display: flex; gap: 24px; }
.topbar a:hover { color: white; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(220,227,227,.8); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); }
.brand-logo { width: auto; height: 58px; object-fit: contain; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong {
  font-family: "DM Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--navy);
}
.brand-text small {
  margin-top: 3px;
  color: var(--teal);
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.footer-brand .brand-logo { height: 72px; }
.footer-brand .brand-text strong { color: white; }
.footer-brand .brand-text small { color: #7dcf8a; }
.main-nav { display: flex; align-items: center; gap: 27px; font-weight: 600; font-size: .94rem; }
.main-nav > a:not(.button):hover { color: var(--teal); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 51px; padding: 0 24px; border: 0; border-radius: 8px; background: var(--teal); color: white; font-weight: 700; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: #256b67; }
.button-sm { min-height: 44px; padding: 0 18px; }
.button-ghost { background: transparent; border: 1px solid rgba(255,255,255,.65); }
.button-ghost:hover { background: white; color: var(--navy); }
.button-outline { background: transparent; color: var(--navy); border: 1px solid var(--navy); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--navy); }
.hero {
  min-height: 640px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #072731;
}
.hero-visual {
  position: absolute;
  inset: 0;
  background: #072731;
}
.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% 40%;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, .25) 34%,
    rgba(0, 0, 0, .7) 50%,
    #000 64%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, .25) 34%,
    rgba(0, 0, 0, .7) 50%,
    #000 64%
  );
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #072731 0%, #072731 30%, rgba(7, 39, 49, .82) 42%, rgba(7, 39, 49, .35) 58%, rgba(7, 39, 49, .08) 74%, transparent 88%),
    linear-gradient(180deg, rgba(7, 39, 49, .28) 0%, transparent 28%, transparent 78%, rgba(7, 39, 49, .35) 100%);
  pointer-events: none;
}
.hero-content { position: relative; padding: 100px 0 110px; }
.hero-copy { width: min(660px, 61%); color: white; }
.eyebrow { display: inline-block; margin-bottom: 16px; color: var(--teal); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow.light { color: #bfe4df; }
h1, h2, h3 { margin-top: 0; font-family: "Fraunces", serif; line-height: 1.12; }
h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(3.3rem, 6vw, 5.65rem); letter-spacing: -.035em; }
h2 { margin-bottom: 20px; font-size: clamp(2.35rem, 4vw, 3.5rem); letter-spacing: -.025em; }
h3 { font-size: 1.35rem; }
.hero-copy > p { max-width: 620px; font-size: 1.15rem; color: #e1ebec; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 34px 0 36px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 24px; color: #d8e7e7; font-size: .88rem; }
.quick-help { position: relative; z-index: 5; margin-top: -42px; }
.quick-help-grid { display: grid; grid-template-columns: repeat(3,1fr); background: white; border-radius: 10px; box-shadow: var(--shadow); overflow: hidden; }
.quick-help-grid a { min-height: 112px; display: flex; align-items: center; gap: 17px; padding: 23px 28px; border-right: 1px solid var(--line); transition: .2s; }
.quick-help-grid a:last-child { border: 0; }
.quick-help-grid a:hover { background: var(--cream); }
.quick-help-grid small, .quick-help-grid strong { display: block; }
.quick-help-grid small { color: var(--muted); }
.icon-box { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 50%; background: var(--teal-light); color: var(--teal); font-size: 1.2rem; }
.section { padding: 112px 0; }
.split-grid { display: grid; grid-template-columns: .95fr 1fr; gap: 85px; align-items: center; }
.image-stack { position: relative; padding: 0 36px 36px 0; }
.image-main {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center 12%;
  border-radius: 12px;
  background: #eef4f4;
}
.image-stack::after { content: ""; position: absolute; right: 0; bottom: 0; width: 75%; height: 80%; border: 2px solid var(--teal-light); border-radius: 12px; z-index: -1; }
.image-note { position: absolute; right: -18px; bottom: 66px; width: 235px; padding: 23px; border-radius: 9px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.image-note strong, .image-note span { display: block; }
.image-note span { margin-top: 5px; color: #c6d8da; font-size: .85rem; }
.lead { color: var(--navy); font-size: 1.18rem; font-weight: 500; }
.section-copy > p:not(.lead) { color: var(--muted); }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 18px; margin: 30px 0; }
.check-grid span::before { content: "✓"; margin-right: 9px; color: var(--teal); font-weight: 800; }
.text-link { color: var(--teal); font-weight: 700; }
.text-link span { margin-left: 7px; }
.services-section { background: var(--cream); }
.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 20px; }
.service-card { position: relative; grid-column: span 2; min-height: 390px; padding: 33px 30px; border: 1px solid var(--line); border-radius: 10px; background: white; overflow: hidden; transition: .25s; }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; min-height: 330px; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { background: var(--navy); color: white; }
.service-card p { color: var(--muted); }
.service-card.featured p { color: #cddadd; }
.service-card a { position: absolute; left: 30px; bottom: 30px; color: var(--teal); font-weight: 700; }
.service-card.featured a { color: #bfe4df; }
.service-number { position: absolute; right: 25px; top: 22px; color: #cdd8d8; font-family: "Fraunces"; font-size: 2rem; }
.service-icon { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 50%; background: var(--teal-light); color: var(--teal); font-size: 1.4rem; }
.patients { background: var(--navy); color: white; padding: 0; }
.patients-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 670px; }
.patients-grid > div:first-child { padding: 105px 80px 95px 0; }
.patients-grid p { color: #cbdadd; }
.patients-image { margin-right: calc((100vw - min(1160px, calc(100vw - 40px))) / -2); }
.patients-image img { width: 100%; height: 100%; object-fit: contain; object-position: center center; background: #eef4f4; }
.audience-list { list-style: none; padding: 0; margin: 40px 0 0; border-top: 1px solid rgba(255,255,255,.18); }
.audience-list li { display: flex; align-items: center; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-weight: 600; }
.audience-list span { color: #8ec5be; font-size: .75rem; }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.steps-grid article { padding: 33px 28px; border-top: 3px solid var(--teal); background: var(--cream); }
.steps-grid article > span { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: 26px; border-radius: 50%; background: var(--teal); color: white; font-weight: 700; }
.steps-grid p { color: var(--muted); }
.testimonials { background: #f2f7f6; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
blockquote { margin: 0; padding: 35px; border-radius: 10px; background: white; box-shadow: 0 10px 30px rgba(16,60,74,.07); }
blockquote p { font-family: "Fraunces"; font-size: 1.12rem; color: var(--navy); }
blockquote footer { margin-top: 20px; font-weight: 700; }
.stars { color: var(--gold); letter-spacing: .18em; }
.appointment-section { background: var(--navy-dark); color: white; }
.appointment-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: start; }
.appointment-copy > p { color: #c7d8da; font-size: 1.05rem; }
.contact-details { margin-top: 38px; border-top: 1px solid rgba(255,255,255,.16); }
.contact-details > * { display: block; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: #8fb0b5; }
.appointment-form { padding: 38px; border-radius: 12px; background: white; color: var(--ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
label { display: grid; gap: 7px; font-size: .87rem; font-weight: 700; }
label.full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #cfdada; border-radius: 7px; padding: 13px 14px; background: #fbfcfc; color: var(--ink); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(46,125,120,.12); }
textarea { resize: vertical; }
.consent { display: flex; grid-template-columns: auto 1fr; align-items: flex-start; font-weight: 400; color: var(--muted); }
.consent input { width: auto; margin-top: 5px; }
.form-button { width: 100%; margin-top: 24px; }
.form-status { margin: 12px 0 0; color: var(--teal); font-weight: 600; }
.contact-strip { padding: 65px 0; background: var(--teal-light); }
.contact-strip-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.contact-strip h2 { margin: 0; font-size: 2.5rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-actions .button { gap: 10px; padding: 0 20px; }
.btn-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.button-whatsapp .btn-icon {
  width: 19px;
  height: 19px;
}
.site-footer { padding: 75px 0 25px; background: #092831; color: #c8d7d9; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 60px; }
.footer-brand { color: white; margin-bottom: 20px; }
.footer-grid h3 { color: white; font-family: "DM Sans"; font-size: .9rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a, .footer-grid > div > p { display: block; margin: 9px 0; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }

@media (max-width: 980px) {
  .topbar p { display: none; }
  .topbar-inner { justify-content: center; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 92px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 24px; background: white; border-top: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; }
  .hero-copy { width: 78%; }
  .split-grid { gap: 50px; }
  .service-card { grid-column: span 3; }
  .service-card:nth-child(5) { grid-column: 2 / span 4; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .appointment-grid { gap: 40px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .topbar-links { width: 100%; justify-content: space-between; gap: 10px; }
  .brand-logo { height: 54px; }
  .brand-text strong { font-size: 1.05rem; }
  .brand-text small { font-size: .64rem; letter-spacing: .1em; }
  .hero { min-height: 760px; }
  .hero-visual { inset: 0; }
  .hero-photo {
    object-fit: cover;
    object-position: 70% 28%;
    -webkit-mask-image: linear-gradient(
      180deg,
      transparent 0%,
      transparent 36%,
      rgba(0, 0, 0, .35) 48%,
      rgba(0, 0, 0, .85) 62%,
      #000 76%
    );
    mask-image: linear-gradient(
      180deg,
      transparent 0%,
      transparent 36%,
      rgba(0, 0, 0, .35) 48%,
      rgba(0, 0, 0, .85) 62%,
      #000 76%
    );
  }
  .hero-overlay {
    background:
      linear-gradient(180deg, #072731 0%, #072731 42%, rgba(7, 39, 49, .78) 54%, rgba(7, 39, 49, .28) 70%, transparent 88%),
      linear-gradient(90deg, rgba(7, 39, 49, .45) 0%, transparent 55%);
  }
  .hero-content { padding: 80px 0 46%; }
  .hero-copy { width: 100%; }
  h1 { font-size: 3.4rem; }
  .quick-help { margin-top: 0; }
  .quick-help-grid { grid-template-columns: 1fr; border-radius: 0; }
  .quick-help-grid a { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .split-grid, .patients-grid, .appointment-grid { grid-template-columns: 1fr; }
  .image-main { height: 480px; }
  .image-note { right: 10px; }
  .check-grid { grid-template-columns: 1fr; }
  .service-grid { display: grid; grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: auto; min-height: 350px; }
  .patients-grid > div:first-child { padding: 75px 0; }
  .patients-image { margin: 0 -14px; height: 440px; }
  .steps-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .appointment-form { padding: 26px 20px; }
  .contact-strip-inner, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .contact-actions { width: 100%; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}
@media (max-width: 480px) {
  .topbar-links a:first-child { display: none; }
  .topbar-links { justify-content: center; }
  .brand-logo { height: 48px; }
  .brand-text strong { font-size: .95rem; }
  .brand-text small { font-size: .58rem; }
  .footer-brand .brand-logo { height: 64px; }
  h1 { font-size: 2.9rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .image-stack { padding-right: 0; }
  .image-note { position: relative; right: auto; bottom: auto; width: calc(100% - 25px); margin: -35px auto 0; }
  .footer-grid { grid-template-columns: 1fr; }
}
/* Multi-page additions */
.page-hero { position: relative; min-height: 430px; display: flex; align-items: center; overflow: hidden; background: #072731; color: white; }
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--page-image, url("assets/practitioner-action.png")) 78% 40% / cover no-repeat;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 20%,
    rgba(0, 0, 0, .3) 38%,
    rgba(0, 0, 0, .75) 55%,
    #000 70%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 20%,
    rgba(0, 0, 0, .3) 38%,
    rgba(0, 0, 0, .75) 55%,
    #000 70%
  );
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #072731 0%, #072731 34%, rgba(7, 39, 49, .78) 48%, rgba(7, 39, 49, .28) 68%, transparent 86%),
    linear-gradient(180deg, rgba(7, 39, 49, .2) 0%, transparent 30%, transparent 75%, rgba(7, 39, 49, .28) 100%);
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; padding-top: 70px; padding-bottom: 70px; }
.page-hero-copy { max-width: 720px; }
.page-hero h1 { margin-bottom: 18px; font-size: clamp(3rem, 5vw, 5rem); }
.page-hero p { max-width: 650px; margin: 0; color: #dce9ea; font-size: 1.12rem; }
.breadcrumbs { display: flex; gap: 8px; margin-bottom: 24px; color: #b8d2d4; font-size: .86rem; }
.breadcrumbs a:hover { color: white; }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 60px; align-items: start; }
.about-provider-section { padding-bottom: 40px; }
.about-provider {
  display: grid;
  grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}
.about-provider-photo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 16px;
  background: var(--teal-light);
}
.about-provider-copy h2 { margin-bottom: 14px; }
.about-provider-copy .lead { margin-bottom: 0; }
.content-main > *:first-child { margin-top: 0; }
.content-main p { color: var(--muted); }
.content-main h3 { margin-top: 34px; }
.sidebar-card { position: sticky; top: 112px; padding: 30px; border-radius: 12px; background: var(--cream); border: 1px solid var(--line); }
.sidebar-card h3 { margin-bottom: 12px; }
.sidebar-card p { color: var(--muted); }
.sidebar-card .button { width: 100%; margin-top: 12px; }
.info-list { list-style: none; padding: 0; margin: 25px 0; }
.info-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.info-list li::before { content: "✓"; margin-right: 10px; color: var(--teal); font-weight: 800; }
.detail-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; margin-top: 35px; }
.detail-card { padding: 28px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.detail-card p { margin-bottom: 0; }
.service-detail { display: grid; grid-template-columns: 86px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.service-detail:first-child { padding-top: 0; }
.service-detail-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: var(--teal-light); color: var(--teal); font-size: 1.65rem; }
.service-detail h3 { margin: 0 0 10px; }
.audience-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.audience-card { padding: 34px; border-radius: 12px; background: var(--cream); border-top: 3px solid var(--teal); }
.audience-card span { display: inline-block; margin-bottom: 18px; color: var(--teal); font-weight: 800; }
.contact-page-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-panel { padding: 38px; border-radius: 12px; background: var(--navy); color: white; }
.contact-panel p { color: #c9dadd; }
.contact-panel a { display: block; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-panel small, .contact-panel strong { display: block; }
.contact-panel small { color: #8fb0b5; }
.page-form { padding: 38px; border-radius: 12px; background: var(--cream); }
.active-nav { color: var(--teal) !important; }
@media (max-width: 900px) {
  .content-grid, .contact-page-grid { grid-template-columns: 1fr; }
  .sidebar-card { position: static; }
  .about-provider {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
  }
  .about-provider-photo { max-width: 420px; margin: 0 auto; }
}
@media (max-width: 650px) {
  .page-hero { min-height: 390px; }
  .detail-cards, .audience-cards { grid-template-columns: 1fr; }
  .service-detail { grid-template-columns: 1fr; }
}

/* FAQ chatbot */
.chatbot {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  font-family: "DM Sans", sans-serif;
}
.chatbot-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 20px 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--teal);
  color: white;
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(16, 60, 74, .28);
  transition: transform .2s ease, background .2s ease;
}
.chatbot-toggle:hover { background: #256b67; transform: translateY(-2px); }
.chatbot-toggle-icon { font-size: 1.15rem; line-height: 1; }
.chatbot.is-open .chatbot-toggle-label { display: none; }
.chatbot.is-open .chatbot-toggle {
  width: 54px;
  padding: 0;
  justify-content: center;
  border-radius: 50%;
}
.chatbot-panel {
  width: min(360px, calc(100vw - 32px));
  max-height: min(560px, calc(100vh - 120px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(16, 60, 74, .22);
}
.chatbot-panel[hidden] { display: none !important; }
.chatbot-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 14px;
  background: linear-gradient(135deg, var(--navy-dark), var(--navy));
  color: white;
}
.chatbot-header strong { display: block; font-size: 1rem; }
.chatbot-header span {
  display: block;
  margin-top: 4px;
  color: #b7d0d3;
  font-size: .72rem;
  letter-spacing: .02em;
}
.chatbot-close {
  border: 0;
  background: transparent;
  color: white;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 2px;
}
.chatbot-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #f4f8f8;
}
.chatbot-bubble {
  max-width: 92%;
  padding: 11px 13px;
  border-radius: 14px;
  font-size: .9rem;
  line-height: 1.45;
}
.chatbot-bubble.bot {
  align-self: flex-start;
  background: white;
  color: var(--ink);
  border: 1px solid var(--line);
  border-bottom-left-radius: 4px;
}
.chatbot-bubble.user {
  align-self: flex-end;
  background: var(--teal);
  color: white;
  border-bottom-right-radius: 4px;
}
.chatbot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-self: flex-start;
}
.chatbot-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  background: var(--teal-light);
  color: var(--navy);
  font-size: .8rem;
  font-weight: 700;
}
.chatbot-links a:hover { background: #d0e6e4; }
.chatbot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px;
  border-top: 1px solid var(--line);
  background: white;
}
.chatbot-chip {
  border: 1px solid var(--line);
  background: white;
  color: var(--navy);
  border-radius: 999px;
  min-height: 34px;
  padding: 0 12px;
  font-size: .78rem;
  font-weight: 600;
  cursor: pointer;
  transition: .15s ease;
}
.chatbot-chip:hover {
  border-color: var(--teal);
  color: var(--teal);
  background: var(--teal-light);
}
.chatbot-disclaimer {
  margin: 0;
  padding: 8px 14px 12px;
  background: white;
  color: var(--muted);
  font-size: .68rem;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .chatbot { right: 14px; bottom: 14px; }
  .chatbot-toggle-label { display: none; }
  .chatbot-toggle {
    width: 54px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
  .chatbot-panel {
    width: calc(100vw - 28px);
    max-height: calc(100vh - 100px);
  }
}

/* Electronic flyer + WhatsApp share */
.flyer-section {
  padding: 70px 0 90px;
  background:
    radial-gradient(circle at 12% 18%, rgba(46, 125, 120, .12), transparent 42%),
    linear-gradient(180deg, #eef5f4 0%, var(--cream) 55%, white 100%);
}
.flyer-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: start;
}
.e-flyer {
  padding: 36px 34px 32px;
  border-radius: 18px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.e-flyer-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.e-flyer-logo {
  width: auto;
  height: 72px;
  object-fit: contain;
}
.e-flyer-name {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.15;
}
.e-flyer-tagline {
  margin: 6px 0 0;
  color: var(--teal);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.e-flyer-intro {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 1.02rem;
}
.e-flyer-heading {
  margin: 0 0 14px;
  font-family: "DM Sans", sans-serif;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--navy);
}
.e-flyer-services {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.e-flyer-services li {
  position: relative;
  padding: 12px 14px 12px 38px;
  border-radius: 10px;
  background: var(--cream);
  color: var(--ink);
  font-weight: 600;
}
.e-flyer-services li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 12px;
  color: var(--teal);
  font-weight: 800;
}
.e-flyer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-weight: 700;
  color: var(--navy);
}
.e-flyer-contact a:hover { color: var(--teal); }
.flyer-share-panel h1 {
  max-width: 420px;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
}
.flyer-share-panel > p {
  max-width: 420px;
  color: var(--muted);
  font-size: 1.05rem;
}
.flyer-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 18px;
}
.button-whatsapp {
  background: #25d366;
  color: white;
}
.button-whatsapp:hover {
  background: #1ebe57;
  color: white;
}
.flyer-note {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  max-width: 420px;
}
.footer-share-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: #25d366;
  color: white;
  font-weight: 700;
  font-size: .85rem;
  cursor: pointer;
}
.footer-share-btn:hover { background: #1ebe57; }
@media (max-width: 900px) {
  .flyer-layout { grid-template-columns: 1fr; gap: 36px; }
  .flyer-share-panel { order: -1; }
}
@media (max-width: 480px) {
  .flyer-section { padding: 48px 0 70px; }
  .e-flyer { padding: 26px 20px; }
  .e-flyer-top { flex-direction: column; align-items: flex-start; }
  .flyer-share-actions .button { width: 100%; }
}

/* Gallery */
.gallery-section { padding-top: 88px; background:
  radial-gradient(ellipse 80% 50% at 10% 0%, rgba(46, 125, 120, .08), transparent 55%),
  radial-gradient(ellipse 60% 40% at 100% 20%, rgba(214, 168, 95, .1), transparent 50%),
  var(--white); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gallery-item {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--teal-light);
  overflow: hidden;
  cursor: zoom-in;
  aspect-ratio: 4 / 5;
  border-radius: 4px;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .35s ease;
}
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 39, 49, .45) 100%);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}
.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.04);
  filter: saturate(1.05);
}
.gallery-item:hover::after,
.gallery-item:focus-visible::after { opacity: 1; }
.gallery-item:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
}
.gallery-item:nth-child(5n + 1) { grid-row: span 1; }
@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media (max-width: 520px) {
  .gallery-section { padding-top: 64px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 12px; }
  .gallery-item { aspect-ratio: 3 / 4; }
}

/* Lightbox */
.lightbox[hidden] { display: none; }
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}
.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 39, 49, .88);
  backdrop-filter: blur(6px);
  cursor: pointer;
}
.lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(90vh, 900px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
}
.lightbox-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-height: min(90vh, 900px);
}
.lightbox-figure img {
  max-width: 100%;
  max-height: min(78vh, 820px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
  background: #0a2b35;
}
.lightbox-figure figcaption {
  color: #c9dadd;
  font-size: .92rem;
  text-align: center;
}
.lightbox-close {
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: white;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
.lightbox-close:hover { background: rgba(255, 255, 255, .22); }
.lightbox-nav {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: white;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}
.lightbox-nav:hover { background: rgba(255, 255, 255, .22); }
@media (max-width: 700px) {
  .lightbox-dialog { grid-template-columns: 1fr; gap: 12px; }
  .lightbox-nav {
    position: absolute;
    bottom: -4px;
    z-index: 2;
  }
  .lightbox-prev { left: 0; }
  .lightbox-next { right: 0; }
  .lightbox-figure { padding-bottom: 56px; }
  .lightbox-close { top: -52px; right: 0; }
}
