/* ============================================================
   GVG VISA — Concept 1a "Cổng dịch vụ" (pixel-faithful, MSG-399 Phase B)
   Source of truth: design-handoff-claude-design/Visa A Portal.dc.html
   (inline styles transposed to classes — values kept verbatim).
   CEO edits applied in the TEMPLATE (not here): A1 no "Đọc giá thế nào?"
   callout · A2 no self-apply invites · comparison section removed.
   Site chrome (header/footer + dropdown switcher) replaces the mock's
   topbar/nav per MSG-399 B1. Responsive per SPEC §7 (mock is 1440 fixed).
   Old merge skin backed up at visa-cd-merge-v1.css.bak.
   ============================================================ */
:root {
  --cd-ink: #14342A; --cd-ink-deep: #16281F; --cd-forest: #1D5C46; --cd-forest-hover: #174A38;
  --cd-mid: #2E7D5F; --cd-mint: #7BD9A2; --cd-mint-bg: #E8F2EA; --cd-mint-line: #BFDCC8;
  --cd-cta: #C2401F; --cd-cta-hover: #A83517; --cd-cta-ink: #FFF6EC;
  --cd-cream: #FAF6EC; --cd-cream-card: #FFFDF8; --cd-cream-row: #FEFCF6;
  --cd-cream-ink: #FBF7EC; --cd-body: #3E5248; --cd-body2: #5B6B5F; --cd-muted: #7A8378; --cd-muted2: #9AA398;
  --cd-amber-ink: #7A4A12; --cd-amber-bg: #FBF0DF; --cd-amber-bg2: #F1EADA; --cd-amber-line: #EBD9B4;
  --cd-line: #E7DFCE; --cd-line2: #E0D6C0; --cd-line3: #EFE8D8;
}
.vcd { background: var(--cd-cream); color: var(--cd-ink-deep); font-family: 'Be Vietnam Pro', 'Noto Sans KR', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans Devanagari', system-ui, sans-serif; }
.vcd .wrapx { max-width: 1440px; margin: 0 auto; }
.vcd h1, .vcd h2, .vcd h3, .vcd p { margin: 0; }

/* ── Hero ── */
.v1a-hero { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; padding: 64px 64px 56px; align-items: center;
  background-image: linear-gradient(90deg, rgba(250,246,236,.60) 0%, rgba(250,246,236,.50) 52%, rgba(250,246,236,.38) 100%), url('/redesign/images/visa/1573270689103-d7a4e42b609a.jpg');
  background-size: cover; background-position: center; }
.v1a-hero-l { display: flex; flex-direction: column; gap: 22px; text-shadow: 0 1px 12px rgba(250,246,236,.98), 0 1px 3px rgba(250,246,236,.95); }
.v1a-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; background: #EDE4CF; color: var(--cd-amber-ink); font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.v1a-hero h1 { font-size: 50px; line-height: 1.08; font-weight: 800; letter-spacing: -.025em; color: var(--cd-ink); text-wrap: pretty; }
.v1a-hero h1 b { color: var(--cd-cta); font-weight: 800; }
.v1a-hero .sub { font-size: 17.5px; line-height: 1.6; font-weight: 500; color: #243B31; max-width: 540px; text-wrap: pretty; }
.v1a-checks { display: flex; flex-direction: column; gap: 11px; }
.v1a-checks div { display: flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 600; color: var(--cd-body); }
.v1a-checks svg { flex: none; }
.v1a-ctarow { display: flex; gap: 14px; align-items: center; margin-top: 6px; flex-wrap: wrap; }
.v1a-cta { display: inline-block; padding: 16px 26px; border: none; border-radius: 14px; background: var(--cd-cta); color: var(--cd-cta-ink); font-family: inherit; font-size: 16.5px; font-weight: 700; cursor: pointer; box-shadow: 0 10px 24px rgba(194,64,31,.28); text-decoration: none; text-align: center; }
.v1a-cta:hover { background: var(--cd-cta-hover); }
.v1a-cta2 { display: inline-block; padding: 16px 22px; border-radius: 14px; border: 1.5px solid #CFC6B0; color: var(--cd-body); font-size: 15.5px; font-weight: 700; text-decoration: none; }
.v1a-cta2:hover { background: var(--cd-amber-bg2); }
.v1a-micro { font-size: 12.5px; font-weight: 600; color: var(--cd-body); }

/* ── Widget card ── */
.v1a-w { background: #fff; border: 1px solid var(--cd-line); border-radius: 20px; box-shadow: 0 24px 60px rgba(20,52,42,.12); overflow: hidden; text-shadow: none; }
.v1a-w-head { display: flex; justify-content: space-between; align-items: center; padding: 16px 22px; background: var(--cd-forest); }
.v1a-w-head .t { font-size: 15.5px; font-weight: 700; color: var(--cd-cream-ink); }
.v1a-w-head .s { display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 600; color: rgba(251,247,236,.8); }
.v1a-w-head .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cd-mint); }
.v1a-w-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 15px; }
.v1a-w label.fl { display: block; font-size: 12.5px; font-weight: 700; color: var(--cd-body); margin-bottom: 7px; }
.v1a-w select { width: 100%; box-sizing: border-box; padding: 12px; border: 1.5px solid var(--cd-line2); border-radius: 11px; font-family: inherit; font-size: 14.5px; font-weight: 600; color: var(--cd-ink-deep); background: var(--cd-cream-card); outline: none; cursor: pointer; }
.v1a-st { padding: 13px 15px; border-radius: 11px; display: none; }
.v1a-st .h { font-size: 13.5px; font-weight: 800; }
.v1a-st .d { font-size: 12.5px; font-weight: 500; line-height: 1.5; margin-top: 3px; }
.v1a-st.free { display: block; background: var(--cd-mint-bg); border: 1.5px solid var(--cd-mint-line); }
.v1a-st.free .h { color: var(--cd-ink); } .v1a-st.free .d { color: var(--cd-body); }
.v1a-st.evisa { display: block; background: var(--cd-amber-bg); border: 1.5px solid var(--cd-amber-line); }
.v1a-st.evisa .h { color: var(--cd-amber-ink); } .v1a-st.evisa .d { color: #6B5A38; }
.v1a-w-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.v1a-seg { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.v1a-seg label { display: flex; align-items: center; justify-content: center; margin: 0; padding: 11px 8px; border-radius: 10px; cursor: pointer; text-align: center; border: 1.5px solid var(--cd-line2); background: var(--cd-cream-card); font-size: 13.5px; font-weight: 600; color: #6B7A6E; min-height: 44px; box-sizing: border-box; }
.v1a-seg input { position: absolute; opacity: 0; pointer-events: none; }
.v1a-seg label.on { border-color: var(--cd-forest); background: var(--cd-mint-bg); font-weight: 700; color: var(--cd-ink); box-shadow: inset 0 0 0 1px var(--cd-forest); }
.v1a-step { display: flex; align-items: center; gap: 10px; border: 1.5px solid var(--cd-line2); border-radius: 11px; background: var(--cd-cream-card); padding: 5px; }
.v1a-step button { width: 44px; height: 34px; border: none; border-radius: 8px; background: var(--cd-amber-bg2); color: var(--cd-ink); font-size: 17px; font-weight: 800; cursor: pointer; font-family: inherit; }
.v1a-step button:hover { background: var(--cd-line); }
.v1a-step .n { flex: 1; text-align: center; font-size: 16px; font-weight: 800; color: var(--cd-ink); }
.v1a-w-sum { border-top: 1.5px dashed var(--cd-line2); padding-top: 14px; display: flex; flex-direction: column; gap: 9px; }
.v1a-row { display: flex; justify-content: space-between; font-size: 14px; font-weight: 500; color: var(--cd-body2); gap: 12px; }
.v1a-row b { font-weight: 700; color: var(--cd-ink-deep); }
.v1a-tot { display: flex; justify-content: space-between; align-items: baseline; padding-top: 7px; border-top: 1px solid var(--cd-line3); }
.v1a-tot .l { font-size: 14.5px; font-weight: 800; color: var(--cd-ink); }
.v1a-tot .v { font-size: 26px; font-weight: 800; color: var(--cd-cta); letter-spacing: -.02em; }
.v1a-w-cta { margin-top: 6px; width: 100%; display: block; box-sizing: border-box; padding: 15px 18px; border: none; border-radius: 12px; background: var(--cd-cta); color: var(--cd-cta-ink); font-family: inherit; font-size: 15.5px; font-weight: 700; cursor: pointer; text-align: center; text-decoration: none; }
.v1a-w-cta:hover { background: var(--cd-cta-hover); }
.v1a-w-note { font-size: 11.5px; font-weight: 500; color: var(--cd-muted2); text-align: center; }
.v1a-w-caveat { font-size: 11.5px; font-weight: 500; color: var(--cd-muted2); line-height: 1.5; margin-top: -7px; }

/* ── Trust strip ── */
.v1a-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding: 26px 64px; background: #fff; border-top: 1px solid var(--cd-line); border-bottom: 1px solid var(--cd-line); }
.v1a-trust > div { display: flex; gap: 13px; align-items: center; }
.v1a-trust svg { flex: none; }
.v1a-trust .h { font-size: 14px; font-weight: 700; color: var(--cd-ink); }
.v1a-trust .d { font-size: 12.5px; font-weight: 500; color: var(--cd-muted); }

/* ── Section shells ── */
.v1a-sec { padding: 72px 64px 26px; }
.v1a-eyebrow { font-size: 13px; font-weight: 800; letter-spacing: .09em; color: var(--cd-cta); margin-bottom: 10px; text-transform: uppercase; }
.v1a-h2 { font-size: 36px; font-weight: 800; letter-spacing: -.02em; color: var(--cd-ink); }
.v1a-lead { margin-top: 12px; font-size: 16px; line-height: 1.6; font-weight: 500; color: var(--cd-body2); text-wrap: pretty; }
.v1a-sechead { max-width: 660px; margin-bottom: 36px; }

/* ── Pricing ── */
.v1a-pricing { padding: 72px 64px 30px; text-shadow: 0 1px 9px rgba(250,246,236,.92);
  background-image: linear-gradient(rgba(250,246,236,.70), rgba(250,246,236,.82)), url('/redesign/images/visa/1504457047772-27faf1c00561.jpg');
  background-size: cover; background-position: center; }
.v1a-pgrid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 26px; align-items: stretch; }
.v1a-plan { background: linear-gradient(160deg,#FFF7EE,#FBEAD7); border: 1px solid #F0E1CC; border-radius: 20px; padding: 30px 32px; display: flex; flex-direction: column; gap: 18px; box-shadow: 0 20px 48px -22px rgba(180,120,60,.4); text-shadow: none; }
.v1a-plan-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.v1a-plan-top .k { font-size: 14px; font-weight: 800; letter-spacing: .08em; color: var(--cd-forest); }
.v1a-plan-top .pill { padding: 6px 12px; border-radius: 999px; background: #EFE3CE; font-size: 11.5px; font-weight: 700; color: var(--cd-amber-ink); }
.v1a-price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.v1a-price .n { font-size: 56px; font-weight: 800; letter-spacing: -.03em; color: var(--cd-ink); }
.v1a-price .d { font-size: 15px; font-weight: 600; color: var(--cd-body); }
.v1a-feats { display: flex; flex-direction: column; gap: 11px; }
.v1a-feats div { display: flex; gap: 11px; font-size: 14.5px; font-weight: 500; color: var(--cd-body); line-height: 1.5; }
.v1a-feats b { color: var(--cd-forest); font-weight: 800; }
.v1a-plan-cta { margin-top: auto; width: 100%; display: block; box-sizing: border-box; padding: 16px 20px; border: none; border-radius: 13px; background: var(--cd-cta); color: var(--cd-cta-ink); font-family: inherit; font-size: 16px; font-weight: 700; cursor: pointer; text-align: center; text-decoration: none; }
.v1a-plan-cta:hover { background: var(--cd-cta-hover); }
.v1a-pright { display: flex; flex-direction: column; gap: 20px; }
.v1a-feetab { background: #fff; border: 1px solid var(--cd-line); border-radius: 18px; overflow: hidden; text-shadow: none; }
.v1a-feetab .head { padding: 15px 22px; background: var(--cd-mid); font-size: 13.5px; font-weight: 700; color: var(--cd-cream-ink); }
.v1a-feetab .cols { display: grid; grid-template-columns: 1.3fr 1fr .7fr; padding: 13px 22px; border-bottom: 1px solid var(--cd-line3); font-size: 12px; font-weight: 700; color: var(--cd-muted2); letter-spacing: .04em; }
.v1a-feetab .row { display: grid; grid-template-columns: 1.3fr 1fr .7fr; padding: 14px 22px; font-size: 14.5px; align-items: center; }
.v1a-feetab .row.b { border-bottom: 1px solid var(--cd-line3); }
.v1a-feetab .row .t { font-weight: 700; color: var(--cd-ink-deep); }
.v1a-feetab .row .m { font-weight: 500; color: var(--cd-body2); }
.v1a-feetab .row .p { text-align: right; font-weight: 800; color: var(--cd-ink-deep); }
.v1a-feetab .src { padding: 12px 22px; background: var(--cd-cream); font-size: 12px; font-weight: 500; color: var(--cd-muted2); }
.v1a-fast { margin-top: 26px; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 19px 26px; border-radius: 16px; background: var(--cd-amber-bg); border: 1.5px solid var(--cd-amber-line); text-shadow: none; }
.v1a-fast .txt { display: flex; gap: 14px; align-items: center; font-size: 14.5px; line-height: 1.55; font-weight: 500; color: #5B4A28; text-wrap: pretty; }
.v1a-fast .txt b { color: #3F3115; }
.v1a-fast svg { flex: none; }
.v1a-fast a.go { flex: none; padding: 13px 22px; border: none; border-radius: 12px; background: var(--cd-amber-ink); color: var(--cd-cta-ink); font-family: inherit; font-size: 14.5px; font-weight: 700; cursor: pointer; text-decoration: none; }
.v1a-fast a.go:hover { background: #5F390C; }

/* ── Promo dịch vụ gấp (MSG-412 (3) — thay bảng lệ phí govt, KHÔNG giá) ── */
.v1a-promo { background: var(--cd-amber-bg); border: 1px solid var(--cd-amber-line); border-radius: 18px; padding: 26px 28px; color: var(--cd-body); text-shadow: none; display: flex; flex-direction: column; gap: 14px; height: 100%; box-sizing: border-box; }
.v1a-promo .eye { font-size: 11.5px; font-weight: 800; letter-spacing: .08em; color: var(--cd-cta); }
.v1a-promo h3 { margin: 0; font-size: 22px; line-height: 1.3; font-weight: 800; color: var(--cd-ink); }
.v1a-promo .tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.v1a-promo .tiles > div { background: #fff; border: 1px solid #E7DAC2; border-radius: 12px; padding: 12px 10px; font-size: 13.5px; font-weight: 700; text-align: center; color: var(--cd-ink); display: flex; align-items: center; justify-content: center; }
.v1a-promo .hours { font-size: 12px; color: var(--cd-muted); }
.v1a-promo .why { margin: 0; font-size: 14px; line-height: 1.65; color: var(--cd-body); }
.v1a-promo .guar { margin: 0; font-size: 13.5px; line-height: 1.6; padding: 12px 14px; border-left: 3px solid var(--cd-cta); background: rgba(122,74,18,.06); border-radius: 0 10px 10px 0; color: var(--cd-body); }
.v1a-promo a.go { align-self: flex-start; padding: 13px 22px; border-radius: 12px; background: var(--cd-amber-ink); color: var(--cd-cta-ink); font-size: 14.5px; font-weight: 700; text-decoration: none; }
.v1a-promo a.go:hover { background: #5F390C; }
@media (max-width: 640px) { .v1a-promo .tiles { grid-template-columns: 1fr; } .v1a-promo a.go { align-self: stretch; text-align: center; } }

/* ── Process ── */
.v1a-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.v1a-stepc { position: relative; background: #fff; border: 1px solid var(--cd-line); border-radius: 18px; padding: 24px 22px; display: flex; flex-direction: column; gap: 12px; }
.v1a-stepc .top { display: flex; justify-content: space-between; align-items: center; }
.v1a-stepc .num { width: 38px; height: 38px; border-radius: 12px; background: var(--cd-forest); color: var(--cd-cream-ink); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 800; }
.v1a-stepc.last .num { background: var(--cd-cta); color: var(--cd-cta-ink); }
.v1a-stepc .tag { padding: 5px 11px; border-radius: 999px; background: var(--cd-amber-bg2); font-size: 11.5px; font-weight: 700; color: var(--cd-amber-ink); }
.v1a-stepc h3 { font-size: 17px; font-weight: 800; color: var(--cd-ink); }
.v1a-stepc p { font-size: 13.5px; line-height: 1.6; font-weight: 500; color: var(--cd-body2); text-wrap: pretty; }

/* ── Checklist ── */
.v1a-checkhead { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 36px; }
.v1a-checkhead .in { max-width: 660px; }
.v1a-guide { flex: none; font-size: 14.5px; font-weight: 700; color: var(--cd-cta); text-decoration: none; border-bottom: 1.5px solid var(--cd-cta); padding-bottom: 2px; }
.v1a-checks5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.v1a-checkc { background: #fff; border: 1px solid var(--cd-line); border-radius: 16px; padding: 20px 18px; display: flex; flex-direction: column; gap: 11px; }
.v1a-checkc h3 { font-size: 14.5px; font-weight: 800; color: var(--cd-ink); line-height: 1.35; }
.v1a-checkc p { font-size: 12.5px; line-height: 1.55; font-weight: 500; color: var(--cd-muted); }

/* ── Guarantee ── */
.v1a-guar { text-shadow: 0 1px 8px rgba(246,241,228,.97), 0 0 2px rgba(246,241,228,.9);
  background-image: linear-gradient(rgba(246,241,228,.78), rgba(246,241,228,.86)), url('/redesign/images/visa/1559128010-7c1ad6e1b6a5.jpg');
  background-size: cover; background-position: center;
  border: 2px solid var(--cd-ink); border-radius: 24px; overflow: hidden; padding: 40px 44px;
  display: grid; grid-template-columns: auto 1fr; gap: 40px; align-items: center; }
.v1a-seal { width: 150px; height: 150px; border-radius: 50%; border: 2px solid var(--cd-ink); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; background: #fff; box-shadow: 0 0 0 6px #F6F1E4, 0 0 0 7.5px var(--cd-ink); }
.v1a-seal .t { font-size: 11px; font-weight: 800; letter-spacing: .12em; color: var(--cd-ink); text-align: center; line-height: 1.4; }
.v1a-guar h2 { margin: 0 0 22px; font-size: 32px; font-weight: 800; letter-spacing: -.02em; color: var(--cd-ink); text-wrap: pretty; }
.v1a-guar3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.v1a-guar3 > div { display: flex; flex-direction: column; gap: 7px; }
.v1a-guar3 .h { font-size: 16px; font-weight: 800; color: var(--cd-cta); }
.v1a-guar3 .d { font-size: 13.5px; line-height: 1.6; font-weight: 500; color: var(--cd-body2); }
.v1a-guar .legal { margin-top: 20px; padding-top: 16px; border-top: 1px dashed #CFC6B0; font-size: 12px; line-height: 1.6; font-weight: 500; color: var(--cd-muted2); }

/* ── FAQ ── */
.v1a-faq { padding: 72px 64px 40px; display: grid; grid-template-columns: 0.9fr 1.5fr; gap: 56px; }
.v1a-faq .intro p { margin-top: 14px; font-size: 15px; line-height: 1.6; font-weight: 500; color: var(--cd-body2); text-wrap: pretty; }
.v1a-faq .intro a { display: inline-block; margin-top: 16px; font-size: 15px; font-weight: 700; color: var(--cd-cta); text-decoration: none; border-bottom: 1.5px solid var(--cd-cta); padding-bottom: 2px; }
.v1a-faqs { display: flex; flex-direction: column; gap: 12px; }
.v1a-qa { background: #fff; border: 1px solid var(--cd-line); border-radius: 14px; overflow: hidden; }
.v1a-qa .q { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 22px; cursor: pointer; }
.v1a-qa .q:hover { background: var(--cd-cream-row); }
.v1a-qa .q .t { font-size: 15.5px; font-weight: 700; color: var(--cd-ink); }
.v1a-qa .q .i { flex: none; width: 26px; height: 26px; border-radius: 8px; background: var(--cd-amber-bg2); display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; color: var(--cd-ink); }
.v1a-qa .a { display: none; padding: 0 22px 18px; font-size: 14px; line-height: 1.65; font-weight: 500; color: var(--cd-body2); text-wrap: pretty; }
.v1a-qa.open .a { display: block; }

/* ── Final CTA ── */
.v1a-cta-final { margin: 26px 64px 0; border-radius: 24px; overflow: hidden; background: var(--cd-ink);
  background-image: linear-gradient(100deg, rgba(20,52,42,.86) 36%, rgba(20,52,42,.42) 74%, rgba(20,52,42,.18)), url('/redesign/images/visa/1583417319070-4a69db38a482.jpg');
  background-size: cover; background-position: center; padding: 56px 60px;
  display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.v1a-cta-final h2 { font-size: 38px; font-weight: 800; letter-spacing: -.02em; color: var(--cd-cream-ink); text-wrap: pretty; }
.v1a-cta-final p { margin-top: 14px; font-size: 16px; line-height: 1.6; font-weight: 500; color: rgba(251,247,236,.72); text-wrap: pretty; }
.v1a-cta-final .in { max-width: 640px; }
.v1a-cta-final .btns { display: flex; flex-direction: column; gap: 12px; flex: none; }
.v1a-cta-final .mail { text-align: center; padding: 14px 26px; border-radius: 14px; border: 1.5px solid rgba(251,247,236,.35); color: var(--cd-cream-ink); font-size: 14.5px; font-weight: 700; text-decoration: none; }
.v1a-cta-final .mail:hover { background: rgba(251,247,236,.1); }
.v1a-legal-line { padding: 20px 64px 34px; font-size: 12.5px; line-height: 1.65; font-weight: 500; color: var(--cd-muted2); max-width: 900px; }

/* ── Sticky mobile CTA (production addition per SPEC §7 — not in the 1440 mock) ── */
.vcd-sticky { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: #fff; border-top: 1px solid var(--cd-line); padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); gap: 10px; }
.vcd-sticky a { flex: 1; text-align: center; text-decoration: none; font-weight: 700; font-size: 13.5px; line-height: 1.3; padding: 12px 8px; border-radius: 12px; min-height: 44px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; }
.vcd-sticky a.p { background: var(--cd-cta); color: var(--cd-cta-ink); }
.vcd-sticky a.s { border: 1.5px solid var(--cd-forest); color: var(--cd-forest); }

/* ── Responsive (SPEC §7) ── */
@media (max-width: 1024px) {
  .v1a-hero { grid-template-columns: 1fr; gap: 36px; padding: 40px 32px; }
  .v1a-hero h1 { font-size: 40px; }
  .v1a-trust { grid-template-columns: 1fr 1fr; padding: 24px 32px; }
  .v1a-sec { padding: 52px 32px 22px; }
  .v1a-pricing { padding: 52px 32px 26px; }
  .v1a-pgrid { grid-template-columns: 1fr; }
  .v1a-steps { grid-template-columns: 1fr 1fr; }
  .v1a-checks5 { grid-template-columns: repeat(2, 1fr); }
  .v1a-guar { grid-template-columns: 1fr; padding: 30px 26px; }
  .v1a-faq { grid-template-columns: 1fr; gap: 28px; padding: 52px 32px 30px; }
  .v1a-cta-final { margin: 22px 32px 0; flex-direction: column; align-items: flex-start; padding: 38px 30px; }
  .v1a-legal-line { padding: 18px 32px 30px; }
}
@media (max-width: 640px) {
  .v1a-hero { padding: 26px 20px 30px; gap: 26px; }
  .v1a-hero h1 { font-size: 33px; }
  .v1a-hero .sub { font-size: 15.5px; }
  .v1a-trust { grid-template-columns: 1fr; padding: 20px; gap: 14px; }
  .v1a-sec { padding: 40px 20px 18px; }
  .v1a-pricing { padding: 40px 20px 22px; }
  .v1a-h2 { font-size: 27px; }
  .v1a-w-grid, .v1a-steps, .v1a-checks5, .v1a-guar3 { grid-template-columns: 1fr; }
  .v1a-price .n { font-size: 44px; }
  .v1a-fast { flex-direction: column; align-items: stretch; }
  .v1a-checkhead { flex-direction: column; align-items: flex-start; }
  .v1a-step button { height: 44px; }
  .v1a-cta-final { margin: 18px 20px 0; padding: 30px 22px; }
  .v1a-cta-final h2 { font-size: 28px; }
  .v1a-legal-line { padding: 16px 20px 90px; }
  .vcd-sticky { display: flex; }
}
