
/* Purified v1.5 Trust & Conversion Update */

.v15-hero {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 38%, rgba(255,255,255,.25) 62%),
    radial-gradient(circle at 20% 20%, rgba(33, 150, 64, .12), transparent 35%),
    #f6fbff;
  padding: 44px 0 0;
}

.v15-hero-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

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

.v15-hero-content h1 {
  margin: 0 0 18px;
  color: #071f46;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: clamp(3.1rem, 6.1vw, 5.7rem);
  line-height: .96;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.v15-hero-content h1 span {
  color: #129337;
}

.v15-hero-content p {
  max-width: 560px;
  color: #24344e;
  font-size: 1.18rem;
  line-height: 1.65;
}

.v15-checks {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  color: #071f46;
  font-weight: 900;
}

.v15-checks span::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  color: #fff;
  background: #16a43a;
  border-radius: 50%;
  font-size: .8rem;
}

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

.v15-minimum-card {
  display: inline-grid;
  gap: 4px;
  padding: 1rem 1.15rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(245, 181, 39, .55);
  box-shadow: 0 16px 40px rgba(8, 34, 74, .1);
}

.v15-minimum-card strong {
  color: #0b63ce;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: 1.1rem;
}

.v15-minimum-card span {
  color: #53627a;
  font-weight: 800;
}

.v15-hero-image img {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  border-radius: 28px;
  box-shadow: 0 25px 70px rgba(8, 34, 74, .16);
  background: #fff;
}

.v15-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 24px;
  padding: 24px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(8,34,74,.12);
}

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

.v15-trust-strip div:last-child {
  border-right: none;
}

.v15-trust-strip span {
  display: block;
  font-size: 2rem;
  margin-bottom: 8px;
}

.v15-trust-strip strong {
  color: #071f46;
  font-family: var(--font-heading, Poppins, sans-serif);
}

.v15-trust-strip p {
  margin: 6px 0 0;
  color: #53627a;
  font-size: .92rem;
}

.v15-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.v15-feature-grid article,
.v15-promise-card,
.v15-policy-card {
  padding: 26px;
  background: #fff;
  border: 1px solid rgba(220,228,239,.92);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(8,34,74,.08);
}

.v15-feature-grid span,
.v15-policy-card span {
  font-size: 2rem;
}

.v15-feature-grid h3,
.v15-promise-card h3,
.v15-policy-card h3 {
  color: #071f46;
  margin: 12px 0 10px;
}

.v15-feature-grid p,
.v15-policy-card p {
  color: #53627a;
  margin: 0;
  line-height: 1.65;
}

.v15-about {
  background: linear-gradient(180deg, #fff 0%, #f4f9ff 100%);
}

.v15-about-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 36px;
  align-items: center;
}

.v15-about h2 {
  color: #071f46;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.v15-about p {
  color: #40516a;
  font-size: 1.05rem;
  line-height: 1.75;
}

.v15-promise-card {
  background: #071f46;
  color: #fff;
}

.v15-promise-card h3 {
  color: #fff;
}

.v15-promise-card ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.v15-promise-card li::before {
  content: "✓";
  margin-right: 10px;
  color: #2fdb5f;
  font-weight: 900;
}

.v15-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.v15-pricing-extra-note {
  max-width: 760px;
  margin: 12px auto 0;
  color: #40516a;
  font-weight: 800;
  text-align: center;
}

.floating-actions {
  pointer-events: none;
}

.floating-actions a {
  pointer-events: auto;
}

body {
  padding-bottom: 84px;
}

@media (max-width: 980px) {
  .v15-hero {
    background: #f6fbff;
    padding-top: 26px;
  }

  .v15-hero-grid,
  .v15-about-grid,
  .v15-feature-grid,
  .v15-policy-grid {
    grid-template-columns: 1fr;
  }

  .v15-hero-content {
    text-align: left;
  }

  .v15-hero-content h1 {
    font-size: clamp(2.75rem, 11vw, 4.6rem);
  }

  .v15-hero-image img {
    max-height: none;
    border-radius: 22px;
  }

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

  .v15-trust-strip div {
    border-right: none;
    border-bottom: 1px solid rgba(220,228,239,.95);
    padding: 18px;
  }
}

@media (max-width: 640px) {
  .v15-hero-grid {
    gap: 22px;
  }

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

  .v15-minimum-card {
    width: 100%;
    text-align: center;
  }

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

  .v15-trust-strip div {
    border-bottom: 1px solid rgba(220,228,239,.95);
  }

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

  .floating-actions a {
    min-width: 0 !important;
    text-align: center;
    padding: .95rem .8rem !important;
  }
}
