/* =========================================================================
   Smart Checkout v2 — Pixel-perfect Figma rebuild
   File: VGPA2KrtNbPMltgUA1B8OP (Smart Checkout)
   Source: /root/.claude/design-sources/smart-checkout-v2/nodes_main.json
   Generated: 2026-04-30
   ========================================================================= */

:root {
  --sc2-purple-1: #8928C5;
  --sc2-purple-2: #C14A8A;
  --sc2-grad: linear-gradient(102.57deg, #8928C5 0%, #C14A8A 100%);
  --sc2-grad-text: linear-gradient(90deg, #8928C5 0%, #C14A8A 100%);
  --sc2-text-dark: #0A0B0C;
  --sc2-text-gray: #69747A;
  --sc2-bg-light: #F4F5F6;
  --sc2-border: #ECECEC;
  --sc2-blue: #2D7FFB;
  --sc2-green-1: #11C29C;
  --sc2-red-1: #E64545;
  --sc2-shadow-card: 0 4px 24px rgba(10, 11, 12, 0.06);
  --sc2-radius-lg: 24px;
  --sc2-radius-md: 16px;
  --sc2-font: 'Manrope', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

/* ===== BASE / TYPOGRAPHY ===== */
.sc2-main {
  font-family: var(--sc2-font);
  color: var(--sc2-text-dark);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01" on;
}
.sc2-main * { box-sizing: border-box; }
.sc2-main img { max-width: 100%; height: auto; display: block; }
.sc2-container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 768px) { .sc2-container { padding: 0 16px; } }

.sc2-text-dark { color: var(--sc2-text-dark); }
.sc2-text-center { text-align: center; }
.sc2-text-gradient {
  background: var(--sc2-grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sc2-section-h2 {
  font-family: var(--sc2-font);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: var(--sc2-text-dark);
  margin: 0 0 16px;
}
@media (max-width: 1024px) { .sc2-section-h2 { font-size: 36px; } }
@media (max-width: 480px)  { .sc2-section-h2 { font-size: 28px; } }

.sc2-link { color: var(--sc2-blue); text-decoration: underline; }

/* ===== BUTTONS ===== */
.sc2-btn-white,
.sc2-btn-dark,
.sc2-btn-primary {
  display: inline-block;
  font-family: var(--sc2-font);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  padding: 12px 28px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
  text-decoration: none;
}
.sc2-btn-white { background: #fff; color: var(--sc2-text-dark); }
.sc2-btn-white:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,0,0,0.08); }
.sc2-btn-dark { background: #fff; color: var(--sc2-text-dark); padding: 14px 32px; font-size: 18px; }
.sc2-btn-dark:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(0,0,0,0.12); }
.sc2-btn-primary { background: var(--sc2-blue); color: #fff; }
.sc2-btn-primary:hover { background: #1d6ce8; }

/* ===== SECTION 1: HERO ===== */
.sc2-hero {
  background: var(--sc2-grad);
  padding: 56px 0 80px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.sc2-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 40px;
}
.sc2-breadcrumb a { color: rgba(255,255,255,0.85); text-decoration: none; }
.sc2-breadcrumb a:hover { color: #fff; text-decoration: underline; }
.sc2-breadcrumb span { color: rgba(255,255,255,0.6); }

.sc2-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.sc2-hero__h1 {
  font-family: var(--sc2-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #fff;
  margin: 0 0 24px;
}
.sc2-hero__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  opacity: 0.95;
  margin: 0 0 32px;
  max-width: 560px;
}
.sc2-hero__mockup {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.18));
  border-radius: 16px;
}
@media (max-width: 1024px) {
  .sc2-hero { padding: 40px 0 56px; }
  .sc2-hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .sc2-hero__h1 { font-size: 32px; }
  .sc2-hero__subtitle { font-size: 15px; }
  .sc2-hero__mockup { max-width: 100%; margin: 0 auto; }
}

/* ===== SECTION 2: STATS ===== */
.sc2-stats {
  background: #fff;
  padding: 96px 0;
  text-align: center;
}
.sc2-stats__h2 {
  font-family: var(--sc2-font);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--sc2-text-dark);
}
.sc2-stats__sub {
  font-size: 18px;
  color: var(--sc2-text-gray);
  margin: 0 auto 56px;
  max-width: 720px;
}
.sc2-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
.sc2-stat-item {
  background: #F8F9FA;
  border-radius: var(--sc2-radius-md);
  padding: 32px 24px;
  text-align: center;
}
.sc2-stat-num {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  background: var(--sc2-grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 8px;
}
.sc2-stat-label {
  font-size: 18px;
  font-weight: 500;
  color: var(--sc2-text-dark);
  line-height: 1.4;
}
.sc2-features-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.sc2-feature-pill {
  background: #F8F9FA;
  border-radius: var(--sc2-radius-md);
  padding: 18px 28px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  flex: 1 1 240px;
  max-width: 320px;
}
@media (max-width: 1024px) {
  .sc2-stats { padding: 64px 0; }
  .sc2-stats__h2 { font-size: 28px; }
  .sc2-stats__sub { font-size: 15px; margin-bottom: 32px; }
  .sc2-stats__grid { grid-template-columns: 1fr; gap: 12px; }
  .sc2-stat-num { font-size: 28px; }
  .sc2-stat-label { font-size: 13px; }
  .sc2-feature-pill { font-size: 13px; padding: 12px 18px; }
}

/* ===== SECTION 3: GEO ROUTING ===== */
.sc2-geo {
  background: #fff;
  padding: 64px 0 96px;
}
.sc2-geo__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.sc2-geo__left .sc2-section-h2 { margin-bottom: 32px; }
.sc2-geo-step { margin-bottom: 24px; }
.sc2-geo-step__title {
  font-size: 20px;
  font-weight: 500;
  color: var(--sc2-text-dark);
  margin: 0 0 8px;
}
.sc2-geo-step__desc {
  font-size: 15px;
  line-height: 1.4;
  color: var(--sc2-text-gray);
  margin: 0;
}
.sc2-geo__img { max-width: 520px; margin: 0 auto; }
@media (max-width: 1024px) {
  .sc2-geo { padding: 48px 0 64px; }
  .sc2-geo__grid { grid-template-columns: 1fr; gap: 32px; }
  .sc2-geo-step__title { font-size: 18px; }
  .sc2-geo-step__desc { font-size: 13px; }
}

/* ===== SECTION 4: WHY PSP-AGNOSTIC ===== */
.sc2-why {
  background: var(--sc2-bg-light);
  padding: 96px 0;
}
.sc2-why__sub {
  font-size: 18px;
  color: var(--sc2-text-gray);
  max-width: 760px;
  margin: 0 auto 40px;
}
.sc2-why__tabs {
  display: inline-flex;
  background: #fff;
  border-radius: 999px;
  padding: 6px;
  margin: 0 auto 40px;
  gap: 6px;
  box-shadow: 0 2px 8px rgba(10,11,12,0.04);
}
.sc2-why__tabs { display: flex; justify-content: center; max-width: max-content; margin: 0 auto 40px; }
.sc2-why-tab {
  border: 0;
  background: transparent;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 999px;
  cursor: pointer;
  color: var(--sc2-text-dark);
  transition: background .2s, color .2s;
  font-family: var(--sc2-font);
}
.sc2-why-tab--active { background: var(--sc2-blue); color: #fff; }
.sc2-why__panel-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: center;
}
.sc2-why__panel-h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 16px;
  color: var(--sc2-text-dark);
}
.sc2-why__panel-p {
  font-size: 18px;
  line-height: 1.4;
  color: var(--sc2-text-dark);
  margin: 0 0 16px;
}
.sc2-why__list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}
.sc2-why__list li {
  font-size: 15px;
  line-height: 1.6;
  color: var(--sc2-text-dark);
  margin-bottom: 8px;
}
.sc2-why__img { width: 100%; max-width: 680px; margin-left: auto; }
@media (max-width: 1024px) {
  .sc2-why { padding: 64px 0; }
  .sc2-why__sub { font-size: 13px; }
  .sc2-why__panel-grid { grid-template-columns: 1fr; gap: 32px; }
  .sc2-why__panel-h3 { font-size: 20px; }
  .sc2-why__panel-p { font-size: 15px; }
  .sc2-why__list li { font-size: 13px; }
  .sc2-why-tab { font-size: 13px; padding: 10px 18px; }
}

/* ===== SECTION 5: LOCAL PAYMENT METHODS — PURPLE BAND ===== */
.sc2-local {
  background: #fff;
  padding: 64px 0;
}
.sc2-local__inner {
  background: var(--sc2-grad);
  border-radius: 32px;
  padding: 64px 56px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.sc2-local__head {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  margin-bottom: 32px;
  align-items: end;
}
.sc2-local__h2 { color: #fff; margin: 0; font-size: 36px; line-height: 1.2; }
.sc2-local__p {
  font-size: 18px;
  line-height: 1.4;
  color: rgba(255,255,255,0.92);
  margin: 0;
}
.sc2-local__map { position: relative; }
.sc2-local__img { width: 100%; }
.sc2-local__swipe-hint {
  display: none;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .sc2-local { padding: 40px 0; }
  .sc2-local__inner { border-radius: 20px; padding: 40px 24px; }
  .sc2-local__head { grid-template-columns: 1fr; gap: 16px; }
  .sc2-local__h2 { font-size: 28px; }
  .sc2-local__p { font-size: 15px; }
  .sc2-local__map { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .sc2-local__img { min-width: 720px; }
  .sc2-local__swipe-hint { display: block; }
}

/* ===== SECTION 6: PAYMENT METHODS TABS ===== */
.sc2-pm {
  background: #fff;
  padding: 96px 0;
}
.sc2-pm__head { margin-bottom: 32px; }
.sc2-pm__tabs {
  display: inline-flex;
  background: #F8F9FA;
  border-radius: 999px;
  padding: 6px;
  margin-bottom: 40px;
  gap: 4px;
  flex-wrap: wrap;
  max-width: 100%;
}
.sc2-pm-tab {
  border: 0;
  background: transparent;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 999px;
  cursor: pointer;
  color: var(--sc2-text-dark);
  transition: background .2s, color .2s;
  font-family: var(--sc2-font);
  white-space: nowrap;
}
.sc2-pm-tab--active { background: var(--sc2-blue); color: #fff; }

.sc2-pm__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: center;
}
.sc2-pm__h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 16px;
  color: var(--sc2-text-dark);
}
.sc2-pm__lead {
  font-size: 15px;
  line-height: 1.6;
  color: var(--sc2-text-dark);
  margin: 0 0 16px;
}
.sc2-pm__list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}
.sc2-pm__list li {
  font-size: 15px;
  line-height: 1.6;
  color: var(--sc2-text-dark);
  margin-bottom: 12px;
}
.sc2-pm__list li strong { color: var(--sc2-text-dark); font-weight: 600; }
.sc2-pm__img { width: 100%; max-width: 680px; margin-left: auto; }

@media (max-width: 1024px) {
  .sc2-pm { padding: 64px 0; }
  .sc2-pm__tabs { display: flex; overflow-x: auto; -webkit-overflow-scrolling: touch; flex-wrap: nowrap; padding: 4px; gap: 0; max-width: 100%; }
  .sc2-pm-tab { font-size: 13px; padding: 10px 16px; }
  .sc2-pm__grid { grid-template-columns: 1fr; gap: 32px; }
  .sc2-pm__h3 { font-size: 20px; }
  .sc2-pm__list li { font-size: 13px; }
}

/* ===== SECTION 7: BRANDED + CONVERSION COMPOSITE ===== */
.sc2-brand-conv { background: #fff; padding: 32px 0 96px; }
.sc2-brand-conv__img {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1024px) { .sc2-brand-conv { padding: 16px 0 64px; } }

/* ===== SECTION 8: ULTIMATE SOLUTION ===== */
.sc2-ultimate {
  background: var(--sc2-bg-light);
  padding: 96px 0;
}
.sc2-ultimate__h2 {
  font-family: var(--sc2-font);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 48px;
  text-align: center;
  color: var(--sc2-text-dark);
}
.sc2-ultimate__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.sc2-ultimate-card {
  background: #fff;
  border-radius: var(--sc2-radius-md);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--sc2-shadow-card);
  transition: transform .2s ease, box-shadow .2s ease;
}
.sc2-ultimate-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(10,11,12,0.08); }
.sc2-ultimate-card__icon {
  width: 56px; height: 56px;
  background: var(--sc2-grad);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.sc2-ultimate-card__title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
  color: var(--sc2-text-dark);
  line-height: 1.3;
}
.sc2-ultimate-card__sub {
  font-size: 15px;
  color: var(--sc2-text-gray);
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .sc2-ultimate { padding: 64px 0; }
  .sc2-ultimate__h2 { font-size: 28px; margin-bottom: 32px; }
  .sc2-ultimate__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .sc2-ultimate-card { padding: 24px 16px; }
  .sc2-ultimate-card__title { font-size: 15px; }
  .sc2-ultimate-card__sub { font-size: 13px; }
}
@media (max-width: 480px) { .sc2-ultimate__grid { grid-template-columns: 1fr; } }

/* ===== SECTION 9: EXPLORE ===== */
.sc2-explore {
  background: #fff;
  padding: 96px 0;
}
.sc2-explore .sc2-section-h2 { margin-bottom: 48px; }
.sc2-explore__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.sc2-explore-card {
  display: block;
  background: #F8F9FA;
  border: 1px solid var(--sc2-border);
  border-radius: var(--sc2-radius-md);
  padding: 32px 28px;
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.sc2-explore-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(10,11,12,0.06); border-color: var(--sc2-purple-1); }
.sc2-explore-card--active { background: linear-gradient(102.57deg, rgba(137,40,197,0.08) 0%, rgba(193,74,138,0.08) 100%); border-color: var(--sc2-purple-1); }
.sc2-explore-card__title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 12px;
  color: var(--sc2-text-dark);
}
.sc2-explore-card__desc {
  font-size: 15px;
  line-height: 1.5;
  color: var(--sc2-text-gray);
  margin: 0;
}
@media (max-width: 1024px) {
  .sc2-explore { padding: 64px 0; }
  .sc2-explore__grid { grid-template-columns: 1fr; }
  .sc2-explore-card__title { font-size: 20px; }
  .sc2-explore-card__desc { font-size: 13px; }
}

/* ===== SECTION 10: RELATED INSIGHTS ===== */
.sc2-insights {
  background: #fff;
  padding: 64px 0 96px;
}
.sc2-insights .sc2-section-h2 { margin-bottom: 40px; }
.sc2-insights__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.sc2-insight-card {
  background: #fff;
  border: 1px solid var(--sc2-border);
  border-radius: var(--sc2-radius-md);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.sc2-insight-card:hover { transform: translateY(-3px); box-shadow: var(--sc2-shadow-card); }
.sc2-insight-card__img-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}
.sc2-insight-card__img-wrap--2 { background: linear-gradient(135deg, #2c3e50 0%, #4ca1af 100%); }
.sc2-insight-card__img-wrap--3 { background: linear-gradient(135deg, #c14a8a 0%, #8928c5 100%); }
.sc2-insight-card__body { padding: 24px; }
.sc2-insight-card__tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  background: var(--sc2-grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 12px;
  letter-spacing: .5px;
}
.sc2-insight-card__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 12px;
}
.sc2-insight-card__title a { color: var(--sc2-text-dark); text-decoration: none; }
.sc2-insight-card__title a:hover { color: var(--sc2-purple-1); }
.sc2-insight-card__excerpt {
  font-size: 15px;
  line-height: 1.5;
  color: var(--sc2-text-dark);
  margin: 0 0 16px;
}
.sc2-insight-card__meta {
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: var(--sc2-text-gray);
}
@media (max-width: 1024px) {
  .sc2-insights__grid { grid-template-columns: 1fr; }
  .sc2-insight-card__title { font-size: 18px; }
  .sc2-insight-card__excerpt { font-size: 13px; }
}

/* ===== SECTION 11: CTA BANNER ===== */
.sc2-cta {
  background: #fff;
  padding: 32px 0 64px;
}
.sc2-cta__inner {
  background: var(--sc2-grad);
  border-radius: 32px;
  padding: 72px 56px;
  text-align: center;
  color: #fff;
}
.sc2-cta__h2 {
  font-family: var(--sc2-font);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 32px;
}
@media (max-width: 1024px) {
  .sc2-cta__inner { border-radius: 20px; padding: 48px 24px; }
  .sc2-cta__h2 { font-size: 28px; }
}

/* =========================================================================
   STEP 1a (2026-05-07) — Transparent header overlay + hero offset
   Page-scoped via body.sc-page-smart-checkout (set inline in smart-checkout.ftl)
   Header height: 97px desktop, 85px mobile (per .header / .header-top in lcp.css)
   ========================================================================= */
/* Transparent ONLY when NOT scrolled. Scoped to .sc-page-smart-checkout. */
body.sc-page-smart-checkout .header:not(.header--scrolled),
body.sc-page-smart-checkout .header:not(.header--scrolled) .header-top--index {
  background: transparent !important;
  box-shadow: none !important;
  transition: background .2s ease, box-shadow .2s ease;
}

/* When scrolled — white bg + shadow on .header parent only.
   Child .header-top--index inherits transparent (no double bg/shadow). */
body.sc-page-smart-checkout .header.header--scrolled {
  background: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.06) !important;
  transition: background .2s ease, box-shadow .2s ease;
}
body.sc-page-smart-checkout .header.header--scrolled .header-top--index {
  background: transparent !important;
  box-shadow: none !important;
}

/* Hero pulls under transparent header (desktop) */
body.sc-page-smart-checkout .sc2-hero {
  margin-top: -97px;
  padding-top: 153px; /* 56px original + 97px header */
}

@media (max-width: 1024px) {
  body.sc-page-smart-checkout .sc2-hero {
    margin-top: -72px;
    padding-top: 112px; /* 40px original + 72px header */
  }
}
