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

:root {
  --blue: #1a56db;
  --blue-dark: #1240a8;
  --blue-light: #e8f0fe;
  --navy: #0d1b3e;
  --white: #fff;
  --off: #f7f9fc;
  --gray: #6b7280;
  --gray-light: #e5e9f0;
  --text: #111827;
  --r: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 5%;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--gray-light);
  backdrop-filter: blur(16px);
  transition: box-shadow 0.25s;
}

nav.scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  text-decoration: none;
  white-space: nowrap;
}

.nav-logo img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: contain;
}

.nav-logo-text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.nav-logo-sub {
  font-size: 11px;
  color: var(--gray);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.nav-item {
  position: relative;
}

.nav-links a {
  color: var(--gray);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--blue);
}

.services-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.services-trigger span {
  color: var(--blue);
  font-size: 11px;
}

.services-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  padding: 10px;
  border: 1px solid var(--gray-light);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(13, 27, 62, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
}

.services-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 16px;
}

.nav-item:hover .services-menu,
.nav-item:focus-within .services-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.services-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--text);
  line-height: 1.25;
}

.services-menu a:hover {
  background: var(--blue-light);
  color: var(--blue);
}

.mob-sub {
  padding-left: 16px;
  color: var(--gray) !important;
  font-size: 14px;
}

.nav-cta,
.btn-primary,
.btn-outline,
.btn-white,
.mob-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.nav-cta,
.btn-primary,
.mob-cta {
  background: var(--blue);
  color: #fff;
  padding: 11px 22px;
}

.nav-cta:hover,
.btn-primary:hover,
.mob-cta:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
}

.btn-outline {
  color: var(--blue);
  border: 1.5px solid var(--blue);
  padding: 12px 22px;
}

.btn-outline:hover {
  background: var(--blue-light);
  transform: translateY(-1px);
}

.btn-white {
  color: var(--blue);
  background: #fff;
  padding: 14px 26px;
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.hamburger {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 8px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--navy);
  transition: transform 0.25s, opacity 0.25s;
}

.mob-menu {
  display: none;
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  z-index: 99;
  flex-direction: column;
  gap: 14px;
  padding: 20px 5%;
  background: #fff;
  border-bottom: 1px solid var(--gray-light);
  box-shadow: 0 18px 30px rgba(13, 27, 62, 0.08);
}

.mob-menu.open {
  display: flex;
}

.mob-menu a {
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
}

section {
  padding: 92px 5%;
}

.service-hero {
  min-height: 72vh;
  display: flex;
  align-items: center;
  padding-top: 140px;
  background:
    radial-gradient(ellipse 55% 80% at 82% 30%, rgba(26, 86, 219, 0.28), transparent 68%),
    linear-gradient(135deg, #0d1b3e 0%, #102452 100%);
  color: #fff;
}

.service-hero > div {
  max-width: 760px;
}

.service-hero h1,
.cta-box h2 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.service-hero h1 {
  max-width: 780px;
  margin: 12px 0 24px;
  font-size: clamp(48px, 8vw, 82px);
  line-height: 0.96;
}

.service-hero p {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.section-label {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.section-label--light {
  color: #93b4f7;
}

.section-title {
  margin-bottom: 18px;
  color: var(--navy);
  font-family: "DM Serif Display", serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.12;
}

.grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.img-box {
  overflow: hidden;
  min-height: 360px;
  border-radius: var(--r);
  background: var(--gray-light);
}

.img-box img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.feature-list {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  list-style: none;
}

.feature-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: var(--gray);
}

.feature-list strong {
  color: var(--navy);
}

.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--blue-light);
  color: var(--blue);
  font-weight: 800;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1080px;
  margin: 42px auto 0;
}

.price-card {
  padding: 30px;
  border: 1.5px solid var(--gray-light);
  border-radius: var(--r);
  background: #fff;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.price-card:hover {
  transform: translateY(-5px);
  border-color: var(--blue);
  box-shadow: 0 16px 44px rgba(26, 86, 219, 0.13);
}

.price-card--featured,
.price-card.featured {
  border-color: var(--blue);
  background: linear-gradient(135deg, #f0f5ff 0%, #fff 100%);
}

.price-card h3 {
  color: var(--navy);
  font-size: 20px;
}

.price-card p {
  min-height: 52px;
  margin: 8px 0 24px;
  color: var(--gray);
}

.price-val {
  margin-top: 10px;
  color: var(--blue);
  font-family: "Bebas Neue", sans-serif;
  font-size: 52px;
  line-height: 1;
}

.faq-container {
  max-width: 860px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--gray-light);
}

.faq-question {
  cursor: pointer;
  padding: 22px 0;
  color: var(--navy);
  font-weight: 800;
  list-style: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: "+";
  float: right;
  color: var(--blue);
  font-size: 24px;
  line-height: 1;
}

.faq-item[open] .faq-question::after {
  content: "-";
}

.faq-answer {
  max-width: 760px;
  padding: 0 0 22px;
  color: var(--gray);
}

.cta-box {
  max-width: 980px;
  margin: 0 auto;
  padding: 52px;
  border-radius: var(--r);
  background:
    radial-gradient(ellipse 65% 95% at 100% 0%, rgba(147, 180, 247, 0.28), transparent 62%),
    var(--blue);
  color: #fff;
  text-align: center;
}

.cta-box h2 {
  margin-bottom: 12px;
  font-size: clamp(42px, 6vw, 64px);
  line-height: 1;
}

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

footer {
  padding: 32px 5%;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.58);
  text-align: center;
  font-size: 13px;
}

footer strong,
footer a {
  color: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s, transform 0.6s;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 860px) {
  nav {
    padding: 0 20px;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  section {
    padding: 72px 20px;
  }

  .service-hero {
    min-height: 78vh;
    padding-top: 120px;
  }

  .grid-2,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .img-box,
  .img-box img {
    min-height: 280px;
  }

  .price-card p {
    min-height: 0;
  }

  .cta-box {
    padding: 40px 24px;
  }
}

@media (max-width: 460px) {
  .nav-logo img,
  .nav-logo-sub {
    display: none;
  }

  .service-hero h1 {
    font-size: 46px;
  }
}
