:root {
  --primary-color: #5A5044;
  --secondary-color: #F7F3ED;
  --accent-secondary-color: #636A55;
  --bg-color: #EFE7DA;
  --text-color: #868686;
  --accent-color: #8E714F;
  --white-color: #FFFFFF;
  --ink-color: #2F2A24;
  --line-color: rgba(90, 80, 68, 0.16);
  --shadow: 0 18px 55px rgba(90, 80, 68, 0.12);
  --soft-shadow: 0 10px 30px rgba(90, 80, 68, 0.10);
  --radius: 8px;
}
.img-fluid {
      width: 100%;
  max-width: 100%;
  height: auto;
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--primary-color);
  background: var(--white-color);
  font-family: "Noto Sans Devanagari", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.8;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {

  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 34px;
  color: #362715;
background:#f6ede2;
}

.site-header.is-scrolled,
.site-header.nav-active {
  color: var(--primary-color);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(47, 42, 36, 0.10);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  flex: 0 0 48px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
  color: var(--white-color);
  border-radius: 50%;
  font-weight: 800;
  line-height: 1;
}

.site-header.is-scrolled .brand-mark,
.site-header.nav-active .brand-mark {
  border-color: var(--line-color);
  background: var(--secondary-color);
  color: var(--accent-color);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.brand small {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.78;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.nav-active .site-nav a:hover {
  background: var(--secondary-color);
}

.site-nav .nav-cta {
  color: var(--white-color);
  background: var(--accent-color);
}

.site-nav .nav-cta:hover {
  background: var(--primary-color);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: currentColor;
  background: rgba(255, 255, 255, 0.14);
  cursor: pointer;
}

.hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding: 128px 34px 74px;
  color: var(--white-color);
  background-image:
    linear-gradient(90deg, rgba(47, 42, 36, 0.86), rgba(47, 42, 36, 0.64) 50%, rgba(47, 42, 36, 0.28)),
    url("../images/hero-camp.jpg"),
    url("https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
}

.hero-content {
  width: min(780px, 100%);
}

.eyebrow,
.section-kicker,
.doctor-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-secondary-color);
  background: rgba(99, 106, 85, 0.12);
  border: 1px solid rgba(99, 106, 85, 0.18);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.hero .eyebrow {
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.26);
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--ink-color);
  font-family: "Noto Serif Devanagari", serif;
  line-height: 1.28;
}

.hero h1 {
  margin: 20px 0 18px;
  color: var(--white-color);
  font-size: 58px;
  font-weight: 700;
}

.hero-lead {
  width: min(690px, 100%);
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.90);
  font-size: 23px;
  line-height: 1.7;
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.hero-checks span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: var(--white-color);
  font-weight: 700;
}

.hero-checks i {
  color: #BFD5A8;
}

.hero-actions,
.appointment-actions,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white-color);
  background: var(--accent-color);
  box-shadow: 0 14px 28px rgba(142, 113, 79, 0.25);
}

.btn-primary:hover {
  background: var(--primary-color);
}

.btn-light {
  color: var(--primary-color);
  background: var(--white-color);
}

.btn-whatsapp {
  color: var(--white-color);
  background: var(--accent-secondary-color);
}

.trust-strip {
  width: min(1160px, calc(100% - 40px));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: -4px auto 0;
  overflow: hidden;
  border: 1px solid var(--line-color);
  border-radius: var(--radius);
  background: var(--line-color);
  box-shadow: var(--shadow);
  position: relative;
  z-index: 3;
}

.trust-item {
  min-height: 126px;
  padding: 22px;
  background: var(--white-color);
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item strong {
  color: var(--accent-color);
  font-size: 27px;
  line-height: 1.25;
}

.trust-item span {
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1.5;
}

.section {
  padding: 96px 0;
}

.bg-soft {
  background: var(--secondary-color);
}

.section-head {
  width: min(790px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.section-head h2,
.section-copy h2,
.faq-intro h2,
.appointment-copy h2 {
  margin: 16px 0;
  font-size: 42px;
}

.section-head p,
.section-copy p,
.faq-intro p,
.appointment-copy p {
  color: var(--text-color);
  font-size: 18px;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 48px;
  align-items: center;
}

.notice-panel {
  padding: 30px;
  border: 1px solid var(--line-color);
  border-radius: var(--radius);
  background: var(--secondary-color);
  box-shadow: var(--soft-shadow);
}

.notice-panel > i {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: var(--white-color);
  background: var(--accent-secondary-color);
  font-size: 25px;
}

.notice-panel h3 {
  margin-bottom: 12px;
  color: var(--ink-color);
  font-size: 24px;
  line-height: 1.45;
}

.notice-panel p {
  color: var(--text-color);
}

.notice-panel a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-color);
  font-weight: 800;
  text-decoration: none;
}

.problem-grid,
.therapy-grid,
.strength-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mini-card,
.strength-card {
  min-height: 154px;
  padding: 24px;
  border: 1px solid var(--line-color);
  border-radius: var(--radius);
  background: var(--white-color);
  box-shadow: var(--soft-shadow);
}

.mini-card i,
.strength-card i {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  color: var(--white-color);
  background: var(--accent-color);
  font-size: 22px;
}

.mini-card h3 {
  margin: 0;
  color: var(--ink-color);
  font-size: 20px;
  line-height: 1.45;
}

.therapy-grid span {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line-color);
  border-radius: var(--radius);
  background: var(--white-color);
  color: var(--primary-color);
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(90, 80, 68, 0.07);
}

.therapy-grid i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  flex: 0 0 38px;
  border-radius: 50%;
  color: var(--white-color);
  background: var(--accent-secondary-color);
}

.offer-section {
  position: relative;
  overflow: hidden;
  color: var(--white-color);
  background:
    linear-gradient(115deg, rgba(47, 42, 36, 0.96), rgba(90, 80, 68, 0.88) 54%, rgba(99, 106, 85, 0.84)),
    url("../images/offer-bg.jpg"),
    url("https://images.unsplash.com/photo-1607748851687-ba9a10438621?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
}

.offer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.offer-wrap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 46px;
  align-items: center;
}

.offer-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: 999px;
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.13);
  font-size: 15px;
  font-weight: 800;
}

.offer-copy h2,
.offer-copy h3 {
  color: var(--white-color);
}

.offer-copy h2 {
  margin: 18px 0 8px;
  font-size: 46px;
}

.offer-copy h3 {
  margin-bottom: 16px;
  font-size: 28px;
}

.offer-copy p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
}

.offer-includes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.offer-includes span {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.10);
  color: var(--white-color);
  font-weight: 800;
}

.offer-includes i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  flex: 0 0 38px;
  border-radius: 50%;
  color: var(--primary-color);
  background: var(--secondary-color);
}

.offer-price-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  color: var(--primary-color);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.price-tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 14px;
  border-radius: 999px;
  color: var(--white-color);
  background: var(--accent-secondary-color);
  font-size: 14px;
  font-weight: 800;
}

.old-price {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-color);
}

.old-price strong,
.old-price span,
.new-price span,
.new-price strong {
  display: block;
}

.old-price strong {
  color: var(--text-color);
  font-size: 28px;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.old-price span {
  color: var(--primary-color);
  font-weight: 800;
}

.new-price {
  padding: 18px 0 10px;
}

.new-price span {
  color: var(--accent-color);
  font-weight: 800;
}

.new-price strong {
  color: var(--accent-color);
  font-size: 70px;
  line-height: 1;
}

.offer-price-card p {
  margin-bottom: 22px;
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.6;
}

.offer-price-card .btn {
  width: 100%;
}

.doctor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: start;
}

.doctor-card {
  overflow: hidden;
  border: 1px solid var(--line-color);
  border-radius: var(--radius);
  background: var(--white-color);
  box-shadow: var(--soft-shadow);
}

.doctor-media {
  position: relative;
  display: grid;
  height: 210px;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(99, 106, 85, 0.90), rgba(142, 113, 79, 0.82)),
    url("https://images.unsplash.com/photo-1584515933487-779824d29309?auto=format&fit=crop&w=900&q=80");
  background-position: center;
  background-size: cover;
}

.doctor-initials {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.13);
  font-size: 30px;
  font-weight: 800;
}

.doctor-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-body {
  padding: 24px;
}

.doctor-card h3 {
  margin: 16px 0 16px;
  color: var(--ink-color);
  font-size: 25px;
  line-height: 1.35;
}

.doctor-card h4 {
  margin: 18px 0 8px;
  color: var(--accent-color);
  font-size: 16px;
  text-transform: uppercase;
}

.doctor-card p,
.doctor-card li {
  color: var(--primary-color);
}

.doctor-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.doctor-card li::marker {
  color: var(--accent-secondary-color);
}

.team-strength {
  background: var(--white-color);
}

.strength-card {
  min-height: 230px;
}

.strength-card p {
  margin: 0;
  color: var(--primary-color);
  font-weight: 700;
}

.goal-banner {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 26px;
  padding: 26px;
  border-radius: var(--radius);
  color: var(--white-color);
  background: var(--primary-color);
}

.goal-banner i {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  color: var(--primary-color);
  background: var(--secondary-color);
  font-size: 30px;
}

.goal-banner p {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.6;
}

.faq-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 104px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line-color);
  border-radius: var(--radius);
  background: var(--white-color);
  box-shadow: 0 8px 22px rgba(90, 80, 68, 0.07);
}

.faq-item button {
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr 32px;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border: 0;
  color: var(--ink-color);
  background: transparent;
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}

.faq-item button i {
  justify-self: end;
  color: var(--accent-color);
  transition: transform 160ms ease;
}

.faq-item.is-open button i {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 0;
  color: var(--text-color);
}

.appointment-section {
  color: var(--white-color);
  background:
    linear-gradient(90deg, rgba(47, 42, 36, 0.91), rgba(90, 80, 68, 0.86)),
    url("../images/appointment-bg.jpg"),
    url("https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
}

.appointment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 480px;
  gap: 52px;
  align-items: center;
}

.appointment-copy h2,
.appointment-copy p,
.appointment-copy .section-kicker {
  color: var(--white-color);
}

.appointment-copy .section-kicker {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.13);
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  color: var(--primary-color);
  box-shadow: var(--shadow);
}

.booking-form label {
  display: grid;
  gap: 7px;
  color: var(--ink-color);
  font-weight: 800;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid var(--line-color);
  border-radius: var(--radius);
  padding: 12px 14px;
  color: var(--primary-color);
  background: var(--white-color);
  outline: none;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px rgba(142, 113, 79, 0.14);
}

.form-submit {
  width: 100%;
}

.form-note {
  margin: 0;
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.6;
}

.site-footer {
  padding: 38px 0 98px;
  color: rgba(255, 255, 255, 0.84);
  background: var(--ink-color);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.site-footer strong {
  display: block;
  color: var(--white-color);
  font-size: 20px;
}

.site-footer p {
  max-width: 650px;
  margin: 8px 0 0;
}

.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 999px;
  text-decoration: none;
}

.sticky-actions {
  position: fixed;
  z-index: 30;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 10px;
}

.sticky-actions a {
  width: 62px;
  min-height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white-color);
  background: var(--accent-color);
  box-shadow: 0 12px 24px rgba(47, 42, 36, 0.20);
  text-decoration: none;
}

.sticky-actions a:nth-child(2) {
  background: var(--accent-secondary-color);
}

.sticky-actions span {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1060px) {
  .trust-strip,
  .problem-grid,
  .therapy-grid,
  .strength-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .doctor-grid,
  .appointment-grid,
  .offer-wrap,
  .two-column,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-intro {
    position: static;
  }
}

@media (max-width: 820px) {
  body {
    font-size: 16px;
  }

  .site-header {
    padding: 12px 18px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand small {
    display: none;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .site-nav {
    position: fixed;
    top: 72px;
    left: 18px;
    right: 18px;
    display: none;
    padding: 14px;
    border: 1px solid var(--line-color);
    border-radius: var(--radius);
    background: var(--white-color);
    color: var(--primary-color);
    box-shadow: var(--shadow);
  }

  .site-header.nav-active .site-nav {
    display: grid;
    gap: 8px;
  }

  .site-nav a {
    justify-content: flex-start;
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding: 108px 20px 62px;
  }

  .hero h1 {
    font-size: 39px;
  }

  .hero-lead {
    font-size: 19px;
  }

  .hero-actions .btn,
  .appointment-actions .btn {
    width: 100%;
  }

  .trust-strip {
    margin-top: 0;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .section {
    padding: 72px 0;
  }

  .section-head h2,
  .section-copy h2,
  .faq-intro h2,
  .appointment-copy h2 {
    font-size: 32px;
  }

  .doctor-media {
    height: 190px;
  }

  .appointment-grid {
    gap: 32px;
  }

  .offer-copy h2 {
    font-size: 34px;
  }

  .offer-copy h3 {
    font-size: 23px;
  }

  .offer-copy p {
    font-size: 18px;
  }

  .offer-includes {
    grid-template-columns: 1fr;
  }

  .sticky-actions {
    left: 0;
    right: 0;
    bottom: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(47, 42, 36, 0.18);
  }

  .sticky-actions a {
    width: auto;
    min-height: 58px;
    border-radius: 0;
    box-shadow: none;
  }

  .sticky-actions span {
    display: block;
    font-size: 12px;
    font-weight: 800;
  }

  .sticky-actions i {
    font-size: 17px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-checks {
    display: grid;
    grid-template-columns: 1fr;
  }

  .trust-strip,
  .problem-grid,
  .therapy-grid,
  .strength-grid {
    grid-template-columns: 1fr;
  }

  .trust-item {
    min-height: auto;
  }

  .doctor-body,
  .offer-price-card,
  .booking-form,
  .notice-panel {
    padding: 20px;
  }

  .new-price strong {
    font-size: 58px;
  }

  .goal-banner {
    grid-template-columns: 1fr;
  }

  .goal-banner p {
    font-size: 18px;
  }

  .footer-grid {
    display: grid;
  }
}

.problem-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 100%;
    margin-bottom: 20px;
    background: #f1f5f3;
}

.problem-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.mini-card:hover .problem-image img {
    transform: scale(1.06);
}

.mini-card h3 {
    margin: 0 0 8px;
    font-size: 21px;
    color: #26332d;
}

.mini-card p {
    margin: 0;
    color: #6b756f;
    font-size: 15px;
    line-height: 1.6;
}

.cta-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.problem-cta-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  
    color: #fff;
    font-size: 25px;
    margin-bottom: 18px;
}

.cta-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 12px 25px;
    border-radius: 50px;
    background: #b18453;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-card a:hover {
    background: #442e14;
    transform: translateY(-2px);
}

@media (max-width: 767px) {

    .problem-image {
        height: 140px;
        border-radius: 14px;
        margin-bottom: 14px;
    }

    .mini-card h3 {
        font-size: 18px;
    }

    .mini-card p {
        font-size: 14px;
    }

    .problem-cta-icon {
        width: 55px;
        height: 55px;
        font-size: 21px;
    }

}

/* =========================================
   PAIN CAUSES - PREMIUM IMAGE CARDS
   Uses Website Theme Colors
========================================= */

.cause-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 45px;
}

.cause-card {
    position: relative;
    overflow: hidden;
    background: var(--white-color);
    border: 1px solid var(--line-color);
    border-radius: var(--radius);
    box-shadow: var(--soft-shadow);
    transition: all 0.35s ease;
}

.cause-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow);
    border-color: rgba(142, 113, 79, 0.30);
}


/* =========================================
   IMAGE
========================================= */

.cause-image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: var(--secondary-color);
}

.cause-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cause-card:hover .cause-image img {
    transform: scale(1.06);
}


/* =========================================
   IMAGE OVERLAY
========================================= */

.cause-image::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(47, 42, 36, 0.42),
        rgba(47, 42, 36, 0.02) 65%
    );

    pointer-events: none;
}


/* =========================================
   NUMBER
========================================= */

.cause-number {
    position: absolute;
    z-index: 2;

    left: 18px;
    bottom: 18px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--white-color);
    color: var(--primary-color);

    font-size: 14px;
    font-weight: 700;

    border: 2px solid var(--accent-color);

    box-shadow: 0 8px 20px rgba(90, 80, 68, 0.18);
}


/* =========================================
   CONTENT
========================================= */

.cause-content {
    padding: 27px 26px 30px;
    background: var(--white-color);
}

.cause-content h3 {
    margin: 0 0 12px;

    color: var(--ink-color);

    font-size: 23px;
    font-weight: 700;

    line-height: 1.35;
}

.cause-content p {
    margin: 0;

    color: var(--text-color);

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   SMALL GOLD ACCENT
========================================= */

.cause-content::before {
    content: "";

    display: block;

    width: 38px;
    height: 3px;

    margin-bottom: 16px;

    background: var(--accent-color);
    border-radius: 10px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

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

    .cause-image {
        height: 200px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .cause-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 30px;
    }

    .cause-card {
        border-radius: var(--radius);
    }

    .cause-image {
        height: 210px;
    }

    .cause-content {
        padding: 22px 20px 25px;
    }

    .cause-content h3 {
        font-size: 21px;
    }

    .cause-content p {
        font-size: 15px;
        line-height: 1.75;
    }

    .cause-number {
        width: 44px;
        height: 44px;

        left: 15px;
        bottom: 15px;

        font-size: 13px;
    }

}
/* =========================================
   AVAILABLE THERAPIES
   PREMIUM IMAGE CARD DESIGN
========================================= */

.therapy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 45px;
}


/* =========================================
   CARD
========================================= */

.therapy-card {
    position: relative;
    overflow: hidden;
    background: var(--white-color);
    border: 1px solid var(--line-color);
    border-radius: var(--radius);
    box-shadow: var(--soft-shadow);
    transition: all 0.35s ease;
}

.therapy-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow);
    border-color: rgba(142, 113, 79, 0.35);
}


/* =========================================
   IMAGE
========================================= */

.therapy-image {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: var(--secondary-color);
}

.therapy-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.therapy-card:hover .therapy-image img {
    transform: scale(1.07);
}


/* =========================================
   IMAGE OVERLAY
========================================= */

.therapy-image::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(47, 42, 36, 0.45),
        rgba(47, 42, 36, 0.02) 65%
    );

    pointer-events: none;
}


/* =========================================
   NUMBER
========================================= */

.therapy-number {
    position: absolute;
    z-index: 2;

    left: 18px;
    bottom: 18px;

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--white-color);
    color: var(--primary-color);

    border: 2px solid var(--accent-color);

    font-size: 13px;
    font-weight: 700;

    box-shadow: 0 8px 20px rgba(90, 80, 68, 0.18);
}


/* =========================================
   CONTENT
========================================= */

.therapy-content {
    position: relative;
    padding: 25px 25px 28px;
}

.therapy-content::before {
    content: "";

    display: block;

    width: 38px;
    height: 3px;

    margin-bottom: 15px;

    background: var(--accent-color);
    border-radius: 10px;
}

.therapy-content h3 {
    margin: 0 0 9px;

    color: var(--ink-color);

    font-size: 22px;
    font-weight: 700;

    line-height: 1.35;
}

.therapy-content p {
    margin: 0;

    color: var(--text-color);

    font-size: 15px;
    line-height: 1.75;
}


/* =========================================
   CTA CARD
========================================= */

.therapy-cta {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 320px;

    padding: 35px;

    background:
        linear-gradient(
            145deg,
            var(--primary-color),
            #716252
        );

    border-color: transparent;
}

.therapy-cta:hover {
    background:
        linear-gradient(
            145deg,
            #4d4439,
            var(--primary-color)
        );
}

.therapy-cta-content {
    max-width: 320px;
}

.therapy-cta-label {
    display: inline-block;

    margin-bottom: 18px;

    padding: 7px 14px;

    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 30px;

    color: #fff;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 0.5px;
}

.therapy-cta h3 {
    margin: 0 0 14px;

    color: #fff;

    font-size: 27px;
    line-height: 1.35;
}

.therapy-cta p {
    margin: 0 0 25px;

    color: rgba(255,255,255,0.82);

    font-size: 15px;
    line-height: 1.7;
}

.therapy-cta a {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 13px 22px;

    background: var(--white-color);
    color: var(--primary-color);

    border-radius: 50px;

    font-size: 15px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;
}

.therapy-cta a span {
    font-size: 19px;
    transition: transform 0.3s ease;
}

.therapy-cta a:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

.therapy-cta a:hover span {
    transform: translateX(4px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

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

    .therapy-image {
        height: 205px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .therapy-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 30px;
    }

    .therapy-card {
        border-radius: var(--radius);
    }

    .therapy-image {
        height: 220px;
    }

    .therapy-content {
        padding: 22px 20px 25px;
    }

    .therapy-content h3 {
        font-size: 21px;
    }

    .therapy-content p {
        font-size: 15px;
    }

    .therapy-number {
        width: 43px;
        height: 43px;

        left: 15px;
        bottom: 15px;
    }

    .therapy-cta {
        min-height: 280px;
        padding: 28px 24px;
    }

    .therapy-cta h3 {
        font-size: 24px;
    }

}

.payment-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(47, 42, 36, 0.72);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s ease;
}

.payment-modal.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.payment-open {
    overflow: hidden;
}

.payment-box {
    position: relative;
    width: min(100%, 450px);
    max-height: 90vh;
    overflow-y: auto;
    padding: 32px 28px;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 25px 80px rgba(0,0,0,.25);
    transform: translateY(20px) scale(.96);
    transition: .3s ease;
}

.payment-modal.is-visible .payment-box {
    transform: translateY(0) scale(1);
}

.payment-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #f5f1eb;
    color: #5a5044;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.payment-tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 13px;
    border-radius: 30px;
    background: #efe7da;
    color: #8e714f;
    font-size: 13px;
    font-weight: 700;
}

.payment-box h2 {
    margin: 0 0 10px;
    color: #2f2a24;
    font-size: 28px;
}

.payment-text {
    margin: 0 0 20px;
    color: #68635d;
    font-size: 15px;
    line-height: 1.7;
}

.payment-offer {
    padding: 18px;
    margin-bottom: 15px;
    border-radius: 15px;
    background: #f7f3ed;
}

.payment-offer small {
    color: #868686;
}

.payment-offer h5 {
    margin: 6px 0 12px;
    color: #8e714f;
    font-size: 18px;
    text-decoration: line-through;
}

.payment-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.payment-price span {
    color: #5a5044;
    font-size: 14px;
    font-weight: 600;
}

.payment-price h2 {
    margin: 0;
    color: #636a55;
    font-size: 38px;
}

.payment-note {
    margin: 12px 0 20px;
    color: #636a55;
    font-size: 14px;
    font-weight: 600;
}

.payment-note i {
    margin-right: 5px;
}

.payment-btn {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
}

.payment-small-note {
    margin: 12px 0 0;
    color: #999;
    font-size: 12px;
}

@media (max-width: 575px) {

    .payment-modal {
        padding: 12px;
    }

    .payment-box {
        padding: 28px 20px;
        border-radius: 17px;
    }

    .payment-box h2 {
        font-size: 24px;
    }

    .payment-price h2 {
        font-size: 34px;
    }

}