:root {
  --blue-deep: #08172e;
  --blue-mid: #123460;
  --blue-soft: #76b8ff;
  --ice: #f5f9ff;
  --white: #ffffff;
  --text: #10243f;
  --muted: #4f6686;
  --radius: 16px;
  --container-max: 1200px;
  --safe-gutter: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, sans-serif;
  color: var(--text);
  background: var(--white);
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(var(--container-max), calc(100vw - (var(--safe-gutter) * 2)));
  margin: 0 auto;
}

.section {
  padding: 84px 0;
}

.section-light {
  background: var(--ice);
}

.services-section {
  color: #e8f2ff;
  background:
    radial-gradient(circle at top right, rgba(76, 154, 248, 0.18), transparent 40%),
    linear-gradient(180deg, #071427 0%, #08172e 100%);
}

.services-section .eyebrow {
  color: #89bfff;
}

.services-section h2 {
  max-width: 25ch;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2b73c8;
}

h1,
h2,
h3 {
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  line-height: 1.15;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.6rem);
}

h2 {
  font-size: clamp(1.45rem, 3vw, 2.45rem);
}

h3 {
  font-size: 1.25rem;
}

p {
  margin: 0;
  line-height: 1.65;
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(8, 23, 46, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.nav-wrapper {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-logo,
.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 10px;
}

.brand-logo {
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.brand-mark {
  display: grid;
  place-items: center;
  font-family: "Playfair Display", serif;
  color: #041024;
  background: linear-gradient(140deg, #9bd0ff, #5caaf9);
}

.brand-mark-fallback {
  display: none;
}

.brand-name {
  max-width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #e7f1ff;
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 34px;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 5px 0;
  border-radius: 2px;
  background: #fff;
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #d8e8ff;
}

.nav a:hover {
  color: #fff;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #7ebdff, #4b9ff8);
  color: #07162f;
  font-weight: 700;
  padding: 12px 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(64, 141, 225, 0.35);
}

.btn-small {
  padding: 9px 14px;
}

.btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.btn-outline:hover {
  box-shadow: none;
}

.hero {
  padding: 110px 0 90px;
  color: #eff6ff;
  background-image:
    linear-gradient(
      110deg,
      rgba(8, 23, 46, 0.92) 25%,
      rgba(8, 23, 46, 0.72) 56%,
      rgba(8, 23, 46, 0.85) 100%
    ),
    url("https://images.unsplash.com/photo-1552581234-26160f608093?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

.hero-content p {
  max-width: 58ch;
}

.hero-kicker {
  margin-bottom: 14px;
  color: #9fc6f5;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-panel {
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  display: grid;
  gap: 10px;
  align-content: start;
}

.hero-panel p {
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.section-narrow {
  max-width: 760px;
}

.section-narrow p {
  color: var(--muted);
}

.services-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  margin: 0;
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(124, 179, 255, 0.26);
  background: linear-gradient(160deg, rgba(16, 41, 76, 0.82), rgba(8, 23, 46, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 16px 28px rgba(4, 15, 31, 0.32);
}

.service-card h3 {
  margin-bottom: 10px;
  color: #ffffff;
}

.service-card p {
  color: #bfd8f8;
}

.insurer-tags {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.insurer-tags span {
  padding: 10px 14px;
  border-radius: 999px;
  background: #eef5ff;
  border: 1px solid #d5e5fb;
  font-weight: 600;
  color: #24446d;
}

.cta {
  background: linear-gradient(180deg, #f5f9ff, #ebf3ff);
}

.cta-card {
  padding: 28px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid #d5e4f8;
  box-shadow: 0 14px 30px rgba(8, 23, 46, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cta-btn {
  min-width: 230px;
}

.footer {
  background: #071427;
  color: #d1e2f7;
  padding: 20px 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.93rem;
}

.whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  color: #fff;
  background: #21b45a;
  box-shadow: 0 12px 22px rgba(17, 103, 52, 0.3);
}

.whatsapp-float:hover {
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .brand-name {
    max-width: 180px;
    font-size: 0.88rem;
  }

  .menu-toggle {
    display: inline-block;
  }

  .nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px;
    background: #08172e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav.open {
    display: flex;
  }

  .nav .btn-small {
    width: 100%;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .footer-content {
    flex-direction: column;
  }
}

@media (min-width: 1440px) {
  :root {
    --container-max: 1400px;
    --safe-gutter: 28px;
  }

  .container {
    width: min(var(--container-max), calc(100vw - (var(--safe-gutter) * 2)));
  }

  .nav {
    gap: 28px;
  }

  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 30px;
  }
}

@media (min-width: 1920px) {
  :root {
    --container-max: 1680px;
    --safe-gutter: 44px;
  }

  .container {
    width: min(var(--container-max), calc(100vw - (var(--safe-gutter) * 2)));
  }

  .section {
    padding: 96px 0;
  }

  .hero {
    padding: 124px 0 100px;
  }
}

@media (min-width: 2560px) {
  :root {
    --container-max: 2200px;
    --safe-gutter: 64px;
  }

  .container {
    width: min(var(--container-max), calc(100vw - (var(--safe-gutter) * 2)));
  }

  .section {
    padding: 108px 0;
  }

  .hero {
    padding: 136px 0 112px;
  }

  .nav {
    gap: 34px;
  }
}

@media (min-width: 3200px) {
  :root {
    --container-max: 2680px;
    --safe-gutter: 88px;
  }

  .container {
    width: min(var(--container-max), calc(100vw - (var(--safe-gutter) * 2)));
  }

  body {
    font-size: 1.04rem;
  }

  .section {
    padding: 118px 0;
  }

  .hero {
    padding: 146px 0 122px;
  }
}
