:root {
  --ink: #16213f;
  --muted: #667085;
  --teal: #0c858b;
  --teal-dark: #075a62;
  --aqua: #67d8d3;
  --gold: #f4b63f;
  --soft: #f5fbfa;
  --line: #e5eeee;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 12%, rgba(103, 216, 211, .16), transparent 30%),
    linear-gradient(180deg, #fbfefd 0%, #ffffff 44%, #f5fbfa 100%);
}

h1,
h2,
h3,
.navbar-brand strong {
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.25rem, 5.2vw, 4.65rem);
  line-height: 1;
  letter-spacing: 0;
}

h1 span {
  color: var(--teal);
  font-style: italic;
  font-weight: 600;
}

h2 {
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  font-size: 1.4rem;
  line-height: 1.2;
}

p {
  color: var(--muted);
}

a {
  color: var(--teal-dark);
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: .75rem;
  left: .75rem;
  padding: .65rem 1rem;
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 12px 30px rgba(22, 33, 63, .15);
}

.navbar {
  min-height: 94px;
  box-shadow: 0 8px 28px rgba(22, 33, 63, .05);
}

.brand-mark {
  display: block;
  width: 66px;
  height: 66px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-footer img {
  object-fit: contain;
  border-radius: .4rem;
}

.navbar-brand strong {
  display: block;
  color: var(--ink);
  font-family: "EB Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 600;
  line-height: .95;
  letter-spacing: .045rem;
  text-transform: uppercase;
}

.navbar-brand small {
  color: var(--teal);
  display: block;
  font-family: "EB Garamond", Georgia, "Times New Roman", serif;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .26rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.nav-link {
  color: #23304f;
  font-weight: 650;
}

.btn {
  --bs-btn-border-radius: .55rem;
  align-items: center;
  display: inline-flex;
  gap: .5rem;
  justify-content: center;
  font-weight: 750;
}

.btn-primary {
  --bs-btn-bg: var(--teal);
  --bs-btn-border-color: var(--teal);
  --bs-btn-hover-bg: var(--teal-dark);
  --bs-btn-hover-border-color: var(--teal-dark);
  --bs-btn-active-bg: var(--teal-dark);
  --bs-btn-active-border-color: var(--teal-dark);
  box-shadow: 0 18px 34px rgba(12, 133, 139, .22);
}

.btn-dark {
  --bs-btn-bg: #19284f;
  --bs-btn-border-color: #19284f;
  --bs-btn-hover-bg: #111b38;
  --bs-btn-hover-border-color: #111b38;
}

.btn-whatsapp {
  --bs-btn-bg: #25d366;
  --bs-btn-border-color: #25d366;
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: #1fb458;
  --bs-btn-hover-border-color: #1fb458;
  --bs-btn-hover-color: #fff;
}

.hero-section {
  position: relative;
  isolation: isolate;
  padding: 150px 0 88px;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 96px auto 0 0;
  z-index: -2;
  width: min(48vw, 640px);
  background: url("../assets/hero-caregiver-cutout.png") left bottom / contain no-repeat;
  opacity: .4;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  isolation: isolate;
  padding: clamp(1rem, 3vw, 2.5rem);
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -1.25rem 0 -1.25rem -1rem;
  z-index: -2;
  background: linear-gradient(90deg, rgba(232, 248, 247, .64) 0%, rgba(232, 248, 247, .8) 48%, rgba(232, 248, 247, .96) 100%);
  border-radius: 1.25rem;
}

.hero-copy::after {
  content: "";
  position: absolute;
  inset: -1.25rem -1rem;
  z-index: -1;
  background: radial-gradient(circle at 14% 20%, rgba(103, 216, 211, .2), transparent 34%);
  border-radius: 1.25rem;
}

.lead {
  max-width: 680px;
  margin-top: 1.35rem;
  color: #536077;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  font-weight: 450;
  text-align: justify;
}

.eyebrow {
  align-items: center;
  display: inline-flex;
  gap: .65rem;
  width: fit-content;
  padding: .42rem .85rem .42rem .55rem;
  color: var(--teal-dark);
  background: rgba(12, 133, 139, .1);
  border: 1px solid rgba(12, 133, 139, .18);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(12, 133, 139, .1);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .14rem;
  text-transform: uppercase;
}

.eyebrow span {
  width: .7rem;
  height: .7rem;
  background: var(--teal);
  border-radius: 50%;
  box-shadow: 0 0 0 .35rem rgba(12, 133, 139, .1);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

.trust-row span {
  align-items: center;
  display: inline-flex;
  gap: .45rem;
  min-height: 40px;
  padding: .45rem .8rem;
  color: #263250;
  background: rgba(255, 255, 255, .5);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 750;
}

.trust-row i,
.care-list i {
  color: var(--teal);
}

.hero-card {
  position: relative;
  min-height: 492px;
  overflow: visible;
  padding: 3rem;
  color: #fff;
  background:
    linear-gradient(135deg, #16264d 0%, #0d7f85 100%);
  border-radius: 1.35rem;
  box-shadow: 0 28px 70px rgba(22, 33, 63, .18);
}

.hero-logo-wrap {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 300px);
  aspect-ratio: 4 / 5;
  margin: 1.5rem auto 0;
  padding: 0;
  background: transparent;
  border-radius: 1rem;
  box-shadow: none;
  overflow: hidden;
  transition: background-color .7s ease, box-shadow .7s ease;
}

.hero-logo-wrap.is-loading {
  background: rgba(255, 255, 255, .5);
  box-shadow: 0 24px 48px rgba(0, 0, 0, .14);
}

.hero-logo-wrap.is-complete {
  background: rgba(255, 255, 255, .5);
  box-shadow: 0 24px 48px rgba(0, 0, 0, .14);
}

.hero-logo-static,
.hero-logo-video {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .9s ease-in-out, transform .9s cubic-bezier(.22, 1, .36, 1);
}

.hero-logo-video {
  display: block;
  border: 0;
  opacity: 0;
  transform: scale(.985);
}

.hero-logo-static {
  opacity: 1;
  padding: 1.25rem;
  object-fit: contain;
  transform: scale(1);
}

.hero-logo-wrap.is-playing .hero-logo-video {
  opacity: 1;
  transform: scale(1.01);
}

.hero-logo-wrap.is-playing .hero-logo-static {
  opacity: 0;
  transform: scale(.96);
}

.hero-logo-wrap.is-complete .hero-logo-video {
  opacity: 0;
  transform: scale(1.03);
}

.hero-logo-wrap.is-complete .hero-logo-static {
  opacity: 1;
  transform: scale(1);
}

.rating-badge,
.verify-badge {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: .8rem;
  box-shadow: 0 22px 48px rgba(22, 33, 63, .18);
  color: var(--ink);
}

.rating-badge {
  top: 1.5rem;
  right: 1.5rem;
  padding: .8rem 1rem;
  font-size: .85rem;
  font-weight: 800;
}

.rating-badge i {
  color: var(--gold);
  margin-right: .1rem;
}

.rating-badge span {
  display: block;
  margin-top: .2rem;
}

.verify-badge {
  left: 2rem;
  bottom: 2rem;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: .2rem .75rem;
  max-width: 270px;
  padding: 1rem;
}

.verify-badge i {
  grid-row: span 2;
  color: var(--teal);
  font-size: 1.5rem;
}

.verify-badge span {
  color: #667085;
  font-size: .86rem;
}

.hero-card-copy {
  margin-top: 1.65rem;
  padding-bottom: 4.5rem;
  text-align: center;
}

.hero-card-copy h2 {
  color: #fff;
  font-size: clamp(1.55rem, 2.45vw, 2.25rem);
}

.hero-card-copy p {
  color: rgba(255, 255, 255, .82);
}

.section-padding {
  padding: 92px 0;
}

.section-heading {
  max-width: 760px;
}

.section-heading p:last-child {
  font-size: 1.16rem;
}

.section-heading::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin: 1.3rem auto 0;
  background: linear-gradient(90deg, var(--gold), var(--aqua));
  border-radius: 999px;
}

.service-card {
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, .9);
  border: 1px solid var(--line);
  border-radius: .8rem;
  box-shadow: 0 22px 54px rgba(22, 33, 63, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 32px 70px rgba(22, 33, 63, .12);
}

.service-card h3,
.service-card p {
  padding-inline: 1.4rem;
}

.service-card h3 {
  margin: 1.35rem 0 .75rem;
}

.service-card p {
  padding-bottom: 1.6rem;
  margin: 0;
}

.service-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 175px;
  color: #fff;
}

.service-visual i {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: .9rem;
  font-size: 2rem;
}

.service-visual span {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: .32rem .75rem;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
}

.blue { background: linear-gradient(135deg, #132a57, #0a7f8f); }
.teal { background: linear-gradient(135deg, #0b8b8f, #25aaa0); }
.rose { background: linear-gradient(135deg, #b52670, #e85687); }
.gold { background: linear-gradient(135deg, #bd7617, #f2bd4b); }
.navy { background: linear-gradient(135deg, #0c8090, #15294f); }
.sky { background: linear-gradient(135deg, #1b44a0, #2db9c5); }
.orange { background: linear-gradient(135deg, #d65f22, #e9a433); }
.green { background: linear-gradient(135deg, #0f7d69, #79b95a); }

.custom-care p {
  margin-bottom: 1rem;
  color: #526071;
  font-weight: 650;
}

.why-section {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(22, 40, 79, .96), rgba(8, 67, 115, .95)),
    radial-gradient(circle at 25% 10%, rgba(103, 216, 211, .22), transparent 36%);
}

.gold-text {
  color: var(--teal-dark);
  background: rgba(214, 232, 233, 0.5);
}

.why-card {
  height: 100%;
  padding: 2rem;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: .8rem;
  backdrop-filter: blur(10px);
}

.why-card strong {
  display: block;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1;
}

.why-card span {
  display: block;
  margin: .25rem 0 1.25rem;
  color: var(--aqua);
  font-size: .8rem;
  font-weight: 850;
  letter-spacing: .08rem;
  text-transform: uppercase;
}

.why-card i {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 1.5rem;
  color: var(--aqua);
  background: rgba(103, 216, 211, .13);
  border: 1px solid rgba(103, 216, 211, .3);
  border-radius: .7rem;
  font-size: 1.45rem;
}

.why-card h3 {
  color: #fff;
  font-size: 1.2rem;
}

.why-card p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
}

.about-logo {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: 2rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: 0 24px 70px rgba(22, 33, 63, .1);
}

.about-logo img {
  width: min(88%, 360px);
}

.about-logo span {
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
  padding: .65rem 1.1rem;
  color: #fff;
  background: linear-gradient(135deg, #e8882d, var(--gold));
  border-radius: .7rem;
  font-weight: 850;
}

.care-list {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.care-list li {
  display: flex;
  gap: .85rem;
  color: #43506a;
}

.contact-section {
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
}

.contact-tile {
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 1.5rem;
  color: var(--ink);
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--line);
  border-radius: .8rem;
  box-shadow: 0 18px 44px rgba(22, 33, 63, .06);
}

.contact-tile:hover {
  color: var(--ink);
  border-color: rgba(12, 133, 139, .35);
  transform: translateY(-3px);
}

.contact-tile i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--teal);
  background: rgba(12, 133, 139, .08);
  border-radius: .8rem;
  font-size: 1.45rem;
}

.contact-tile strong {
  margin-top: .75rem;
}

.contact-tile span {
  overflow-wrap: anywhere;
  color: #58657a;
}

.map-card,
.inquiry-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: .9rem;
  box-shadow: 0 24px 64px rgba(22, 33, 63, .08);
}

.map-address {
  padding: 1rem 1.25rem;
  color: #fff;
  background: #172850;
  font-weight: 800;
}

.map-address i {
  color: var(--aqua);
}

.map-card iframe {
  display: block;
  width: 100%;
  min-height: 520px;
  border: 0;
}

.inquiry-card {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.form-label {
  color: #2b3654;
  font-size: .92rem;
  font-weight: 750;
}

.form-control,
.form-select {
  min-height: 52px;
  border-color: #dfe8e8;
  border-radius: .55rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 .25rem rgba(12, 133, 139, .12);
}

.site-footer {
  padding: 2rem 0;
  color: rgba(255, 255, 255, .82);
  background: #111b38;
}

.footer-logo {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  padding: .45rem;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: .85rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: .45rem;
}

.site-footer strong {
  display: block;
  color: #fff;
  font-size: 1.15rem;
}

.site-footer p {
  margin: .25rem 0 0;
  color: rgba(255, 255, 255, .72);
}

.site-footer a {
  display: inline-block;
  margin-left: 1rem;
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
}

.floating-whatsapp {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 1040;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: #fff;
  background: #25d366;
  border: 8px solid rgba(37, 211, 102, .24);
  border-radius: 50%;
  box-shadow: 0 18px 36px rgba(22, 33, 63, .18);
  text-decoration: none;
  background-clip: padding-box;
}

.floating-whatsapp:hover {
  color: #fff;
  background-color: #1fb458;
}

.floating-whatsapp i {
  font-size: 1.8rem;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 1rem 0 1.25rem;
  }

  .hero-section {
    padding-top: 124px;
  }

  .hero-section::before {
    inset: 104px 0 auto auto;
    width: min(70vw, 420px);
    height: 520px;
    background-position: right top;
    opacity: .28;
  }

  .hero-card {
    min-height: 500px;
  }
}

@media (max-width: 575.98px) {
  .container {
    --bs-gutter-x: 2rem;
  }

  .navbar {
    min-height: 82px;
  }

  .navbar .container {
    --bs-gutter-x: 1rem;
    max-width: 100%;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-mark img {
    width: 100%;
    height: 100%;
  }

  .navbar-brand strong {
    font-size: .92rem;
  }

  .navbar-brand small {
    font-size: .58rem;
    letter-spacing: .14rem;
  }

  .navbar-brand {
    gap: .45rem !important;
    min-width: 0;
    flex-shrink: 1;
    margin-right: .5rem;
  }

  .navbar-toggler {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: .35rem;
  }

  .hero-section,
  .section-padding {
    padding-block: 68px;
  }

  .hero-section {
    padding-top: 112px;
  }

  .hero-section::before {
    inset: 88px 0 auto auto;
    width: 82vw;
    height: 440px;
    background-position: right top;
    opacity: .24;
  }

  .hero-copy {
    padding: 1.5rem 1rem 1.75rem;
  }

  h1 {
    font-size: clamp(2.25rem, 11vw, 3.15rem);
    line-height: 1.02;
  }

  .lead {
    font-size: 1.08rem;
    text-align: left;
  }

  .trust-row {
    gap: .65rem;
  }

  .trust-row span {
    min-height: 42px;
    padding: .45rem .75rem;
    font-size: .92rem;
  }

  .hero-card {
    min-height: 460px;
    padding: 1.25rem;
    border-radius: .9rem;
  }

  .hero-logo-wrap {
    width: min(100%, 200px);
    margin-top: 4rem;
  }

  .rating-badge,
  .verify-badge {
    position: static;
    margin: 0 0 1rem;
  }

  .verify-badge {
    margin-top: 1rem;
  }

  .hero-card-copy {
    margin-top: 1.25rem;
  }

  .service-visual {
    min-height: 150px;
  }

  .about-logo {
    min-height: 360px;
  }

  .map-card iframe {
    min-height: 360px;
  }

  .site-footer a {
    display: block;
    margin: .55rem 0 0;
  }
}
