/* Yourcash launch test site. Palette + type from Yoursafe Brand Guidelines (section 3.1, 3.2, 4.1). */
:root {
  --ys-blue: #00A2E9;
  --ys-blue-darker: #0089D0;
  --ys-dark-blue: #253A79;
  --ys-dark-blue-deep: #0C215F;
  --ys-mint: #C8E8E3;
  --ys-yellow: #FBE896;
  --ys-light-grey: #EFEFEF;
  --ys-ink: #333333;
  --ys-error: #DC3545;
  --font: "Avenir Next", Avenir, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: #fff;
  color: var(--ys-ink);
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
button { font-family: var(--font); border: none; cursor: pointer; background: none; }
img { max-width: 100%; display: block; }

.wave { display: block; width: 100%; height: auto; }

/* ---------- Top notice bar ---------- */
.topbar {
  height: 44px;
  background: var(--ys-dark-blue-deep);
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 14px; line-height: 18px;
}
.topbar span { color: #C9D3EC; }
.topbar strong { color: #fff; font-weight: 600; }

/* ---------- Header ---------- */
.site-header {
  height: 88px;
  background: #fff;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 64px;
}
.site-header .logo img { width: 126px; height: 31px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50px;
  font-weight: 600;
  transition: background .15s ease, transform .1s ease, box-shadow .15s ease;
}
.btn:active { transform: scale(.97); }
.btn-header {
  height: 48px; padding: 0 28px;
  background: var(--ys-blue); color: #fff; font-size: 16px;
}
.btn-header:hover { background: var(--ys-blue-darker); }
.btn-hero {
  height: 60px; padding: 0 40px;
  background: #fff; color: var(--ys-dark-blue);
  font-size: 19px; font-weight: 700;
}
.btn-hero:hover { box-shadow: 0 8px 24px rgba(12,33,95,.25); }
.btn-card {
  padding: 15px 32px;
  background: var(--ys-blue); color: #fff;
  font-size: 16px; letter-spacing: .01em;
}
.btn-card:hover { background: var(--ys-blue-darker); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--ys-blue);
  display: flex; align-items: center; justify-content: center; gap: 72px;
  padding: 88px 64px 132px;
  overflow: hidden;
}
.hero-copy { max-width: 640px; display: flex; flex-direction: column; gap: 28px; }
.hero-copy h1 {
  color: #fff; font-size: 58px; line-height: 64px; font-weight: 700;
  letter-spacing: -0.02em;
}
.hero-copy p { color: #EAF7FE; font-size: 20px; line-height: 33px; max-width: 600px; }
.hero-copy p strong { font-weight: 700; }
.hero-visual { flex-shrink: 0; }
.blob-img {
  border: 8px solid #fff;
  border-radius: 42% 58% 62% 38% / 52% 44% 56% 48%;
  box-shadow: 0 14px 34px rgba(12,33,95,.13);
  object-fit: cover;
}
.hero-visual .blob-img { width: 560px; height: 694px; }
.hero-wave { position: absolute; bottom: -1px; left: 0; width: 100%; }

/* ---------- How to ---------- */
.howto {
  position: relative;
  background: var(--ys-mint);
  display: flex; flex-direction: column; align-items: center; gap: 44px;
  padding: 24px 64px 142px;
}
.section-title {
  color: var(--ys-dark-blue-deep);
  font-size: 42px; line-height: 48px; font-weight: 700;
  letter-spacing: -0.01em; text-align: center;
}
.howto-cards { display: flex; gap: 28px; width: 100%; max-width: 1040px; }
.howto-card {
  flex: 1; padding: 40px; border-radius: 24px;
  display: flex; flex-direction: column; gap: 22px;
  background: #fff;
}
.howto-card.dark { background: var(--ys-dark-blue); }
.howto-card h3 { font-size: 24px; line-height: 30px; font-weight: 700; color: var(--ys-dark-blue-deep); }
.howto-card.dark h3 { color: #fff; }
.step { display: flex; align-items: flex-start; gap: 16px; }
.step-num {
  width: 34px; height: 34px; flex-shrink: 0;
  border-radius: 50%; background: var(--ys-blue);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 16px; font-weight: 700;
}
.step p { font-size: 20px; line-height: 30px; color: var(--ys-ink); }
.howto-card.dark .step p { color: #DCE6FF; }
.howto-wave { position: absolute; bottom: 0; left: 0; width: 100%; }

/* ---------- Solutions ---------- */
.solutions {
  background: #fff;
  display: flex; flex-direction: column; align-items: center; gap: 80px;
  padding: 80px 64px;
}
.solution-cards { display: flex; flex-direction: column; gap: 80px; width: 100%; max-width: 1120px; }
.solution-card {
  display: flex; align-items: center;
  min-height: 460px;
  background: var(--ys-light-grey);
  border-radius: 120px 56px 140px 72px / 96px 128px 64px 112px;
  overflow: hidden;
}
.solution-copy {
  flex: 1; display: flex; flex-direction: column; align-items: flex-start; gap: 18px;
  padding: 48px 52px 48px 64px;
}
.solution-copy h3 {
  color: var(--ys-dark-blue-deep);
  font-size: 40px; line-height: 112%; font-weight: 700; letter-spacing: -0.01em;
}
.solution-copy p { font-size: 19px; line-height: 155%; }
.solution-copy .btn { margin-top: 12px; }
.solution-card .blob-img {
  width: 470px; height: 400px; flex-shrink: 0;
  border-width: 10px; margin: 0 24px;
}
.solutions-close { max-width: 1000px; }

/* ---------- Why ---------- */
.why {
  position: relative;
  background: var(--ys-light-grey);
  display: flex; flex-direction: column; align-items: center; gap: 48px;
  padding: 96px 64px;
}
.why-wave-top { position: absolute; top: 0; left: 0; width: 100%; }
.why-cards { display: flex; justify-content: center; gap: 24px; position: relative; }
.why-card {
  width: 420px; height: 440px; padding: 44px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  background: var(--ys-mint);
  border: 10px solid #fff;
  box-shadow: 0 24px 50px rgba(12,33,95,.12);
}
.why-card:nth-child(1) { border-radius: 42% 58% 62% 38% / 52% 44% 56% 48%; }
.why-card:nth-child(2) { border-radius: 58% 42% 38% 62% / 44% 52% 48% 56%; }
.why-card:nth-child(3) { border-radius: 38% 62% 58% 42% / 48% 56% 44% 52%; }
.why-icon {
  width: 50px; height: 50px; border-radius: 50%; background: #fff;
  display: flex; align-items: center; justify-content: center;
}
.why-card h3 {
  color: var(--ys-dark-blue-deep); text-align: center;
  font-size: 23px; line-height: 29px; font-weight: 700;
}

/* ---------- CTA band ---------- */
.cta-band {
  position: relative;
  background: var(--ys-blue);
  display: flex; align-items: center; justify-content: center;
  padding: 72px 64px;
}
.cta-band .wave-top { position: absolute; top: 0; left: 0; width: 100%; }
.cta-band .wave-bottom { position: absolute; bottom: 0; left: 0; width: 100%; }
.cta-band .btn-hero { position: relative; height: 62px; }

/* ---------- Secure ---------- */
.secure {
  background: #fff;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
  padding: 80px 64px;
}
.secure h2 { font-size: 34px; line-height: 40px; }
.secure > p {
  max-width: 720px; text-align: center;
  font-size: 19px; line-height: 30px;
}
.secure-features {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;
  gap: 56px; margin-top: 36px; max-width: 1040px;
}
.secure-feature {
  width: 200px; display: flex; flex-direction: column; align-items: center; gap: 14px;
  text-align: center;
}
.secure-feature .icon {
  width: 66px; height: 66px; border-radius: 50%;
  background: var(--ys-mint);
  display: flex; align-items: center; justify-content: center;
}
.secure-feature h4 { color: var(--ys-dark-blue); font-size: 17px; line-height: 22px; font-weight: 600; }
.secure-feature p { color: #51617D; font-size: 14px; line-height: 145%; }

/* ---------- FAQ ---------- */
.faq {
  position: relative;
  background: #fff;
  display: flex; flex-direction: column; align-items: center; gap: 44px;
  padding: 96px 64px 190px;
}
.faq h2 { font-size: 34px; line-height: 110%; color: var(--ys-dark-blue-deep); font-weight: 700; }
.faq-list { width: 100%; max-width: 900px; border-top: 1px solid #E6E6EA; }
.faq-item { border-bottom: 1px solid #E6E6EA; padding: 28px 4px; }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  text-align: left;
}
.faq-q h3 { font-size: 21px; line-height: 26px; font-weight: 700; color: #000; }
.faq-q svg { flex-shrink: 0; transition: transform .2s ease; }
.faq-item.closed .faq-q svg { transform: rotate(180deg); }
.faq-a { max-width: 760px; margin-top: 16px; font-size: 18px; line-height: 28px; }
.faq-item.closed .faq-a { display: none; }
.faq-wave { position: absolute; bottom: 0; left: 0; width: 100%; }

/* ---------- Final CTA ---------- */
.final-cta {
  background: var(--ys-blue);
  display: flex; flex-direction: column; align-items: center; gap: 24px;
  padding: 104px 64px;
}
.final-cta h2 {
  color: #fff; text-align: center; max-width: 820px;
  font-size: 46px; line-height: 54px; font-weight: 700; letter-spacing: -0.01em;
}
.final-cta .btn-hero { margin-top: 8px; height: 62px; padding: 0 44px; }

/* ---------- Footer ---------- */
.site-footer {
  position: relative;
  background: var(--ys-dark-blue);
  padding: 128px 64px 56px;
  display: flex; flex-direction: column; align-items: center; gap: 40px;
  overflow: hidden;
}
.site-footer .footer-legal { width: 100%; max-width: 1440px; align-self: center; }
.footer-wave { position: absolute; top: -1px; left: 0; width: 100%; }
.footer-main { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; position: relative; width: 100%; max-width: 1440px; align-self: center; }
.footer-brand { max-width: 520px; display: flex; flex-direction: column; gap: 20px; }
.footer-brand img { width: 150px; height: 37px; }
.footer-brand p { color: #fff; font-size: 28px; line-height: 36px; font-weight: 700; }
.footer-links { display: flex; gap: 64px; }
.footer-links .col { display: flex; flex-direction: column; gap: 14px; }
.footer-links a { color: #C9D3EC; font-size: 16px; line-height: 20px; }
.footer-links a:hover { color: #fff; }
.footer-legal {
  border-top: 1px solid #3A4C86; padding-top: 28px;
  display: flex; flex-direction: column; gap: 6px; position: relative;
}
.footer-legal p { font-size: 15px; line-height: 150%; color: #E4E9F6; }
.footer-legal p.muted { color: #8A97C4; }
.chat-widget {
  position: absolute; right: 54px; bottom: 37px;
  display: flex; flex-direction: column; align-items: flex-end; gap: 12px;
}
.chat-bubble {
  background: #fff; color: var(--ys-dark-blue);
  padding: 12px 18px; border-radius: 16px;
  font-size: 15px; line-height: 18px; font-weight: 600;
  box-shadow: 0 8px 24px rgba(12,33,95,.2);
}
.chat-fab {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--ys-blue);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px rgba(0,162,233,.45);
}

/* ---------- Send page ---------- */
.send-hero {
  position: relative;
  background: var(--ys-blue);
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  padding: 64px 64px 120px;
}
.send-hero h1 {
  color: #fff; font-size: 46px; line-height: 54px; font-weight: 700;
  letter-spacing: -0.01em; text-align: center;
}
.send-hero p { color: #EAF7FE; font-size: 20px; line-height: 31px; text-align: center; max-width: 620px; }
.send-hero .hero-wave { bottom: -1px; }

.send-body {
  background: var(--ys-mint);
  display: flex; flex-direction: column; align-items: center;
  padding: 88px 64px;
  position: relative;
}
.send-card {
  width: 100%; max-width: 640px;
  background: #fff; border-radius: 24px;
  box-shadow: 0 24px 50px rgba(12,33,95,.10);
  padding: 48px 52px;
  display: flex; flex-direction: column; gap: 32px;
  position: relative; z-index: 2;
}
.send-step { display: flex; flex-direction: column; gap: 16px; }
.send-step > label, .send-step-title {
  color: var(--ys-dark-blue-deep);
  font-size: 21px; line-height: 26px; font-weight: 700;
}
.amounts { display: flex; gap: 16px; }
.amount-btn {
  flex: 1; height: 84px;
  border-radius: 50px;
  border: 2px solid #DCE3EE;
  background: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease, transform .1s ease;
}
.amount-btn .value { font-size: 26px; line-height: 30px; font-weight: 700; color: var(--ys-dark-blue-deep); }
.amount-btn .hint { font-size: 13px; line-height: 16px; color: #51617D; }
.amount-btn:hover { border-color: var(--ys-blue); box-shadow: 0 6px 18px rgba(0,162,233,.15); }
.amount-btn:active { transform: scale(.97); }
.amount-btn.selected {
  border-color: var(--ys-blue);
  background: var(--ys-blue);
}
.amount-btn.selected .value, .amount-btn.selected .hint { color: #fff; }

.custom-amount-wrap { position: relative; display: flex; }
.custom-amount-wrap .euro-prefix {
  position: absolute; left: 22px; top: 50%; transform: translateY(-50%);
  font-size: 17px; font-weight: 600; color: var(--ys-dark-blue);
}
.field .custom-amount-wrap input, .custom-amount-wrap input { width: 100%; padding-left: 46px; }
.custom-amount-wrap input::-webkit-outer-spin-button,
.custom-amount-wrap input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.custom-amount-wrap input[type="number"] { -moz-appearance: textfield; appearance: textfield; }

.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 16px; line-height: 20px; font-weight: 600; color: var(--ys-dark-blue); }
.field input {
  height: 56px; padding: 0 22px;
  border: 2px solid #DCE3EE; border-radius: 16px;
  font-family: var(--font); font-size: 17px; color: var(--ys-ink);
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus { border-color: var(--ys-blue); box-shadow: 0 0 0 4px rgba(0,162,233,.14); }
.field textarea {
  padding: 14px 22px;
  border: 2px solid #DCE3EE; border-radius: 16px;
  font-family: var(--font); font-size: 17px; color: var(--ys-ink);
  outline: none; resize: vertical; min-height: 84px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea:focus { border-color: var(--ys-blue); box-shadow: 0 0 0 4px rgba(0,162,233,.14); }

.order-summary {
  background: #F4F8FB; border-radius: 16px;
  padding: 20px 24px;
  display: flex; flex-direction: column; gap: 10px;
}
.order-summary .row { display: flex; justify-content: space-between; gap: 16px; font-size: 15px; line-height: 21px; }
.order-summary .row .k { color: #51617D; flex-shrink: 0; }
.order-summary .row .v { color: var(--ys-ink); text-align: right; word-break: break-word; }
.order-summary .row.total { border-top: 1px solid #DCE3EE; padding-top: 10px; font-weight: 700; font-size: 17px; }
.order-summary .row.total .k, .order-summary .row.total .v { color: var(--ys-dark-blue-deep); }

.terms-note { font-size: 13px; line-height: 19px; color: #51617D; text-align: center; }
.terms-note a { color: var(--ys-blue); text-decoration: underline; }

.store-badges { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.store-badges img { height: 52px; width: auto; display: inline-block; }
.field .note { font-size: 13px; line-height: 17px; color: #51617D; }
.field.invalid input { border-color: var(--ys-error); }
.field .error { display: none; font-size: 13px; color: var(--ys-error); }
.field.invalid .error { display: block; }

.btn-pay {
  height: 62px; width: 100%;
  background: var(--ys-blue); color: #fff;
  font-size: 19px; font-weight: 700;
}
.btn-pay:hover { background: var(--ys-blue-darker); }
.btn-pay:disabled { opacity: .55; cursor: not-allowed; }
.send-secure-note {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 14px; line-height: 18px; color: #51617D;
}
.form-error {
  display: none;
  background: rgba(220,53,69,.08); border: 1px solid rgba(220,53,69,.35);
  color: var(--ys-error); border-radius: 12px;
  padding: 12px 16px; font-size: 14px; line-height: 20px;
}
.form-error.visible { display: block; }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .hero-visual .blob-img { width: 420px; height: 520px; }
  .why-cards { flex-wrap: wrap; }
  .solution-card .blob-img { width: 360px; height: 320px; }
}
@media (max-width: 900px) {
  .site-header { padding: 0 24px; }
  .hero { flex-direction: column; padding: 56px 24px 120px; }
  .hero-copy h1 { font-size: 42px; line-height: 48px; }
  .hero-visual .blob-img { width: 320px; height: 400px; }
  .howto { padding: 24px 24px 130px; }
  .howto-cards { flex-direction: column; }
  .solutions, .why, .secure, .faq, .final-cta { padding-left: 24px; padding-right: 24px; }
  .solution-card { flex-direction: column; min-height: 0; border-radius: 64px 40px 72px 48px / 56px 64px 40px 60px; }
  .solution-card:nth-child(2) { flex-direction: column-reverse; }
  .solution-copy { padding: 40px 32px; }
  .solution-copy h3 { font-size: 30px; }
  .solution-card .blob-img { margin: 0 0 32px; }
  .solution-card:nth-child(2) .blob-img { margin: 32px 0 0; }
  .section-title { font-size: 32px; line-height: 38px; }
  .why-card { width: 100%; max-width: 420px; height: auto; min-height: 320px; }
  .footer-main { flex-direction: column; }
  .site-footer { padding: 96px 24px 120px; }
  .final-cta h2 { font-size: 34px; line-height: 42px; }
  .send-hero { padding: 48px 24px 110px; }
  .send-hero h1 { font-size: 34px; line-height: 42px; }
  .send-body { padding: 64px 24px; }
  .send-card { padding: 36px 28px; }
  .amounts { flex-direction: column; }
  .amount-btn { height: 72px; }
}

/* ---------- V2 design language (Sofia round 2, Aug 2026) ---------- */
:root { --yc-navy: #16255B; --yc-body-bg: #F4F8FB; }
.v2-header {
  height: 88px; background: #fff;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 64px;
}
@media (min-width: 1800px) { .v2-header { padding: 0 max(64px, calc((100% - 1680px) / 2)); } }
.v2-logo { display: flex; align-items: center; gap: 10px; }
.v2-logo .mark {
  width: 40px; height: 40px; border-radius: 12px; background: #E5F5FD;
  display: flex; align-items: center; justify-content: center;
}
.v2-logo .word { font-size: 26px; font-weight: 700; color: var(--yc-navy); }
.v2-pill {
  display: inline-flex; align-items: center; justify-content: center;
  height: 46px; padding: 0 26px; border-radius: 50px;
  background: var(--yc-navy); color: #fff; font-size: 15px; font-weight: 600;
}
.v2-pill:hover { background: #0C215F; }
.v2-hero {
  position: relative; background: var(--ys-blue);
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 56px 64px 120px; gap: 16px;
}
.v2-hero .eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .18em; color: #DCF2FD; }
.v2-hero h1 { color: #fff; font-size: 46px; line-height: 54px; font-weight: 700; }
.v2-hero .sub { color: #EAF7FE; font-size: 19px; line-height: 29px; max-width: 620px; }
.v2-hero .sub strong { font-weight: 700; color: #fff; }
.v2-hero .icon-circle {
  width: 72px; height: 72px; border-radius: 50%; background: #fff;
  display: flex; align-items: center; justify-content: center;
}
.v2-hero .hero-wave { position: absolute; left: 0; bottom: -1px; width: 100%; }
.v2-body {
  background: var(--yc-body-bg);
  display: flex; flex-direction: column; align-items: center;
  padding: 24px 64px 88px; gap: 0;
}
.v2-card {
  width: 100%; max-width: 680px; background: #fff; border-radius: 24px;
  box-shadow: 0 20px 44px rgba(22,37,91,.08);
  padding: 48px 52px;
  display: flex; flex-direction: column; gap: 26px;
}
.v2-step-title { display: flex; align-items: center; gap: 12px; font-size: 22px; font-weight: 700; color: var(--yc-navy); }
.v2-num {
  width: 32px; height: 32px; border-radius: 50%; background: var(--yc-navy); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 15px; font-weight: 700;
}
.v2-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; height: 58px; border-radius: 50px;
  background: var(--yc-navy); color: #fff; font-size: 17px; font-weight: 700;
  transition: background .15s ease, transform .1s ease;
}
.v2-btn:hover { background: #0C215F; }
.v2-btn:active { transform: scale(.98); }
.v2-btn:disabled { opacity: .55; cursor: not-allowed; }
.v2-btn-ghost { background: #fff; color: var(--yc-navy); border: 2px solid #DCE3EE; font-weight: 600; }
.v2-btn-ghost:hover { background: #F4F8FB; }
.v2-listrow { display: flex; align-items: flex-start; gap: 16px; }
.v2-listrow h4 { font-size: 17px; font-weight: 600; color: var(--yc-navy); margin-bottom: 3px; }
.v2-listrow p { font-size: 15px; line-height: 23px; color: #51617D; }
.v2-note {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 14px 18px; border-radius: 12px; background: var(--yc-body-bg);
  font-size: 13px; line-height: 20px; color: #51617D;
}
.v2-callout {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 14px 18px; border-radius: 12px; background: #E5F5FD;
  font-size: 14px; line-height: 21px; color: #16255B;
}
.v2-callout a { color: #0077B6; text-decoration: underline; font-weight: 600; }
.link-box {
  width: 100%; padding: 14px 18px; border-radius: 12px;
  background: #EEF2F8; border: 1px solid #DCE3EE;
  font-family: "Courier Prime", monospace; font-size: 14px; color: #3A4A6B;
  word-break: break-all;
}
.copy-row { display: flex; gap: 12px; flex-wrap: wrap; }
.copy-row .v2-btn { width: auto; padding: 0 28px; height: 50px; font-size: 15px; }
.qr-frame {
  width: 200px; height: 200px; border-radius: 20px; background: #E5F5FD;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  padding: 14px;
}
.qr-frame img { width: 100%; height: 100%; border-radius: 8px; }
.v2-split { display: flex; gap: 36px; align-items: flex-start; }
.v2-split .col { display: flex; flex-direction: column; gap: 16px; flex: 1; }
.v2-footer {
  background: var(--yc-navy); color: #fff;
  padding: 72px 64px 48px;
  display: flex; flex-direction: column; align-items: center; gap: 48px;
}
.v2-footer .cols { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; width: 100%; max-width: 1440px; align-self: center; }
.v2-footer .links { display: flex; flex-direction: column; gap: 14px; }
.v2-footer .links a { color: #C9D3EC; font-size: 15px; }
.v2-footer .links a:hover { color: #fff; }
.v2-footer .vision { max-width: 560px; font-size: 28px; line-height: 38px; font-weight: 600; }
.v2-footer .vision .lead-in { color: #4FC3F7; }
.v2-footer .legal { border-top: 1px solid #2C3B72; padding-top: 24px; display: flex; flex-direction: column; gap: 6px; width: 100%; max-width: 1440px; align-self: center; }
.v2-footer .legal p { font-size: 13px; line-height: 20px; color: #8A97C4; }
.send2-layout { display: flex; gap: 56px; align-items: flex-start; width: 100%; max-width: 1180px; }
.send2-layout .form-col { flex: 1; max-width: 640px; }
.send2-photo { flex-shrink: 0; width: 480px; align-self: center; display: flex; justify-content: center; }
.send2-photo img { width: 480px; height: auto; }
.next-steps { display: flex; align-items: flex-start; justify-content: center; gap: 0; width: 100%; max-width: 900px; }
.next-steps .ns { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 0 18px; }
.next-steps .ns h4 { font-size: 17px; font-weight: 700; color: var(--yc-navy); }
.next-steps .ns p { font-size: 14px; line-height: 21px; color: #51617D; }
.next-steps .ns p a { color: #0077B6; font-weight: 600; text-decoration: underline; }
@media (max-width: 1080px) {
  .v2-header { padding: 0 24px; }
  .v2-hero { padding: 44px 24px 110px; }
  .v2-hero h1 { font-size: 32px; line-height: 40px; }
  .v2-body { padding: 16px 24px 72px; }
  .v2-card { padding: 34px 26px; }
  .send2-photo { display: none; }
  .v2-split { flex-direction: column; align-items: center; }
  .next-steps { flex-direction: column; gap: 28px; }
  .v2-footer { padding: 56px 24px 40px; }
  .v2-footer .cols { flex-direction: column; }
  .v2-footer .vision { font-size: 22px; line-height: 31px; }
}

/* ---------- Flow B: progress steps ---------- */
.progress-steps {
  display: flex; align-items: flex-start; justify-content: center;
  width: 100%; max-width: 680px; margin: 0 auto; padding: 8px 0 26px;
}
.progress-steps .ps { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; position: relative; }
.progress-steps .ps::before {
  content: ""; position: absolute; top: 21px; left: -50%; width: 100%; height: 3px;
  background: #C9D6E8;
}
.progress-steps .ps:first-child::before { display: none; }
.progress-steps .ps .dot {
  width: 44px; height: 44px; border-radius: 50%; position: relative; z-index: 1;
  background: #E3EAF4; color: #51617D;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; font-weight: 700;
}
.progress-steps .ps .lbl { font-size: 13.5px; font-weight: 600; color: #8A97B8; text-align: center; }
.progress-steps .ps.active .dot { background: var(--yc-navy); color: #fff; }
.progress-steps .ps.active .lbl { color: var(--yc-navy); }
.progress-steps .ps.done .dot { background: #1E8E3E; color: #fff; }
.progress-steps .ps.done .lbl { color: #1E8E3E; }
.progress-steps .ps.done::before, .progress-steps .ps.active::before { background: #1E8E3E; }
.step-panel { display: none; flex-direction: column; gap: 20px; }
.step-panel.open { display: flex; }
.step-summary {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: #F4F8FB; border-radius: 14px; padding: 14px 18px;
  font-size: 15px; font-weight: 600; color: #16255B;
}
.step-summary .ss-check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 50%; background: #1E8E3E; color: #fff;
  font-size: 13px; margin-right: 8px;
}
.step-summary .ss-edit {
  font-size: 14px; font-weight: 600; color: #0077B6; background: none;
  text-decoration: underline;
}

/* ---------- Mobile pass (Aug 2026): tighter type and spacing under 640px ---------- */
@media (max-width: 640px) {
  .v2-header { height: 68px; padding: 0 20px; }
  .v2-logo img { height: 26px !important; }
  .v2-pill { height: 40px; padding: 0 18px; font-size: 14px; }
  .v2-hero { padding: 32px 20px 84px; gap: 12px; }
  .v2-hero h1 { font-size: 27px; line-height: 34px; }
  .v2-hero .sub { font-size: 15.5px; line-height: 24px; }
  .v2-hero .icon-circle { width: 56px; height: 56px; }
  .v2-body { padding: 14px 16px 56px; }
  .v2-card { padding: 26px 20px; gap: 22px; border-radius: 20px; }
  .v2-step-title { font-size: 19px; }
  .v2-num { width: 28px; height: 28px; font-size: 13.5px; }
  .amounts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .amount-btn { height: 64px; }
  .amount-btn .value { font-size: 21px; line-height: 25px; }
  .v2-btn { height: 54px; font-size: 16px; }
  .field input, .field textarea { font-size: 16px; }
  .progress-steps { padding: 4px 0 20px; }
  .progress-steps .ps .dot { width: 34px; height: 34px; font-size: 14px; }
  .progress-steps .ps::before { top: 16px; height: 2.5px; }
  .progress-steps .ps .lbl { font-size: 11px; }
  .step-summary { font-size: 14px; padding: 12px 14px; }
  .next-steps .ns h4 { font-size: 16px; }
  .store-badges img { height: 44px; }
}

/* ---------- Landing page phone pass (Sep 2026): compact type, CTA on the fold ---------- */
@media (max-width: 640px) {
  .topbar { height: 36px; font-size: 12.5px; gap: 6px; }
  .site-header { height: 64px; padding: 0 18px; }
  .site-header .logo img { width: 100px; height: auto; }
  .btn-header { height: 40px; padding: 0 18px; font-size: 14px; }

  .hero { padding: 32px 20px 96px; gap: 28px; }
  .hero-copy { gap: 16px; }
  .hero-copy h1 { font-size: 30px; line-height: 36px; }
  .hero-copy p { font-size: 15.5px; line-height: 24px; }
  .btn-hero { height: 52px; padding: 0 30px; font-size: 16.5px; }
  .hero-visual .blob-img { width: 220px; height: 275px; border-width: 6px; }

  .section-title { font-size: 25px; line-height: 31px; }
  .howto { padding: 20px 20px 110px; gap: 28px; }
  .howto-card { padding: 26px 22px; gap: 16px; border-radius: 18px; }
  .howto-card h3 { font-size: 19px; line-height: 24px; }
  .step { gap: 12px; }
  .step-num { width: 28px; height: 28px; font-size: 14px; }
  .step p { font-size: 15.5px; line-height: 23px; }

  .solutions { padding: 40px 20px; gap: 36px; }
  .solution-cards { gap: 36px; }
  .solution-copy { padding: 28px 24px; gap: 12px; }
  .solution-copy h3 { font-size: 22px; }
  .solution-copy p { font-size: 15.5px; line-height: 24px; }
  .btn-card { padding: 12px 24px; font-size: 15px; }
  .solution-card .blob-img { width: 240px; height: 210px; border-width: 7px; }
  .solutions-close { font-size: 25px; }

  .why { padding: 56px 20px; gap: 28px; }
  .why-card { padding: 32px 28px; min-height: 0; border-width: 7px; gap: 10px; }
  .why-icon { width: 42px; height: 42px; }
  .why-card h3 { font-size: 17.5px; line-height: 23px; }

  .cta-band { padding: 52px 20px; }
  .cta-band .btn-hero { height: 54px; }

  .secure { padding: 44px 20px; gap: 12px; }
  .secure h2 { font-size: 24px; line-height: 30px; }
  .secure > p { font-size: 15.5px; line-height: 24px; }
  .secure-features { gap: 28px; margin-top: 20px; }
  .secure-feature { width: 140px; gap: 10px; }

  .faq { padding: 44px 20px 110px; }
  .faq h2 { font-size: 24px; }
  .faq-item { padding: 18px 2px; }
  .faq-q h3 { font-size: 16.5px; line-height: 22px; }
  .faq-a { font-size: 15px; line-height: 23px; margin-top: 10px; }

  .final-cta { padding: 52px 20px; gap: 14px; }
  .final-cta h2 { font-size: 25px; line-height: 32px; }
  .final-cta .btn-hero { height: 54px; padding: 0 32px; }

  .site-footer { padding: 72px 20px 90px; }
  .footer-main { gap: 24px; }
}
