:root {
  --bg: #f4f7fd;
  --surface: rgba(255, 255, 255, 0.94);
  --surface-strong: #ffffff;
  --text: #142033;
  --muted: #607089;
  --line: rgba(20, 32, 51, 0.1);
  --paypal-blue: #0070ba;
  --paypal-deep: #003087;
  --paypal-sky: #00c2ff;
  --accent: #ffcb54;
  --success: #1f9d67;
  --shadow: 0 30px 80px rgba(0, 48, 135, 0.14);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(0, 112, 186, 0.18), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(255, 203, 84, 0.16), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #eef4ff 58%, #f7fbff 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(22px);
  z-index: 0;
}

body::before {
  width: 20rem;
  height: 20rem;
  top: 6%;
  right: -4rem;
  background: rgba(0, 194, 255, 0.15);
}

body::after {
  width: 24rem;
  height: 24rem;
  bottom: -6rem;
  left: -5rem;
  background: rgba(0, 48, 135, 0.1);
}

a,
button,
input {
  font: inherit;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: 96%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 24px 0 48px;
}

.hero-copy,
.form-panel,
.logo-card,
.info-card,
.story-card,
.step-card,
.faq-card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.nav-cta,
.cta-link,
.btn-main,
.sticky-cta {
  border: 0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-cta,
.cta-link,
.sticky-cta {
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--paypal-blue), var(--paypal-deep));
  box-shadow: 0 18px 34px rgba(0, 48, 135, 0.22);
}

.nav-cta {
  padding: 12px 18px;
}

.hero-grid {
  min-height: calc(100vh - 48px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 470px);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 24px;
}

.hero-copy {
  border-radius: 40px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.micro-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.micro-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--success);
  background: rgba(31, 157, 103, 0.1);
  border: 1px solid rgba(31, 157, 103, 0.14);
}

.micro-pill.muted {
  color: var(--paypal-blue);
  background: rgba(0, 112, 186, 0.08);
  border-color: rgba(0, 112, 186, 0.12);
}

.eyebrow,
.mini-tag,
.trust-label,
.logo-card-label {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 700;
}

.eyebrow,
.mini-tag {
  margin: 0;
  color: var(--paypal-blue);
}

.hero-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
  gap: 12px;
  align-items: end;
}

.hero-title-copy {
  min-width: 0;
}

.yield-banner {
  display: inline-grid;
  gap: 6px;
  margin: 10px 0 18px;
  padding: 16px 20px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(0, 112, 186, 0.1) 0%, rgba(0, 194, 255, 0.1) 100%),
    var(--surface-strong);
  border: 1px solid rgba(0, 112, 186, 0.16);
  box-shadow: 0 18px 44px rgba(0, 112, 186, 0.12);
}

.yield-label,
.yield-note {
  display: block;
}

.yield-label {
  color: var(--paypal-blue);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.yield-banner strong {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.yield-note {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 11ch;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.96;
}

.hero-image-slot {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
  overflow: hidden;
}

.hero-image {
  display: block;
  width: 122%;
  max-width: none;
  max-height: 460px;
  margin-right: -10%;
  object-fit: contain;
  object-position: 60% bottom;
  filter: drop-shadow(0 28px 40px rgba(0, 48, 135, 0.16));
}

.lead {
  max-width: 50ch;
  margin: 22px 0 22px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.14rem);
  line-height: 1.78;
}

.cta-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding: 18px 20px;
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(0, 112, 186, 0.08), rgba(255, 203, 84, 0.12));
  border: 1px solid rgba(0, 112, 186, 0.12);
}

.cta-copy p {
  margin: 0;
}

.cta-kicker {
  color: var(--paypal-deep);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cta-text {
  margin-top: 6px;
  color: var(--text);
  font-weight: 500;
}

.cta-link {
  min-width: 180px;
  padding: 15px 18px;
}

.cta-link:hover,
.nav-cta:hover,
.btn-main:hover,
.sticky-cta:hover {
  transform: translateY(-2px);
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-band article,
.trust-card,
.logo-card,
.info-card,
.faq-card {
  border-radius: var(--radius-lg);
}

.feature-band article {
  padding: 22px 18px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
}

.feature-band article:first-child {
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.12), rgba(255, 203, 84, 0.1));
  border-color: rgba(0, 112, 186, 0.18);
}

.feature-band strong,
.trust-value,
.logo-card strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
}

.feature-band span,
.panel-head p,
.form-note,
.logo-card p,
.section-intro p,
.info-card p,
.story-card p,
.step-card p,
.faq-card p,
.site-footer p {
  color: var(--muted);
  line-height: 1.65;
}

.trust-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.trust-card {
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
}

.trust-label,
.logo-card-label {
  color: var(--success);
  margin: 0 0 8px;
}

.trust-value {
  margin: 0;
}

.form-panel {
  border-radius: 34px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(242, 248, 255, 0.96));
}

.panel-head {
  margin-bottom: 18px;
}

.panel-logo {
  width: 170px;
  max-width: 100%;
  margin-bottom: 16px;
}

h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
  margin: 6px 0 14px;
}

form {
  display: grid;
  gap: 14px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.field {
  display: grid;
  gap: 8px;
}

label {
  font-size: 0.93rem;
  font-weight: 700;
}

input {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

input::placeholder {
  color: #97a3b8;
}

input:focus {
  border-color: rgba(0, 112, 186, 0.55);
  box-shadow: 0 0 0 4px rgba(0, 112, 186, 0.1);
  transform: translateY(-1px);
}

.btn-main {
  width: 100%;
  padding: 16px 18px;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 700;
  background: linear-gradient(135deg, var(--paypal-blue), var(--paypal-deep));
  box-shadow: 0 18px 32px rgba(0, 48, 135, 0.2);
}

.btn-muted {
  background: #7e8ba0;
  box-shadow: none;
  cursor: not-allowed;
}

.btn-warning {
  background: #da5a45;
  box-shadow: none;
}

.form-note {
  font-size: 0.9rem;
  margin: 0;
}

.logo-strip,
.section-grid,
.split-layout,
.faq-grid {
  margin-top: 28px;
}

.logo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.logo-card {
  padding: 22px;
}

.logo-card p {
  margin: 10px 0 0;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: start;
}

.section-intro,
.cards-grid {
  min-width: 0;
}

.section-intro {
  padding: 28px;
}

.section-intro h2 {
  margin: 12px 0 14px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.info-card {
  padding: 24px 22px;
}

.card-index,
.step-num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent), #ffae2b);
  color: #142033;
}

.info-card h3,
.faq-card h3,
.step-card h3 {
  margin: 16px 0 10px;
  font-size: 1.2rem;
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.story-card {
  padding: 28px;
}

.story-card h2 {
  margin: 10px 0 14px;
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.steps-list {
  display: grid;
  gap: 14px;
}

.step-card {
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.faq-card {
  padding: 24px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 30px 4px 10px;
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
}

#liveToast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(20, 32, 51, 0.92);
  color: #ffffff;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

#liveToast.show {
  opacity: 1;
  transform: translateY(0);
}

#liveToast i {
  color: #7ff0b4;
}

.toast-strong,
.toast-small {
  margin: 0;
}

.toast-strong {
  font-weight: 700;
}

.toast-small {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
}

#stickyMobile {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-grid,
  .section-grid,
  .split-layout,
  .cards-grid,
  .faq-grid,
  .logo-strip,
  .feature-band {
    grid-template-columns: 1fr;
  }

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

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

  .hero-image-slot {
    min-height: 0;
    justify-content: center;
  }

  .hero-image {
    width: 100%;
    max-width: 300px;
    max-height: 420px;
    margin-right: 0;
    object-position: center bottom;
  }

  .cta-inline,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 16px, 1280px);
    padding-top: 14px;
  }

  .hero-copy,
  .form-panel,
  .section-intro,
  .story-card,
  .faq-card,
  .info-card,
  .logo-card,
  .step-card {
    padding: 22px;
  }

  .field-row,
  .trust-panel {
    grid-template-columns: 1fr;
  }

  .topnav {
    display: none;
  }

  #stickyMobile {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 25;
    display: block;
  }

  .sticky-cta {
    width: 100%;
    padding: 15px 16px;
    border-radius: 18px;
  }

  #liveToast {
    right: 12px;
    left: 12px;
    bottom: 82px;
  }

  .site-footer {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
