:root{
  --bg:#000000;
  --surface:#111111;
  --text:#ffffff;
  --muted:#cccccc;
  --primary:#EB0028;
  --secondary:#ffffff;
  --accent:#EB0028;
  --gradient-primary:linear-gradient(135deg, #EB0028 0%, #be185d 100%);
  --gradient-secondary:linear-gradient(135deg, #111111 0%, #000000 100%);
  --shadow-sm:0 1px 2px 0 rgba(255,255,255,0.05);
  --shadow-md:0 4px 6px -1px rgba(255,255,255,0.1);
  --shadow-lg:0 10px 15px -3px rgba(255,255,255,0.1);
  --shadow-xl:0 20px 25px -5px rgba(255,255,255,0.1);
}
*{box-sizing:border-box}
html,body{height:100%}
body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}

/* Fade-in animation for all text elements */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}



/* Apply fade-in to all elements except logo */
h1, h2, h3, h4, h5, h6, p, span, a, li, td, th, div, label, button {
  animation: fadeIn 1s ease-out;
}

/* Logo elements stay stationary - no animation to prevent movement */
.header-logo, .tedx-text-logo, .tedx-red, .tedx-x, .youth-red {
  animation: none;
}

/* Top Image Styles */
.top-image {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
}

.top-image-img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}
.container{width:100%;max-width:1120px;margin:0 auto;padding:16px}
.site-header{border-bottom:none;background:transparent;position:relative!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:10000!important}
.site-header .container{padding-left:0;padding-right:0;margin-left:0;margin-right:0;justify-content:space-between;padding-top:20px}

/* Make header transparent on social media page so gradient shows behind it */
body.social-media-page .site-header{
  background: #ffffff;
  border-bottom-color: #e2e8f0;
}
body.social-media-page .nav-list a:hover{
  background: rgba(255,255,255,0.12);
}
body.social-media-page .dropdown-menu{
  background: #ffffff;
  backdrop-filter: none;
  border-color: #e2e8f0;
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;position:relative}
.main-nav{display:flex;align-items:center;gap:16px;position:absolute!important;top:30px;left:20px;z-index:1000!important;margin-top:0}
/* Ultra-Fixed Logo - Cannot be moved by anything */
#ultra-fixed-logo {
  position: fixed !important;
  top: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 9999999 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  pointer-events: auto !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#ultra-fixed-logo a {
  display: block !important;
  text-decoration: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

#ultra-fixed-logo img {
  height: 60px !important;
  width: auto !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Completely Isolated Viewport Logo */
#viewport-logo {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  pointer-events: none !important;
  z-index: 999999 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

#viewport-logo > div {
  position: absolute !important;
  top: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  pointer-events: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

#viewport-logo img {
  height: 60px !important;
  width: auto !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Completely Independent Fixed Logo */
#fixed-logo {
  position: fixed !important;
  left: 50% !important;
  top: 20px !important;
  transform: translateX(-50%) !important;
  z-index: 99999 !important;
  width: auto !important;
  height: auto !important;
  pointer-events: none !important;
}

#fixed-logo img {
  height: 60px !important;
  width: auto !important;
  display: block !important;
  pointer-events: auto !important;
}

.header-logo{position:absolute!important;left:50%;top:30px;transform:translateX(-50%);z-index:10001!important;pointer-events:auto;width:auto;height:auto}
.tedx-logo{height:45px;width:auto;object-fit:contain;pointer-events:auto;display:block}

/* TEDxHHU Style Logo */
.tedx-text-logo {
  text-decoration: none;
  display: inline-block;
  background: transparent;
    transition: all 0.3s ease;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  font-weight: 800 !important;
  font-size: 3.5rem !important;
  letter-spacing: -0.02em !important;
  line-height: 1 !important;
}

.tedx-red {
  color: #EB0028 !important;
  font-weight: 900 !important;
  font-size: inherit !important;
  letter-spacing: inherit !important;
  text-shadow: 1px 0 0 currentColor, -1px 0 0 currentColor, 0 1px 0 currentColor, 0 -1px 0 currentColor, 1px 1px 0 currentColor, -1px -1px 0 currentColor, 1px -1px 0 currentColor, -1px 1px 0 currentColor !important;
}

.tedx-x {
  color: #EB0028 !important;
  font-weight: 900 !important;
  font-size: 0.7em !important;
  letter-spacing: inherit !important;
  vertical-align: top !important;
  line-height: 1 !important;
  position: relative !important;
  top: -0.1em !important;
  text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor, 0 0.5px 0 currentColor, 0 -0.5px 0 currentColor !important;
}

.youth-red {
  color: #ffffff !important;
  font-weight: 100 !important;
  font-size: inherit !important;
  letter-spacing: inherit !important;
  margin-left: 0 !important;
}

.tedx-text-logo:hover .tedx-red,
.tedx-text-logo:hover .tedx-x {
  color: #c70022;
}

.tedx-text-logo:hover .youth-red {
  color: #cccccc;
}
.nav-list{list-style:none;display:flex;gap:16px;margin:0;padding:0}
.nav-list a{color:#ffffff;text-decoration:none;padding:8px 10px;border-radius:8px;transition:all 0.3s ease}
.nav-list a:hover{background:#EB0028;color:#ffffff}

/* Mobile Menu Toggle */
/* Removed conflicting menu-toggle rule */

.dropdown{position:relative}
.dropdown-toggle{cursor:pointer}
.dropdown-menu{position:absolute;top:100%;left:0;background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1);min-width:160px;z-index:1000;display:none;padding:8px 0;margin-top:4px}
.dropdown:hover .dropdown-menu{display:block}
.dropdown-menu li{list-style:none;margin:0}
.dropdown-menu a{display:block;padding:8px 16px;color:#1e293b;text-decoration:none;font-size:14px}
.dropdown-menu a:hover{background:#f1f5f9}
.nav-search{display:flex;position:relative}
.nav-search input{background:#ffffff;border:1px solid #e2e8f0;color:var(--text);padding:8px 12px;border-radius:999px;outline:none;min-width:180px}
.search-results{position:absolute;top:100%;left:0;right:0;background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1);z-index:1000;display:none;max-height:300px;overflow-y:auto}
.search-result-item{padding:12px 16px;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background-color 0.2s}
.search-result-item:hover{background:#f8fafc}
.search-result-item:last-child{border-bottom:none}
.search-result-title{font-weight:600;color:#1e293b;margin-bottom:4px}
.search-result-description{font-size:14px;color:#64748b}
/* Hero Section - Exact TEDxHHU Style */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #000000;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  z-index: 1;
}

.hero-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem 0;
  text-align: center;
}

.hero-text {
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto;
}

.hero-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(4rem, 12vw, 8rem);
  font-weight: 700;
  line-height: 0.9;
  margin: 0 0 1rem 0;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 1.2;
  margin: 0 0 2rem 0;
  color: #ffffff;
  font-weight: 400;
}

.hero-date {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 2rem 0;
}

.date-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
}

.location-text {
  font-size: 1.125rem;
  color: #666666;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border-radius: 0;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #EB0028;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #EB0028;
  color: #ffffff;
  min-width: 150px;
}

.cta-button:hover {
  background: #ffffff;
  color: #EB0028;
  transform: none;
}

.cta-button.primary {
  background: #EB0028;
  color: #ffffff;
}

.cta-button.primary:hover {
  background: #ffffff;
  color: #EB0028;
}

.hero-visual {
  display: none;
}
/* About Event Section - TEDxHHU Style */
.about-event-section {
  padding: 6rem 0;
  background: #000000;
  position: relative;
}

.about-event-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #333333;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.event-location {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2rem;
}

.about-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.about-text {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #ffffff;
  margin: 0 0 1.5rem 0;
}

.about-text strong {
  color: #EB0028;
  font-weight: 700;
}

.calendar-link {
  margin-top: 2rem;
  text-align: center;
}

.calendar-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0;
  font-weight: 500;
  border: 2px solid #EB0028;
  transition: all 0.3s ease;
}

.calendar-button:hover {
  background: #EB0028;
  color: #ffffff;
}

/* Tickets Section - TEDxHHU Style */
.tickets-section {
  padding: 6rem 0;
  background: #000000;
  position: relative;
}

.tickets-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #333333;
}

.tickets-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 1;
  z-index: 1;
}

.tickets-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.tickets-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 2rem 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.tickets-description {
  margin-bottom: 2rem;
}

.tickets-description p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #ffffff;
  margin: 0 0 1.5rem 0;
}

.tickets-description strong {
  color: #EB0028;
  font-weight: 700;
}

.tickets-description em {
  color: #cccccc;
  font-style: italic;
}

.tickets-goal {
  background: #000000;
  padding: 2rem;
  border-radius: 0;
  border-left: 4px solid #EB0028;
  margin-bottom: 2rem;
}

.tickets-goal h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem 0;
}

.tickets-goal p {
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
  margin: 0 0 1rem 0;
}

.tickets-goal strong {
  color: #EB0028;
  font-weight: 700;
}

.tickets-cta {
  margin-top: 2rem;
}

.tickets-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: #EB0028;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid #EB0028;
}

.tickets-button:hover {
  background: #ffffff;
  color: #EB0028;
}

.tickets-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ticket-badge {
  width: 200px;
  height: 200px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ticket-badge::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: #f5f5f5;
  z-index: -1;
}

.badge-content {
  text-align: center;
  color: #ffffff;
}

.badge-text {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.badge-year {
  display: block;
  font-size: 1rem;
  opacity: 0.8;
}
/* Sponsoring Section - TEDxHHU Style */
.sponsoring-section {
  padding: 6rem 0;
  background: #000000;
  position: relative;
}

.sponsoring-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #333333;
}

.sponsoring-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.sponsoring-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 2rem 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.sponsoring-description {
  margin-bottom: 2rem;
}

.sponsoring-description p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #ffffff;
  margin: 0 0 1.5rem 0;
}

.sponsoring-description strong {
  color: #EB0028;
  font-weight: 700;
}

.sponsoring-cta {
  margin-top: 2rem;
}

.sponsoring-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: #EB0028;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid #EB0028;
}

.sponsoring-button:hover {
  background: #ffffff;
  color: #EB0028;
}

.sponsoring-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.university-building {
  width: 300px;
  height: 200px;
  position: relative;
}

.building-facade {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 0;
  position: relative;
  border: 2px solid #000000;
}

.building-windows {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 120px;
  background: repeating-linear-gradient(
    0deg,
    transparent 0px,
    transparent 15px,
    #000000 15px,
    #000000 20px
  ),
  repeating-linear-gradient(
    90deg,
    transparent 0px,
    transparent 25px,
    #000000 25px,
    #000000 30px
  );
  border-radius: 0;
}

.building-sign {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #000000;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}

/* Quick Links Section */
.quick-links-section {
  padding: 6rem 0;
  background: var(--surface);
  position: relative;
}

.quick-links-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.quick-links-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--secondary);
  margin: 0 0 3rem 0;
  text-align: center;
  line-height: 1.2;
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.link-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.link-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.link-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

.link-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: var(--secondary);
}

.link-card p {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

/* Footer Styles - TEDxHHU Style */
.site-footer {
  border-top: 1px solid #333333;
  background: #000000;
  padding: 2rem 0 1rem 0;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: #ffffff;
}

.footer-links {
  display: flex;
  gap: 2rem;
  margin-bottom: 1rem;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #EB0028;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #333333;
  font-size: 0.875rem;
  color: #ffffff;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}

.website-credit {
  color: #ffffff;
}

.website-credit a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

.website-credit a:hover {
  color: #EB0028;
  text-decoration: underline;
}

/* Animation Classes */
.animate-in {
  animation: slideInUp 0.8s ease-out forwards;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Desktop Only Styles */

/* contact section styles */
.section{padding:48px 0;border-top:none;background:#000000}
.section .container{padding-left:0;padding-right:0;margin-left:0;margin-right:0;max-width:none}
.section-title{margin:0 0 12px 0;font-size:28px;padding-left:20px;color:#ffffff}
.conference-section .section-title{padding-left:40px}
.social-media-page .section-title{font-size:42px;font-weight:700;margin-bottom:24px}
.section-content{padding-left:20px}
.conference-content{padding-left:40px;text-align:left;font-family:'Times New Roman', 'Georgia', serif;font-size:16px;line-height:1.6;color:#ffffff}
.contact-lines p{margin:6px 0;color:#ffffff}
.contact-lines a{color:#EB0028;text-decoration:none;font-weight:600}

/* New Team Layout Styles */
.section-subtitle {
  font-size: 2rem;
  font-weight: 700;
  color: #EB0028;
    text-align: center;
  margin-bottom: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.leadership-section {
  margin-bottom: 4rem;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.leader-card {
  background: #111111;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  border: 2px solid #EB0028;
  transition: all 0.3s ease;
}

.leader-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(235, 0, 40, 0.3);
}

.leader-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.leader-role {
  font-size: 1rem;
  color: #EB0028;
  font-weight: 600;
  margin-bottom: 1rem;
}

.leader-email {
  color: #EB0028;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.leader-email:hover {
  color: #ffffff;
}

.team-members-section {
  margin-top: 3rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.team-member-card {
  background: #111111;
  border-radius: 8px;
  padding: 1.5rem;
  border-left: 4px solid #EB0028;
  transition: all 0.3s ease;
}

.team-member-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(235, 0, 40, 0.2);
}

.member-header {
  margin-bottom: 1rem;
}

.member-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.member-role {
  display: inline-block;
  background: #EB0028;
  color: #ffffff;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.member-details {
  margin-top: 1rem;
}

.member-grade {
  color: #cccccc;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.member-email {
  color: #EB0028;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.member-email:hover {
  color: #ffffff;
}

.member-emails {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

/* About Page Styles */
.about-hero {
  background: linear-gradient(135deg, rgba(235, 0, 40, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding: 4rem 0 6rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-content {
  padding: 4rem 0;
  background: #000000;
}

.about-info {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #eb0028;
  margin-bottom: 2rem;
  text-align: center;
}

.about-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3rem;
  text-align: center;
}

.about-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.about-details .detail-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.about-details .detail-item h3 {
  color: #eb0028;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.about-details .detail-item p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.about-details .detail-item p:last-child {
  margin-bottom: 0;
}

.about-details .detail-item strong {
  color: #ffffff;
  font-weight: 600;
}

/* Speakers Page Styles */
.speakers-hero {
  background: linear-gradient(135deg, rgba(235, 0, 40, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding: 12rem 0 6rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: -80px;
  padding-top: calc(80px + 4rem);
}

.speakers-content {
  padding: 4rem 0;
  background: #000000;
}

.speakers-info {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.speakers-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #eb0028;
  margin-bottom: 2rem;
  text-align: center;
}

.speakers-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3rem;
  text-align: center;
}

.speakers-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.speakers-details .detail-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.speakers-details .detail-item h3 {
  color: #eb0028;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.speakers-details .detail-item p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.speakers-details .detail-item p:last-child {
  margin-bottom: 0;
}

.speakers-details .detail-item strong {
  color: #ffffff;
  font-weight: 600;
}

/* Modern Team Page Styles */
.team-hero {
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  background-image: url('PHOTO-2026-01-16-16-18-02.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0 60px 0;
  margin-top: -80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.team-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.team-hero .hero-title {
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}

.team-hero .hero-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: #EB0028;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.4;
}

.team-content {
  padding: 4rem 0;
  background: #000000;
}

.team-section {
  margin-bottom: 4rem;
}

.team-section:last-child {
  margin-bottom: 0;
}

.team-section .section-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #ffffff;
}

.team-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 4rem;
  margin-top: 3rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  background: transparent;
  border: none;
  transition: all 0.3s ease;
}

.team-member:hover {
  transform: translateY(-10px);
}

.member-photo {
  width: 180px;
  height: 180px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.photo-placeholder {
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px dashed #333333;
  border-radius: 50%;
}

.placeholder-text {
  color: #666666;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  opacity: 0.7;
}

.member-details {
  text-align: center;
  width: 100%;
}

.member-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.member-role {
  display: inline-block;
  background: #EB0028;
  color: #ffffff;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.member-grade {
  color: #cccccc;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.member-email {
  color: #EB0028;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
  display: inline-block;
}

.member-email:hover {
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .team-hero {
    padding: 100px 0 60px 0;
  }
  
  .team-content {
    padding: 3rem 0;
  }
  
  .team-list {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 2rem;
  }
  
  .member-photo {
    width: 150px;
    height: 150px;
  }
  
  .member-name {
    font-size: 1.2rem;
  }
  
  .member-role {
    font-size: 0.9rem;
  }
}

/* Search bar is now integrated into header-social */

.search-container {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 8px 12px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.search-container:focus-within {
  background: rgba(255, 255, 255, 0.15);
  border-color: #EB0028;
  box-shadow: 0 0 0 2px rgba(235, 0, 40, 0.2);
}

.search-input {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 14px;
  padding: 0 8px;
  outline: none;
  width: 200px;
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.search-button {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(20px);
  z-index: 1001;
  max-height: 280px;
  overflow-y: auto;
  display: none;
  margin-top: 8px;
  padding: 1rem 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.ai-bot-container {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}

.ai-bot-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: none;
  border: none;
  color: #eb0028;
}

.ai-bot-link:hover {
  background: rgba(235, 0, 40, 0.1);
  transform: scale(1.05);
}

.ai-bot-icon {
  width: 20px;
  height: 20px;
  color: #eb0028;
  transition: all 0.3s ease;
}

.ai-bot-icon path {
  stroke: #eb0028;
  fill: none;
}

.ai-bot-link:hover .ai-bot-icon {
  color: #c70022;
}

.ai-bot-link:hover .ai-bot-icon path {
  stroke: #c70022;
}

.ai-bot-link:active,
.ai-bot-link:focus {
  background: rgba(235, 0, 40, 0.2);
  outline: none;
}

.ai-bot-link:active .ai-bot-icon,
.ai-bot-link:focus .ai-bot-icon {
  color: #c70022;
}

.ai-bot-link:active .ai-bot-icon path,
.ai-bot-link:focus .ai-bot-icon path {
  stroke: #c70022;
}

/* AI Bot Chat Interface */
.ai-bot-chat {
    position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 400px;
  height: 600px;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.05);
  z-index: 10000;
  display: none;
  flex-direction: column;
  overflow: hidden;
}

.ai-bot-chat.active {
  display: flex;
}

.ai-bot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(235, 0, 40, 0.1);
}

.ai-bot-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.ai-bot-title h3 {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}

.ai-bot-title p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  margin: 0;
}

.ai-bot-avatar {
  width: 24px;
  height: 24px;
  color: #eb0028;
}

.ai-bot-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.ai-bot-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.ai-bot-messages {
  flex: 1;
  padding: 1rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ai-message {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.ai-message-content {
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border-radius: 12px;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 85%;
}

.ai-message-content ul {
  margin: 0.5rem 0;
  padding-left: 1.5rem;
}

.ai-message-content li {
  margin: 0.25rem 0;
}

.user-message {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.user-message-content {
  background: rgba(235, 0, 40, 0.2);
  padding: 1rem;
  border-radius: 12px;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 85%;
  border: 1px solid rgba(235, 0, 40, 0.3);
}

.ai-bot-input-container {
  display: flex;
  padding: 1rem;
  gap: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ai-bot-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  color: #ffffff;
  font-size: 0.9rem;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: none;
}

.ai-bot-input:focus {
  border-color: #eb0028;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 2px rgba(235, 0, 40, 0.2);
}

.ai-bot-avatar {
  width: 24px;
  height: 24px;
  color: #eb0028;
}

.ai-bot-avatar path {
  stroke: #eb0028;
  fill: none;
}

.ai-bot-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* Remove any browser default blue focus styles */
.ai-bot-input:focus-visible {
  outline: none;
  border-color: #eb0028;
  box-shadow: 0 0 0 2px rgba(235, 0, 40, 0.2);
}

.ai-bot-input:-webkit-autofill,
.ai-bot-input:-webkit-autofill:hover,
.ai-bot-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.1) inset;
  -webkit-text-fill-color: #ffffff;
  border-color: #eb0028;
}

.ai-bot-send {
  background: #eb0028;
  border: none;
  border-radius: 12px;
  padding: 0.75rem;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-bot-send:hover {
  background: #c70022;
  transform: scale(1.05);
}

.ai-bot-send:disabled {
  background: rgba(255, 255, 255, 0.1);
  cursor: not-allowed;
  transform: none;
}

/* Typing indicator */
.typing-indicator {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.typing-dots {
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border-radius: 12px;
  display: flex;
  gap: 0.25rem;
}

.typing-dot {
  width: 6px;
  height: 6px;
  background: #eb0028;
  border-radius: 50%;
  animation: typing 1.4s infinite ease-in-out;
}

.typing-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.typing-dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typing {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.5;
  }
  30% {
    transform: translateY(-10px);
    opacity: 1;
  }
}

/* AI Bot Chat Interface */
.ai-bot-chat {
    position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 400px;
  height: 600px;
  background: rgba(0, 0, 0, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.05);
    z-index: 1000;
  display: none;
  flex-direction: column;
  overflow: hidden;
}

.ai-bot-chat.active {
  display: flex;
}

.ai-bot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(235, 0, 40, 0.1);
}

.ai-bot-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.ai-bot-avatar {
  width: 32px;
  height: 32px;
  color: #eb0028;
}

.ai-bot-title h3 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.ai-bot-title p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  margin: 0;
}

.ai-bot-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.ai-bot-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.ai-bot-messages {
  flex: 1;
  padding: 1rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ai-message {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.ai-message-content {
  background: rgba(235, 0, 40, 0.1);
  border: 1px solid rgba(235, 0, 40, 0.2);
  border-radius: 12px;
  padding: 1rem;
  color: #ffffff;
  max-width: 85%;
}

.ai-message-content p {
  margin: 0 0 0.5rem 0;
  line-height: 1.5;
}

.ai-message-content ul {
  margin: 0.5rem 0;
  padding-left: 1.5rem;
}

.ai-message-content li {
  margin: 0.25rem 0;
  line-height: 1.4;
}

.user-message {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  justify-content: flex-end;
}

.user-message-content {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 1rem;
  color: #ffffff;
  max-width: 85%;
}

.ai-bot-input-container {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  gap: 0.75rem;
}

.ai-bot-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  color: #ffffff;
  font-size: 0.875rem;
  outline: none;
  transition: all 0.3s ease;
}

.ai-bot-input:focus {
  border-color: #eb0028;
  background: rgba(255, 255, 255, 0.15);
}

.ai-bot-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.ai-bot-send {
  background: #eb0028;
  border: none;
  border-radius: 12px;
  padding: 0.75rem;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-bot-send:hover {
  background: #c70022;
  transform: scale(1.05);
}

.ai-bot-send:disabled {
  background: rgba(255, 255, 255, 0.2);
  cursor: not-allowed;
  transform: none;
}

.search-result-item {
  padding: 1rem 2rem;
  color: #ffffff;
  text-decoration: none;
  display: block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: none;
  position: relative;
  overflow: hidden;
}

.search-result-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(235, 0, 40, 0.1), transparent);
  transition: left 0.5s ease;
}

.search-result-item:hover::before {
  left: 100%;
}

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

.search-result-item:hover {
  background: rgba(235, 0, 40, 0.15);
  transform: translateX(8px);
  border-left: 3px solid #EB0028;
  color: #ffffff;
}

.search-result-item:active {
  transform: translateX(4px) scale(0.98);
}

.search-result-title {
  font-weight: 600;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 1.1rem;
}

.search-result-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.header-social {
  position: absolute !important;
  right: 2rem;
  top: 30px;
  z-index: 10001 !important;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-hamburger {
  position: absolute !important;
  left: 2rem;
  top: 30px;
  z-index: 10001 !important;
}

.menu-toggle {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1002;
  position: relative;
  pointer-events: auto;
}

.menu-toggle:hover {
  color: #EB0028;
  transform: scale(1.1);
}

.menu-toggle:active {
  transform: scale(0.95);
}

.menu-toggle svg {
  width: 24px;
  height: 24px;
}

/* Mobile Menu Styles */
.mobile-menu {
    position: fixed;
  top: 80px;
  left: 2rem;
  width: 280px;
  background: rgba(0, 0, 0, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 2rem 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
}

.mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.mobile-menu .nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-menu .nav-list li {
  margin-bottom: 0;
}

.mobile-menu .nav-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  margin: 0 1rem;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-20px);
  animation: slideInFromLeft 0.4s ease forwards;
}

.mobile-menu .nav-list li:nth-child(1) a { animation-delay: 0.1s; }
.mobile-menu .nav-list li:nth-child(2) a { animation-delay: 0.15s; }
.mobile-menu .nav-list li:nth-child(3) a { animation-delay: 0.2s; }
.mobile-menu .nav-list li:nth-child(4) a { animation-delay: 0.25s; }
.mobile-menu .nav-list li:nth-child(5) a { animation-delay: 0.3s; }
.mobile-menu .nav-list li:nth-child(6) a { animation-delay: 0.35s; }
.mobile-menu .nav-list li:nth-child(7) a { animation-delay: 0.4s; }
.mobile-menu .nav-list li:nth-child(8) a { animation-delay: 0.45s; }

@keyframes slideInFromLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mobile-menu .nav-list a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(235, 0, 40, 0.1), transparent);
  transition: left 0.5s ease;
}

.mobile-menu .nav-list a:hover::before {
  left: 100%;
}

.mobile-menu .nav-list a:hover {
  color: #ffffff;
  background: rgba(235, 0, 40, 0.15);
  transform: translateX(8px);
  border-left: 3px solid #EB0028;
}

.mobile-menu .nav-list a:active {
  transform: translateX(4px) scale(0.98);
}

.mobile-menu .nav-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  opacity: 0.8;
}

.mobile-menu .instagram-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 1rem;
  padding-top: 1rem;
}

.mobile-menu .instagram-container {
  display: flex;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  margin: 0 1rem;
}

.mobile-menu .instagram-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: none;
  border: none;
}

.mobile-menu .instagram-link:hover {
  background: rgba(235, 0, 40, 0.1);
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
    z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.instagram-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  background: transparent;
  border: none;
  border-radius: 0;
}

.instagram-nav-link:hover {
  color: #cccccc;
  transform: scale(1.1);
}

.instagram-nav-link svg {
  width: 24px;
  height: 24px;
}

/* Tickets Page Styles */
.tickets-hero {
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  padding: 120px 0 60px 0;
  margin-top: -80px;
  text-align: center;
  position: relative;
  min-height: 100vh;
  }
  
  .hero-content {
  max-width: 800px;
  margin: 0 auto;
  }
  
  .hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  }
  
  .hero-subtitle {
  font-size: 1.25rem;
  color: #cccccc;
  margin-bottom: 2rem;
  font-weight: 400;
}

.apply-link-container {
  margin-top: 1rem;
}

.apply-link {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: #EB0028;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(235, 0, 40, 0.3);
}

.apply-link:hover {
  background: #c70022;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(235, 0, 40, 0.4);
}

.apply-link:active {
  transform: translateY(0);
}

.tickets-content {
  padding: 4rem 0;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
}

.tickets-content .container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.tickets-info {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem 0;
    text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tickets-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.tickets-description {
  font-size: 1.125rem;
  color: #cccccc;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.tickets-details {
  margin-top: 2rem;
}

.detail-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  width: 100%;
}

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

.detail-item h3 {
    font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
}

.detail-item p {
  font-size: 1rem;
  color: #cccccc;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.detail-item strong {
  color: #ffffff;
  font-weight: 600;
}

/* Registration Form Styles */
.registration-form-container {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  background: #ffffff;
}

.form-wrapper {
  padding: 2rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #1e293b;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 1rem;
  color: #1e293b;
  background: #ffffff;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #EB0028;
  box-shadow: 0 0 0 3px rgba(235, 0, 40, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
  cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
  width: auto;
  margin: 0;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.submit-btn {
  width: 100%;
  padding: 1rem 2rem;
  background: #EB0028;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.submit-btn:hover {
  background: #c70022;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(235, 0, 40, 0.3);
}

.submit-btn:active {
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
  .tickets-section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .tickets-title {
    font-size: 2rem;
  }
}

/* Modern Contact Page Styles */
.contact-hero {
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  padding: 120px 0 60px 0;
  margin-top: -80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(235, 0, 40, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 70% 80%, rgba(235, 0, 40, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 1rem 0;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }
  
  .hero-subtitle {
  font-size: 1.5rem;
  color: #EB0028;
  margin: 0;
  font-weight: 500;
  opacity: 0.9;
}

.contact-content {
  padding: 4rem 0;
  background: #000000;
}

.contact-section {
  margin-bottom: 5rem;
}

.section-header {
  margin-bottom: 3rem;
  text-align: center;
  }
  
  .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem 0;
  letter-spacing: -0.01em;
}

.title-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #EB0028 0%, #ff4757 100%);
  margin: 0 auto;
  border-radius: 2px;
}

/* Official Contacts */
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 600px;
  margin: 0 auto;
}

.contact-item {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  text-align: center;
}

.contact-item:hover {
  transform: translateY(-5px);
  border-bottom-color: rgba(235, 0, 40, 0.3);
}

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

.contact-details {
  flex: 1;
}

.contact-name {
    font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
}

.contact-link {
  color: #EB0028;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #ffffff;
}

/* Event Organizers */
.organizers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  max-width: 800px;
  margin: 0 auto;
}

.organizer-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.01) 100%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.organizer-item:hover {
  transform: translateY(-5px);
  border-color: rgba(235, 0, 40, 0.3);
  box-shadow: 0 20px 40px rgba(235, 0, 40, 0.1);
}

.organizer-avatar {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #EB0028 0%, #ff4757 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}

.organizer-info {
  flex: 1;
}

.organizer-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.3rem 0;
}

.organizer-role {
  color: #EB0028;
  font-weight: 500;
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
}

.organizer-email {
  color: #cccccc;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.organizer-email:hover {
  color: #EB0028;
}

/* Event Location */
.location-content {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem 0;
  text-align: center;
}

.location-details {
  flex: 1;
}

.location-name {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
}

.location-address {
  color: #cccccc;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

/* Social Media */
.social-content {
  max-width: 500px;
  margin: 0 auto;
}

.social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.social-details {
  text-align: center;
}

.social-link {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1.5rem 3rem;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.3s ease;
}

.social-link:hover {
  color: #cccccc;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
}

/* Contact Message */
.contact-message {
  text-align: center;
  margin-top: 4rem;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, rgba(235, 0, 40, 0.05) 0%, rgba(235, 0, 40, 0.02) 100%);
  border-radius: 20px;
  border: 1px solid rgba(235, 0, 40, 0.1);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.message-text {
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 1rem 0;
}

.message-subtext {
  font-size: 1rem;
  color: #cccccc;
  margin: 0;
  font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .organizer-item {
    flex-direction: column;
    text-align: center;
  }
}
.contact-note{color:#cccccc}
.about-image{margin:24px 0;text-align:center}
.campus-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(255,255,255,0.1)}
.tedx-logo-image{max-width:100%;height:auto;border-radius:8px;box-shadow:none;background:transparent;mix-blend-mode:multiply;opacity:0.8}

/* Team layout styles */
.founder-section {
    text-align: center;
    margin: 56px 0;
}

.founder-title {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.founder-card {
    background: #000000;
    border: 2px solid #333333;
    border-radius: 12px;
    padding: 40px;
    max-width: 520px;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(255,255,255,0.1);
}

.organizers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 36px;
    max-width: 1280px;
    margin: 0 auto;
}

.founder-name {
    font-size: 22px;
    font-weight: bold;
    color: #1e293b;
    margin-bottom: 10px;
}

.founder-title-text {
    font-size: 18px;
    color: #64748b;
    margin-bottom: 10px;
}

.founder-contact {
    font-size: 14px;
    color: #dc2626;
    font-weight: 600;
}

.team-section {
    margin-top: 60px;
}

.team-title {
    font-size: 24px;
    font-weight: bold;
    color: #1e293b;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 36px;
    max-width: 1280px;
    margin: 0 auto;
}

.team-card {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.team-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.team-role {
    font-size: 22px;
    font-weight: bold;
    color: #1e293b;
    margin-bottom: 16px;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 2px solid #e2e8f0;
}

.team-field {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    padding: 16px 18px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.field-label {
    font-size: 18px;
    font-weight: 600;
    color: #64748b;
}

.field-value {
    font-size: 18px;
    color: #1e293b;
    font-weight: 500;
    text-align: right;
    word-break: break-word;
}

.about-content p{margin:16px 0;line-height:1.6;font-size:16px}
.tedx-link{margin-top:32px;padding:16px;background:#f8fafc;border-radius:8px;border-left:4px solid #dc2626}
.tedx-link a{color:#dc2626;text-decoration:none;font-weight:600}
.tedx-link a:hover{text-decoration:underline}
.gallery-content p{margin:16px 0;line-height:1.6;font-size:16px}
.conference-content{padding-left:40px;text-align:left;font-family:'Times New Roman', 'Georgia', serif;font-size:16px;line-height:1.6}

/* Chatbot Styles */
.chatbot-section {
  margin-top: 48px;
  padding: 0;
  border-top: 1px solid #e2e8f0;
  position: relative;
}

.chatbot-title {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 8px 0;
  text-align: center;
  padding: 32px 0 16px 0;
}

.chatbot-subtitle {
  font-size: 16px;
  color: #64748b;
  text-align: center;
  margin: 0 0 0 0;
  padding-bottom: 32px;
}

.chatbot-container {
  width: 100%;
  height: 70vh;
  margin: 0;
  background: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.chatbot-header {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.chatbot-avatar {
  width: 40px;
  height: 40px;
  background: #dc2626;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 20px;
}

.chatbot-info h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
}

.status-indicator {
  font-size: 12px;
  color: #10b981;
  font-weight: 500;
}

.chatbot-messages {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
  background: #ffffff;
  min-height: 0;
}

.message {
  margin-bottom: 16px;
  display: flex;
}

.bot-message {
  justify-content: flex-start;
}

.user-message {
  justify-content: flex-end;
}

.message-content {
  max-width: 70%;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.6;
}

.bot-message .message-content {
  background: #f1f5f9;
  color: #1e293b;
  border-bottom-left-radius: 4px;
}

.user-message .message-content {
  background: #dc2626;
  color: #ffffff;
  border-bottom-right-radius: 4px;
}

.message-content ul {
  margin: 8px 0;
  padding-left: 20px;
}

.message-content li {
  margin: 4px 0;
}

.message-content a {
  color: #dc2626;
  text-decoration: none;
  font-weight: 600;
}

.message-content a:hover {
  text-decoration: underline;
}

.chatbot-input-container {
  display: flex;
  padding: 24px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  flex-shrink: 0;
  position: relative;
  z-index: 1000;
}

#chatbotInput {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  background: #ffffff;
}

#chatbotInput:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

#chatbotSendBtn {
  margin-left: 12px;
  padding: 12px 20px;
  background: #dc2626;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.2s;
  pointer-events: auto !important;
  z-index: 1000;
  position: relative;
}

#chatbotSendBtn:hover {
  background: #b91c1c;
}

#chatbotSendBtn:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.organizer-fallback {
  background: #fef3c7;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  padding: 16px;
  margin-top: 12px;
}

.organizer-fallback h4 {
  margin: 0 0 8px 0;
  color: #92400e;
  font-size: 14px;
  font-weight: 600;
}

.organizer-fallback p {
  margin: 4px 0;
  font-size: 13px;
  color: #92400e;
}

.organizer-fallback a {
  color: #dc2626;
  text-decoration: none;
  font-weight: 600;
}

.organizer-fallback a:hover {
  text-decoration: underline;
}

/* Social Media Page Styles */
.social-intro {
  font-size: 18px;
  color: #64748b;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.6;
}

.social-platform {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fcaf45, #ffdc80);
  background-size: 300% 300%;
  animation: instagramGradient 3s ease-in-out infinite;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: white;
}

.community-section {
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
}

.tiktok-platform {
  background: linear-gradient(45deg, #000000, #000000, #ff0050, #00f2ea, #000000, #000000);
  background-size: 300% 300%;
  animation: tiktokGradient 3s ease-in-out infinite;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: white;
}

@keyframes tiktokGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.tiktok-title {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 32px 0;
  color: white;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.tiktok-description {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 40px 0;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.tiktok-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.tiktok-link:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.social-media-page .site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  border-top: none;
  z-index: 100;
}

.social-media-page .footer-inner {
  color: white;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.social-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
  /* subtle decorative background */
  background-image:
    radial-gradient(1200px 600px at -10% -20%, rgba(240, 147, 251, 0.15), transparent 60%),
    radial-gradient(900px 500px at 110% 120%, rgba(245, 87, 108, 0.12), transparent 60%);
  background-repeat: no-repeat;
}

.social-page.active {
  opacity: 1;
  transform: translateX(0);
}

.social-page[data-page="1"] {
  background: #ffffff;
  background-image:
    radial-gradient(1000px 500px at -15% -10%, rgba(102, 126, 234, 0.14), transparent 60%),
    radial-gradient(800px 400px at 115% 110%, rgba(118, 75, 162, 0.12), transparent 60%);
}

.social-page[data-page="2"] {
  background: #ffffff;
  background-image:
    radial-gradient(1000px 500px at -15% -10%, rgba(240, 147, 251, 0.14), transparent 60%),
    radial-gradient(800px 400px at 115% 110%, rgba(245, 87, 108, 0.12), transparent 60%);
}

.social-page[data-page="3"] {
  background: #ffffff;
  background-image:
    radial-gradient(1000px 500px at -15% -10%, rgba(79, 172, 254, 0.14), transparent 60%),
    radial-gradient(800px 400px at 115% 110%, rgba(0, 242, 254, 0.12), transparent 60%);
}

.page-content {
  text-align: left;
  color: #000000;
  max-width: none;
  padding: 0 0 0 20px;
  margin: 0;
  opacity: 1;
  transform: translateX(0);
  font-family: 'Times New Roman', 'Georgia', serif;
  font-size: 16px;
  line-height: 1.6;
}

.social-page.active .page-content {
  opacity: 1;
  transform: translateX(0);
}

.page-title {
  font-size: 64px;
  font-weight: 700;
  margin: 0 0 24px 0;
  color: #0f172a;
  text-shadow: none;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.social-page.active .page-title {
  opacity: 1;
  transform: translateX(0);
}

.page-subtitle {
  font-size: 24px;
  margin: 0 0 48px 0;
  color: #334155;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
}

.social-page.active .page-subtitle {
  opacity: 0.9;
  transform: translateX(0);
}


.instagram-title {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 32px 0;
  color: white;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.social-page.active .instagram-title {
  opacity: 1;
  transform: translateX(0);
}

@keyframes instagramGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.instagram-description {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 40px 0;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.social-page.active .instagram-description {
  opacity: 0.9;
  transform: translateX(0);
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.instagram-link:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.community-title {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 32px 0;
  color: #0f172a;
  text-shadow: none;
}

.community-description {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 48px 0;
  opacity: 0.9;
}

.community-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.stat {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0f172a;
  text-shadow: none;
}

.stat-label {
  font-size: 16px;
  opacity: 0.8;
}

.page-dots {
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 1000;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(15,23,42,0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #0f172a;
  transform: scale(1.2);
}

.dot:hover {
  background: rgba(15,23,42,0.35);
}

.instagram-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: rgba(255,255,255,0.2);
  color: white;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.3);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}

.instagram-button:hover {
  background: rgba(255,255,255,0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.instagram-link-text {
  margin-top: 30px;
  padding: 20px;
  background: #1118270f;
  border-radius: 50px;
  border: 2px solid rgba(17,24,39,0.15);
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
}

.social-page.active .instagram-link-text {
  opacity: 1;
  transform: translateX(0);
}

.instagram-link-text a {
  text-decoration: none;
  color: #1f2937;
}

.instagram-link-text a:hover {
  text-decoration: none;
}

.instagram-link-text:hover {
  background: #1118271a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.instagram-link-text p {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

/* Extended content for full black background */
.extended-content {
  background: #000000;
  min-height: 100vh;
}

.spacer-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.spacer-content p {
  margin: 0;
  line-height: 1.5;
}

/* Gallery Page Styles */
.gallery-hero {
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  padding: 120px 0 60px 0;
  margin-top: -80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.gallery-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(235, 0, 40, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 70% 80%, rgba(235, 0, 40, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.gallery-hero .hero-title {
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}

.gallery-hero .hero-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: #EB0028;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.4;
}

.gallery-content {
  padding: 4rem 0;
  background: #000000;
}

.gallery-section {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.gallery-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2rem;
}

.gallery-description {
  font-size: 1.1rem;
  color: #cccccc;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #111111;
  aspect-ratio: 4 / 3;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(235, 0, 40, 0.3);
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.05);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #ffffff;
  padding: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
  }
  
  .gallery-caption {
    opacity: 1;
  }
}