:root {
  --green-900: #263f2a;
  --green-800: #314d35;
  --green-700: #466447;
  --green-100: #eef4eb;
  --cream: #fbf5ea;
  --cream-strong: #efe2c8;
  --sand: #c8b180;
  --ink: #1f2b22;
  --muted: #687267;
  --white: #fffdf8;
  --line: rgba(49, 77, 53, 0.16);
  --shadow: 0 20px 60px rgba(31, 43, 34, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Tajawal", Tahoma, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 177, 128, 0.22), transparent 28%),
    linear-gradient(180deg, #fffaf0 0%, #f6efe3 46%, #fffaf3 100%);
  line-height: 1.7;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 240, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 63px;
}

.brand img,
.site-footer img {
  width: 100%;
  border-radius: 10px;
  mix-blend-mode: multiply;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--green-800);
  font-size: 15px;
  font-weight: 700;
}

.nav-links a {
  padding-block: 8px;
}

.nav-cta,
.primary-btn,
.secondary-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta,
.primary-btn {
  color: var(--white);
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  box-shadow: 0 14px 30px rgba(38, 63, 42, 0.22);
}

.nav-cta {
  padding-inline: 22px;
}

.primary-btn {
  padding-inline: 30px;
}

.secondary-btn {
  color: var(--green-900);
  border: 1px solid rgba(38, 63, 42, 0.22);
  padding-inline: 24px;
  background: rgba(255, 253, 248, 0.7);
}

.nav-cta:hover,
.primary-btn:hover,
.secondary-btn:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 58px;
}

.hero::before {
  content: "";
  position: absolute;
  inset-inline-end: -120px;
  top: -120px;
  width: 360px;
  height: 360px;
  background: var(--green-800);
  border-radius: 44% 56% 58% 42%;
  opacity: 0.13;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 46px;
}

.hero-copy {
  text-align: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--green-700);
  font-weight: 900;
  letter-spacing: 0;
}

.hero h1,
.details-grid h2,
.section-heading h2,
.payment-copy h2,
.booking-panel h2 {
  margin: 0;
  color: var(--green-900);
  font-family: "Alexandria", "Tajawal", Tahoma, Arial, sans-serif;
  line-height: 1.22;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 740px;
  margin-inline: auto;
  font-size: clamp(38px, 6vw, 72px);
}

.hero-text {
  max-width: 620px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.hero-visual {
  display: grid;
  gap: 18px;
}

.price-card,
.screen-card,
.company-badge,
.features article,
.therapist,
.booking-panel {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 253, 248, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.company-badge {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border-radius: 8px;
  text-align: center;
  background: rgba(255, 253, 248, 0.86);
}

.company-badge strong {
  color: var(--green-900);
  font-family: "Alexandria", "Tajawal", Tahoma, Arial, sans-serif;
  font-size: 21px;
  font-weight: 900;
}

.company-badge span {
  color: var(--muted);
  font-weight: 800;
}

.price-card {
  padding: 34px;
  border-radius: 8px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(239, 226, 200, 0.96), rgba(255, 253, 248, 0.85)),
    var(--cream);
}

.price-label {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding-inline: 26px;
  border-radius: 999px;
  color: var(--white);
  background: var(--green-900);
  font-size: 21px;
  font-weight: 900;
}

.price-card strong {
  display: block;
  color: var(--green-900);
  font-size: clamp(78px, 11vw, 148px);
  line-height: 0.95;
}

.currency {
  color: var(--green-800);
  font-size: 38px;
  font-weight: 900;
}

.screen-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding: 22px;
  border-radius: 8px;
}

.screen-card img {
  width: 120px;
  border-radius: 8px;
  mix-blend-mode: multiply;
}

.screen-card p {
  margin: 0;
  color: var(--green-900);
  font-size: 24px;
  font-weight: 900;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 18px 0 78px;
}

.features article {
  min-height: 210px;
  padding: 24px;
  border-radius: 8px;
}

.icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--green-900);
  background: var(--green-100);
  font-size: 30px;
  font-weight: 900;
}

.features h2 {
  margin: 0 0 8px;
  color: var(--green-900);
  font-size: 20px;
  line-height: 1.4;
}

.features p,
.detail-list p,
.section-heading p,
.payment-copy p,
.booking-panel p,
.site-footer p {
  margin: 0;
  color: var(--muted);
}

.details-section,
.payment-section {
  padding: 74px 0;
  background: rgba(238, 244, 235, 0.78);
  border-block: 1px solid var(--line);
}

.details-grid,
.payment-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  align-items: start;
}

.details-heading {
  text-align: center;
}

.details-heading .section-kicker {
  font-family: "Alexandria", "Tajawal", Tahoma, Arial, sans-serif;
  font-size: clamp(30px, 4vw, 48px);
}

.details-grid h2,
.section-heading h2,
.payment-copy h2,
.booking-panel h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.detail-list {
  display: grid;
  gap: 14px;
}

.detail-list div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 4px 16px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.76);
  border: 1px solid var(--line);
}

.detail-list span {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--green-900);
  background: var(--cream-strong);
  font-weight: 900;
}

.detail-list strong {
  color: var(--green-900);
  font-size: 20px;
}

.team-section {
  padding: 76px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.team-heading {
  max-width: none;
  text-align: center;
}

.team-heading .section-kicker {
  font-family: "Alexandria", "Tajawal", Tahoma, Arial, sans-serif;
  font-size: clamp(30px, 4vw, 48px);
}

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

.therapist {
  overflow: hidden;
  border-radius: 8px;
}

.therapist img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.94) contrast(0.98);
}

.therapist.wide-photo img {
  object-position: 25% center;
}

.therapist.featured {
  border: 2px solid rgba(200, 177, 128, 0.68);
  background: linear-gradient(180deg, rgba(239, 226, 200, 0.72), rgba(255, 253, 248, 0.9));
}

.therapist div {
  padding: 16px;
  text-align: center;
}

.therapist h3 {
  margin: 0 0 4px;
  color: var(--green-900);
  font-size: 20px;
  line-height: 1.35;
}

.therapist p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.payment-methods span {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 18px;
  border-radius: 999px;
  color: var(--green-900);
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid var(--line);
  font-weight: 900;
}

.booking-section {
  padding: 76px 0;
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(38, 63, 42, 0.94), rgba(70, 100, 71, 0.9)),
    var(--green-900);
}

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

.booking-panel .primary-btn {
  background: var(--white);
  color: var(--green-900);
  box-shadow: none;
  white-space: nowrap;
}

.primary-btn.large {
  min-height: 58px;
  padding-inline: 36px;
  font-size: 19px;
}

.site-footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.9);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer img {
  width: 96px;
  margin-bottom: 8px;
}

.site-footer strong {
  display: block;
  color: var(--green-900);
  font-size: 18px;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .details-grid,
  .payment-grid {
    grid-template-columns: 1fr;
  }

  .features {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 22px, 1120px);
  }

  .nav {
    min-height: 68px;
  }

  .brand {
    width: 49px;
  }

  .nav-cta {
    min-height: 42px;
    padding-inline: 16px;
    font-size: 14px;
  }

  .hero {
    padding: 46px 0 36px;
  }

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

  .hero-text {
    font-size: 17px;
  }

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

  .primary-btn,
  .secondary-btn {
    width: 100%;
  }

  .price-card {
    padding: 24px 18px;
  }

  .price-card strong {
    font-size: 96px;
  }

  .currency {
    font-size: 30px;
  }

  .screen-card {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .screen-card img {
    width: 82px;
  }

  .screen-card p {
    font-size: 19px;
  }

  .features,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .features {
    padding-bottom: 52px;
  }

  .details-section,
  .payment-section,
  .team-section,
  .booking-section {
    padding-block: 52px;
  }

  .detail-list div {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 16px;
  }

  .detail-list span {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .therapist {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    align-items: stretch;
  }

  .therapist img {
    height: 100%;
    min-height: 128px;
    aspect-ratio: auto;
  }

  .therapist div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .therapist h3 {
    font-size: 18px;
  }

  .therapist p {
    font-size: 14px;
  }

  .payment-methods span {
    flex: 1 1 140px;
  }

  .booking-panel {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .footer-grid {
    display: grid;
    gap: 18px;
  }
}
