/*--------------------------------------------------------------
  VitaPedes Podologie Basel - Custom CSS
  Basiert auf Aura Beauty Salon Template, angepasst fuer Teal/Petrol
--------------------------------------------------------------*/

/*==============================
  GHL Calendar & Gutschein Theme
==============================*/
:root {
  --ghl-cal-primary: #65A5B3;
  --ghl-cal-primary2: #3D8A99;
  --ghl-cal-smoke: #F2F7F8;
  --ghl-cal-smoke2: #E4EEF0;
  --ghl-cal-sticky-top: 80px;
  --gutschein-primary: #65A5B3;
  --gutschein-primary2: #3D8A99;
  --gutschein-smoke: #F2F7F8;
  --gutschein-smoke2: #E4EEF0;
}

/*==============================
  Global Contrast Fixes
  --theme-color #65A5B3 ist zu hell fuer Text
==============================*/
.sub-title {
  color: #4A8A96 !important;
}

.sec-title {
  color: #1A2C37 !important;
}

.title-area .sec-title {
  color: #1A2C37 !important;
}

/*==============================
  Hero - Fullwidth BG + Right Text
==============================*/
.tg-hero {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.tg-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.tg-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.tg-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to left,
      rgba(61, 138, 153, 0.05) 0%,
      rgba(61, 138, 153, 0.22) 20%,
      rgba(61, 138, 153, 0.55) 42%,
      rgba(61, 138, 153, 0.82) 60%,
      rgba(42, 118, 133, 0.92) 100%
    );
}

.tg-hero > .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  padding-top: 200px;
  padding-bottom: 140px;
}

.tg-hero--tall > .container {
  padding-top: 240px;
  padding-bottom: 180px;
}

.tg-hero__content {
  max-width: 540px;
  padding-left: 20px;
}

.tg-hero__label {
  display: inline-block;
  color: #D5E9ED;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  position: relative;
  padding-left: 48px;
}

.tg-hero__label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 1.5px;
  background: #D5E9ED;
}

.tg-hero__title {
  color: #fff;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.12;
  margin: 0 0 20px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.tg-hero__title-accent {
  color: #D5E9ED;
}

.tg-hero__text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 28px;
  max-width: 440px;
}

.tg-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tg-hero__btn {
  display: inline-flex;
  align-items: center;
  padding: 13px 28px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap;
}

.tg-hero__btn i {
  transition: transform 0.3s ease;
}

.tg-hero__btn:hover i {
  transform: translateX(4px);
}

.tg-hero__btn--primary {
  background: #D5E9ED;
  color: #1A2C37;
}

.tg-hero__btn--primary:hover {
  background: #E0F0F3;
  color: #1A2C37;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(101, 165, 179, 0.3);
}

.tg-hero__btn--outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
}

.tg-hero__btn--outline:hover {
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 1199px) {
  .tg-hero > .container {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .tg-hero--tall > .container {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .tg-hero > .container {
    justify-content: center;
    padding-top: 110px;
    padding-bottom: 60px;
  }
  .tg-hero--tall > .container {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .tg-hero__content {
    text-align: center;
    padding-right: 0;
  }

  .tg-hero__overlay {
    background:
      linear-gradient(to bottom,
        rgba(61, 138, 153, 0.3) 0%,
        rgba(61, 138, 153, 0.7) 50%,
        rgba(42, 118, 133, 0.92) 100%
      );
  }

  .tg-hero__label {
    padding-left: 0;
  }

  .tg-hero__label::before {
    display: none;
  }

  .tg-hero__text {
    margin-left: auto;
    margin-right: auto;
  }

  .tg-hero__actions {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .tg-hero > .container {
    padding-top: 100px;
    padding-bottom: 48px;
  }
  .tg-hero--tall > .container {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .tg-hero__title {
    font-size: 30px;
  }

  .tg-hero__text {
    font-size: 15px;
  }

  .tg-hero__actions {
    flex-direction: column;
  }

  .tg-hero__btn {
    justify-content: center;
    width: 100%;
  }
}

/*==============================
  Trust Bar (standalone, used on sub-pages)
==============================*/
.tg-trust-bar {
  background: #3D8A99;
  padding: 0;
  position: relative;
  z-index: 3;
}

.tg-trust-bar .tg-trust-bar__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.tg-trust-bar .tg-trust-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 16px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  white-space: nowrap;
}

.tg-trust-bar .tg-trust-bar__item:last-child {
  border-right: none;
}

.tg-trust-bar .tg-trust-bar__item i {
  color: #D5E9ED;
  font-size: 16px;
}

@media (max-width: 991px) {
  .tg-trust-bar .tg-trust-bar__item {
    padding: 12px 20px;
    font-size: 12px;
    border-right: none;
  }
}

@media (max-width: 575px) {
  .tg-trust-bar .tg-trust-bar__item {
    padding: 10px 16px;
    font-size: 11px;
    flex: 0 0 50%;
    justify-content: center;
  }
}

/*==============================
  Trust Bar (inline in Hero)
==============================*/
.tg-trust-bar__inner--hero {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  margin-top: 24px;
}

.tg-trust-bar__item--hero {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.tg-trust-bar__item--hero i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

@media (max-width: 575px) {
  .tg-trust-bar__inner--hero {
    gap: 4px 16px;
  }

  .tg-trust-bar__item--hero {
    font-size: 11px;
    flex: 0 0 calc(50% - 8px);
  }
}

/*==============================
  Konzept Steps
==============================*/
.konzept-section {
  padding: 100px 0;
}

.konzept-step {
  text-align: center;
  padding: 32px 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(101, 165, 179, 0.08);
  height: 100%;
  transition: all 0.4s ease;
}

.konzept-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(101, 165, 179, 0.15);
  border-color: rgba(101, 165, 179, 0.2);
}

.konzept-step-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #65A5B3 0%, #3D8A99 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(101, 165, 179, 0.3);
  font-family: var(--title-font, 'Cormorant Garamond', serif);
}

.konzept-step-title {
  color: #2A5A66;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: var(--body-font, 'DM Sans', sans-serif);
}

.konzept-step-text {
  color: #777;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .konzept-section {
    padding: 70px 0;
  }
}

@media (max-width: 575px) {
  .konzept-section {
    padding: 50px 0;
  }
}

/*==============================
  Service Cards
==============================*/
.service-cards-section {
  background: linear-gradient(180deg, #F2F7F8 0%, #E4EEF0 100%);
  padding: 100px 0;
  position: relative;
}

.service-cards-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(101, 165, 179, 0.15), transparent);
}

.service-cards-section .title-area {
  margin-bottom: 60px;
}

.service-cards-section .sub-title {
  color: #4A8A96 !important;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
}

.service-cards-section .sec-title {
  color: #1A2C37 !important;
  font-weight: 600;
}

.service-card {
  background: #fff !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 24px rgba(101, 165, 179, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid rgba(101, 165, 179, 0.06) !important;
  padding: 0 !important;
  margin: 0;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(101, 165, 179, 0.15);
}

.service-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #65A5B3 0%, #3D8A99 100%);
  margin: 0;
  padding: 0;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}

.service-card:hover .service-card-image img {
  transform: scale(1.08);
}

.service-card-content {
  padding: 28px 24px 32px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.service-card-title {
  color: #2A5A66;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  font-family: var(--body-font);
  line-height: 1.4;
}

.service-card-title::after {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, #65A5B3, #3D8A99);
  margin: 16px auto 18px;
  border-radius: 1px;
}

.service-card-text {
  color: #6b7c93;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 24px;
  flex: 1;
}

.service-card-link {
  display: inline-block;
  background: linear-gradient(135deg, #65A5B3 0%, #3D8A99 100%);
  color: #fff;
  padding: 14px 32px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.service-card-link:hover {
  background: linear-gradient(135deg, #3D8A99 0%, #2D7585 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(101, 165, 179, 0.35);
}

.service-card-link i {
  margin-left: 10px;
  font-size: 11px;
  transition: transform 0.3s ease;
}

.service-card-link:hover i {
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .service-cards-section {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .service-cards-section {
    padding: 60px 0;
  }

  .service-cards-section .title-area {
    margin-bottom: 40px;
  }

  .service-card-link {
    padding: 12px 28px;
    width: 100%;
  }
}

/*==============================
  Philosophie Section
==============================*/
.philosophie-section {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .philosophie-section {
    padding: 60px 0;
  }
}

/*==============================
  FAQ Section
==============================*/
.tg-faq {
  padding: 100px 0;
}

.tg-faq__image {
  position: relative;
}

.tg-faq__image-accent {
  position: absolute;
  top: 20px;
  left: -20px;
  right: 20px;
  bottom: -20px;
  border: 2px solid var(--theme-color, #65A5B3);
  border-radius: 16px;
  z-index: -1;
  opacity: 0.2;
}

@media (max-width: 767px) {
  .tg-faq {
    padding: 60px 0;
  }
}

/*==============================
  Membership Badges
==============================*/
.tg-memberships {
  padding: 80px 0;
}

.tg-membership-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 20px;
  background: #fff;
  border-radius: 16px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid rgba(101, 165, 179, 0.15);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.tg-membership-badge:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(101, 165, 179, 0.18);
  border-color: rgba(101, 165, 179, 0.3);
}

.tg-membership-badge i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(135deg, #65A5B3 0%, #3D8A99 100%);
  border-radius: 50%;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(101, 165, 179, 0.3);
}

.tg-membership-badge span {
  font-size: 13px;
  font-weight: 600;
  color: #1A2C37;
  line-height: 1.5;
  letter-spacing: 0.2px;
}

@media (max-width: 767px) {
  .tg-memberships {
    padding: 60px 0;
  }
}

/*==============================
  Navigation Button Cards
==============================*/
.nav-buttons-section {
  padding: 80px 0;
}

.nav-button-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #65A5B3 0%, #3D8A99 100%);
  color: #fff;
  padding: 24px 20px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  min-height: 90px;
  box-shadow: 0 4px 15px rgba(101, 165, 179, 0.25);
}

.nav-button-card:hover {
  background: linear-gradient(135deg, #3D8A99 0%, #2D7585 100%);
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(101, 165, 179, 0.35);
}

.nav-button-card i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.nav-button-card:hover i {
  transform: translateX(4px);
}

@media (max-width: 767px) {
  .nav-buttons-section {
    padding: 60px 0;
  }

  .nav-button-card {
    padding: 20px 16px;
    font-size: 12px;
    min-height: 80px;
  }
}

/*==============================
  Page Hero (Sub-pages)
==============================*/
.tg-page-hero {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.tg-page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.tg-page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.tg-page-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to right,
      rgba(42, 118, 133, 0.88) 0%,
      rgba(61, 138, 153, 0.82) 40%,
      rgba(61, 138, 153, 0.75) 70%,
      rgba(61, 138, 153, 0.85) 100%
    );
}

.tg-page-hero__content {
  padding-top: 140px;
  padding-bottom: 60px;
}

.tg-page-hero--compact .tg-page-hero__content {
  padding-top: 160px;
  padding-bottom: 100px;
}

.tg-page-hero--compact .tg-hero__actions {
  margin-top: 28px;
}

.tg-page-hero__title {
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  margin: 12px 0 16px;
  line-height: 1.15;
}

.tg-page-hero__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.6;
  max-width: 560px;
  margin: 0;
}

.tg-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.tg-breadcrumb a {
  color: #D5E9ED;
  text-decoration: none;
  transition: color 0.2s;
}

.tg-breadcrumb a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .tg-page-hero__content {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .tg-page-hero__content {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .tg-page-hero__title {
    font-size: 28px;
  }
}

/*==============================
  Checklist
==============================*/
.tg-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.tg-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  background: var(--smoke-color, #F2F7F8);
  border-radius: 10px;
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  border: 1px solid rgba(101, 165, 179, 0.06);
  transition: all 0.25s ease;
}

.tg-checklist li:hover {
  border-color: rgba(101, 165, 179, 0.18);
  box-shadow: 0 4px 12px rgba(101, 165, 179, 0.08);
}

.tg-checklist li i {
  color: #65A5B3;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .tg-checklist {
    grid-template-columns: 1fr;
  }
}

/*==============================
  Contact Info
==============================*/
.tg-contact-info__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(101, 165, 179, 0.08);
}

.tg-contact-info__item:last-child {
  border-bottom: none;
}

.tg-contact-info__icon {
  width: 48px;
  height: 48px;
  background: var(--smoke-color, #F2F7F8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tg-contact-info__icon i {
  font-size: 20px;
  color: var(--theme-color, #65A5B3);
}

.tg-contact-info__item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.tg-contact-info__item p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

.tg-contact-info__item a {
  color: var(--theme-color, #65A5B3);
  text-decoration: none;
}

/*==============================
  Price Table
==============================*/
.tg-price-table {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(101, 165, 179, 0.08);
  border: 1px solid rgba(101, 165, 179, 0.06);
}

.tg-price-table__header {
  background: linear-gradient(135deg, #65A5B3 0%, #3D8A99 100%);
  color: #fff;
  padding: 20px 28px;
  font-size: 18px;
  font-weight: 600;
}

.tg-price-table__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 28px;
  border-bottom: 1px solid rgba(101, 165, 179, 0.06);
  transition: background 0.2s ease;
}

.tg-price-table__row:last-child {
  border-bottom: none;
}

.tg-price-table__row:hover {
  background: var(--smoke-color, #F2F7F8);
}

.tg-price-table__service {
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

.tg-price-table__detail {
  font-size: 13px;
  color: #777;
  margin-top: 2px;
}

.tg-price-table__price {
  font-size: 16px;
  font-weight: 700;
  color: #3D8A99;
  white-space: nowrap;
}

/* Mobile Menu CTA */
.mobile-menu-cta {
  padding: 20px 20px 30px;
}
