﻿:root {
  --page-bg: #f6f7fb;
  --page-text: #172033;
  --muted-text: #64748b;
  --card-bg: rgba(255, 255, 255, 0.88);
  --card-bg-solid: #ffffff;
  --card-border: rgba(15, 23, 42, 0.1);
  --hero-bg: #ffffff;
  --soft-panel: #eef2ff;
  --soft-panel-2: #fdf4ff;
  --accent: #7c3aed;
  --accent-2: #06b6d4;
  --accent-3: #f59e0b;
  --accent-dark: #5b21b6;
  --success: #16a34a;
  --danger: #dc2626;
  --shadow-soft: 0 24px 70px rgba(15, 23, 42, 0.12);
  --shadow-card: 0 18px 45px rgba(15, 23, 42, 0.09);
  --radius-xl: 1.5rem;
  --radius-xxl: 2rem;
}

[data-bs-theme="dark"] {
  --page-bg: #090f1d;
  --page-text: #f8fafc;
  --muted-text: #cbd5e1;
  --card-bg: rgba(15, 23, 42, 0.86);
  --card-bg-solid: #111827;
  --card-border: rgba(148, 163, 184, 0.20);
  --hero-bg: #0f172a;
  --soft-panel: rgba(124, 58, 237, 0.16);
  --soft-panel-2: rgba(6, 182, 212, 0.12);
  --accent: #a78bfa;
  --accent-2: #22d3ee;
  --accent-3: #fbbf24;
  --accent-dark: #8b5cf6;
  --success: #4ade80;
  --danger: #f87171;
  --shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.45);
  --shadow-card: 0 18px 50px rgba(0, 0, 0, 0.35);
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: var(--page-text);
  background:
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.18), transparent 34rem),
    radial-gradient(circle at top right, rgba(6, 182, 212, 0.18), transparent 32rem),
    var(--page-bg);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.text-muted-custom {
  color: var(--muted-text) !important;
}

.navbar {
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid var(--card-border);
  backdrop-filter: blur(18px);
}

[data-bs-theme="dark"] .navbar {
  background: rgba(9, 15, 29, 0.78);
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  box-shadow: 0 12px 26px rgba(124, 58, 237, 0.3);
}

.theme-switcher {
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  border-radius: 999px;
  padding: 0.25rem;
  display: inline-flex;
  gap: 0.25rem;
}

.theme-switcher .btn {
  border-radius: 999px;
  border: 0;
  color: var(--muted-text);
  padding: 0.45rem 0.8rem;
  font-size: 0.9rem;
}

.theme-switcher .btn.active {
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  box-shadow: 0 8px 18px rgba(124, 58, 237, 0.28);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--card-border);
  border-radius: 999px;
  background: var(--card-bg);
  color: var(--muted-text);
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.eyebrow-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 0 6px rgba(124, 58, 237, 0.13);
}

.gradient-text {
  background: linear-gradient(135deg, var(--accent), var(--accent-2), var(--accent-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.btn-glow {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  box-shadow: 0 18px 36px rgba(124, 58, 237, 0.3);
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  font-weight: 800;
}

.btn-glow:hover,
.btn-glow:focus {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 24px 44px rgba(124, 58, 237, 0.38);
}

.btn-soft {
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  color: var(--page-text);
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  font-weight: 800;
}

.btn-soft:hover,
.btn-soft:focus {
  border-color: rgba(124, 58, 237, 0.45);
  background: var(--soft-panel);
  color: var(--page-text);
}

.mini-label {
  color: var(--muted-text);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.hero-title {
  max-width: 980px;
  font-weight: 900;
}

.hero-copy {
  color: var(--muted-text);
  max-width: 760px;
  line-height: 1.7;
}

.section-title {
  letter-spacing: -0.045em;
  line-height: 1;
  font-weight: 900;
}

.section-copy {
  color: var(--muted-text);
  line-height: 1.7;
  max-width: 760px;
}

.section-title-wide {
  max-width: 900px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid var(--card-border);
  background: var(--soft-panel);
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--page-text);
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  color: var(--muted-text);
  line-height: 1.55;
}

.check-list li::before {
  content: "\2713";
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  font-size: 0.85rem;
  font-weight: 900;
  margin-top: 0.08rem;
}

.faq-card {
  height: 100%;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xl);
  background: var(--card-bg);
  box-shadow: var(--shadow-card);
  padding: 1.35rem;
}

footer {
  border-top: 1px solid var(--card-border);
  color: var(--muted-text);
}

.page-home .hero {
  padding: 7rem 0 4.5rem;
}

.page-home .hero-title {
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.page-home .hero-copy {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.page-home .section-pad {
  padding: 5rem 0;
}

.page-home .section-title {
  font-size: clamp(2rem, 4vw, 3.45rem);
}

.page-home .section-copy {
  font-size: 1.1rem;
}

.hero-visual-wrap {
  position: relative;
}

.hero-visual {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xxl);
  background: var(--card-bg);
  box-shadow: var(--shadow-soft);
  padding: 1rem;
  overflow: hidden;
}

.hero-visual img {
  width: 100%;
  border-radius: 1.35rem;
  display: block;
}

.floating-card {
  position: absolute;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  border-radius: 1.25rem;
  box-shadow: var(--shadow-card);
  padding: 1rem;
  backdrop-filter: blur(18px);
}

.floating-card.one {
  left: -1.25rem;
  bottom: 2rem;
  max-width: 230px;
}

.floating-card.two {
  right: -1rem;
  top: 2rem;
  max-width: 220px;
}

.feature-card,
.workflow-card,
.format-card {
  height: 100%;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xl);
  background: var(--card-bg);
  box-shadow: var(--shadow-card);
  padding: 1.35rem;
}

.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 1rem;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  box-shadow: 0 12px 24px rgba(124, 58, 237, 0.28);
  font-size: 1.35rem;
  font-weight: 900;
}

.screen-panel {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xxl);
  background: var(--card-bg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.screen-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid var(--card-border);
}

.topbar-dots {
  display: flex;
  gap: 0.4rem;
}

.topbar-dots span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: var(--card-border);
}

.screen-body {
  padding: 1.2rem;
}

.video-showcase {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xxl);
  background:
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.16), transparent 30rem),
    radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.14), transparent 30rem),
    var(--card-bg);
  box-shadow: var(--shadow-soft);
  padding: 1.25rem;
  overflow: hidden;
}

.video-copy-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xl);
  background: var(--card-bg);
  box-shadow: var(--shadow-card);
  padding: 1.35rem;
  height: 100%;
}

.video-frame-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xl);
  background: var(--card-bg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  height: 100%;
}

.video-frame-card iframe {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.video-note {
  border-top: 1px solid var(--card-border);
  padding: 1rem;
  color: var(--muted-text);
  font-size: 0.95rem;
  line-height: 1.55;
}

.export-row {
  border: 1px solid var(--card-border);
  border-radius: 1.15rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.45);
}

[data-bs-theme="dark"] .export-row {
  background: rgba(15, 23, 42, 0.48);
}

.size-tile {
  border: 1px solid var(--card-border);
  border-radius: 1.25rem;
  padding: 1rem;
  background: var(--card-bg);
  height: 100%;
}

.size-number {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--accent);
}

.split-panel {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xxl);
  background:
    linear-gradient(135deg, var(--soft-panel), transparent),
    var(--card-bg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.gallery-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xl);
  background: var(--card-bg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  height: 100%;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.gallery-showcase {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xxl);
  background:
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.14), transparent 30rem),
    radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.14), transparent 30rem),
    var(--card-bg);
  box-shadow: var(--shadow-soft);
  padding: 1.25rem;
}

.gallery-section-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xl);
  background: var(--card-bg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gallery-section-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, 0.45);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.16);
}

[data-bs-theme="dark"] .gallery-section-card:hover {
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
}

.gallery-lightbox-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.gallery-lightbox-btn img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.gallery-card-body {
  padding: 1rem;
}

.gallery-card-body h3 {
  margin-bottom: 0.35rem;
}

.gallery-card-body p {
  margin-bottom: 0;
}

.gallery-zoom-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.gallery-image-wrap {
  position: relative;
  overflow: hidden;
}

.gallery-image-wrap img {
  transition: transform 0.25s ease;
}

.gallery-section-card:hover .gallery-image-wrap img {
  transform: scale(1.04);
}

.lightbox-modal .modal-content {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xxl);
  background: var(--card-bg);
  color: var(--page-text);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.lightbox-modal .modal-header,
.lightbox-modal .modal-footer {
  border-color: var(--card-border);
}

.lightbox-modal-img {
  width: 100%;
  max-height: 100vh;
  object-fit: contain;
  background: rgba(15, 23, 42, 0.06);
}

[data-bs-theme="dark"] .lightbox-modal-img {
  background: rgba(255, 255, 255, 0.04);
}

.cta-box {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xxl);
  background:
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.24), transparent 32rem),
    radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.2), transparent 28rem),
    var(--hero-bg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.page-legal .hero {
  padding: 6.5rem 0 2.5rem;
}

.page-legal .hero-title {
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.page-legal .hero-copy {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
}

.page-legal .section-pad {
  padding: 3.5rem 0 5rem;
}

.page-legal .section-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.legal-grid {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.legal-card,
.legal-toc,
.legal-note {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xl);
  background: var(--card-bg);
  box-shadow: var(--shadow-card);
}

.legal-card {
  padding: 1.5rem;
}

.legal-toc {
  padding: 1.25rem;
  position: sticky;
  top: 6rem;
}

.legal-toc-title {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-text);
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.legal-toc a {
  display: block;
  padding: 0.6rem 0;
  color: var(--page-text);
  text-decoration: none;
  border-bottom: 1px solid var(--card-border);
  font-weight: 700;
}

.legal-toc a:last-child {
  border-bottom: 0;
}

.legal-card section + section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--card-border);
}

.legal-card h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  margin-bottom: 0.85rem;
}

.legal-card p,
.legal-card li {
  color: var(--muted-text);
  line-height: 1.75;
}

.legal-card ul {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.legal-note {
  padding: 1rem 1.1rem;
  background:
    linear-gradient(135deg, var(--soft-panel), transparent),
    var(--card-bg);
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-purchase {
  --card-bg: rgba(255, 255, 255, 0.9);
}

[data-bs-theme="dark"] .page-purchase {
  --card-bg: rgba(15, 23, 42, 0.86);
}

.page-purchase .purchase-hero {
  padding: 6.5rem 0 3rem;
}

.page-purchase .hero-title {
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.page-purchase .hero-copy {
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.page-purchase .section-pad {
  padding: 4.5rem 0;
}

.page-purchase .section-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.page-purchase .section-copy {
  font-size: 1.08rem;
}

.release-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.5rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 900;
  color: #111827;
  background: linear-gradient(135deg, #fbbf24, #f97316);
  box-shadow: 0 16px 34px rgba(245, 158, 11, 0.28);
}

.release-badge span {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: #111827;
  box-shadow: 0 0 0 6px rgba(17, 24, 39, 0.12);
}

.purchase-shell {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xxl);
  background:
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.15), transparent 26rem),
    radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.13), transparent 26rem),
    var(--card-bg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.checkout-card,
.summary-card,
.bonus-card,
.trust-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xl);
  background: var(--card-bg);
  box-shadow: var(--shadow-card);
  height: 100%;
}

.checkout-card {
  padding: 1.5rem;
}

.warrior-card {
  border: 1px solid rgba(249, 115, 22, 0.35);
  border-radius: var(--radius-xxl);
  background:
    radial-gradient(circle at top left, rgba(249, 115, 22, 0.18), transparent 25rem),
    radial-gradient(circle at bottom right, rgba(124, 58, 237, 0.16), transparent 25rem),
    var(--card-bg);
  box-shadow: var(--shadow-soft);
  padding: 1.5rem;
}

.payment-icon {
  width: 64px;
  height: 64px;
  border-radius: 1.25rem;
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, #f97316, #dc2626);
  box-shadow: 0 14px 28px rgba(249, 115, 22, 0.3);
}

.btn-warrior {
  width: 100%;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #f97316, #dc2626);
  border-radius: 999px;
  padding: 1rem 1.25rem;
  font-weight: 900;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  box-shadow: 0 18px 36px rgba(249, 115, 22, 0.3);
}

.btn-warrior:hover,
.btn-warrior:focus {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 24px 44px rgba(249, 115, 22, 0.4);
}

.price-box {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xl);
  background: var(--card-bg-solid);
  padding: 1.5rem;
}

.price {
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
  font-weight: 950;
}

.price small {
  font-size: 1.15rem;
  letter-spacing: 0;
  color: var(--muted-text);
  font-weight: 800;
}

.special-panel {
  border: 1px solid rgba(245, 158, 11, 0.42);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(245, 158, 11, 0.18), rgba(124, 58, 237, 0.1)),
    var(--card-bg);
  padding: 1.25rem;
}

.special-panel strong {
  color: var(--page-text);
}

.secure-line {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--muted-text);
  font-size: 0.96rem;
  line-height: 1.5;
}

.secure-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  background: var(--success);
  box-shadow: 0 0 0 6px rgba(22, 163, 74, 0.12);
  flex: 0 0 auto;
}

.product-preview {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xxl);
  background: var(--card-bg);
  box-shadow: var(--shadow-soft);
  padding: 1rem;
  overflow: hidden;
}

.product-preview img {
  width: 100%;
  display: block;
  border-radius: 1.35rem;
}

.order-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--card-border);
  color: var(--muted-text);
}

.order-row:last-child {
  border-bottom: 0;
}

.order-total {
  color: var(--page-text);
  font-weight: 900;
  font-size: 1.15rem;
}

.bonus-card,
.trust-card {
  padding: 1.35rem;
}

.bonus-icon {
  width: 48px;
  height: 48px;
  border-radius: 1rem;
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  box-shadow: 0 12px 24px rgba(124, 58, 237, 0.26);
}

.release-alert {
  border: 1px solid rgba(245, 158, 11, 0.42);
  background: rgba(245, 158, 11, 0.12);
  color: var(--page-text);
  border-radius: 1.25rem;
}

@media (min-width: 992px) {
  .sticky-summary {
    position: sticky;
    top: 6rem;
  }

  .w-lg-auto {
    width: auto !important;
  }
}

@media (max-width: 991.98px) {
  .page-home .hero {
    padding-top: 5.5rem;
  }

  .page-legal .hero {
    padding-top: 5.25rem;
  }

  .floating-card {
    position: static;
    max-width: none !important;
    margin-top: 1rem;
  }

  .legal-grid {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
  }

  .page-purchase .purchase-hero {
    padding-top: 5.25rem;
  }
}
