:root {
  --brand-navy: #071d42;
  --brand-blue: #063d77;
  --brand-sky: #1497d4;
  --brand-gold: #f5b82e;
  --brand-gold-dark: #d99a11;
  --ink: #101d35;
  --soft-bg: #f4f7fb;
  --line: #dfe7f2;
}

html {
  scroll-behavior: smooth;
}
body {
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a {
  color: var(--brand-blue);
  text-decoration: none;
}
a:hover {
  color: var(--brand-sky);
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 2000;
  background: #fff;
  color: var(--brand-navy);
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}
.skip-link:focus {
  top: 1rem;
}
.topbar {
  background: var(--brand-navy);
  color: rgba(255, 255, 255, 0.82);
}
.topbar a {
  color: rgba(255, 255, 255, 0.86);
}
.topbar a:hover {
  color: #fff;
}
.navbar {
  min-height: 82px;
}
.navbar-brand img {
  display: block;
  width: 240px;
  height: auto;
  object-fit: contain;
}
.navbar .nav-link {
  color: #263852;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.75rem 0.58rem !important;
  border-radius: 0.5rem;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--brand-blue);
  background: #edf6fc;
}
.btn {
  font-weight: 700;
  border-radius: 0.65rem;
  padding: 0.72rem 1.2rem;
}
.btn-brand {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: #fff;
}
.btn-brand:hover,
.btn-brand:focus {
  background: #052e5a;
  border-color: #052e5a;
  color: #fff;
  transform: translateY(-1px);
}
.btn-gold {
  background: var(--brand-gold);
  border-color: var(--brand-gold);
  color: var(--brand-navy);
}
.btn-gold:hover,
.btn-gold:focus {
  background: #ffc94f;
  border-color: #ffc94f;
  color: var(--brand-navy);
}
.btn-outline-brand {
  border: 1px solid var(--brand-blue);
  color: var(--brand-blue);
}
.btn-outline-brand:hover {
  background: var(--brand-blue);
  color: #fff;
}
.text-gold {
  color: var(--brand-gold) !important;
}
.bg-soft {
  background: var(--soft-bg);
}
.section-pad {
  padding: 5.5rem 0;
}
.eyebrow {
  display: inline-block;
  color: var(--brand-blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}
.display-title {
  color: var(--brand-navy);
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.03;
}
.section-title {
  color: var(--brand-navy);
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
}
.lead-copy {
  color: #58677b;
  font-size: 1.12rem;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  display: flex;
  align-items: center;
  background: radial-gradient(
      circle at 76% 20%,
      rgba(20, 151, 212, 0.2),
      transparent 34%
    ),
    linear-gradient(120deg, #f8fbff 0%, #f8fbff 55%, #e8f2fb 55%, #e8f2fb 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -210px;
  bottom: -170px;
  border-radius: 50%;
  border: 80px solid rgba(245, 184, 46, 0.16);
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 5.5rem 0;
}
.hero-visual {
  position: relative;
  min-height: 660px;
}
.hero-photo {
  position: absolute;
  inset: 3rem 0 3rem 1.5rem;
  width: calc(100% - 1.5rem);
  height: calc(100% - 6rem);
  object-fit: cover;
  object-position: center;
  border-radius: 2rem 0 0 2rem;
  box-shadow: 0 24px 70px rgba(7, 29, 66, 0.22);
}
.hero-badge {
  position: absolute;
  z-index: 2;
  left: -1rem;
  bottom: 5.5rem;
  background: #fff;
  padding: 1rem 1.2rem;
  border-radius: 1rem;
  box-shadow: 0 16px 40px rgba(7, 29, 66, 0.15);
  border-left: 4px solid var(--brand-gold);
  display: none !important;
}
.hero-badge strong {
  display: block;
  color: var(--brand-navy);
  font-size: 1.15rem;
}
.metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}
.metric {
  min-width: 115px;
  border-left: 3px solid var(--brand-gold);
  padding-left: 0.8rem;
}
.metric strong {
  display: block;
  color: var(--brand-navy);
  font-size: 1.4rem;
}
.metric span {
  color: #6c788a;
  font-size: 0.82rem;
}

.page-hero {
  position: relative;
  background: linear-gradient(135deg, var(--brand-navy), #0b3d72);
  color: #fff;
  padding: 5rem 0;
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -120px;
  width: 340px;
  height: 340px;
  border: 60px solid rgba(245, 184, 46, 0.16);
  border-radius: 50%;
}
.page-hero .container {
  position: relative;
  z-index: 1;
}
.page-hero h1 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}
.breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
}
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.58);
}

.service-card,
.feature-card,
.plan-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  padding: 1.75rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.service-card:hover,
.feature-card:hover,
.plan-card:hover {
  transform: translateY(-5px);
  border-color: #b5d5ec;
  box-shadow: 0 18px 44px rgba(14, 55, 95, 0.1);
}
.icon-box {
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  border-radius: 0.9rem;
  background: #e7f4fc;
  color: var(--brand-blue);
  font-size: 1.35rem;
}
.service-card h3,
.feature-card h3 {
  color: var(--brand-navy);
  font-weight: 750;
}
.service-card ul {
  color: #5f6d80;
  padding-left: 1.1rem;
}
.service-card li + li {
  margin-top: 0.35rem;
}
.image-frame {
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(7, 29, 66, 0.14);
}
.image-frame img {
  width: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.check-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.85rem;
  color: #4e6075;
}
.check-list li::before {
  content: "\F26A";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 0.05rem;
  color: var(--brand-sky);
  font-weight: 700;
}

.navy-panel {
  background: linear-gradient(135deg, #071d42, #0a3568);
  color: #fff;
  border-radius: 1.5rem;
  padding: clamp(2rem, 4vw, 4rem);
}
.navy-panel .icon-box {
  background: rgba(255, 255, 255, 0.1);
  color: var(--brand-gold);
}
.number-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.number-step .number {
  flex: 0 0 auto;
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-gold);
  color: var(--brand-navy);
  font-weight: 800;
}
.number-step h3 {
  color: var(--brand-navy);
  font-size: 1.08rem;
  font-weight: 750;
  margin-bottom: 0.25rem;
}

.lead-form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  box-shadow: 0 18px 55px rgba(7, 29, 66, 0.09);
}
.form-label {
  color: #263852;
  font-size: 0.88rem;
  font-weight: 700;
}
.form-control,
.form-select {
  border-color: #ced8e6;
  border-radius: 0.7rem;
  min-height: 48px;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--brand-sky);
  box-shadow: 0 0 0 0.25rem rgba(20, 151, 212, 0.13);
}

.plan-card {
  position: relative;
  overflow: hidden;
  padding: 2rem;
}
.plan-card.featured {
  border: 2px solid var(--brand-gold);
  box-shadow: 0 20px 60px rgba(7, 29, 66, 0.11);
}
.plan-card .plan-label {
  color: var(--brand-blue);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
}
.plan-card .price {
  color: var(--brand-navy);
  font-size: 2.3rem;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -0.04em;
}
.plan-card .price-note {
  color: #708096;
  font-size: 0.8rem;
}
.plan-ribbon {
  position: absolute;
  right: -38px;
  top: 22px;
  transform: rotate(45deg);
  background: var(--brand-gold);
  color: var(--brand-navy);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.35rem 2.8rem;
}
.table-investment th {
  background: var(--brand-navy);
  color: #fff;
  white-space: nowrap;
}
.table-investment td,
.table-investment th {
  padding: 1rem;
  vertical-align: middle;
}

.partner-board {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 1.25rem;
  padding: 1rem;
}
.partner-board img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
.gallery-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 25px rgba(7, 29, 66, 0.06);
}
.gallery-card button {
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
  text-align: left;
}
.gallery-card img {
  width: 100%;
  aspect-ratio: 1.62;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.gallery-card:hover img {
  transform: scale(1.025);
}
.gallery-caption {
  padding: 0.85rem 1rem;
  font-weight: 700;
  color: var(--brand-navy);
}
.brochure-modal .modal-content {
  background: #08172f;
}
.brochure-modal img {
  width: 100%;
  height: auto;
}

.contact-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.5rem;
  background: #fff;
}
.contact-card a {
  word-break: break-word;
}
.map-placeholder {
  min-height: 350px;
  background: linear-gradient(135deg, #e6f2fb, #f9fbfd);
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
}
.cta-strip {
  background: linear-gradient(120deg, #0a3668, #071d42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer {
  background: #05152e;
  color: #fff;
}
.footer-logo {
  width: 210px;
  height: auto;
  border-radius: 0.4rem;
}
.footer-heading {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer-links li + li {
  margin-top: 0.55rem;
}
.footer-links a,
.site-footer a {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer a:hover {
  color: #fff;
}
.social-link {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.floating-call {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 1000;
  width: 3.4rem;
  height: 3.4rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #11a755;
  color: #fff;
  font-size: 1.35rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22);
}
.floating-call:hover {
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 1rem 0;
  }
  .hero {
    min-height: auto;
  }
  .hero-copy {
    padding: 4.5rem 0 2rem;
  }
  .hero-visual {
    min-height: 460px;
  }
  .hero-photo {
    inset: 1rem 0 2.5rem 0;
    width: 100%;
    border-radius: 1.5rem;
  }
  .hero-badge {
    left: 1rem;
    bottom: 0;
  }
  .section-pad {
    padding: 4rem 0;
  }
}
@media (max-width: 575.98px) {
  .navbar-brand img {
    width: 170px;
  }
  .topbar .container {
    justify-content: center !important;
  }
  .display-title {
    font-size: 2.7rem;
  }
  .hero-visual {
    min-height: 370px;
  }
  .hero-badge {
    right: 0.7rem;
    left: 0.7rem;
    bottom: 0.5rem;
  }
  .metric-row {
    gap: 1rem;
  }
  .metric {
    min-width: 95px;
  }
  .page-hero {
    padding: 3.6rem 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
