:root {
  --landing-primary: #0f4c81;
  --landing-primary-strong: #083d6b;
  --landing-accent: #13b6ad;
  --landing-ink: #0f172a;
  --landing-muted: #5f6b7a;
  --landing-surface: #f5f8fc;
  --landing-card: #ffffff;
  --landing-border: rgba(15, 23, 42, 0.08);
}

.landing-hero {
  min-height: 760px;
  padding: 8rem 0 5.5rem;
  background:
    radial-gradient(48rem 28rem at 90% 12%, rgba(19, 182, 173, 0.26), rgba(19, 182, 173, 0) 70%),
    radial-gradient(46rem 34rem at 8% 86%, rgba(49, 124, 231, 0.24), rgba(49, 124, 231, 0) 72%),
    linear-gradient(130deg, #082a4a 0%, #0f4c81 52%, #0d6a7a 100%);
}

.landing-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #e3f8fb;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-title {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.15;
  font-weight: 700;
  max-width: 18ch;
}

.hero-sub-title {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.04rem;
  max-width: 57ch;
}

.landing-hero-btn .btn {
  border-radius: 0.9rem;
  padding: 0.72rem 1.3rem;
}

.btn-glass {
  color: #f8fbff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.btn-glass:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.hero-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-trust-item i {
  font-size: 1.45rem;
  color: #fff;
}

.hero-trust-item small {
  color: rgba(255, 255, 255, 0.76);
}

.hero-trust-title {
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}

.hero-visual-wrap {
  max-width: 560px;
  position: relative;
  padding: 1rem;
}

.hero-metric-card {
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 2;
  border-radius: 1rem;
  padding: 0.8rem 1rem;
  background: rgba(9, 18, 34, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  color: #fff;
  box-shadow: 0 20px 45px rgba(8, 16, 30, 0.3);
}

.hero-metric-label {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.8;
}

.hero-metric-value {
  font-size: 1rem;
  line-height: 1.3;
  max-width: 18ch;
}

.landing-hero-img {
  max-width: 520px;
  margin-inline: auto;
  display: block;
  filter: drop-shadow(0 35px 55px rgba(5, 13, 26, 0.45));
  animation: landingFloat 6s ease-in-out infinite;
}

.landing-metrics {
  background: linear-gradient(180deg, #eef4fb 0%, #f7fbff 100%);
}

.metric-card {
  padding: 1.25rem;
  border-radius: 1rem;
  background: var(--landing-card);
  border: 1px solid var(--landing-border);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.metric-card h3 {
  color: var(--landing-primary-strong);
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.metric-card p {
  color: var(--landing-muted);
}

.section-heading {
  max-width: 720px;
  margin-inline: auto;
}

.section-kicker {
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--landing-primary);
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.landing-features {
  background: var(--landing-surface);
}

.landing-service-card {
  border-radius: 1rem;
  border: 1px solid var(--landing-border);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1.2rem 2rem rgba(15, 23, 42, 0.11) !important;
}

.landing-service-icon {
  width: 58px;
  height: 58px;
  border-radius: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.landing-mini-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.landing-mini-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.45rem;
  color: var(--landing-muted);
  font-size: 0.9rem;
}

.landing-mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: rgba(19, 182, 173, 0.75);
}

.landing-journey {
  background: #fff;
}

.journey-card {
  border-radius: 1rem;
  border: 1px solid var(--landing-border);
  padding: 1.35rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.journey-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.7rem;
  color: var(--landing-primary-strong);
  background: rgba(15, 76, 129, 0.14);
  border: 1px solid rgba(15, 76, 129, 0.2);
  margin-bottom: 0.8rem;
  font-weight: 700;
}

.landing-values {
  background: var(--landing-surface);
}

.landing-value-card {
  border-radius: 1rem;
  border: 1px solid var(--landing-border);
  background: #fff;
  padding: 1.3rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.landing-value-icon {
  width: 46px;
  height: 46px;
  border-radius: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
  font-size: 1.3rem;
}

.landing-cta {
  border-radius: 1.1rem;
  background: linear-gradient(130deg, #0d3f6a 0%, #0f5b97 60%, #11a9a1 100%);
  color: #fff;
  box-shadow: 0 20px 40px rgba(11, 36, 64, 0.26);
}

.landing-contact {
  background: #ffffff;
}

.contact-img-box,
.contact-form-card {
  border-color: var(--landing-border) !important;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
}

.contact-form-card .form-control {
  border-radius: 0.75rem;
  border-color: rgba(15, 23, 42, 0.14);
  padding: 0.7rem 0.9rem;
}

.contact-form-card .form-control:focus {
  border-color: rgba(15, 76, 129, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(15, 76, 129, 0.12);
}

[data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].reveal-ready {
  opacity: 0;
  transform: translateY(20px);
}

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

@keyframes landingFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 1199.98px) {
  .landing-hero {
    min-height: auto;
    padding-top: 7rem;
  }

  .hero-visual-wrap {
    max-width: 480px;
  }

  .hero-metric-card {
    right: 3%;
  }
}

@media (max-width: 767.98px) {
  .landing-hero {
    padding-top: 6.2rem;
  }

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

  .hero-metric-card {
    position: static;
    margin-bottom: 1rem;
  }

  .landing-hero-btn .btn {
    width: 100%;
  }
}
