:root {
  color-scheme: light;
  --bg: #f5f8fb;
  --surface: rgba(255,255,255,.92);
  --surface-solid: #fff;
  --soft: #f1f5ff;
  --ink: #0e1b3d;
  --muted: #53657d;
  --line: #e0e7f0;
  --brand: #315cf6;
  --brand-strong: #2136b6;
  --accent: #6c4df7;
  --green: #28a06f;
  --danger: #b55345;
  --shadow: 0 18px 50px rgba(25, 59, 78, .11);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 104px; }
body {
  margin: 0;
  background:
    linear-gradient(135deg, rgba(49,92,246,.08), transparent 34%),
    linear-gradient(315deg, rgba(108,77,247,.09), transparent 30%),
    linear-gradient(180deg,#fff 0%,#f7fbff 48%,#f3f6fb 100%);
  color: var(--ink);
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(217,228,234,.84); background: rgba(255,255,255,.82); backdrop-filter: blur(18px); }
.header-inner, .page-shell, .site-footer { width: min(1240px, calc(100% - 32px)); margin: 0 auto; }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 24px; }
.customer-brand { display: flex; align-items: center; gap: 10px; margin-right: auto; font-weight: 800; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg,var(--brand),var(--accent)); color: #fff; box-shadow: 0 10px 25px rgba(37,111,133,.2); }
.brand-mark svg { width: 22px; height: 22px; }
.brand-mark.has-logo { overflow: hidden; background: #fff; color: var(--brand); border: 1px solid var(--line); }
.brand-mark.has-logo img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.site-nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 13px; font-weight: 650; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--brand-strong); }
.header-actions { display: inline-flex; align-items: center; gap: 10px; }
.header-action, .button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-solid); color: var(--ink); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease; }
.header-action:hover, .button:hover { transform: translateY(-1px); box-shadow: 0 12px 25px rgba(25,59,78,.1); }
.header-action, .button.primary { border-color: transparent; background: linear-gradient(135deg,var(--brand),var(--accent)); color: #fff; box-shadow: 0 14px 28px rgba(49,92,246,.22); }
.header-action-secondary { border-color: rgba(224,231,240,.95); background: rgba(255,255,255,.78); color: var(--ink); box-shadow: none; }
.button.secondary { color: var(--brand-strong); }

.page-shell { padding: 72px 0 82px; }
.plans-hero { display: grid; grid-template-columns: minmax(360px,.82fr) minmax(620px,1.18fr); align-items: center; gap: 48px; min-height: 620px; margin: -18px 0 36px; }
.hero-copy { min-width: 0; }
.eyebrow { margin: 0 0 12px; color: var(--brand); font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 20px; font-size: clamp(42px,5.2vw,64px); line-height: 1.12; letter-spacing: 0; }
h2 { letter-spacing: 0; }
.lead { max-width: 620px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-actions .button { min-width: 154px; min-height: 52px; font-size: 15px; }
.hero-actions .button.secondary { background: rgba(255,255,255,.82); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: var(--ink); font-size: 12px; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; border-radius: 0; background: transparent; }
.trust-row b { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 7px; background: #edf2ff; color: var(--brand); font-size: 12px; }

.app-preview { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.88); box-shadow: 0 30px 80px rgba(17,36,72,.14); backdrop-filter: blur(18px); }
.preview-top { min-height: 62px; display: flex; align-items: center; gap: 12px; padding: 0 18px; border-bottom: 1px solid var(--line); }
.preview-logo { width: 30px; height: 30px; border-radius: 8px; background: linear-gradient(135deg,var(--brand),var(--accent)); }
.preview-top strong { font-size: 14px; }
.preview-top em { margin-left: auto; padding: 6px 11px; border-radius: 999px; background: #ecfdf5; color: var(--green); font-size: 11px; font-style: normal; font-weight: 800; }
.preview-top i { color: var(--brand-strong); font-style: normal; }
.preview-top img { width: 30px; height: 30px; border-radius: 50%; }
.preview-body { display: grid; grid-template-columns: 150px minmax(0,1fr); min-height: 430px; }
.preview-sidebar { display: grid; align-content: start; gap: 5px; padding: 18px 12px; border-right: 1px solid var(--line); background: rgba(248,250,255,.78); }
.preview-sidebar span { padding: 9px 10px; border-radius: 9px; color: var(--muted); font-size: 12px; font-weight: 650; }
.preview-sidebar .active { background: #eef2ff; color: var(--brand); }
.preview-main { min-width: 0; padding: 18px; }
.preview-toolbar { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 14px; margin-bottom: 16px; }
.preview-search { display: flex; align-items: center; justify-content: space-between; min-width: 0; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--muted); font-size: 12px; }
.preview-search kbd { padding: 1px 5px; border: 1px solid var(--line); border-radius: 5px; background: #f8fafc; color: #94a3b8; font: inherit; font-size: 10px; }
.preview-toolbar button, .preview-ai-card button { border: 0; border-radius: 10px; background: linear-gradient(135deg,var(--brand),var(--accent)); color: #fff; font: inherit; font-size: 12px; font-weight: 800; cursor: default; }
.preview-toolbar button { padding: 0 16px; }
.preview-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-bottom: 16px; }
.preview-stats div { padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 12px 30px rgba(17,36,72,.06); }
.preview-stats small { display: block; color: var(--ink); font-size: 11px; font-weight: 800; }
.preview-stats b { display: block; margin-top: 8px; color: var(--ink); font-size: 24px; line-height: 1; }
.preview-stats em { display: block; margin-top: 9px; color: var(--green); font-size: 11px; font-style: normal; }
.preview-content { display: grid; grid-template-columns: minmax(0,1fr) 190px; gap: 16px; }
.preview-list { min-width: 0; display: grid; gap: 0; }
.preview-list h3 { margin: 0 0 10px; font-size: 13px; }
.preview-list div { display: grid; grid-template-columns: 34px minmax(130px,1fr) auto auto; gap: 4px 10px; align-items: center; padding: 12px 0; border-bottom: 1px solid #eef2f7; }
.preview-list div:last-child { border-bottom: 0; }
.preview-list span { width: 28px; height: 28px; display: grid; place-items: center; grid-row: span 2; border-radius: 8px; background: #111827; color: #fff; font-size: 9px; font-weight: 850; }
.preview-list strong { min-width: 0; overflow: hidden; color: var(--ink); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.preview-list small { min-width: 0; overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.preview-list em { padding: 5px 8px; border-radius: 999px; background: #f1edff; color: var(--accent); font-size: 10px; font-style: normal; font-weight: 800; }
.preview-list b { color: var(--green); font-size: 10px; font-weight: 750; }
.preview-ai-card { padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(180deg,#f7f8ff,#fff); }
.preview-ai-card strong { display: block; margin-bottom: 9px; font-size: 12px; }
.preview-ai-card p { margin-bottom: 10px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.preview-ai-card div { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 12px; }
.preview-ai-card span { padding: 4px 6px; border-radius: 7px; background: #eef2ff; color: var(--brand); font-size: 10px; font-weight: 750; }
.preview-ai-card button { min-height: 30px; padding: 0 10px; }

.notice { margin-bottom: 24px; padding: 15px 17px; border: 1px solid #cfe4ea; border-left: 4px solid var(--brand); border-radius: 12px; background: rgba(238,247,250,.85); color: var(--muted); font-size: 13px; }
.notice strong { display: block; color: var(--ink); }
.anchor-target { display: block; height: 0; scroll-margin-top: 110px; }
.payment-result { display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 16px; width: min(980px,100%); margin: 0 auto 34px; padding: 18px 20px; border: 1px solid rgba(49,92,246,.16); border-radius: 18px; background: linear-gradient(135deg,rgba(255,255,255,.96),rgba(243,247,255,.92)); box-shadow: 0 16px 42px rgba(17,36,72,.08); }
.payment-result-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: #eef2ff; color: var(--brand); font-size: 18px; font-weight: 900; }
.payment-result-copy { min-width: 0; }
.payment-result h2 { margin-bottom: 4px; font-size: 20px; }
.payment-result p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.payment-result-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.payment-result-active { border-color: rgba(40,160,111,.28); }
.payment-result-active .payment-result-icon { background: #eafaf1; color: var(--green); }
.payment-result-failed { border-color: rgba(181,83,69,.28); }
.payment-result-failed .payment-result-icon { background: #fff1f2; color: var(--danger); }
.payment-result-checking { border-color: rgba(49,92,246,.22); }

.section-head { max-width: 760px; margin-bottom: 18px; }
.section-head.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.centered::after { content: ""; display: block; width: 38px; height: 3px; margin: 12px auto 0; border-radius: 999px; background: linear-gradient(90deg,var(--brand),var(--accent)); }
.section-head h2 { margin-bottom: 8px; font-size: clamp(25px,3.2vw,38px); line-height: 1.16; }
.section-head p, .sales-copy p { color: var(--muted); font-size: 14px; }
.pricing-section, .compare-section, .audience-section, .payment-section, .trust-section, .roadmap-section, .faq-section, .legal-card {
  margin-top: 78px;
  padding: 28px;
  border: 1px solid rgba(217,228,234,.88);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 10px 32px rgba(25,59,78,.06);
}

.problem-section { margin-top: 58px; }
.managed-landing { display: grid; gap: 0; }
.managed-landing.hidden { display: none; }
.managed-landing img { max-width: 100%; height: auto; display: block; }
.managed-section-note { max-width: 720px; margin-left: auto; margin-right: auto; }
.managed-section-cta { margin-top: 10px; }
.managed-section-media { max-width: 880px; margin: 18px auto 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(17,36,72,.06); }
.managed-section-media img { width: 100%; max-height: 420px; object-fit: cover; }
.managed-card-link { display: block; min-width: 0; }
.managed-card-link article { height: 100%; }
.managed-flow-card { display: block; color: inherit; }
.managed-flow-card > div { height: 100%; }
.managed-roadmap-grid a, .managed-roadmap-grid span { color: var(--brand-strong); }
.problem-grid, .feature-grid, .audience-grid, .trust-grid { display: grid; gap: 14px; }
.problem-grid { grid-template-columns: minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1fr); align-items: center; max-width: 960px; margin: 0 auto; }
.problem-grid > i { color: var(--ink); font-size: 24px; font-style: normal; text-align: center; }
.feature-section { margin-top: 64px; padding: 28px; border: 1px solid rgba(217,228,234,.88); border-radius: 22px; background: var(--surface); box-shadow: 0 10px 32px rgba(25,59,78,.06); }
.feature-grid { grid-template-columns: repeat(6,minmax(0,1fr)); gap: 22px; }
.audience-grid { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; }
.trust-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
.problem-grid article, .audience-grid article, .trust-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(17,36,72,.05); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.audience-grid article:hover, .trust-grid article:hover, .plan-card:hover { transform: translateY(-3px); border-color: rgba(49,92,246,.28); box-shadow: 0 18px 42px rgba(17,36,72,.1); }
.feature-grid article { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 34px rgba(17,36,72,.05); }
.problem-grid span, .feature-grid span { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 13px; border-radius: 14px; background: #eef3ff; color: var(--accent); font-weight: 850; }
.problem-card.warm span { background: #fff1f2; color: #e34747; }
.problem-card.amber span { background: #fff4e6; color: #f08318; }
.problem-card.green span { background: #eafaf1; color: var(--green); }
.problem-grid h3, .feature-grid h3, .audience-grid strong, .trust-grid strong { display: block; margin-bottom: 6px; font-size: 15px; }
.problem-grid p, .feature-grid p, .audience-grid p, .trust-grid p { margin-bottom: 0; color: var(--muted); font-size: 12px; }
.feature-grid h3 { font-size: 13px; }
.feature-grid p { line-height: 1.55; }

.pricing-head { text-align: center; margin-left: auto; margin-right: auto; }
.plan-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.plan-card { position: relative; min-height: 430px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(17,36,72,.06); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.plan-card.featured { border-color: rgba(49,92,246,.72); box-shadow: 0 24px 62px rgba(49,92,246,.18); transform: translateY(-8px); }
.featured-label { position: absolute; top: 14px; right: 14px; padding: 6px 9px; border-radius: 999px; background: linear-gradient(135deg,var(--brand),var(--accent)); color: #fff; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.plan-kicker { color: var(--brand-strong); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.plan-card h2 { margin: 10px 0 2px; font-size: 28px; }
.price { margin-bottom: 20px; font-size: 22px; font-weight: 850; color: var(--ink); }
.price small { color: var(--muted); font-size: 12px; font-weight: 500; }
.plan-card ul { display: grid; gap: 11px; margin: 0 0 24px; padding: 0; color: var(--muted); font-size: 13px; list-style: none; }
.plan-card li { display: flex; gap: 8px; align-items: flex-start; }
.plan-card li::before { content: "✓"; color: var(--green); font-weight: 850; }
.plan-card .button { width: 100%; margin-top: auto; }

.compare-section { padding: 0; background: transparent; border: 0; box-shadow: none; }
.compare-panel { display: grid; grid-template-columns: minmax(220px,.36fr) minmax(0,1fr); gap: 28px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.92); box-shadow: 0 16px 42px rgba(17,36,72,.07); }
.compare-intro h2 { margin-bottom: 8px; font-size: 26px; line-height: 1.18; }
.compare-intro p { color: var(--muted); font-size: 13px; }
.compare-table { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.compare-table > div { display: grid; grid-template-columns: minmax(180px,1.2fr) repeat(2,minmax(105px,.62fr)); border-bottom: 1px solid var(--line); }
.compare-table > div:last-child { border-bottom: 0; }
.compare-table strong, .compare-table span { padding: 13px 15px; font-size: 13px; }
.compare-table > div:first-child { background: #f0f5ff; color: var(--brand-strong); }
.compare-table span:not(:first-child), .compare-table strong:not(:first-child) { text-align: center; }

.audience-grid article span, .trust-grid article span { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 11px; background: #eef2ff; color: var(--brand); font-weight: 850; }

.payment-section { display: grid; grid-template-columns: minmax(240px,.38fr) minmax(0,1fr); gap: 28px; align-items: center; }
.sales-copy h2 { margin-bottom: 10px; font-size: 30px; line-height: 1.18; }
.flow-grid { display: grid; grid-template-columns: minmax(0,1fr) 24px minmax(0,1fr) 24px minmax(0,1fr) 24px minmax(0,1fr); gap: 10px; align-items: center; }
.flow-grid > i { color: var(--brand); font-size: 22px; font-style: normal; text-align: center; }
.flow-grid div { position: relative; min-height: 158px; padding: 20px 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; text-align: center; box-shadow: 0 12px 34px rgba(17,36,72,.05); }
.flow-grid span { position: absolute; top: 10px; left: 50%; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; background: linear-gradient(135deg,var(--brand),var(--accent)); color: #fff; font-size: 11px; font-weight: 850; transform: translateX(-50%); }
.flow-grid b { width: 42px; height: 42px; display: grid; place-items: center; margin: 22px auto 12px; border-radius: 13px; background: #f1f5ff; color: var(--brand); font-size: 20px; }
.flow-grid strong, .flow-grid small { display: block; }
.flow-grid small { margin-top: 6px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.payment-section.managed-section { display: block; }
.payment-section.managed-section .section-head { max-width: 760px; margin: 0 auto 24px; text-align: center; }
.flow-grid.managed-flow-grid { grid-template-columns: repeat(auto-fit,minmax(170px,1fr)); gap: 16px; }
.flow-grid.managed-flow-grid > i { display: none; }
.flow-grid.managed-flow-grid > div { min-width: 0; min-height: 150px; }

.trust-section { padding: 0; background: transparent; border: 0; box-shadow: none; }
.trust-panel { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.92); box-shadow: 0 16px 42px rgba(17,36,72,.07); }
.trust-panel .section-head { margin-bottom: 20px; }
.trust-panel .section-head h2 { font-size: 28px; }
.trust-grid { gap: 0; border-top: 1px solid var(--line); }
.trust-grid article { border: 0; border-right: 1px solid var(--line); border-radius: 0; box-shadow: none; padding: 22px 18px 0; }
.trust-grid article:last-child { border-right: 0; }
.roadmap-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.roadmap-grid span { padding: 15px 16px; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: var(--brand-strong); font-size: 13px; font-weight: 800; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.roadmap-grid span:hover { transform: translateY(-2px); border-color: rgba(49,92,246,.28); box-shadow: 0 12px 28px rgba(17,36,72,.07); }
.faq-section .sales-copy { margin-bottom: 18px; }
.faq-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.faq-grid details { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease; }
.faq-grid details[open] { border-color: rgba(49,92,246,.24); box-shadow: 0 12px 30px rgba(17,36,72,.06); }
.faq-grid summary { position: relative; padding: 15px 46px 15px 18px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after { content: "⌄"; position: absolute; right: 16px; top: 50%; color: var(--brand); transform: translateY(-50%); transition: transform .18s ease; }
.faq-grid details[open] summary::after { transform: translateY(-50%) rotate(180deg); }
.faq-grid p { margin: 0; padding: 0 18px 16px; color: var(--muted); font-size: 13px; }

.legal-layout { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 28px; align-items: start; }
.legal-nav { position: sticky; top: 92px; display: grid; gap: 4px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-solid); }
.legal-nav strong { padding: 3px 10px 8px; color: var(--brand-strong); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.legal-nav a { padding: 8px 10px; border-radius: 8px; color: var(--muted); font-size: 12px; font-weight: 650; }
.legal-nav a:hover, .legal-nav a:focus-visible { background: var(--soft); color: var(--brand-strong); outline: 0; }
.legal-card { margin-top: 0; }
.legal-card section { padding-top: 12px; }
.legal-card section[id] { scroll-margin-top: 92px; }
.legal-card h1 { max-width: 780px; margin-bottom: 8px; font-size: clamp(34px, 4.2vw, 52px); line-height: 1.08; letter-spacing: 0; }
.legal-card h2 { margin: 22px 0 8px; font-size: 20px; line-height: 1.3; }
.legal-card h3 { margin: 18px 0 8px; font-size: 17px; line-height: 1.35; }
.legal-card p, .legal-card li { color: var(--muted); font-size: 14px; }
.legal-card .updated { margin-bottom: 24px; font-size: 12px; }
.updates-page { padding-top: 56px; }
.updates-hero { max-width: 820px; margin: 0 auto 34px; text-align: center; }
.updates-hero h1 { margin-left: auto; margin-right: auto; }
.updates-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 28px; align-items: start; }
.updates-sidebar { position: sticky; top: 96px; display: grid; gap: 7px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface-solid); box-shadow: 0 12px 34px rgba(17,36,72,.05); }
.updates-sidebar strong { padding: 4px 10px; color: var(--brand-strong); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.updates-sidebar a { padding: 9px 10px; border-radius: 10px; color: var(--muted); font-size: 12px; font-weight: 700; }
.updates-sidebar a:hover { background: var(--soft); color: var(--brand-strong); }
.updates-feed { display: grid; gap: 16px; }
.updates-managed { display: grid; gap: 16px; }
.update-card { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: 0 14px 38px rgba(17,36,72,.07); }
.update-date { display: inline-flex; margin-bottom: 12px; padding: 6px 10px; border-radius: 999px; background: #eef2ff; color: var(--brand); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.update-card h2 { margin-bottom: 8px; font-size: 26px; line-height: 1.2; }
.update-card p, .update-card li { color: var(--muted); font-size: 14px; }
.update-card ul { display: grid; gap: 8px; margin: 14px 0 0; padding-left: 18px; }
.compact-roadmap { margin-top: 16px; }

.site-footer { width: 100%; margin-top: 18px; padding: 36px max(16px,calc((100vw - 1240px) / 2)) 28px; border-top: 1px solid var(--line); background: rgba(248,251,255,.82); color: var(--muted); font-size: 12px; }
.footer-grid { display: grid; grid-template-columns: minmax(220px,1.5fr) repeat(3,minmax(140px,.7fr)) minmax(180px,.9fr); gap: 28px; align-items: start; }
.footer-grid strong { display: block; margin-bottom: 10px; color: var(--ink); font-size: 13px; }
.footer-grid p { max-width: 260px; margin-bottom: 0; }
.footer-grid nav { display: grid; gap: 8px; }
.footer-grid a:hover { color: var(--brand); }
.footer-brand-block { display: flex; gap: 12px; align-items: flex-start; min-width: 0; }
.footer-logo { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--brand); font-size: 12px; font-weight: 900; box-shadow: 0 10px 24px rgba(17,36,72,.06); }
.footer-logo.has-logo img { width: 100%; height: 100%; object-fit: contain; padding: 7px; }
.footer-link { width: max-content; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; font-size: 12px; text-align: left; cursor: pointer; }
.footer-link:hover { color: var(--brand); }
.payment-badges { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.payment-badges span { min-width: 96px; min-height: 52px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--brand-strong); font-size: 18px; font-weight: 850; }
.payment-badges span:first-child { color: #d6222f; }
.copyright { margin: 28px 0 0; text-align: center; color: #8a9ab0; font-size: 11px; }
.selection-toast { position: fixed; right: 18px; bottom: 18px; z-index: 30; max-width: min(360px,calc(100vw - 36px)); padding: 12px 14px; border-radius: 10px; background: var(--ink); color: #fff; box-shadow: var(--shadow); font-size: 12px; opacity: 0; transform: translateY(8px); transition: .18s ease; pointer-events: none; }
.selection-toast.show { opacity: 1; transform: translateY(0); }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 28; width: 50px; height: 50px; display: grid; place-items: center; border: 0; border-radius: 50%; background: linear-gradient(135deg,var(--brand),var(--accent)); color: #fff; box-shadow: 0 16px 34px rgba(49,92,246,.3); font-size: 22px; font-weight: 850; cursor: pointer; opacity: 0; transform: translateY(12px) scale(.92); transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease; pointer-events: none; }
.back-to-top.show { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.back-to-top:hover { transform: translateY(-2px) scale(1); box-shadow: 0 20px 42px rgba(49,92,246,.35); }
.interest-dialog { width: min(460px,calc(100vw - 24px)); padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-solid); color: var(--ink); box-shadow: 0 24px 70px rgba(23,35,42,.28); }
.interest-dialog::backdrop { background: rgba(21,34,42,.52); backdrop-filter: blur(3px); }
.interest-dialog form, .interest-dialog label { display: grid; gap: 8px; }
.interest-dialog form { gap: 14px; }
.interest-dialog p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.interest-head { display: flex; justify-content: space-between; gap: 12px; }
.interest-head h2 { margin-bottom: 0; }
.interest-head button { width: 38px; height: 38px; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-solid); font-size: 24px; cursor: pointer; }
.interest-dialog label span { color: var(--muted); font-size: 12px; font-weight: 700; }
.interest-dialog input[type="email"] { width: 100%; min-height: 46px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; font: inherit; }
.interest-dialog input[type="text"], .interest-dialog textarea, .contact-dialog input { width: 100%; min-height: 46px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; font: inherit; color: var(--ink); }
.interest-dialog textarea { min-height: 126px; padding: 12px; resize: vertical; }
.contact-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.interest-dialog .consent { display: flex; align-items: flex-start; gap: 8px; }
.interest-dialog .consent input { margin-top: 4px; }
.interest-dialog .consent a { color: var(--brand-strong); text-decoration: underline; }
.provider-list { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; }
.provider-list legend { margin-bottom: 7px; color: var(--muted); font-size: 12px; font-weight: 700; }
.provider-list label { grid-template-columns: 18px 1fr; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.provider-list label:has(input:checked) { border-color: var(--brand); background: var(--soft); box-shadow: 0 0 0 2px rgba(37,111,133,.1); }
.provider-list input { margin: 0; accent-color: var(--brand); }
.provider-list strong, .provider-list small { display: block; }
.provider-list strong { font-size: 13px; }
.provider-list em { margin-left: 5px; color: var(--green); font-size: 9px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.provider-list small { color: var(--muted); font-size: 11px; }
.provider-list .provider-disabled { opacity: .45; cursor: not-allowed; }
.provider-list .provider-disabled em { color: var(--danger); }
.form-status { min-height: 18px; color: var(--danger) !important; }

@media (max-width: 1020px) {
  .plans-hero { grid-template-columns: 1fr; min-height: 0; }
  .app-preview { max-width: 860px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-grid > i { transform: rotate(90deg); }
  .feature-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .audience-grid, .trust-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .compare-panel { grid-template-columns: 1fr; }
  .plan-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .plan-card.featured { transform: none; }
  .payment-section { grid-template-columns: 1fr; }
  .flow-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .flow-grid > i { display: none; }
  .trust-grid article { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
  .trust-grid article:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .payment-badges { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .site-nav { display: none; }
  .header-inner, .page-shell, .site-footer { width: min(100% - 24px,1180px); }
  .page-shell { padding-top: 42px; }
  .plans-hero { gap: 28px; margin-top: 0; }
  h1 { font-size: 40px; }
  .lead { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .trust-row span { flex: 1 1 100%; text-align: center; }
  .preview-body { grid-template-columns: 1fr; }
  .preview-sidebar { display: none; }
  .preview-toolbar { grid-template-columns: 1fr; }
  .preview-toolbar button { min-height: 42px; }
  .preview-stats, .preview-content, .problem-grid, .audience-grid, .trust-grid, .plan-grid, .flow-grid, .roadmap-grid, .faq-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.pricing-section, .feature-section, .audience-section, .payment-section, .roadmap-section, .faq-section, .legal-card { margin-top: 56px; padding: 20px; border-radius: 16px; }
  .compare-section, .trust-section { margin-top: 56px; }
  .compare-panel, .trust-panel { padding: 18px; border-radius: 16px; }
  .plan-card { min-height: 0; padding: 22px; }
  .compare-table { overflow-x: auto; }
  .compare-table > div { min-width: 520px; }
  .flow-grid div { min-height: 0; }
  .payment-result { grid-template-columns: 42px minmax(0,1fr); align-items: start; padding: 16px; }
  .payment-result-actions { grid-column: 1 / -1; }
  .payment-result-actions .button { width: 100%; }
  .legal-layout, .updates-layout { grid-template-columns: 1fr; }
  .legal-nav, .updates-sidebar { position: static; display: flex; flex-wrap: wrap; }
  .legal-nav strong, .updates-sidebar strong { flex: 1 1 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .site-footer { padding-bottom: 82px; }
}

@media (max-width: 460px) {
  .page-shell { padding: 34px 0 54px; }
  [id] { scroll-margin-top: 82px; }
  .customer-brand span:last-child { display: none; }
  .header-action { min-height: 38px; padding: 0 12px; }
  .app-preview { padding: 12px; border-radius: 14px; }
  .preview-top { padding: 0 12px; }
  .preview-top i, .preview-top img { display: none; }
  .preview-main { padding: 12px; }
  .preview-list div { grid-template-columns: 30px minmax(0,1fr); }
  .preview-list em, .preview-list b { grid-column: 2; justify-self: start; }
  .feature-grid { grid-template-columns: 1fr; }
  .preview-list strong { white-space: normal; }
  .section-head h2, .sales-copy h2 { font-size: 24px; }
  .interest-dialog { padding: 18px; }
  .payment-badges span { min-width: 0; flex: 1 1 130px; }
  .back-to-top { right: 16px; bottom: 16px; width: 44px; height: 44px; font-size: 20px; }
}

/* Customer pricing refresh */
:root {
  --bg: #f8fafc;
  --surface: rgba(255,255,255,.94);
  --soft: #f1f5ff;
  --ink: #172033;
  --muted: #64748b;
  --line: #e5eaf1;
  --brand: #4f63f6;
  --brand-strong: #3346d8;
  --accent: #7465f4;
  --shadow: 0 18px 48px rgba(17, 36, 72, .09);
}

body {
  background:
    radial-gradient(circle at 8% 18%, rgba(116,101,244,.12), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(79,99,246,.12), transparent 26%),
    linear-gradient(180deg,#fbfdff 0%,#f7faff 50%,#f8fafc 100%);
  font-family: "Plus Jakarta Sans", "Be Vietnam Pro", system-ui, sans-serif;
  font-weight: 400;
}

.site-header { background: rgba(255,255,255,.86); }
.header-inner { min-height: 72px; }
.customer-brand { font-weight: 650; }
.site-nav { gap: 26px; font-weight: 600; }
.header-actions { display: inline-flex; align-items: center; gap: 10px; }
.header-action, .button { border-radius: 14px; font-weight: 600; }
.header-action, .button.primary { box-shadow: 0 14px 30px rgba(79,99,246,.18); }
.header-action-secondary {
  border-color: rgba(226,232,240,.95);
  background: rgba(255,255,255,.78);
  color: var(--ink);
  box-shadow: none;
}
.header-action-secondary:hover {
  border-color: rgba(79,99,246,.28);
  background: #fff;
  color: var(--brand-strong);
}
.button.secondary { color: var(--ink); }
.button:focus-visible, .header-action:focus-visible, .footer-link:focus-visible, .interest-head button:focus-visible {
  outline: 3px solid rgba(79,99,246,.22);
  outline-offset: 2px;
}

.page-shell { width: min(1180px, calc(100% - 32px)); padding-top: 76px; }
.plans-hero { grid-template-columns: minmax(340px,.88fr) minmax(560px,1.12fr); min-height: 580px; gap: 54px; }
.eyebrow { color: var(--brand-strong); font-weight: 650; letter-spacing: .08em; }
h1 { font-size: clamp(40px,4.7vw,60px); line-height: 1.08; font-weight: 650; }
h2 { font-weight: 650; }
h3 { font-weight: 600; }
.lead { max-width: 590px; color: #516178; font-size: 18px; line-height: 1.72; }
.trust-row { gap: 12px; margin-top: 28px; color: #334155; font-weight: 500; }
.trust-row span { padding: 7px 10px; border: 1px solid rgba(226,232,240,.8); border-radius: 999px; background: rgba(255,255,255,.68); }
.trust-row b { width: 24px; height: 24px; border-radius: 999px; font-size: 10px; font-weight: 650; }

.app-preview { border-radius: 22px; box-shadow: 0 28px 70px rgba(17,36,72,.12); }
.preview-top em, .preview-toolbar button, .preview-ai-card button { font-weight: 600; }
.preview-sidebar span, .preview-stats small, .preview-list em, .preview-ai-card span { font-weight: 600; }
.preview-list span { font-weight: 650; }
.preview-stats b { font-weight: 650; }

.pricing-section, .feature-section, .audience-section, .payment-section, .roadmap-section, .faq-section {
  border-color: rgba(226,232,240,.9);
  border-radius: 24px;
  box-shadow: 0 16px 44px rgba(17,36,72,.055);
}

.problem-grid article, .feature-grid article, .audience-grid article, .plan-card, .flow-grid div, .faq-grid details {
  border-color: rgba(226,232,240,.95);
  box-shadow: 0 12px 32px rgba(17,36,72,.045);
}

.plan-card { min-height: 452px; padding: 28px; border-radius: 22px; }
.plan-card.featured { border-color: rgba(79,99,246,.62); box-shadow: 0 24px 62px rgba(79,99,246,.16); }
.featured-label { font-weight: 650; letter-spacing: 0; text-transform: none; }
.plan-kicker { color: var(--brand-strong); font-weight: 650; letter-spacing: .04em; }
.plan-note { min-height: 42px; margin: 8px 0 12px; color: var(--muted); font-size: 13px; }
.price { margin-bottom: 22px; font-size: 22px; font-weight: 650; }
.plan-card ul { color: #526273; font-size: 13px; line-height: 1.55; }
.plan-card li::before { font-weight: 650; }

.compare-panel, .trust-panel { box-shadow: 0 16px 44px rgba(17,36,72,.055); }
.compare-table strong, .compare-table span { font-size: 12.5px; }
.flow-grid div { min-height: 150px; }
.flow-grid span, .flow-grid strong, .roadmap-grid span, .faq-grid summary { font-weight: 650; }
.faq-grid details { border-radius: 16px; }
.faq-grid summary { padding-top: 17px; padding-bottom: 17px; }

.site-footer {
  width: 100%;
  margin-top: 0;
  padding-top: 30px;
  background: rgba(248,250,252,.9);
}
.footer-grid { grid-template-columns: minmax(260px,1.8fr) repeat(3,minmax(130px,.7fr)) minmax(120px,.42fr); gap: 22px; }
.footer-grid strong, .footer-logo, .payment-badges span { font-weight: 650; }
.payment-badges span { min-width: 106px; min-height: 46px; font-size: 16px; }

.payment-dialog { border-radius: 20px; }
.payment-dialog .button { width: 100%; min-height: 48px; }
.provider-list [data-payment-provider="paypal"] { display: none !important; }
.mobile-more, .payment-mobile-card, .roadmap-more { display: none; }
.compare-details > summary { display: none; }
.faq-extra > div { display: contents; }
.faq-extra > summary { display: none; }

@media (max-width: 1020px) {
  .plans-hero { grid-template-columns: 1fr; gap: 34px; }
  .plan-card.featured { transform: none; }
}

@media (max-width: 760px) {
  .header-inner, .page-shell, .site-footer { width: min(100% - 32px,1180px); }
  .header-inner { min-height: 62px; }
  .header-actions { gap: 8px; margin-left: auto; }
  .header-action { min-height: 40px; padding: 0 13px; border-radius: 12px; font-size: 12px; white-space: nowrap; }
  .page-shell { display: flex; flex-direction: column; padding-top: 26px; padding-bottom: 44px; }
  .plans-hero { order: 1; }
  .payment-result { order: 2; }
  .problem-section { order: 3; }
  .feature-section { order: 4; }
  .pricing-section { order: 5; }
  .payment-section { order: 6; }
  .compare-section { order: 7; }
  .audience-section { order: 8; }
  .roadmap-section { order: 9; }
  .faq-section { order: 10; }
  .plans-hero { gap: 16px; margin-bottom: 8px; min-height: 0; }
  .hero-copy .eyebrow { margin-bottom: 8px; }
  h1 { max-width: 360px; margin-bottom: 12px; font-size: clamp(31px,8.5vw,36px); line-height: 1.08; }
  .lead { max-width: 360px; display: -webkit-box; overflow: hidden; font-size: 14.5px; line-height: 1.48; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { min-height: 46px; }
  .hero-actions .button.primary { width: 100%; }
  .hero-actions .hero-secondary { width: auto; min-height: 34px; padding: 0; border: 0; background: transparent; box-shadow: none; color: var(--brand-strong); }
  .trust-row { gap: 8px; margin-top: 14px; }
  .trust-row span { flex: 0 1 auto; justify-content: flex-start; padding: 6px 9px; font-size: 11px; text-align: left; }
  .trust-row span:nth-child(n+4) { display: none; }

  .app-preview { max-height: 300px; border-radius: 18px; overflow: hidden; }
  .preview-top { min-height: 48px; padding: 0 12px; }
  .preview-top img, .preview-top i, .preview-top em { display: none; }
  .preview-body { min-height: 0; }
  .preview-main { padding: 12px; }
  .preview-toolbar { margin-bottom: 10px; }
  .preview-toolbar button, .preview-stats { display: none; }
  .preview-content { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .preview-list h3 { margin-bottom: 4px; font-size: 12px; }
  .preview-list div { grid-template-columns: 30px minmax(0,1fr); padding: 8px 0; }
  .preview-list div:nth-of-type(n+3) { display: none; }
  .preview-list em, .preview-list b, .preview-ai-card div, .preview-ai-card button { display: none; }
  .preview-ai-card { padding: 12px; }
  .preview-ai-card p { display: -webkit-box; overflow: hidden; margin-bottom: 0; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

  .feature-grid, .plan-grid, .audience-grid, .flow-grid, .roadmap-grid, .faq-grid { grid-template-columns: 1fr; }
  .problem-section, .trust-section { display: none; }
  .pricing-section, .feature-section, .audience-section, .payment-section, .faq-section, .legal-card { margin-top: 42px; padding: 18px; border-radius: 20px; }
  .section-head { margin-bottom: 14px; }
  .section-head.centered { text-align: left; }
  .section-head.centered::after { margin-left: 0; margin-right: 0; }
  .section-head h2, .sales-copy h2 { font-size: 23px; }
  .section-head p { font-size: 13px; }

  .feature-section .section-head p:not(.eyebrow) { display: none; }
  .feature-grid { gap: 10px; }
  .feature-grid article { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 4px 10px; padding: 14px; }
  .feature-grid article:nth-child(n+4) { display: none; }
  .feature-grid span { grid-row: span 2; width: 36px; height: 36px; margin: 0; border-radius: 12px; }
  .feature-grid h3 { margin: 0; font-size: 14px; }
  .feature-grid p { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .mobile-more { display: grid; margin-top: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
  .mobile-more summary { padding: 13px 14px; color: var(--brand-strong); font-weight: 650; cursor: pointer; }
  .mobile-more div { display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 2px 9px; padding: 0 14px 12px; }
  .mobile-more span { grid-row: span 2; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; background: #eef2ff; color: var(--brand); }
  .mobile-more strong { font-size: 13px; }
  .mobile-more p { margin: 0; color: var(--muted); font-size: 12px; }

  .plan-grid { gap: 14px; }
  .plan-card { min-height: 0; padding: 20px; }
  .plan-card[data-public-plan="pro"] { order: 1; }
  .plan-card[data-public-plan="free"] { order: 2; }
  .plan-card[data-public-plan="team"] { order: 3; }
  .plan-card h2 { margin-top: 8px; font-size: 25px; }
  .plan-note { min-height: 0; }
  .price { margin-bottom: 14px; }
  .plan-card ul { gap: 8px; margin-bottom: 16px; }
  .plan-card li:nth-child(n+4) { display: none; }
  .plan-card ul::after { content: "Xem đầy đủ quyền lợi trong phần so sánh"; color: var(--brand-strong); font-size: 12px; font-weight: 600; }
  .plan-card .button { min-height: 48px; }

  .compare-section { margin-top: 18px; }
  .compare-details { border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 32px rgba(17,36,72,.045); }
  .compare-details > summary { display: block; padding: 15px 16px; font-weight: 650; cursor: pointer; }
  .compare-details[open] > summary { border-bottom: 1px solid var(--line); }
  .compare-panel { padding: 14px; border: 0; border-radius: 0; box-shadow: none; }
  .compare-intro { display: none; }
  .compare-table { overflow: visible; border: 0; background: transparent; }
  .compare-table > div { min-width: 0; grid-template-columns: 1fr 1fr; margin-bottom: 8px; border: 1px solid var(--line); border-radius: 12px; background: #fff; overflow: hidden; }
  .compare-table > div:first-child { display: none; }
  .compare-table > div span:first-child { grid-column: 1 / -1; background: #f8fafc; text-align: left; font-weight: 650; }
  .compare-table span:not(:first-child) { text-align: left; }
  .audience-section .section-head p:not(.eyebrow) { display: none; }
  .audience-grid { gap: 13px; }
  .audience-grid article {
    min-height: 96px;
    display: grid;
    grid-template-columns: 44px minmax(0,1fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 4px 14px;
    padding: 18px;
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(17,36,72,.04);
  }
  .audience-grid article span {
    grid-row: 1 / 3;
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 14px;
    background: #f0f2ff;
    color: var(--brand);
    font-size: 17px;
    font-weight: 600;
  }
  .audience-grid article strong {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 650;
  }
  .audience-grid article p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.45;
  }
  .audience-grid article:focus-within,
  .audience-grid article:hover {
    border-color: rgba(79,99,246,.24);
    box-shadow: 0 12px 28px rgba(79,99,246,.075);
    transform: none;
  }
  .audience-grid .desktop-extra { display: none; }

  .roadmap-section { margin-top: 42px; padding: 18px; border-radius: 20px; }
  .roadmap-section .section-head p:not(.eyebrow) { display: none; }
  .roadmap-grid { gap: 10px; }
  .roadmap-grid span { padding: 13px 14px; font-size: 13px; }
  .roadmap-grid span:nth-child(n+4) { display: none; }
  .roadmap-more { display: grid; margin-top: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
  .roadmap-more summary { padding: 13px 14px; color: var(--brand-strong); font-weight: 650; cursor: pointer; }
  .roadmap-more div { display: grid; gap: 8px; padding: 0 14px 13px; }
  .roadmap-more span { color: var(--muted); font-size: 12px; }

  .payment-section { display: block; scroll-margin-top: 86px; }
  .payment-section .sales-copy p:last-child { display: none; }
  .payment-mobile-card { display: block; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 32px rgba(17,36,72,.045); }
  .payment-mobile-card p { margin-bottom: 12px; color: var(--muted); font-size: 13px; }
  .payment-mobile-card ul { display: grid; gap: 7px; margin: 0 0 10px; padding: 0; list-style: none; }
  .payment-mobile-card li { font-size: 13px; font-weight: 600; }
  .payment-mobile-card li::before { content: "✓"; margin-right: 8px; color: var(--green); }
  .payment-mobile-card summary { color: var(--brand-strong); font-size: 13px; font-weight: 650; cursor: pointer; }
  .payment-mobile-card span { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; }
  .flow-grid { display: none; }

  .faq-section .section-head { text-align: center; }
  .faq-section .section-head.centered::after { margin-left: auto; margin-right: auto; }
  .faq-grid { gap: 9px; }
  .faq-grid > details:not(.faq-extra):nth-of-type(n+5) { display: none; }
  .faq-extra { display: block; }
  .faq-extra > summary { display: block; color: var(--brand-strong); }
  .faq-extra > div { display: grid; gap: 9px; padding: 0 10px 10px; }
  .faq-extra > div details { box-shadow: none; }

  .footer-grid { display: block; }
  .footer-brand-block { margin-bottom: 14px; }
  .footer-grid p { max-width: none; font-size: 13px; }
  .footer-grid nav { display: flex; flex-wrap: wrap; gap: 8px 12px; padding: 8px 0; border-top: 1px solid rgba(226,232,240,.82); }
  .footer-grid nav strong { display: none; }
  .footer-grid nav a, .footer-grid nav button { font-size: 12px; line-height: 1.4; }
  .payment-badges { display: none; }
  .site-footer { padding-top: 28px; padding-bottom: 34px; }
  .copyright { margin-top: 18px; }
  .payment-dialog {
    width: 100%;
    max-width: 100%;
    max-height: 86vh;
    margin: auto 0 0;
    padding: 22px;
    border-radius: 24px 24px 0 0;
    overflow: auto;
  }
  .payment-dialog[open] { animation: sheetUp .18s ease-out; }
}

@media (max-width: 460px) {
  .header-inner, .page-shell, .site-footer { width: min(100% - 28px,1180px); }
  .customer-brand span:last-child { display: inline; max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .header-actions { gap: 6px; }
  .header-action { min-height: 38px; padding: 0 10px; font-size: 12px; }
  .trust-row { gap: 7px; }
  .trust-row span { width: auto; }
  .trust-row span:nth-child(n+3) { display: none; }
  .preview-top strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .payment-badges { justify-content: flex-start; }
}

@keyframes sheetUp {
  from { transform: translateY(16px); opacity: .92; }
  to { transform: translateY(0); opacity: 1; }
}
