* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --slate: #5b5f6b;
  --slate-dark: #434754;
  --orange: #ff7a1a;
  --blue: #3b6bff;
  --dark: #1c2230;
  --light: #f5f7fb;
}

body {
  font-family: "Poppins", Arial, sans-serif;
  color: var(--dark);
  background: var(--light);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  background: linear-gradient(180deg, #4a4f5d, #cfd2da);
  color: white;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px 6%;
  background: white;
  color: var(--dark);
  box-shadow: 0 8px 20px rgba(12, 20, 40, 0.08);
  border-bottom: 1px solid #eef0f5;
  gap: 12px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--orange);
  color: white;
  font-size: 20px;
  box-shadow: 0 10px 20px rgba(255, 122, 26, 0.35);
}

.brand-icon svg {
  width: 26px;
  height: 26px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text strong {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.brand-text span {
  font-size: 0.72rem;
  color: #677189;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.nav-center {
  display: flex;
  justify-content: center;
}

.nav-links {
  display: flex;
  gap: 28px;
  font-weight: 600;
  color: #4d5566;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.8px;
}

.nav-cta {
  display: flex;
  justify-content: flex-end;
}

.nav-links a {
  font-weight: 500;
  opacity: 0.9;
}

.cta {
  background: #3467ff;
  color: white;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(52, 103, 255, 0.25);
}

.hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 6% 0;
  text-align: center;
}

.hero-content h1 {
  font-size: clamp(2.8rem, 4.6vw, 4.2rem);
  margin: 16px 0;
  font-weight: 700;
  line-height: 1.05;
}

.hero-subtitle {
  max-width: 680px;
  margin: 0 auto;
  color: #eef1f7;
  font-size: 1.05rem;
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 0.82rem;
  color: #e7eaf2;
}

.hero-actions {
  display: flex;
  gap: 18px;
  margin: 28px 0 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.primary {
  padding: 12px 26px;
  border-radius: 6px;
  font-weight: 600;
  background: white;
  color: #101827;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.primary:hover,
.cta:hover {
  transform: translateY(-3px);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f5f6fa;
  font-weight: 600;
  font-size: 0.9rem;
}

.badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.accent-orange {
  color: var(--orange);
}

.accent-blue {
  color: #5aa3ff;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.info-strip {
  background: #0d1424;
  color: white;
  padding: 12px 6%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 0.72rem;
  text-align: center;
  border-top: 4px solid var(--orange);
}

.section {
  padding: 80px 8%;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.section-title p {
  max-width: 640px;
  margin: 12px auto 0;
  color: #3d4c5c;
}

.services .grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.services-visuals {
  margin-top: 36px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.services-visuals img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.card {
  background: white;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(15, 40, 75, 0.12);
}

.process {
  background: #ffffff;
}

.timeline {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.step {
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff, #f1f3ff);
  box-shadow: 0 16px 30px rgba(12, 68, 135, 0.12);
}

.step span {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--orange);
}

.gallery-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.gallery-grid img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
  transform: scale(1);
  transition: transform 0.4s ease;
}

.gallery-grid img:hover {
  transform: scale(1.04);
}

.contact {
  background: linear-gradient(120deg, #0b1b2d, #21345c);
  color: white;
}

.contact-card {
  max-width: 720px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.08);
  padding: 40px;
  border-radius: 24px;
  backdrop-filter: blur(6px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
}

.contact-card a {
  color: white;
}

.contact-info {
  display: grid;
  gap: 18px;
  margin: 24px 0;
}

.footer {
  text-align: center;
  padding: 24px;
  background: #09121d;
  color: #d8e4ff;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 860px) {
  .nav {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-cta {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .cta {
    width: 100%;
    text-align: center;
  }

  .contact-card {
    padding: 28px;
  }
}
