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

:root {
  --primary: #6c3ce1;
  --primary-light: #9b6cff;
  --primary-dark: #4a1fb8;
  --cyan: #00e5a0;
  --cyan-light: #66ffd1;
  --cyan-dark: #00b87c;
  --orange: #ff6b35;
  --orange-light: #ff9f6c;
  --magenta: #e040fb;
  --red: #ff4757;
  --yellow: #ffd93d;

  --bg-dark: #06060f;
  --bg-card: #0d0d1a;
  --bg-card-hover: #12122a;
  --bg-section: #08081a;

  --text-primary: #eeeeff;
  --text-secondary: rgba(238, 238, 255, 0.6);
  --text-muted: rgba(238, 238, 255, 0.35);

  --glass: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(108, 60, 225, 0.12);
  --glass-hover: rgba(108, 60, 225, 0.08);

  --font-heading: "Space Grotesk", sans-serif;
  --font-body: "Inter", sans-serif;
  --font-mono: "JetBrains Mono", monospace;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 9999px;

  --shadow-glow: 0 0 30px rgba(108, 60, 225, 0.15);
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.3);
  --shadow-float: 0 20px 60px rgba(0, 0, 0, 0.4);

  --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --transition-smooth: all 0.3s ease;
}

[data-theme="light"] {
  --bg-dark: #f0f0fa;
  --bg-card: #ffffff;
  --bg-card-hover: #f5f5ff;
  --bg-section: #e8e8f8;

  --text-primary: #0d0d2b;
  --text-secondary: rgba(13, 13, 43, 0.65);
  --text-muted: rgba(13, 13, 43, 0.4);

  --glass: rgba(108, 60, 225, 0.04);
  --glass-border: rgba(108, 60, 225, 0.18);
  --glass-hover: rgba(108, 60, 225, 0.08);

  --shadow-glow: 0 0 30px rgba(108, 60, 225, 0.12);
  --shadow-card: 0 8px 32px rgba(108, 60, 225, 0.1);
  --shadow-float: 0 20px 60px rgba(108, 60, 225, 0.15);
}

[data-theme="light"] .hero-title .line-3 {
  -webkit-text-stroke: 2px rgba(13, 13, 43, 0.55);
  -webkit-text-fill-color: transparent;
}

[data-theme="light"] .sf-navbar.scrolled {
  background: rgba(240, 240, 250, 0.92) !important;
}

[data-theme="light"] ::-webkit-scrollbar-track {
  background: #f0f0fa;
}

[data-theme="light"] .glow-divider {
  border-color: rgba(108, 60, 225, 0.15);
}

[data-theme="light"] .grid-bg {
  background-image:
    linear-gradient(rgba(108, 60, 225, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 60, 225, 0.06) 1px, transparent 1px) !important;
}

[data-theme="light"] .hero-visual {
  opacity: 0.7;
}

[data-theme="light"] .sf-footer {
  background: #e0e0f5 !important;
  border-top: 1px solid rgba(108, 60, 225, 0.15);
}

[data-theme="light"] .footer-links a {
  color: rgba(13, 13, 43, 0.6);
}

[data-theme="light"] .footer-links a:hover {
  color: var(--primary);
}

[data-theme="light"] .sf-footer p {
  color: rgba(13, 13, 43, 0.5);
}

[data-theme="light"] .footer-newsletter input {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(108, 60, 225, 0.2);
  color: var(--text-primary);
}

[data-theme="light"] .roadmap-search input {
  background: rgba(255, 255, 255, 0.7);
  color: var(--text-primary);
}

[data-theme="light"] input,
[data-theme="light"] textarea {
  background: rgba(255, 255, 255, 0.8) !important;
  color: var(--text-primary) !important;
}


[data-theme="light"] .sf-nav-link {
  color: rgba(13, 13, 43, 0.7) !important;
}

[data-theme="light"] .marquee-item {
  color: rgba(13, 13, 43, 0.25);
}

[data-theme="light"] .sf-nav-link:hover,
[data-theme="light"] .sf-nav-link.active {
  color: var(--primary) !important;
}

[data-theme="light"] .hero-eyebrow {
  color: rgba(13, 13, 43, 0.7);
  background: rgba(108, 60, 225, 0.08);
  border-color: rgba(108, 60, 225, 0.2);
}

[data-theme="light"] .hero-stat h4 {
  color: var(--primary);
}

[data-theme="light"] .hero-stat p {
  color: rgba(13, 13, 43, 0.6);
}

[data-theme="light"] .hero-float {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(108, 60, 225, 0.2);
  box-shadow: 0 8px 24px rgba(108, 60, 225, 0.12);
}

[data-theme="light"] .hf-info .hf-title {
  color: #0d0d2b;
}

[data-theme="light"] .hero-terminal {
  background: #1e1e2e;
}

[data-theme="light"] .hero-glass-card {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(108, 60, 225, 0.15);
}

[data-theme="light"] .section-badge {
  color: var(--primary);
  background: rgba(108, 60, 225, 0.08);
  border-color: rgba(108, 60, 225, 0.2);
}

[data-theme="light"] .section-title {
  color: #0d0d2b;
}

[data-theme="light"] .section-desc {
  color: rgba(13, 13, 43, 0.65);
}

[data-theme="light"] .sf-card {
  background: #ffffff;
  border-color: rgba(108, 60, 225, 0.12);
  box-shadow: 0 4px 20px rgba(108, 60, 225, 0.08);
}

[data-theme="light"] .sf-card h5 {
  color: #0d0d2b;
}

[data-theme="light"] .service-card-large {
  background: #ffffff;
  border-color: rgba(108, 60, 225, 0.12);
}

[data-theme="light"] .service-card-large h4 {
  color: #0d0d2b;
}

[data-theme="light"] .process-step h5 {
  color: #0d0d2b;
}

[data-theme="light"] .page-banner h1 {
  color: #0d0d2b;
}

[data-theme="light"] .contact-card {
  background: #ffffff;
  border-color: rgba(108, 60, 225, 0.12);
}

[data-theme="light"] .contact-item h6 {
  color: #0d0d2b;
}

[data-theme="light"] .contact-item p {
  color: rgba(13, 13, 43, 0.65);
}

[data-theme="light"] .cta-box {
  background: linear-gradient(135deg, rgba(108, 60, 225, 0.08), rgba(0, 229, 160, 0.04));
  border-color: rgba(108, 60, 225, 0.15);
}

[data-theme="light"] .skill-preview-card {
  background: #ffffff;
}

[data-theme="light"] .leaderboard-item {
  border-color: rgba(13, 13, 43, 0.06);
}

[data-theme="light"] .lb-info h6 {
  color: #0d0d2b;
}

[data-theme="light"] .faq-header {
  color: #0d0d2b;
}

[data-theme="light"] .sf-section-alt {
  background: #e8e8f8;
}

[data-theme="light"] .scroll-top {
  background: var(--primary);
  color: #fff;
}

[data-theme="light"] .preloader {
  background: #f0f0fa;
}

[data-theme="light"] .preloader-text {
  color: var(--primary);
}

[data-theme="light"] .streak-info h5,
[data-theme="light"] .roadmap-skill-title,
[data-theme="light"] .faq-body p {
  color: rgba(13, 13, 43, 0.75);
}

[data-theme="light"] .sf-stat-card,
[data-theme="light"] .dashboard-card {
  background: #ffffff;
  border-color: rgba(108, 60, 225, 0.12);
}

[data-theme="light"] .page-breadcrumb {
  color: rgba(13, 13, 43, 0.5);
  background: rgba(108, 60, 225, 0.06);
  border-color: rgba(108, 60, 225, 0.12);
}

[data-theme="light"] .page-breadcrumb a {
  color: var(--primary);
}

[data-theme="light"] .roadmap-input-area {
  background: linear-gradient(145deg, rgba(108, 60, 225, 0.06), rgba(0, 229, 160, 0.02));
  border-color: rgba(108, 60, 225, 0.15);
}

[data-theme="light"] .team-card {
  background: #ffffff;
  border-color: rgba(108, 60, 225, 0.12);
}

[data-theme="light"] .team-card h5,
[data-theme="light"] .team-card h6 {
  color: #0d0d2b;
}

[data-theme="light"] #formWrapper {
  background: #ffffff !important;
  border-color: rgba(108, 60, 225, 0.12) !important;
}

[data-theme="light"] #formWrapper h4 {
  color: #0d0d2b;
}

.theme-toggle {
  width: 44px;
  height: 24px;
  background: rgba(108, 60, 225, 0.15);
  border: 1.5px solid rgba(108, 60, 225, 0.3);
  border-radius: var(--radius-full);
  position: relative;
  cursor: pointer;
  transition: all 0.35s ease;
  display: flex;
  align-items: center;
  padding: 0 3px;
  flex-shrink: 0;
}

.theme-toggle:hover {
  border-color: var(--primary);
  background: rgba(108, 60, 225, 0.2);
}

.theme-toggle-knob {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #fff;
  box-shadow: 0 2px 6px rgba(108, 60, 225, 0.4);
}

[data-theme="light"] .theme-toggle-knob {
  transform: translateX(20px);
  background: linear-gradient(135deg, #f5a623, #f7c948);
  box-shadow: 0 2px 6px rgba(245, 166, 35, 0.5);
}

[data-theme="light"] .theme-toggle {
  background: rgba(245, 166, 35, 0.12);
  border-color: rgba(245, 166, 35, 0.35);
}

[data-theme="light"] .theme-toggle:hover {
  border-color: #f5a623;
}

.theme-toggle-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
}

.theme-icon-label {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 500;
  transition: color 0.3s ease;
  min-width: 14px;
  text-align: center;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background: var(--bg-dark);
  color: var(--text-primary);
  overflow-x: hidden;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: var(--primary);
  color: #fff;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--bg-dark);
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-smooth);
}

ul,
ol {
  list-style: none;
}

.preloader {
  position: fixed;
  inset: 0;
  background: var(--bg-dark);
  z-index: 1000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}

.preloader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.dna-loader {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 60px;
}

.dna-loader span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: dnaWave 1.2s ease-in-out infinite;
}

.dna-loader span:nth-child(odd) {
  background: var(--primary);
}

.dna-loader span:nth-child(even) {
  background: var(--cyan);
}

.dna-loader span:nth-child(1) {
  animation-delay: 0s;
}

.dna-loader span:nth-child(2) {
  animation-delay: 0.1s;
}

.dna-loader span:nth-child(3) {
  animation-delay: 0.2s;
}

.dna-loader span:nth-child(4) {
  animation-delay: 0.3s;
}

.dna-loader span:nth-child(5) {
  animation-delay: 0.4s;
}

.dna-loader span:nth-child(6) {
  animation-delay: 0.5s;
}

.dna-loader span:nth-child(7) {
  animation-delay: 0.6s;
}

.dna-loader span:nth-child(8) {
  animation-delay: 0.7s;
}

@keyframes dnaWave {

  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.5;
  }

  50% {
    transform: translateY(-25px) scale(1.4);
    opacity: 1;
  }
}

.preloader-text {
  margin-top: 30px;
  font-family: var(--font-heading);
  font-size: 13px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--primary-light);
}

.preloader-text span {
  display: inline-block;
  animation: fadeChar 1.5s ease-in-out infinite;
}

.preloader-text span:nth-child(1) {
  animation-delay: 0s;
}

.preloader-text span:nth-child(2) {
  animation-delay: 0.05s;
}

.preloader-text span:nth-child(3) {
  animation-delay: 0.1s;
}

.preloader-text span:nth-child(4) {
  animation-delay: 0.15s;
}

.preloader-text span:nth-child(5) {
  animation-delay: 0.2s;
}

.preloader-text span:nth-child(6) {
  animation-delay: 0.25s;
}

.preloader-text span:nth-child(7) {
  animation-delay: 0.3s;
}

.preloader-text span:nth-child(8) {
  animation-delay: 0.35s;
}

.preloader-text span:nth-child(9) {
  animation-delay: 0.4s;
}

.preloader-text span:nth-child(10) {
  animation-delay: 0.45s;
}

.preloader-text span:nth-child(11) {
  animation-delay: 0.5s;
}

.preloader-text span:nth-child(12) {
  animation-delay: 0.55s;
}

@keyframes fadeChar {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }
}

.cursor-dot {
  width: 8px;
  height: 8px;
  background: var(--cyan);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  transition: transform 0.1s ease;
  mix-blend-mode: difference;
}

.cursor-ring {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(108, 60, 225, 0.5);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 999998;
  transition: all 0.18s ease-out;
}

.cursor-ring.hover {
  transform: scale(1.6);
  border-color: var(--cyan);
  background: rgba(0, 229, 160, 0.05);
}

.sf-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  padding: 18px 0;
  transition: all 0.4s ease;
  background: transparent;
}

.sf-navbar.scrolled {
  padding: 10px 0;
  background: rgba(6, 6, 15, 0.92);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-bottom: 1px solid var(--glass-border);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.sf-brand {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 24px;
  color: var(--text-primary) !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sf-brand .brand-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.sf-brand .brand-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      transparent 40%,
      rgba(255, 255, 255, 0.2));
}

.sf-brand .brand-text span {
  color: var(--cyan);
}

.sf-nav-link {
  color: var(--text-secondary) !important;
  font-weight: 500;
  font-size: 15px;
  padding: 8px 16px !important;
  border-radius: var(--radius-sm);
  position: relative;
  margin: 0 2px;
  transition: var(--transition-smooth);
}

.sf-nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
  border-radius: 2px;
  transition: width 0.3s ease;
}

.sf-nav-link:hover,
.sf-nav-link.active {
  color: var(--text-primary) !important;
}

.sf-nav-link:hover::before,
.sf-nav-link.active::before {
  width: 24px;
}

.sf-nav-cta {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff !important;
  padding: 10px 26px !important;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 20px rgba(108, 60, 225, 0.4);
  transition: var(--transition);
  border: none;
}

.sf-nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(108, 60, 225, 0.6);
  color: #fff !important;
}

.navbar-toggler {
  border: 2px solid var(--primary) !important;
  padding: 5px 10px;
  border-radius: var(--radius-sm);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%236C3CE1' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.page-banner {
  padding: 160px 0 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 0%,
      rgba(108, 60, 225, 0.12) 0%,
      transparent 50%),
    radial-gradient(ellipse at 70% 100%,
      rgba(0, 229, 160, 0.08) 0%,
      transparent 50%);
  pointer-events: none;
}

.page-banner .grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(108, 60, 225, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 60, 225, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.page-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 6px 18px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-full);
  color: var(--cyan);
}

.page-breadcrumb a {
  color: var(--text-muted);
}

.page-breadcrumb a:hover {
  color: var(--primary-light);
}

.page-banner h1 {
  font-family: var(--font-heading);
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.15;
}

.page-banner p {
  color: var(--text-secondary);
  font-size: 17px;
  max-width: 560px;
  margin: 0 auto;
}

.sf-section {
  padding: 100px 0;
  position: relative;
}

.sf-section-alt {
  background: var(--bg-section);
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: var(--radius-full);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 16px;
  background: rgba(108, 60, 225, 0.1);
  color: var(--primary-light);
  border: 1px solid rgba(108, 60, 225, 0.2);
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-desc {
  color: var(--text-secondary);
  font-size: 16px;
  max-width: 560px;
}

.gradient-text {
  background: linear-gradient(135deg,
      var(--primary-light),
      var(--cyan),
      var(--orange));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.accent-text {
  color: var(--cyan);
}

.glow-divider {
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      var(--primary),
      var(--cyan),
      transparent);
  border: none;
  opacity: 0.25;
  margin: 0;
}

.sf-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 15px;
  font-family: var(--font-body);
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.sf-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      transparent 40%,
      rgba(255, 255, 255, 0.1));
  opacity: 0;
  transition: opacity 0.3s;
}

.sf-btn:hover::after {
  opacity: 1;
}

.sf-btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff;
  box-shadow: 0 4px 25px rgba(108, 60, 225, 0.4);
}

.sf-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 35px rgba(108, 60, 225, 0.6);
  color: #fff;
}

.sf-btn-outline {
  background: transparent;
  color: var(--text-primary);
  border: 2px solid rgba(108, 60, 225, 0.3);
}

.sf-btn-outline:hover {
  border-color: var(--cyan);
  color: var(--cyan);
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 229, 160, 0.15);
}

.sf-btn-cyan {
  background: linear-gradient(135deg, var(--cyan-dark), var(--cyan));
  color: var(--bg-dark);
  box-shadow: 0 4px 20px rgba(0, 229, 160, 0.3);
}

.sf-btn-cyan:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 229, 160, 0.5);
  color: var(--bg-dark);
}

.sf-btn-sm {
  padding: 10px 22px;
  font-size: 13px;
}

.sf-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.sf-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.sf-card:hover {
  transform: translateY(-8px);
  border-color: rgba(108, 60, 225, 0.25);
  box-shadow: var(--shadow-glow);
  background: var(--glass-hover);
}

.sf-card:hover::before {
  transform: scaleX(1);
}

.sf-icon-box {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
}

.sf-icon-box::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  background: inherit;
  filter: blur(15px);
  opacity: 0.3;
  z-index: -1;
}

.icon-purple {
  background: rgba(108, 60, 225, 0.15);
  color: var(--primary-light);
}

.icon-cyan {
  background: rgba(0, 229, 160, 0.15);
  color: var(--cyan);
}

.icon-orange {
  background: rgba(255, 107, 53, 0.15);
  color: var(--orange);
}

.icon-magenta {
  background: rgba(224, 64, 251, 0.15);
  color: var(--magenta);
}

.icon-yellow {
  background: rgba(255, 217, 61, 0.15);
  color: var(--yellow);
}

.icon-red {
  background: rgba(255, 71, 87, 0.15);
  color: var(--red);
}

.sf-footer {
  background: #040410;
  border-top: 1px solid var(--glass-border);
  padding: 70px 0 0;
}

.sf-footer .footer-brand p {
  color: var(--text-muted);
  font-size: 14px;
  margin-top: 15px;
  max-width: 300px;
  line-height: 1.8;
}

.sf-footer h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
  color: var(--text-primary);
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: var(--text-muted);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-links a::before {
  content: "";
  width: 0;
  height: 1px;
  background: var(--cyan);
  transition: width 0.3s;
}

.footer-links a:hover {
  color: var(--cyan);
}

.footer-links a:hover::before {
  width: 12px;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: var(--glass);
  border: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  font-size: 16px;
  transition: var(--transition);
}

.footer-social a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(108, 60, 225, 0.4);
}

.footer-bottom {
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid rgba(238, 238, 255, 0.05);
  text-align: center;
}

.footer-bottom p {
  color: var(--text-muted);
  font-size: 13px;
  margin: 0;
}

.footer-newsletter input {
  width: 100%;
  padding: 12px 18px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-size: 14px;
  font-family: var(--font-body);
  outline: none;
  margin-bottom: 10px;
  transition: var(--transition-smooth);
}

.footer-newsletter input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(108, 60, 225, 0.1);
}

.footer-newsletter input::placeholder {
  color: var(--text-muted);
}

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 9998;
  box-shadow: 0 4px 20px rgba(108, 60, 225, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(108, 60, 225, 0.6);
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.reveal-left.active {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.reveal-scale.active {
  opacity: 1;
  transform: scale(1);
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

.delay-6 {
  transition-delay: 0.6s;
}

.sf-input {
  width: 100%;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  font-size: 15px;
  font-family: var(--font-body);
  outline: none;
  transition: var(--transition-smooth);
}

.sf-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(108, 60, 225, 0.12);
  background: rgba(108, 60, 225, 0.03);
}

.sf-input::placeholder {
  color: var(--text-muted);
}

.sf-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 8px;
  display: block;
}

.sf-progress {
  height: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-full);
  overflow: hidden;
  position: relative;
}

.sf-progress-bar {
  height: 100%;
  border-radius: var(--radius-full);
  transition: width 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.sf-progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.15),
      transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.stat-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 28px;
  text-align: center;
  transition: var(--transition);
}

.stat-card:hover {
  border-color: rgba(108, 60, 225, 0.3);
  transform: translateY(-4px);
}

.stat-card h3 {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 700;
}

.stat-card p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 5px 0 0;
}

.team-card {
  text-align: center;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 35px 25px;
  transition: var(--transition);
  height: 100%;
}

.team-card:hover {
  transform: translateY(-8px);
  border-color: rgba(108, 60, 225, 0.3);
  box-shadow: var(--shadow-glow);
}

.team-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  border: 3px solid;
  position: relative;
}

.team-card h5 {
  font-family: var(--font-heading);
  font-weight: 600;
  margin-bottom: 4px;
}

.team-card .role {
  font-size: 13px;
  color: var(--cyan);
  margin-bottom: 12px;
  font-weight: 500;
}

.team-card p {
  font-size: 14px;
  color: var(--text-muted);
}

.team-social {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 18px;
}

.team-social a {
  width: 34px;
  height: 34px;
  border-radius: var(--radius-sm);
  background: var(--glass);
  border: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--text-muted);
  transition: var(--transition-smooth);
}

.team-social a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.sf-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tag-purple {
  background: rgba(108, 60, 225, 0.15);
  color: var(--primary-light);
}

.tag-cyan {
  background: rgba(0, 229, 160, 0.15);
  color: var(--cyan);
}

.tag-orange {
  background: rgba(255, 107, 53, 0.15);
  color: var(--orange);
}

.counter-section {
  padding: 50px 0;
  background: var(--bg-section);
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
}

@media (max-width: 991px) {
  .sf-section {
    padding: 70px 0;
  }

  .page-banner {
    padding: 140px 0 70px;
  }

  .cursor-dot,
  .cursor-ring {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sf-section {
    padding: 60px 0;
  }

  .sf-card {
    padding: 24px;
  }
}

@media (max-width: 576px) {
  .sf-btn {
    padding: 12px 24px;
    font-size: 14px;
  }
}

.particle-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: var(--primary);
  border-radius: 50%;
  opacity: 0;
  animation: particleFloat 6s infinite;
}

@keyframes particleFloat {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.5);
  }

  20% {
    opacity: 0.6;
  }

  100% {
    opacity: 0;
    transform: translateY(-120px) scale(0);
  }
}

.orbit-container {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 0 auto;
}

.orbit-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow:
    0 0 40px rgba(108, 60, 225, 0.4),
    0 0 80px rgba(0, 229, 160, 0.2);
  z-index: 3;
}

.orbit-ring {
  position: absolute;
  inset: 0;
  border: 1px dashed rgba(108, 60, 225, 0.2);
  border-radius: 50%;
  animation: orbitSpin 20s linear infinite;
}

.orbit-ring:nth-child(2) {
  inset: 30px;
  animation-duration: 15s;
  animation-direction: reverse;
  border-color: rgba(0, 229, 160, 0.15);
}

.orbit-ring:nth-child(3) {
  inset: 60px;
  animation-duration: 10s;
  border-color: rgba(255, 107, 53, 0.15);
}

.orbit-dot {
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--bg-card);
  border: 2px solid var(--glass-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}

.roadmap-output {
  display: none;
}

.roadmap-output.show {
  display: block;
  animation: slideUp 0.5s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.roadmap-level {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
  transition: var(--transition);
}

.roadmap-level:hover {
  border-color: rgba(108, 60, 225, 0.3);
  transform: translateX(5px);
}

.roadmap-level::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 4px 0 0 4px;
}

.level-beginner::before {
  background: var(--cyan);
}

.level-intermediate::before {
  background: var(--orange);
}

.level-advanced::before {
  background: var(--magenta);
}

.roadmap-level h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.roadmap-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.roadmap-chip {
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: 13px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: var(--transition-smooth);
}

.roadmap-chip:hover {
  background: rgba(108, 60, 225, 0.1);
  border-color: var(--primary);
  color: var(--primary-light);
}

.dash-header {
  background: linear-gradient(135deg,
      rgba(108, 60, 225, 0.08),
      rgba(0, 229, 160, 0.04));
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  padding: 30px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.dash-user {
  display: flex;
  align-items: center;
  gap: 18px;
}

.dash-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 0 20px rgba(108, 60, 225, 0.3);
}

.dash-user h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  margin-bottom: 2px;
}

.dash-user p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}

.dash-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.dash-stat-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: var(--transition);
}

.dash-stat-card:hover {
  border-color: rgba(108, 60, 225, 0.3);
  transform: translateY(-4px);
}

.dash-stat-card .stat-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 15px;
}

.dash-stat-card h3 {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}

.dash-stat-card p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}

.skill-progress-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 30px;
  margin-bottom: 20px;
}

.skill-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.skill-header h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 15px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.skill-header span {
  font-size: 14px;
  font-weight: 600;
}

.activity-feed {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 28px;
}

.activity-item {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.activity-item:last-child {
  border-bottom: none;
}

.activity-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 6px;
  min-width: 10px;
}

.activity-item h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
}

.activity-item p {
  font-size: 12px;
  color: var(--text-muted);
  margin: 0;
}

.contact-card {
  background: linear-gradient(145deg,
      rgba(108, 60, 225, 0.06),
      rgba(0, 229, 160, 0.02));
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  padding: 40px;
  height: 100%;
}

.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 28px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.contact-item h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  margin-bottom: 4px;
}

.contact-item p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}

.form-success {
  display: none;
  text-align: center;
  padding: 30px;
}

.form-success.show {
  display: block;
  animation: slideUp 0.5s ease;
}

.success-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.home-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 90px;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%,
      rgba(108, 60, 225, 0.1) 0%,
      transparent 50%),
    radial-gradient(ellipse at 80% 30%,
      rgba(0, 229, 160, 0.06) 0%,
      transparent 40%),
    radial-gradient(ellipse at 50% 80%,
      rgba(255, 107, 53, 0.04) 0%,
      transparent 40%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(108, 60, 225, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 60, 225, 0.035) 1px, transparent 1px);
  background-size: 70px 70px;
  pointer-events: none;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-full);
  font-size: 13px;
  color: var(--cyan);
  margin-bottom: 25px;
  backdrop-filter: blur(10px);
}

.hero-eyebrow .pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--cyan);
  border-radius: 50%;
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.4;
    transform: scale(1.8);
  }
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(40px, 6vw, 78px);
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 25px;
}

.hero-title .line-2 {
  background: linear-gradient(135deg, var(--primary-light), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-title .line-3 {
  -webkit-text-stroke: 2px rgba(238, 238, 255, 0.2);
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  font-size: 17px;
  color: var(--text-secondary);
  max-width: 500px;
  line-height: 1.8;
  margin-bottom: 35px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.hero-stat h4 {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 700;
  color: var(--cyan);
  margin-bottom: 2px;
}

.hero-stat p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}

.hero-visual {
  position: relative;
}

.hero-main-visual {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.hero-glass-card {
  background: linear-gradient(145deg,
      rgba(108, 60, 225, 0.08),
      rgba(0, 229, 160, 0.03));
  border: 1px solid rgba(108, 60, 225, 0.2);
  border-radius: var(--radius-xl);
  padding: 35px;
  backdrop-filter: blur(20px);
  position: relative;
}

.hero-glass-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg,
      var(--primary),
      transparent 50%,
      var(--cyan));
  z-index: -1;
  opacity: 0.3;
}

.hero-terminal {
  background: rgba(0, 0, 0, 0.5);
  border-radius: var(--radius-md);
  padding: 20px;
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.9;
  position: relative;
  overflow: hidden;
}

.terminal-dots {
  display: flex;
  gap: 6px;
  margin-bottom: 15px;
}

.terminal-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.terminal-dots span:nth-child(1) {
  background: #ff5f56;
}

.terminal-dots span:nth-child(2) {
  background: #ffbd2e;
}

.terminal-dots span:nth-child(3) {
  background: #27ca40;
}

.t-purple {
  color: #c792ea;
}

.t-cyan {
  color: #89ddff;
}

.t-green {
  color: #c3e88d;
}

.t-yellow {
  color: #ffcb6b;
}

.t-orange {
  color: #f78c6c;
}

.t-white {
  color: #eeffff;
}

.t-blue {
  color: #82aaff;
}

.t-comment {
  color: #546e7a;
}

.terminal-line {
  opacity: 0;
  animation: termFade 0.3s forwards;
}

.terminal-line:nth-child(2) {
  animation-delay: 1.8s;
}

.terminal-line:nth-child(3) {
  animation-delay: 2.1s;
}

.terminal-line:nth-child(4) {
  animation-delay: 2.4s;
}

.terminal-line:nth-child(5) {
  animation-delay: 2.7s;
}

.terminal-line:nth-child(6) {
  animation-delay: 3s;
}

.terminal-line:nth-child(7) {
  animation-delay: 3.3s;
}

.terminal-line:nth-child(8) {
  animation-delay: 3.6s;
}

.terminal-line:nth-child(9) {
  animation-delay: 3.9s;
}

@keyframes termFade {
  to {
    opacity: 1;
  }
}

.hero-float {
  position: absolute;
  background: rgba(6, 6, 15, 0.92);
  border: 1px solid rgba(108, 60, 225, 0.25);
  border-radius: var(--radius-md);
  padding: 12px 18px;
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: floatUp 3s ease-in-out infinite;
  z-index: 5;
}

@keyframes floatUp {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.hero-float.hf-1 {
  top: -15px;
  right: -15px;
}

.hero-float.hf-2 {
  bottom: 60px;
  left: -25px;
  animation-delay: 1s;
}

.hero-float.hf-3 {
  bottom: -10px;
  right: 40px;
  animation-delay: 2s;
}

.hf-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.hf-info .hf-title {
  font-weight: 600;
  font-size: 13px;
}

.hf-info .hf-sub {
  font-size: 11px;
  color: var(--text-muted);
}

.skill-preview-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 28px;
  text-align: center;
  transition: var(--transition);
  height: 100%;
}

.skill-preview-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(108, 60, 225, 0.3);
  box-shadow: var(--shadow-glow);
}

.skill-preview-card .skill-emoji {
  font-size: 44px;
  margin-bottom: 15px;
  display: block;
}

.skill-preview-card h5 {
  font-family: var(--font-heading);
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 17px;
}

.skill-preview-card p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}

.cta-box {
  background: linear-gradient(135deg,
      rgba(108, 60, 225, 0.12),
      rgba(0, 229, 160, 0.04));
  border: 1px solid rgba(108, 60, 225, 0.2);
  border-radius: var(--radius-xl);
  padding: 60px 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-box::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--primary);
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.08;
  top: -100px;
  right: -100px;
}

.cta-box::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: var(--cyan);
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.05;
  bottom: -80px;
  left: -80px;
}

.marquee-strip {
  padding: 25px 0;
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
  overflow: hidden;
  background: rgba(108, 60, 225, 0.02);
}

.marquee-track {
  display: flex;
  gap: 50px;
  animation: marqueeMove 25s linear infinite;
  width: max-content;
}

.marquee-item {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: rgba(238, 238, 255, 0.1);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 12px;
}

.marquee-item .dot {
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
}

@keyframes marqueeMove {
  to {
    transform: translateX(-50%);
  }
}

.mission-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  padding: 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.mission-card:hover {
  border-color: rgba(108, 60, 225, 0.3);
  transform: translateY(-5px);
}

.mission-card .big-icon {
  font-size: 50px;
  margin-bottom: 20px;
  display: block;
}

.mission-card h4 {
  font-family: var(--font-heading);
  font-weight: 700;
  margin-bottom: 12px;
}

.mission-card p {
  color: var(--text-secondary);
  font-size: 15px;
}

.story-block {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  padding: 40px;
  position: relative;
}

.story-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary), var(--cyan));
  border-radius: 4px 0 0 4px;
}

.story-year {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--cyan);
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.service-card-large {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  padding: 40px;
  transition: var(--transition);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.service-card-large::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s;
}

.service-card-large:hover {
  transform: translateY(-10px);
  border-color: rgba(108, 60, 225, 0.3);
  box-shadow: var(--shadow-glow);
}

.service-card-large:hover::before {
  transform: scaleX(1);
}

.service-card-large .service-emoji {
  font-size: 56px;
  margin-bottom: 20px;
  display: block;
}

.service-card-large h4 {
  font-family: var(--font-heading);
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 22px;
}

.service-card-large p {
  color: var(--text-secondary);
  font-size: 15px;
  margin-bottom: 20px;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.service-tag {
  padding: 4px 12px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 500;
  background: rgba(108, 60, 225, 0.1);
  color: var(--primary-light);
  border: 1px solid rgba(108, 60, 225, 0.15);
}

.service-card-large .learn-link {
  color: var(--cyan);
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.service-card-large .learn-link:hover {
  gap: 14px;
}

.process-step {
  display: flex;
  gap: 25px;
  margin-bottom: 40px;
  align-items: flex-start;
}

.process-number {
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
}

.process-step h5 {
  font-family: var(--font-heading);
  font-weight: 600;
  margin-bottom: 6px;
}

.process-step p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}

.roadmap-input-area {
  background: linear-gradient(145deg,
      rgba(108, 60, 225, 0.08),
      rgba(0, 229, 160, 0.03));
  border: 1px solid rgba(108, 60, 225, 0.2);
  border-radius: var(--radius-xl);
  padding: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.roadmap-input-area::before {
  content: "🤖";
  position: absolute;
  font-size: 200px;
  opacity: 0.02;
  right: -20px;
  top: -30px;
}

.roadmap-search {
  display: flex;
  gap: 12px;
  max-width: 600px;
  margin: 0 auto;
}

.roadmap-search input {
  flex: 1;
  padding: 16px 24px;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(108, 60, 225, 0.2);
  border-radius: var(--radius-full);
  color: var(--text-primary);
  font-size: 16px;
  font-family: var(--font-body);
  outline: none;
  transition: var(--transition-smooth);
}

.roadmap-search input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(108, 60, 225, 0.15);
}

.roadmap-search input::placeholder {
  color: var(--text-muted);
}

.quick-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
}

.quick-tag {
  padding: 6px 16px;
  border-radius: var(--radius-full);
  background: rgba(108, 60, 225, 0.08);
  border: 1px solid rgba(108, 60, 225, 0.15);
  color: var(--text-secondary);
  font-size: 13px;
  cursor: pointer;
  transition: var(--transition-smooth);
  font-family: var(--font-body);
}

.quick-tag:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.roadmap-loading {
  display: none;
  text-align: center;
  padding: 60px 0;
}

.roadmap-loading.show {
  display: block;
}

.loading-brain {
  font-size: 60px;
  animation: brainPulse 1s ease-in-out infinite;
}

@keyframes brainPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }
}

.loading-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 15px;
}

.loading-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
  animation: dotBounce 1.2s ease-in-out infinite;
}

.loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
  background: var(--cyan);
}

.loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
  background: var(--orange);
}

@keyframes dotBounce {

  0%,
  100% {
    transform: scale(0.6);
    opacity: 0.4;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}

.roadmap-skill-title {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.duration-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 14px;
  border-radius: var(--radius-full);
  font-size: 12px;
  font-weight: 600;
}

.streak-card {
  background: linear-gradient(135deg,
      rgba(255, 107, 53, 0.12),
      rgba(255, 217, 61, 0.06));
  border: 1px solid rgba(255, 107, 53, 0.2);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.streak-fire {
  font-size: 40px;
}

.streak-info h5 {
  font-family: var(--font-heading);
  font-weight: 700;
  margin-bottom: 2px;
}

.streak-info p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}

.weekly-grid {
  display: flex;
  gap: 6px;
  margin-top: 20px;
}

.week-day {
  flex: 1;
  text-align: center;
}

.week-day .day-box {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 4px;
}

.week-day .day-label {
  font-size: 11px;
  color: var(--text-muted);
}

.day-done {
  background: rgba(0, 229, 160, 0.15);
  border: 1px solid rgba(0, 229, 160, 0.3);
}

.day-missed {
  background: rgba(255, 71, 87, 0.1);
  border: 1px solid rgba(255, 71, 87, 0.2);
}

.day-today {
  background: rgba(108, 60, 225, 0.15);
  border: 2px solid var(--primary);
}

.leaderboard-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.leaderboard-item:last-child {
  border-bottom: none;
}

.lb-rank {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 16px;
  min-width: 30px;
  text-align: center;
}

.lb-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.lb-info {
  flex: 1;
}

.lb-info h6 {
  font-size: 14px;
  margin-bottom: 0;
}

.lb-info span {
  font-size: 12px;
  color: var(--text-muted);
}

.lb-xp {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 600;
  color: var(--cyan);
}

.faq-item {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.faq-item:hover {
  border-color: rgba(108, 60, 225, 0.25);
}

.faq-header {
  padding: 18px 22px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 15px;
}

.faq-header i {
  color: var(--primary-light);
  transition: transform 0.3s;
  font-size: 14px;
}

.faq-item.open .faq-header i {
  transform: rotate(180deg);
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0 22px;
}

.faq-item.open .faq-body {
  max-height: 200px;
  padding: 0 22px 18px;
}

.faq-body p {
  font-size: 14px;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.8;
}