:root {
  --ink-900: #0b0d0f;
  --ink-800: #141a20;
  --ink-700: #1d2730;
  --sand-100: #f3efe8;
  --sand-200: #e8dfd1;
  --brand: #1ec4b5;
  --brand-2: #159486;
  --text-dark: #20262c;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: #f7f9fb;
  background: radial-gradient(circle at 10% 10%, #1f2a33, #0a0d10 46%);
  overflow-x: hidden;
}

h1,
h2,
h3,
.brand,
.section-title {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
}

.nav-solid {
  background: rgba(10, 14, 18, 0.88);
  backdrop-filter: blur(9px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.25s ease;
}

.nav-solid.scrolled {
  background: rgba(7, 10, 13, 0.96);
}

.brand {
  font-size: 1.45rem;
  color: #ffffff;
}

.nav-link {
  color: #eaf0f4;
  font-weight: 600;
}

.nav-link:hover {
  color: #ffffff;
}

.btn-highlight {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  border: 0;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.65rem 1.4rem;
}

.btn-highlight:hover {
  background: linear-gradient(135deg, #25d6c6, #17a597);
  color: #fff;
}

.hero-wrap {
  min-height: 100vh;
}

.hero-slide {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-slide .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(8, 10, 12, 0.9) 35%, rgba(8, 10, 12, 0.48) 100%);
}

.hero-tag {
  color: #7af1e5;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hero-sub {
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  max-width: 650px;
  color: #e9eff4;
}

.display-1 {
  font-size: clamp(2.4rem, 7vw, 5.8rem);
  line-height: 0.96;
  max-width: 880px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 6%;
}

.section {
  position: relative;
}

.section-dark {
  background: linear-gradient(180deg, #0d1217, #090c0f);
}

.section-light {
  background: linear-gradient(180deg, var(--sand-100), var(--sand-200));
  color: var(--text-dark);
}

.section-kicker {
  color: var(--brand);
  letter-spacing: 0.11em;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.section-title {
  font-size: clamp(2.1rem, 4.2vw, 3.6rem);
  line-height: 1;
}

.card-service {
  padding: 1.35rem;
  border-radius: 1rem;
  background: linear-gradient(165deg, #182029, #10171e);
  border: 1px solid rgba(122, 241, 229, 0.18);
  height: 100%;
}

.card-service i {
  color: #7af1e5;
  font-size: 1.5rem;
}

.card-service h3 {
  margin-top: 0.8rem;
}

.fact-box {
  background: #ffffff;
  border-radius: 0.95rem;
  padding: 1rem;
  border: 1px solid #d5c7b3;
}

.fact-box strong {
  display: block;
  font-size: 1.6rem;
  color: #143b38;
}

.fact-box span {
  color: #4d5a66;
}

.image-grid img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.14);
}

.plan-card {
  background: #121920;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1.4rem;
}

.plan-card.featured {
  border: 2px solid var(--brand);
  box-shadow: 0 1rem 2rem rgba(30, 196, 181, 0.18);
  transform: translateY(-5px);
}

.plan-card h3 {
  margin-bottom: 0.3rem;
}

.plan-card ul {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}

.plan-card li {
  padding: 0.36rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.plan-card li:last-child {
  border-bottom: 0;
}

.price {
  font-family: "Oswald", sans-serif;
  font-size: 2.3rem;
  color: #7af1e5;
  margin-bottom: 0;
}

.price span {
  font-size: 1rem;
  color: #b1c7d1;
}

.quote-card {
  background: #fff;
  border: 1px solid #d9cdb9;
  border-radius: 1rem;
  padding: 1.25rem;
  color: #22303b;
}

.quote-card p {
  margin-bottom: 1rem;
}

.quote-card footer {
  font-weight: 700;
  color: #0f4f49;
}

.form-box {
  background: #0f151b;
  border: 1px solid rgba(122, 241, 229, 0.2);
  border-radius: 1.1rem;
  padding: 1.25rem;
}

.form-control,
.form-select {
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #141d25;
  color: #f2f5f7;
}

.form-control::placeholder {
  color: #a7b6c3;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 0.2rem rgba(30, 196, 181, 0.25);
  background: #17222b;
  color: #ffffff;
}

footer {
  background: #06080a;
  color: #c5d1db;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: riseIn 0.8s ease forwards;
}

.delay-1 {
  animation-delay: 0.2s;
}

.stagger-wrap > * {
  opacity: 0;
  transform: translateY(18px);
  animation: riseIn 0.8s ease forwards;
}

.stagger-wrap > *:nth-child(1) { animation-delay: 0.1s; }
.stagger-wrap > *:nth-child(2) { animation-delay: 0.2s; }
.stagger-wrap > *:nth-child(3) { animation-delay: 0.3s; }
.stagger-wrap > *:nth-child(4) { animation-delay: 0.4s; }

@keyframes riseIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 12%;
  }

  .hero-slide {
    min-height: 88vh;
  }

  .section-title {
    font-size: clamp(1.9rem, 8vw, 2.9rem);
  }
}
