:root {
  --page: #dfe9ef;
  --panel: #ffffff;
  --ink: #080a0b;
  --muted: #66727c;
  --line: #c6d2da;
  --gold: #ad8a2f;
  --gold-soft: #ead9a6;
  --black: #050606;
  --danger: #b42318;
  --green: #0d7a52;
  --shadow: 0 18px 42px rgba(28, 38, 45, 0.1);
  --font-main: "Cairo", "Noto Kufi Arabic", Tahoma, Arial, sans-serif;
  --font-title: "Amiri", "Cairo", serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  direction: rtl;
  color: var(--ink);
  background: var(--page);
  font-family: var(--font-main);
  letter-spacing: 0;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(223, 233, 239, 0.82), rgba(223, 233, 239, 0.94)),
    url("assets/images/islamic-bg.png"),
    var(--page);
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

button,
input,
a {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(173, 138, 47, 0.36);
  outline-offset: 3px;
}

noscript {
  display: block;
  padding: 1rem;
  background: #fff1f1;
  color: var(--danger);
}

.ambient-pattern,
.loading-layer,
.celebration {
  display: none;
}

.app-shell {
  width: min(520px, 100%);
  min-height: 100vh;
  display: grid;
  align-items: start;
  margin: 0 auto;
  padding: 14px 18px 34px;
  backdrop-filter: blur(0.5px);
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--font-title);
  line-height: 1.34;
}

h1 {
  margin-bottom: 0.9rem;
  font-size: clamp(2rem, 7.4vw, 3.1rem);
  font-weight: 800;
}

h2 {
  margin-bottom: 0.65rem;
  font-size: 1.55rem;
}

p {
  color: #38434c;
  line-height: 1.85;
}

.brand-mark {
  margin: 0 auto 1.15rem;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}

.funnel-start,
.quiz-screen,
.catch-screen,
.analysis-screen,
.step-screen,
.payment-screen,
.success-screen {
  width: 100%;
}

.start-inner,
.quiz-card,
.catch-card,
.analysis-card,
.step-card,
.payment-card,
.success-card {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.quiz-card,
.catch-card,
.analysis-card,
.step-card,
.payment-card,
.success-card {
  padding: 1rem 0.85rem;
  border-radius: 18px;
  background: rgba(223, 233, 239, 0.74);
  box-shadow: 0 18px 50px rgba(28, 38, 45, 0.09);
}

.trust-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  padding: 0.32rem 0.8rem;
  border-radius: 999px;
  color: #263037;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 0 0 1px rgba(173, 138, 47, 0.13);
  font-weight: 900;
}

.trust-pill span:first-child {
  color: var(--green);
}

.hero-illustration {
  width: min(390px, 92%);
  display: block;
  margin: 0.35rem auto 1rem;
  border-radius: 18px;
  object-fit: contain;
}

.insight-block {
  display: grid;
  gap: 0.35rem;
  margin: 0 auto 1.1rem;
  text-align: center;
}

.insight-block h2 {
  max-width: 410px;
  margin: 0 auto;
  font-size: clamp(1.65rem, 5.5vw, 2.25rem);
}

.insight-block p {
  max-width: 420px;
  margin: 0 auto;
  color: #4e5962;
}

.insight-block span {
  width: fit-content;
  margin: 0.25rem auto 0;
  padding: 0.36rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #253039;
  font-weight: 900;
}

.footer-note,
.microcopy,
.subscription-note {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.primary-button,
.payment-button,
.download-button {
  width: 100%;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1.2rem;
  border: 0;
  border-radius: 999px;
  color: var(--gold-soft);
  background: var(--black);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.primary-button:hover,
.payment-button:hover,
.download-button:hover {
  background: #000;
}

.big-start {
  margin-top: 0.4rem;
  font-size: 1.06rem;
}

.quiz-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0.15rem 0 0.35rem;
  color: #20272d;
  font-size: 0.98rem;
  font-weight: 900;
}

.progress-track {
  height: 5px;
  overflow: hidden;
  margin: 0 auto 1.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
}

.progress-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--gold);
  transition: width 180ms ease;
}

.danger-kicker {
  margin-bottom: 1rem;
  padding: 0.75rem 0.9rem;
  color: var(--danger);
  border: 1px solid rgba(180, 35, 24, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 900;
  line-height: 1.8;
}

.answers-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.answer-button {
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 1rem;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
  text-align: right;
  cursor: pointer;
  transition: background 150ms ease, border-color 150ms ease;
}

.answer-button i {
  width: 30px;
  height: 30px;
  border: 1.5px solid #91a0aa;
  border-radius: 50%;
}

.answer-button span {
  font-size: 1.08rem;
  font-weight: 800;
}

.answer-button:hover {
  background: rgba(255, 255, 255, 0.35);
}

.answer-button.is-selected {
  border-color: var(--green);
  background: rgba(255, 255, 255, 0.72);
}

.answer-button.is-selected i {
  display: grid;
  place-items: center;
  border-color: var(--green);
  background: var(--green);
}

.answer-button.is-selected i::before {
  content: "✓";
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.catch-card {
  min-height: calc(100vh - 48px);
  display: grid;
  align-content: center;
}

.catch-progress {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
  color: #1f2a31;
  font-weight: 900;
  text-align: right;
}

.catch-progress i {
  display: block;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--gold));
}

.catch-icon {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 38px rgba(173, 138, 47, 0.2);
  font-size: 3rem;
  animation: catchPulse 1.8s ease-in-out infinite;
}

.catch-card h1 {
  font-size: clamp(2rem, 7vw, 3rem);
}

.catch-card p {
  max-width: 410px;
  margin-inline: auto;
  color: #2b3740;
  font-size: 1.05rem;
  font-weight: 800;
}

.catch-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.catch-choice {
  min-height: 92px;
  display: grid;
  place-items: center;
  gap: 0.35rem;
  padding: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(28, 38, 45, 0.08);
}

.catch-choice span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--danger);
  font-size: 1.4rem;
  line-height: 1;
}

.catch-choice.is-yes span {
  background: var(--green);
}

@keyframes catchPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.eyebrow {
  margin-bottom: 0.3rem;
  color: #1d252b;
  font-size: 0.98rem;
  font-weight: 900;
}

.analysis-card h1,
.step-card h1,
.payment-card h1,
.success-card h1 {
  font-size: clamp(1.9rem, 6.4vw, 2.7rem);
}

.analysis-status {
  min-height: 2.2rem;
  margin-bottom: 0.45rem;
  color: #1f2a31;
  font-weight: 800;
  transition: none;
}

.analysis-percent {
  margin: 0.35rem 0 0.7rem;
  color: var(--ink);
  font-size: 1.3rem;
  font-weight: 900;
  text-align: left;
}

.analysis-lines {
  display: grid;
  gap: 1rem;
  margin: 0.4rem 0 1.5rem;
}

.analysis-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.45rem 1rem;
  align-items: center;
  text-align: right;
}

.analysis-line span {
  grid-column: 1 / -1;
  color: #29333a;
  font-weight: 900;
}

.analysis-line::after {
  content: "";
  grid-column: 1 / -1;
  grid-row: 2;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
}

.analysis-line i {
  grid-column: 1 / -1;
  grid-row: 2;
  z-index: 1;
  display: block;
  height: 5px;
  border-radius: 999px;
  background: var(--gold);
  transition: width 150ms linear;
}

.score-preview {
  font-weight: 900;
}

.score-preview strong {
  color: var(--danger);
  font-size: 1.35rem;
}

.testimonial-card,
.preview-list,
.score-box {
  margin: 1.1rem 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.testimonial-card {
  display: grid;
  gap: 0.35rem;
  text-align: right;
}

.testimonial-card strong {
  color: #1f2a31;
  font-size: 1.05rem;
}

.testimonial-card span {
  color: #29333a;
  line-height: 1.8;
  font-weight: 700;
}

.reviews-block {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.trustpilot-badge {
  width: fit-content;
  display: inline-grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 0.45rem;
  margin: 0 auto 0.2rem;
  padding: 0.38rem 0.75rem;
  border: 1px solid rgba(0, 182, 122, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 24px rgba(28, 38, 45, 0.07);
}

.trustpilot-badge span {
  color: #101820;
  font-size: 0.88rem;
  font-weight: 900;
}

.trustpilot-badge strong {
  padding: 0.12rem 0.35rem;
  border-radius: 5px;
  color: #fff;
  background: #00b67a;
  font-size: 0.76rem;
  letter-spacing: 0;
}

.trustpilot-badge em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.reviews-block h2 {
  margin-bottom: 0.15rem;
  font-size: 1.35rem;
  text-align: center;
}

.review-card {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0.95rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  text-align: right;
  box-shadow: 0 12px 28px rgba(28, 38, 45, 0.07);
}

.review-head {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 0.75rem;
}

.review-card strong {
  color: #202b33;
  font-size: 1.02rem;
}

.review-avatar {
  width: 48px;
  height: 48px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-image: url("assets/images/review-avatar-sheet.png");
  background-size: 260% 260%;
  box-shadow: 0 8px 20px rgba(28, 38, 45, 0.16);
}

.avatar-1 .review-avatar {
  background-position: 22% 18%;
}

.avatar-2 .review-avatar {
  background-position: 78% 18%;
}

.avatar-3 .review-avatar {
  background-position: 18% 82%;
}

.avatar-4 .review-avatar {
  background-position: 50% 82%;
}

.avatar-5 .review-avatar {
  background-position: 82% 82%;
}

.review-stars {
  display: block;
  color: #f4b400;
  direction: ltr;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0;
}

.review-card p {
  margin: 0;
  color: #202b33;
  line-height: 1.8;
  font-weight: 800;
}

.reviews-block.is-compact {
  gap: 0.6rem;
}

.reviews-block.is-compact .review-card {
  padding: 0.8rem;
}

form {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.05rem;
}

.input-wrap {
  min-height: 64px;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 0.7rem;
  padding: 0 1rem;
  border: 1px solid #8fa0aa;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  text-align: right;
}

.input-wrap span {
  color: var(--ink);
  font-size: 1.25rem;
}

input {
  width: 100%;
  min-height: 60px;
  padding: 0;
  color: var(--ink);
  border: 0;
  background: transparent;
  text-align: right;
}

input::placeholder {
  color: #9aa3aa;
}

.social-proof {
  margin-top: 1.45rem;
}

.social-proof strong {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.08rem;
}

.social-proof p {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.social-proof span {
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #1f2a31;
  font-weight: 900;
}

.payment-card {
  padding-bottom: 1rem;
}

.offer-topline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
  margin: -0.25rem 0 0.55rem;
}

.deal-kicker {
  margin: 0;
  color: #11191f;
  text-align: right !important;
  font-size: 1.1rem;
  font-weight: 900;
}

.countdown-pill {
  --timer-progress: 100%;
  min-width: 104px;
  display: grid;
  place-items: center;
  gap: 0.02rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background:
    linear-gradient(var(--page), var(--page)) padding-box,
    conic-gradient(var(--gold) var(--timer-progress), rgba(255, 255, 255, 0.9) 0) border-box;
  border: 3px solid transparent;
  box-shadow: 0 10px 24px rgba(173, 138, 47, 0.16);
}

.countdown-pill span {
  color: #5e6870;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
}

.countdown-pill strong {
  direction: ltr;
  color: #11191f;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.1;
}

.countdown-track {
  height: 5px;
  overflow: hidden;
  margin: 0 0 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.countdown-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #158c57, var(--gold));
  transition: width 650ms linear;
}

.gift-banner {
  min-height: 104px;
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.1rem;
  padding: 0.8rem 1rem;
  color: #fff;
  background: linear-gradient(100deg, #158c57, #5b8a45);
  text-align: right;
}

.gift-icon {
  font-size: 4.1rem;
  text-align: center;
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.16));
}

.gift-banner p {
  margin: 0;
  color: #fff;
  text-align: right !important;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.35;
}

.gift-banner strong {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.gift-banner span {
  padding: 0.1rem 0.42rem;
  border-radius: 999px;
  color: var(--gold);
  background: #fff;
}

.checkout-proof {
  position: relative;
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.modal-close {
  position: absolute;
  top: -0.35rem;
  left: 0;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #9aa3aa;
  background: transparent;
  font-size: 1.6rem;
  cursor: default;
}

.checkout-proof h1 {
  max-width: 410px;
  margin: 0 auto;
  font-family: var(--font-main);
  font-size: clamp(1.45rem, 5.4vw, 2rem) !important;
  line-height: 1.45;
}

.checkout-proof h1 span {
  color: var(--green);
}

.checkout-total {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 1rem;
  color: #1f2a31;
  font-weight: 900;
  direction: rtl;
}

.checkout-total strong {
  direction: ltr;
  font-size: 1rem;
}

.checkout-total span {
  color: #a0a8af;
}

.serious-fee-note {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem;
  border: 1px solid rgba(8, 122, 82, 0.22);
  border-radius: 12px;
  background: linear-gradient(135deg, #e4f8ee, #cdeeda);
  box-shadow: 0 12px 28px rgba(8, 122, 82, 0.12);
  text-align: right;
}

.serious-fee-note strong {
  display: block;
  margin-bottom: 0.28rem;
  color: #075f41;
  font-size: 0.98rem;
  font-weight: 900;
}

.serious-fee-note p {
  margin: 0 !important;
  color: #174836 !important;
  text-align: right !important;
  font-size: 0.74rem !important;
  font-weight: 800 !important;
  line-height: 1.65 !important;
}

.serious-fee-note span {
  min-width: 86px;
  padding: 0.55rem 0.62rem;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(145deg, #b38b26, #0b7a52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 10px 18px rgba(6, 80, 53, 0.16);
  direction: ltr;
  font-size: 1.08rem;
  font-weight: 900;
  text-align: center;
}

.checkout-proof p {
  margin: 0.25rem 0 0;
  color: var(--ink);
  text-align: center !important;
  font-size: 1.22rem;
  font-weight: 900;
}

.checkout-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-bottom: 0.9rem;
}

.checkout-methods button {
  min-height: 84px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.45);
  color: #53606a;
  font-weight: 900;
}

.checkout-methods button.is-active {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(173, 138, 47, 0.12);
}

.checkout-methods span {
  color: #4285f4;
}

.checkout-methods small {
  color: #1f2a31;
  font-weight: 900;
}

.plans-title {
  max-width: 380px;
  margin: 0 auto 0.9rem;
  font-size: 1.55rem !important;
}

.plans-list {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}

.plan-option {
  position: relative;
  min-height: 82px;
  display: grid;
  grid-template-columns: 96px 1fr 30px;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 0.9rem;
  border: 1px solid #aebbc4;
  border-radius: 14px;
  background: transparent;
  color: var(--ink);
  text-align: right;
  cursor: pointer;
}

.plan-option.is-chosen {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.5);
}

.plan-option em {
  position: absolute;
  top: -0.8rem;
  right: 50%;
  transform: translateX(50%);
  padding: 0.16rem 0.7rem;
  border-radius: 999px;
  color: #fff;
  background: var(--gold);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.plan-price {
  min-height: 44px;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 0.3rem 0.55rem 0.3rem 0.75rem;
  clip-path: polygon(0 0, 82% 0, 100% 50%, 82% 100%, 0 100%);
  color: #fff;
  background: #158c57;
  direction: ltr;
  font-size: 1.25rem;
  font-weight: 900;
}

.plan-price.muted {
  background: #9ca5ab;
}

.plan-price small {
  font-size: 0.63rem;
  font-weight: 800;
}

.plan-copy {
  display: grid;
  gap: 0.15rem;
  color: var(--ink);
  font-weight: 800;
}

.plan-copy strong {
  direction: ltr;
  font-weight: 900;
}

.plan-copy del {
  direction: ltr;
  color: #b85a5a;
  font-size: 0.82rem;
}

.plan-option i {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1.5px solid #90a0aa;
  border-radius: 50%;
  color: #fff;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 900;
}

.plan-option.is-chosen i {
  border-color: var(--gold);
  background: var(--gold);
}

.payment-button.pay-button {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 1.25rem;
  direction: ltr;
}

.payment-button.pay-button span {
  color: #4285f4;
}

.card-preview {
  position: relative;
  display: grid;
  gap: 0.55rem;
  margin: 0.85rem 0 1rem;
  padding: 1rem 0.8rem 0.75rem;
  overflow: hidden;
  border-radius: 12px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(145deg, #5d6a70, #27343b 48%, #111a20);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 18px 38px rgba(20, 29, 35, 0.2);
  text-align: right;
}

.card-chip {
  justify-self: end;
  width: 42px;
  padding: 0.18rem 0.35rem;
  border-radius: 3px;
  color: #d5dce1;
  background: rgba(255, 255, 255, 0.18);
  direction: ltr;
  font-size: 1.1rem;
  line-height: 1;
}

.card-preview label {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.78rem;
  font-weight: 800;
}

.card-preview > strong {
  display: block;
  padding: 0.9rem 0.75rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  direction: ltr;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.card-preview div:last-of-type:not(.stripe-card-row) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.card-preview span {
  display: grid;
  gap: 0.15rem;
  padding: 0.55rem;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
}

.card-preview em {
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.68rem;
  font-style: normal;
}

.card-preview b {
  direction: ltr;
  color: #fff;
  font-size: 1rem;
}

.card-preview i {
  position: absolute;
  left: 1rem;
  right: auto;
  bottom: 1.28rem;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #092c20;
  background: #18d481;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 900;
}

.payment-button.confirm-payment {
  min-height: 58px;
  color: var(--gold-soft);
  font-size: 1.02rem;
}

.payment-button.confirm-payment.is-loading {
  cursor: wait;
  opacity: 0.72;
}

.card-preview.is-live {
  min-height: 174px;
}

.card-preview.is-live div:last-of-type {
  display: block;
}

.stripe-card-element {
  min-height: 54px;
  padding: 1.05rem 0.85rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  direction: ltr;
}

.stripe-card-number {
  padding-left: 2.85rem;
}

.stripe-card-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.stripe-card-row span {
  display: grid;
  gap: 0.15rem;
  min-height: 58px;
  padding: 0.5rem 0.62rem;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
}

.stripe-card-row b {
  min-height: 22px;
  direction: ltr;
  color: #fff;
  font-size: 1rem;
}

.stripe-card-errors {
  min-height: 20px;
  margin: 0;
  color: #ffd4c7;
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.other-options {
  width: 100%;
  min-height: 48px;
  margin-top: 0.8rem;
  border: 1.5px solid var(--black);
  border-radius: 999px;
  background: transparent;
  color: var(--black);
  font-weight: 800;
  cursor: pointer;
}

.trust-note {
  margin: 0.9rem 0 0.7rem;
  padding: 0.75rem;
  border: 1px solid #bfcbd3;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: #17232c;
  text-align: center !important;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.55;
}

.secure-note {
  width: fit-content;
  margin: 0.3rem auto 0.55rem;
  padding: 0.22rem 0.7rem;
  border-radius: 999px;
  color: #236a45;
  background: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
  font-weight: 900;
}

.payment-badges {
  display: flex;
  justify-content: center;
  gap: 0.42rem;
  flex-wrap: wrap;
  margin: 0.15rem 0 0.7rem;
}

.payment-badges span {
  min-width: 48px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.18rem 0.36rem;
  border-radius: 5px;
  color: #1f2a31;
  background: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  box-shadow: 0 0 0 1px rgba(25, 35, 43, 0.07);
}

.payment-badges .badge-visa {
  color: #1b2b7b;
  font-size: 0.96rem;
  font-style: italic;
}

.payment-badges .badge-mastercard,
.payment-badges .badge-maestro {
  position: relative;
  gap: 0;
}

.payment-badges .badge-mastercard i,
.payment-badges .badge-mastercard b,
.payment-badges .badge-maestro i,
.payment-badges .badge-maestro b {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
}

.payment-badges .badge-mastercard i {
  background: #eb001b;
}

.payment-badges .badge-mastercard b {
  margin-right: -7px;
  background: #f79e1b;
}

.payment-badges .badge-maestro i {
  background: #0099df;
}

.payment-badges .badge-maestro b {
  margin-right: -7px;
  background: #ed0006;
}

.payment-badges .badge-discover {
  color: #2b3135;
  font-size: 0.56rem;
}

.payment-badges .badge-amex {
  color: #fff;
  background: #1976c9;
  font-size: 0.58rem;
}

.subscription-note {
  max-width: 360px;
  margin: 0.45rem auto 0.95rem;
  color: #73808a;
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: center !important;
}

.benefit-list,
.preview-list ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.benefit-list li,
.preview-list li {
  position: relative;
  padding: 0.55rem 1.6rem 0.55rem 0;
  border-bottom: 1px solid rgba(198, 210, 218, 0.72);
  color: #223039;
  font-weight: 800;
}

.benefit-list li::before,
.preview-list li::before {
  content: "✓";
  position: absolute;
  right: 0;
  color: #0b7a52;
  font-weight: 900;
}

.score-box {
  display: grid;
  gap: 0.25rem;
  background: #f4e8c2;
}

.score-box span,
.score-box em {
  color: #59646d;
  font-style: normal;
  font-weight: 800;
}

.score-box strong {
  color: var(--danger);
  font-size: clamp(2.3rem, 9vw, 4rem);
  font-weight: 900;
  line-height: 1;
}

.preview-list {
  text-align: right;
}

.download-button {
  margin-top: 0.7rem;
}

.toast {
  position: fixed;
  z-index: 50;
  inset-inline: 1rem;
  bottom: 1rem;
  max-width: 460px;
  margin: 0 auto;
  padding: 0.9rem 1rem;
  color: #fff;
  background: #102028;
  border-radius: 12px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: 180ms ease;
}

.toast.is-open {
  opacity: 1;
  transform: translateY(0);
}

.page-enter {
  animation: pageIn 180ms ease both;
}

@keyframes pageIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 520px) {
  .app-shell {
    padding-inline: 10px;
  }

  h1 {
    font-size: 2.15rem;
  }

  .brand-mark {
    font-size: 1.85rem;
  }

  .answer-button {
    min-height: 68px;
  }

  .payment-card {
    padding: 0.75rem 0.65rem 0.9rem;
    border-radius: 14px;
  }

  .payment-card .brand-mark {
    margin-bottom: 0.25rem;
  }

  .offer-topline {
    justify-content: center;
    margin-bottom: 0.45rem;
  }

  .countdown-pill {
    min-width: 122px;
    padding: 0.42rem 0.8rem;
  }

  .checkout-proof {
    gap: 0.65rem;
    margin-bottom: 0.8rem;
  }

  .checkout-proof h1 {
    max-width: 330px;
    font-size: clamp(1.48rem, 8vw, 1.92rem) !important;
    line-height: 1.32;
  }

  .modal-close {
    top: 0.25rem;
    left: 0.1rem;
  }

  .serious-fee-note {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding: 0.85rem 0.75rem;
    text-align: center;
  }

  .serious-fee-note div {
    order: 1;
  }

  .serious-fee-note span {
    order: 2;
    justify-self: center;
    min-width: 128px;
    padding: 0.62rem 0.9rem;
    font-size: 1.1rem;
  }

  .serious-fee-note strong {
    margin-bottom: 0.38rem;
    text-align: center;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .serious-fee-note p {
    text-align: center !important;
    font-size: 0.76rem !important;
    line-height: 1.58 !important;
  }

  .payment-badges span {
    min-width: 43px;
    height: 30px;
  }

  .card-preview {
    padding-inline: 0.7rem;
  }

  .stripe-card-row {
    gap: 0.45rem;
  }

  .subscription-note {
    max-width: 315px;
    font-size: 0.59rem;
  }
}

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