/*--------------------------------------------------------------
# Hero Section - Professional Developer Showcase
--------------------------------------------------------------*/
.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 75px 0px 5px 0px;
  /* background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0f1729 100%); */
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.02) 0px, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 10px);
  z-index: 1;
}

.hero .container,
.hero .container-fluid {
  position: relative;
  z-index: 2;
}

.hero .content-col {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  padding-right: 3rem;
}

html[dir="rtl"] .hero .content-col {
  padding-right: 2rem;
  padding-left: 2rem;
}
.hero .agency-name {
  margin-bottom: 1.5rem;
}

.hero .agency-name h5 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--contrast-color);
  margin: 0;
}

.hero .main-heading {
  margin-bottom: 2rem;
}

.hero .main-heading h1 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  font-family: 'arfonts';
  text-align: center;
  color: #f5d8b0;
}

@media (max-width: 1200px) {
  .hero .main-heading h1 {
    font-size: 2rem;
  }
}


@media (max-width: 480px) {
  .hero .main-heading h1 {
    font-size: 1rem;
    margin-top: 20px;
  }
}

.hero .divider {
  width: 90%;
  height: 1px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  margin-bottom: 1rem;
}



.hero .description {
  margin-bottom: 2.5rem;
}

.hero .description p {
  font-size: large;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
}

html[dir="rtl"] .hero .description p {
  text-align: justify;
}
.hero .cta-button .btn {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 40%);
  color: var(--default-color);
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.hero .cta-button .btn span {
  margin-right: 0.5rem;
}
html[dir="rtl"] .hero .cta-button .btn span {
  margin-right: 0;
  margin-left: 0.5rem;
}

.hero .cta-button .btn i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.hero .cta-button .btn:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
}

.hero .cta-button .btn:hover i {
  transform: translateX(5px);
}

.hero .visual-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .fluid-shape {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.hero .fluid-shape .fluid-img {
  width: 100%;
  height: auto;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

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

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

.hero .stats-card {
  position: absolute;
  bottom: 10%;
  right: 0;
  background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
  backdrop-filter: blur(10px);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  border-radius: 10px;
  padding: 1rem;
  width: 200px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
}
html[dir="rtl"] .hero .stats-card {
  left: 0;
  right: auto;
}

.hero .stats-card .stats-number h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  color: var(--accent-color);
}
.hero .stats-card .stats-number h2 span {
  font-size: medium;
  color: var(--default-color);
}

.hero .stats-card .stats-label {
  margin-top: 0.5rem;
}

.hero .stats-card .stats-label p {
  font-size: 0.9rem;
  margin: 0;
}

.hero .stats-card .stats-arrow {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}
html[dir="rtl"]  .hero .stats-card .stats-arrow {
  left: 1.5rem;
    right: auto;
}

.hero .stats-card .stats-arrow a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--accent-color);
  border-radius: 50%;
  color: var(--contrast-color);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.hero .stats-card .stats-arrow a:hover {
  transform: translateY(-3px);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/* ========== Matrix Background ========== */
.matrix-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.15;
}

/* ========== Cyber Grid ========== */
.cyber-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.grid-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.3), transparent);
  animation: gridScan 3s infinite;
}

@keyframes gridScan {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(100vh);
    opacity: 0;
  }
}

/* ========== Hero Content Wrapper ========== */
.hero-content-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem;
}

/* ========== Glitch Title ========== */
.glitch-title {
  text-align: center;
  margin-bottom: 3rem;
}

.glitch {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: #fff;
  position: relative;
  text-shadow:
    0 0 15px rgba(56, 189, 248, 0.9),
    0 0 30px rgba(56, 189, 248, 0.7),
    0 0 45px rgba(56, 189, 248, 0.5);
  animation: glowPulse 2s ease-in-out infinite;
  letter-spacing: 2px;
  font-family: 'arfonts', sans-serif;
  line-height: 1.3;
}

html[dir="rtl"] .glitch {
  letter-spacing: 0;
}

/* إلغاء تأثير Glitch للعربية */
html[dir="rtl"] .glitch::before,
html[dir="rtl"] .glitch::after {
  display: none;
}

.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.glitch::before {
  left: 3px;
  text-shadow: -3px 0 #ff00de;
  clip: rect(24px, 9999px, 90px, 0);
  animation: glitch-anim 3s infinite linear alternate-reverse;
}

.glitch::after {
  left: -3px;
  text-shadow: -3px 0 #00fff9;
  clip: rect(85px, 9999px, 140px, 0);
  animation: glitch-anim 2.5s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
  0% {
    clip: rect(61px, 9999px, 88px, 0);
  }
  20% {
    clip: rect(29px, 9999px, 3px, 0);
  }
  40% {
    clip: rect(98px, 9999px, 5px, 0);
  }
  60% {
    clip: rect(65px, 9999px, 79px, 0);
  }
  80% {
    clip: rect(6px, 9999px, 42px, 0);
  }
  100% {
    clip: rect(24px, 9999px, 61px, 0);
  }
}

@keyframes glowPulse {
  0%, 100% {
    text-shadow:
      0 0 10px rgba(56, 189, 248, 0.8),
      0 0 20px rgba(56, 189, 248, 0.6),
      0 0 30px rgba(56, 189, 248, 0.4);
  }
  50% {
    text-shadow:
      0 0 20px rgba(56, 189, 248, 1),
      0 0 30px rgba(56, 189, 248, 0.8),
      0 0 40px rgba(56, 189, 248, 0.6),
      0 0 50px rgba(56, 189, 248, 0.4);
  }
}

.title-underline {
  margin: 1rem auto 0;
  width: 200px;
  height: 3px;
  background: rgba(56, 189, 248, 0.2);
  overflow: hidden;
  border-radius: 2px;
}

.line-animate {
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #38bdf8, transparent);
  animation: lineSlide 2s infinite;
}

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

/* ========== Typing Terminal ========== */
.typing-terminal {
  max-width: 800px;
  margin: 0 auto 3rem;
}

.terminal-window {
  background: rgb(2 12 34 / 95%);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(56, 189, 248, 0.3);
  box-shadow:
    0 10px 50px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(56, 189, 248, 0.2);
}

.terminal-header {
  background: rgba(30, 41, 59, 0.9);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(56, 189, 248, 0.2);
}

.terminal-buttons {
  display: flex;
  gap: 8px;
}

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

.btn-close {
  background: #ff5f57;
}

.btn-minimize {
  background: #ffbd2e;
}

.btn-maximize {
  background: #28c840;
}

.terminal-title {
  font-family: 'Courier New', monospace;
  font-size: 13px;
  color: rgba(148, 163, 184, 0.9);
}

.terminal-body {
  padding: 20px;
  font-family: 'Courier New', monospace;
  min-height: 150px;
}

.terminal-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.prompt {
  color: #22c55e;
  font-weight: bold;
  font-size: 16px;
}

.command {
  color: #43c4fb;
  font-size: 16px;
}

.cursor-blink {
  color: #38bdf8;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}

.terminal-output {
  margin-top: 10px;
}

.output-line {
  color: #d6e1ef;
  font-size: 15px;
  margin: 5px 0;
  padding-left: 20px;
  transition: opacity 0.3s;
}

/* ========== Description Cards ========== */
.description-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.desc-card {
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
}

.desc-card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #043c54, #070946, #120335);
  border-radius: 16px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s;
}

.desc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(56, 189, 248, 0.3);
}

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

.card-icon {
  font-size: 2.5rem;
  color: #38bdf8;
  margin-bottom: 1rem;
  display: inline-block;
}

.desc-card p {
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}
html[dir="rtl"] .desc-card p {
  text-align: justify;
  line-height: 2;
}

/* ========== Stats & CTA Combined ========== */
.stats-cta-wrapper {
  max-width: 1200px;
  margin: 0 auto 3rem;
  padding: 0 1rem;
}

.stats-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.holo-stats-card {
  grid-column: span 1;
}

/* ========== Holographic Stats ========== */
.holo-stats {
  max-width: 400px;
  margin: 0 auto 3rem;
}

.stat-container {
  position: relative;
  background: rgba(15, 23, 42, 0.8);
  border: 2px solid rgba(56, 189, 248, 0.4);
  border-radius: 20px;
  padding: 2.5rem;
  text-align: center;
  overflow: hidden;
}

.stat-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.3), transparent);
  animation: statGlow 3s infinite;
}

@keyframes statGlow {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.8;
  }
}

.stat-number {
  font-size: 4rem;
  font-weight: 900;
  color: #38bdf8;
  text-shadow: 0 0 20px rgba(56, 189, 248, 0.8);
  position: relative;
  z-index: 2;
}

.stat-label {
  color: #cbd5e1;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 0.5rem;
  position: relative;
  z-index: 2;
}

.stat-link {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(56, 189, 248, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #38bdf8;
  font-size: 1.3rem;
  transition: all 0.3s;
  z-index: 2;
}

.stat-link:hover {
  background: #38bdf8;
  color: #0a0e27;
  transform: rotate(45deg) scale(1.1);
}

/* ========== CTA Buttons ========== */
.hero-cta-section {
  max-width: 900px;
  margin: 0 auto 3rem;
}

.cta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.cta-btn {
  position: relative;
  padding: 1.2rem 2rem;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.4s;
}

.btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.9);
  transition: all 0.4s;
}

.btn-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1rem;
}

.btn-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  transition: all 0.5s;
  opacity: 0;
}

.cta-phone {
  border: 2px solid rgba(59, 130, 246, 0.4);
}

.cta-phone .btn-content {
  color: #60a5fa;
}

.cta-phone:hover .btn-bg {
  background: linear-gradient(135deg, #1e40af, #3b82f6);
}

.cta-phone:hover .btn-glow {
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.4), transparent);
  opacity: 1;
}

.cta-whatsapp {
  border: 2px solid rgba(37, 211, 102, 0.4);
}

.cta-whatsapp .btn-content {
  color: #4ade80;
}

.cta-whatsapp:hover .btn-bg {
  background: linear-gradient(135deg, #15803d, #25d366);
}

.cta-whatsapp:hover .btn-glow {
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(37, 211, 102, 0.4), transparent);
  opacity: 1;
}

.cta-email {
  border: 2px solid rgba(168, 85, 247, 0.4);
}

.cta-email .btn-content {
  color: #c084fc;
}

.cta-email:hover .btn-bg {
  background: linear-gradient(135deg, #6b21a8, #a855f7);
}

.cta-email:hover .btn-glow {
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.4), transparent);
  opacity: 1;
}

.cta-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.cta-btn i {
  font-size: 1.3rem;
}

/* ========== Floating Tech Icons ========== */
.floating-tech-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}

.tech-orb {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(15, 23, 42, 0.8);
  border: 2px solid rgba(56, 189, 248, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #38bdf8;
  font-size: 1.8rem;
  animation: float 6s infinite ease-in-out;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.4);
}

.orb-1 {
  top: 15%;
  left: 8%;
  animation-delay: 0s;
}

.orb-2 {
  top: 15%;
  right: 8%;
  animation-delay: 1s;
}

.orb-3 {
  top: 50%;
  left: 3%;
  animation-delay: 2s;
}

.orb-4 {
  top: 50%;
  right: 3%;
  animation-delay: 3s;
}

.orb-5 {
  bottom: 15%;
  left: 8%;
  animation-delay: 4s;
}

.orb-6 {
  bottom: 15%;
  right: 8%;
  animation-delay: 5s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
  }
}

/* ========== Particle System ========== */
.particle-system {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.code-particle {
  position: absolute;
  color: rgba(56, 189, 248, 0.5);
  font-family: 'Courier New', monospace;
  font-weight: bold;
  animation: particleFloat 5s infinite;
  pointer-events: none;
}

@keyframes particleFloat {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(var(--tx, 50px), var(--ty, -100px)) rotate(360deg);
  }
}

/* ========== Responsive Design ========== */
@media (max-width: 1200px) {
  .stats-cta-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .holo-stats-card {
    grid-column: span 2;
  }
}

@media (max-width: 992px) {
  .hero-content-wrapper {
    padding: 1.5rem;
  }

  .glitch {
    font-size: clamp(2rem, 5vw, 3.5rem);
  }

  .description-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .desc-card {
    padding: 1.5rem;
  }
}

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

  .hero-content-wrapper {
    padding: 1rem;
  }

  .glitch {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
    letter-spacing: 1px;
  }

  .glitch-title {
    margin-bottom: 2rem;
  }

  .typing-terminal {
    margin-bottom: 2rem;
  }

  .terminal-body {
    padding: 15px;
    min-height: 120px;
  }

  .terminal-line {
    gap: 5px;
  }

  .prompt {
    font-size: 14px;
  }

  .command {
    font-size: 12px;
  }

  .description-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .desc-card {
    padding: 1.5rem;
  }

  .card-icon {
    font-size: 2rem;
  }

  .stats-cta-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .holo-stats-card {
    grid-column: span 1;
  }

  .stat-container {
    padding: 2rem;
  }

  .stat-number {
    font-size: 3rem;
  }

  .stat-label {
    font-size: 0.95rem;
  }

  .cta-btn {
    padding: 1rem 1.5rem;
  }

  .btn-content {
    font-size: 0.9rem;
  }

  .tech-orb {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }

  .orb-1, .orb-5 {
    left: 5%;
  }

  .orb-2, .orb-6 {
    right: 5%;
  }

  .orb-3 {
    left: 2%;
  }

  .orb-4 {
    right: 2%;
  }
}

@media (max-width: 480px) {
  .hero-content-wrapper {
    padding: 0.75rem;
  }

  .glitch {
    font-size: clamp(1.25rem, 5vw, 2rem);
  }

  .glitch-title {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }

  .typing-terminal {
    margin-bottom: 1.5rem;
  }

  .terminal-header {
    padding: 10px 15px;
  }

  .terminal-body {
    padding: 12px;
    min-height: 100px;
  }

  .description-cards {
    margin-bottom: 1.5rem;
  }

  .desc-card {
    padding: 1.25rem;
  }

  .card-icon {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }

  .desc-card p {
    font-size: 0.85rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .stat-label {
    font-size: 0.85rem;
  }

  .stat-link {
    width: 35px;
    height: 35px;
    font-size: 1.1rem;
  }

  .cta-btn {
    padding: 0.9rem 1.25rem;
  }

  .btn-content {
    font-size: 0.85rem;
    gap: 8px;
  }

  .cta-btn i {
    font-size: 1.1rem;
  }

  .tech-orb {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
}

/* ===== Developer Showcase ===== */
.developer-showcase {
  position: relative;
  height: 500px;
  background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0f1729 100%);
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* ===== 3D Grid Canvas ===== */
.grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

/* ===== Code Particles ===== */
.code-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.particle {
  position: absolute;
  color: rgba(56, 189, 248, 0.4);
  font-family: 'Courier New', monospace;
  font-weight: bold;
  animation: floatParticle 8s infinite ease-in-out;
}

@keyframes floatParticle {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-600px) rotate(360deg);
    opacity: 0;
  }
}

/* ===== Holographic Core ===== */
.holo-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
}

.core-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(56, 189, 248, 0.3);
  border-radius: 50%;
  animation: ringPulse 3s infinite ease-in-out;
}

.ring-1 {
  width: 80px;
  height: 80px;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.5);
}

.ring-2 {
  width: 130px;
  height: 130px;
  animation-delay: 0.5s;
  box-shadow: 0 0 30px rgba(99, 102, 241, 0.4);
}

.ring-3 {
  width: 180px;
  height: 180px;
  animation-delay: 1s;
  box-shadow: 0 0 40px rgba(124, 58, 237, 0.3);
}

.core-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px rgba(56, 189, 248, 0.8);
  animation: coreRotate 10s linear infinite;
}

.core-center i {
  font-size: 28px;
  color: #fff;
  animation: iconPulse 2s infinite ease-in-out;
}

@keyframes ringPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.6;
  }
}

@keyframes coreRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

/* ===== Terminal Console ===== */
.dev-terminal {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  max-width: 500px;
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  border: 1px solid rgba(56, 189, 248, 0.3);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  font-family: 'Courier New', monospace;
}

.terminal-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  background: rgba(30, 41, 59, 0.8);
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid rgba(56, 189, 248, 0.2);
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dot-red {
  background: #ef4444;
}

.dot-yellow {
  background: #f59e0b;
}

.dot-green {
  background: #10b981;
}

.terminal-title {
  margin-left: auto;
  color: rgba(251, 251, 5, 0.875);
  font-size: 12px;
}

.terminal-body {
  padding: 15px;
  color: #38bdf8;
  font-size: 14px;
}

.terminal-line {
  display: flex;
  align-items: center;
  gap: 8px;
}

.prompt {
  color: #22c55e;
  font-weight: bold;
}

.cursor {
  color: #38bdf8;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}

/* ===== Tech Stack Orbit ===== */
.tech-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
}

.tech-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(56, 189, 248, 0.1);
  border: 2px solid rgba(56, 189, 248, 0.4);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #38bdf8;
  font-size: 24px;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.3);
  animation: orbitFloat 4s infinite ease-in-out;
}

.tech-1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 0s;
}

.tech-2 {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  animation-delay: 0.8s;
}

.tech-3 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 1.6s;
}

.tech-4 {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  animation-delay: 2.4s;
}

.tech-5 {
  top: 15%;
  right: 15%;
  animation-delay: 3.2s;
}

@keyframes orbitFloat {
  0%, 100% {
    transform: translate(0, 0);
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.3);
  }
  50% {
    transform: translate(0, -15px);
    box-shadow: 0 0 30px rgba(56, 189, 248, 0.6);
  }
}

/* ===== Binary Rain ===== */
.binary-rain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.2;
}

.binary-stream {
  position: absolute;
  top: -100px;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  color: #22c55e;
  writing-mode: vertical-rl;
  animation: binaryFall 5s linear infinite;
  text-shadow: 0 0 5px rgba(34, 197, 94, 0.5);
}

@keyframes binaryFall {
  from {
    top: -100px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    top: 100%;
    opacity: 0;
  }
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .developer-showcase {
    height: 400px;
  }

  .holo-core {
    width: 150px;
    height: 150px;
  }

  .tech-orbit {
    width: 200px;
    height: 200px;
  }

  .tech-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .dev-terminal {
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    max-width: none;
  }
}
