:root {
  --bg: #090d12;
  --bg-soft: #111925;
  --panel: rgba(13, 20, 30, 0.82);
  --panel-strong: #0f1824;
  --line: rgba(255, 255, 255, 0.08);
  --text: #edf3ff;
  --muted: #9fb2cb;
  --accent: #ff6a3d;
  --accent-2: #ffd95e;
  --signal: #74ffd4;
  --warning: #ffb86a;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --radius: 22px;
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(255, 106, 61, 0.18), transparent 28%),
    radial-gradient(circle at 90% 20%, rgba(116, 255, 212, 0.15), transparent 20%),
    linear-gradient(180deg, #070a0f 0%, #0a1018 45%, #06090d 100%);
  font-family: "Space Grotesk", sans-serif;
}

body.theme-jp {
  font-family: "Noto Sans JP", "Space Grotesk", sans-serif;
}

.theme-jp {
  font-family: "Noto Sans JP", "Space Grotesk", sans-serif;
}

.theme-jp .brand-copy strong,
.theme-jp .topnav,
.theme-jp .eyebrow,
.theme-jp h1,
.theme-jp h2,
.theme-jp h3,
.theme-jp .button,
.theme-jp .price-line strong,
.theme-jp .field-label {
  font-family: "Noto Sans JP", "Space Grotesk", sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 92%);
  content: "";
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
  border-radius: calc(var(--radius) - 6px);
}

code {
  padding: 0.15rem 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-family: "Rajdhani", sans-serif;
  font-size: 0.95em;
}

.page-shell {
  width: min(calc(100% - 32px), var(--content));
  margin: 0 auto;
  padding-bottom: 48px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7, 10, 15, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 217, 94, 0.32);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 106, 61, 0.25), rgba(255, 217, 94, 0.08));
  font-family: "Rajdhani", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brand-copy {
  display: grid;
}

.brand-copy strong,
.topnav,
.eyebrow,
h1,
h2,
h3,
.button,
.status-pill,
.price-line strong {
  font-family: "Rajdhani", sans-serif;
}

.brand-copy span,
.topnav a,
.footer,
.lede,
.feature-card p,
.faq-card p,
.split-card p,
.timeline p,
.proof-card p {
  color: var(--muted);
}

.topnav {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 1.05rem;
}

.topbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.language-switcher a,
.language-switcher span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.language-switcher-current {
  background: rgba(255, 217, 94, 0.14);
  color: var(--accent-2);
}

.language-switcher a:hover {
  color: var(--accent-2);
}

.topnav a:hover,
.footer-links a:hover {
  color: var(--accent-2);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), #ff8e40);
  color: #090d12;
  box-shadow: 0 18px 45px rgba(255, 106, 61, 0.28);
}

.button-secondary {
  border-color: rgba(255, 217, 94, 0.3);
  background: linear-gradient(135deg, rgba(255, 217, 94, 0.18), rgba(255, 255, 255, 0.06));
}

.button-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  padding: 68px 0 36px;
}

.hero-copy,
.hero-panel-card,
.proof-card,
.feature-card,
.split-card,
.video-card,
.pricing-card,
.faq-card,
.policy-card,
.timeline article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 34px;
}

.hero-panel-card {
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 106, 61, 0.08), transparent 24%),
    rgba(9, 14, 21, 0.92);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-2);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.96;
  font-weight: 700;
}

h1 {
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  text-wrap: balance;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

h3 {
  font-size: 1.8rem;
}

.lede {
  max-width: 60ch;
  margin: 18px 0 0;
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-points,
.checklist {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.hero-points li,
.checklist li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
}

.hero-points li::before,
.checklist li::before {
  position: absolute;
  top: 0.08rem;
  left: 0;
  color: var(--signal);
  content: "+";
}

.status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(116, 255, 212, 0.13);
  color: var(--signal);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-text {
  color: var(--muted);
  font-size: 0.95rem;
}

.stat-grid,
.feature-grid,
.faq-grid {
  display: grid;
  gap: 18px;
}

.stat-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
}

.stat-grid article {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.stat-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.stat-grid strong {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
  line-height: 1.3;
}

.pulse-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px 0 0;
}

.pulse-strip div {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
}

.section {
  padding: 60px 0 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 24px;
}

.section-heading p:last-child {
  line-height: 1.7;
}

.proof-grid,
.split-section,
.video-grid {
  display: grid;
  gap: 20px;
}

.proof-grid,
.split-section {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.proof-card,
.video-card,
.pricing-card,
.faq-card,
.policy-card,
.split-card {
  padding: 24px;
}

.media-card {
  overflow: hidden;
}

.proof-video-card {
  display: grid;
  gap: 14px;
}

.proof-video-card p {
  margin: 0;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  padding: 22px;
}

.feature-card p,
.faq-card p,
.split-card p,
.proof-card p,
.timeline p {
  margin-top: 12px;
  line-height: 1.7;
}

.split-card-warning {
  background:
    linear-gradient(180deg, rgba(255, 184, 106, 0.08), transparent 26%),
    rgba(11, 17, 25, 0.9);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.timeline article {
  padding: 22px;
}

.timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 106, 61, 0.14);
  color: var(--accent-2);
  font-family: "Rajdhani", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.timeline h3 {
  margin-top: 16px;
  font-size: 1.55rem;
}

.pricing-section {
  display: flex;
  justify-content: center;
}

.pricing-card {
  width: min(100%, 780px);
  background:
    radial-gradient(circle at top right, rgba(255, 106, 61, 0.18), transparent 28%),
    rgba(9, 14, 21, 0.94);
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-top: 18px;
}

.price-line strong {
  font-size: clamp(3rem, 7vw, 5.2rem);
}

.price-line span {
  color: var(--muted);
  font-size: 1.05rem;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 60px;
  padding: 24px 0 8px;
  border-top: 1px solid var(--line);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.theme-policy .page-shell {
  width: min(calc(100% - 32px), 920px);
}

.policy-main {
  padding-top: 56px;
}

.policy-card {
  padding: 28px;
}

.policy-card + .policy-card {
  margin-top: 20px;
}

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

.policy-card ol,
.policy-card ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.purchase-form {
  display: grid;
  gap: 12px;
}

.field-label {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.field-input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
}

.field-help {
  margin: 0;
}

@media (max-width: 1080px) {
  .hero,
  .proof-grid,
  .video-grid,
  .split-section,
  .feature-grid,
  .timeline,
  .faq-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--content));
  }

  .topbar,
  .footer {
    border-radius: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .topnav {
    gap: 12px;
  }

  .topbar-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-copy,
  .hero-panel-card,
  .proof-card,
  .video-card,
  .feature-card,
  .split-card,
  .pricing-card,
  .faq-card,
  .policy-card,
  .timeline article {
    padding: 20px;
  }

  h1 {
    line-height: 1;
  }

  .hero-actions,
  .policy-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
