: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: .95;
  letter-spacing: 0;
}

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: 82px;
  box-shadow: 0 8px 28px rgba(22, 33, 63, .05);
}

.navbar-brand img,
.site-footer img {
  object-fit: cover;
  border-radius: .4rem;
}

.navbar-brand strong {
  display: block;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1;
  text-transform: uppercase;
}

.navbar-brand small {
  display: block;
  color: var(--teal);
  font-weight: 700;
  letter-spacing: .12rem;
  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 {
  padding: 150px 0 88px;
}

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

.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 {
  display: grid;
  place-items: center;
  max-width: 300px;
  min-height: 250px;
  margin: 1.5rem auto 0;
  padding: 1.25rem;
  background: rgba(255, 255, 255, .78);
  border-radius: 1rem;
  box-shadow: 0 24px 48px rgba(0, 0, 0, .14);
}

.hero-logo-wrap img {
  width: min(100%, 260px);
  height: auto;
}

.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;
}

.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-card {
    min-height: 500px;
  }
}

@media (max-width: 575.98px) {
  .navbar {
    min-height: 74px;
  }

  .navbar-brand img {
    width: 42px;
    height: 42px;
  }

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

  .navbar-brand small {
    font-size: .68rem;
  }

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

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

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

  .hero-logo-wrap {
    max-width: 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;
  }
}
