:root {
  --ink: #071126;
  --ink-soft: #132447;
  --gold: #c99020;
  --gold-light: #f1c86a;
  --white: #ffffff;
  --mist: #f5f7fb;
  --line: rgba(7, 17, 38, 0.14);
  --shadow: 0 24px 70px rgba(7, 17, 38, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(245, 247, 251, 0.92), rgba(245, 247, 251, 0.96)),
    url("assets/background-image.png") center top / min(1400px, 100%) auto fixed;
  font-family: "Manrope", Arial, sans-serif;
  overflow-x: hidden;
}

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

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

.site-header {
  position: fixed;
  inset: 18px 24px auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(7, 17, 38, 0.74);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

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

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a {
  opacity: 0.78;
  transition: color 180ms ease, opacity 180ms ease;
}

.nav-links a:hover {
  color: var(--gold-light);
  opacity: 1;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-call,
.header-form,
.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-call {
  padding: 0 18px;
  background: var(--gold);
  color: var(--ink);
}

.header-form {
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.header-call:hover,
.header-form:hover,
.btn:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-bg {
  position: absolute;
  inset: -12% 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(7, 17, 38, 0.9), rgba(7, 17, 38, 0.72), rgba(7, 17, 38, 0.28)),
    url("assets/background-image.png") center / cover fixed;
  filter: saturate(0.92) contrast(1.05);
}

.blueprint {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 70% 45%, black, transparent 60%);
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 26vh;
  content: "";
  background: linear-gradient(0deg, var(--mist), transparent);
}

.hero-content {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 56px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 140px 0 100px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
}

h1 {
  max-width: 740px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.92;
}

.hero-text {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.24rem);
  line-height: 1.75;
}

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

.btn {
  min-width: 148px;
  padding: 0 22px;
}

.btn.primary {
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 16px 36px rgba(201, 144, 32, 0.28);
}

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

.hero-orbit {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.floating-logo {
  width: min(370px, 78vw);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.44);
  animation: antigravity 5.4s ease-in-out infinite;
}

.orbit-ring {
  position: absolute;
  width: min(520px, 94vw);
  aspect-ratio: 1;
  border: 1px solid rgba(241, 200, 106, 0.42);
  border-radius: 50%;
  animation: rotateRing 22s linear infinite;
}

.orbit-ring::before,
.orbit-ring::after {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  content: "";
  background: var(--gold-light);
  box-shadow: 0 0 26px var(--gold-light);
}

.orbit-ring::before {
  top: 9%;
  left: 23%;
}

.orbit-ring::after {
  right: 10%;
  bottom: 22%;
}

.orbital-chip {
  position: absolute;
  max-width: 180px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: var(--white);
  background: rgba(7, 17, 38, 0.72);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
  font-size: 0.86rem;
  font-weight: 800;
  backdrop-filter: blur(14px);
  animation: antigravity 4.8s ease-in-out infinite;
}

.chip-one {
  top: 12%;
  right: 4%;
}

.chip-two {
  bottom: 19%;
  left: 0;
  animation-delay: -1.6s;
}

.chip-three {
  right: 8%;
  bottom: 7%;
  animation-delay: -2.9s;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1180px, calc(100% - 40px));
  margin: -58px auto 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-strip div {
  min-height: 118px;
  padding: 28px;
  background: var(--white);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.trust-strip span {
  color: #586174;
  line-height: 1.55;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 110px 0;
}

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

.section h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 1.02;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.banner-showcase {
  padding-top: 16px;
  padding-bottom: 48px;
}

.banner-showcase img {
  width: 100%;
  border: 1px solid rgba(7, 17, 38, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.service-card,
.process-step {
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 40px rgba(7, 17, 38, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:hover,
.process-step:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 144, 32, 0.44);
  box-shadow: var(--shadow);
}

.service-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  margin-bottom: 30px;
  place-items: center;
  border-radius: 6px;
  color: var(--gold-light);
  background: var(--ink);
  font-size: 1.5rem;
}

.service-card h3,
.process-step h3 {
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.service-card p,
.process-step p,
.panel-content p,
.contact-card p {
  color: #5f6879;
  line-height: 1.7;
}

.parallax-panel {
  position: relative;
  display: grid;
  min-height: 620px;
  align-items: end;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.panel-image {
  position: absolute;
  inset: -18% 0;
  background:
    linear-gradient(0deg, rgba(7, 17, 38, 0.9), rgba(7, 17, 38, 0.22)),
    url("assets/banner-image.png") center / cover;
}

.panel-content {
  position: relative;
  max-width: 760px;
  padding: 54px;
}

.panel-content p {
  color: rgba(255, 255, 255, 0.76);
}

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

.process-step span {
  display: block;
  margin-bottom: 48px;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 900;
}

.contact-section {
  padding-top: 20px;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.9fr) minmax(250px, 0.72fr);
  gap: 34px;
  padding: 48px;
  border-radius: var(--radius);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 17, 38, 0.96), rgba(19, 36, 71, 0.92)),
    url("assets/background-image.png") center / cover;
  box-shadow: var(--shadow);
}

.contact-form,
.contact-card address {
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.76);
  font-style: normal;
  background: rgba(255, 255, 255, 0.06);
}

.contact-card address {
  align-content: center;
}

.contact-form h3 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 1.25rem;
}

.contact-form label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
}

.contact-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  padding: 0 14px;
  color: var(--white);
  background: rgba(7, 17, 38, 0.56);
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.contact-form input:focus {
  border-color: var(--gold-light);
  box-shadow: 0 0 0 3px rgba(241, 200, 106, 0.16);
}

.form-submit {
  width: 100%;
  margin-top: 10px;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--gold-light);
  font-size: 0.88rem;
}

.contact-card address strong {
  color: var(--white);
  font-size: 1.2rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 28px 24px;
  color: rgba(255, 255, 255, 0.74);
  background: var(--ink);
  font-size: 0.9rem;
}

.site-footer p {
  margin: 0;
}

.floating-call {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--gold-light);
  box-shadow: 0 18px 42px rgba(7, 17, 38, 0.26);
  font-size: 0.78rem;
  font-weight: 900;
  animation: pulse 2.8s ease-in-out infinite;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes antigravity {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(0, -22px, 0) rotate(1.4deg);
  }
}

@keyframes rotateRing {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.04);
  }
}

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

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-orbit {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .site-header {
    inset: 10px 10px auto;
    align-items: flex-start;
  }

  .nav-links,
  .header-actions {
    display: none;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .hero-content {
    width: min(100% - 28px, 1180px);
    gap: 20px;
    padding-top: 112px;
  }

  h1 {
    font-size: clamp(2.7rem, 16vw, 4.6rem);
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-orbit {
    min-height: 360px;
  }

  .orbit-ring {
    width: 330px;
  }

  .floating-logo {
    width: 245px;
  }

  .orbital-chip {
    display: none;
  }

  .trust-strip,
  .services-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .section {
    width: min(100% - 28px, 1180px);
    padding: 76px 0;
  }

  .service-card,
  .process-step {
    min-height: auto;
  }

  .parallax-panel {
    min-height: 520px;
  }

  .panel-content,
  .contact-card {
    padding: 28px;
  }

  .site-footer {
    padding-bottom: 94px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
