.velocity-pseo-main {
  --vp-ink: #17202a;
  --vp-muted: #596574;
  --vp-navy: #0a2738;
  --vp-orange: #f26422;
  --vp-gold: #ffbd2e;
  --vp-line: #dfe6eb;
  --vp-soft: #f4f7f8;
  color: var(--vp-ink);
  background: #fff;
}

.velocity-pseo-main .vp-section {
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
}

.velocity-pseo-main .vp-shell {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.vp-hero {
  display: grid;
  min-height: min(720px, 78vh);
  background:
    radial-gradient(circle at 18% 15%, rgba(255, 189, 46, 0.32), transparent 34%),
    linear-gradient(135deg, #fff8e4 0%, #fff 68%);
}

.vp-hero__grid {
  display: grid;
  align-items: stretch;
}

.vp-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 7rem) clamp(1.25rem, 5vw, 5.5rem);
}

.vp-eyebrow {
  margin: 0 0 1rem;
  color: #b64312;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vp-hero h1 {
  max-width: 15ch;
  margin: 0;
  color: var(--vp-ink);
  font-size: clamp(2.35rem, 5vw, 4.85rem);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.vp-hero__lead {
  max-width: 58ch;
  margin: 1.5rem 0 0;
  color: #3c4855;
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  line-height: 1.65;
}

.vp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.vp-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.85rem 1.25rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.vp-button:hover,
.vp-button:focus-visible {
  transform: translateY(-2px);
}

.vp-button--primary {
  color: #172033;
  background: var(--vp-orange);
  box-shadow: 0 14px 30px rgba(242, 100, 34, 0.22);
}

.vp-button--secondary {
  color: var(--vp-navy);
  border-color: rgba(10, 39, 56, 0.22);
  background: #fff;
}

.vp-hero__media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: var(--vp-navy);
}

.vp-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vp-trust-strip {
  color: #fff;
  background: var(--vp-navy);
}

.vp-trust-strip__grid {
  display: grid;
  gap: 0;
}

.vp-trust-item {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 750;
}

.vp-trust-item i {
  color: var(--vp-gold);
  font-size: 1.35rem;
}

.vp-intro {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.vp-intro__label {
  color: #b64312;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vp-intro h2,
.vp-section-heading h1,
.vp-section-heading h2 {
  margin: 0.65rem 0 0;
  color: var(--vp-ink);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.vp-intro__answer {
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid #f2d6c8;
  border-left: 6px solid var(--vp-orange);
  border-radius: 1.2rem;
  background: #fff9f5;
  color: #33404c;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.75;
}

.vp-decision-grid,
.vp-content-grid,
.vp-related-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.vp-card {
  height: 100%;
  padding: clamp(1.35rem, 2vw, 2rem);
  border: 1px solid var(--vp-line);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 15px 40px rgba(18, 39, 52, 0.06);
}

.vp-card__icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: #a73d12;
  background: #fff0e8;
  font-size: 1.35rem;
}

.vp-card h3 {
  margin: 1.1rem 0 0.6rem;
  color: var(--vp-ink);
  font-size: 1.22rem;
  font-weight: 820;
}

.vp-card p,
.vp-content-card,
.vp-content-card p {
  color: var(--vp-muted);
  line-height: 1.72;
}

.vp-content-card {
  padding: clamp(1.5rem, 3vw, 2.6rem);
  border: 1px solid var(--vp-line);
  border-radius: 1.35rem;
  background: #fff;
}

.vp-content-card h2 {
  margin: 0 0 1rem;
  color: var(--vp-ink);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 830;
  letter-spacing: -0.02em;
}

.vp-faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: 920px;
  margin: 2rem auto 0;
}

.vp-faq {
  overflow: hidden;
  border: 1px solid var(--vp-line);
  border-radius: 1rem;
  background: #fff;
}

.vp-faq summary {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  color: var(--vp-ink);
  font-weight: 800;
  list-style: none;
}

.vp-faq summary::-webkit-details-marker {
  display: none;
}

.vp-faq summary::after {
  content: "+";
  color: var(--vp-orange);
  font-size: 1.35rem;
}

.vp-faq[open] summary::after {
  content: "-";
}

.vp-faq__answer {
  padding: 0 1.25rem 1.25rem;
  color: var(--vp-muted);
  line-height: 1.7;
}

.vp-related-card {
  display: block;
  padding: 1.35rem;
  border: 1px solid var(--vp-line);
  border-radius: 1rem;
  color: var(--vp-ink);
  background: #fff;
  text-decoration: none;
}

.vp-related-card strong {
  display: block;
  font-size: 1.05rem;
}

.vp-related-card span {
  display: block;
  margin-top: 0.45rem;
  color: var(--vp-muted);
  line-height: 1.55;
}

.vp-related-card:hover,
.vp-related-card:focus-visible {
  border-color: var(--vp-orange);
  box-shadow: 0 12px 30px rgba(18, 39, 52, 0.08);
}

.vp-final-cta {
  overflow: hidden;
  border-radius: 1.6rem;
  color: #fff;
  background:
    radial-gradient(circle at 90% 15%, rgba(255, 189, 46, 0.3), transparent 35%),
    var(--vp-navy);
}

.vp-final-cta__inner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(2rem, 5vw, 4rem);
}

.vp-final-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 850;
}

.vp-final-cta p {
  max-width: 62ch;
  margin: 0.75rem 0 0;
  color: #d7e3e8;
  line-height: 1.65;
}

@media (min-width: 768px) {
  .vp-decision-grid,
  .vp-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vp-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-content-card:first-child:nth-last-child(3),
  .vp-content-card:first-child:nth-last-child(3) ~ .vp-content-card {
    grid-column: auto;
  }

  .vp-trust-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vp-trust-item {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 0;
  }

  .vp-final-cta__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 992px) {
  .vp-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  }

  .vp-intro {
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  }
}

@media (max-width: 767px) {
  .velocity-pseo-main .input-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
  }

  .velocity-pseo-main .input-group > .form-control,
  .velocity-pseo-main .input-group > .btn {
    width: 100%;
    min-width: 0;
    border-radius: 0.8rem !important;
  }

  .vp-hero {
    min-height: auto;
  }

  .vp-hero__copy {
    order: 2;
    padding-block: 2.75rem 3.5rem;
  }

  .vp-hero__media {
    order: 1;
    min-height: 290px;
  }

  .vp-hero h1 {
    max-width: none;
  }

  .vp-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vp-button {
    transition: none;
  }
}
