:root {
  --paypal-navy: #003087;
  --paypal-blue: #0070e0;
  --paypal-cyan: #009cde;
  --deep-navy: #071b33;
  --text: #0f172a;
  --muted: #64748b;
  --bg: #f6f9fc;
  --white: #ffffff;
  --border: #dfe8f1;
  --shell: 1160px;
  --font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}

button,
h1,
h2,
h3,
p {
  margin: 0;
}

button {
  font: inherit;
}

.site-header__inner,
.hero__inner,
.trust-strip__inner,
.content-shell,
.site-footer__inner {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(0, 48, 135, 0.09);
  background: rgba(255, 255, 255, 0.96);
}

.site-header__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.offer-logo-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: block;
}

.brand__name {
  color: var(--deep-navy);
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand__name span {
  color: var(--muted);
  font-weight: 600;
}

.header-label {
  padding: 8px 12px;
  border: 1px solid #d9e7f5;
  border-radius: 999px;
  color: var(--paypal-navy);
  background: #f7fbff;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 24px 18px 28px;
  background:
    linear-gradient(115deg, rgba(232, 245, 255, 0.8) 0%, rgba(255, 255, 255, 0) 42%),
    var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -130px;
  width: 580px;
  height: 580px;
  border: 100px solid rgba(0, 156, 222, 0.055);
  border-radius: 50%;
}

.hero__accent {
  position: absolute;
  pointer-events: none;
}

.hero__accent--top {
  top: 0;
  left: 7%;
  width: 90px;
  height: 4px;
  border-radius: 0 0 5px 5px;
  background: var(--paypal-blue);
}

.hero__accent--bottom {
  right: 0;
  bottom: 0;
  width: 28%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 112, 224, 0.34));
}

.hero__inner {
  position: relative;
  z-index: 1;
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1fr);
  grid-template-areas:
    "copy visual"
    "action visual";
  align-content: center;
  align-items: center;
  column-gap: 76px;
  row-gap: 30px;
}

.hero__copy {
  grid-area: copy;
  align-self: end;
  max-width: 540px;
}

.hero__visual {
  grid-area: visual;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__action {
  grid-area: action;
  align-self: start;
  width: min(100%, 420px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--paypal-blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--paypal-cyan);
}

.hero h1 {
  display: grid;
  margin-top: 18px;
}

.reward-amount {
  color: var(--paypal-navy);
  font-size: clamp(96px, 10vw, 132px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.hero-title {
  margin-top: 18px;
  color: var(--deep-navy);
  font-size: clamp(44px, 4.4vw, 64px);
  font-weight: 820;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero__description {
  max-width: 500px;
  margin-top: 24px;
  color: #334155;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.65;
}

.hero__eligibility {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.reward-card-wrap {
  position: relative;
  width: min(100%, 480px);
  aspect-ratio: 1 / 0.9;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.visual-orbit,
.visual-tile {
  position: absolute;
}

.visual-orbit {
  border-radius: 50%;
}

.visual-orbit--large {
  width: 92%;
  height: 92%;
  border: 1px solid rgba(0, 112, 224, 0.13);
  background: radial-gradient(circle, rgba(0, 156, 222, 0.12), transparent 65%);
}

.visual-orbit--small {
  top: 1%;
  right: 1%;
  width: 112px;
  height: 112px;
  border: 25px solid rgba(0, 156, 222, 0.1);
}

.visual-tile {
  border-radius: 22px;
  box-shadow: 0 20px 44px rgba(7, 27, 51, 0.12);
}

.visual-tile--back {
  top: 18%;
  left: 1%;
  width: 120px;
  height: 150px;
  background: var(--deep-navy);
  transform: rotate(-18deg);
}

.visual-tile--front {
  right: 0;
  bottom: 10%;
  width: 104px;
  height: 104px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(218, 242, 255, 0.8));
  transform: rotate(13deg);
  backdrop-filter: blur(8px);
}

.reward-card {
  position: relative;
  z-index: 2;
  width: min(84%, 410px);
  min-height: 258px;
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 26px;
  color: var(--white);
  background:
    linear-gradient(132deg, rgba(255, 255, 255, 0.12), transparent 40%),
    linear-gradient(130deg, #061b38 0%, #003f99 55%, #008fce 100%);
  box-shadow:
    0 38px 65px rgba(0, 48, 135, 0.25),
    0 10px 22px rgba(7, 27, 51, 0.18);
  transform: rotate(-5deg);
}

.reward-card::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -65px;
  width: 200px;
  height: 200px;
  border: 38px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.reward-card__glow {
  position: absolute;
  top: -45%;
  left: 45%;
  width: 145px;
  height: 470px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: rotate(28deg);
}

.reward-card__brand,
.reward-card__amount,
.reward-card__label,
.reward-card__corner {
  position: relative;
  z-index: 1;
}

.reward-card__brand {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.reward-card__amount {
  margin-top: auto;
  font-size: clamp(4rem, 7vw, 5.5rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.reward-card__label {
  margin-top: 10px;
  color: #cceeff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.reward-card__corner {
  position: absolute;
  top: 24px;
  right: 28px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 2rem;
  font-weight: 900;
  font-style: italic;
}

#main-offer-cta {
  width: 100%;
  min-height: 60px;
  padding: 16px 24px;
  border: 0;
  border-radius: 12px;
  color: var(--white);
  background: var(--paypal-blue);
  box-shadow: 0 14px 28px rgba(0, 112, 224, 0.25);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

#main-offer-cta span {
  display: inline-block;
  margin-left: 6px;
  transition: transform 180ms ease;
}

#main-offer-cta:hover {
  background: #0065ca;
  box-shadow: 0 18px 34px rgba(0, 112, 224, 0.31);
  transform: translateY(-2px);
}

#main-offer-cta:hover span {
  transform: translateX(3px);
}

#main-offer-cta:focus-visible {
  outline: 3px solid rgba(0, 156, 222, 0.35);
  outline-offset: 4px;
}

.cta-disclosure {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.trust-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--white);
}

.trust-strip__inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.trust-strip__inner span {
  color: #334155;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.trust-strip__inner span + span {
  border-left: 1px solid var(--border);
}

.trust-strip i {
  display: inline-grid;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  place-items: center;
  border-radius: 50%;
  color: var(--paypal-blue);
  background: #eaf5ff;
  font-size: 0.76rem;
  font-style: normal;
}

.how-it-works {
  padding: 70px 0 42px;
  background: var(--bg);
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 34px;
}

.section-heading__line {
  width: 32px;
  height: 3px;
  flex: 0 0 auto;
  border-radius: 99px;
  background: var(--paypal-blue);
}

.section-heading h2 {
  color: var(--deep-navy);
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--border);
  box-shadow: 0 16px 40px rgba(7, 27, 51, 0.06);
}

.step {
  min-height: 150px;
  padding: 28px;
  display: flex;
  gap: 17px;
  background: var(--white);
}

.step__number {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #cee5fa;
  border-radius: 10px;
  color: var(--paypal-blue);
  background: #f2f9ff;
  font-weight: 800;
}

.step h3 {
  margin-top: 2px;
  color: var(--deep-navy);
  font-size: 1.02rem;
  line-height: 1.3;
}

.step p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.offer-info {
  padding: 28px 0 70px;
  background: var(--bg);
}

.offer-info__card {
  padding: 30px 34px;
  display: flex;
  gap: 20px;
  border: 1px solid #cfe4f7;
  border-radius: 18px;
  background: linear-gradient(110deg, #edf8ff, #ffffff 72%);
}

.offer-info__icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--paypal-blue);
  font-family: Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.offer-info h2 {
  color: var(--deep-navy);
  font-size: 1.08rem;
}

.offer-info p {
  max-width: 920px;
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.faq {
  padding: 68px 0 82px;
  border-top: 1px solid #edf1f5;
  background: var(--white);
}

.content-shell--narrow {
  max-width: 850px;
}

.section-heading--centered {
  justify-content: center;
}

.faq__list {
  border-top: 1px solid var(--border);
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-item summary {
  position: relative;
  padding: 22px 46px 22px 2px;
  list-style: none;
  color: var(--deep-navy);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.4;
  cursor: pointer;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--paypal-blue);
  background: #f0f7fd;
  font-size: 1.2rem;
  font-weight: 400;
  transform: translateY(-50%);
}

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

.faq-item p {
  padding: 0 46px 22px 2px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.site-footer {
  color: var(--white);
  background: var(--deep-navy);
}

.site-footer__inner {
  padding: 34px 0 38px;
}

.site-footer strong {
  font-size: 0.95rem;
}

.site-footer p {
  max-width: 760px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  line-height: 1.6;
}

@media (max-width: 920px) {
  .hero__inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "visual"
      "action";
    min-height: 0;
    row-gap: 28px;
    padding-block: 28px 16px;
  }

  .hero__copy,
  .hero__visual,
  .hero__action {
    min-width: 0;
    max-width: 620px;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .step {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .site-header__inner,
  .trust-strip__inner,
  .content-shell,
  .site-footer__inner {
    width: min(calc(100% - 36px), var(--shell));
  }

  .hero {
    padding: 24px 18px 28px;
  }

  .hero__inner {
    width: 100%;
    padding: 0;
    row-gap: 24px;
    text-align: center;
  }

  .site-header__inner {
    min-height: 64px;
  }

  .brand__name {
    font-size: 0.92rem;
  }

  .offer-logo-icon {
    width: 36px;
    height: 36px;
  }

  .brand__name span {
    display: none;
  }

  .header-label {
    padding-inline: 10px;
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }

  .eyebrow {
    justify-content: center;
    font-size: 0.65rem;
    letter-spacing: 0.13em;
  }

  .reward-amount {
    display: block;
    font-size: clamp(70px, 21vw, 92px);
    line-height: 0.92;
  }

  .hero-title {
    display: block;
    margin-top: 14px;
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1;
  }

  .hero__description {
    margin-top: 18px;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .hero__eligibility {
    margin-top: 9px;
    font-size: 0.78rem;
  }

  .reward-card-wrap {
    width: min(92vw, 340px);
    margin-inline: auto;
  }

  .reward-card {
    min-height: 190px;
    padding: 22px 23px;
    border-radius: 21px;
    transform: rotate(-3deg);
  }

  .reward-card__brand {
    font-size: 1.12rem;
  }

  .reward-card__amount {
    font-size: clamp(3.5rem, 17vw, 4.5rem);
  }

  .reward-card__corner {
    top: 19px;
    right: 22px;
    font-size: 1.6rem;
  }

  .visual-tile--back {
    width: 82px;
    height: 110px;
  }

  .visual-tile--front {
    width: 78px;
    height: 78px;
  }

  .visual-orbit--small {
    width: 78px;
    height: 78px;
    border-width: 18px;
  }

  .hero__action {
    width: 100%;
    max-width: 100%;
  }

  #main-offer-cta {
    width: 100%;
    min-height: 58px;
  }

  .cta-disclosure {
    max-width: 420px;
    margin-inline: auto;
  }

  .trust-strip__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-block: 8px;
  }

  .trust-strip__inner span {
    padding: 11px 0;
  }

  .trust-strip__inner span + span {
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .how-it-works {
    padding: 52px 0 28px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .steps {
    border-radius: 15px;
  }

  .step {
    padding: 22px 20px;
  }

  .offer-info {
    padding: 22px 0 52px;
  }

  .offer-info__card {
    padding: 24px 20px;
    gap: 14px;
  }

  .faq {
    padding: 52px 0 62px;
  }

  .section-heading--centered {
    justify-content: flex-start;
  }
}

@media (max-width: 350px) {
  .header-label {
    font-size: 0.57rem;
  }

  .hero {
    padding-inline: 16px;
  }

  .step {
    gap: 13px;
  }

  .offer-info__card {
    display: block;
  }

  .offer-info__icon {
    margin-bottom: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
