*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #1B2B6B;
  --navy-dark: #0f1a42;
  --navy-light: #2e44a0;
  --coral: #E8644A;
  --coral-light: #f0866f;
  --white: #ffffff;
  --off-white: #FAF8F5;
  --gray-light: #f4f3f0;
  --gray-mid: #e8e6e0;
  --gray-text: #3a3835;
  --text: #1a1916;
  --font: 'M PLUS Rounded 1c', 'Poppins', sans-serif;
  --radius: 50px;
  --radius-card: 16px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gray-mid);
  padding: 0 2rem;
}
.nav-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; gap: 1rem;
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.logo-mark { width: 36px; height: 36px; position: relative; flex-shrink: 0; }
.logo-circle-blue { position: absolute; width: 24px; height: 24px; border-radius: 50%; background: var(--navy); top: 0; left: 0; }
.logo-circle-pink { position: absolute; width: 24px; height: 24px; border-radius: 50%; background: var(--coral); bottom: 0; right: 0; opacity: 0.9; }
.nav-brand { font-family: var(--font); font-weight: 700; font-size: 1.3rem; color: var(--navy); letter-spacing: -0.02em; }

.nav-groups { display: flex; align-items: center; gap: 0.25rem; }
.nav-group { display: flex; align-items: center; gap: 0.1rem; }
.nav-group-label {
  font-size: 0.68rem; font-weight: 700; color: var(--coral);
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.2rem 0.6rem; border-radius: 20px;
  background: rgba(232,100,74,0.08); margin-right: 0.15rem; white-space: nowrap;
}
.nav-sep { width: 1px; height: 22px; background: var(--gray-mid); margin: 0 0.5rem; }
.nav-links { display: flex; align-items: center; gap: 0.1rem; list-style: none; }
.nav-links a {
  font-size: 0.83rem; font-weight: 400; color: var(--gray-text);
  text-decoration: none; padding: 0.35rem 0.65rem; border-radius: 30px;
  transition: all 0.2s; white-space: nowrap;
}
.nav-links a:hover { color: var(--navy); background: var(--gray-light); }
.nav-cta-callback {
  background: var(--navy) !important; color: var(--white) !important;
  font-weight: 500 !important; font-size: 0.8rem !important;
  padding: 0.38rem 0.9rem !important; border-radius: 30px !important;
}
.nav-cta-callback:hover { background: var(--navy-light) !important; }
.nav-mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; flex-shrink: 0; }

.nav-mobile-menu {
  display: none; flex-direction: column;
  position: absolute; top: 68px; left: 0; right: 0;
  background: white; border-bottom: 1px solid var(--gray-mid);
  padding: 1rem 2rem 1.5rem; z-index: 99;
}
.nav-mobile-menu.open { display: flex; }
.nav-mobile-section { padding: 0.75rem 0; border-bottom: 1px solid var(--gray-light); }
.nav-mobile-section:last-child { border-bottom: none; padding-bottom: 0; }
.nav-mobile-label { font-size: 0.68rem; font-weight: 700; color: var(--coral); letter-spacing: 0.08em; text-transform: uppercase; display: block; margin-bottom: 0.5rem; }
.nav-mobile-section a { display: block; font-size: 0.9rem; color: var(--text); text-decoration: none; padding: 0.3rem 0; }
.nav-mobile-section a:hover { color: var(--navy); }

@media (max-width: 900px) {
  .nav-groups { display: none; }
  .nav-mobile-toggle { display: flex; }
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 30px; padding: 0.35rem 1rem;
  font-size: 0.8rem; color: rgba(255,255,255,0.75);
  letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 1.75rem;
}
.eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }

.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--coral); color: var(--white);
  font-family: var(--font); font-size: 0.95rem; font-weight: 500;
  padding: 0.85rem 2rem; border-radius: var(--radius);
  text-decoration: none; transition: all 0.2s; border: none; cursor: pointer;
}
.btn-primary:hover { background: var(--coral-light); transform: translateY(-1px); }
.btn-outline-light {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--navy);
  font-family: var(--font); font-size: 0.9rem; font-weight: 500;
  padding: 0.7rem 1.75rem; border-radius: var(--radius);
  text-decoration: none; border: 1.5px solid var(--navy); transition: all 0.2s;
}
.btn-outline-light:hover { background: var(--navy); color: var(--white); }

.section-label { font-size: 0.75rem; font-weight: 500; color: var(--coral); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.75rem; }
.section-title { font-family: var(--font); font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 700; color: var(--navy); line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 0.75rem; }
.section-sub { font-size: 0.95rem; color: var(--gray-text); line-height: 1.7; max-width: 580px; margin-bottom: 3rem; }

.page-hero { background: var(--navy); padding: 4.5rem 2rem 5.5rem; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: var(--coral); opacity: 0.06; top: -100px; right: -80px; }
.page-hero-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.page-hero h1 { font-family: var(--font); font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: var(--white); line-height: 1.1; letter-spacing: -0.03em; max-width: 700px; margin-bottom: 1rem; }
.page-hero p { font-size: 1rem; color: rgba(255,255,255,0.75); max-width: 560px; line-height: 1.7; }

footer { background: var(--navy-dark); padding: 2.5rem 2rem; color: rgba(255,255,255,0.45); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-brand { font-family: var(--font); font-weight: 700; color: rgba(255,255,255,0.7); font-size: 1rem; }
.footer-links { display: flex; gap: 1.5rem; list-style: none; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,0.4); text-decoration: none; font-size: 0.82rem; transition: color 0.2s; }
.footer-links a:hover { color: rgba(255,255,255,0.75); }
.footer-copy { font-size: 0.8rem; }

@media (max-width: 768px) {
  footer .footer-inner { flex-direction: column; text-align: center; }
}
