:root {
  --navy: #030b1d;
  --navy2: #071b3a;
  --blue: #0b3c8d;
  --gold: #f5b633;
  --gold2: #ffcf65;
  --white: #fff;
  --muted: #b9c7da;
  --card: rgba(8, 28, 61, .72);
  --line: rgba(245, 182, 51, .35)
}

* {
  scroll-behavior: smooth
}

body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, sans-serif;
  background: var(--navy);
  color: var(--white);
  overflow-x: hidden
}

.font-display,
h1,
h2,
h3,
h4,
.navbar-brand {
  font-family: 'Montserrat', sans-serif
}

.text-gold {
  color: var(--gold) !important
}

.bg-navy {
  background: rgba(3, 11, 29, .92) !important
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), #d98b04);
  color: #061225;
  border: 0;
  font-weight: 800;
  border-radius: 50px;
  padding: .85rem 1.4rem;
  box-shadow: 0 0 25px rgba(245, 182, 51, .25)
}

.btn-outline-gold {
  border: 1px solid var(--gold);
  color: var(--gold);
  border-radius: 50px;
  padding: .85rem 1.4rem;
  font-weight: 700
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: #061225
}

.navbar {
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.navbar .nav-link {
  color: #eaf2ff !important;
  font-weight: 700;
  font-size: .86rem
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--gold) !important
}

.logo {
  height: 56px
}

.hero {
  min-height: 100vh;
  background: linear-gradient(90deg, rgba(3, 11, 29, .95), rgba(3, 11, 29, .55), rgba(3, 11, 29, .8)), url('../img/hero-bg.png') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 96px
}

.hero:after,
.section-dark:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 260px;
  background: radial-gradient(circle at 20% 0, rgba(22, 112, 255, .28), transparent 36%), radial-gradient(circle at 80% 50%, rgba(245, 182, 51, .18), transparent 38%);
  pointer-events: none
}

.hero-title {
  font-size: clamp(2.7rem, 6vw, 5.5rem);
  line-height: .95;
  font-weight: 900;
  letter-spacing: -.05em;
  text-transform: uppercase
}

.subtitle {
  color: #dce9fa;
  font-size: clamp(1.05rem, 2vw, 1.35rem)
}

.eyebrow {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase
}

.section {
  padding: 6rem 0;
  position: relative
}

.section-dark {
  background: linear-gradient(180deg, #061633, #020915);
  position: relative
}

.section-light {
  background: #f4f7fb;
  color: #07182f
}

.section-title {
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.04em
}

.divider {
  width: 110px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin: 20px 0
}

.glass-card {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 26px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, .35);
  backdrop-filter: blur(16px);
  transition: .35s
}

.glass-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold);
  box-shadow: 0 25px 80px rgba(245, 182, 51, .12)
}

.icon-circle {
  width: 72px;
  height: 72px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 2rem;
  background: rgba(245, 182, 51, .08)
}

.feature-row {
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: rgba(3, 11, 29, .65)
}

.mock-img {
  border-radius: 26px;
  border: 1px solid rgba(245, 182, 51, .35);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45)
}

.service-card img,
.portfolio-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 22px 22px 0 0
}

.service-card,
.portfolio-card {
  overflow: hidden;
  height: 100%
}

.service-card .card-body,
.portfolio-card .card-body {
  padding: 28px
}

.process-step {
  position: relative;
  padding-left: 78px;
  margin-bottom: 34px
}

.process-step .num {
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #0a58ca);
  display: grid;
  place-items: center;
  font-weight: 900
}

.price-card {
  background: #fff;
  color: #07182f;
  border-radius: 28px;
  overflow: hidden;
  border: 2px solid transparent;
  height: 100%
}

.price-card.popular {
  border-color: var(--gold);
  transform: scale(1.03)
}

.price-head {
  background: linear-gradient(180deg, #073077, #061633);
  color: #fff;
  padding: 34px;
  text-align: center
}

.footer {
  background: #020712;
  border-top: 1px solid rgba(245, 182, 51, .25);
  padding: 70px 0 28px
}

.form-control,
.form-select {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  border-radius: 16px;
  padding: 14px
}

.form-control::placeholder {
  color: #9fb0ca
}

.form-control:focus {
  background: rgba(255, 255, 255, .11);
  color: #fff;
  border-color: var(--gold);
  box-shadow: 0 0 0 .25rem rgba(245, 182, 51, .12)
}

.page-hero {
  min-height: 58vh;
  background: linear-gradient(90deg, rgba(3, 11, 29, .95), rgba(3, 11, 29, .5)), url('../img/hero-bg.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding-top: 120px
}

.blue-grid {
  background-image: linear-gradient(rgba(26, 114, 255, .11) 1px, transparent 1px), linear-gradient(90deg, rgba(26, 114, 255, .11) 1px, transparent 1px);
  background-size: 42px 42px
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99
}

.sticky-cta a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #061225;
  box-shadow: 0 12px 35px rgba(245, 182, 51, .35);
  margin-top: 10px;
  text-decoration: none
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: .8s
}

.reveal.show {
  opacity: 1;
  transform: none
}

@media(max-width:991px) {
  .hero {
    min-height: auto;
    padding: 140px 0 80px
  }

  .logo {
    height: 46px
  }

  .section {
    padding: 70px 0
  }

  .price-card.popular {
    transform: none
  }

  .service-card img,
  .portfolio-card img {
    height: 190px
  }
}