@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Stalinist+One&display=swap');

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: radial-gradient(circle at top, #1a1446, #050816 70%);
  color: #e5e7eb;
  min-height: 100vh;
  line-height: 1.6;
  cursor: url(http://www.rw-designer.com/cursor-extern.php?id=241479);
}
html, body {
  margin: 0;
  padding: 0;
  background: #050816;
}

#bg-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}
  
/* ================= GLOBAL 3D BACKGROUND ================= */
#bg-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: all;
}

h1{
  font-family: "Orbitron", sans-serif;
}
:root {
  --bg-dark: #050816;
  --bg-glass: rgba(255, 255, 255, 0.06);
  --border-glass: rgba(255, 255, 255, 0.14);
  --primary: #22d3ee;
  --secondary: #0ea5e9;
  --accent: #7dd3fc;
  --text-muted: rgba(255, 255, 255, 0.7);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 26px;
  --blur: blur(16px);
  --transition-fast: 0.25s ease;
  --transition-smooth: 0.45s cubic-bezier(.2,.8,.2,1);
}

h1, h2, h3, h4 {
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  height: 100px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(5, 8, 22, 0.75);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  z-index: 999;
}

.left-section {
  display: flex;
  align-items: center;
  gap: 12px;
}

.left-section img {
  width: 74px;
}

.left-section span {
  font-weight: 800;
  color: var(--primary);
  line-height: 1.1;
  font-family: "Orbitron", sans-serif;
}

.center-section {
  display: flex;
  gap: 28px;
}

.center-section a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
  font-size: 1.1rem;
}

.center-section a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  transition: width var(--transition-fast);
}

.center-section a:hover::after {
  width: 100%;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
#hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#bg-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

#hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(0,0,0,0.4), #050816);
  z-index: 1;
}

.contact-btn{
  padding: 8px 20px;
  border-radius: 9px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  color: #020617;
  font-weight: 600;
  text-decoration: none;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}
.contact-btn:hover {
   box-shadow: #0ea5e9 0px 10px 30px -5px;
}
.hamburger span {
  width: 28px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  border-radius: 3px;
  transition: all 0.35s ease;
}

#hero {
  min-height: 100vh;
  padding-top: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-content h1 {
  margin: 20px 0;
  font-size: 1.8rem;
  color: #fff;
  font-family: "Orbitron", sans-serif;
}
.hero-content h2 {
  margin-top: 12px;
  font-size: 1rem;
  color: var(--accent);
}
.hero-content h3 {
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  background: linear-gradient(180deg, #c7ddff, #7aa8ff, #3b82f6);
  background-clip: text;
  -webkit-text-fill-color: transparent;
    font-family: "Stalinist One", sans-serif;
}
.hero-content p {
  max-width: 520px;
  margin: auto;
}

.hero-content a {
  display: inline-block;
  margin-top: 36px;
  padding: 14px 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  color: #020617;
  font-weight: 600;
  text-decoration: none;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.hero-content a:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(34,211,238,0.45);
}

section {
  padding: 120px 8%;
}
/* About section styles */ 

#about h1 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 24px;
}
#about p {
  max-width: 700px;
  text-align: center;
  margin: auto;
  font-size: 1.1rem;
  line-height: 1.8;
}
.about-highlights {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
}

.highlight-card {
  background: var(--bg-glass);
  backdrop-filter: var(--blur);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 28px;
  text-align: center;
  transition: transform var(--transition-smooth);
}

.highlight-card:hover {
  transform: translateY(-10px);
  border: 1px solid var(--primary);
  box-shadow: #0ea5e9 5px 5px 10px;
}

.highlight-card i {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 16px;
}

#events h1 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 60px;
  background: linear-gradient(135deg, #22d3ee, #93c5fd);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Orbitron", sans-serif;
}
#events h2 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 24px;
  font-family: "Stalinist One", sans-serif;
}
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 36px;
}

.event-card {
  background: var(--bg-glass);
  backdrop-filter: var(--blur);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.event-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 70px rgba(37, 81, 100, 0.7);
}

.badge {
  align-self: flex-start;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  color: #020617;
  font-size: 0.75rem;
  font-weight: 600;
}

.badge.muted {
  background: rgba(255,255,255,0.18);
  color: #fff;
}
.event-card ul{
  list-style-type: disc;
  padding-left: 20px;
  color: var(--text-muted);
  text-align: left;
  margin: auto;
}
.event-card a {
  margin-top: auto;
  align-self: flex-start;
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid var(--accent);
  color: var(--accent);
  text-decoration: none;
  transition: background var(--transition-fast), color var(--transition-fast);
}
.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.event-card a:hover {
  background: var(--accent);
  color: #020617;
  box-shadow: #3b82f6 0px 10px 30px;
}
/* ================= VISION – EDITORIAL STYLE ================= */

.vision-combo {
  padding: 140px 10%;
  background: #050816;
  position: relative;
}

/* Left vertical accent line */
.vision-combo::before {
  content: "";
  position: absolute;
  left: 8%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    to bottom,
    transparent,
    #38bdf8,
    transparent
  );
  opacity: 0.35;
}

/* Header */
.vision-header {
  max-width: 880px;
  margin-bottom: 90px;
}

.vision-label {
  font-size: 0.75rem;
  letter-spacing: 6px;
  font-weight: 600;
  color: #38bdf8;
  display: inline-block;
  margin-bottom: 18px;
}

.vision-header h1 {
  font-size: clamp(2.8rem, 5.5vw, 4.2rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 26px;
  color: #f8fafc;
}

.vision-header p {
  font-size: 1.1rem;
  line-height: 2;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
}

/* Stack */
.vision-stack {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-left: 6%;
}

/* Vision item */
.vision-card {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 32px;
  align-items: start;
  padding-left: 40px;
  position: relative;
}

/* Dot marker */
.vision-card::before {
  content: "";
  position: absolute;
  left: -53px;
  top: 10px;
  width: 14px;
  height: 14px;
  background: #38bdf8;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(56,189,248,0.15);
}

/* Number */
.vision-num {
  font-size: 3rem;
  font-weight: 800;
  color: rgba(56,189,248,0.25);
  line-height: 1;
}

/* Content */
.vision-content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
}

.vision-content p {
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(255,255,255,0.7);
  max-width: 720px;
}

/* Highlighted last vision */
.vision-card.highlight .vision-content h3 {
  color: #38bdf8;
}

.vision-card.highlight::before {
  background: #22d3ee;
  box-shadow: 0 0 0 8px rgba(34,211,238,0.25);
}

/* Hover – subtle, professional */
.vision-card:hover .vision-content h3 {
  transform: translateX(6px);
  transition: transform 0.3s ease;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 900px) {
  .vision-combo {
    padding: 110px 7%;
  }

  .vision-combo::before {
    left: 6%;
  }

  .vision-stack {
    margin-left: 10%;
  }
}

@media (max-width: 768px) {
  .vision-combo::before {
    display: none;
  }

  .vision-stack {
    margin-left: 0;
    gap: 46px;
  }

  .vision-card {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .vision-card::before {
    display: none;
  }

  .vision-num {
    font-size: 2.4rem;
  }
}
#contact {
  padding: 120px 8%;
  background: radial-gradient(circle at top, #0b102b, #050816);
  color: #fff;
}

/* Heading */
#contact h1 {
  text-align: center;
  font-size: clamp(2.2rem, 5vw, 3rem);
  letter-spacing: 5px;
  margin-bottom: 70px;
  font-family: 'Orbitron', sans-serif;
  background: linear-gradient(180deg, #c7ddff, #7aa8ff, #3b82f6);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Wrapper */
.contact-wrapper {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

/* Glass Card */
.contact-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  border-radius: 22px;
  padding: 36px 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 35px 80px rgba(0, 0, 0, 0.75),
    0 0 25px rgba(59, 130, 246, 0.35);
}

/* ================= CONTACT INFO ================= */

.contact-card p {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.95rem;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.85);
}

.contact-card i {
  font-size: 1.2rem;
  color: #7dd3fc;
  min-width: 22px;
}

/* ================= FORM ================= */

.contact-card form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-card input,
.contact-card textarea {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-size: 0.9rem;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.contact-card textarea {
  resize: none;
  min-height: 120px;
}

.contact-card input::placeholder,
.contact-card textarea::placeholder {
  color: rgba(255,255,255,0.6);
}

.contact-card input:focus,
.contact-card textarea:focus {
  outline: none;
  border-color: #60a5fa;
  background: rgba(255,255,255,0.12);
}

/* Submit Button */
.contact-card button {
  margin-top: 10px;
  padding: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d3ee, #0ea5e9);
  color: #020617;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(34, 211, 238, 0.45);
}
footer {
  padding: 60px 8% 40px;
  background: linear-gradient(180deg, #020617, #00030f);
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.site-footer {
  background: linear-gradient(180deg, #020617, #00030f);
  padding: 80px 8% 30px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 50px;
  margin-bottom: 40px;
}

/* Sections */
.footer-section h2,
.footer-section h3 {
  color: #7dd3fc;
  margin-bottom: 14px;
  font-weight: 700;
}

.footer-title {
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 3px;
  background: linear-gradient(180deg, #c7ddff, #7aa8ff, #3b82f6);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-section p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
}

/* Lists */
.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  font-size: 0.9rem;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.7);
}

.footer-section ul li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-section ul li a:hover {
  color: #22d3ee;
  transform: translateX(6px);
}

/* Socials */
.footer-socials {
  display: flex;
  gap: 16px;
  margin-top: 14px;
}

.footer-socials a {
  font-size: 1.3rem;
  color: rgba(255,255,255,0.7);
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer-socials a:hover {
  transform: translateY(-4px);
  color: #22d3ee;
}

/* Bottom Bar */
.footer-bottom {
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .vision-alt {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .vision-main {
    position: relative;
    top: 0;
  }
}
@media (max-width: 768px) {
  header {
    padding: 0 20px;
  }

  .center-section {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  section {
    padding: 90px 6%;
  }

  #hero {
    padding-top: 90px;
  }
    .vision-alt {
    padding: 90px 6%;
  }

  .vision-block {
    flex-direction: column;
  }

  .vision-index {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  section {
    padding: 70px 4%;
  }
}
/* ================= MOBILE HAMBURGER ================= */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  border-radius: 4px;
  transition: 0.4s ease;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* ================= MOBILE MENU ================= */
@media (max-width: 768px) {

  .hamburger {
    display: flex;
  }

  .center-section {
    position: fixed;
    top: 80px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 80px);
    background: rgba(5, 8, 22, 0.96);
    backdrop-filter: blur(18px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    transition: right 0.45s ease;
    z-index: 1000;
  }

  .center-section.active {
    right: 0;
  }

  .center-section a {
    font-size: 1.4rem;
  }
}

/* ================= iOS SAFARI FIX ================= */
@supports (-webkit-touch-callout: none) {
  header,
  .highlight-card,
  .event-card,
  .team-card,
  .contact-card {
    backdrop-filter: none;
  }

  #hero {
    min-height: -webkit-fill-available;
  }
}
/* ================= HAMBURGER ================= */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  border-radius: 4px;
  transition: 0.4s ease;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* ================= MOBILE MENU ================= */
@media (max-width: 768px) {

  .hamburger {
    display: flex;
  }

  .center-section {
    position: fixed;
    top: 80px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 80px);
    background: rgba(5, 8, 22, 0.96);
    backdrop-filter: blur(18px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    transition: right 0.45s ease;
    z-index: 1000;
  }

  .center-section.active {
    right: 0;
  }

  .center-section a {
    font-size: 1.4rem;
  }
}

/* ================= iOS SAFARI FIX ================= */
@supports (-webkit-touch-callout: none) {
  header,
  .highlight-card,
  .event-card,
  .team-card,
  .contact-card {
    backdrop-filter: none;
  }

  #hero {
    min-height: -webkit-fill-available;
  }
}

/* Mobile dropdown menu */

/* ================= MOBILE NAV (SLIDE DOWN) ================= */

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 1200;
}

.mobile-menu-btn span {
  width: 26px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: 0.3s;
}

/* Slide-down container */
.mobile-nav {
  position: fixed;
  top: 70px; /* below header */
  left: 0;
  width: 100%;
  background: rgba(10, 10, 30, 0.96);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 20px 0 30px;
  transform: translateY(-120%);
  z-index: 1100;
}

.mobile-nav a {
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}

/* Active link highlight */
.mobile-nav a.active {
  color: #22d3ee;
}

.mobile-nav a.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 3px;
  background: #22d3ee;
  border-radius: 2px;
}

.mobile-nav .contact {
  padding: 10px 24px;
  background: linear-gradient(135deg, --bg-glass);
  backdrop-filter: var(--blur);
  border: 1px solid var(--border-glass);
  border-radius: 30px;
}

/* Hamburger animation */
.mobile-menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Responsive */
@media (max-width: 900px) {
  .center-section,
  .right-section {
    display: none;
  }

  .mobile-menu-btn {
    display: flex;
  }
}
