:root {
  --bg: #ffffff;
  --text: #111827;
  --muted: #5b6474;
  --line: #e7eaf0;
  --primary: #14213d;
  --accent: #c9a227;
  --soft: #f7f9fc;
  --shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top right, rgba(201, 162, 39, 0.10), transparent 18%),
    radial-gradient(circle at left center, rgba(20, 33, 61, 0.04), transparent 22%),
    var(--bg);
  color: var(--text);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(20, 33, 61, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 33, 61, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.15), transparent 80%);
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 22px 0 10px;
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-badge {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary), #253f73);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: 1px;
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 4px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

h1, h2, h3, h4, p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

.top-contact {
  text-decoration: none;
  color: var(--primary);
  font-weight: 700;
  background: #fff;
  border: 1px solid var(--line);
  padding: 14px 18px;
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.section {
  padding: 34px 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: stretch;
  padding-top: 26px;
}

.hero-copy,
.hero-card,
.contact-panel,
.highlight-box,
.service-card {
  position: relative;
}

.hero-copy {
  background: linear-gradient(180deg, #ffffff, #fbfcff);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 38px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-copy::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -90px;
  top: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.25), transparent 65%);
}

.pill,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(20, 33, 61, 0.06);
  color: var(--primary);
  font-weight: 700;
  font-size: 0.88rem;
}

.hero h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.08;
  margin: 16px 0 16px;
  max-width: 10ch;
}

.hero p,
.section-heading p,
.service-card p,
.highlight-box p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 24px;
}

.btn {
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--primary), #223867);
  color: #fff;
  box-shadow: 0 15px 30px rgba(20, 33, 61, 0.18);
}

.btn-secondary {
  background: #fff;
  color: var(--primary);
  border: 1px solid var(--line);
}

.quick-data {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.hero-card {
  background: linear-gradient(160deg, var(--primary), #0f172a);
  border-radius: 30px;
  padding: 1px;
  box-shadow: var(--shadow);
}

.hero-card-inner {
  height: 100%;
  border-radius: 29px;
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(201, 162, 39, 0.32), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
}

.mini-title {
  color: rgba(255,255,255,0.72);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-card ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 14px;
}

.hero-card li {
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  border-radius: 18px;
  backdrop-filter: blur(8px);
}

.section-heading {
  max-width: 760px;
}

.section-heading h3 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin: 16px 0 12px;
  line-height: 1.12;
}

.center {
  text-align: center;
  margin: 0 auto 8px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 162, 39, 0.5);
  box-shadow: 0 22px 50px rgba(17, 24, 39, 0.12);
}

.icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(20,33,61,.10), rgba(201,162,39,.24));
  color: var(--primary);
  font-weight: 800;
  margin-bottom: 18px;
}

.service-card h4 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.highlight-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #ffffff, #f7f9fd);
  box-shadow: var(--shadow);
}

.contact-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 34px;
  box-shadow: var(--shadow);
}

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

.contact-item {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
}

.contact-item span {
  display: block;
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 8px;
}

.contact-item strong,
.contact-item a {
  color: var(--primary);
  text-decoration: none;
  font-size: 1.05rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 0 0 38px;
  color: var(--muted);
}

.footer a {
  color: var(--primary);
  text-decoration: none;
}

.floating-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary), #27447d);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(20, 33, 61, 0.28);
  z-index: 30;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .55s ease, transform .55s ease;
}

@media (max-width: 980px) {
  .hero,
  .services-grid,
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
  }

  .topbar,
  .highlight-box,
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-copy,
  .hero-card-inner,
  .contact-panel,
  .highlight-box,
  .service-card {
    padding: 22px;
  }

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

  .hero h2 {
    max-width: none;
    font-size: 2.2rem;
  }

  .top-contact,
  .btn {
    width: 100%;
    text-align: center;
  }

  .brand-wrap {
    width: 100%;
  }
}
