
/* ============================================================
   DESIGN TOKENS
============================================================ */
:root {
  --teal:       #0d6e6e;
  --teal-dk:    #085555;
  --teal-lt:    #149090;
  --teal-pale:  #e6f4f4;
  --teal-mid:   rgba(13,110,110,.08);
  --amber:      #e07b2a;
  --amber-lt:   #f09450;
  --amber-pale: #fdf0e4;
  --dark:       #0f1923;
  --dark-2:     #1a2a38;
  --dark-3:     #243444;
  --white:      #ffffff;
  --off:        #f5f8f8;
  --txt:        #1a2832;
  --txt-2:      #3d5166;
  --txt-3:      #6b8090;
  --border:     rgba(13,110,110,.1);
  --sh-s:       0 2px 14px rgba(15,25,35,.07);
  --sh-m:       0 8px 36px rgba(15,25,35,.12);
  --sh-l:       0 20px 64px rgba(15,25,35,.16);
  --r:          12px;
  --rl:         20px;
  --navy:       #0a1628;
  --navy-mid:   #112240;
  --gold:       #c9993a;
  --gold-light: #e8b95a;
  --gold-pale:  #f5e6c8;
  --white:      #ffffff;
  --off-white:  #f8f6f1;
  --text-dark:  #1a1a2e;
  --text-mid:   #3d4a5c;
  --text-muted: #6b7a90;
  --border:     rgba(201,153,58,0.18);
  --shadow-sm:  0 4px 20px rgba(10,22,40,0.07);
  --shadow-md:  0 12px 40px rgba(10,22,40,0.13);
}
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Sora', sans-serif; color: var(--txt); background: var(--white); overflow-x: hidden; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb { background: var(--teal); border-radius: 3px; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* ============================================================
   LAYOUT
============================================================ */
.W { max-width: 1300px; margin: 0 auto; padding: 0 28px; }
.S { padding: 88px 0; }

/* ============================================================
   TYPOGRAPHY HELPERS
============================================================ */
.pill {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--teal); background: var(--teal-pale);
  border: 1px solid rgba(13,110,110,.18);
  padding: 6px 14px; border-radius: 100px; margin-bottom: 16px;
}
.pill i { font-size: 9px; }
.pill.amber { color: var(--amber); background: var(--amber-pale); border-color: rgba(224,123,42,.2); }
h2.H {
  font-family: 'Lora', serif;
  font-size: clamp(1.85rem, 3.4vw, 2.65rem);
  font-weight: 700; line-height: 1.18; color: var(--dark);
}
h2.H span { color: var(--gold)); }
h2.H em { color: var(--amber); font-style: normal; }
h2.H.wh { color: #fff; }
h2.H.wh span { color: var(--amber); }
.sub {
  font-size: .96rem; line-height: 1.76; color: var(--txt-2); margin-top: 12px;
}
.sub strong { color: var(--teal); font-weight: 600; }

/* ============================================================
   BUTTONS
============================================================ */
.B {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 700;
  padding: 13px 26px; border-radius: 9px; cursor: pointer; border: none;
  transition: all .3s; white-space: nowrap; text-decoration: none;
}
.B-teal { background: var(--teal); color: #fff; box-shadow: 0 4px 16px rgba(13,110,110,.3); }
.B-teal:hover { background: var(--teal-lt); transform: translateY(-2px); box-shadow: 0 8px 26px rgba(13,110,110,.4); }
.B-amber { background: var(--amber); color: #fff; box-shadow: 0 4px 16px rgba(224,123,42,.3); }
.B-amber:hover { background: var(--amber-lt); transform: translateY(-2px); box-shadow: 0 8px 26px rgba(224,123,42,.4); }
.B-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.4); }
.B-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); transform: translateY(-2px); }
.B-white { background: #fff; color: var(--teal); font-weight: 700; box-shadow: 0 4px 14px rgba(0,0,0,.12); }
.B-white:hover { background: var(--off); transform: translateY(-2px); }
.B-ghost2 { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.45); }
.B-ghost2:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.B-outline { background: transparent; color: var(--teal); border: 1.5px solid var(--teal); }
.B-outline:hover { background: var(--teal); color: #fff; transform: translateY(-2px); }

/* ============================================================
   HEADER
============================================================ */
#HDR {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  transition: all .35s;
}
#HDR.solid {
  background: rgba(15,25,35,.96);
  backdrop-filter: blur(18px);
  box-shadow: 0 2px 20px rgba(0,0,0,.22);
}
.hdr-inner {
  display: flex; align-items: center; justify-content: space-between; height: 74px;
}
.hdr-logo img { height: 50px; width: auto; display: block; filter: brightness(0) invert(1); opacity: 10.82; }
.hdr-logo .fallback {
  display: none; align-items: center; gap: 9px;
}
.hdr-logo .fb-icon {
  width: 38px; height: 38px; background: var(--amber); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Lora', serif; font-size: 16px; font-weight: 700; color: #fff;
}
.hdr-logo .fb-text strong { display: block; font-size: 14px; color: #fff; line-height: 1.2; }
.hdr-logo .fb-text span { font-size: 10px; color: var(--amber); letter-spacing: .12em; text-transform: uppercase; }
.hdr-nav { display: flex; align-items: center; gap: 30px; }
.hdr-nav a {
  font-size: 13px; font-weight: 500; color: rgba(255,255,255,.72);
  transition: color .2s; position: relative;
}
.hdr-nav a::after {
  content: ''; position: absolute; bottom: -3px; left: 0;
  width: 0; height: 2px; background: var(--amber); border-radius: 2px; transition: width .25s;
}
.hdr-nav a:hover { color: #fff; }
.hdr-nav a:hover::after { width: 100%; }
.hdr-cta .B { padding: 10px 22px; font-size: 13px; }
.ham { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
.ham span { width: 24px; height: 2px; background: #fff; border-radius: 2px; display: block; transition: .3s; }

/* ============================================================
   MOBILE NAV
============================================================ */
.mob {
  position: fixed; inset: 0; background: var(--dark);
  z-index: 800; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 26px;
  transform: translateX(100%); transition: transform .4s ease;
}
.mob.open { transform: none; }
.mob a { font-family: 'Lora', serif; font-size: 1.8rem; font-weight: 700; color: #fff; }
.mob a:hover { color: var(--amber); }
.mob-x { position: absolute; top: 22px; right: 22px; background: none; border: none; color: #fff; font-size: 26px; cursor: pointer; }

/* ============================================================
   HERO  — Split: left text / right image (like reference)
============================================================ */
#HERO {
  min-height: 100vh;
  background: var(--dark);
  display: grid;
  grid-template-columns: 52% 48%;
  overflow: hidden;
  position: relative;
}

/* Left panel */
.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 130px 52px 80px 0;
  position: relative; z-index: 2;
}
.hero-left .pill { color: var(--amber-lt); background: rgba(224,123,42,.12); border-color: rgba(224,123,42,.22); width: 60%;}
.hero-title {
  font-family: 'Lora', serif;
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  font-weight: 700; line-height: 1.12; color: #fff; margin-bottom: 20px; font-size: 46px;
}
.hero-title span { color: var(--amber); }
.hero-title em { color: var(--teal-lt); font-style: normal; }
.hero-desc {
  font-size: .96rem; line-height: 1.76; color: rgba(255,255,255,.62);
  max-width: 470px; margin-bottom: 34px;
}
.hero-desc strong { color: var(--amber-lt); font-weight: 600; }
.hero-btns { display: flex; gap: 13px; flex-wrap: wrap; }
.hero-stats {
  display: flex; margin-top: 48px;
  border-top: 1px solid rgba(255,255,255,.1); padding-top: 30px;
}
.hs { flex: 1; padding: 0 18px; border-right: 1px solid rgba(255,255,255,.1); }
.hs:first-child { padding-left: 0; }
.hs:last-child { border-right: none; }
.hs .n { font-family: 'Lora', serif; font-size: 1.85rem; font-weight: 700; color: var(--amber); line-height: 1; }
.hs .l { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgb(255 255 255 / 88%); margin-top: 4px; font-weight: 800; }

/* Right panel */
.hero-right { position: relative; overflow: hidden; }
.hero-right img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  filter: brightness(.82);
}
.hero-right::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, var(--dark) 0%, rgba(15,25,35,.25) 40%, transparent 70%);
  z-index: 1; pointer-events: none;
}
.hero-right::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 160px;
  background: linear-gradient(to top, var(--dark), transparent);
  z-index: 1; pointer-events: none;
}
.hero-badge {
  position: absolute; bottom: 40px; left: 40px; z-index: 3;
  background: rgba(255,255,255,.09); backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.14); border-radius: var(--r);
  padding: 16px 20px; display: flex; align-items: center; gap: 13px; min-width: 195px;
}
.hb-icon {
  width: 42px; height: 42px; background: var(--amber); border-radius: 9px;
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; flex-shrink: 0;
}
.hero-badge strong { display: block; color: #fff; font-size: 13.5px; font-weight: 700; line-height: 1.2; }
.hero-badge span { font-size: 11px; color: rgba(255,255,255,.52); }

/* ============================================================
   TRUST BAR
============================================================ */
#TRUST {
  background: var(--white);
  box-shadow: var(--sh-s);
  border-bottom: 1px solid var(--border);
}
.trust-row { display: grid; grid-template-columns: repeat(5, 1fr); }
.ti {
  display: flex; align-items: center; gap: 12px;
  padding: 20px 16px; border-right: 1px solid var(--border);
}
.ti:last-child { border-right: none; }
.ti-ico {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--teal-pale); display: flex; align-items: center;
  justify-content: center; color: var(--teal); font-size: 16px; flex-shrink: 0;
}
.ti strong { display: block; font-size: 13px; font-weight: 700; color: var(--dark); line-height: 1.2; }
.ti span { font-size: 11px; color: var(--txt-3); display: block; margin-top: 1px; }

/* ── About Section Only ───────────────────────────────── */
#ABOUT {
  background: var(--color-bg, #f7f6f2);
  padding-block: clamp(3rem, 7vw, 5rem);
  position: relative;
  overflow: hidden;
  font-family: 'Work Sans', sans-serif;
}
#ABOUT::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 0% 0%, rgba(1,105,111,0.04) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 100% 100%, rgba(224,123,42,0.04) 0%, transparent 60%);
  pointer-events: none;
}

/* Wrapper */
#ABOUT .about-W {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 5vw, 3rem);
  position: relative;
}

/* Grid */
#ABOUT .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
@media (max-width: 900px) {
  #ABOUT .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* ── Left Column ── */
#ABOUT .about-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

#ABOUT .about-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #01696f;
  background: #e4f2f2;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(1,105,111,0.18);
  width: fit-content;
}

#ABOUT .about-heading {
    text-wrap: balance;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.75rem, 3.5vw, 2.6rem);
    font-weight: 800;
    line-height: 1.18;
    color: var(--navy);
    margin-bottom: 16px;
}
#ABOUT .about-heading em {
  font-style: italic;
  color: #01696f;
}

#ABOUT .about-content p {
    font-size: 0.97rem;
    color: var(--text-mid);
    line-height: 1.72;
    max-width: 600px;
    margin: 0 auto;
}

#ABOUT .about-inline-link {
  color: #e07b2a;
  font-weight: 600;
  border-bottom: 1px solid rgba(224,123,42,0.35);
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease;
}
#ABOUT .about-inline-link:hover { color: #c5621a; border-color: #c5621a; }

/* Callout */
#ABOUT .about-callout {
  background: linear-gradient(135deg, #0f3638, #1a5a5f);
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(1,105,111,0.25);
  box-shadow: 0 4px 12px rgba(0,0,0,0.09);
  position: relative;
  overflow: hidden;
}
#ABOUT .about-callout::before {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 120px; height: 120px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
}
#ABOUT .about-callout-icon {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.12);
  border-radius: 0.5rem;
  display: grid; place-items: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0.75rem;
}
#ABOUT .about-callout h4 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(1.125rem, 1rem + 0.75vw, 1.5rem);
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
#ABOUT .about-callout p {
  font-size: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  color: rgba(255,255,255,0.78);
  max-width: 52ch;
  line-height: 1.65;
}
#ABOUT .about-callout a {
  color: #fdab43;
  font-weight: 500;
  text-decoration: none;
  transition: color 180ms ease;
}
#ABOUT .about-callout a:hover { color: #fff; }

/* Stats */
#ABOUT .about-stats {
  display: flex;
  gap: 2rem;
  padding-top: 0.5rem;
  border-top: 1px solid #dcd9d5;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
#ABOUT .about-stat { display: flex; flex-direction: column; gap: 2px; }
#ABOUT .about-stat-value {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(1.125rem, 1rem + 0.75vw, 1.5rem);
  color: #01696f;
  line-height: 1;
}
#ABOUT .about-stat-label {
  font-size: 0.75rem;
  color: #6b6960;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

/* CTA Button */
#ABOUT .about-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #01696f;
  color: #fff;
  font-size: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  box-shadow: 0 2px 8px rgba(1,105,111,0.25);
  text-decoration: none;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  width: fit-content;
}
#ABOUT .about-btn:hover {
  background: #0c4e54;
  box-shadow: 0 4px 16px rgba(1,105,111,0.35);
  transform: translateY(-1px);
}
#ABOUT .about-btn:active { transform: translateY(0); }

/* ── Right Column — Form Card ── */
#ABOUT .con-form {
  background: #f9f8f5;
  border: 1px solid rgba(40,37,29,0.09);
  border-radius: 1.5rem;
  padding: clamp(1.5rem, 4vw, 2rem);
  box-shadow: 0 24px 56px rgba(0,0,0,0.13);
  position: sticky;
  top: 2rem;
}

#ABOUT .form-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #dcd9d5;
}
#ABOUT .form-header h3 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);
  font-weight: 400;
  color: #28251d;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
#ABOUT .form-header p {
  font-size: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  color: #6b6960;
}

#ABOUT .form-fields {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
}

#ABOUT .fr2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 480px) {
  #ABOUT .fr2 { grid-template-columns: 1fr; }
}

#ABOUT .fg {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#ABOUT .fg label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b6960;
}

#ABOUT .fg input,
#ABOUT .fg textarea {
  background: #fbfbf9;
  border: 1.5px solid #d4d1ca;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  font-family: 'Work Sans', sans-serif;
  color: #28251d;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  width: 100%;
  box-sizing: border-box;
}
#ABOUT .fg input::placeholder,
#ABOUT .fg textarea::placeholder { color: #bab9b4; }
#ABOUT .fg input:hover,
#ABOUT .fg textarea:hover {
  border-color: rgba(1,105,111,0.4);
  background: #f9f8f5;
}
#ABOUT .fg input:focus,
#ABOUT .fg textarea:focus {
  outline: none;
  border-color: #01696f;
  box-shadow: 0 0 0 3px rgba(1,105,111,0.15);
  background: #f9f8f5;
}
#ABOUT .fg textarea {
  resize: vertical;
  min-height: 90px;
  line-height: 0.55;
}

#ABOUT .fg .optional-label {
  color: #bab9b4;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.75rem;
}

/* Submit Button */
#ABOUT .btn-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #01696f;
  color: #fff;
  font-size: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  border: none;
  box-shadow: 0 2px 8px rgba(1,105,111,0.28), 0 8px 24px rgba(1,105,111,0.18);
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
#ABOUT .btn-submit:hover {
  background: #0c4e54;
  box-shadow: 0 4px 16px rgba(1,105,111,0.38), 0 12px 32px rgba(1,105,111,0.22);
  transform: translateY(-1px);
}
#ABOUT .btn-submit:active { transform: translateY(0); }

/* Form note */
#ABOUT .form-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #6b6960;
  margin-top: 0.75rem;
  justify-content: center;
}
#ABOUT .form-note i { color: #01696f; }

/* Trust badges */
#ABOUT .trust-badges {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #dcd9d5;
}
#ABOUT .trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #6b6960;
  background: #f3f0ec;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid #dcd9d5;
}
#ABOUT .trust-badge i { color: #01696f; font-size: 10px; }

/* Success state */
#ABOUT .form-success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
  gap: 1rem;
}
#ABOUT .success-icon {
  width: 64px; height: 64px;
  background: #e4f2f2;
  border-radius: 50%;
  display: grid; place-items: center;
  color: #01696f;
  font-size: 28px;
}
#ABOUT .form-success h4 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(1.125rem, 1rem + 0.75vw, 1.5rem);
  color: #28251d;
}
#ABOUT .form-success p {
  font-size: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  color: #6b6960;
}

/* ============================================================
   WHO MUST
============================================================ */
#WHO { background: var(--white); }
.who-hd { text-align: center; max-width: 600px; margin: 0 auto 50px; }
.who-hd .sub { text-align: center; margin: 12px auto 0; }
.who-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 22px; }
.wcard {
  background: var(--off); border: 1px solid var(--border);
  border-radius: var(--rl); padding: 30px 28px;
}
.wcard h3 {
  font-family: 'Lora', serif; font-size: 1.08rem; font-weight: 700; color: var(--dark);
  margin-bottom: 18px; padding-bottom: 14px; border-bottom: 2px solid var(--teal-pale);
  display: flex; align-items: center; gap: 9px;
}
.wcard h3 i { color: var(--amber); }
.blist { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.blist li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .9rem; color: var(--txt-2); line-height: 1.5;
}
.blist li::before {
  content: ''; width: 19px; height: 19px; flex-shrink: 0; margin-top: 2px;
  background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath d='M1 4l3.5 3.5L11 1' stroke='white' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 11px;
  border-radius: 50%;
}
.imp-block {
  background: var(--dark-2); border-radius: var(--rl);
  padding: 30px 42px; display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: center;
}
.imp-ico {
  width: 62px; height: 62px; background: rgba(224,123,42,.14); border: 1px solid rgba(224,123,42,.26);
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 26px; color: var(--amber); flex-shrink: 0;
}
.imp-body h3 { font-family: 'Lora', serif; font-size: 1.15rem; color: #fff; margin-bottom: 8px; }
.imp-body p { font-size: .87rem; color: rgba(255,255,255,.58); line-height: 1.65; }
.imp-body strong { color: var(--amber); }
.imp-tags { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.imp-tag {
  display: flex; align-items: center; gap: 6px; font-size: 11.5px;
  color: rgba(255,255,255,.72); background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1); padding: 6px 13px; border-radius: 100px;
}
.imp-tag i { color: var(--teal-lt); font-size: 10px; }

/* ============================================================
   WHY CHOOSE  (keep user liked the design - just fix alignment)
============================================================ */
#WHY { background: var(--off); }
.why-hd { text-align: center; max-width: 640px; margin: 0 auto 50px; }
.why-hd .sub { text-align: center; margin: 12px auto 0; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.wyc {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--rl); padding: 28px 26px;
  transition: all .3s; position: relative; overflow: hidden;
}
.wyc::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--teal); transform: scaleX(0); transform-origin: left; transition: .35s;
}
.wyc:hover { box-shadow: var(--sh-l); transform: translateY(-5px); border-color: transparent; }
.wyc:hover::before { transform: scaleX(1); }
.wyc.featured { background: var(--teal); border-color: transparent; }
.wyc.featured h3, .wyc.featured .wc-tag { color: #fff; }
.wyc.featured .wc-ico { background: rgba(255,255,255,.15); color: #fff; }
.wyc.featured .wc-tag { background: rgba(255,255,255,.15); }
.wyc.featured::before { background: var(--amber); }
.wyc.featured .blist li { color: rgba(255,255,255,.75); }
.wyc.featured .blist li::before { background-color: rgba(255,255,255,.3); }
.wc-ico {
  width: 48px; height: 48px; background: var(--teal-pale); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: var(--teal); margin-bottom: 16px; transition: transform .3s;
}
.wyc:hover .wc-ico { transform: scale(1.1); }
.wyc h3 { font-family: 'Lora', serif; font-size: 1.05rem; font-weight: 700; color: var(--dark); margin-bottom: 9px; line-height: 1.3; }
.wyc .sub-p { font-size: .85rem; color: var(--txt-2); line-height: 1.6; margin-bottom: 9px; }
.wyc.featured .sub-p { color: rgba(255,255,255,.7); }
.wc-tag {
  display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 700;
  background: var(--teal-pale); color: var(--teal); padding: 4px 11px; border-radius: 100px; margin-top: 12px;
}

/* ============================================================
   PROCESS  — Fixed: equal columns, no wasted space
============================================================ */
#PROCESS { background: var(--white); }
.proc-hd { text-align: center; max-width: 580px; margin: 0 auto 50px; }
.proc-hd .sub { text-align: center; margin: 12px auto 0; }
.proc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Steps — left column */
.steps { display: flex; flex-direction: column; gap: 0; }
.step { display: flex; gap: 0; position: relative; }
.step:not(:last-child) .step-line::after {
  content: ''; position: absolute;
  top: 52px; left: 25px;
  width: 2px; height: calc(100% - 10px);
  background: linear-gradient(to bottom, var(--teal), rgba(13,110,110,.08));
}
.step-line {
  width: 52px; flex-shrink: 0; display: flex;
  justify-content: center; padding-top: 6px; position: relative;
}
.step-num {
  width: 50px; height: 50px; border-radius: 50%;
  background: #fff; border: 2.5px solid var(--teal);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Lora', serif; font-size: 1.1rem; font-weight: 700; color: var(--teal);
  z-index: 1; position: relative; transition: .3s; flex-shrink: 0;
}
.step:hover .step-num { background: var(--teal); color: #fff; box-shadow: 0 0 0 5px rgba(13,110,110,.1); }
.step-body { flex: 1; padding: 5px 0 34px 12px; }
.step-body h3 { font-family: 'Lora', serif; font-size: .98rem; font-weight: 700; color: var(--dark); margin-bottom: 7px; }
.step-body p { font-size: .85rem; color: var(--txt-2); line-height: 1.62; }
.step-body .blist { margin-top: 8px; }
.step-body .blist li { font-size: .83rem; color: var(--txt-2); }
.step-tag {
  display: inline-block; background: var(--dark); color: var(--amber);
  font-size: 10px; font-weight: 700; padding: 4px 11px; border-radius: 100px; margin-top: 9px;
}

/* Visual — right column */
.proc-vis { display: flex; flex-direction: column; gap: 18px; }
.proc-hero-img { border-radius: var(--rl); overflow: hidden; }
.proc-hero-img img { width: 100%; height: 400px; object-fit: cover; display: block; }
.pvc {
  background: var(--off); border: 1px solid var(--border);
  border-radius: var(--r); padding: 18px 20px;
  display: flex; align-items: center; gap: 14px; transition: .3s;
}
.pvc:hover { box-shadow: var(--sh-m); border-color: rgba(13,110,110,.2); }
.pvc-ico {
  width: 44px; height: 44px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 18px; flex-shrink: 0;
}
.pvc-ico.t { background: var(--teal); }
.pvc-ico.a { background: var(--amber); }
.pvc h4 { font-size: .92rem; font-weight: 700; color: var(--dark); margin-bottom: 3px; }
.pvc p { font-size: .82rem; color: var(--txt-3); line-height: 1.45; }

/* ============================================================
   CLEARINGHOUSE  (keep as-is per user request — only fix spacing)
============================================================ */
#CH { background: var(--dark); }
.ch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.ch-con .sub { color: rgba(255,255,255,.56); }
.ch-con .sub a { color: var(--amber-lt); border-bottom: 1px solid rgba(224,123,42,.3); }
.ch-items { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; }
.chi {
  display: flex; align-items: center; gap: 13px; font-size: .89rem;
  color: rgba(255,255,255,.68); background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07); border-radius: 10px; padding: 12px 16px;
}
.chi i { color: var(--teal-lt); font-size: 13px; width: 16px; text-align: center; }
.ch-note {
  margin-top: 20px; background: rgba(224,123,42,.09);
  border: 1px solid rgba(224,123,42,.22); border-radius: var(--r); padding: 16px 20px;
}
.ch-note p { font-size: .86rem; color: rgba(255,255,255,.72); line-height: 1.6; }
.ch-note strong { color: var(--amber-lt); }
.ch-vis {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--rl); padding: 30px; overflow: hidden;
}
.ch-vis h3 {
  font-family: 'Lora', serif; font-size: 1.05rem; color: #fff;
  margin-bottom: 20px; display: flex; align-items: center; gap: 9px;
}
.ch-vis h3 i { color: var(--amber); }
.fi {
  display: grid; grid-template-columns: 36px 1fr; gap: 14px;
  padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.05); align-items: start;
}
.fi:last-child { border-bottom: none; }
.fd {
  width: 34px; height: 34px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0;
}
.fd.r { background: rgba(239,68,68,.13); color: #f87171; }
.fd.y { background: rgba(224,123,42,.13); color: var(--amber-lt); }
.fd.g { background: rgba(34,197,94,.13); color: #4ade80; }
.fi strong { display: block; font-size: 13px; font-weight: 600; color: #fff; margin-bottom: 2px; }
.fi p { font-size: 11.5px; color: rgba(255,255,255,.44); line-height: 1.4; }

/* ============================================================
   FAQ
============================================================ */
#FAQ { background: var(--off); }
.faq-hd { text-align: center; max-width: 560px; margin: 0 auto 50px; }
.faq-hd .sub { text-align: center; margin: 12px auto 0; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fcard {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--rl); padding: 26px 28px; transition: .3s;
}
.fcard:hover { box-shadow: var(--sh-m); border-color: rgba(13,110,110,.18); transform: translateY(-3px); }
.fcard h3 {
  font-size: .93rem; font-weight: 700; color: var(--dark);
  margin-bottom: 10px; display: flex; align-items: flex-start; gap: 11px; line-height: 1.45;
}
.fq {
  min-width: 26px; height: 26px; background: var(--teal-pale); color: var(--teal);
  border-radius: 7px; display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800; flex-shrink: 0; margin-top: 1px;
}
.fcard p { font-size: .86rem; color: var(--txt-2); line-height: 1.65; padding-left: 37px; }

/* ============================================================
   MORE SERVICES
============================================================ */
#MORE { background: var(--white); }
.more-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.svc-ls { display: flex; flex-direction: column; gap: 12px; margin-top: 22px; }
.svc-card {
  display: flex; align-items: center; gap: 14px;
  background: var(--off); border: 1px solid var(--border);
  border-radius: var(--r); padding: 16px 20px; transition: .3s;
}
.svc-card:hover {
  background: #fff; box-shadow: var(--sh-m);
  border-color: rgba(13,110,110,.22); transform: translateX(5px);
}
.svc-ico {
  width: 42px; height: 42px; background: var(--teal); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 17px; flex-shrink: 0;
}
.svc-card strong { display: block; font-size: 13px; font-weight: 700; color: var(--dark); }
.svc-card span { font-size: 11px; color: var(--txt-3); }
.svc-arr { margin-left: auto; color: var(--teal); font-size: 12px; transition: .2s; }
.svc-card:hover .svc-arr { transform: translateX(4px); }
.ag-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 22px; }
.agc {
  background: var(--dark); border-radius: var(--r);
  padding: 20px; text-align: center; transition: .3s;
}
.agc:hover { transform: translateY(-4px); box-shadow: var(--sh-m); }
.agc h4 { font-family: 'Lora', serif; font-size: 1.3rem; font-weight: 700; color: var(--amber); margin-bottom: 4px; }
.agc a { font-size: 10.5px; color: rgba(255,255,255,.3); transition: .2s; }
.agc a:hover { color: var(--amber-lt); }

/* ============================================================
   TESTIMONIALS  (keep per user — only fix alignment)
============================================================ */
#TESTI { background: var(--dark-2); position: relative; overflow: hidden; }
#TESTI::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(13,110,110,.1), transparent 70%); pointer-events: none;
}
.testi-hd { text-align: center; max-width: 560px; margin: 0 auto 50px; position: relative; }
.testi-hd .sub { color: rgba(255,255,255,.5); text-align: center; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: relative; }
.tc {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--rl); padding: 26px; transition: .3s;
}
.tc:hover { background: rgba(13,110,110,.09); border-color: rgba(13,110,110,.28); transform: translateY(-4px); }
.stars { display: flex; gap: 3px; margin-bottom: 14px; }
.stars i { color: var(--amber); font-size: 12px; }
.tc p { font-size: .86rem; color: rgba(255,255,255,.62); line-height: 1.7; font-style: italic; }
.ta { display: flex; align-items: center; gap: 11px; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.07); }
.av {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--teal-lt));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Lora', serif; font-size: 16px; font-weight: 700; color: #fff; flex-shrink: 0;
}
.av.a { background: linear-gradient(135deg, var(--amber), var(--amber-lt)); }
.ta strong { display: block; font-size: 13px; font-weight: 700; color: #fff; }
.ta span { font-size: 11px; color: rgba(255,255,255,.38); }
.ts {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px;
  margin-top: 50px; padding-top: 50px; border-top: 1px solid rgba(255,255,255,.08);
}
.tsi {
  text-align: center; background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06); border-radius: var(--r); padding: 20px 10px; transition: .3s;
}
.tsi:hover { background: rgba(13,110,110,.1); border-color: rgba(13,110,110,.25); }
.tsi i { font-size: 21px; color: var(--amber); display: block; margin-bottom: 8px; }
.tsi strong { display: block; font-size: 12px; color: #fff; margin-bottom: 3px; font-weight: 600; }
.tsi p { font-size: 10.5px; color: rgba(255,255,255,.36); }

/* ============================================================
   CTA BAND  (keep per user)
============================================================ */
#CTA { background: var(--teal); padding: 66px 0; position: relative; overflow: hidden; }
#CTA::before {
  content: ''; position: absolute; top: -70px; right: -70px;
  width: 280px; height: 280px; background: rgba(255,255,255,.06); border-radius: 50%;
}
#CTA::after {
  content: ''; position: absolute; bottom: -50px; left: -40px;
  width: 180px; height: 180px; background: rgba(0,0,0,.07); border-radius: 50%;
}
.cta-in {
  display: flex; align-items: center; justify-content: space-between;
  gap: 36px; flex-wrap: wrap; position: relative; z-index: 1;
}
.cta-in h2 {
  font-family: 'Lora', serif; font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 700; color: #fff; line-height: 1.2;
}
.cta-in p { font-size: .95rem; color: rgba(255,255,255,.72); margin-top: 7px; }
.cta-btns { display: flex; gap: 13px; flex-wrap: wrap; }

/* ============================================================
   CONTACT
============================================================ */
#CONTACT { background: var(--off); }
.con-grid { display: grid; grid-template-columns: 1fr 1.45fr; gap: 64px; align-items: start; }
.con-img-wrap { margin-top: 28px; border-radius: var(--rl); overflow: hidden; }
.con-img-wrap img { width: 100%; height: 220px; object-fit: cover; display: block; }
.con-blist { list-style: none; margin-top: 16px; display: flex; flex-direction: column; gap: 9px; }
.con-blist li { display: flex; align-items: center; gap: 9px; font-size: .9rem; color: var(--txt-2); }
.con-blist li::before {
  content: ''; width: 18px; height: 18px; flex-shrink: 0;
  background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath d='M1 4l3.5 3.5L11 1' stroke='white' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 10px;
  border-radius: 50%;
}
.con-details { margin-top: 28px; display: flex; flex-direction: column; }
.cd { display: flex; align-items: center; gap: 13px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.cd:last-child { border-bottom: none; }
.cd-ico {
  width: 42px; height: 42px; background: var(--teal-pale); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; color: var(--teal); font-size: 17px; flex-shrink: 0;
}
.cd strong { display: block; font-size: 11px; font-weight: 700; color: var(--dark); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 2px; }
.cd a, .cd span { font-size: 13.5px; color: var(--txt-2); }
.cd a:hover { color: var(--teal); }
.con-form {
  background: var(--white); border-radius: var(--rl);
  padding: 40px; box-shadow: var(--sh-l); border: 1px solid var(--border);
}
.con-form h3 { font-family: 'Lora', serif; font-size: 1.4rem; font-weight: 700; color: var(--dark); margin-bottom: 5px; }
.con-form > p { font-size: .85rem; color: var(--txt-3); margin-bottom: 26px; }
.fr2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fg { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.fg label { font-size: 11.5px; font-weight: 700; color: var(--dark); letter-spacing: .04em; text-transform: uppercase; }
.fg input, .fg select, .fg textarea {
  background: var(--off); border: 1.5px solid rgba(13,110,110,.1);
  border-radius: 9px; padding: 11px 14px; font-size: 13.5px;
  font-family: 'Sora', sans-serif; color: var(--txt); outline: none; width: 100%; transition: .2s;
}
.fg input:focus, .fg select:focus, .fg textarea:focus {
  border-color: var(--teal); background: #fff; box-shadow: 0 0 0 3px rgba(13,110,110,.09);
}
.fg textarea { resize: vertical; min-height: 88px; }
.form-note { font-size: 11px; color: var(--txt-3); text-align: center; margin-top: 11px; }

.con-form.rv.d1.in p {
    margin: 12px 0;
}

/* ============================================================
   FOOTER  — Clean minimal 3-column
============================================================ */
#FOOTER { background: var(--dark); padding: 52px 0 0; }
.ft-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.07);
}
.ft-brand .ft-logo img { height: 44px; filter: brightness(0) invert(1); opacity: .82; }
.ft-brand .ft-logo .fallback-logo {
  display: flex; align-items: center; gap: 8px;
}
.ft-brand .ft-logo .fallback-logo .fi-box {
  width: 36px; height: 36px; background: var(--amber); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Lora', serif; font-size: 15px; font-weight: 700; color: #fff;
}
.ft-brand .ft-logo .fallback-logo span { font-size: 14px; font-weight: 700; color: #fff; }
.ft-brand p { font-size: 12px; color: rgba(255,255,255,.38); line-height: 1.7; margin-top: 14px; max-width: 255px; }
.socr { display: flex; gap: 8px; margin-top: 20px; }
.so {
  width: 34px; height: 34px; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.45); font-size: 12px; transition: .2s;
}
.so:hover { background: var(--teal); color: #fff; border-color: var(--teal); }
.fc h4 { font-size: 10.5px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--amber); margin-bottom: 16px; }
.fc ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.fc ul li a { font-size: 12px; color: rgba(255,255,255,.42); transition: .2s; }
.fc ul li a:hover { color: rgba(255,255,255,.82); padding-left: 3px; }
.ft-bot {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 10px; padding: 18px 0;
}
.ft-bot p { font-size: 11px; color: rgba(255,255,255,.22); }
.ft-bot a { color: var(--amber-lt); }

/* ============================================================
   REVEAL ANIMATION
============================================================ */
.rv { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.rv.in { opacity: 1; transform: none; }
.rv.d1 { transition-delay: .1s; } .rv.d2 { transition-delay: .19s; } .rv.d3 { transition-delay: .28s; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
  #HERO { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .hero-left { padding: 120px 0 64px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .ts { grid-template-columns: repeat(3, 1fr); }
  .ft-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .hdr-nav, .hdr-cta { display: none; }
  .ham { display: flex; }
  .about-grid, .who-cols, .proc-grid, .ch-grid, .more-grid, .con-grid { grid-template-columns: 1fr; gap: 36px; }
  .why-grid, .testi-grid, .faq-grid { grid-template-columns: 1fr; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .ts { grid-template-columns: 1fr 1fr; }
  .ft-grid { grid-template-columns: 1fr; }
  .imp-block { grid-template-columns: 1fr; text-align: center; padding: 28px; }
  .imp-tags { justify-content: center; }
  .cta-in { flex-direction: column; text-align: center; }
  .cta-btns { justify-content: center; }
  .about-float { right: 0; bottom: 16px; }
  .fr2 { grid-template-columns: 1fr; }
  .con-form { padding: 26px 22px; }
  .ag-grid { grid-template-columns: 1fr 1fr; }
  .ft-bot { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 2rem; }
  .hero-btns { flex-direction: column; }
  .trust-row { grid-template-columns: 1fr; }
  .ts { grid-template-columns: 1fr 1fr; }
  .hero-stats { flex-wrap: wrap; }
  .hs { min-width: 40%; }
}

  /* ─── CONTAINER ─── */
  .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 28px;
  }

  /* ═══════════════════════════
     WHO NEEDS SAP — SECTION
  ═══════════════════════════ */
  .who-needs {
    background: var(--white);
    padding: 88px 0 80px;
  }

  /* ─── SECTION HEADER ─── */
  .section-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 52px;
  }
  .section-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    background: rgba(201,153,58,0.08);
    border: 1px solid var(--border);
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 18px;
  }
  .section-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.75rem, 3.5vw, 2.6rem);
    font-weight: 800;
    line-height: 1.18;
    color: var(--navy);
    margin-bottom: 16px;
  }
  .section-title span { color: var(--gold); }
  .section-header p {
    font-size: 0.97rem;
    color: var(--text-mid);
    line-height: 1.72;
    max-width: 600px;
    margin: 0 auto;
  }

  /* ─── NEEDS GRID — 6 worker cards ─── */
  .needs-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin-bottom: 36px;
  }

  .need-card {
    background: var(--off-white);
    border: 1px solid rgba(10,22,40,0.07);
    border-top: 3px solid var(--gold);
    border-radius: 14px;
    padding: 28px 16px 22px;
    text-align: center;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-top-color 0.22s ease;
    cursor: default;
  }
  .need-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-top-color: var(--gold-light);
    background: var(--white);
  }

  .need-icon {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 14px;
    display: block;
    /* Render emoji with good clarity */
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  }

  .need-card h3 {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 5px;
    line-height: 1.3;
  }

  .need-card p {
    font-size: 0.78rem;
    color: var(--text-muted);
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
  }

  /* ─── IMPORTANCE BANNER ─── */
  .who-grid {
    /* single-row grid wrapper keeps markup consistent with parent page */
  }

  .importance-banner {
    background: var(--navy);
    border-radius: 20px;
    padding: 38px 44px;
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-top: 8px;
  }

  .importance-banner .icon-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    background: rgba(201,153,58,0.14);
    border: 1px solid rgba(201,153,58,0.3);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--gold);
    flex-shrink: 0;
  }

  .importance-banner .content h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
    line-height: 1.25;
  }

  .importance-banner .content > p {
    font-size: 0.93rem;
    color: rgb(255 255 255);
    line-height: 1.65;
    margin-bottom: 14px;
  }
  .importance-banner .content > p strong {
    color: var(--gold-light);
  }

  /* ─── Protect Pills ─── */
  .protect-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
  }

  .protect-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 7px 15px;
    border-radius: 100px;
  }
  .protect-item i {
    color: var(--gold);
    font-size: 11px;
  }

  .importance-banner .content .note {
    font-size: 0.9rem;
    color: rgb(255 255 255);
    line-height: 1.6;
    margin-top: 14px;
  }
  .importance-banner .content .note strong {
    color: #ff8a8a;
  }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 1024px) {
    .needs-grid { grid-template-columns: repeat(3, 1fr); }
  }
  @media (max-width: 680px) {
    .needs-grid { grid-template-columns: repeat(2, 1fr); }
    .importance-banner {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 30px 24px;
    }
    .protect-list { justify-content: center; }
  }
  @media (max-width: 380px) {
    .needs-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .need-card { padding: 22px 10px 16px; }
    .need-icon { font-size: 2rem; }
  }
  
  
  /* ─── WHY CHOOSE ─── */
  #why-choose {
    padding: 100px 0;
    background: var(--off-white);
    position: relative;
  }
  .why-header { text-align: center; margin-bottom: 64px; }
  .why-header .section-sub { margin: 16px auto 0; text-align: center; }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  .feature-card {
    background: var(--white);
    border-radius: 20px;
    padding: 36px 32px;
    border: 1px solid rgba(10,22,40,0.06);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
  }
  .feature-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201,153,58,0.04), transparent);
    opacity: 0;
    transition: opacity 0.35s;
  }
  .feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(201,153,58,0.2);
  }
  .feature-card:hover::before { opacity: 1; }
  .feature-card.featured {
    background: var(--navy);
    border-color: transparent;
    color: var(--white);
  }
  .feature-num {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 800;
    color: var(--gold-pale);
    line-height: 1;
    margin-bottom: 16px;
    opacity: 0.4;
  }
  .feature-card.featured .feature-num { color: var(--gold); opacity: 0.3; }
  .feature-icon {
    width: 52px; height: 52px;
    background: var(--gold-pale);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--gold);
    margin-bottom: 20px;
    transition: transform 0.3s;
  }
  .feature-card:hover .feature-icon { transform: scale(1.1); }
  .feature-card.featured .feature-icon {
    background: rgba(201,153,58,0.15);
    color: var(--gold);
  }
  .feature-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 12px;
    line-height: 1.3;
  }
  .feature-card.featured h3 { color: var(--white); }
  .feature-card p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.65; }
  .feature-card.featured p { color: rgba(255,255,255,0.65); }
  .feature-tag {
    display: inline-block;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: var(--navy);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 100px;
    margin-top: 16px;
  }
  .feature-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 15px;
}

.feature-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}

.feature-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #0f766e; /* adjust to your theme */
  font-weight: bold;
}

.con-details-horizontal {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 90px 0 0;
}

.cd-box {
  flex: 1;
  min-width: 220px;
  background: #1e2f3c;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.3s ease;
}

.cd-box:hover {
  transform: translateY(-5px);
  border-color: #f97316;
}

.blckst li {
    color: #fff;
}
.cd-icon {
  width: 45px;
  height: 45px;
  margin: 0 auto 12px;
  background: rgba(249,115,22,0.15);
  color: #f97316;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 18px;
}

.cd-box h4 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 600;
}

.cd-box a,
.cd-box span {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}

.cd-box a:hover {
  color: #f97316;
}

/* ─── MOBILE FIX (1 CARD PER ROW) ─── */
@media (max-width: 768px) {

  .features-grid {
    grid-template-columns: 1fr; /* 1 card per row */
    gap: 20px;
  }

  .feature-card {
    padding: 24px 20px;
  }

  /* Optional: make content boxes full width */
  .con-details-horizontal {
    flex-direction: column;
    gap: 15px;
  }

  .cd-box {
    width: 100%;
  }
}




/* Consent row */
.consent-wrap {
  margin-top: 8px;
}

.consent-label {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
  color: #5b4a3f;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* Checkbox */
.consent-label input[type="checkbox"] {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 3px 0 0 0;
  accent-color: #5b4a3f;
}

/* Text */
.consent-label span {
  display: block;
  flex: 1;
}

/* Mobile */
@media (max-width: 767px) {
  .consent-label {
    gap: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  .consent-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }
}


/* ───────────────── MOBILE / TABLET RESPONSIVE ───────────────── */
@media (max-width: 991px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-main-img img {
    height: auto;
    max-height: 520px;
  }

  .about-float {
    right: 15px;
    bottom: 15px;
    min-width: auto;
    max-width: calc(100% - 30px);
    padding: 14px 16px;
  }

  .about-float strong {
    font-size: 18px;
  }

  .about-content p {
    font-size: 0.97rem;
    line-height: 1.7;
  }

  .callout {
    padding: 18px 18px;
  }

  .callout p {
    font-size: 0.97rem;
    line-height: 1.65;
  }
}

@media (max-width: 767px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-img-wrap {
    width: 100%;
  }

  .about-main-img {
    border-radius: 18px;
  }

  .about-main-img img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover;
  }

  .about-float {
    position: static;
    margin-top: 16px;
    width: 100%;
    max-width: 100%;
    border-radius: 14px;
    justify-content: flex-start;
    box-sizing: border-box;
  }

  .af-ico {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .about-float strong {
    font-size: 18px;
    line-height: 1.2;
  }

  .about-float span {
    font-size: 12px;
    line-height: 1.4;
  }

  .about-content p {
    font-size: 15px;
    line-height: 1.75;
    margin-top: 12px;
    word-break: break-word;
  }

  .about-content a {
    word-break: break-word;
  }

  .callout {
    margin-top: 18px;
    padding: 16px 16px;
    border-radius: 14px;
  }

  .callout p {
    font-size: 14px;
    line-height: 1.7;
  }

  .about-content .B {
    margin-top: 18px;
  }
}

@media (max-width: 480px) {
  .about-main-img img {
    border-radius: 16px;
  }

  .about-float {
    padding: 12px 14px;
    gap: 10px;
  }

  .about-float strong {
    font-size: 16px;
  }

  .about-float span {
    font-size: 11px;
  }

  .about-content p {
    font-size: 0.97rem !important;
    line-height: 1.7 !important;
  }

  .callout {
    padding: 0.97rem
  }

  .callout p {
    font-size: 0.97rem
  }
}


/* ───────── HERO STATS MOBILE FIX ───────── */


@media (max-width: 767px) {
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 12px;
  }

  .hs {
    padding: 0 10px;
    text-align: center;
  }

  .hs::after {
    display: none !important;
  }

  .hs .n {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 6px;
  }

  .hs .l {
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: 1px;
  }
}

@media (max-width: 480px) {
  .hero-stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hs {
    padding: 0;
  }

  .hs .n {
    font-size: 45px;
  }

  .hs .l {
    font-size: 13px;
  }
  
  .ti strong {font-size: 15px;}
.ti span { font-size: 13px;}
.importance-banner .content .note {font-size: 0.97rem;}
.importance-banner .content > p {font-size: 0.97rem;}
.protect-item {font-size: 0.97rem;}
.feature-card p {font-size: 0.97rem;}
.feature-list li {font-size: 0.97rem;}
.feature-tag {font-size: 0.91rem;}
.step-body .blist li {font-size: 0.91rem;}
.step-body p {font-size: 0.91rem;}
.pvc p {font-size: 0.95rem;}
.fi p {font-size: 0.95rem;}
.step-tag {font-size: 12px;}
.fi strong {font-size: 15px;}
.fcard p {font-size: 0.97rem;}
.svc-card span {font-size: 0.92rem;}
.svc-card strong {font-size: 14px;}
.svc-card strong {color: rgb(255 255 255 / 84%);}
.hero-left .pill {width: 100%;}
}
