@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;700&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

:root {
  --hue: 306;
  --electric: hsl(306, 90%, 58%);
  --electric-dim: hsl(306, 80%, 45%);
  --electric-glow: hsl(306, 100%, 72%);
  --indigo: hsl(252, 72%, 18%);
  --indigo-mid: hsl(252, 60%, 28%);
  --indigo-light: hsl(252, 50%, 38%);
  --surface-0: hsl(240, 14%, 7%);
  --surface-1: hsl(245, 16%, 10%);
  --surface-2: hsl(248, 18%, 13%);
  --surface-3: hsl(250, 20%, 17%);
  --surface-4: hsl(252, 22%, 22%);
  --border: hsl(252, 30%, 26%);
  --border-bright: hsl(306, 60%, 40%);
  --text-primary: hsl(240, 20%, 96%);
  --text-secondary: hsl(240, 12%, 72%);
  --text-muted: hsl(240, 10%, 50%);
  --text-on-electric: hsl(0, 0%, 100%);
  --white: hsl(0, 0%, 100%);
  --success: hsl(150, 70%, 48%);
  --warning: hsl(38, 95%, 58%);

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 32px;
  --radius-pill: 999px;

  --shadow-sm: 0 2px 8px hsl(252, 60%, 5% / 0.5);
  --shadow-md: 0 8px 32px hsl(252, 60%, 5% / 0.6);
  --shadow-lg: 0 20px 60px hsl(252, 60%, 5% / 0.7);
  --shadow-electric: 0 0 24px hsl(306, 90%, 58% / 0.35), 0 0 48px hsl(306, 90%, 58% / 0.15);
  --shadow-card: 0 4px 24px hsl(252, 60%, 5% / 0.5), inset 0 1px 0 hsl(252, 30%, 30% / 0.4);

  --space-1: clamp(4px, 0.4vw, 6px);
  --space-2: clamp(8px, 0.8vw, 12px);
  --space-3: clamp(12px, 1.2vw, 18px);
  --space-4: clamp(16px, 1.6vw, 24px);
  --space-5: clamp(24px, 2.4vw, 36px);
  --space-6: clamp(32px, 3.2vw, 48px);
  --space-7: clamp(48px, 4.8vw, 72px);
  --space-8: clamp(64px, 6.4vw, 96px);
  --space-9: clamp(80px, 8vw, 120px);

  --font-body: 'Inter', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
}

body {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.65;
  color: var(--text-primary);
  background-color: var(--surface-0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--electric-glow);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--white);
}

ul, ol {
  list-style: none;
}

button, input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

h1 { font-size: clamp(36px, 5.5vw, 72px); font-weight: 900; letter-spacing: -0.03em; }
h2 { font-size: clamp(28px, 3.5vw, 50px); font-weight: 800; }
h3 { font-size: clamp(20px, 2vw, 28px); font-weight: 700; }
h4 { font-size: clamp(17px, 1.5vw, 22px); font-weight: 600; }
h5 { font-size: clamp(15px, 1.2vw, 18px); font-weight: 600; }
h6 { font-size: clamp(13px, 1vw, 16px); font-weight: 600; }

p {
  color: var(--text-secondary);
  max-width: 68ch;
}

strong { color: var(--text-primary); font-weight: 700; }
em { color: var(--electric-glow); font-style: normal; }
code, kbd {
  font-family: var(--font-mono);
  font-size: 0.875em;
  background: var(--surface-3);
  color: var(--electric-glow);
  padding: 0.15em 0.45em;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
}

/* ── CONTAINER ── */
.rx-wrap {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 60px);
}

/* ── HEADER / NAV ── */
.rx-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding-block: 0;
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

.rx-header--scrolled {
  background: hsl(240, 14%, 7% / 0.85);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  box-shadow: 0 1px 0 var(--border), 0 8px 32px hsl(252, 60%, 5% / 0.4);
}

.rx-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: clamp(60px, 6vw, 76px);
  gap: var(--space-4);
}

.rx-nav__brand {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  text-decoration: none;
  flex-shrink: 0;
}

.rx-nav__logo-mark {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.rx-nav__wordmark {
  font-size: 22px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.04em;
  line-height: 1;
}

.rx-nav__wordmark span {
  color: var(--electric);
}

.rx-nav__links {
  display: flex;
  align-items: center;
  gap: clamp(4px, 2vw, 6px);
  flex: 1;
  justify-content: center;
}

.rx-nav__link {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  text-decoration: none;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  transition: color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.rx-nav__link:hover,
.rx-nav__link--active {
  color: var(--white);
  background: var(--surface-3);
}

.rx-nav__link--active {
  color: var(--electric-glow);
}

.rx-nav__actions {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-shrink: 0;
}

.rx-nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  padding: 0;
}

.rx-nav__toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: all 0.2s ease;
}

.rx-mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--surface-0);
  z-index: 999;
  flex-direction: column;
  padding: var(--space-7) clamp(20px, 5vw, 60px);
  overflow-y: auto;
}

.rx-mobile-menu--open {
  display: flex;
}

.rx-mobile-menu__close {
  position: absolute;
  top: 20px;
  right: clamp(20px, 5vw, 60px);
  background: var(--surface-3);
  border: 1px solid var(--border);
  color: var(--text-primary);
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.rx-mobile-menu__close:hover {
  background: var(--surface-4);
}

.rx-mobile-menu__links {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  margin-top: var(--space-6);
}

.rx-mobile-menu__link {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 700;
  color: var(--text-secondary);
  text-decoration: none;
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
  letter-spacing: -0.02em;
}

.rx-mobile-menu__link:hover {
  color: var(--electric-glow);
}

.rx-mobile-menu__actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-top: var(--space-6);
}

/* ── BUTTONS ── */
.rx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: var(--radius-pill);
  transition: all 0.22s ease;
  white-space: nowrap;
  line-height: 1;
}

.rx-btn--primary {
  background: var(--electric);
  color: var(--white);
  padding: 13px 26px;
  box-shadow: var(--shadow-electric);
}

.rx-btn--primary:hover {
  background: var(--electric-glow);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 0 32px hsl(306, 90%, 58% / 0.55), 0 0 64px hsl(306, 90%, 58% / 0.25);
}

.rx-btn--secondary {
  background: transparent;
  color: var(--text-primary);
  padding: 12px 24px;
  border: 1.5px solid var(--border);
}

.rx-btn--secondary:hover {
  border-color: var(--electric);
  color: var(--electric-glow);
  background: hsl(306, 90%, 58% / 0.06);
}

.rx-btn--ghost {
  background: transparent;
  color: var(--electric-glow);
  padding: 12px 20px;
  border: 1px solid transparent;
}

.rx-btn--ghost:hover {
  color: var(--white);
  background: hsl(306, 90%, 58% / 0.08);
}

.rx-btn--lg {
  font-size: 16px;
  padding: 16px 34px;
}

.rx-btn--sm {
  font-size: 13px;
  padding: 9px 18px;
}

.rx-btn--full {
  width: 100%;
}

/* ── FOOTER ── */
.rx-footer {
  background: var(--surface-1);
  border-top: 1px solid var(--border);
  padding-top: var(--space-8);
  padding-bottom: var(--space-6);
  margin-top: auto;
}

.rx-footer__grid {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, 1fr);
  gap: var(--space-7);
  padding-bottom: var(--space-7);
  border-bottom: 1px solid var(--border);
}

.rx-footer__brand-col {}

.rx-footer__brand-name {
  font-size: 24px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.04em;
  margin-bottom: var(--space-3);
}

.rx-footer__brand-name span {
  color: var(--electric);
}

.rx-footer__tagline {
  font-size: 13px;
  color: var(--text-muted);
  max-width: 260px;
  line-height: 1.55;
  margin-bottom: var(--space-5);
}

.rx-footer__social {
  display: flex;
  gap: var(--space-2);
}

.rx-footer__social-link {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--surface-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 15px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.rx-footer__social-link:hover {
  border-color: var(--electric);
  color: var(--electric-glow);
  background: hsl(306, 90%, 58% / 0.1);
}

.rx-footer__col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--space-4);
}

.rx-footer__col-links {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.rx-footer__col-link {
  font-size: 14px;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1.4;
}

.rx-footer__col-link:hover {
  color: var(--electric-glow);
}

.rx-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--space-5);
  gap: var(--space-4);
  flex-wrap: wrap;
}

.rx-footer__copy {
  font-size: 13px;
  color: var(--text-muted);
}

.rx-footer__legal-links {
  display: flex;
  gap: var(--space-4);
}

.rx-footer__legal-link {
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.rx-footer__legal-link:hover {
  color: var(--text-secondary);
}

.rx-footer__badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-muted);
  font-family: var(--font-mono);
}

.rx-footer__badge::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 8px var(--success);
  flex-shrink: 0;
}

/* ── SECTIONS ── */
.rx-section {
  padding-block: var(--space-9);
}

.rx-section--sm {
  padding-block: var(--space-7);
}

.rx-section--dark {
  background: var(--surface-1);
}

.rx-section--darker {
  background: var(--surface-0);
}

.rx-section--accent {
  background: linear-gradient(135deg, hsl(252, 60%, 14%) 0%, hsl(306, 40%, 12%) 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.rx-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--electric-glow);
  background: hsl(306, 90%, 58% / 0.1);
  border: 1px solid hsl(306, 90%, 58% / 0.25);
  border-radius: var(--radius-pill);
  padding: 5px 14px;
  margin-bottom: var(--space-4);
}

.rx-section-eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--electric);
  box-shadow: 0 0 8px var(--electric);
  flex-shrink: 0;
}

.rx-section-heading {
  margin-bottom: var(--space-4);
}

.rx-section-lead {
  font-size: clamp(16px, 1.4vw, 20px);
  color: var(--text-secondary);
  max-width: 58ch;
  line-height: 1.6;
  margin-bottom: var(--space-6);
}

.rx-section-header {
  margin-bottom: var(--space-7);
}

.rx-section-header--center {
  text-align: center;
}

.rx-section-header--center p {
  margin-inline: auto;
}

/* ── HERO ── */
.rx-hero {
  padding-top: clamp(120px, 14vw, 180px);
  padding-bottom: clamp(80px, 10vw, 140px);
  position: relative;
  overflow: hidden;
  background: var(--surface-0);
}

.rx-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.rx-hero__bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.18;
}

.rx-hero__bg-orb--1 {
  width: clamp(400px, 55vw, 800px);
  height: clamp(400px, 55vw, 800px);
  background: hsl(306, 90%, 50%);
  top: -20%;
  right: -10%;
}

.rx-hero__bg-orb--2 {
  width: clamp(300px, 40vw, 600px);
  height: clamp(300px, 40vw, 600px);
  background: hsl(252, 72%, 40%);
  bottom: -10%;
  left: -5%;
}

.rx-hero__bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(hsl(252, 30%, 26% / 0.15) 1px, transparent 1px),
    linear-gradient(90deg, hsl(252, 30%, 26% / 0.15) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 60% at 60% 40%, black 30%, transparent 100%);
}

.rx-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
  position: relative;
  z-index: 1;
}

.rx-hero__content {}

.rx-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--electric-glow);
  background: hsl(306, 90%, 58% / 0.1);
  border: 1px solid hsl(306, 90%, 58% / 0.3);
  border-radius: var(--radius-pill);
  padding: 6px 16px;
  margin-bottom: var(--space-4);
}

.rx-hero__eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--electric);
  box-shadow: 0 0 10px var(--electric);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.rx-hero__title {
  margin-bottom: var(--space-5);
  color: var(--white);
}

.rx-hero__title-accent {
  display: inline-block;
  background: linear-gradient(135deg, var(--electric-glow) 0%, hsl(280, 80%, 70%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rx-hero__subtitle {
  font-size: clamp(16px, 1.5vw, 20px);
  color: var(--text-secondary);
  max-width: 50ch;
  line-height: 1.65;
  margin-bottom: var(--space-6);
}

.rx-hero__actions {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.rx-hero__visual {
  position: relative;
}

.rx-hero__img-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg), 0 0 60px hsl(306, 90%, 58% / 0.12);
  background: var(--surface-2);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rx-hero__img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.rx-hero__img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--surface-2) 0%, var(--surface-3) 100%);
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 13px;
}

.rx-hero__float-card {
  position: absolute;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: var(--space-3) var(--space-4);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(12px);
}

.rx-hero__float-card--tl {
  top: -16px;
  left: -16px;
}

.rx-hero__float-card--br {
  bottom: -16px;
  right: -16px;
}

.rx-hero__float-stat {
  font-size: 22px;
  font-weight: 800;
  color: var(--electric-glow);
  line-height: 1;
}

.rx-hero__float-label {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 3px;
  font-family: var(--font-mono);
}

/* ── CARDS ── */
.rx-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
}

.rx-card-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.rx-card-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.rx-card {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 2.5vw, 36px);
  box-shadow: var(--shadow-card);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}

.rx-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, hsl(306, 90%, 58% / 0.4), transparent);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.rx-card:hover {
  border-color: hsl(306, 90%, 58% / 0.35);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md), 0 0 32px hsl(306, 90%, 58% / 0.08);
}

.rx-card:hover::before {
  opacity: 1;
}

.rx-card__icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: hsl(306, 90%, 58% / 0.12);
  border: 1px solid hsl(306, 90%, 58% / 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-4);
  font-size: 22px;
  flex-shrink: 0;
}

.rx-card__title {
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-2);
  letter-spacing: -0.02em;
}

.rx-card__text {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.65;
  max-width: none;
}

/* ── STATS ── */
.rx-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 28px);
}

.rx-stat {
  text-align: center;
  padding: clamp(24px, 2.5vw, 40px) clamp(16px, 2vw, 28px);
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.rx-stat__number {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 900;
  color: var(--electric-glow);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-2);
  font-variant-numeric: tabular-nums;
}

.rx-stat__suffix {
  font-size: 0.55em;
  color: var(--electric);
  vertical-align: super;
}

.rx-stat__label {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

/* ── CTA BAND ── */
.rx-cta-band {
  padding-block: var(--space-9);
  background: linear-gradient(135deg,
    hsl(252, 72%, 14%) 0%,
    hsl(280, 60%, 12%) 50%,
    hsl(306, 50%, 12%) 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.rx-cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 80% 50%, hsl(306, 90%, 50% / 0.12) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 20% 50%, hsl(252, 72%, 50% / 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.rx-cta-band__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin-inline: auto;
}

.rx-cta-band__title {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.03em;
  margin-bottom: var(--space-4);
}

.rx-cta-band__subtitle {
  font-size: clamp(15px, 1.3vw, 18px);
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
  line-height: 1.6;
  max-width: none;
  margin-inline: auto;
}

.rx-cta-band__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.rx-cta-band__note {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: var(--space-4);
  font-family: var(--font-mono);
}

/* ── FAQ ── */
.rx-faq-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  max-width: 820px;
  margin-inline: auto;
}

.rx-faq-item {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.rx-faq-item:hover {
  border-color: hsl(306, 90%, 58% / 0.3);
}

.rx-faq-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-4) var(--space-5);
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  user-select: none;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
}

.rx-faq-item__q::-webkit-details-marker {
  display: none;
}

.rx-faq-item__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--electric-glow);
  font-size: 16px;
  transition: background 0.2s, border-color 0.2s;
}

details[open] .rx-faq-item__icon {
  background: hsl(306, 90%, 58% / 0.1);
  border-color: var(--electric);
}

.rx-faq-item__a {
  padding: 0 var(--space-5) var(--space-4);
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: none;
}

/* ── CONTENT SECTION ── */
.rx-content-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}

.rx-content-block--reverse {
  direction: rtl;
}

.rx-content-block--reverse > * {
  direction: ltr;
}

.rx-content-block__body {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.75;
  max-width: none;
}

.rx-content-block__body + .rx-content-block__body {
  margin-top: var(--space-4);
}

.rx-content-block__visual {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.rx-content-block__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── BADGES / CHIPS ── */
.rx-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}

.rx-badge--green {
  background: hsl(150, 70%, 48% / 0.12);
  color: hsl(150, 70%, 65%);
  border: 1px solid hsl(150, 70%, 48% / 0.25);
}

.rx-badge--electric {
  background: hsl(306, 90%, 58% / 0.12);
  color: var(--electric-glow);
  border: 1px solid hsl(306, 90%, 58% / 0.25);
}

.rx-badge--amber {
  background: hsl(38, 95%, 58% / 0.12);
  color: hsl(38, 95%, 70%);
  border: 1px solid hsl(38, 95%, 58% / 0.25);
}

/* ── PRICING CARDS ── */
.rx-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
  align-items: start;
}

.rx-pricing-card {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: clamp(28px, 3vw, 44px);
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.rx-pricing-card--featured {
  border-color: var(--electric);
  background: linear-gradient(180deg, hsl(306, 40%, 14%) 0%, var(--surface-2) 100%);
  box-shadow: var(--shadow-electric);
  transform: scale(1.04);
}

.rx-pricing-card__label {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--electric);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}

.rx-pricing-card__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: var(--space-3);
}

.rx-pricing-card__price {
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: var(--space-2);
}

.rx-pricing-card__price span {
  font-size: 0.45em;
  color: var(--text-muted);
  font-weight: 500;
  vertical-align: middle;
}

.rx-pricing-card__period {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: var(--space-5);
}

.rx-pricing-card__divider {
  height: 1px;
  background: var(--border);
  margin-block: var(--space-5);
}

.rx-pricing-card__features {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
}

.rx-pricing-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.45;
}

.rx-pricing-card__check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: hsl(150, 70%, 48% / 0.12);
  border: 1px solid hsl(150, 70%, 48% / 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  color: hsl(150, 70%, 60%);
  font-size: 11px;
}

/* ── FORMS ── */
.rx-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.rx-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}

.rx-form__group {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.rx-form__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  letter-spacing: 0.02em;
}

.rx-form__input,
.rx-form__textarea,
.rx-form__select {
  background: var(--surface-3);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  padding: 12px 16px;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
}

.rx-form__input::placeholder,
.rx-form__textarea::placeholder {
  color: var(--text-muted);
}

.rx-form__input:focus,
.rx-form__textarea:focus,
.rx-form__select:focus {
  border-color: var(--electric);
  box-shadow: 0 0 0 3px hsl(306, 90%, 58% / 0.12);
}

.rx-form__textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

/* ── DIVIDER ── */
.rx-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
  margin: 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .rx-card-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .rx-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .rx-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-6);
  }

  .rx-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-inline: auto;
  }

  .rx-pricing-card--featured {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .rx-hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .rx-hero__subtitle {
    margin-inline: auto;
  }

  .rx-hero__actions {
    justify-content: center;
  }

  .rx-card-grid {
    grid-template-columns: 1fr;
  }

  .rx-card-grid--2 {
    grid-template-columns: 1fr;
  }

  .rx-content-block {
    grid-template-columns: 1fr;
  }

  .rx-content-block--reverse {
    direction: ltr;
  }

  .rx-nav__links {
    display: none;
  }

  .rx-nav__actions .rx-btn--secondary {
    display: none;
  }

  .rx-nav__toggle {
    display: flex;
  }

  .rx-footer__grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .rx-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-3);
  }

  .rx-stats-row {
    grid-template-columns: 1fr 1fr;
  }

  .rx-form__row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .rx-stats-row {
    grid-template-columns: 1fr;
  }

  .rx-hero__float-card {
    display: none;
  }

  .rx-footer__legal-links {
    flex-wrap: wrap;
    gap: var(--space-3);
  }
}img,svg,video{max-width:100%;height:auto}html{-webkit-text-size-adjust:100%}*{box-sizing:border-box}