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

:root {
  --navy: #07182a;
  --navy-2: #0d2741;
  --navy-3: #123655;
  --gold: #d8ba68;
  --gold-2: #f1d98b;
  --white: #ffffff;
  --muted: #c9d5e1;
  --shadow: 0 24px 80px rgba(0,0,0,.28);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--navy);
  color: var(--white);
  line-height: 1.6;
}

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

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

.topbar {
  background: #03101e;
  border-bottom: 1px solid rgba(216,186,104,.25);
  color: var(--muted);
  font-size: 14px;
}

.topbar-content {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7,24,42,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(216,186,104,.25);
}

.header-content {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand img {
  height: 68px;
  width: auto;
  display: block;
  border-radius: 12px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 700;
  font-size: 15px;
}

.nav a {
  color: #eef5fb;
  transition: .25s;
}

.nav a:hover {
  color: var(--gold-2);
}

.nav-btn {
  padding: 12px 18px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #09192a !important;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(216,186,104,.2);
}

.hero {
  position: relative;
  min-height: calc(100vh - 115px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 30%, rgba(216,186,104,.18), transparent 30%),
    linear-gradient(135deg, rgba(7,24,42,.96), rgba(9,35,60,.86)),
    url("img/logo.png") center/cover no-repeat;
  filter: saturate(1.05);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3,13,24,.72);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  gap: 48px;
  padding: 80px 0;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid rgba(216,186,104,.45);
  border-radius: 999px;
  color: var(--gold-2);
  font-weight: 700;
  letter-spacing: .3px;
  background: rgba(216,186,104,.08);
}

.tag.gold {
  background: rgba(216,186,104,.12);
}

.hero h1 {
  margin-top: 22px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: -2px;
  max-width: 820px;
}

.hero p {
  margin-top: 22px;
  color: var(--muted);
  font-size: 19px;
  max-width: 680px;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: .25s;
}

.btn.primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #06182a;
  box-shadow: 0 18px 40px rgba(216,186,104,.18);
}

.btn.secondary {
  border: 1px solid rgba(255,255,255,.22);
  color: var(--white);
  background: rgba(255,255,255,.06);
}

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

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.hero-points div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
}

.hero-points strong {
  display: block;
  color: var(--gold-2);
  font-size: 15px;
}

.hero-points span {
  color: var(--muted);
  font-size: 13px;
}

.hero-card {
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
  border: 1px solid rgba(216,186,104,.35);
  border-radius: 32px;
  padding: 34px;
  text-align: center;
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 100%;
  max-width: 320px;
  border-radius: 22px;
  margin-bottom: 22px;
}

.hero-card h2 {
  color: var(--gold-2);
  font-size: 30px;
}

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

.card-line {
  width: 90px;
  height: 2px;
  background: var(--gold);
  margin: 18px auto;
}

.section {
  padding: 90px 0;
}

.section-title {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 44px;
}

.section-title span {
  color: var(--gold-2);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

.section-title h2,
.about h2,
.contact h2 {
  margin-top: 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
}

.section-title p,
.about p,
.contact p {
  margin-top: 14px;
  color: var(--muted);
}

.services {
  background: #081b30;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  background: linear-gradient(180deg, #102e4b, #0b2238);
  border: 1px solid rgba(216,186,104,.22);
  border-radius: 24px;
  padding: 28px;
  min-height: 245px;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
  transition: .25s;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(216,186,104,.62);
}

.icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #07182a;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 20px;
}

.service-card h3 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 12px;
}

.service-card p {
  color: var(--muted);
  font-size: 15px;
}

.about {
  background:
    radial-gradient(circle at 15% 20%, rgba(216,186,104,.12), transparent 26%),
    #07182a;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 42px;
  align-items: center;
}

.about-box {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(216,186,104,.25);
  border-radius: 26px;
  padding: 32px;
  box-shadow: var(--shadow);
}

.about-box h3 {
  color: var(--gold-2);
  margin-bottom: 16px;
  font-size: 24px;
}

.about-box ul {
  list-style: none;
}

.about-box li {
  padding: 13px 0 13px 28px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: var(--muted);
  position: relative;
}

.about-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-2);
  font-weight: 900;
}

.location {
  background: #081b30;
}

.map-card {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(216,186,104,.35);
  box-shadow: var(--shadow);
  background: #0b2238;
}

.map-card iframe {
  width: 100%;
  height: 460px;
  border: 0;
  display: block;
}

.contact {
  background:
    linear-gradient(135deg, rgba(216,186,104,.12), transparent),
    #07182a;
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.contact-box {
  background: linear-gradient(180deg, #102e4b, #0b2238);
  border: 1px solid rgba(216,186,104,.28);
  border-radius: 26px;
  padding: 32px;
  box-shadow: var(--shadow);
}

.contact-box p {
  margin: 0 0 16px;
}

.contact-box a:not(.btn) {
  color: var(--gold-2);
}

.full {
  width: 100%;
  margin-top: 10px;
}

.footer {
  background: #03101e;
  border-top: 1px solid rgba(216,186,104,.25);
  padding: 28px 0;
  color: var(--muted);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 14px;
}

@media (max-width: 900px) {
  .topbar-content,
  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .header-content {
    flex-direction: column;
    padding: 18px 0;
  }

  .nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }

  .hero-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding: 56px 0;
  }

  .hero-text {
    text-align: center;
  }

  .hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .map-card iframe {
    height: 360px;
  }
}

@media (max-width: 520px) {
  .brand img {
    height: 56px;
  }

  .nav a {
    font-size: 14px;
  }

  .section {
    padding: 64px 0;
  }

  .hero-card,
  .about-box,
  .contact-box {
    padding: 24px;
    border-radius: 22px;
  }
}
