/* ==========================================================================
   HEATHER GROOM LCSW - OPTION 2 DESIGN STYLES
   ========================================================================== */

:root {
  --color-white: #ffffff;
  --color-black: #111111;
  --color-light-gray: #fbfbfb;
  --color-soft-gray: #f0f0f0;
  --color-smoke-gray: #ebebeb;
  --color-ash-gray: #dbdbdb;
  --color-iron-gray: #555555;
  --color-slate-gray: #888888;
  --pure-mint: #daece7;
  --light-mint: #e7f3f0;
  --ice-blue: #f5f8fa;

  --sp-4: 4px; --sp-8: 8px; --sp-10: 10px; --sp-12: 12px; --sp-16: 16px; --sp-24: 24px;
  --sp-32: 32px; --sp-48: 48px; --sp-64: 64px; --sp-80: 80px; --sp-100: 100px;

  --radius-xs: 4px; --radius-sm: 8px; --radius-md: 12px; --radius-xl: 24px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: 'Rubik', sans-serif;
  color: var(--color-black);
  background: var(--color-white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}
img { display: block; max-width: 100%; }
/* Override: service tag butterfly icons must stay small & inline */
.service-tag img { display: inline !important; width: 14px !important; height: 14px !important; max-width: 14px !important; max-height: 14px !important; }

a { color: inherit; text-decoration: none; }
p { line-height: 1.4; }
.wrap { width: 100%; max-width: 1440px; margin: 0 auto; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 5px;
  padding: 8px 22px; border-radius: var(--radius-xl);
  font-size: 16px; line-height: 24px; white-space: nowrap; border: none; cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}
.btn img, .btn svg { width: 16px; height: 16px; }
.btn-mint { background: var(--pure-mint); color: var(--color-black); }
.btn-mint:hover { background: #c5e2da; transform: translateY(-1px); }
.btn-gray { background: var(--color-soft-gray); color: var(--color-black); }
.btn-gray:hover { background: var(--color-smoke-gray); transform: translateY(-1px); }
.btn-black { background: var(--color-black); color: var(--color-white); }
.btn-black:hover { background: #2c423a; transform: translateY(-1px); }

.label { display: flex; align-items: center; gap: 8px; }
.label .dot { width: 6px; height: 6px; border-radius: 8px; background: var(--pure-mint); }
.label span { font-size: 14px; color: var(--color-iron-gray); }

h1, h2, h3, h4, h5, p { font-weight: 400; }

/* ================= HERO ================= */
.hero-section {
  background: var(--color-white);
  padding: 16px 64px 32px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header-block { display: flex; flex-direction: column; gap: 48px; position: relative; z-index: 2; }
.navbar { display: flex; align-items: center; justify-content: space-between; position: relative; }
.navbar .logo img { height: 80px; width: auto; }
.navbar-menu { display: flex; gap: 48px; align-items: center; font-size: 16px; }
.navbar-menu a:first-child { color: var(--color-black); }
.navbar-menu a { color: var(--color-iron-gray); transition: color 0.2s ease; }
.navbar-menu a:hover { color: var(--color-black); }
.mobile-nav-cta { display: none; }
.menu-toggle { display: none; }


.hero-flex { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hero-copy { display: flex; flex-direction: column; gap: 80px; width: 568px; max-width: 100%; }
.hero-copy-inner { display: flex; flex-direction: column; gap: 24px; }
.hero-copy h1 {
  font-size: 56px; line-height: 1.1; letter-spacing: -1.12px; color: var(--color-black);
}
.hero-copy .desc { font-size: 16px; color: var(--color-slate-gray); line-height: 1.4; }
.hero-cta { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.hero-cta small { font-size: 14px; color: var(--color-slate-gray); }

.hero-image { width: 575px; max-width: 100%; height: 574px; border-radius: var(--radius-md); overflow: hidden; flex-shrink: 0; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }

.butterfly-bg {
  position: absolute; left: -66px; top: -110px; width: 1443px; height: 1443px;
  z-index: 0; pointer-events: none; opacity: 0.7;
}

/* details strip */
.details-strip {
  position: relative;
  z-index: 2;
  background: var(--light-mint); border-radius: 15px; margin-top: 64px;
  padding: 32px 40px;
}
.details-row { display: flex; gap: 0; align-items: center; }
.details-item { flex: 1; display: flex; flex-direction: column; gap: 8px; padding: 0 32px; }
.details-item:first-child { padding-left: 0; }
.details-item:last-child { padding-right: 0; }
.details-item img { width: 20px; height: 20px; }
.details-item p { font-size: 14px; color: var(--color-black); font-weight: 400; line-height: 1.4; }
.sep { width: 1px; flex-shrink: 0; align-self: stretch; background: var(--color-ash-gray); }

/* ================= SERVICES ================= */
.services-section {
  background: #fbfbfb;
  padding: 40px 64px 24px;
  display: flex; flex-direction: column; gap: 48px;
}
.services-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.services-header-title {
  width: 540px;
  max-width: 100%;
}
.services-header-title h2 { font-size: 40px; line-height: 1.2; letter-spacing: -0.8px; }
.services-header-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 100%;
}
.services-butterfly-right {
  width: 480px;
  max-width: 100%;
  max-height: 145px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: brightness(1.03) contrast(1.02);
  opacity: 0.95;
  display: block;
  pointer-events: none;
  margin-bottom: 8px;
}
.filter { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.category {
  padding: 8px 16px; border-radius: var(--radius-xl); font-size: 16px; background: var(--color-soft-gray); white-space: nowrap;
  cursor: pointer; border: none; font-family: inherit; transition: all 0.2s ease;
}
.category:hover { background: var(--color-smoke-gray); }
.category.active { background: var(--pure-mint); font-weight: 500; }

.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.service-card {
  background: var(--color-white); border-radius: var(--radius-sm); overflow: hidden; display: flex; flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(0,0,0,0.06); }
.service-card .thumb { height: 402px; position: relative; overflow: hidden; }
.service-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.service-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background-color: var(--light-mint);
  border-radius: var(--radius-xs);
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-black);
  z-index: 2;
  line-height: 1;
  white-space: nowrap;
  max-width: calc(100% - 28px);
}
.service-tag img {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  min-width: 14px;
  min-height: 14px;
  object-fit: contain;
  flex-shrink: 0;
  display: inline;
}
.service-body { padding: 16px; display: flex; gap: 24px; align-items: center; }
.service-body h3 { font-size: 20px; letter-spacing: -0.4px; margin-bottom: 4px; }
.service-body p { font-size: 14px; color: var(--color-iron-gray); overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.service-plus {
  width: 40px; height: 40px; border-radius: var(--radius-xl); background: var(--color-smoke-gray);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; cursor: pointer;
  transition: all 0.2s ease;
}
.service-plus:hover { background: var(--pure-mint); transform: scale(1.05); }
.service-plus img { width: 16px; height: 16px; }

/* ================= WHY WITH US ================= */
.why-section {
  background: #fbfbfb; padding: 24px 64px 80px; display: flex; flex-direction: column; align-items: center; gap: 48px;
}
.why-header { width: 100%; display: flex; flex-direction: column; gap: 16px; }
.why-header-row {
  display: flex;
  gap: 40px;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.why-header-text {
  display: flex;
  align-items: flex-end;
  gap: 48px;
  flex: 1;
}
.why-header-text h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  width: 380px;
  flex-shrink: 0;
  color: var(--color-black);
}
.why-header-text p {
  font-size: 16px;
  color: var(--color-slate-gray);
  max-width: 440px;
  line-height: 1.6;
}
.why-header-media {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.why-header-butterfly {
  width: 440px;
  max-width: 100%;
  max-height: 135px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: brightness(1.03) contrast(1.02);
  opacity: 0.95;
  pointer-events: none;
  display: block;
}

.why-body { display: flex; gap: 24px; width: 100%; align-items: stretch; }
.why-col { flex: 1; display: flex; flex-direction: column; justify-content: space-between; gap: 32px; }

.why-value-item {
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
}
.why-value-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.why-value-top .icon {
  background: var(--light-mint); border-radius: var(--radius-xs); width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
}
.why-value-top .icon img { width: 24px; height: 24px; }
.why-value-top h4 { font-size: 20px; letter-spacing: -0.2px; color: var(--color-black); font-weight: 400; line-height: 1.35; }
.why-value-item p { font-size: 16px; color: var(--color-iron-gray); line-height: 1.55; }

.why-image {
  flex: 1;
  background-color: #E7F3F0;
  border-radius: var(--radius-md);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 630px;
}
.why-image .butterfly {
  position: relative;
  width: 235px;
  height: auto;
  z-index: 2;
  object-fit: contain;
}

/* ================= VIDEO ================= */
.video-section {
  padding: 100px 64px; position: relative; background: var(--pure-mint); overflow: hidden;
  display: flex; flex-direction: column; gap: 48px; align-items: center;
}
.video-header { width: 100%; display: flex; align-items: center; gap: 80px; flex-wrap: wrap; }
.video-header h2 { font-size: 40px; line-height: 1.2; letter-spacing: -0.8px; width: 390px; }
.video-sub { flex: 1; display: flex; gap: 48px; align-items: flex-end; justify-content: flex-end; flex-wrap: wrap; }
.video-sub p { flex: 1; color: var(--color-slate-gray); font-size: 16px; min-width: 260px; }

.video-frame { width: 100%; height: 540px; border-radius: var(--radius-md); overflow: hidden; position: relative; }
.video-frame img { width: 100%; height: 100%; object-fit: cover; }
.play-btn {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  background: rgba(17,17,17,0.24); border-radius: var(--radius-xl); padding: 12px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: transform 0.2s ease;
}
.play-btn:hover { transform: translate(-50%,-50%) scale(1.1); }
.play-btn img { width: 24px; height: 24px; }

/* ================= TESTIMONIALS ================= */
.testimonials-section {
  background: var(--color-white);
  padding: 80px 64px;
}
.testimonials-card {
  background: var(--color-light-gray);
  border-radius: 24px;
  padding: 64px 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1312px;
  margin: 0 auto;
}
.testimonials-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.testimonials-header h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: var(--color-black);
}
.testimonial-body {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}
.quote-icon {
  display: flex;
  align-items: center;
}
.quote-icon svg {
  width: 36px;
  height: 28px;
}
.testimonial-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.testimonial-content blockquote {
  font-size: 32px;
  line-height: 1.35;
  letter-spacing: -0.64px;
  color: var(--color-black);
  max-width: 100%;
  font-weight: 400;
}
.testimonial-content blockquote span#test-quote-bold {
  font-weight: 500;
  color: var(--color-black);
}
.testimonial-content blockquote .muted {
  color: var(--color-slate-gray);
  font-weight: 400;
}
.testimonial-footer-wrap {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}
.progress-bar {
  display: flex;
  gap: 12px;
  width: 100%;
}
.progress-bar .bar {
  flex: 1;
  height: 3px;
  border-radius: 4px;
  background: var(--color-smoke-gray);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.progress-bar .bar.active {
  background: var(--pure-mint);
}
.testimonial-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.testimonial-meta h5 {
  font-size: 20px;
  letter-spacing: -0.2px;
  color: var(--color-black);
  font-weight: 500;
  margin-bottom: 4px;
}
.testimonial-meta .role {
  font-size: 15px;
  color: var(--color-iron-gray);
}
.arrow-buttons {
  display: flex;
  gap: 16px;
}
.arrow-btn {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--color-ash-gray);
  cursor: pointer;
  transition: all 0.2s ease;
}
.arrow-btn.mint {
  background: var(--pure-mint);
  border: 1px solid var(--pure-mint);
}
.arrow-btn:hover {
  transform: scale(1.06);
}
.arrow-btn img {
  width: 20px;
  height: 20px;
}

/* ================= HOW IT WORKS ================= */
.hiw-section {
  background: var(--color-light-gray);
  padding: 100px 64px;
  overflow: hidden;
}
.hiw-container {
  display: flex;
  justify-content: space-between;
  gap: clamp(24px, 3.5vw, 64px);
  align-items: flex-start;
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
}
.hiw-left-area {
  display: flex;
  gap: 32px;
  flex: 1;
  max-width: 580px;
  align-items: flex-start;
}
.hiw-label {
  flex-shrink: 0;
  padding-top: 10px;
  width: 98px;
}
.hiw-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
}
.hiw-heading-block h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: var(--color-black);
  margin-bottom: 32px;
}
.hiw-chair-img {
  width: 200px;
  height: 200px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-top: 80px;
}
.hiw-chair-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hiw-right-area {
  display: flex;
  gap: 24px;
  flex: 1;
  max-width: 616px;
  align-items: stretch;
}
.hiw-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 8px;
  flex-shrink: 0;
}
.hiw-rail .line-top {
  width: 2px;
  height: 252px;
  background: var(--color-black);
}
.hiw-rail .dot-big {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-black);
  flex-shrink: 0;
}
.hiw-rail .line-bottom {
  width: 2px;
  flex: 1;
  background: var(--color-smoke-gray);
}

.hiw-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.hiw-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 32px 0;
  border-bottom: 1px solid var(--color-soft-gray);
  align-items: flex-start;
  min-height: 130px;
}
.hiw-item:first-child {
  padding-top: 0;
}
.hiw-item-header {
  display: flex;
  gap: 16px;
  width: 264px;
  flex-shrink: 0;
  align-items: flex-start;
}
.hiw-item .num {
  font-size: 20px;
  color: var(--color-black);
  letter-spacing: -0.2px;
  width: 28px;
  flex-shrink: 0;
  line-height: 1.35;
}
.hiw-item-title {
  font-size: 20px;
  color: var(--color-black);
  letter-spacing: -0.2px;
  font-weight: 400;
  line-height: 1.35;
  width: 220px;
}
.hiw-item-desc {
  width: 280px;
  font-size: 16px;
  color: var(--color-iron-gray);
  line-height: 1.55;
  flex-shrink: 0;
}
.hiw-item.muted .num,
.hiw-item.muted .hiw-item-title,
.hiw-item.muted .hiw-item-desc {
  color: var(--color-slate-gray);
}

/* ================= CTA FORM ================= */
.cta-section {
  padding: 64px;
  position: relative;
  background-color: #0c2019;
  overflow: hidden;
}
.cta-section .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.cta-section .bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 32, 25, 0.2);
  z-index: 1;
}
.cta-card {
  position: relative; z-index: 2; background: var(--color-white); border-radius: var(--radius-md);
  padding: 64px; display: flex; gap: 80px; flex-wrap: wrap;
}
.cta-left { width: 416px; max-width: 100%; display: flex; flex-direction: column; justify-content: space-between; gap: 32px; }
.cta-left-top { display: flex; flex-direction: column; gap: 16px; }
.cta-left h2 { font-size: 40px; line-height: 1.2; letter-spacing: -0.8px; }
.cta-left p.sub { font-size: 16px; color: var(--color-slate-gray); }
.cta-left-img { width: 200px; height: 200px; border-radius: var(--radius-sm); overflow: hidden; }
.cta-left-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }

.cta-form { flex: 1; min-width: 300px; display: flex; flex-direction: column; gap: 32px; justify-content: center; padding-top: 40px; }
.form-row { display: flex; gap: 24px; flex-wrap: wrap; }
.form-group { flex: 1; min-width: 200px; display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-size: 14px; color: var(--color-iron-gray); }
.form-input {
  background: var(--color-light-gray); border-radius: var(--radius-sm); padding: 12px 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  border: 1px solid var(--color-smoke-gray); outline: none; width: 100%; max-width: 100%; box-sizing: border-box; font-family: inherit; font-size: 16px; color: var(--color-black);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.form-input::placeholder { color: var(--color-slate-gray); }
.form-input:focus { border-color: var(--color-black); background: var(--color-white); }
.form-input span { font-size: 16px; color: var(--color-slate-gray); }
.form-input img { width: 20px; height: 20px; }
select.form-input {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 38px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
select.form-input option {
  background: var(--color-white);
  color: var(--color-black);
  padding: 8px 12px;
  font-size: 15px;
}
input[type="date"].form-input {
  cursor: pointer;
  position: relative;
  display: block;
}
input[type="date"].form-input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
  padding: 4px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
input[type="date"].form-input::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.15);
}
.form-fields { display: flex; flex-direction: column; gap: 24px; width: 100%; max-width: 100%; box-sizing: border-box; }
.form-textarea { min-height: 120px; resize: vertical; }

.mobile-nav-backdrop {
  display: none;
}

.form-status-message {
  padding: 12px 16px; border-radius: var(--radius-sm); font-size: 15px; font-weight: 500; margin-top: 12px;
}
.form-status-message.success { background: #e6f4ea; color: #137333; border: 1px solid #ceead6; }
.form-status-message.error { background: #fce8e6; color: #c5221f; border: 1px solid #fad2cf; }

/* ================= FAQ ================= */
.faq-section { background: #fbfbfb; padding: 100px 64px; display: flex; flex-direction: column; align-items: center; gap: 48px; }
.faq-header { width: 640px; max-width: 100%; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.faq-header h2 { font-size: 40px; line-height: 1.2; letter-spacing: -0.8px; width: 466px; max-width: 100%; }
.faq-header p { font-size: 16px; color: var(--color-slate-gray); width: 420px; max-width: 100%; }
.faq-list { width: 640px; max-width: 100%; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--ice-blue); border-radius: var(--radius-sm); padding: 24px;
  display: flex; gap: 32px; align-items: flex-start; cursor: pointer; transition: background-color 0.2s ease;
}
.faq-item:hover { background: #edf2f5; }
.faq-item .faq-q { flex: 1; font-size: 20px; letter-spacing: -0.2px; font-weight: 400; }
.faq-item .faq-a { font-size: 16px; color: var(--color-iron-gray); margin-top: 16px; display: none; line-height: 1.5; }
.faq-item.active .faq-a { display: block; }
.faq-item img { width: 24px; height: 24px; flex-shrink: 0; transition: transform 0.2s ease; }
.faq-item.active img { transform: rotate(45deg); }
.faq-content { flex: 1; display: flex; flex-direction: column; }

/* ================= FOOTER ================= */
.footer { background: var(--pure-mint); padding: 64px 64px 48px; display: flex; flex-direction: column; gap: 48px; }
.footer-top { display: flex; gap: 80px; flex-wrap: wrap; }
.footer-left { width: 436px; max-width: 100%; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; }
.footer-left-top { display: flex; flex-direction: column; gap: 24px; }
.footer-logo img { height: 100px; width: auto; }
.footer-desc h3 { font-size: 20px; letter-spacing: -0.2px; margin-bottom: 8px; }
.footer-desc p { font-size: 16px; color: var(--color-slate-gray); width: 400px; max-width: 100%; }
.social { display: flex; align-items: center; gap: 16px; font-size: 16px; color: var(--color-iron-gray); }
.social .dot { width: 4px; height: 4px; border-radius: 8px; background: var(--color-iron-gray); }
.social a:hover { color: var(--color-black); }

.newsletter {
  flex: 1; min-width: 300px; background: var(--color-white); border-radius: var(--radius-md); padding: 24px;
  display: flex; flex-direction: column; gap: 24px;
}
.newsletter hr { border: none; border-top: 1px solid rgba(0,0,0,0.08); }
.footer-menu-row { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-menu h4 { font-size: 16px; margin-bottom: 24px; }
.footer-menu ul { list-style: none; display: flex; flex-direction: column; gap: 16px; font-size: 16px; color: var(--color-iron-gray); }
.footer-menu ul a:hover { color: var(--color-black); }
.contact-block { display: flex; flex-direction: column; gap: 16px; }
.contact-item p:first-child { font-size: 14px; color: var(--color-slate-gray); }
.contact-item p:last-child { font-size: 16px; color: var(--color-iron-gray); }
.contact-item { display: flex; flex-direction: column; gap: 4px; }
.location p:last-child { color: var(--color-slate-gray); font-size: 16px; }

.footer-bottom { display: flex; align-items: center; justify-content: center; }
.footer-bottom p { font-size: 14px; color: var(--color-iron-gray); }

/* ==========================================================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================================================== */

/* 1. Large Tablet / Medium Screen (max-width: 1200px) */
@media (max-width: 1200px) {
  .hero-section, .services-section, .why-section, .video-section, .testimonials-section, .hiw-section, .cta-section, .faq-section, .footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hiw-container {
    gap: 32px;
  }
}

/* 2. Tablet & Mobile Drawer (max-width: 992px) */
@media (max-width: 992px) {
  /* Navbar & Mobile Drawer */
  .navbar {
    padding: 8px 0;
  }
  .navbar .logo img {
    height: 60px;
  }
  .header-desktop-cta {
    display: none;
  }

  /* Backdrop Overlay */
  .mobile-nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  body.menu-open .mobile-nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  /* Hamburger & Close Toggle */
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    background: var(--color-soft-gray);
    border-radius: var(--radius-xs);
    border: none;
    cursor: pointer;
    padding: 12px 10px;
    z-index: 1001;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }
  .menu-toggle:hover {
    background: var(--color-smoke-gray);
  }
  .menu-toggle.active {
    background: var(--color-soft-gray);
    position: fixed;
    top: 24px;
    right: 24px;
  }
  .menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color-black);
    border-radius: 2px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
    transform-origin: center;
  }
  .menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* Drawer Navigation Panel */
  .navbar-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    max-width: 85vw;
    height: 100vh;
    height: 100dvh;
    background: var(--color-white);
    box-shadow: -10px 0 35px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    align-items: flex-start;
    padding: 88px 24px 36px;
    gap: 16px;
    z-index: 1000;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
  }
  .navbar-menu.open {
    right: 0;
  }
  .navbar-menu a {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-black);
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid var(--color-soft-gray);
    transition: color 0.2s ease;
  }
  .navbar-menu a:hover {
    color: #2c423a;
  }
  .navbar-menu a:last-child {
    border-bottom: none;
  }
  .mobile-nav-cta {
    display: inline-flex;
    margin-top: 14px;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 500;
    border-radius: var(--radius-xl);
    background: var(--pure-mint);
    color: var(--color-black) !important;
    border-bottom: none !important;
    box-shadow: 0 4px 14px rgba(218, 236, 231, 0.5);
  }

  /* Hero Section */
  .hero-flex {
    flex-direction: column;
    gap: 40px;
  }
  .hero-copy, .hero-image {
    width: 100%;
  }
  .hero-copy {
    gap: 40px;
  }
  .hero-copy h1 {
    font-size: 42px;
    letter-spacing: -0.8px;
  }
  .hero-image {
    height: auto;
    aspect-ratio: 1/1;
    max-height: 480px;
  }
  .hero-image img {
    object-position: top center;
  }

  /* Details Strip */
  .details-strip {
    padding: 24px 20px;
    margin-top: 40px;
  }
  .details-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
  }
  .details-item {
    padding: 0;
  }
  .sep {
    display: none;
  }

  /* Why Section */
  .why-section {
    padding: 70px 32px;
    gap: 36px;
  }
  .why-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .why-header-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .why-header-text h2, .why-header-text p {
    width: 100%;
    max-width: 100%;
  }
  .why-header-media {
    width: 100%;
    justify-content: flex-start;
  }
  .why-body {
    flex-direction: column;
    gap: 32px;
  }
  .why-col {
    gap: 20px;
  }
  .why-value-item {
    min-height: auto;
    padding: 24px;
    background: var(--color-light-gray);
    border-radius: var(--radius-sm);
    gap: 12px;
  }
  .why-image {
    min-height: 320px;
    max-height: 400px;
    width: 100%;
  }

  /* How It Works Section */
  .hiw-section {
    padding: 70px 32px;
  }
  .hiw-container {
    flex-direction: column;
    gap: 40px;
  }
  .hiw-left-area {
    max-width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .hiw-content {
    min-height: auto;
  }
  .hiw-chair-img {
    margin-top: 24px;
    width: 220px;
    height: 220px;
    aspect-ratio: 1/1;
    max-width: 100%;
  }
  .hiw-chair-img img {
    object-position: top center;
  }
  .hiw-right-area {
    max-width: 100%;
  }

  /* Testimonials */
  .testimonials-section {
    padding: 60px 24px;
  }
  .testimonials-card {
    padding: 48px 36px;
    border-radius: 20px;
    gap: 32px;
  }
  .testimonials-header h2 {
    font-size: 32px;
  }
  .testimonial-content {
    gap: 32px;
  }
  .testimonial-content blockquote {
    font-size: 24px;
    line-height: 1.4;
  }

  /* CTA Form */
  .cta-section {
    padding: 48px 32px;
  }
  .cta-card {
    padding: 40px 32px;
    gap: 40px;
    flex-direction: column;
  }
  .cta-left {
    width: 100%;
  }
  .cta-left-img {
    width: 200px;
    height: 200px;
    aspect-ratio: 1/1;
    max-width: 100%;
  }
  .cta-left-img img {
    object-position: top center;
  }
  .cta-form {
    padding-top: 0;
    min-width: 100%;
  }

  /* Footer */
  .footer {
    padding: 60px 32px 40px;
  }
  .footer-top {
    flex-direction: column;
    gap: 48px;
  }
  .footer-left {
    width: 100%;
  }
  .footer-desc p {
    width: 100%;
  }
}

/* 3. Mobile Small Screen (max-width: 768px) */
body.menu-open {
  overflow: hidden;
}
@media (max-width: 768px) {
  .butterfly-bg {
    width: 600px;
    height: 600px;
    left: -100px;
    top: -50px;
    opacity: 0.35;
  }
  .services-header-right {
    width: 100%;
    align-items: center;
    gap: 12px;
  }
  .services-butterfly-right {
    width: 320px;
    max-width: 90%;
    max-height: 110px;
  }
  .why-header-butterfly {
    width: 320px;
    max-width: 90%;
    max-height: 110px;
    margin-left: 0;
  }
  .faq-header-wrap {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .faq-butterfly {
    width: 280px;
    max-width: 85%;
    max-height: 100px;
  }
  .filter {
    justify-content: flex-start;
  }
  .hero-section, .services-section, .why-section, .testimonials-section, .hiw-section, .cta-section, .faq-section, .footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hero-section {
    padding-top: 16px;
    padding-bottom: 40px;
  }

  /* Typography Scaling */
  .hero-copy h1 {
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: -0.6px;
  }
  .services-header h2,
  .why-header-row h2,
  .hiw-heading-block h2,
  .cta-left h2,
  .faq-header h2 {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.5px;
    width: 100%;
  }

  /* Header / Navbar */
  .header-block {
    gap: 32px;
  }
  .navbar .logo img {
    height: 52px;
  }

  /* Hero CTA */
  .hero-cta {
    width: 100%;
  }
  .hero-cta .btn {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
    font-size: 15px;
  }

  /* Details Strip */
  .details-strip {
    padding: 20px 16px;
    margin-top: 32px;
    border-radius: var(--radius-md);
  }
  .details-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }
  .details-item img {
    width: 18px;
    height: 18px;
  }
  .details-item p {
    font-size: 13px;
    line-height: 1.35;
  }

  /* Services Grid */
  .services-section {
    gap: 32px;
  }
  .services-header {
    gap: 20px;
  }
  .filter {
    gap: 8px;
    width: 100%;
  }
  .category {
    font-size: 14px;
    padding: 6px 14px;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-card .thumb {
    height: 280px;
  }
  .service-body {
    padding: 16px 14px;
    gap: 16px;
  }
  .service-body h3 {
    font-size: 18px;
  }

  /* HIW List */
  .hiw-rail {
    display: none;
  }
  .hiw-item {
    flex-direction: column;
    gap: 8px;
    padding: 20px 0;
    min-height: auto;
  }
  .hiw-item-header {
    width: 100%;
    gap: 12px;
  }
  .hiw-item-title {
    width: 100%;
    font-size: 18px;
  }
  .hiw-item-desc {
    width: 100%;
    font-size: 14px;
  }

  /* Testimonials */
  .testimonials-section {
    padding: 40px 16px;
  }
  .testimonials-card {
    padding: 32px 20px;
    border-radius: 16px;
    gap: 24px;
  }
  .testimonials-header h2 {
    font-size: 26px;
  }
  .quote-icon svg {
    width: 28px;
    height: 22px;
  }
  .testimonial-content {
    gap: 24px;
  }
  .testimonial-content blockquote {
    font-size: 19px;
    line-height: 1.45;
  }
  .testimonial-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .arrow-buttons {
    align-self: flex-start;
    margin-top: 4px;
  }

  /* CTA Form */
  .cta-section {
    padding: 32px 16px;
  }
  .cta-card {
    padding: 28px 18px;
    border-radius: var(--radius-md);
  }
  .form-row {
    flex-direction: column;
    gap: 16px;
  }
  .form-group {
    min-width: 100%;
  }
  .cta-form .btn {
    width: 100%;
    justify-content: center;
  }

  /* FAQ */
  .faq-section {
    gap: 32px;
  }
  .faq-header {
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }
  .faq-header p {
    width: 100%;
  }
  .faq-list {
    width: 100%;
    gap: 10px;
  }
  .faq-item {
    padding: 18px 16px;
    gap: 14px;
  }
  .faq-item .faq-q {
    font-size: 17px;
  }
  .faq-item .faq-a {
    font-size: 14px;
    margin-top: 12px;
  }

  /* Footer */
  .footer {
    padding: 48px 20px 32px;
    gap: 36px;
  }
  .footer-logo img {
    height: 72px;
    width: auto;
  }
  .newsletter {
    padding: 20px 16px;
  }
  .footer-menu-row {
    flex-direction: column;
    gap: 28px;
  }
  .footer-menu h4 {
    margin-bottom: 14px;
  }
  .footer-menu ul {
    gap: 12px;
  }
  .social {
    flex-wrap: wrap;
    gap: 12px;
  }
}

/* 4. Extra Small Phones (max-width: 420px) */
@media (max-width: 420px) {
  .hero-copy h1 {
    font-size: 28px;
  }
  .details-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .details-item {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  .details-item p {
    font-size: 14px;
  }
}


/* ================= LEGAL PAGES (Privacy Policy / Terms & Conditions) ================= */
.legal-page {
  background: var(--color-white);
  min-height: 100vh;
}

/* Hero Banner */
.legal-hero {
  position: relative;
  background: var(--light-mint);
  padding: 80px 64px 64px;
  overflow: hidden;
}
.legal-butterfly {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 500px;
  height: 500px;
  opacity: 0.18;
  pointer-events: none;
}
.legal-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
}
.legal-hero-inner h1 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-top: 16px;
  color: var(--color-black);
}
.legal-hero-inner > p {
  margin-top: 12px;
  font-size: 15px;
  color: var(--color-slate-gray);
}

/* Body / Content */
.legal-body {
  max-width: 860px;
  margin: 0 auto;
  padding: 64px 64px 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Intro paragraph */
.legal-intro p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--color-iron-gray);
  background: var(--color-light-gray);
  border-left: 3px solid var(--pure-mint);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 20px 24px;
}

/* Each section */
.legal-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--color-ash-gray);
}
.legal-section:last-of-type {
  border-bottom: none;
}
.legal-section h2 {
  font-size: 22px;
  letter-spacing: -0.3px;
  color: var(--color-black);
  font-weight: 500;
}
.legal-section p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-iron-gray);
}
.legal-section ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.legal-section ul li {
  font-size: 16px;
  line-height: 1.65;
  color: var(--color-iron-gray);
}
.legal-section ul li strong {
  color: var(--color-black);
}

/* Warning alert box */
.legal-alert {
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: var(--radius-sm);
  padding: 16px 20px;
}
.legal-alert p {
  color: #6d5200 !important;
  font-size: 15px !important;
}

/* Contact card inside legal pages */
.legal-contact-card {
  background: var(--color-light-gray);
  border-radius: var(--radius-sm);
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid var(--color-ash-gray);
}
.legal-contact-card p {
  font-size: 15px !important;
  color: var(--color-iron-gray) !important;
  line-height: 1.6 !important;
}
.legal-contact-card p strong {
  color: var(--color-black);
  font-size: 16px;
}
.legal-contact-card a {
  color: var(--pure-mint);
  text-decoration: underline;
}
.legal-contact-card a:hover {
  color: var(--color-black);
}

/* Back to home button */
.legal-back {
  display: flex;
  padding-top: 8px;
}
.legal-back .btn {
  gap: 8px;
}
.legal-back .btn img {
  width: 16px;
  height: 16px;
}

/* ---- Mobile Responsive ---- */
@media (max-width: 768px) {
  .legal-hero {
    padding: 60px 24px 48px;
  }
  .legal-hero-inner h1 {
    font-size: 34px;
  }
  .legal-butterfly {
    width: 280px;
    height: 280px;
    right: -40px;
    top: -40px;
  }
  .legal-body {
    padding: 40px 24px 60px;
    gap: 28px;
  }
  .legal-section h2 {
    font-size: 19px;
  }
  .legal-section p,
  .legal-section ul li {
    font-size: 15px;
  }
  .legal-intro p {
    font-size: 15px;
    padding: 16px 18px;
  }
  .legal-contact-card {
    padding: 18px 20px;
  }
}

@media (max-width: 480px) {
  .legal-hero-inner h1 {
    font-size: 28px;
  }
  .legal-body {
    padding: 32px 16px 48px;
  }
}

