html {
  overflow-x: hidden; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  font-size: 16px;
  background: #F6F8F5;
  color: rgba(59,83,52,0.55); }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #3B5334; }
  a:hover {
    text-decoration: none;
    color: #F5D76E; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.3;
  font-weight: 400;
  color: #3B5334;
  font-family: 'Playfair Display', Georgia, serif; }

.ftco-uppercase {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  text-transform: none; }

.text-primary {
  color: #3B5334 !important; }

.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3; }
  @media screen and (max-width: 991px) {
    .ftco-navbar-light {
      background: #3B5334 !important;
      top: 0;
      position: relative; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .12em;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 960px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px; } }
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-cta a {
    color: #fff; }
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
    @media screen and (max-width: 960px) {
      .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0; } }
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(255, 255, 255, 0.05); }
      @media screen and (max-width: 960px) {
        .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
          display: none; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
  .ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #F6F8F5 !important; }
    @media screen and (max-width: 768px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    @media screen and (max-width: 576px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    /* OLD scrolled nav: link:#3B5334, active:#C9A000 */
    .ftco-navbar-light.scrolled .nav-link {
      padding-top: 0.7rem !important;
      padding-bottom: 0.7rem !important;
      color: #3B5334 !important; }
      .ftco-navbar-light.scrolled .nav-link.active {
        color: #536942 !important; }
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #3B5334; }

.navbar-brand {
  text-transform: uppercase;
  letter-spacing: .15em;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: 20px; }

.ftco-navbar-light .navbar-nav > .nav-item.ftco-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px; }

/* OLD NAV CTA VALUES: bg:#C9A000, color:#3B5334, hover-bg:#8B7B2E */
.nav-link-cta {
  background: #3B5334;
  color: #F5D76E !important;
  padding: 10px 24px !important;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .nav-link-cta:hover {
    background: #FFD936;
    color: #3B5334 !important; }
  .ftco-navbar-light.scrolled .nav-link-cta {
    background: #3B5334;
    color: #F5D76E !important; }
    .ftco-navbar-light.scrolled .nav-link-cta:hover {
      background: #FFD936;
      color: #3B5334 !important; }

/* Mobile: CTA as plain text link, not button */
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-cta {
    margin-left: 0; }
  .nav-link-cta {
    background: none !important;
    padding: 10px 0 !important;
    border-radius: 0;
    color: #F5D76E !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .12em; }
  .nav-link-cta:hover {
    background: none !important;
    color: #FFD936 !important; }
}

/* ===== Dropdown Menu ===== */
.ftco-navbar-light .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 8px 30px rgba(59,83,52,0.12);
  padding: 8px 0;
  min-width: 220px;
  margin-top: 4px; }

.ftco-navbar-light .dropdown-item {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #3B5334;
  padding: 10px 20px;
  transition: background .2s, color .2s; }
  .ftco-navbar-light .dropdown-item:hover,
  .ftco-navbar-light .dropdown-item:focus {
    background: #F6F8F5;
    color: #3B5334; }
  .ftco-navbar-light .dropdown-item.active {
    background: #F6F8F5;
    color: #F5D76E;
    font-weight: 500; }

.ftco-navbar-light .dropdown-toggle::after {
  border: none;
  content: '';
  display: none; }

/* ===== Subpage Hero ===== */
.subpage-hero {
  background: #F6F8F5;
  padding: 160px 0 60px;
  text-align: center; }
  .subpage-hero .section-eyebrow {
    margin-bottom: 12px; }
  .subpage-hero h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    color: #3B5334;
    margin-bottom: 16px; }
  .subpage-hero .subpage-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: rgba(59,83,52,0.55);
    max-width: 600px;
    margin: 0 auto 30px; }
  @media (max-width: 768px) {
    .subpage-hero {
      padding: 130px 0 40px; }
    .subpage-hero h1 {
      font-size: 30px; } }

/* ===== Subpage CTA Section ===== */
.subpage-cta {
  background: #3B5334;
  padding: 80px 0;
  text-align: center; }
  .subpage-cta h2 {
    color: #fff;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    margin-bottom: 12px; }
  .subpage-cta p {
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    margin-bottom: 28px; }
  .subpage-cta .btn-cta {
    display: inline-block;
    background: #F5D76E;
    color: #3B5334;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 14px 36px;
    border-radius: 4px;
    text-decoration: none;
    transition: background .3s; }
    .subpage-cta .btn-cta:hover {
      background: #e6c85e; }

/* ===== Step Cards ===== */
.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px; }
  @media (max-width: 768px) {
    .step-grid {
      grid-template-columns: 1fr;
      gap: 16px; } }

.step-card {
  background: #F6F8F5;
  border-radius: 6px;
  padding: 32px 28px;
  text-align: center; }
  .step-card .step-number {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: #F5D76E;
    color: #3B5334;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px; }
  .step-card h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 17px;
    color: #3B5334;
    margin-bottom: 10px; }
  .step-card p {
    font-size: 14px;
    color: rgba(59,83,52,0.55);
    line-height: 1.7;
    margin: 0; }

/* ===== Infusion Cards (2-col) ===== */
.infusion-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media (max-width: 768px) {
    .infusion-grid {
      grid-template-columns: 1fr; } }

.infusion-card {
  background: #fff;
  border-radius: 6px;
  padding: 28px 24px;
  border: 1px solid rgba(59,83,52,0.04);
  transition: box-shadow .3s, transform .3s; }
  .infusion-card:hover {
    box-shadow: 0 8px 30px rgba(59,83,52,0.07);
    transform: translateY(-2px); }
  .infusion-card h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 17px;
    color: #3B5334;
    margin-bottom: 8px; }
  .infusion-card p {
    font-size: 14px;
    color: rgba(59,83,52,0.55);
    line-height: 1.7;
    margin: 0; }

/* ===== Benefit Cards ===== */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px; }
  @media (max-width: 768px) {
    .benefit-grid {
      grid-template-columns: 1fr;
      gap: 16px; } }

.benefit-card {
  background: #F6F8F5;
  border-radius: 8px;
  padding: 30px;
  text-align: center; }
  .benefit-card h5 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 17px;
    color: #2D3E35;
    margin-bottom: 12px; }
  .benefit-card p {
    font-size: 14px;
    color: rgba(59,83,52,0.55);
    line-height: 1.7;
    margin: 0; }

/* ===== Process Cards ===== */
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .process-grid {
      grid-template-columns: 1fr;
      gap: 20px; } }

.process-card {
  background: #F6F8F5;
  border-radius: 8px;
  padding: 30px;
  text-align: center; }
  .process-card .process-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #F5D76E;
    color: #3B5334;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px; }
  .process-card h5 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 17px;
    color: #2D3E35;
    margin-bottom: 12px; }
  .process-card p {
    font-size: 14px;
    color: rgba(59,83,52,0.55);
    line-height: 1.7;
    margin: 0; }

/* ===== Package Cards ===== */
.package-card {
  background: #fff;
  border-radius: 8px;
  padding: 36px 28px;
  border: 1px solid rgba(59,83,52,0.06);
  transition: box-shadow .3s; }
  .package-card:hover {
    box-shadow: 0 12px 40px rgba(59,83,52,0.08); }
  .package-card h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 20px;
    color: #3B5334;
    margin-bottom: 16px; }
  .package-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px; }
  .package-card li {
    font-size: 14px;
    color: rgba(59,83,52,0.6);
    line-height: 1.8;
    padding-left: 18px;
    position: relative; }
    .package-card li::before {
      content: '✓';
      position: absolute;
      left: 0;
      color: #F5D76E;
      font-weight: 600; }
  .package-card .package-meta {
    font-size: 13px;
    color: rgba(59,83,52,0.45);
    border-top: 1px solid rgba(59,83,52,0.06);
    padding-top: 16px;
    margin-top: 16px; }

/* ===== Package Card Extras (check-up specific) ===== */
.package-card .package-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #3B5334;
  margin-bottom: 8px; }
.package-card .package-details h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #3B5334;
  margin-bottom: 12px; }

/* ===== Target Cards (gold left-border) ===== */
.target-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px; }
  @media (max-width: 768px) {
    .target-grid {
      grid-template-columns: 1fr;
      gap: 16px; } }
.target-card {
  padding: 24px;
  background: #fff;
  border-radius: 6px;
  border-left: 4px solid #F5D76E; }
  .target-card p:first-child {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #3B5334;
    margin-bottom: 6px; }
  .target-card p:last-child {
    font-size: 14px;
    color: rgba(59,83,52,0.55);
    margin: 0; }

/* ===== Section Body Text ===== */
.section-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(59,83,52,0.7);
  margin-bottom: 20px; }

/* ===== Image Divider Section ===== */
.image-divider {
  position: relative;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .image-divider::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(30,40,28,0.25); }
  @media (max-width: 768px) {
    .image-divider {
      min-height: 260px; } }

/* ===== CTA Section ===== */
.cta-section {
  background: #3B5334;
  padding: 80px 0;
  text-align: center;
  color: #fff; }
  .cta-section h2 {
    color: #fff;
    margin-bottom: 24px; }
  .cta-section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 30px; }

/* ===== Costs Section ===== */
.costs-section {
  background: #fff;
  padding: 80px 0; }

/* ===== Process Step (functional medicine) ===== */
.process-step {
  padding: 20px 10px; }
  .process-step .step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #F5D76E;
    color: #3B5334;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px; }
  .process-step .step-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 18px;
    font-weight: 400;
    color: #3B5334;
    margin-bottom: 12px; }
  .process-step .step-desc {
    font-size: 14px;
    color: rgba(59,83,52,0.55);
    line-height: 1.7;
    margin: 0; }

.bg-image, .ftco-cover {
  background-size: cover;
  background-repeat: no-repeat; }

.ftco-cover {
  background-position: center center; }
  .ftco-cover .ftco-heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .ftco-cover .ftco-heading {
        font-size: 37px;
        line-height: 1.3; } }
  .ftco-cover .ftco-subheading, .ftco-cover p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .05em;
    color: rgba(255, 255, 255, 0.6); }
  @media screen and (max-width: 768px) {
    .ftco-cover .btn {
      width: 100% !important; } }
  .ftco-cover a {
    position: relative;
    color: #fff; }
    .ftco-cover a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #3B5334;
      height: 2px;
      content: " "; }
  .ftco-cover.overlay {
    position: relative; }
    .ftco-cover.overlay:before {
      content: "";
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .ftco-cover .ftco-vh-100 {
    min-height: 700px !important; }

.ftco-slant {
  position: relative;
  overflow: hidden; }
  .ftco-slant:after {
    width: 120%;
    height: 200px;
    left: -10%;
    background: #F6F8F5;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    content: "";
    position: absolute;
    bottom: -100px; }
    @media screen and (max-width: 960px) {
      .ftco-slant:after {
        bottom: -150px; } }
    @media screen and (max-width: 768px) {
      .ftco-slant:after {
        bottom: -170px; } }
  .ftco-slant.ftco-slant-white:after {
    background: #F6F8F5; }
  .ftco-slant.ftco-slant-dark:after {
    background: #3B5334; }

.ftco-uppercase {
  letter-spacing: 0;
  font-size: 38px; }

.btn {
  font-family: 'Montserrat', sans-serif;
  border-radius: 4px;
  padding: 18px 32px;
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer; }
  .btn.btn-sm {
    padding: 10px 20px;
    font-size: 12px; }
  .btn:before {
    display: none; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #FFD936;
    border-color: #FFD936;
    color: #536942; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      border-color: #FFD936;
      background: #ffe066;
      color: #3B5334; }
  .btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.2);
    background: none; }
    .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
      background: #fff;
      border-color: #fff;
      color: #3B5334; }

.form-control {
  border: 1px solid rgba(30, 60, 50, 0.2);
  height: 55px;
  background: none !important;
  color: #3B5334 !important;
  font-size: 18px; }
  .form-control:focus, .form-control:active {
    border: 1px solid #3B5334; }

textarea {
  height: inherit !important; }

.ftco-vh-100 {
  height: 100vh; }
  @media screen and (max-width: 960px) {
    .ftco-vh-100 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.ftco-vh-75 {
  height: 75vh; }
  @media screen and (max-width: 960px) {
    .ftco-vh-75 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.bg-primary {
  background: #3B5334 !important; }

.ftco-section,
.ftco-footer {
  padding: 7em 0 7em 0; }
  .ftco-section.ftco-slant,
  .ftco-footer.ftco-slant {
    padding: 7em 0 22em 0; }
  .ftco-section .ftco-heading,
  .ftco-footer .ftco-heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3; }
    @media screen and (max-width: 768px) {
      .ftco-section .ftco-heading,
      .ftco-footer .ftco-heading {
        font-size: 30px; } }
  .ftco-section.bg-light,
  .ftco-footer.bg-light {
    background: #F6F8F5 !important; }

.ftco-bg-dark {
  background: #3B5334; }

.ftco-footer {
  font-size: 16px; }
  .ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .ftco-footer .ftco-footer-widget h2 {
    font-weight: normal; }
  .ftco-footer p {
    color: rgba(255, 255, 255, 0.3); }
  .ftco-footer a {
    color: rgba(255, 255, 255, 0.3); }
    .ftco-footer a:hover {
      color: #F5D76E; }
  .ftco-footer .ftco-heading {
    font-size: 24px; }
  .ftco-footer .ftco-heading-2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6); }

.ftco-pricing-popular {
  position: relative; }
  .ftco-pricing-popular .popular-text {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: -16px;
    right: 0;
    background: #3B5334;
    color: #fff;
    padding: 2px 10px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    letter-spacing: .1em; }

.ftco-pricing h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase; }

.ftco-pricing .ftco-price-per {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 64px; }
  .ftco-pricing .ftco-price-per sup {
    font-size: 20px;
    top: -1.5em; }
  .ftco-pricing .ftco-price-per strong {
    color: #3B5334; }
  .ftco-pricing .ftco-price-per span {
    font-size: 20px; }

.ftco-pricing ul li {
  margin-bottom: 10px; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 60px;
    width: 60px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #F5D76E; }

.media .ftco-icon {
  width: 100px; }
  .media .ftco-icon span {
    color: #3B5334; }

.ftco-media {
  background: #fff;
  border-radius: 5px; }
  .ftco-media.text-center .ftco-icon {
    margin: 0 auto; }

.ftco-overflow-hidden {
  overflow: hidden; }

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px; }

.ftco-owl {
  position: relative;
  z-index: 1; }
  .ftco-owl .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 10;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .ftco-owl .owl-nav .owl-prev,
    .ftco-owl .owl-nav .owl-next {
      position: absolute;
      font-size: 30px;
      background: #3B5334;
      color: #fff;
      padding: 10px;
      line-height: 0; }
    .ftco-owl .owl-nav .owl-prev {
      left: 0; }
    .ftco-owl .owl-nav .owl-next {
      right: 0; }
  .ftco-owl .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 30px; }
    .ftco-owl .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1; }
      .ftco-owl .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background: #ccc;
        border-radius: 50%;
        display: inline-block;
        margin: 5px 7px; }
      .ftco-owl .owl-dots .owl-dot.active span {
        background: #3B5334; }
  .ftco-owl:hover .owl-nav {
    visibility: visible;
    opacity: 1; }

@media screen and (max-width: 768px) {
  #map {
    height: 400px; } }

.ftco-counter .ftco-number {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 64px;
  font-weight: 400;
  color: #F5D76E; }

.ftco-counter .ftco-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #b3b3b3; }

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #F6F8F5;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

/* =============================================
   HERO SPLIT SECTION
   ============================================= */
/* =============================================
   HERO – SPLIT LAYOUT (text left, image right)
   ============================================= */
.hero-split {
  background-color: #3B5334;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative; }
  .hero-split::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30,40,28,0.35);
    z-index: 1; }
  .hero-split > * {
    position: relative;
    z-index: 2; }

.hero-split-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

/* LEFT column */
/* OLD hero-text: flex 52%, padding 140px 64px 80px 64px */
.hero-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  padding: 140px 64px 80px 64px; }

.hero-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #F5D76E;
  margin-bottom: 28px; }

/* OLD HEADING: font-weight:400, margin-bottom:28px, em { font-style:italic; color:#F5D76E; } */
.hero-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 40px; }

/* OLD VALUES (to reverse): font-size:16px, max-width:520px, margin-bottom:24px */
.hero-sub {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
  max-width: 480px;
  margin-bottom: 12px; }

.hero-trust {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .05em;
  color: rgba(255,255,255,0.7);
  margin-bottom: 40px; }

.hero-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.btn-hero-outline {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  background: transparent;
  color: rgba(255,255,255,0.8);
  border: 1.5px solid rgba(255,255,255,0.3);
  padding: 18px 32px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .btn-hero-outline:hover {
    border-color: #fff;
    color: #fff;
    text-decoration: none; }

/* Hero responsive */
@media screen and (max-width: 991px) {
  .hero-split {
    min-height: auto; }
  .hero-split-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .hero-text {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 120px 30px 50px;
    text-align: center; }
  .hero-heading {
    font-size: 44px; }
  .hero-sub {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .hero-ctas {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
 }

@media screen and (max-width: 576px) {
  .hero-heading {
    font-size: 36px; }
  .hero-ctas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .hero-ctas .btn,
  .hero-ctas .btn-hero-outline {
    width: 100%;
    text-align: center; } }

/* ===== Subpage Hero with Background Image ===== */
.subpage-hero-bg {
  background-color: #3B5334;
  background-size: cover;
  background-position: 30% center;
  background-repeat: no-repeat;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .subpage-hero-bg::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(30,40,28,0.35);
    z-index: 1; }
  .subpage-hero-bg > * {
    position: relative;
    z-index: 2; }
  .subpage-hero-bg .container {
    padding-top: 120px;
    padding-bottom: 60px; }
  .subpage-hero-bg .hero-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #F5D76E;
    margin-bottom: 24px; }
  .subpage-hero-bg h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 20px; }
  .subpage-hero-bg .hero-sub {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
    max-width: 520px;
    margin-bottom: 32px; }
  .subpage-hero-bg .hero-ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media (max-width: 991px) {
    .subpage-hero-bg {
      min-height: auto; }
    .subpage-hero-bg .container {
      padding-top: 100px;
      padding-bottom: 40px;
      text-align: center; }
    .subpage-hero-bg h1 {
      font-size: 38px; }
    .subpage-hero-bg .hero-sub {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
    .subpage-hero-bg .hero-ctas {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (max-width: 576px) {
    .subpage-hero-bg h1 {
      font-size: 32px; }
    .subpage-hero-bg .hero-ctas {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .subpage-hero-bg .hero-ctas .btn,
    .subpage-hero-bg .hero-ctas .btn-hero-outline {
      width: 100%;
      text-align: center; } }

/* =============================================
   BEHANDLUNGEN SECTION
   ============================================= */
.behandlungen-section {
  background: #F6F8F5;
  padding: 100px 0 80px; }

.section-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #F5D76E;
  margin-bottom: 16px; }

.section-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  color: #3B5334;
  margin-bottom: 20px; }

.section-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(59,83,52,0.55);
  max-width: 480px;
  margin-left: auto;
  margin-right: auto; }

.behandlungen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 20px; }

.behandlung-card {
  background: #fff;
  border-radius: 8px;
  padding: 40px 32px 36px;
  transition: background .4s ease, box-shadow .4s ease, transform .4s ease;
  position: relative; }
  .behandlung-card:hover {
    background: rgba(59,83,52,0.06);
    box-shadow: 0 12px 40px rgba(59,83,52,0.10);
    transform: translateY(-4px); }
  .behandlung-card .behandlung-icon svg {
    transition: stroke .4s ease, filter .4s ease; }
  .behandlung-card:hover .behandlung-icon svg {
    stroke: #3B5334;
    filter: drop-shadow(0 2px 8px rgba(59,83,52,0.15)); }

.behandlung-icon {
  margin-bottom: 20px; }

.behandlung-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  color: #3B5334;
  margin-bottom: 12px; }

.behandlung-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(59,83,52,0.55);
  margin-bottom: 20px;
  transition: opacity .35s ease, max-height .35s ease;
  opacity: 1;
  max-height: 200px;
  overflow: hidden; }

.behandlung-details {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity .35s ease, max-height .35s ease; }

.behandlung-card:hover .behandlung-desc {
  opacity: 0;
  max-height: 0;
  margin-bottom: 0; }

.behandlung-card:hover .behandlung-details {
  opacity: 1;
  max-height: 300px;
  margin-bottom: 16px; }

.detail-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 5px 0;
  border-bottom: 1px solid rgba(59,83,52,0.08);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #3B5334; }
  .detail-item:last-child,
  .detail-item:last-of-type {
    border-bottom: none; }
  .detail-item span:first-child {
    font-weight: 300;
    color: rgba(59,83,52,0.65); }
  .detail-item span:last-child {
    font-weight: 500;
    color: #8B7B2E;
    white-space: nowrap;
    margin-left: 12px; }

.detail-note {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
  color: rgba(59,83,52,0.4);
  margin-top: 6px;
  margin-bottom: 0; }

.behandlung-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #8B7B2E;
  text-decoration: none;
  transition: color .4s ease; }
  .behandlung-link:hover {
    color: #8B7B2E;
    text-decoration: none; }

@media screen and (max-width: 991px) {
  .behandlungen-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px; }
  .section-heading {
    font-size: 34px; } }

@media screen and (max-width: 576px) {
  .behandlungen-grid {
    grid-template-columns: 1fr;
    gap: 14px; }
  .behandlung-card {
    padding: 30px 24px 28px; }
  .section-heading {
    font-size: 28px; } }

/* =============================================
   ÜBER MICH / ABOUT SECTION
   ============================================= */
.about-section {
  background: #3B5334;
  padding: 100px 0; }

.about-inner {
  display: flex;
  align-items: center;
  gap: 64px; }

.about-image {
  flex: 0 0 42%;
  border-radius: 8px;
  overflow: hidden; }
  .about-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center 15%;
    display: block;
    border-radius: 8px; }

.about-text {
  flex: 1; }
  .about-text .section-eyebrow {
    color: #F5D76E; }
  .about-text .section-heading {
    color: #fff;
    font-size: 38px;
    margin-bottom: 24px; }

.about-lead {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.7);
  margin-bottom: 18px; }

.about-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.45);
  margin-bottom: 14px; }

.about-credentials {
  display: flex;
  gap: 40px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1); }

.credential-number {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  color: #F5D76E;
  margin-bottom: 4px; }

.credential-label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,0.4); }

@media screen and (max-width: 991px) {
  .about-inner {
    flex-direction: column;
    gap: 40px; }
  .about-image {
    flex: 0 0 auto;
    width: 100%; }
  .about-image img {
    height: 400px;
    object-position: center 20%; }
  .about-text {
    text-align: center; }
  .about-credentials {
    justify-content: center; } }

@media screen and (max-width: 576px) {
  .about-image img {
    height: 340px;
    object-position: center 18%; } }

/* =============================================
   KONTAKT SECTION
   ============================================= */
.kontakt-section {
  background: #F6F8F5;
  padding: 100px 0 80px; }

.kontakt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px; }

.kontakt-card {
  background: #fff;
  border-radius: 8px;
  padding: 36px 28px;
  text-align: center;
  transition: box-shadow .3s, transform .3s; }
  .kontakt-card:hover {
    box-shadow: 0 12px 40px rgba(59,83,52,0.08);
    transform: translateY(-4px); }

.kontakt-icon {
  margin-bottom: 18px; }

.kontakt-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  color: #3B5334;
  margin-bottom: 10px; }

.kontakt-info {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(59,83,52,0.55); }

.kontakt-map {
  margin-top: 0; }

@media screen and (max-width: 991px) {
  .kontakt-grid {
    grid-template-columns: 1fr;
    gap: 18px; } }

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: #3B5334;
  padding: 60px 0 32px; }

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.08); }

.footer-logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 6px; }
  .footer-logo:hover {
    color: #F5D76E;
    text-decoration: none; }

.footer-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255,255,255,0.35);
  margin: 0; }

.footer-links {
  display: flex;
  gap: 28px; }
  .footer-links a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color .3s; }
    .footer-links a:hover {
      color: #F5D76E;
      text-decoration: none; }

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px; }
  .footer-contact a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color .3s; }
    .footer-contact a:hover {
      color: #F5D76E;
      text-decoration: none; }

.footer-bottom {
  padding-top: 24px;
  text-align: center; }
  .footer-bottom p {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: rgba(255,255,255,0.25);
    margin: 0; }

@media screen and (max-width: 991px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px; }
  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px; }
  .footer-contact {
    align-items: center; } }

/* ===== Language Switcher (Option C: current lang + dropdown) ===== */
/* On desktop: sits at right end of nav via order, matches nav-link style */
/* On mobile: sits between brand and hamburger (outside collapse) */
.lang-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  margin-left: 16px;
  order: 10; }

.lang-switch-current {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 30px 10px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s; }

.lang-switch-current .lang-globe {
  width: 16px;
  height: 16px;
  opacity: 0.7;
  transition: opacity 0.2s; }
.lang-switch:hover .lang-switch-current .lang-globe { opacity: 1; }

.lang-chevron {
  width: 10px;
  height: 10px;
  opacity: 0.5;
  transition: transform 0.2s, opacity 0.2s; }
.lang-switch.open .lang-chevron {
  transform: rotate(180deg);
  opacity: 0.8; }

/* Dark navbar (top of page) */
.ftco-navbar-light .lang-switch-current { color: rgba(255,255,255,0.8); }
.ftco-navbar-light .lang-switch:hover .lang-switch-current { color: #fff; }
.ftco-navbar-light .lang-globe { stroke: rgba(255,255,255,0.7); }
.ftco-navbar-light .lang-switch:hover .lang-globe { stroke: #fff; }
.ftco-navbar-light .lang-chevron { stroke: rgba(255,255,255,0.5); }

/* Scrolled / light navbar */
.ftco-navbar-light.scrolled .lang-switch-current { color: rgba(59,83,52,0.7); }
.ftco-navbar-light.scrolled .lang-switch:hover .lang-switch-current { color: #3B5334; }
.ftco-navbar-light.scrolled .lang-globe { stroke: rgba(59,83,52,0.5); }
.ftco-navbar-light.scrolled .lang-switch:hover .lang-globe { stroke: #3B5334; }
.ftco-navbar-light.scrolled .lang-chevron { stroke: rgba(59,83,52,0.4); }
@media (min-width: 992px) {
  .ftco-navbar-light.scrolled .lang-switch-current { padding-top: 0.7rem; padding-bottom: 0.7rem; }
}

/* Dropdown panel */
.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
  min-width: 150px;
  padding: 6px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  z-index: 1000; }
.lang-switch.open .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.lang-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #3B5334;
  text-decoration: none;
  transition: background 0.15s; }
.lang-option:hover {
  background: #F6F8F5; }
.lang-option.active {
  font-weight: 600; }
.lang-option.active::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F5D76E;
  margin-left: auto; }

/* Mobile: lang switch sits next to hamburger, outside collapse */
@media (max-width: 991.98px) {
  .lang-switch {
    margin-left: auto;
    margin-right: 12px;
    order: 2; }
  .navbar-toggler {
    order: 3; }
  .navbar-collapse {
    order: 4;
    flex-basis: 100%; }
  .lang-switch-current {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 5px 8px;
    font-size: 11px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.05em; }
  .lang-switch-current .lang-globe {
    width: 14px;
    height: 14px; }
  .lang-chevron { display: none; }
  .ftco-navbar-light.scrolled .lang-switch-current {
    background: rgba(59,83,52,0.06);
    border-color: rgba(59,83,52,0.12);
    color: rgba(59,83,52,0.7); }
  .ftco-navbar-light.scrolled .lang-switch-current .lang-globe {
    stroke: rgba(59,83,52,0.5); }
}

/* =============================================
   HAUSARZT ENGE — Extra Sections
   ============================================= */

/* ===== Features Strip ===== */
.features-strip {
  background: #fff;
  padding: 70px 0; }

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px; }

.feature-item {
  text-align: center;
  padding: 20px 16px; }
  .feature-item svg {
    margin-bottom: 18px; }
  .feature-item h5 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 17px;
    font-weight: 400;
    color: #3B5334;
    margin-bottom: 10px; }
  .feature-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(59,83,52,0.55);
    margin: 0; }

@media screen and (max-width: 991px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; } }

@media screen and (max-width: 576px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 12px; } }

/* ===== Cases Section ===== */
/* ===== Häufige Gründe Section ===== */
.gruende-section {
  background: #fff;
  padding: 100px 0 80px; }

.gruende-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px; }
  @media (max-width: 991px) {
    .gruende-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575px) {
    .gruende-grid {
      grid-template-columns: 1fr; } }

.gruende-item {
  padding: 32px;
  background: #F6F8F5;
  border-radius: 6px;
  transition: box-shadow .3s ease; }
  .gruende-item:hover {
    box-shadow: 0 4px 20px rgba(59,83,52,0.08); }
  .gruende-item h5 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 16px;
    font-weight: 500;
    color: #3B5334;
    margin-bottom: 12px; }
  .gruende-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(59,83,52,0.6);
    margin-bottom: 0; }

/* ===== Fallbeispiele / Cases Section ===== */
.cases-section {
  background: #F6F8F5;
  padding: 100px 0 80px; }

.cases-carousel {
  overflow: hidden;
  display: flex;
  padding: 10px 0 20px; }
  .cases-carousel:hover .cases-group {
    animation-play-state: paused; }
  .cases-carousel > * {
    flex: 0 0 100%; }

.cases-group {
  display: flex;
  gap: 24px;
  padding-right: 24px;
  will-change: transform;
  animation: casesScroll 120s linear infinite; }

@keyframes casesScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); } }

.case-card {
  background: #fff;
  padding: 32px;
  border-radius: 6px;
  min-width: 380px;
  max-width: 380px;
  text-align: left; }
  @media (max-width: 575px) {
    .case-card {
      min-width: 300px;
      max-width: 300px; }
    .cases-group {
      gap: 16px;
      padding-right: 16px; } }

.case-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #F5D76E;
  margin-bottom: 6px; }

.case-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  color: #3B5334;
  margin-bottom: 12px; }

.case-text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(59,83,52,0.6); }

/* ===== Reviews Section ===== */
.reviews-section {
  background: #fff;
  padding: 100px 0 80px; }

.reviews-carousel {
  overflow: hidden;
  display: flex;
  padding: 10px 0 20px; }
  .reviews-carousel:hover .reviews-group {
    animation-play-state: paused; }
  .reviews-carousel > * {
    flex: 0 0 100%; }

.reviews-group {
  display: flex;
  gap: 24px;
  padding-right: 24px;
  will-change: transform;
  animation: reviewsScroll 90s linear infinite; }

@keyframes reviewsScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); } }

.review-card {
  background: #F6F8F5;
  padding: 32px;
  border-radius: 6px;
  min-width: 340px;
  max-width: 340px; }
  @media (max-width: 575px) {
    .review-card {
      min-width: 280px;
      max-width: 280px; }
    .reviews-group {
      gap: 16px;
      padding-right: 16px; } }

.review-stars {
  color: #F5D76E;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 16px; }

.review-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(59,83,52,0.7);
  margin-bottom: 20px;
  font-style: italic; }

.review-author {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #3B5334;
  margin-bottom: 2px; }

.review-source {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgba(59,83,52,0.4);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 0; }

.reviews-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #3B5334;
  border-bottom: 1px solid rgba(59,83,52,0.2);
  padding-bottom: 2px; }
  .reviews-link:hover {
    color: #F5D76E;
    border-bottom-color: #F5D76E; }

/* ===== FAQ Section ===== */
.faq-section {
  background: #fff;
  padding: 100px 0 80px; }

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }

.faq-item {
  background: #F6F8F5;
  border-radius: 8px;
  padding: 32px 28px;
  border: 1px solid rgba(59,83,52,0.04);
  transition: box-shadow .3s, transform .3s; }
  .faq-item:hover {
    box-shadow: 0 8px 30px rgba(59,83,52,0.07);
    transform: translateY(-2px); }
  .faq-item h5 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 17px;
    font-weight: 400;
    color: #3B5334;
    margin-bottom: 10px; }
  .faq-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(59,83,52,0.55);
    margin: 0; }

@media screen and (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 14px; } }

/* ===== Kontakt info row ===== */
.kontakt-info-row {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(59,83,52,0.55);
  padding: 16px 0;
  border-top: 1px solid rgba(59,83,52,0.08); }
  .kontakt-info-row strong {
    font-weight: 500;
    color: #3B5334; }

/* =============================================
   WHATSAPP STICKY BUTTON (copied from hausarzt-enge.ch)
   ============================================= */
.whatsapp-sticky-button {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  opacity: .95;
  transition: opacity .2s ease;
  width: 70px;
  height: 70px;
  pointer-events: none; }
  .whatsapp-sticky-button:hover {
    opacity: 1; }
  .whatsapp-sticky-button a {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    text-decoration: none;
    line-height: 0; }
  .whatsapp-sticky-button img {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    transition: transform .2s ease-in-out; }
  .whatsapp-sticky-button a:hover img {
    transform: scale(1.1); }

@media (max-width: 768px) {
  .whatsapp-sticky-button {
    bottom: 24px;
    right: 24px;
    width: 65px;
    height: 65px; }
  .whatsapp-sticky-button img {
    width: 65px;
    height: 65px; } }

@media (max-width: 480px) {
  .whatsapp-sticky-button {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px; }
  .whatsapp-sticky-button img {
    width: 60px;
    height: 60px; } }
