﻿/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --red: #ff2244; --red-dark: #cc0022; --red-glow: rgba(255,34,68,0.4);
  --bg: #080810; --bg2: #0d0d1a; --card: #10101f; --card-h: #14142a;
  --border: rgba(255,34,68,0.15); --border-b: rgba(255,34,68,0.4);
  --text: #e8e8f0; --muted: #7070a0;
  --font-d: 'Orbitron', sans-serif; --font-b: 'Inter', sans-serif;
}
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: var(--font-b); overflow-x: hidden; line-height: 1.6; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--red); border-radius: 3px; }

/* ===== CANVAS ===== */
#particles { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }

/* ===== NAVBAR ===== */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 0 2rem; transition: background 0.3s, border-color 0.3s; border-bottom: 1px solid transparent; }
.navbar.scrolled { background: rgba(8,8,16,0.92); backdrop-filter: blur(20px); border-color: var(--border); }
.nav-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; height: 70px; gap: 2rem; }
.nav-logo { display: flex; align-items: center; gap: 0.5rem; font-family: var(--font-d); font-weight: 900; font-size: 1.2rem; letter-spacing: 2px; text-decoration: none; color: var(--text); }
.logo-icon { font-size: 1.4rem; }
.accent { color: var(--red); }
.nav-links { display: flex; list-style: none; gap: 2rem; margin-left: auto; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.5px; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--red); }
.nav-cta { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--red); color: #fff; padding: 0.5rem 1.1rem; border-radius: 6px; text-decoration: none; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.5px; transition: background 0.2s, box-shadow 0.2s; white-space: nowrap; }
.nav-cta:hover { background: var(--red-dark); box-shadow: 0 0 20px var(--red-glow); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; margin-left: auto; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: 0.3s; }
.mobile-menu { display: none; flex-direction: column; padding: 1rem 2rem 1.5rem; border-top: 1px solid var(--border); background: rgba(8,8,16,0.97); backdrop-filter: blur(20px); }
.mobile-menu a { color: var(--muted); text-decoration: none; padding: 0.75rem 0; font-size: 1rem; transition: color 0.2s; border-bottom: 1px solid var(--border); }
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a:hover { color: var(--text); }
.mobile-cta { margin-top: 0.75rem; background: var(--red) !important; color: #fff !important; padding: 0.75rem 1.5rem !important; border-radius: 6px; text-align: center; font-weight: 600; border: none !important; }
.mobile-menu.open { display: flex; }

/* ===== CONTAINER ===== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; position: relative; z-index: 1; }

/* ===== SECTION HEADER ===== */
.section-header { text-align: center; margin-bottom: 4rem; }
.section-tag { display: inline-block; font-family: var(--font-d); font-size: 0.7rem; font-weight: 700; letter-spacing: 3px; color: var(--red); margin-bottom: 1rem; }
.section-title { font-family: var(--font-d); font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; margin-bottom: 1rem; }
.section-subtitle { color: var(--muted); font-size: 1rem; max-width: 520px; margin: 0 auto; }

/* ===== GRADIENT TEXT ===== */
.gradient-text { background: linear-gradient(135deg, #ff2244, #ff6688, #ff2244); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: shimmer 3s linear infinite; }
@keyframes shimmer { 0% { background-position: 0% center; } 100% { background-position: 200% center; } }

/* ===== BUTTONS ===== */
.btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--red); color: #fff; padding: 0.85rem 2rem; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: all 0.2s; box-shadow: 0 4px 20px var(--red-glow); }
.btn-primary:hover { background: var(--red-dark); box-shadow: 0 6px 30px var(--red-glow); transform: translateY(-1px); }
.btn-secondary { display: inline-flex; align-items: center; background: transparent; color: var(--text); padding: 0.85rem 2rem; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 0.95rem; border: 1px solid var(--border-b); transition: all 0.2s; }
.btn-secondary:hover { background: rgba(255,34,68,0.08); border-color: var(--red); }
.btn-discord { display: inline-flex; align-items: center; gap: 0.5rem; background: #5865f2; color: #fff; padding: 0.85rem 2rem; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: all 0.2s; }
.btn-discord:hover { background: #4752c4; transform: translateY(-1px); }

/* ===== HERO ===== */
.hero { position: relative; z-index: 1; min-height: 100vh; display: flex; align-items: center; padding: 120px 2rem 80px; max-width: 1200px; margin: 0 auto; gap: 4rem; }
.hero-content { flex: 1; min-width: 0; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,34,68,0.1); border: 1px solid var(--border-b); color: var(--red); padding: 0.4rem 1rem; border-radius: 100px; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 1.5rem; }
.badge-dot { width: 8px; height: 8px; background: var(--red); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(0.8)} }
.hero-title { font-family: var(--font-d); font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 900; line-height: 1; letter-spacing: -1px; margin-bottom: 1.5rem; }
.hero-subtitle { font-size: 1.1rem; color: var(--muted); max-width: 480px; margin-bottom: 2.5rem; line-height: 1.7; }
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.hero-stats { display: flex; align-items: center; gap: 2rem; }
.stat { text-align: center; }
.stat-number { font-family: var(--font-d); font-size: 1.8rem; font-weight: 900; color: var(--text); }
.stat-suffix { font-family: var(--font-d); font-size: 1.2rem; font-weight: 700; color: var(--red); }
.stat-label { display: block; font-size: 0.75rem; color: var(--muted); letter-spacing: 0.5px; margin-top: 2px; }
.stat-divider { width: 1px; height: 40px; background: var(--border); }

/* ===== HERO VISUAL ===== */
.hero-visual { flex: 1; position: relative; display: flex; justify-content: center; align-items: center; min-height: 400px; }
.glow-orb { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; }
.orb-1 { width: 300px; height: 300px; background: rgba(255,34,68,0.2); top: 50%; left: 50%; transform: translate(-50%,-50%); animation: floatOrb 6s ease-in-out infinite; }
.orb-2 { width: 200px; height: 200px; background: rgba(255,34,68,0.1); top: 20%; right: 10%; animation: floatOrb 8s ease-in-out infinite reverse; }
@keyframes floatOrb { 0%,100%{transform:translate(-50%,-50%) scale(1)} 50%{transform:translate(-50%,-55%) scale(1.05)} }
.hero-card { position: relative; z-index: 2; background: var(--card); border: 1px solid var(--border-b); border-radius: 12px; overflow: hidden; width: 100%; max-width: 420px; box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 40px rgba(255,34,68,0.1); animation: cardFloat 4s ease-in-out infinite; }
@keyframes cardFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
.card-header { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 1rem; background: rgba(255,255,255,0.03); border-bottom: 1px solid var(--border); }
.card-dots { display: flex; gap: 6px; }
.dot { width: 12px; height: 12px; border-radius: 50%; }
.dot.red { background: #ff5f57; } .dot.yellow { background: #febc2e; } .dot.green { background: #28c840; }
.card-title { font-size: 0.8rem; color: var(--muted); font-family: 'Courier New', monospace; }
.card-body { padding: 1.25rem 1.5rem; font-family: 'Courier New', monospace; font-size: 0.82rem; line-height: 1.8; }
.code-line { white-space: pre; }
.cc { color: #6272a4; } .ck { color: #ff79c6; } .cv { color: #8be9fd; } .cf { color: #50fa7b; } .cs { color: #f1fa8c; } .cn { color: #bd93f9; } .co { color: #ff79c6; } .cp { color: #f8f8f2; }
.code-cursor { display: inline-block; width: 8px; height: 16px; background: var(--red); animation: blink 1s step-end infinite; vertical-align: middle; margin-top: 4px; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

/* ===== WHY SECTION ===== */
.why-section { padding: 100px 0; position: relative; z-index: 1; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.why-card { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 2rem; text-align: center; transition: all 0.3s; }
.why-card:hover { border-color: var(--border-b); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.3); }
.why-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.why-card h3 { font-family: var(--font-d); font-size: 0.9rem; font-weight: 700; letter-spacing: 1px; margin-bottom: 0.75rem; }
.why-card p { color: var(--muted); font-size: 0.875rem; line-height: 1.6; }

/* ===== FEATURE PREVIEW (home) ===== */
.feature-preview { padding: 100px 0; position: relative; z-index: 1; }
.preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-bottom: 3rem; }
.preview-card { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 1.75rem; transition: all 0.3s; position: relative; overflow: hidden; }
.preview-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--red), transparent); opacity: 0; transition: opacity 0.3s; }
.preview-card:hover { border-color: var(--border-b); background: var(--card-h); transform: translateY(-4px); }
.preview-card:hover::before { opacity: 1; }
.preview-icon { font-size: 1.75rem; display: block; margin-bottom: 0.75rem; }
.preview-card h4 { font-family: var(--font-d); font-size: 0.85rem; font-weight: 700; letter-spacing: 1px; margin-bottom: 0.5rem; }
.preview-card p { color: var(--muted); font-size: 0.85rem; line-height: 1.6; }
.preview-cta { text-align: center; }

/* ===== PRICING TEASER (home) ===== */
.pricing-teaser { padding: 100px 0; position: relative; z-index: 1; }
.teaser-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: start; }
.teaser-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s; }
.teaser-card:hover { border-color: var(--border-b); transform: translateY(-4px); }
.teaser-card.popular { border-color: var(--red); background: linear-gradient(135deg, var(--card), rgba(255,34,68,0.08)); box-shadow: 0 0 40px rgba(255,34,68,0.15); transform: scale(1.03); position: relative; }
.teaser-card.popular:hover { transform: scale(1.03) translateY(-4px); }
.teaser-card p { color: var(--muted); font-size: 0.875rem; margin-bottom: 1.5rem; }

/* ===== PLAN SHARED ===== */
.plan-name { font-family: var(--font-d); font-size: 0.85rem; font-weight: 700; letter-spacing: 2px; color: var(--muted); margin-bottom: 1rem; }
.plan-price { display: flex; align-items: baseline; gap: 0.25rem; margin-bottom: 0.5rem; justify-content: center; }
.price-currency { font-size: 1.5rem; font-weight: 700; color: var(--muted); }
.price-amount { font-family: var(--font-d); font-size: 3.5rem; font-weight: 900; color: var(--text); line-height: 1; }
.price-period { font-size: 0.9rem; color: var(--muted); }
.plan-desc { color: var(--muted); font-size: 0.9rem; margin-bottom: 2rem; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 2rem; text-align: left; }
.plan-features li { display: flex; align-items: center; gap: 0.75rem; font-size: 0.9rem; color: var(--text); }
.check { color: #28c840; font-weight: 700; }
.cross { color: var(--muted); }
.plan-btn { display: block; text-align: center; padding: 0.85rem; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 0.9rem; border: 1px solid var(--border-b); color: var(--text); transition: all 0.2s; }
.plan-btn:hover { background: rgba(255,34,68,0.1); border-color: var(--red); }
.popular-btn { background: var(--red); border-color: var(--red); color: #fff; box-shadow: 0 4px 20px var(--red-glow); }
.popular-btn:hover { background: var(--red-dark) !important; box-shadow: 0 6px 30px var(--red-glow); }
.popular-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--red); color: #fff; font-size: 0.7rem; font-weight: 700; font-family: var(--font-d); letter-spacing: 1.5px; padding: 0.3rem 1rem; border-radius: 100px; white-space: nowrap; }

/* ===== CTA SECTION ===== */
.cta-section { padding: 80px 0; position: relative; z-index: 1; }
.cta-box { background: var(--card); border: 1px solid var(--border-b); border-radius: 20px; padding: 5rem 3rem; text-align: center; position: relative; overflow: hidden; }
.cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 400px; height: 200px; background: radial-gradient(ellipse, rgba(255,34,68,0.15), transparent 70%); pointer-events: none; }
.cta-box h2 { font-family: var(--font-d); font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; margin-bottom: 1rem; }
.cta-box p { color: var(--muted); font-size: 1rem; margin-bottom: 2.5rem; }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ===== FOOTER ===== */
.footer { border-top: 1px solid var(--border); padding: 60px 0 30px; position: relative; z-index: 1; }
.footer-top { display: flex; gap: 4rem; margin-bottom: 3rem; }
.footer-brand { flex: 1; max-width: 300px; }
.footer-brand p { color: var(--muted); font-size: 0.875rem; margin-top: 1rem; line-height: 1.6; margin-bottom: 1.25rem; }
.footer-discord { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
.footer-discord:hover { color: #5865f2; }
.footer-links { display: flex; gap: 3rem; flex: 1; justify-content: flex-end; }
.footer-col { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-col h4 { font-family: var(--font-d); font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; color: var(--text); margin-bottom: 0.25rem; }
.footer-col a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--red); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.footer-bottom p { color: var(--muted); font-size: 0.8rem; }
.footer-disclaimer { font-style: italic; }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero { position: relative; z-index: 1; padding: 160px 2rem 80px; text-align: center; }
.page-title { font-family: var(--font-d); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 900; line-height: 1.1; margin: 1rem 0 1.5rem; }
.page-subtitle { color: var(--muted); font-size: 1.05rem; max-width: 600px; margin: 0 auto; line-height: 1.7; }

/* ===== ARCH CALLOUT (features page) ===== */
.arch-callout { padding: 0 0 80px; position: relative; z-index: 1; }
.arch-box { background: var(--card); border: 1px solid var(--border-b); border-radius: 16px; padding: 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.arch-left { display: flex; align-items: flex-start; gap: 1.5rem; flex: 1; }
.arch-icon { font-size: 3rem; flex-shrink: 0; }
.arch-left h3 { font-family: var(--font-d); font-size: 1.1rem; font-weight: 700; margin-bottom: 0.75rem; }
.arch-left p { color: var(--muted); font-size: 0.9rem; line-height: 1.7; }
.arch-badges { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.arch-badge { background: rgba(255,34,68,0.1); border: 1px solid var(--border-b); color: var(--red); padding: 0.4rem 1rem; border-radius: 100px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.5px; white-space: nowrap; }

/* ===== FEATURES FULL (features page) ===== */
.features-full { padding: 0 0 100px; position: relative; z-index: 1; }
.feature-block { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem; margin-bottom: 2rem; transition: border-color 0.3s; }
.feature-block:hover { border-color: var(--border-b); }
.feature-block-header { display: flex; align-items: flex-start; gap: 1.5rem; margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border); }
.feature-block-icon { font-size: 2.5rem; flex-shrink: 0; }
.feature-block-header h2 { font-family: var(--font-d); font-size: 1.3rem; font-weight: 900; margin-bottom: 0.5rem; }
.feature-block-header p { color: var(--muted); font-size: 0.9rem; line-height: 1.6; }
.feature-items-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.feature-item { display: flex; gap: 1rem; align-items: flex-start; }
.fi-check { color: var(--red); font-size: 1.1rem; font-weight: 700; flex-shrink: 0; margin-top: 2px; }
.feature-item strong { display: block; font-size: 0.875rem; font-weight: 600; margin-bottom: 0.25rem; color: var(--text); }
.feature-item p { color: var(--muted); font-size: 0.82rem; line-height: 1.5; margin: 0; }

/* ===== PRICING PAGE ===== */
.pricing-section { padding: 0 0 80px; position: relative; z-index: 1; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: start; margin-bottom: 2rem; }
.pricing-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem 2rem; position: relative; transition: all 0.3s; }
.pricing-card:hover { border-color: var(--border-b); transform: translateY(-4px); }
.pricing-card.popular { border-color: var(--red); background: linear-gradient(135deg, var(--card), rgba(255,34,68,0.08)); box-shadow: 0 0 40px rgba(255,34,68,0.15); transform: scale(1.03); }
.pricing-card.popular:hover { transform: scale(1.03) translateY(-4px); }
.pricing-card .plan-price { justify-content: flex-start; }
.purchase-note { display: flex; align-items: flex-start; gap: 0.75rem; background: rgba(255,34,68,0.06); border: 1px solid var(--border-b); border-radius: 10px; padding: 1.25rem 1.5rem; color: var(--muted); font-size: 0.875rem; line-height: 1.6; }
.purchase-note svg { flex-shrink: 0; color: var(--red); margin-top: 2px; }
.purchase-note a { color: var(--red); text-decoration: none; }
.purchase-note a:hover { text-decoration: underline; }

/* ===== COMPARE TABLE ===== */
.compare-section { padding: 80px 0; position: relative; z-index: 1; }
.table-wrap { overflow-x: auto; border-radius: 12px; border: 1px solid var(--border); }
.compare-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.compare-table th, .compare-table td { padding: 1rem 1.5rem; text-align: center; border-bottom: 1px solid var(--border); }
.compare-table th:first-child, .compare-table td:first-child { text-align: left; color: var(--muted); }
.compare-table thead th { font-family: var(--font-d); font-size: 0.75rem; letter-spacing: 1.5px; color: var(--muted); background: var(--card); }
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table tbody tr:hover td { background: rgba(255,34,68,0.03); }
.th-popular { color: var(--red) !important; }
.td-popular { background: rgba(255,34,68,0.04); }

/* ===== FAQ ===== */
.faq { padding: 80px 0 100px; position: relative; z-index: 1; }
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem; }
.faq-item { background: var(--card); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; transition: border-color 0.2s; }
.faq-item.open { border-color: var(--border-b); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 1.5rem; background: none; border: none; color: var(--text); font-size: 0.95rem; font-weight: 500; cursor: pointer; text-align: left; gap: 1rem; transition: color 0.2s; font-family: var(--font-b); }
.faq-question:hover { color: var(--red); }
.faq-icon { font-size: 1.4rem; color: var(--red); transition: transform 0.3s; flex-shrink: 0; line-height: 1; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-answer p { padding: 0 1.5rem 1.25rem; color: var(--muted); font-size: 0.9rem; line-height: 1.7; }

/* ===== SETUP PAGE ===== */
.requirements-section { padding: 0 0 80px; position: relative; z-index: 1; }
.req-box { background: var(--card); border: 1px solid var(--border-b); border-radius: 16px; padding: 2.5rem; }
.req-box h3 { font-family: var(--font-d); font-size: 1rem; font-weight: 700; letter-spacing: 1px; margin-bottom: 1.5rem; color: var(--red); }
.req-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.req-item { display: flex; flex-direction: column; gap: 0.25rem; }
.req-label { font-size: 0.75rem; font-weight: 600; color: var(--muted); letter-spacing: 0.5px; text-transform: uppercase; }
.req-value { font-size: 0.9rem; color: var(--text); }

.steps-section { padding: 0 0 80px; position: relative; z-index: 1; }
.steps-list { display: flex; flex-direction: column; gap: 1.5rem; }
.step-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem; display: flex; gap: 2rem; align-items: flex-start; transition: border-color 0.3s; }
.step-card:hover { border-color: var(--border-b); }
.step-number { font-family: var(--font-d); font-size: 2.5rem; font-weight: 900; color: var(--red); opacity: 0.4; flex-shrink: 0; line-height: 1; min-width: 60px; }
.step-content h3 { font-family: var(--font-d); font-size: 1rem; font-weight: 700; letter-spacing: 1px; margin-bottom: 0.75rem; }
.step-content p { color: var(--muted); font-size: 0.9rem; line-height: 1.7; margin-bottom: 1rem; }
.step-content a { color: var(--red); text-decoration: none; }
.step-content a:hover { text-decoration: underline; }
.step-content code { background: rgba(255,34,68,0.1); border: 1px solid var(--border-b); color: var(--red); padding: 0.15rem 0.5rem; border-radius: 4px; font-size: 0.85rem; font-family: 'Courier New', monospace; }
.step-tip { display: flex; gap: 0.75rem; background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 8px; padding: 1rem 1.25rem; margin-top: 0.5rem; }
.step-tip span { font-size: 1.1rem; flex-shrink: 0; }
.step-tip p { color: var(--muted); font-size: 0.85rem; line-height: 1.6; margin: 0; }

.hotkeys-section { padding: 0 0 80px; position: relative; z-index: 1; }
.hotkeys-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 1.5rem; }
.hotkey-card { background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: 1.5rem; text-align: center; transition: all 0.3s; }
.hotkey-card:hover { border-color: var(--border-b); transform: translateY(-2px); }
kbd { display: inline-block; background: rgba(255,34,68,0.1); border: 1px solid var(--border-b); color: var(--red); padding: 0.4rem 0.9rem; border-radius: 6px; font-family: var(--font-d); font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; margin-bottom: 0.75rem; }
.hotkey-card span { display: block; color: var(--muted); font-size: 0.82rem; }
.hotkeys-note { text-align: center; color: var(--muted); font-size: 0.875rem; font-style: italic; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .preview-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }
  .teaser-cards { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .pricing-card.popular { transform: scale(1); }
  .pricing-card.popular:hover { transform: translateY(-4px); }
  .teaser-card.popular { transform: scale(1); }
  .teaser-card.popular:hover { transform: translateY(-4px); }
  .feature-items-grid { grid-template-columns: repeat(2, 1fr); }
  .req-grid { grid-template-columns: repeat(2, 1fr); }
  .hotkeys-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .hero { flex-direction: column; text-align: center; padding: 100px 1.5rem 60px; gap: 3rem; }
  .hero-subtitle { margin: 0 auto 2.5rem; }
  .hero-buttons { justify-content: center; }
  .hero-stats { justify-content: center; }
  .hero-visual { width: 100%; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .why-grid { grid-template-columns: 1fr; }
  .preview-grid { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; gap: 2rem; }
  .footer-brand { max-width: 100%; }
  .footer-links { justify-content: flex-start; gap: 2rem; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .cta-box { padding: 3rem 1.5rem; }
  .arch-box { flex-direction: column; }
  .feature-items-grid { grid-template-columns: 1fr; }
  .feature-block-header { flex-direction: column; gap: 1rem; }
  .step-card { flex-direction: column; gap: 1rem; }
  .step-number { font-size: 1.8rem; }
  .req-grid { grid-template-columns: 1fr; }
  .hotkeys-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .hero-title { font-size: 2.5rem; }
  .hero-stats { gap: 1rem; }
  .stat-number { font-size: 1.4rem; }
  .hotkeys-grid { grid-template-columns: 1fr; }
  .page-title { font-size: 2rem; }
}

/* ===== SINGLE PLAN (pricing page) ===== */
.single-plan-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; margin-bottom: 2rem; }
.single-plan-card { background: var(--card); border: 2px solid var(--red); border-radius: 20px; padding: 3rem; position: relative; box-shadow: 0 0 60px rgba(255,34,68,0.15); }
.single-plan-badge { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); background: var(--red); color: #fff; font-family: var(--font-d); font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; padding: 0.35rem 1.25rem; border-radius: 100px; white-space: nowrap; }
.single-plan-prices { display: flex; align-items: center; justify-content: center; gap: 2rem; margin: 1.5rem 0; flex-wrap: wrap; }
.single-price-option { text-align: center; }
.spo-label { display: block; font-size: 0.72rem; font-weight: 600; letter-spacing: 1px; color: var(--muted); text-transform: uppercase; margin-bottom: 0.5rem; }
.spo-amount { display: flex; align-items: baseline; justify-content: center; gap: 0.2rem; }
.spo-amount .price-currency { font-size: 1.5rem; font-weight: 700; color: var(--muted); }
.spo-amount .price-amount { font-family: var(--font-d); font-size: 4rem; font-weight: 900; color: var(--text); line-height: 1; }
.spo-amount.robux .price-amount { font-size: 3rem; }
.robux-icon { font-size: 2rem; }
.spo-sub { display: block; font-size: 0.8rem; color: var(--muted); margin-top: 0.25rem; }
.single-price-divider { display: flex; align-items: center; justify-content: center; }
.single-price-divider span { font-family: var(--font-d); font-size: 0.75rem; font-weight: 700; color: var(--muted); letter-spacing: 2px; background: var(--card); border: 1px solid var(--border); padding: 0.4rem 0.75rem; border-radius: 100px; }
.single-plan-divider { height: 1px; background: var(--border); margin: 1.5rem 0; }
.single-plan-features { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem 1.5rem; margin-bottom: 2rem; }
.spf-col { display: flex; flex-direction: column; gap: 0.6rem; }
.spf-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.875rem; color: var(--text); }
.single-plan-btn { display: flex; align-items: center; justify-content: center; gap: 0.6rem; width: 100%; background: var(--red); color: #fff; padding: 1rem; border-radius: 10px; text-decoration: none; font-weight: 700; font-size: 1rem; transition: all 0.2s; box-shadow: 0 4px 24px var(--red-glow); margin-bottom: 1rem; }
.single-plan-btn:hover { background: var(--red-dark); box-shadow: 0 6px 32px var(--red-glow); transform: translateY(-1px); }
.single-plan-note { text-align: center; color: var(--muted); font-size: 0.8rem; line-height: 1.5; }

.value-callouts { display: flex; flex-direction: column; gap: 1rem; }
.value-card { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; display: flex; gap: 1rem; align-items: flex-start; transition: border-color 0.3s; }
.value-card:hover { border-color: var(--border-b); }
.value-icon { font-size: 1.75rem; flex-shrink: 0; }
.value-card strong { display: block; font-size: 0.9rem; font-weight: 600; margin-bottom: 0.3rem; color: var(--text); }
.value-card p { color: var(--muted); font-size: 0.85rem; line-height: 1.5; margin: 0; }

/* single plan teaser on home page */
.single-plan { max-width: 560px; margin: 0 auto; }
.plan-price-row { display: flex; align-items: center; justify-content: center; gap: 1.5rem; margin: 1rem 0 1.5rem; flex-wrap: wrap; }
.plan-price-or { font-family: var(--font-d); font-size: 0.7rem; font-weight: 700; color: var(--muted); letter-spacing: 2px; }
.plan-price.robux-price { align-items: center; gap: 0.3rem; }

@media (max-width: 900px) {
  .single-plan-wrap { grid-template-columns: 1fr; }
  .single-plan-features { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .single-plan-prices { flex-direction: column; gap: 1rem; }
  .single-price-divider span { transform: rotate(90deg); }
}

/* ===== HOME PLAN CARD ===== */
.home-plan-card {
  max-width: 600px;
  margin: 0 auto;
  background: var(--card);
  border: 2px solid var(--red);
  border-radius: 20px;
  padding: 3rem 2.5rem 2.5rem;
  text-align: center;
  position: relative;
  box-shadow: 0 0 60px rgba(255,34,68,0.12);
}
.home-plan-name {
  font-family: var(--font-d);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--muted);
  margin-bottom: 1.5rem;
}
.home-plan-prices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.home-price-opt { text-align: center; }
.home-price-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.4rem;
}
.home-price-num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.15rem;
}
.home-price-dollar {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--muted);
  line-height: 1;
}
.home-price-big {
  font-family: var(--font-d);
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--text);
  line-height: 1;
}
.home-robux-icon {
  font-size: 1.8rem;
  line-height: 1;
}
.home-price-sub {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 0.2rem;
}
.home-price-sep {
  font-family: var(--font-d);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--muted);
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 0.35rem 0.7rem;
  border-radius: 100px;
  flex-shrink: 0;
}
.home-plan-desc {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.home-plan-btn {
  display: inline-flex;
  margin: 0 auto;
}

/* ===== PRICE HERO BOX ===== */
.price-hero-box {
  max-width: 620px;
  margin: 0 auto 5rem;
  background: var(--card);
  border: 2px solid var(--red);
  border-radius: 20px;
  padding: 3rem 2.5rem 2.5rem;
  text-align: center;
  position: relative;
  box-shadow: 0 0 80px rgba(255,34,68,0.15);
}
.price-hero-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--red);
  color: #fff;
  font-family: var(--font-d);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0.3rem 1.1rem;
  border-radius: 100px;
  white-space: nowrap;
}
.price-hero-amounts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.pha-option { text-align: center; }
.pha-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.4rem;
}
.pha-num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.15rem;
}
.pha-dollar { font-size: 1.5rem; font-weight: 700; color: var(--muted); }
.pha-big {
  font-family: var(--font-d);
  font-size: 4rem;
  font-weight: 900;
  color: var(--text);
  line-height: 1;
}
.pha-robux { font-size: 2rem; line-height: 1; }
.pha-sub { display: block; font-size: 0.78rem; color: var(--muted); margin-top: 0.2rem; }
.pha-or {
  font-family: var(--font-d);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--muted);
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 0.35rem 0.75rem;
  border-radius: 100px;
  flex-shrink: 0;
}
.price-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--red);
  color: #fff;
  padding: 0.9rem 2.5rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.2s;
  box-shadow: 0 4px 24px var(--red-glow);
}
.price-hero-btn:hover {
  background: var(--red-dark);
  box-shadow: 0 6px 32px var(--red-glow);
  transform: translateY(-1px);
}

/* ===== PAYMENT METHODS ===== */
.payment-section { margin-bottom: 5rem; }
.payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.payment-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.75rem;
  position: relative;
  transition: all 0.3s;
}
.payment-card:hover {
  border-color: var(--border-b);
  transform: translateY(-3px);
}
.payment-card.recommended {
  border-color: var(--border-b);
  background: linear-gradient(135deg, var(--card), rgba(255,34,68,0.05));
}
.payment-rec-badge {
  display: inline-block;
  background: rgba(255,34,68,0.15);
  color: var(--red);
  font-size: 0.62rem;
  font-weight: 700;
  font-family: var(--font-d);
  letter-spacing: 1px;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}
.payment-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  display: block;
}
.payment-card h3 {
  font-family: var(--font-d);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0.6rem;
  color: var(--text);
}
.payment-card p {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.payment-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--muted);
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
}
.payment-tag.fast {
  color: #28c840;
  background: rgba(40,200,64,0.08);
  border-color: rgba(40,200,64,0.25);
}
.payment-note-box {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: rgba(255,34,68,0.05);
  border: 1px solid var(--border-b);
  border-radius: 12px;
  padding: 1.5rem;
}
.pnb-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }
.payment-note-box strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.5rem;
}
.payment-note-box p {
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

/* ===== WHATS INCLUDED ===== */
.whats-included { margin-bottom: 2rem; }
.included-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 2rem;
}
.included-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.875rem;
  color: var(--text);
}

/* ===== RESPONSIVE PRICING ===== */
@media (max-width: 900px) {
  .payment-grid { grid-template-columns: repeat(2, 1fr); }
  .included-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .payment-grid { grid-template-columns: 1fr; }
  .included-grid { grid-template-columns: 1fr; }
  .price-hero-amounts { gap: 1.25rem; }
  .pha-big { font-size: 3rem; }
}
