:root {
  --ink: #14202e;
  --muted: #5b6778;
  --line: #e2e8f0;
  --bg: #f4f7fb;
  --card: #ffffff;
  --navy: #0b1220;
  --navy-2: #151d30;
  --accent: #2fd3b8;
  --accent-deep: #149e8a;
  --link: #0f766e;
  --header-h: 4.6rem;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(11, 18, 32, 0.12);
}

.is-hidden {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Outfit, "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: var(--link);
}

a:hover {
  text-decoration: none;
}

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.35rem;
}

header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(11, 18, 32, 0.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.logo-mark {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.65rem;
  background: linear-gradient(145deg, #2fd3b8, #137a6c);
  color: #07231f;
  letter-spacing: 0;
  font-weight: 800;
}

.brand-text span {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--accent);
  text-transform: uppercase;
}

nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 1.05rem;
}

nav a {
  color: #d5deea;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
}

nav a:hover,
nav a[aria-current="page"] {
  color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #06241e !important;
  text-decoration: none !important;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.62rem 1.05rem;
  border-radius: 999px;
  border: 1px solid transparent;
  box-shadow: 0 8px 20px rgba(47, 211, 184, 0.25);
}

.btn:hover {
  background: #62ebd3;
}

.btn-ghost {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 10%, rgba(47, 211, 184, 0.18), transparent 28%),
    radial-gradient(circle at 10% 80%, rgba(92, 124, 255, 0.16), transparent 32%),
    linear-gradient(180deg, #0b1220 0%, #121b2e 100%);
  color: #fff;
  padding: 4.2rem 0 4.6rem;
}

.hero-glow {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 2.4rem;
  align-items: center;
}

@media (min-width: 860px) {
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }
}

.hero-copy {
  position: relative;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--accent);
}

h1 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 800;
}

h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  color: var(--navy);
  letter-spacing: -0.03em;
}

h3 {
  margin: 0 0 0.45rem;
  font-size: 1.12rem;
  color: var(--navy);
}

p {
  margin: 0 0 1rem;
}

.lede {
  font-size: 1.08rem;
  max-width: 38rem;
  color: inherit;
}

.hero .lede {
  color: #fff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.phone {
  margin: 0 auto;
  max-width: 280px;
  background: linear-gradient(180deg, #1a2438, #101827);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 1.1rem 1rem 1.2rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

.phone-bar {
  width: 72px;
  height: 8px;
  margin: 0 auto 1.15rem;
  border-radius: 999px;
  background: #2a354c;
}

.nudge {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  margin-bottom: 0.8rem;
}

.nudge.dim {
  opacity: 0.72;
}

.avatar {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #2fd3b8;
  color: #07332c;
  font-weight: 800;
}

.avatar.night {
  background: #7c9cff;
  color: #10172a;
}

.bubble {
  background: #fff;
  color: #1b2433;
  border-radius: 14px 14px 14px 4px;
  padding: 0.7rem 0.8rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

.bubble strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5b6778;
}

.phone-caption {
  margin: 0.85rem 0 0;
  color: #93a0b5;
  font-size: 0.8rem;
  text-align: center;
}

.meta {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

section.block {
  padding: 4.2rem 0;
}

section.block.alt {
  background: #fff;
}

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.3rem 1.4rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.icon {
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.9rem;
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  background: rgba(47, 211, 184, 0.14);
  color: var(--accent-deep);
}

.icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.card p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 1.1rem;
  margin-top: 1.7rem;
}

@media (min-width: 760px) {
  .grid.two {
    grid-template-columns: 1fr 1fr;
  }

  .grid.three {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
  }

  .grid.three:has(.is-hidden) {
    grid-template-columns: 1fr 1fr;
  }

  .grid.three .card {
    height: 100%;
  }
}

.about-grid {
  display: grid;
  gap: 1.8rem;
}

@media (min-width: 800px) {
  .about-grid {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
  }
}

.about-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  min-height: 280px;
}

.about-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

li {
  margin-bottom: 0.4rem;
}

footer {
  background:
    radial-gradient(circle at 90% 0%, rgba(47, 211, 184, 0.12), transparent 28%),
    var(--navy);
  color: #c9d4e4;
  font-size: 0.95rem;
  padding: 3rem 0 1.6rem;
}

footer h2 {
  color: #fff;
}

footer .legal-name {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
}

footer p {
  margin: 0 0 0.45rem;
}

footer a {
  color: #fff;
}

.footer-cta {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 2.2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 760px) {
  .footer-cta {
    grid-template-columns: 1fr auto;
    align-items: end;
  }
}

.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

footer .footer-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.4rem;
}

@media (min-width: 700px) {
  footer .footer-grid {
    grid-template-columns: 1.3fr 1fr;
  }
}

footer .footer-label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9aabc2;
  margin: 0.7rem 0 0.2rem;
}

footer .legal-row {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  align-items: center;
  justify-content: space-between;
}

.legal-page {
  background: var(--bg);
}

.legal-page main {
  padding: 2.6rem 0 3.4rem;
}

.legal-page h1 {
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.legal-page .card {
  margin-top: 1.1rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .card {
    transition: none;
  }
}
