/* ==========================================
   SITEFURY — Theme CSS
   ========================================== */

/* --- Variables --- */
:root {
  --bg: #080C14;
  --bg-2: #0D1420;
  --bg-3: #111827;
  --fg: #F0F2F7;
  --fg-muted: #8B9AB4;
  --accent: #FF5C00;
  --accent-2: #FF7A35;
  --accent-dim: rgba(255, 92, 0, 0.12);
  --border: rgba(255, 255, 255, 0.07);
  --card-bg: #0D1420;
  --font-display: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* --- Grid overlay for hero --- */
.hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 80% 50%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at 80% 50%, black 30%, transparent 80%);
  pointer-events: none;
}

/* --- Hero --- */
.hero {
  position: relative;
  padding: 120px 48px 100px;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(255,92,0,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hero-eyebrow {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(72px, 10vw, 120px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
.title-word { color: var(--fg); }
.title-fury {
  color: var(--accent);
  display: block;
  -webkit-text-stroke: 2px var(--accent);
}
.hero-sub {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--fg-muted);
  margin-bottom: 20px;
}
.hero-desc {
  font-size: 16px;
  color: var(--fg-muted);
  max-width: 420px;
  margin-bottom: 32px;
  line-height: 1.7;
}
.hero-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tag {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 14px;
  border: 1px solid var(--border);
  border-radius: 100px;
  color: var(--fg-muted);
  letter-spacing: 0.02em;
}

/* --- Hero Visual --- */
.hero-right { display: flex; justify-content: center; }
.hero-visual { position: relative; }
.visual-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  width: 340px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,92,0,0.1);
}
.card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
}
.dots { display: flex; gap: 6px; }
.dots span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.1); }
.dots span:first-child { background: #FF5C5C; }
.dots span:nth-child(2) { background: #FFBD2E; }
.dots span:last-child { background: #2ECC71; }
.url-bar {
  font-size: 11px;
  color: var(--fg-muted);
  font-family: var(--font-body);
  padding: 4px 10px;
  background: rgba(255,255,255,0.04);
  border-radius: 6px;
  border: 1px solid var(--border);
}
.card-body { padding: 20px 20px 16px; }
.mock-hero-bar { height: 60px; background: linear-gradient(135deg, var(--accent-dim), transparent); border-radius: 8px; margin-bottom: 12px; }
.mock-line { height: 8px; background: rgba(255,255,255,0.06); border-radius: 4px; margin-bottom: 8px; }
.w-60 { width: 60%; }
.w-80 { width: 80%; }
.w-40 { width: 40%; }
.mock-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin: 16px 0; }
.mock-block { height: 48px; background: rgba(255,92,0,0.1); border-radius: 6px; border: 1px solid rgba(255,92,0,0.1); }
.mock-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(46,204,113,0.1);
  border: 1px solid rgba(46,204,113,0.2);
  border-radius: 8px;
  font-size: 12px;
  color: #2ECC71;
}
.badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #2ECC71; }

/* --- Floating badges --- */
.floating-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  color: var(--fg);
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
  white-space: nowrap;
}
.badge-icon {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
.badge-1 { bottom: -20px; left: -40px; }
.badge-2 { top: 20px; right: -30px; }

/* --- Pain section --- */
.pain {
  padding: 100px 48px;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.pain-inner { max-width: 1200px; margin: 0 auto; }
.pain-badge, .features-badge, .pricing-badge, .process-badge, .closing-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.pain-heading {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  max-width: 640px;
  margin-bottom: 56px;
}
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
.pain-card {
  padding: 32px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
}
.pain-icon {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 16px;
}
.pain-icon--alt { color: var(--fg-muted); }
.pain-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.pain-card p { font-size: 14px; color: var(--fg-muted); line-height: 1.65; }
.pain-solution { border-top: 1px solid var(--border); padding-top: 40px; }
.solution-line {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: var(--fg-muted);
}
.line-2 { color: var(--accent); margin-top: 8px; }

/* --- Features --- */
.features { padding: 100px 48px; }
.features-inner { max-width: 1200px; margin: 0 auto; }
.features-heading {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  margin-bottom: 56px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature-card {
  padding: 32px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: border-color 0.2s, transform 0.2s;
}
.feature-card:hover { border-color: rgba(255,92,0,0.3); transform: translateY(-4px); }
.feature-icon {
  width: 56px; height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-dim);
  border-radius: 12px;
  margin-bottom: 20px;
}
.feature-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.feature-card p { font-size: 14px; color: var(--fg-muted); line-height: 1.65; }

/* --- Pricing --- */
.pricing {
  padding: 100px 48px;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.pricing-inner { max-width: 1200px; margin: 0 auto; }
.pricing-heading {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  margin-bottom: 12px;
}
.pricing-desc { font-size: 16px; color: var(--fg-muted); margin-bottom: 48px; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.price-card {
  padding: 36px 32px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  position: relative;
}
.price-card--featured {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(255,92,0,0.2), 0 8px 40px rgba(255,92,0,0.1);
}
.price-card-glow {
  position: absolute;
  top: -1px; left: -1px; right: -1px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  border-radius: 16px 16px 0 0;
}
.price-label {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--fg-muted);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.popular-tag {
  font-size: 10px;
  font-weight: 500;
  padding: 4px 10px;
  background: var(--accent-dim);
  border: 1px solid rgba(255,92,0,0.3);
  border-radius: 100px;
  color: var(--accent);
  text-transform: none;
  letter-spacing: 0;
}
.price-amount {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 800;
  color: var(--fg);
  line-height: 1;
  margin-bottom: 4px;
}
.price-note { font-size: 13px; color: var(--fg-muted); margin-bottom: 28px; }
.price-features { list-style: none; margin-bottom: 28px; }
.price-features li {
  font-size: 14px;
  color: var(--fg-muted);
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.price-features li:last-child { border-bottom: none; }
.price-features li::before {
  content: '';
  width: 16px; height: 16px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8l3.5 3.5L13 4' stroke='%23FF5C00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-size: contain;
  margin-top: 2px;
}
.price-cta {
  text-align: center;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--fg-muted);
  cursor: default;
}
.price-cta--featured {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.pricing-footer { font-size: 13px; color: var(--fg-muted); margin-top: 32px; text-align: center; }

/* --- Process --- */
.process { padding: 100px 48px; }
.process-inner { max-width: 1200px; margin: 0 auto; }
.process-heading {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  margin-bottom: 56px;
}
.process-steps {
  display: flex;
  align-items: center;
  gap: 0;
}
.step { flex: 1; }
.step-num {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 16px;
  line-height: 1;
}
.step-content h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.step-content p { font-size: 14px; color: var(--fg-muted); line-height: 1.65; }
.step-connector {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, var(--border), var(--accent), var(--border));
  flex-shrink: 0;
  margin: 0 16px;
  margin-bottom: 48px;
  align-self: flex-end;
  margin-bottom: 0;
}

/* --- Closing --- */
.closing {
  padding: 100px 48px;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  text-align: center;
}
.closing-inner { max-width: 800px; margin: 0 auto; }
.closing-heading {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 32px;
}
.closing-body {
  font-size: 18px;
  color: var(--fg-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}
.closing-statement {
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  color: var(--accent);
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}

/* --- Footer --- */
.footer { padding: 48px; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--fg);
  margin-bottom: 6px;
}
.footer-tagline { font-size: 13px; color: var(--fg-muted); line-height: 1.5; }
.footer-meta { font-size: 12px; color: var(--fg-muted); text-align: center; }
.footer-copy { font-size: 12px; color: rgba(139,154,180,0.5); }

/* --- Responsive --- */
@media (max-width: 900px) {
  .hero { padding: 80px 24px 60px; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-right { display: none; }
  .pain-grid, .features-grid, .pricing-grid { grid-template-columns: 1fr; }
  .process-steps { flex-direction: column; gap: 32px; }
  .step-connector { display: none; }
  .pain, .features, .pricing, .process, .closing { padding: 64px 24px; }
  .footer { padding: 32px 24px; }
  .footer-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 600px) {
  .hero-title { font-size: 64px; }
  .price-amount { font-size: 40px; }
}