﻿*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Lato', sans-serif;
  background-color: #f5f0e8;
  color: #2c2c2c;
  position: relative;
}

p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 16px;
}

ul {
  list-style-type: none;
}

/* ── NAV ── */
.logo-img {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 18%;
  max-width: 140px;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.logo-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 2.5vw, 2.5vw);
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 6px;
  color: #2c2c2c;
}

.logo-tagline {
  font-size: clamp(9px, 1.4vw, 1.4vw);
  letter-spacing: 5px;
  color: #9B7B28;
  text-transform: uppercase;
  margin-top: 3px;
}


/* ── HERO ── */
.hero {
  text-align: center;
  padding: 50px 40px 80px;
  position: relative;
  overflow: hidden;
}

.hero-bg-art {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 500px;
  opacity: 0.10;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 52px;
  font-weight: 400;
  color: #2c2c2c;
  margin-bottom: 14px;
}

.hero h3 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 24px;
  font-weight: 150;
  color: #2c2c2c;
  margin-bottom: 14px;
}

.learn-more-button {
  background: transparent;
  color: #9B7B28;
  border: 1.5px solid #9B7B28;
  padding: 13px 30px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  cursor: pointer;
  border-radius: 2px;
}

/* ── DIVIDER ── */
.rule {
  height: 1px;
  background: #d8cdb4;
}

/* ── MEET NADA ── */
.meet {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 52px;
  padding: 64px 40px;
  background: #faf7f1;
}

.meet-photo {
  width: 200px;
  height: 300px;
  flex-shrink: 0;
  border-radius: 3px;
  object-fit: cover;
  background: #e0d6c2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #9B7B28;
  border-color: #9B7B28;
  border-width: 1px;
  border-style: solid;
}

.meet-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 16px;
}

.meet-text p {
  line-height: 1.85;
  color: #444;
  margin-bottom: 28px;
  max-width: 640px;
}

/* ── SECTION BASE ── */
.section {
  padding: 64px 40px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.section-title::before, .section-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #d8cdb4;
  display: block;
}

.section-description {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* ── AREAS OF SUPPORT ── */
.support-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  max-width: 900px;
  margin: 0px auto 0px;
  text-align: center;
}

.support-cols {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 36px;
  margin-bottom: 24px;
  gap: 24px;
}

.support-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 436px;
  gap: 12px;
  margin: 0 auto;
  padding: 0px 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d8cdb4;
}

.support-col p:first-of-type {
  font-size: 18px;
  font-weight: bold;
}

.support-col p > span:first-of-type {
  text-transform: uppercase;
  font-style: italic;
}

.support-col svg {
  width: 64px;
  height: 64px;
}

.support-col p {
  text-align: center;
  margin-bottom: 0px;
}

/* ── THERAPEUTIC APPROACH AND MODALITIES ── */
.approach {
  background: #faf7f1;
}

.approach-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 auto;
  margin-bottom: 32px;
  margin-top: 32px;
  max-width: 900px;
}

.approach-card {
  max-width: 436px;
  background: #fff;
  border: 1px solid #e5dcc8;
  padding: 36px 16px 28px;
  text-align: center;
  border-radius: 2px;
  width: 100%;
}

.approach-card svg {
  width: 64px;
  height: 64px;
  margin-bottom: 14px;
}

.approach-card img {
  margin-bottom: 14px;
}

.approach-card p {
  font-size: 15px;
  line-height: 1.5;
}

/* ── PROCESS ── */
.process-section {
  justify-content: center;
  align-items: center;
}

.process-steps {
  max-width: 420px;
  justify-content: left;
  text-align: left;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 36px;
}

.process-step {
  padding: 8px 24px;
  background: #fff;
  border: 1px solid #e5dcc8;
  border-radius: 2px;
  text-align: center;
  font-size: 15px;
}

.process-arrow {
  display: block;
  margin: 10px auto;
}

.process-step p {
  margin-bottom: 8px;
}

.num {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: bold;
  color: #9B7B28;
  font-size: 26px;
  margin-right: 5px;
  margin-left: 5px;
}

.center {
  text-align: center;
}

/* ── FEES ── */
.fees-bg {
  background: #faf7f1;
}

.fee-card {
  background: #fff;
  border: 1px solid #e5dcc8;
  max-width: 560px;
  margin: 0 auto 36px;
  padding: 36px 16px;
  border-radius: 2px;
  text-align: center;
}

.fee-card p {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
}

.fee-card li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 0 auto;
}

.fee-card li div {
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.fee-card .num {
  padding-bottom: 4px;
}

/* ── CONTACT ── */
.contact {
  padding: 56px 60px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-steps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  background-color: #d8cdb4;
  gap: 1px;
  max-width: 878px;
}

.contact-step {
  padding: 8px 48px;
  font-size: 15px;
  background-color: #f5f0e8;
  width: 292px;
}

.contact-step:last-child {
  border-right: none;
}

.contact-step a {
  color: #9B7B28;
  text-decoration: none;
}

.contact-step a:hover {
  text-decoration: underline;
}

/* ── FOOTER ── */
footer {
  border-top: 1px solid #d8cdb4;
  padding: 22px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
}

.footer-brand strong {
  font-weight: 600;
}

.footer-brand span {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #666;
}

