:root {
  --bg: #f6f5f1;
  --surface: #ffffff;
  --surface-soft: #edf4fb;
  --navy: #102c42;
  --blue: #1f618d;
  --teal: #1f7a8c;
  --gold: #f2b134;
  --text: #1f2f3d;
  --muted: #5d6f7d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, 
  -apple-system, BlinkMacSystemFont, 
  "Segoe UI", sans-serif;
  color: var(--text);
  background: rgba(255, 255, 255, 0.92);
  min-height: 100vh;
  line-height: 1.75;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 60px rgba(15, 47, 63, 0.08);
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 18px 0;
}

.brand {
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
}

.brand-tagline {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: rgba(34, 58, 75, 0.7);
  font-weight: 600;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: flex-end;
}

.nav-links a {
  color: var(--navy);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(31, 97, 141, 0.12);
  color: var(--teal);
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
  padding: 5rem 0 3rem;
}

.hero-copy h1 {
  font-size: clamp(2.7rem, 5vw, 4.2rem);
  line-height: 1.05;
  margin: 0 0 1.2rem;
  color: var(--navy);
}

.hero-copy p {
  margin: 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  border: 0;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--gold);
  color: var(--navy);
  padding: 1rem 1.8rem;
  box-shadow: 0 18px 35px rgba(242, 177, 52, 0.22);
}

.btn-secondary {
  background: rgba(15, 47, 63, 0.08);
  color: var(--navy);
  padding: 1rem 1.8rem;
}

.hero-panel,
.page-intro,
.intro,
.card,
.quote,
.cta,
.stat-card {
  background: var(--surface);
  border-radius: 32px;
  padding: 2rem;
  box-shadow: 0 20px 45px rgba(15, 47, 63, 0.08);
  border: 1px solid rgba(15, 47, 63, 0.08);
}

.hero-panel {
  border: 1px solid rgba(15, 47, 63, 0.06);
}

.hero-panel h3 {
  margin: 0 0 1rem;
  color: var(--navy);
}

.hero-panel ul {
  margin: 0;
  padding-left: 1.35rem;
}

.hero-panel li {
  margin-bottom: 1rem;
  color: var(--muted);
}

main {
  padding: 3rem 0 4rem;
}

.page-intro {
  margin-bottom: 2rem;
}

.page-intro h1,
.page-intro h2 {
  margin: 0 0 1rem;
  color: var(--navy);
}

.page-intro h1 {
  font-size: clamp(1.4rem, 4vw, 2.0rem);
}

.page-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  max-width: 760px;
}

.page-hero {
  background: linear-gradient(135deg, #163546, #2c6f8c);
  color: white;
  border: none;
}

.page-hero h1,
.page-hero h2,
.page-hero .section-title,
.page-hero .accent,
.page-hero .accent1 {
  color: #ffffff;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.96);
}

.page-hero .card h2,
.page-hero .card h3,
.page-hero .card .section-title {
  color: var(--navy);
}

.page-hero .card p {
  color: var(--muted);
}

.disclaimer {
  background: rgba(242, 177, 52, 0.16);
  border-left: 5px solid var(--gold);
  border-radius: 14px;
  color: var(--navy) !important;
  font-weight: 700;
  margin: 1rem 0 0;
  max-width: 900px;
  padding: 0.85rem 1rem;
}

.section-title {
  font-size: clamp(1.85rem, 2.8vw, 2.4rem);
  color: var(--navy);
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.section-title3 h2 {
  font-size: clamp(1.25rem, 2.8vw, 2.0rem);
  color: white;
  margin-bottom: 2.0rem;
  position: relative;
  display: inline-block;
}

.section-title2 h2 {
  font-size: clamp(1.85rem, 2.8vw, 2.4rem);
  color: white;
  margin-bottom: 2.0rem;
  position: relative;
  display: inline-block;
}

.accent2 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.accent2::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
  margin-top: 0.9rem;
}


.section-title1 {
  font-size: clamp(1.85rem, 2.8vw, 2.4rem);
  color: var(--gold);
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
  margin-top: 0.9rem;
}

.section-title1::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
  margin-top: 0.9rem;
}

.section-title2::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
  margin-top: 0.9rem;
}
.intro {
  margin-bottom: 2rem;
}

.grid-2,
.grid-3,
.stats-grid,
.feature-grid {
  display: grid;
  gap: 1.6rem;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3,
.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 2.0rem;
}

.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
}
.grid-3 {
  padding-top: 2.0rem;
}
.card,
.feature-card,
.stat-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover,
.feature-card:hover,
.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(15, 47, 63, 0.14);
}

.card h3,
.feature-card h3,
.stat-card h3 {
  margin: 0 0 0.9rem;
  color: var(--navy);
}

.card p,
.feature-card p,
.stat-card p {
  margin: 0;
  color: var(--muted);
}

.stat-card .stat-value {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--teal);
  margin-bottom: 0.6rem;
}

.accent {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.accenthome {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.accent1 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.pad {
  padding-bottom: 2.5rem;
}

.quote {
  background: linear-gradient(135deg, rgba(22, 53, 70, 0.95), rgba(31, 97, 141, 0.96));
  color: white;
  border: none;
  padding: 2rem 2.2rem;
  box-shadow: 0 24px 55px rgba(15, 47, 63, 0.16);
}

.quote p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.9;
}

.cta {
  background: linear-gradient(135deg, #163546, #2c6f8c);
  color: white;
  border: none;
  text-align: center;
  padding: 2.4rem 2rem;
}

.cta h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.9rem, 2.6vw, 2.4rem);
}

.cta p {
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.95);
}

.footer-cta {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  text-align: center;
  gap: 1.4rem;
  background: linear-gradient(135deg, #163546, #2c6f8c);
  border-radius: 28px;
  padding: 2rem 2rem;
  margin-top: 2.5rem;
  border: 1px solid rgba(15, 47, 63, 0.08);
  box-shadow: 0 22px 50px rgba(15, 47, 63, 0.08);
}

.footer-cta h2 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.8rem, 2.6vw, 2.2rem);
  color: white;
}

.footer-cta p {
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.95);
  max-width: 620px;
}

.footer-cta-action {
  display: flex;
  justify-content: center;
}

.footer-cta-action .btn {
  min-width: 180px;
}

footer {
  padding: 2rem 0 3rem;
  color: #465865;
  text-align: center;
  font-size: 0.95rem;
}

body.modal-open {
  overflow: hidden;
}

.contact-modal {
  position: fixed;
  inset: 0;
  background: rgba(16, 44, 66, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.contact-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-card {
  width: min(560px, 100%);
  background: var(--surface);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 24px 70px rgba(16, 44, 66, 0.25);
  position: relative;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  background: transparent;
  font-size: 1.7rem;
  cursor: pointer;
  color: var(--muted);
}

.modal-card h2 {
  margin: 0 0 0.4rem;
  color: var(--navy);
}

.modal-card p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.modal-form {
  display: grid;
  gap: 1rem;
}

.modal-form label {
  display: grid;
  gap: 0.4rem;
  font-weight: 700;
  color: var(--navy);
}

.modal-form input,
.modal-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 44, 66, 0.15);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  font: inherit;
  color: var(--text);
  background: #fff;
}

.modal-form textarea {
  min-height: 120px;
  resize: vertical;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-top: 0.2rem;
}

.form-success {
  margin: 0;
  color: var(--teal);
  font-weight: 700;
}

@media (max-width: 1024px) {
  .hero,
  .feature-grid,
  .stats-grid,
  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 3.5rem;
  }

  .nav-links {
    justify-content: center;
  }
}


.grid-2 {
  padding-top: 2.0rem;
}

@media (max-width: 640px) {
  .container {
    width: min(100%, 100%);
    padding: 0 1.1rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .hero-panel,
  .page-intro,
  .intro,
  .card,
  .quote,
  .cta,
  .stat-card {
    padding: 1.4rem;
  }
}
