:root {
  --brand: linear-gradient(to right, #00c2c7 0%, #004aad 100%);
  /* primary */
  --brand-2: linear-gradient(to right, #00c2c7 10%, #004aad 100%);
  /* link/alt */
  --ink: #0f172a;
  /* heading */
  --ink-2: #334155;
  /* body */
  --muted: #64748b;
  /* secondary text */
  --bg: #ffffff;
  --bg-2: #f1f5f9;
  --card: #ffffff;
  --ring: rgba(47, 114, 255, .35);
  --shadow-1: 0 14px 40px rgba(2, 6, 23, .06);
  --shadow-2: 0 20px 60px rgba(2, 6, 23, .10);
  --radius: 16px;
  --radius-lg: 22px;
  --radius-xl: 28px;
}

* {
  box-sizing: border-box
}

html,
body {
  margin: 0
}


body {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Utilities */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 3px;
  border-radius: 12px
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }
}

/* ====== HERO ====== */
.hero {
  display: grid;
  grid-template-columns: 1.05fr .85fr;
  align-items: center;
  gap: 32px
}

.badge {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background: #e9f0ff;
  color: #1e40af;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 800;
  letter-spacing: .02em;
  font-size: 12px;
}

.hero h1 {
  font-size: 48px;
  line-height: 1.05;
  margin: 14px 0 16px
}

.lead {
  font-size: 18px;
  color: var(--ink-2);
  line-height: 1.6;
  margin: 0 0 24px
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  box-shadow: var(--shadow-2);
  border: 0;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 64px rgba(2, 6, 23, .14)
}

.btn .arr {
  font-size: 20px;
  transform: translateY(1px)
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--brand-2);
  text-decoration: none
}

.link svg {
  transform: translateY(1px)
}

.rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--muted);
  font-weight: 600
}

.stars {
  display: inline-flex;
  gap: 3px
}

.stars svg {
  width: 18px;
  height: 18px
}

.art {
  position: relative;
  min-height: 380px;
  display: grid;
  place-items: center
}

.blob {
  position: absolute;
  inset: auto 0 0 0;
  width: 78%;
  aspect-ratio: 1/1;
  margin: auto;
  border-radius: 999px;
  /*background:radial-gradient(100% 100% at 50% 50%, #2f72ff 0%, #2f72ff 60%, #dbe7ff 100%);*/
  filter: saturate(120%);
  opacity: .9;
}

.nurse {
  position: relative;
  z-index: 2;
  width: 80%;
  max-width: 460px;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(2, 6, 23, .15));
}

/* ====== WHAT A VA DOES ====== */
.what-wrap {
  background: #c1c2c433
}

.what-title {
  font-size: 38px;
  line-height: 1.15;
  text-align: center;
  margin: 0 0 10px
}

.what-sub {
  max-width: 860px;
  text-align: center;
  margin: 0 auto 14px;
  color: var(--muted);
  line-height: 1.7
}

.jump {
  display: block;
  text-align: center;
  margin: 4px 0 34px
}

.jump a {
  color: var(--brand-2);
  font-weight: 700;
  text-decoration: none
}

.what-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 42px;
  max-width: 1000px;
  margin: auto;
}

.what-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 14px;
  align-items: center
}

.what-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 99, 235, 0.08);
  border-radius: 12px;
}

.what-icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.what-hd {
  margin: 0 0 6px;
  font-size: 18px
}

.what-txt {
  margin: 0;
  color: var(--ink-2);
  line-height: 1.6
}

/* ====== FEATURE LINKS (Security / Value-Based Care) ====== */
.features {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 52px 26px;
  background: var(--card);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-1);
  text-decoration: none;
  color: var(--ink);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(2, 6, 23, .10);
  outline: 3px solid #66adfdff;
  outline-offset: 2px;
  background: #3b82f6
}

.feature-card:hover .feature-hd,
.feature-card:hover .feature-sub {
  color: #fff
}

.feature-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #0284c7
}

.feature-icon svg {
  width: 46px;
  height: 46px;
  color: #00c2c7; /* base color (teal) */
  transition: color 0.3s ease;
}

.feature-icon:hover svg{
  color: #fff; /* hover color (white) */
}

.feature-txt {
  flex: 1
}

.feature-hd {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700
}

.feature-sub {
  margin: 0;
  font-size: 14px;
  color: var(--ink-2)
}

.feature-arr {
  flex-shrink: 0;
  color: var(--ink-2)
}

.feature-arr svg {
  width: 20px;
  height: 20px
}

/* ====== PHOTO + TEXT STRIP ====== */
.strip {
  color: #fff;
  background: #0f172a;
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../image/background-collage1.jpg') center/cover no-repeat;
  filter: brightness(0.4) saturate(120%);
  z-index: 0;
}

.strip-content {
  position: relative;
  display: grid;
  grid-template-columns: .50fr 1fr;
  gap: 100px;
  max-width: 1200px;
  width: 100%;
  padding: 40px 20px;
  z-index: 1
}

.strip-card {
  background: #0ea5e9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .4);
  position: relative;
}

.strip-card img {
  width: 100%;
  height: auto;
  display: block
}

.strip-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px
}

.strip-text h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 14px
}

.strip-text p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 520px;
  margin: 0
}

/* ====== HOW IT WORKS ====== */
.how {
  padding: 0 20px 56px
}

.overline {
  text-align: center;
  color: var(--brand-2);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 56px;
  margin-bottom: 8px
}

.how-title {
  text-align: center;
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 30px;
  font-weight: 800
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 4px 0 28px
}

.step-card {
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-2);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(2, 6, 23, .12)
}

.step-num {
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .18em;
  margin-bottom: 8px
}

.step-hd {
  margin: 0 0 14px;
  font-size: 26px;
  font-weight: 800
}

.step-txt {
  margin: 0;
  color: var(--ink-2);
  line-height: 1.8;
  font-size: 16px;
  max-width: 520px
}

.step-card.lav {
  background: linear-gradient(180deg, #eef2ff, #ffffff 60%)
}

.step-card.mint {
  background: linear-gradient(180deg, #effaf3, #ffffff 60%)
}

.step-card.peach {
  background: linear-gradient(180deg, #fbf4ee, #ffffff 60%)
}

.cta-wrap {
  display: flex;
  justify-content: center
}

.cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 22px;
  border-radius: 999px;
  background: linear-gradient(to right, #00c2c7 0%, #004aad 100%);
  background-size: 200% auto;
  background-position: left center;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.35);
  transition: background-position 0.8s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.3s ease;
}

.cta:hover {
  background-position: right center;
  box-shadow: 0 22px 64px rgba(37, 100, 235, 0.24);
  transform: scale(1.05);
}


.cta .arr {
  font-size: 18px;
  transform: translateY(1px)
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1020px) {
  .hero h1 {
    font-size: 40px
  }

  .how-title {
    font-size: 36px
  }
}

@media (max-width: 900px) {
  .what-grid {
    grid-template-columns: 1fr
  }

  .what-title {
    font-size: 32px
  }

  .strip-content {
    grid-template-columns: 1fr;
    text-align: center
  }

  .strip-text p {
    margin: auto
  }
}

@media (max-width: 880px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .art {
    order: -1;
    min-height: 340px
  }

  .features {
    grid-template-columns: 1fr
  }
}

@media (max-width: 520px) {
  .container {
    padding: 28px 16px
  }

  .badge {
    font-size: 11px
  }

  .hero h1 {
    font-size: 34px
  }

  .lead {
    font-size: 16px
  }

  .btn {
    width: 100%;
    justify-content: center
  }

  .steps {
    grid-template-columns: 1fr
  }

  .step-card {
    text-align: left;
    align-items: flex-start
  }

  .step-txt {
    max-width: unset
  }

  .cta {
    width: 100%;
    justify-content: center
  }
}

.mission {
  padding: 64px 20px;
}

.mission__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 540px);
  gap: 32px 64px;
  align-items: center;
}

/* Left */
.mission__eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
  font-size: 12px;
  color: var(--eyebrow);
  margin-bottom: 10px;
}

.mission__title {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  margin: 0 0 16px;
  color: var(--ink);
}

.mission__text {
  margin: 0 0 26px;
  color: var(--ink-2);
  line-height: 1.8;
  max-width: 56ch;
}

.mission__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  padding: 14px 22px;
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
}

.mission__btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.mission__btn:focus-visible {
  outline: 3px solid rgba(37, 99, 235, .35);
  outline-offset: 3px;
}

/* Right: stacked photos */
.mission__art {
  position: relative;
  min-height: 340px;
}

.mission__photo {
  position: absolute;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;

}

.mission__photo img {
  display: block;
  width: 100%;
  height: auto;
}

/* Top photo (bigger) */
.mission__photo--top {
  top: 0;
  right: 0;
  width: min(520px, 90%);
  border-radius: 18px;
}

/* Bottom photo (smaller, overlapping) */
.mission__photo--bottom {
  bottom: 6%;
  right: 6%;
  width: min(360px, 70%);
  border-radius: 18px;

}

/* Responsive */
@media (max-width: 980px) {
  .mission__container {
    grid-template-columns: 1fr;
  }

  .mission__art {
    order: -1;
    min-height: 300px;
    margin-bottom: 8px;
  }

  .mission__photo--top {
    width: 78%;
    left: 10%;
    right: auto;
  }

  .mission__photo--bottom {
    width: 54%;
    right: 10%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mission__btn {
    transition: none
  }
}

:root {
  --t-ink: #0f172a;
  /* heading */
  --t-body: #334155;
  /* body */
  --t-muted: #64748b;
  --t-brand: #2563eb;
  --t-card: #ffffff;
  --t-bg: #f8fafc;
  --t-radius: 18px;
  --t-shadow: 0 18px 40px rgba(2, 6, 23, .10);
}

.t-slider {
  padding: 56px 20px;
  background: var(--t-bg)
}

.t-slider__container {
  max-width: 1100px;
  margin: auto
}

.t-slider__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.t-slider__head h2 {
  margin: 0;
  font-size: clamp(24px, 3.6vw, 34px);
  color: var(--t-ink)
}

.t-slider__controls {
  display: flex;
  gap: 10px
}

.t-slider__btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: var(--t-ink);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.t-slider__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(2, 6, 23, .12)
}

.t-slider__btn:focus-visible {
  outline: 3px solid rgba(37, 99, 235, .35);
  outline-offset: 2px
}

.t-slider__viewport {
  overflow: hidden;
  border-radius: var(--t-radius)
}

.t-slider__track {
  display: flex;
  gap: 22px;
  padding: 8px;
  margin: 0;
  list-style: none;
  will-change: transform;
  transition: transform .35s cubic-bezier(.22, .61, .36, 1);
}

.t-slider__slide {
  min-width: clamp(280px, 100%, 680px);
}

.t-card {
  height: 100%;
  background: var(--t-card);
  border-radius: var(--t-radius);
  box-shadow: var(--t-shadow);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.t-card__stars {
  color: #f59e0b;
  font-size: 18px;
  letter-spacing: 2px
}

.t-card__quote {
  margin: 0;
  color: var(--t-body);
  font-size: 18px;
  line-height: 1.7
}

.t-card__meta {
  display: flex;
  align-items: center;
  gap: 12px
}

.t-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover
}

.t-card__name {
  font-weight: 800;
  color: var(--t-ink)
}

.t-card__role {
  font-size: 14px;
  color: var(--t-muted)
}

.t-slider__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 16px
}

.t-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #cbd5e1;
  border: 0;
  cursor: pointer;
}

.t-slider__dot[aria-selected="true"] {
  background: var(--t-brand)
}

@media (max-width: 800px) {
  .t-slider__head {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (prefers-reduced-motion: reduce) {
  .t-slider__track {
    transition: none
  }
}

:root {
  --gradient-text: linear-gradient(90deg, rgba(243, 243, 243, 0.849), rgba(160, 157, 157, 0.822), rgba(255, 255, 255, 0.842));
  --bg-dark: #1e1e1e;
  --btn-bg: #cbcccb;
  --btn-hover: #404041;
  --radius: 16px;
  --transition: all 0.3s ease;
}


.consultation {

  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;

}

.consultation-card {
  background: var(--brand-2);
  color: #fff;
  border-radius: var(--radius);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 950px;
  width: 90%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  position: relative;
}

.consultation-text {
  flex: 1;
  z-index: 1;
}

.consultation-text h1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.consultation-text p {
  font-size: 1rem;
  color: #e2e8f0;
  margin-bottom: 30px;
}

.consultation-text button {
  background: var(--btn-bg);
  color: #1a202c;
  border: none;
  padding: 12px 28px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.consultation-text button:hover {
  background: var(--btn-hover);
  transform: translateY(-2px);
}

.consultation-text button svg {
  width: 16px;
  height: 16px;
}

/* ✅ Fix the image layout */
.consultation-image {
  flex-shrink: 0;
}

.consultation-image img {
  width: 260px;
  height: auto;
  border-radius: var(--radius);
}

@media (max-width: 768px) {

  .consultation {
    height: 100vh;

  }

  .consultation-card {
    flex-direction: column;
    text-align: center;
  }

  .consultation-image img {
    width: 180px;
    margin-top: 20px;
  }
}