
/* ==========================================================
   Purified v1.6 Premium Hero Layout
   Cleaner first screen, better mobile composition, stronger conversion
   ========================================================== */

.v16-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(37, 99, 235, .10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  padding: 42px 0 0;
}

.v16-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 34px;
}

.v16-hero-copy {
  position: relative;
  z-index: 3;
}

.v16-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  padding: .7rem 1rem;
  border-radius: 999px;
  color: #0d8a2d;
  background: #eaf8ee;
  font-weight: 900;
  font-size: .78rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.v16-hero-copy h1 {
  margin: 0 0 18px;
  color: #071f46;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: clamp(3.15rem, 6vw, 5.75rem);
  line-height: .94;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.v16-hero-copy h1 span {
  color: #129337;
}

.v16-lead {
  max-width: 560px;
  margin: 0 0 22px;
  color: #253653;
  font-size: 1.16rem;
  line-height: 1.6;
}

.v16-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  margin: 0 0 24px;
}

.v16-benefits span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #071f46;
  font-weight: 900;
  font-size: .96rem;
}

.v16-benefits span::before {
  content: "✓";
  display: grid;
  place-items: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  background: #16a43a;
  font-size: .78rem;
}

.v16-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 0 16px;
}

.v16-actions a {
  min-width: 168px;
  justify-content: center;
}

.v16-service-note {
  display: grid;
  gap: 4px;
  max-width: 420px;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(245, 181, 39, .55);
  box-shadow: 0 14px 36px rgba(8, 34, 74, .09);
}

.v16-service-note strong {
  color: #0b63ce;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: 1.05rem;
}

.v16-service-note span {
  color: #53627a;
  font-weight: 800;
  line-height: 1.35;
}

.v16-hero-media {
  position: relative;
  z-index: 2;
}

.v16-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: center center;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(8, 34, 74, .14);
}

.v16-trust-bar {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 26px;
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(8, 34, 74, .11);
}

.v16-trust-bar div {
  padding: 0 18px;
  border-right: 1px solid rgba(220, 228, 239, .95);
}

.v16-trust-bar div:last-child {
  border-right: 0;
}

.v16-trust-bar strong {
  display: block;
  color: #071f46;
  font-family: var(--font-heading, Poppins, sans-serif);
  margin-bottom: 4px;
}

.v16-trust-bar span {
  color: #53627a;
  font-size: .92rem;
  line-height: 1.4;
}

.v16-floating-actions {
  z-index: 90;
}

body {
  padding-bottom: 84px;
}

@media (max-width: 980px) {
  .v16-hero {
    padding-top: 26px;
  }

  .v16-hero-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .v16-hero-copy {
    text-align: left;
  }

  .v16-hero-copy h1 {
    font-size: clamp(2.8rem, 12vw, 4.35rem);
    line-height: .98;
  }

  .v16-lead {
    font-size: 1.04rem;
  }

  .v16-hero-media {
    order: 2;
  }

  .v16-hero-media img {
    max-height: 420px;
    border-radius: 22px;
  }

  .v16-trust-bar {
    grid-template-columns: 1fr 1fr;
    margin-top: 22px;
  }

  .v16-trust-bar div {
    border-right: 0;
    border-bottom: 1px solid rgba(220, 228, 239, .95);
    padding: 16px;
  }
}

@media (max-width: 640px) {
  .v16-hero {
    padding-top: 22px;
  }

  .v16-benefits {
    grid-template-columns: 1fr;
  }

  .v16-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .v16-actions a {
    min-width: 0;
    width: 100%;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .v16-service-note {
    max-width: none;
    text-align: center;
  }

  .v16-hero-media img {
    max-height: 340px;
    width: 100%;
    object-fit: contain;
    border-radius: 18px;
  }

  .v16-trust-bar {
    grid-template-columns: 1fr;
    padding: 0;
    overflow: hidden;
  }

  .v16-trust-bar div {
    padding: 18px 20px;
  }

  .v16-floating-actions {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }

  .v16-floating-actions a {
    min-width: 0 !important;
    padding: .92rem .75rem !important;
    text-align: center;
  }
}
