:root {
  --ink-950: #0a1924;
  --ink-900: #102a3b;
  --ink-700: #2f4a5b;
  --sand-100: #f6efe4;
  --sand-200: #e9e0d2;
  --aqua-500: #00b3a4;
  --sun-500: #ff8a3d;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 992px) {
  html {
    scroll-snap-type: y proximity;
  }
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink-900);
  background:
    radial-gradient(circle at 10% 10%, #dff6f3 0%, rgba(223, 246, 243, 0) 40%),
    radial-gradient(circle at 90% 90%, #ffe4cf 0%, rgba(255, 228, 207, 0) 35%),
    var(--sand-100);
}

.snap-section {
  scroll-snap-align: start;
  scroll-margin-top: 92px;
}

h1,
h2,
h3,
.navbar-brand {
  font-family: "Space Grotesk", sans-serif;
}

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

.parallax {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-hero {
  background-image: linear-gradient(120deg, rgba(10, 25, 36, 0.88), rgba(11, 37, 48, 0.72)),
    url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?auto=format&fit=crop&w=1800&q=80");
}

.bg-break-1 {
  background-image: linear-gradient(120deg, rgba(16, 42, 59, 0.73), rgba(16, 42, 59, 0.48)),
    url("https://images.unsplash.com/photo-1461749280684-dccba630e2f6?auto=format&fit=crop&w=1800&q=80");
}

.bg-break-2 {
  background-image: linear-gradient(120deg, rgba(10, 25, 36, 0.75), rgba(10, 25, 36, 0.45)),
    url("https://images.unsplash.com/photo-1551434678-e076c223a692?auto=format&fit=crop&w=1800&q=80");
}

.glass-nav {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(10, 25, 36, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background-color 220ms ease, box-shadow 220ms ease;
}

.glass-nav.scrolled {
  background: rgba(10, 25, 36, 0.72);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
}

.navbar-brand {
  letter-spacing: 0.08em;
  font-size: 1rem;
}

.nav-link {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--white);
}

.hero-overlay,
.break-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.45));
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 70px;
}

.hero-kicker {
  display: inline-block;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #afe9e2;
}

h1 span {
  color: #ffd6bb;
}

.btn-brand {
  border: 0;
  background: linear-gradient(90deg, var(--aqua-500), #22cab7);
  color: var(--ink-950);
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(0, 179, 164, 0.35);
}

.btn-brand:hover {
  background: linear-gradient(90deg, #0bc4b4, #31dbc8);
  color: var(--ink-950);
}

.stats-row {
  margin-top: 72px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  padding: 1rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  height: 100%;
}

.stat-card h3 {
  margin: 0;
  font-size: 1.75rem;
}

.stat-card p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
}

.panel-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.panel {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 42, 59, 0.08);
  border-radius: 22px;
  padding: clamp(1.6rem, 2.3vw, 2.7rem);
  box-shadow: 0 30px 70px rgba(16, 42, 59, 0.14);
}

.section-title {
  font-size: clamp(1.85rem, 2.3vw, 2.7rem);
  margin-bottom: 1rem;
}

.section-subtitle {
  max-width: 740px;
  margin-inline: auto;
  color: var(--ink-700);
}

.parallax-break {
  position: relative;
  min-height: 52vh;
  display: grid;
  place-items: center;
  color: var(--white);
}

.parallax-break h2 {
  font-size: clamp(1.7rem, 3vw, 3rem);
  margin-bottom: 0;
}

.break-kicker {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.82rem;
  margin-bottom: 0.75rem;
  color: #9de7de;
  font-weight: 700;
}

.service-card,
.step-card {
  background: linear-gradient(180deg, #ffffff, #f7fbfb);
  border: 1px solid #e1eaee;
  border-radius: 18px;
  padding: 1.35rem;
  box-shadow: 0 12px 30px rgba(16, 42, 59, 0.09);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.service-card:hover,
.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(16, 42, 59, 0.16);
}

.service-card i {
  font-size: 1.5rem;
  color: var(--aqua-500);
  margin-bottom: 0.6rem;
  display: inline-block;
}

.service-card h3,
.step-card h3 {
  font-size: 1.18rem;
}

.industry-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.industry-cloud span {
  background: #ffffff;
  border: 1px solid #dbe8ea;
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-weight: 700;
  color: var(--ink-900);
  box-shadow: 0 8px 20px rgba(16, 42, 59, 0.08);
}

.step-card span {
  font-weight: 800;
  color: var(--sun-500);
  letter-spacing: 0.08em;
}

.cta-panel {
  background: linear-gradient(110deg, var(--ink-900), #173c52);
  border-radius: 26px;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  color: var(--white);
  box-shadow: 0 24px 60px rgba(16, 42, 59, 0.35);
}

.cta-kicker {
  color: #94ddd4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
}

.contact-form .form-label {
  font-size: 0.84rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.contact-form .form-control {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
}

.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.contact-form .form-control:focus {
  background: rgba(255, 255, 255, 0.18);
  border-color: #99e8de;
  box-shadow: 0 0 0 0.2rem rgba(148, 221, 212, 0.25);
  color: var(--white);
}

.form-note {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
}

.form-note.is-success {
  color: #9de7de;
}

.form-note.is-error {
  color: #ffd6bb;
}

.footer {
  color: #4c6677;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 620ms ease;
  transition-delay: var(--d, 0s);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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

  .service-card,
  .step-card,
  .glass-nav {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .parallax {
    background-attachment: scroll;
  }

  .hero-content {
    padding-top: 100px;
  }

  .panel-section {
    min-height: auto;
    padding-block: 3rem;
  }
}
