:root {
  --bo-bg: #f3f4f6;
  --bo-card: #ffffff;
  --bo-text: #0f172a;
  --bo-muted: #64748b;
  --bo-primary: #8b0000;
  --bo-primary-2: #b91c1c;
  --bo-navy: #0b1630;
  --bo-border: rgba(15,23,42,.08);
  --bo-gold: #d97706;
}
body {
  background:
    radial-gradient(circle at 10% 8%, rgba(185,28,28,.08), transparent 30%),
    radial-gradient(circle at 90% 85%, rgba(30,64,175,.06), transparent 28%),
    var(--bo-bg);
  color: var(--bo-text);
}
.bo-navbar {
  background: #a40000;
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
}
.bo-navbar .nav-link { opacity: .9; }
.bo-navbar .nav-link.active { font-weight: 700; }
.lang-label {
  color: rgba(255,255,255,.92);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  padding: .2rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}
.lang-switch-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 30px;
  padding: 0 .55rem;
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  text-decoration: none;
  font-weight: 800;
  font-size: .8rem;
}
.lang-switch-link:hover {
  color: #fff;
  background: rgba(255,255,255,.08);
  text-decoration: none;
}
.lang-switch-link.active {
  background: #fff;
  color: #a40000;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.hero {
  background: linear-gradient(160deg, #ffffff 0%, #fff6f6 45%, #f8fbff 100%);
  border: 1px solid var(--bo-border);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(15,23,42,.06);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid rgba(185,28,28,.2);
  background: rgba(185,28,28,.06);
  color: #991b1b;
  border-radius: 999px;
  padding: .35rem .8rem;
  font-weight: 700;
  font-size: .9rem;
}
.bo-card {
  background: var(--bo-card);
  border: 1px solid var(--bo-border);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15,23,42,.04);
}
.cta-btn {
  border-radius: 14px;
  padding: .75rem 1rem;
  font-weight: 800;
}
.section-title { font-weight: 900; letter-spacing: -.02em; }
.section-sub { color: var(--bo-muted); }
.feature-panel {
  background:
    radial-gradient(circle at 90% 8%, rgba(30,64,175,.04), transparent 36%),
    radial-gradient(circle at 8% 92%, rgba(185,28,28,.04), transparent 30%),
    #fff;
}
.feature-head {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
}
.feature-head-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fee2e2;
  color: #b91c1c;
  border: 1px solid #fecaca;
  flex-shrink: 0;
}
.feature-head-icon-blue {
  background: #dbeafe;
  color: #1d4ed8;
  border-color: #bfdbfe;
}
.timeline { position: relative; padding-left: 1.2rem; }
.timeline::before { content:''; position:absolute; left:.35rem; top:.25rem; bottom:.25rem; width:2px; background:#e2e8f0; }
.timeline-item { position: relative; padding-left: 1rem; margin-bottom: 1rem; }
.timeline-item::before { content:''; position:absolute; left:-.03rem; top:.35rem; width:.75rem; height:.75rem; border-radius:999px; background:#fff; border:2px solid #1d4ed8; }
.timeline-item.current::before { border-color: #b91c1c; box-shadow: 0 0 0 4px rgba(185,28,28,.12); }
.timeline-modern { padding-left: 1.35rem; }
.timeline-modern::before { left: .45rem; top: .5rem; bottom: .6rem; background: linear-gradient(#fecaca, #dbeafe); }
.timeline-modern .timeline-item { margin-bottom: .85rem; padding-left: 1.2rem; }
.timeline-modern .timeline-item::before { left: .02rem; top: .75rem; width: .7rem; height: .7rem; border-width: 2px; background: #fff; }
.timeline-card {
  border: 1px solid rgba(15,23,42,.07);
  border-radius: 14px;
  background: rgba(248,250,252,.85);
  padding: .85rem .9rem;
}
.timeline-step {
  display: inline-flex;
  align-items: center;
  padding: .22rem .55rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  color: #475569;
  font-size: .72rem;
  font-weight: 800;
  margin-bottom: .35rem;
}
.feature-list {
  display: grid;
  gap: .8rem;
}
.feature-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: .85rem;
  align-items: start;
  padding: .85rem;
  border: 1px solid rgba(15,23,42,.07);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #fafbfd);
}
.feature-item-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0f172a08;
  border: 1px solid rgba(15,23,42,.07);
  color: #1e293b;
  font-size: 1rem;
}
.feature-item-title {
  font-weight: 900;
  color: #0f172a;
  font-size: 1rem;
  margin-bottom: .15rem;
}
.feature-item-text {
  color: #64748b;
  line-height: 1.4;
  font-weight: 600;
}
.compare-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 14px; }
.compare-card.compare-card-muted {
  opacity: .82;
  background: linear-gradient(180deg, #fcfcfd, #f8fafc);
}
.compare-card.compare-card-muted img {
  filter: saturate(.75) brightness(.97);
}
.compare-card .btn.btn-sm {
  font-weight: 700;
}
.compare-badge { display:inline-block; padding:.25rem .6rem; border-radius:999px; font-size:.75rem; font-weight:800; }
.compare-badge.old { background:#fee2e2; color:#991b1b; }
.compare-badge.new { background:#dcfce7; color:#166534; }
.compare-badge.football { background:#dbeafe; color:#1d4ed8; }
.compare-note-pill {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: .4rem;
  padding: .45rem .7rem;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.08);
  background: #f8fafc;
  color: #334155;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.2;
}
.legal-content h2 { font-size: 1.05rem; font-weight: 800; margin-top: 1.25rem; }
.legal-content ul { padding-left: 1.2rem; }
.legal-content li { margin-bottom: .35rem; }
.bo-footer {
  background: linear-gradient(160deg, #0b1630, #111827);
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.08);
}
.bo-footer a { color: #f8fbff; text-decoration: none; }
.bo-footer a:hover { text-decoration: underline; }
.footer-brand {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.footer-brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}
.footer-text {
  color: rgba(255,255,255,.9);
}
.footer-title {
  color: #ffffff;
  letter-spacing: .04em;
  font-size: .95rem;
  font-weight: 900;
}
.footer-credit {
  color: rgba(255,255,255,.98);
  font-weight: 700;
}
.bo-footer li,
.bo-footer li i {
  color: rgba(255,255,255,.9);
}
.store-pill {
  display:inline-flex; align-items:center; gap:.5rem; border-radius:999px;
  padding:.5rem .85rem; border:1px solid rgba(15,23,42,.08); background:#fff;
  font-weight:700;
}
.platform-note { color: var(--bo-muted); font-size: .95rem; }
.social-preview {
  border-radius: 18px; border:1px solid var(--bo-border); overflow: hidden; background:#fff;
}
.social-preview img { width:100%; height: 240px; object-fit: cover; }
.social-preview .body { padding: 1rem; }
.hero-carousel {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--bo-border);
  box-shadow: 0 12px 30px rgba(15,23,42,.08);
}
.hero-carousel-plain {
  border: 0;
  box-shadow: none;
  background: transparent;
  overflow: visible;
}
.hero-logo-slide {
  background: #bb2116;
  border-radius: 22px;
  overflow: hidden;
}
.hero-carousel .carousel-item img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  background: linear-gradient(160deg, #fff, #f8fafc);
  padding: 1rem;
}
.hero-carousel-plain .carousel-item img {
  border-radius: 22px;
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
}
.hero-visual-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-visual-img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 22px;
}
.hero-logo-slide img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 0;
}
.hero-copy-slide {
  border-radius: 22px;
  overflow: hidden;
}
.hero-slide-copy-card {
  min-height: 320px;
  border-radius: 22px;
  padding: 1.15rem 1.15rem 1rem;
  background: linear-gradient(180deg, #0f172a 0%, #112b5a 58%, #0b1933 100%);
  color: #f8fafc;
  border: 1px solid rgba(255,255,255,.08);
}
.hero-slide-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: .35rem .6rem;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  color: #dbeafe;
  font-size: .78rem;
  font-weight: 700;
  margin-bottom: .7rem;
}
.hero-slide-title {
  font-size: 1.18rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.02em;
}
.hero-slide-text {
  color: rgba(248,250,252,.92);
  font-size: .9rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hero-slide-text-muted {
  color: rgba(219,234,254,.88);
}
.hero-copy-wrap {
  padding: .15rem 0;
}
.hero-copy {
  line-height: 1.55;
  letter-spacing: -.01em;
}
.hero-copy-main {
  color: #5b6674;
  font-weight: 600;
  font-size: 1.04rem;
}
.hero-copy-sub {
  color: #667487;
  font-weight: 600;
  font-size: .99rem;
}
.platform-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: .15rem;
}
.platform-chip {
  display: inline-grid;
  grid-template-columns: 24px auto;
  grid-template-rows: auto auto;
  column-gap: .55rem;
  row-gap: .05rem;
  align-items: center;
  padding: .55rem .75rem;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.08);
  background: linear-gradient(180deg, #fff, #f8fafc);
  color: #0f172a;
  font-weight: 800;
  line-height: 1.05;
  min-width: 140px;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.platform-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(15,23,42,.08);
  color: #0f172a;
  text-decoration: none;
}
.platform-chip i {
  grid-row: 1 / span 2;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: .9rem;
}
.platform-chip small {
  display: block;
  color: #64748b;
  font-size: .68rem;
  font-weight: 700;
}
.platform-chip-ios i {
  background: #eef2ff;
  color: #312e81;
}
.platform-chip-android i {
  background: #ecfdf5;
  color: #166534;
}
.platform-chip-huawei {
  border-color: #fecaca;
  background: linear-gradient(180deg, #fff7ed, #fff);
}
.platform-chip-huawei i {
  background: #fee2e2;
  color: #b91c1c;
}
.platform-chip-huawei small {
  color: #b45309;
}
.baskan-tech-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid rgba(15,23,42,.08);
  background: #fff;
  padding: 2px;
}
.hero-tag-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.hero-tag-pill {
  display: inline-flex;
  align-items: center;
  padding: .42rem .72rem;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.08);
  background: #fff;
  color: #475569;
  font-size: .78rem;
  font-weight: 800;
}
.hero-carousel .carousel-caption {
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  text-align: left;
  background: linear-gradient(180deg, rgba(11,22,48,.2), rgba(11,22,48,.85));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: .9rem 1rem;
}
.hero-carousel .carousel-caption h2 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 .25rem 0;
}
.hero-carousel .carousel-caption p {
  margin: 0;
  font-size: .88rem;
  color: rgba(255,255,255,.9);
}
.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .5rem;
}
.footer-pill {
  display: inline-flex;
  align-items: center;
  padding: .35rem .65rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.96);
  font-size: .78rem;
  font-weight: 700;
}
.install-sheet-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, .18);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1080;
  padding: .75rem;
}
.install-sheet {
  width: min(560px, 100%);
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15,23,42,.18);
  padding: .55rem .8rem .8rem;
  backdrop-filter: blur(10px);
}
.install-sheet-handle {
  width: 52px;
  height: 5px;
  border-radius: 999px;
  background: #cbd5e1;
  margin: .15rem auto .6rem;
}
.install-sheet-head {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: .65rem;
  align-items: start;
}
.install-sheet-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fee2e2;
  color: #b91c1c;
  border: 1px solid #fecaca;
  font-size: 1rem;
}
.install-sheet-icon.ios {
  background: #eef2ff;
  color: #312e81;
  border-color: #c7d2fe;
}
.install-sheet-icon.android {
  background: #ecfdf5;
  color: #166534;
  border-color: #bbf7d0;
}
.install-sheet-title {
  font-weight: 900;
  color: #0f172a;
  line-height: 1.15;
  margin-top: .05rem;
}
.install-sheet-sub {
  margin-top: .15rem;
  color: #64748b;
  font-size: .88rem;
  line-height: 1.35;
  font-weight: 600;
}
.install-sheet-close {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.08);
  background: #fff;
  color: #475569;
}
.install-sheet-actions {
  display: flex;
  justify-content: flex-end;
  gap: .5rem;
  margin-top: .75rem;
}
@media (max-width: 768px) {
  .hero { border-radius: 18px; }
  .lang-label { display: none; }
  .social-preview img { height: 180px; }
  .hero-carousel .carousel-item img { height: 220px; }
  .hero-visual-img { max-width: 100%; border-radius: 18px; }
  .hero-logo-slide img { height: 220px; }
  .hero-slide-copy-card { min-height: 220px; padding: .9rem; }
  .hero-slide-title { font-size: .98rem; }
  .hero-slide-text { font-size: .8rem; -webkit-line-clamp: 3; }
  .platform-chip { min-width: 132px; }
  .install-sheet { border-radius: 16px; padding: .5rem .7rem .75rem; }
  .install-sheet-actions .btn { flex: 1; }
  .feature-item { grid-template-columns: 38px 1fr; gap: .7rem; padding: .75rem; }
  .feature-item-icon { width: 38px; height: 38px; border-radius: 11px; font-size: .9rem; }
}
.footer-store-callout {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  border-radius: 14px;
  padding: .8rem;
}
.footer-store-callout-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9rem;
  padding: .75rem .8rem;
}
.footer-store-callout-title {
  color: #fff;
  font-weight: 900;
  letter-spacing: -.01em;
  margin-bottom: .3rem;
}
.footer-store-btn {
  font-weight: 800;
  color: #0f172a !important;
  background: #fff !important;
  border-color: rgba(255,255,255,.14) !important;
  white-space: nowrap;
}
.footer-store-btn:hover,
.footer-store-btn:focus {
  color: #0f172a !important;
  background: #f8fafc !important;
  text-decoration: none !important;
}
@media (max-width: 991.98px) {
  .footer-store-callout-inline {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-store-callout-inline .footer-store-btn {
    width: 100%;
    justify-content: center;
  }
}
.pay-page-hero {
  background:
    radial-gradient(circle at 85% 10%, rgba(185,28,28,.07), transparent 36%),
    radial-gradient(circle at 15% 95%, rgba(30,64,175,.06), transparent 32%),
    linear-gradient(160deg, #ffffff 0%, #fff8f8 50%, #f8fbff 100%);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(15,23,42,.06);
}
.pay-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .4rem .75rem;
  border-radius: 999px;
  background: rgba(185,28,28,.07);
  border: 1px solid rgba(185,28,28,.15);
  color: #991b1b;
  font-size: .8rem;
  font-weight: 800;
}
.pay-subtext {
  color: #64748b;
  font-weight: 600;
  line-height: 1.5;
}
.pay-method-grid {
  display: grid;
  gap: .85rem;
}
.pay-method-or {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 1rem auto;
  padding: .25rem .7rem;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.08);
  background: #fff;
  color: #64748b;
  font-size: .8rem;
  font-weight: 800;
  text-transform: lowercase;
}
.pay-method-card {
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 16px;
  background: #fff;
  padding: .9rem;
}
.pay-method-card-title {
  font-weight: 900;
  letter-spacing: -.01em;
  margin-bottom: .25rem;
}
.pay-method-card p {
  color: #64748b;
  margin-bottom: .65rem;
  font-weight: 600;
}
.pay-method-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.pay-method-badges span {
  display: inline-flex;
  align-items: center;
  padding: .28rem .55rem;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.08);
  background: #f8fafc;
  color: #334155;
  font-size: .75rem;
  font-weight: 700;
}
.bonus-banner {
  border: 1px solid rgba(16,185,129,.18);
  background: linear-gradient(180deg, #f0fdf4, #ecfdf5);
  color: #166534;
  border-radius: 16px;
  padding: .9rem 1rem;
  font-weight: 800;
}
.catalog-grid {
  display: grid;
  gap: 1rem;
}
.catalog-section {
  border: 1px solid rgba(15,23,42,.08);
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
}
.catalog-head {
  padding: .95rem 1rem;
  border-bottom: 1px solid rgba(15,23,42,.06);
  background: linear-gradient(180deg, #fbfdff, #f8fafc);
}
.catalog-head h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
}
.catalog-head p {
  margin: .25rem 0 0 0;
  color: #64748b;
  font-size: .88rem;
  font-weight: 600;
}
.catalog-list {
  display: grid;
}
.catalog-group-head {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .8rem 1rem .45rem;
}
.catalog-group-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .32rem .72rem;
  border-radius: 999px;
  border: 1px solid rgba(30,58,138,.2);
  background: linear-gradient(180deg, #eff6ff, #dbeafe);
  color: #1e3a8a;
  font-size: .84rem;
  font-weight: 900;
  white-space: nowrap;
  letter-spacing: .01em;
}
.catalog-group-divider {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(30,58,138,.22), rgba(30,58,138,.05));
}
.catalog-subgroup-head {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .2rem 1rem .35rem;
}
.catalog-subgroup-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .22rem .62rem;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.16);
  background: #f8fafc;
  color: #334155;
  font-size: .76rem;
  font-weight: 800;
  white-space: nowrap;
}
.catalog-item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: .75rem;
  align-items: center;
  padding: .85rem 1rem;
  border-top: 1px solid rgba(15,23,42,.05);
}
.catalog-item:first-child {
  border-top: 0;
}
.catalog-item-group-start {
  border-top: 0;
}
.catalog-item-title {
  font-weight: 800;
  line-height: 1.25;
}
.catalog-item-note-pill {
  display: inline-flex;
  align-items: center;
  padding: .2rem .55rem;
  border-radius: 999px;
  border: 1px solid rgba(245,158,11,.35);
  background: linear-gradient(180deg, #fffbeb, #fef3c7);
  color: #92400e;
  font-weight: 800;
  font-size: .76rem;
  line-height: 1.15;
}
.catalog-item-price {
  color: #991b1b;
  font-weight: 900;
  white-space: nowrap;
}
.catalog-item .btn {
  white-space: nowrap;
  font-weight: 800;
}
.payment-form-shell {
  border: 1px solid rgba(15,23,42,.08);
  background: linear-gradient(180deg, #fff, #fbfdff);
  border-radius: 18px;
}
.payment-form-head {
  padding: 1rem 1rem .3rem;
}
.payment-form-title {
  font-size: 1.05rem;
  font-weight: 900;
  margin: 0;
}
.payment-form-sub {
  color: #64748b;
  margin: .35rem 0 0 0;
  font-weight: 600;
}
.payment-form-body {
  padding: 1rem;
}
.payment-legal-card {
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 14px;
  background: #f8fafc;
  padding: .85rem .9rem;
}
.payment-legal-title {
  font-weight: 900;
  color: #0f172a;
  margin-bottom: .45rem;
}
.payment-legal-list {
  margin: 0;
  padding-left: 1rem;
  color: #475569;
}
.payment-legal-list li {
  margin-bottom: .25rem;
  font-size: .88rem;
  line-height: 1.4;
  font-weight: 600;
}
.payment-legal-note {
  color: #64748b;
  font-size: .82rem;
  font-weight: 700;
}
.payment-legal-check {
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 12px;
  background: #fff;
  padding: .75rem .85rem;
}
.payment-legal-check .form-check-input {
  margin-top: .15rem;
}
.payment-legal-check .form-check-label {
  color: #334155;
  font-weight: 700;
  line-height: 1.35;
}
.payment-method-choices {
  display: grid;
  gap: .6rem;
}
.payment-method-choice {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .7rem;
  align-items: center;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 14px;
  padding: .7rem .75rem;
  background: #fff;
}
.payment-method-choice input {
  margin: 0;
}
.payment-method-choice-title {
  font-weight: 800;
}
.payment-method-choice-text {
  color: #64748b;
  font-size: .85rem;
  font-weight: 600;
  margin-top: .15rem;
}
.payment-method-choice-badge {
  display: inline-flex;
  align-items: center;
  padding: .22rem .55rem;
  border-radius: 999px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  color: #1d4ed8;
  font-size: .75rem;
  font-weight: 800;
}
.payment-method-choice:has(input:checked) {
  border-color: rgba(185,28,28,.28);
  box-shadow: 0 0 0 3px rgba(185,28,28,.08);
  background: #fffdfd;
}
.selected-product-card {
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 14px;
  background: #fff;
  padding: .8rem;
}
.selected-product-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}
.selected-product-label {
  color: #64748b;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.selected-product-price-pill {
  display: inline-flex;
  align-items: center;
  padding: .25rem .55rem;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.08);
  background: #f8fafc;
  color: #334155;
  font-size: .77rem;
  font-weight: 700;
  white-space: nowrap;
}
.selected-product-name {
  font-weight: 900;
  margin-top: .2rem;
}
.selected-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .35rem;
}
.selected-product-meta span {
  display: inline-flex;
  align-items: center;
  padding: .25rem .55rem;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.08);
  background: #f8fafc;
  color: #334155;
  font-size: .77rem;
  font-weight: 700;
}
.selected-product-vat-note {
  color: #64748b;
  font-size: .82rem;
  font-weight: 700;
}
.selected-product-vat-grid {
  display: grid;
  gap: .45rem;
}
.selected-product-vat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .65rem;
  padding: .5rem .6rem;
  border-radius: 10px;
  border: 1px solid rgba(15,23,42,.07);
  background: #f8fafc;
}
.selected-product-vat-item span {
  color: #475569;
  font-size: .8rem;
  font-weight: 700;
}
.selected-product-vat-item strong {
  color: #0f172a;
  font-size: .86rem;
  font-weight: 900;
  white-space: nowrap;
}
.pay-inline-alert {
  display: none;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.08);
  padding: .85rem .9rem;
  font-weight: 700;
}
.pay-inline-alert.show {
  display: block;
}
.pay-inline-alert.info {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1e3a8a;
}
.pay-inline-alert.success {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #166534;
}
.pay-inline-alert.error {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}
.pay-inline-alert.warn {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #9a3412;
}
.paytr-iframe-shell {
  display: none;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.paytr-iframe-shell.show {
  display: block;
}
.paytr-iframe-head {
  padding: .75rem 1rem;
  border-bottom: 1px solid rgba(15,23,42,.06);
  background: #f8fafc;
  font-weight: 800;
}
.paytr-iframe-wrap {
  padding: .75rem;
}
.paytr-modal-dialog {
  max-width: min(1080px, 96vw);
}
.paytr-modal-content {
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.paytr-modal-header {
  border-bottom: 1px solid rgba(15,23,42,.06);
  background: linear-gradient(180deg, #fbfdff, #f8fafc);
}
.paytr-modal-body {
  padding: .75rem;
  background: #fff;
}
.paytr-modal-body iframe {
  display: block;
  width: 100%;
  min-height: 640px;
}
@media (max-width: 767.98px) {
  .paytr-modal-dialog {
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    margin: 0;
  }
  .paytr-modal-content {
    height: 100vh;
    height: 100dvh;
    border-radius: 0;
    border: 0;
    min-height: 0;
  }
  .paytr-modal-header {
    padding: .7rem .9rem;
  }
  .paytr-modal-body {
    padding: 0;
    flex: 1 1 auto;
    overflow: hidden;
    min-height: 0;
  }
  .paytr-modal-body iframe {
    min-height: 0 !important;
    height: 100% !important;
    width: 100%;
  }
}
.manual-box {
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 16px;
  background: #fff;
  padding: .9rem;
}
.manual-box h3 {
  font-size: 1rem;
  font-weight: 900;
}
.manual-box p,
.manual-box li {
  color: #475569;
  font-weight: 600;
}
.manual-bank-grid {
  display: grid;
  gap: .65rem;
}
.manual-bank-item {
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 12px;
  padding: .7rem .8rem;
  background: #f8fafc;
}
.manual-bank-item-label {
  display: block;
  color: #64748b;
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: .15rem;
}
.manual-bank-item-value {
  font-weight: 900;
  color: #0f172a;
  word-break: break-word;
}
.copy-mini-btn {
  border: 0;
  background: transparent;
  color: #1d4ed8;
  font-size: .8rem;
  font-weight: 800;
  padding: 0;
}
.copy-mini-btn:hover {
  text-decoration: underline;
}
.whatsapp-btn {
  font-weight: 800;
}
.order-ref-pill {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .4rem .75rem;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(15,23,42,.08);
  font-weight: 800;
  color: #334155;
}
.pay-help-list {
  margin: 0;
  padding-left: 1.15rem;
}
.pay-help-list li + li {
  margin-top: .35rem;
}
@media (max-width: 767.98px) {
  .catalog-item {
    grid-template-columns: 1fr;
    gap: .5rem;
  }
  .catalog-item-price {
    font-size: .98rem;
  }
  .payment-method-choice {
    grid-template-columns: auto 1fr;
  }
  .payment-method-choice-badge {
    grid-column: 1 / -1;
    justify-self: start;
    margin-left: 1.7rem;
  }
}
