/* v0.8 of CSS stylesheet for the Web3Privacy Now event websites - source: https://github.com/web3privacy/events_web */

/* === ANIMATIONS === */
@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* === CONGRESS BRAND COLORS === */
:root {
  --brand-black: #000000;
  --brand-navy: #1b2354;
  --brand-gray: #515679;
  --brand-white: #ffffff;
}

/* Global overflow fix */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}
/* major-mono-display-regular - latin */
@font-face {
  font-family: "Major Mono Display";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/major-mono-display-v13-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("/fonts/major-mono-display-v13-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/major-mono-display-v13-latin-regular.woff2") format("woff2"),
    url("/fonts/major-mono-display-v13-latin-regular.woff") format("woff"),
    url("/fonts/major-mono-display-v13-latin-regular.ttf") format("truetype"),
    url("/fonts/major-mono-display-v13-latin-regular.svg#MajorMonoDisplay")
      format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Archivo.ttf"); /* IE9 Compat Modes */
}

/* DM Sans is loaded from Google Fonts - see index.html line 13 */
/* Removed local @font-face declarations that were incorrectly loading DM Mono files */

/* KyivTypeSerif-Heavy2 - latin */
@font-face {
  font-family: "KyivTypeSerif";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/KyivTypeSerif-Heavy2.ttf") format("truetype"); /* IE9 Compat Modes */
}

/* Aileron SemiBold - latin */
@font-face {
  font-family: "Aileron";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/aileron/aileron.semibold.otf") format("opentype");
}

/* === CONGRESS BRAND TYPOGRAPHY === */
.dm-sans-light {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}

.aileron-semibold {
  font-family: "aileron", sans-serif;
  font-weight: 600;
}

.aileron-regular {
  font-family: "aileron", sans-serif;
  font-weight: 400;
}

.archivo-semibold {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
}

.kyiv-serif-bold {
  font-family: "KyivTypeSerif", serif;
  font-weight: 900;
}

.archivo-font {
  font-family: "Archivo", sans-serif;
}
* {
  font-family: "DM Sans", sans-serif;
}
#header-shade {
  height: 2.5rem;
  background-image: none;
}
footer a,
.markdown a {
  color: #ffffff;
  text-decoration-line: underline;
}
footer a:hover,
.markdown a:hover {
  text-decoration-line: none;
}
.markdown-basic a {
  text-decoration-line: underline;
}
.markdown-basic a:hover {
  text-decoration-line: none;
}
.markdown.multiline > p:not(:last-child) {
  margin-bottom: 2.5rem;
}

.middle-pane-small {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
}

.middle-pane-medium {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1280px) {
  .middle-pane-medium {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.middle-pane-big {
  margin-left: auto;
  margin-right: auto;
  max-width: 1536px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1536px) {
  .middle-pane-big {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.button {
  /*@apply px-3 py-1.5 text-black bg-white border border-black cursor-pointer;*/
  cursor: pointer;
  border-width: 1px;

  border-color: #ffffff;

  background-color: #000000;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button:hover,
.button-inactive {
  border-width: 1px;

  border-color: #000000;

  background-color: #ffffff;
  color: #000000;
  text-decoration-line: none;
}
.button:hover.button-inactive {
  cursor: default;

  border-color: #4b5563;
  color: #4b5563;
}
.button-inverse {
  cursor: pointer;
  border-width: 1px;

  border-color: #000000;

  background-color: #000000;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #ffffff;
}
.button-inverse:hover {
  border-width: 1px;

  border-color: #000000;

  background-color: #ffffff;
  color: #000000;
}
.theme-button {
  color: white;
  background: transparent;
  border: 2px solid white;
  padding: 10px 15px;
}

.theme-button:hover {
  background-color: #fff;
  color: #000000;
}
.section-header {
  margin-bottom: 2rem;
  margin-top: 3.5rem;
  text-align: left;
  border-top-width: 2px;
  padding-top: 1rem;
  font-family: aileron, Major Mono Display, ui-monospace, SFMono-Regular, Menlo,
    Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  text-transform: none;
}

@media (min-width: 768px) {
  .section-header {
    margin-bottom: 4rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.section-subheader {
  margin-bottom: 1rem;
  font-family: Major Mono Display, ui-monospace, SFMono-Regular, Menlo, Monaco,
    Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .section-subheader {
    margin-bottom: 2rem;
  }
}
.text-mild {
  color: #909090;
}
.text-supermild {
  color: #ffffff;
}
table.table-custom {
  font-size: 1rem;
  line-height: 1.5rem;
}
.table-custom td,
.table-custom th {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: top;
}
@media (min-width: 768px) {
  .table-custom td,
  .table-custom th {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.table-custom th {
  color: #909090;
}
.eligible .table-custom th {
  color: #000000;
}

#partners {
  background-color: transparent !important;
}
#partners .cta-partner-badge {
  background-color: transparent !important;
}
#partners .cta-partner-btn {
  background-color: transparent !important;
}
#partners .cta-partner-btn:hover {
  background-color: transparent !important;
}
.partner-item .table-custom th {
  color: #ffffff;
}

.table-custom tbody tr:hover td,
.table-custom tbody tr:hover td span {

  background-color: #ffffff;
  color: #000000;
}
.table-custom tbody tr:hover td .description {
  color: #000000;
}
.table-custom td.time {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.person-item img {
  filter: grayscale(100%);
}
.person-item:hover img {
  filter: grayscale(0%);
}
.eligible .text-mild {
  color: #000000;
}
.darker {
  color: #999999;
}
#intro {
  position: relative;
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
}

/* Desktop background image */
#manifesto {
  background-image: url(/img/manifesto.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
.faq-item:hover .desc {
  color: #ffffff;
}
.topic-item,
.topic-item .topic-header {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.topic-item:hover .topic-header {

  background-color: #ffffff;
  color: #000000;
}
.topic-item:hover .markdown {
  color: #ffffff;
}
.topic-img {
  margin-bottom: 1.5rem;
  display: inline-block;
  width: 83.333333%;
}
.topic-item .topic-header {
  font-family: Major Mono Display, ui-monospace, SFMono-Regular, Menlo, Monaco,
    Consolas, "Liberation Mono", "Courier New", monospace;
}
.topic-item:hover .topic-header {
  text-transform: lowercase;
}
.topic-item:hover .topic-img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.partner-item .partner-img {
  filter: grayscale(0%);
}
.partner-item:hover {
  filter: grayscale(25%);
  cursor: pointer;
  outline: #515679;
}
.partner-item .partner-text {
  color: #ffffff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.partner-item .partner-text .text-mild {
  color: #ffffff;
}
.partner-item:hover .partner-text {
  color: #ffffff;
}
.partner-item:hover .partner-text .text-mild {
  color: #ffffff;
  transition-duration: 1000ms;
}
/* Tailwind v4 provides all utility classes — removed hand-written Tailwind utilities */

/* Custom font family (not a standard Tailwind class) */
.font-mono2 {
  font-family: Major Mono Display, ui-monospace, SFMono-Regular, Menlo, Monaco,
    Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Custom Styles */
/* Applies to WebKit browsers (Chrome, Safari, etc.) */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #0e0e0e; /* Dark color for the thumb */
  /* border-radius: 4px; */
}

::-webkit-scrollbar-track {
  background-color: #fff; /* White color for the trail */
  /* border-radius: 4px; */
}

/* Optional: Add a hover effect */
::-webkit-scrollbar-thumb:hover {
  background-color: #444; /* Slightly lighter shade for hover */
}

/* Custom Headings */
.highlight-subtext {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  max-width: 899px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* Add text shadow to intro section text for better readability */
#intro .text-white {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

#intro .font-mono2 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

@media (max-width: 640px) {
  .highlight-subtext {
    font-size: 14px;
    line-height: 24px;
  }

  .invitation-title {
    font-size: 16px !important;
    line-height: 24px !important;
    padding-top: 20px;
  }
  .invitation-subtext {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .main-title {
    background-color: black;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 32px;
    justify-content: center;
    height: 400px;
  }

  .highlight-subtext {
    margin-bottom: 20px;
  }

  .section-header {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-top: 1.5rem;
  }

  .section-highlight {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .program-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .highlight-subtext {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .time-slot {
    font-size: 14px;
    line-height: 20px;
  }

  .program-subtext {
    max-width: 260px;
    text-align: center;
  }

  .ticket-highlight {
    font-size: 14px !important;
    line-height: 24px !important;
    text-align: center !important;
    max-width: 250px;
  }

  .register {
    font-size: 20px !important;
    line-height: 22px !important;
  }

  .ticket-ul {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .bg-gradient-overlay {
    background: linear-gradient(
      180deg,
      #000000 50%,
      rgba(0, 0, 0, 0) 100%
    ) !important;
    left: 2px !important;
    width: 99% !important;
  }

  .free-access {
    margin: 10px 20px;
    height: 490px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .ticket-img {
    width: 328px !important;
    left: 2px !important;
  }

  .give-back,
  .give-back-subtext {
    text-align: center !important;
    font-size: 16px;
    line-height: 24px;
  }

  .crypto-codes {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
  }

  .faqs {
    text-align: center !important;
  }

  .inward-border-access {
    box-shadow: none !important;
  }
  .ticket-button {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}

.ticket-button {
  font-size: 18px;
  line-height: 24px;
}
.faqs {
  text-align: left;
}

.invitation-title {
  font-family: "Major Mono Display";
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  max-width: 1145px;
}

.invitation-subtext {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  max-width: 800px;
  text-align: center;
}

.program-subtext {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  max-width: 800px;
}
.inward-border {
  box-shadow: inset 0 0 0 2px white; /* Inward shadow with 2px thickness */
}
.inward-border-access {
  box-shadow: inset 0 0 0 2px white; /* Inward shadow with 2px thickness */
}

.program-container {
  display: flex;
  flex-direction: column;
  max-width: 58rem;
}

.ticket-highlight {
  font-family: "DM Sans";
  font-size: 24px;
  color: white;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.ticket-highlight span {
  text-decoration-line: underline;
}

.ticket-ul {
  font-family: "DM Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.ticket-ul a {
  display: flex;
  align-items: center;
}

.white-square {
  width: 12px;
  height: 12px;
  background: white;
  margin-right: 18px;
  display: inline-block;
}

.ticket-img {
  width: 576px;
  height: 486px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1;
}

.bg-gradient-overlay {
  background: linear-gradient(90deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
  left: 2px;
  bottom: 2px;
  height: 99%;
  width: 100%;
  top: 2px;
}

.footer-link {
  font-family: "Archivo";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration: none;
  text-decoration-skip-ink: none;
}

/* MASONRY */
.masonry-container {
  display: grid;
  gap: 2px;
}

.person-item3 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  filter: grayscale(100%);
}
.person-item2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* aspect-ratio: 1.4 / 1; */
  height: 200px;

  filter: grayscale(100%);
}

/* Default grid for smaller screens */
@media (min-width: 640px) {
  .masonry-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Medium screens (md) */
@media (min-width: 768px) {
  .masonry-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Large screens (lg) */
@media (min-width: 1024px) {
  .masonry-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Extra-large screens (xl) - Two rows of 6 images */
@media (min-width: 1280px) {
  .masonry-container {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto;
  }

  .person-item2:nth-child(1) {
    width: 300px;
  }
}

.menu {
  gap: 20px;
  align-items: center;
  justify-content: center;
}

/* Responsive adjustments */
@media (min-width: 1024px) {
  /* lg breakpoint */
}

.show-mobile {
  display: none;
}

/* Show on smaller screens, like mobile */
@media (max-width: 768px) {
  /* Adjust as needed */
  .show-mobile {
    display: inline;
  }
}
.show-desk {
  display: none;
}

@media (min-width: 768px) {
  /* Adjust as needed */
  .show-desk {
    display: inline;
  }
}
.privacy-logo {
  height: 56px;
}

.speaker-card {
  position: relative;
  overflow: visible;
}

.speaker-description-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  min-height: 100%;
  background: #fff;
  color: #111;
  z-index: 10;
  border-radius: 0.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  padding: 2rem 1.5rem;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}

.speaker-card:hover .speaker-description-overlay,
.speaker-card:focus-within .speaker-description-overlay {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.speaker-description-content {
  max-width: 400px;
  margin: 0 auto;
}

/* ===== Hero Section ===== */
.hero-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: 600px;
  padding: 4rem 2rem;
  padding-top: calc(80px + 4rem); /* Account for navbar height */
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  max-width: 100vw;
  box-sizing: border-box;
}

/* Hero logo styling */
.hero-logo {
  width: 60%;
  height: auto;
  max-width: 400px;
  object-fit: contain;
  /* filter: brightness(0.9); */
}

/* Statistics section - keep original desktop, responsive for mobile */
.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
  text-align: center;
  color: white;
}

/* Responsive adjustments for tablets and mobile */
@media (max-width: 768px) {
  .stats-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    text-align: center;
  }

  .stats-divider-original {
    display: none !important;
  }

  .stats-container .text-3xl {
    font-size: 2rem !important;
  }

  .stats-container .text-sm {
    font-size: 0.8rem !important;
  }

  .stats-container .text-xs {
    font-size: 0.7rem !important;
  }
}

@media (max-width: 768px) {
  .hero-tagline {
    font-size: 1.7rem;
    margin-top: 1rem;
  }

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

  .stats-container .text-3xl {
    font-size: 1.75rem !important;
  }

  .stats-container .text-sm {
    font-size: 0.75rem !important;
  }

  .stats-container .text-xs {
    font-size: 0.65rem !important;
  }
}

/* Hero content container - perfectly centered */
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;

  width: 100%;
  gap: 0.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Hero badge with play icon */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  font-family: aileron-regular, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 200 !important;
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  margin-top: 2rem;
}

.hero-badge:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.8);
}

/* Hero main title */
.hero-title {
  font-family: KyivTypeSerif, serif;
  font-size: 2.8rem;
  line-height: 1.05;
  font-weight: 600;
  text-transform: none;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  margin: 0;
  letter-spacing: -0.02em;
  max-width: 100%;
}

/* Hero tagline as subtitle */
.hero-tagline {
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  max-width: 500px;
  margin: 0;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 3.5rem;
  }

  .hero-tagline {
    font-size: 1.2rem;
    margin-top: -0.5rem;
  }

  .hero-content {
    gap: 0.75rem;
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 4.2rem;
  }

  .hero-tagline {
    font-size: 1.3rem;
  }

  .hero-content {
    gap: 1rem;
    padding: 2rem;
  }
}

@media (min-width: 1200px) {
  .hero-title {
    font-size: 4.8rem;
  }

  .hero-tagline {
    font-size: 1.4rem;
  }

  .hero-content {
    gap: 1.5rem;
    padding: 2rem;
  }
}

.card-title {
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.card-text {
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}

.hero-progress {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.progress-dots {
  display: flex;
  gap: 0.5rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease;
}

.dot.active {
  background: rgba(255, 255, 255, 0.8);
}

.progress-counter {
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
}

.story-button {
  display: inline-block;
  background: linear-gradient(90deg, #090c16 0%, #1b224f 100%);
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: aileron-regular, system-ui, -apple-system, Segoe UI, Roboto,
    sans-serif; 
  font-size: 0.875rem;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.story-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

/* ===== About Section ===== */
#about {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* About Cards (Mission/Vision) */
.about-cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

.about-card {
  background: rgba(27, 35, 84, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  padding: 2rem 2.5rem;
  width: 100%;
  max-width: 300px;
  text-align: center;
  box-sizing: border-box;
  min-width: 0;
}

@media (min-width: 768px) {
  .about-card {
    width: calc(50% - 1rem);
  }
}

@media (min-width: 1024px) {
  .about-card {
    width: 300px;
  }
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-container {
    padding: 3rem 1rem;
    padding-top: calc(80px + 3rem);
    padding-bottom: 3rem;
    min-height: 100vh;
    height: auto;
  }

  .about-badge {
    background: linear-gradient(90deg, #090c16 0%, #1b224f 100%);
    color: var(--brand-white);
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-family: aileron-regular, sans-serif;
    font-weight: 200 !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.1em;
    border: none;
    width: fit-content;
    margin: 0 auto;
  }

  .hero-logo {
    width: 80%;
    max-width: 500px;
  }

  .hero-container::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .hero-content {
    gap: 0.5rem;
    padding: 1.5rem 1rem;
  }

  .hero-title {
    font-size: 2.4rem;
    line-height: 1.1;
  }

  .hero-tagline {
    font-size: 1rem;
    max-width: 90%;
  }

  .hero-badge {
    font-size: 0.8rem;
    padding: 0.6rem 1.2rem;
  }
}

@media (max-width: 480px) {
  .hero-container {
    padding: 2rem 0.75rem;
    padding-top: calc(80px + 2rem);
    padding-bottom: 2rem;
  }

  .hero-logo {
    width: 100%;
    max-width: 300px;
  }

  .hero-container::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .hero-content {
    gap: 0.25rem;
    padding: 1rem 0.75rem;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-tagline {
    font-size: 0.9rem;
  }

  .hero-badge {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
  }

  .about-container {
    padding: 0.15rem 1rem 3rem 1rem;
    gap: 3rem;
  }

  .about-cards {
    flex-direction: column;
    align-items: center;
  }

  .about-card {
    width: 100%;
    max-width: 280px;
  }

}

/* Navbar Styles */
.navbar-background {
  background: linear-gradient(90deg, #202030 0%, #202030 60%, #1a1a1a 100%);
  position: relative;
}

.navbar-background::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: radial-gradient(
      circle at 25% 25%,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 75% 75%,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 1px
    );
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  pointer-events: none;
}

.nav-link {
  color: #e0e0e0;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 400;
  transition: color 0.3s ease;
  position: relative;
}

.nav-link:hover {
  color: #8a8aff;
}

.nav-link.active {
  color: #8a8aff;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8a8aff;
}

.nav-button {
  background: transparent;
  border: 1px solid #333333;
  border-radius: 9999px;
  color: #8a8aff;
  padding: 8px 16px;
  font-size: 1.125rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-button:hover {
  border-color: #8a8aff;
  background-color: rgba(138, 138, 255, 0.1);
}

/* Minimalistic Navbar Styles */
.navbar-minimal {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  position: relative;
}

/* Add padding to all sections except hero and about */
#intro ~ *:not(#about) {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  #intro ~ *:not(#about) {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1024px) {
  #intro ~ *:not(#about) {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.nav-link-minimal {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  transition: color 0.3s ease;
  position: relative;
}

.nav-link-minimal:hover {
  color: #515679;
}

.nav-link-minimal.active {
  color: #ffffff;
}

.nav-button-minimal {
  background: transparent;
  border: 1px solid #515679;
  border-radius: 9999px;
  color: #ffffff;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-button-minimal a {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}

.text-center.text-xl.mt-10.mb-10 {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
}

.nav-button-minimal:hover {
  background-color: rgba(81, 86, 121, 0.1);
}

/* Mobile Navigation Styles */
.mobile-nav {
  display: none;
}

.mobile-nav-controls {
  position: relative;
  z-index: 50;
}

.mobile-nav-controls label {
  cursor: pointer;
  color: #ffffff;
  padding: 8px;
  transition: color 0.3s ease;
}

.mobile-nav-controls label:hover {
  color: #515679;
}

.mobile-menu-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  border-top: 1px solid #333;
  padding: 1rem 0;
  z-index: 40;
}

.mobile-menu-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 2.5rem;
}

.mobile-nav-item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Data-hidden attribute styles */
[data-hidden="true"] {
  display: none !important;
}

[data-hidden="false"] {
  display: block !important;
}

/* Checkbox-based toggle logic */
#mobile-menu-toggle:checked ~ .navbar-minimal .hamburger-icon {
  display: none !important;
}

#mobile-menu-toggle:checked ~ .navbar-minimal .close-icon {
  display: block !important;
}

#mobile-menu-toggle:checked ~ .navbar-minimal .mobile-menu-panel {
  display: block !important;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: flex;
  }

  .navbar-minimal {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* Desktop: hide mobile elements */
@media (min-width: 769px) {
  .mobile-nav,
  .mobile-menu-panel {
    display: none !important;
  }
}

/* Vibes and Tickets sections spacing */
.bg-black.text-white.px-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

@media (min-width: 768px) {
  .bg-black.text-white.px-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

@media (min-width: 1024px) {
  .bg-black.text-white.px-4 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

/* Feature carousel styles */
.feature-carousel {
  background: transparent;
  position: relative;
  margin-top: 0;
}

@media (max-width: 768px) {
  .feature-carousel {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.feature-btn {
  background: linear-gradient(90deg, #090c16 0%, #1b224f 100%);
  border: none;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-family: aileron-regular;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  /* display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap; */
}

.feature-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.carousel-nav:hover {
  background: rgba(255, 255, 255, 0.2);
}

.carousel-nav.prev {
  left: 2rem;
}

.carousel-nav.next {
  right: 2rem;
}

.carousel-nav svg {
  width: 20px;
  height: 20px;
  stroke: white;
  fill: none;
  stroke-width: 2;
}

@media (max-width: 768px) {
  .carousel-nav {
    display: none;
  }

  #faq {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .footer {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  #faq {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .footer {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}

#previous-events {
  background-color: transparent !important;
}

/* === TESTIMONIALS SECTION === */
.testimonials-section {
  color: var(--brand-white);
  padding: 6rem 0;
  margin: 0 2rem 0 2rem;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.testimonials-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 0;
}

.testimonials-badge {
  display: inline-block;
  background: linear-gradient(
    90deg,
    var(--brand-navy) 0%,
    var(--brand-gray) 100%
  );
  color: var(--brand-white);
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  font-family: aileron-regular, sans-serif;
  font-weight: 200;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.testimonials-title {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  color: var(--brand-white);
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.testimonials-subtitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  color: var(--brand-gray);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

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

.testimonial-card {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.03) 100%
  );
  border: none;
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  position: relative;
  border: none;
  text-align: left;
  align-items: left;
}

.testimonial-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonial-quote {
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  color: var(--brand-white);
  line-height: 1.7;
  margin-bottom: 2rem;
  flex-grow: 1;
  position: relative;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--brand-navy);
  flex-shrink: 0;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info {
  flex-grow: 1;
}

.author-name {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: var(--brand-white);
  margin-bottom: 0.25rem;
}

.author-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: var(--brand-gray);
  line-height: 1.4;
}

/* Testimonials Responsive Design */
@media (max-width: 768px) {
  .testimonials-section {
    margin: 4rem 1rem 0 1rem;
    padding: 4rem 0;
    border-radius: 20px;
  }

  .testimonials-container {
    padding: 0 1.5rem;
  }

  .testimonials-title {
    font-size: 2rem;
  }

  .testimonials-subtitle {
    font-size: 1rem;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .testimonial-card {
    padding: 1.5rem;
  }

  .testimonial-quote {
    font-size: 1rem;
  }

  .testimonial-quote::before {
    font-size: 2.5rem;
    top: -0.75rem;
    left: -0.25rem;
  }

  .author-avatar {
    width: 50px;
    height: 50px;
  }

  .author-name {
    font-size: 1rem;
  }

  .author-title {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .testimonials-section {
    margin: 4rem 0.5rem 0 0.5rem;
    padding: 3rem 0;
    border-radius: 16px;
  }

  .testimonials-container {
    padding: 0 1rem;
  }

  .testimonials-title {
    font-size: 1.75rem;
  }

  .testimonials-subtitle {
    font-size: 0.9rem;
  }

  .testimonials-grid {
    gap: 1rem;
  }

  .testimonial-card {
    padding: 1.25rem;
  }

  .testimonial-quote {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .testimonial-author {
    gap: 0.75rem;
  }

  .author-avatar {
    width: 45px;
    height: 45px;
  }
}

/* === TESTIMONIALS SHOW MORE FUNCTIONALITY === */
.testimonial-hidden {
  display: none;
}

.testimonials-show-more-container {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
  grid-column: 1 / -1;
}

.testimonials-show-more-btn {
  background: linear-gradient(
    90deg,
    var(--brand-navy) 0%,
    var(--brand-gray) 100%
  );
  color: var(--brand-white);
  border: none;
  padding: 1rem 2rem;
  border-radius: 25px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.testimonials-show-more-btn:hover {
  background: linear-gradient(
    90deg,
    var(--brand-gray) 0%,
    var(--brand-navy) 100%
  );
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.testimonials-show-more-btn:active {
  transform: translateY(0);
}

.testimonials-show-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.testimonials-show-more-btn:hover::before {
  left: 100%;
}

/* Responsive design for show more button */
@media (max-width: 768px) {
  .testimonials-show-more-container {
    margin: 2rem 0;
  }

  .testimonials-show-more-btn {
    padding: 0.875rem 1.5rem;
    font-size: 0.9rem;
  }
}

.language-btn {
  padding: 0.5rem 1rem;
  border: none;
  background: transparent;
  color: var(--brand-white);
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.language-btn:hover,
.language-btn.active {
  background: linear-gradient(90deg, #090c16 0%, #1b224f 100%);
  color: var(--brand-white);
  border-color: var(--brand-white);
}

/* === FAQ ACCORDION STYLES === */

/* FAQ and Footer Wrapper */
.faq-footer-wrapper {
  margin-left: 6rem;
  margin-right: 6rem;
}

#faq {
  margin-left: 2rem;
  margin-right: 2rem;
  position: relative;
  z-index: 10;
}

/* Force margins for FAQ section */
body #faq,
html #faq,
#faq[style*="margin"] {
  margin-left: 2rem;
  margin-right: 2rem;
}

.faq-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.faq-item {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.03) 100%
  );
  border: none;
  border-radius: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
  border: none;
}

.faq-item:hover {
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.faq-header {
  width: 100%;
  padding: 1.5rem 2rem;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-header:hover {
  background: rgba(255, 255, 255, 0.05);
}

.faq-question {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--brand-white);
  text-align: left;
  margin: 0;
  flex: 1;
  padding-right: 1rem;
}

.faq-icon {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--brand-white);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.faq-icon.active {
  transform: rotate(45deg);
  background: var(--brand-navy);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-content.active {
  max-height: 500px;
  padding-bottom: 1.5rem;
}

.faq-answer {
  padding: 0 2rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.faq-answer p {
  margin: 0;
}

.faq-answer a {
  color: var(--brand-white);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.faq-answer a:hover {
  color: var(--brand-gray);
}

/* FAQ Responsive Design */
@media (max-width: 1200px) {
  .faq-footer-wrapper {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #faq {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .faq-container {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 768px) {
  .faq-footer-wrapper {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #faq {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .faq-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .faq-header {
    padding: 1.25rem 1.5rem;
  }

  .faq-question {
    font-size: 1.125rem;
  }

  .faq-answer {
    padding: 0 1.5rem;
    font-size: 0.95rem;
  }

  .faq-icon {
    font-size: 1.25rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}

@media (max-width: 480px) {
  .faq-footer-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #faq {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .faq-container {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .faq-header {
    padding: 1rem;
  }

  .faq-question {
    font-size: 1rem;
    line-height: 1.3;
  }

  .faq-answer {
    padding: 0 1rem;
    font-size: 0.9rem;
  }

  .faq-icon {
    font-size: 1.125rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (max-width: 360px) {
  .faq-footer-wrapper {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #faq {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .faq-container {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .faq-header {
    padding: 0.875rem;
  }

  .faq-question {
    font-size: 0.95rem;
  }

  .faq-answer {
    padding: 0 0.875rem;
    font-size: 0.85rem;
  }
}

/* === TEAM SHOWCASE STYLES === */
.team-showcase {
  padding: 3rem 0 3rem 0;
  margin: 4rem 2rem;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.team-showcase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  border-radius: 32px;
}

.team-showcase > * {
  position: relative;
  z-index: 2;
}

.team-badge {
  display: inline-block;
  background: linear-gradient(90deg, #090c16 0%, #1b224f 100%);
  color: var(--brand-white);
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-family: aileron-regular, sans-serif;
  font-weight: 200;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  margin-bottom: 3rem;
  border: none;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.team-showcase-title {
  font-family: "aileron", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.2;
  color: var(--brand-white);
  margin-bottom: 4rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.team-avatars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  position: relative;
  padding: 3rem 2rem;
}

.team-avatars::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.03) 100%
  );
  border-radius: 24px;
  backdrop-filter: blur(10px);
  z-index: 1;
}

.team-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  cursor: pointer;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  backdrop-filter: blur(10px);
  z-index: 2;
}

.team-avatar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(27, 35, 84, 0.2) 0%,
    rgba(81, 86, 121, 0.2) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.team-avatar:hover::before {
  opacity: 1;
}

.team-avatar:hover {
  transform: translateY(-8px) scale(1.05);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.team-avatar:hover img {
  transform: scale(1.1);
}

/* Center avatar (featured) */
.team-avatar.featured {
  width: 140px;
  height: 140px;
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0.5);
}

/* Team Grid Layout */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
  max-width: 800px;
  margin: 3rem auto;
  padding: 0 1rem;
}

.team-member {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-member .team-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.team-member .team-avatar:hover {
  transform: scale(1.05);
  border-color: rgba(255, 255, 255, 0.4);
}

.team-member .team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.team-member .team-avatar:hover img {
  filter: grayscale(0%);
}

.team-name {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--brand-white);
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}

.team-handle {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 0.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.team-handle:hover {
  color: var(--brand-white);
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.team-handle-no-link {
  cursor: default;
  opacity: 0.7;
}

.team-navigation {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.nav-arrow {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(90deg, #090c16 0%, #1b224f 100%);
  border: none;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--brand-white);
  font-size: 1.25rem;
}

.nav-arrow:hover {
  background: linear-gradient(
    135deg,
    var(--brand-navy) 0%,
    var(--brand-gray) 100%
  );
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.nav-arrow:active {
  transform: translateY(0);
}

/* Enhanced Responsive Design */
@media (max-width: 1200px) {
  .team-showcase {
    margin: 3rem 1.5rem;
    padding: 2.5rem 0 2.5rem 0;
  }

  .team-grid {
    max-width: 900px;
    gap: 2.5rem 1.5rem;
  }

  .team-showcase-title {
    font-size: 3.25rem;
    margin-bottom: 3.5rem;
  }
}

@media (max-width: 1024px) {
  .team-showcase {
    margin: 3rem 1rem;
    padding: 2.25rem 0 2.25rem 0;
  }

  .team-showcase-title {
    font-size: 3rem;
    margin-bottom: 3rem;
    max-width: 800px;
  }

  .team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1.5rem;
    max-width: 750px;
    margin: 2.5rem auto;
  }

  .team-member .team-avatar {
    width: 110px;
    height: 110px;
  }

  .team-name {
    font-size: 1rem;
  }

  .team-handle {
    font-size: 0.85rem;
    padding: 0.2rem 0.6rem;
  }
}

@media (max-width: 900px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 1rem;
    max-width: 700px;
    padding: 0 0.5rem;
  }

  .team-member .team-avatar {
    width: 100px;
    height: 100px;
  }

  .team-name {
    font-size: 0.95rem;
  }

  .team-handle {
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
  }
}

@media (max-width: 768px) {
  .team-showcase {
    margin: 2rem 1rem;
    padding: 2rem 0 2rem 0;
    border-radius: 24px;
  }

  .team-showcase::before {
    border-radius: 24px;
  }

  .team-showcase-title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    max-width: 600px;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
    max-width: 500px;
    margin: 2rem auto;
    padding: 0 1rem;
  }

  .team-member .team-avatar {
    width: 100px;
    height: 100px;
  }

  .team-name {
    font-size: 1rem;
  }

  .team-handle {
    font-size: 0.8rem;
    padding: 0.2rem 0.6rem;
  }

  .team-badge {
    padding: 0.6rem 1.5rem;
    font-size: 0.8rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 600px) {
  .team-showcase {
    margin: 1.5rem 0.75rem;
    padding: 1.75rem 0 1.75rem 0;
    border-radius: 20px;
  }

  .team-showcase-title {
    font-size: 2.25rem;
    margin-bottom: 2.5rem;
    max-width: 500px;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
    max-width: 450px;
    margin: 1.5rem auto;
    padding: 0 0.75rem;
  }

  .team-member .team-avatar {
    width: 90px;
    height: 90px;
  }

  .team-name {
    font-size: 0.9rem;
  }

  .team-handle {
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
  }
}

@media (max-width: 480px) {
  .team-showcase {
    margin: 1rem 0.5rem;
    padding: 1.5rem 0 1.5rem 0;
    border-radius: 16px;
  }

  .team-showcase-title {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 2rem;
    max-width: 400px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 300px;
    margin: 1.5rem auto;
    padding: 0 0.5rem;
  }

  .team-member .team-avatar {
    width: 120px;
    height: 120px;
  }

  .team-name {
    font-size: 1.1rem;
  }

  .team-handle {
    font-size: 0.9rem;
    padding: 0.25rem 0.75rem;
  }

  .team-badge {
    padding: 0.5rem 1.25rem;
    font-size: 0.75rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 360px) {
  .team-showcase {
    margin: 0.75rem 0.25rem;
    padding: 1.25rem 0 1.25rem 0;
  }

  .team-showcase-title {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .team-grid {
    max-width: 280px;
    gap: 1.5rem;
    margin: 1rem auto;
  }

  .team-member .team-avatar {
    width: 100px;
    height: 100px;
  }

  .team-name {
    font-size: 1rem;
  }

  .team-handle {
    font-size: 0.8rem;
    padding: 0.2rem 0.6rem;
  }
}

/* === GRAYSCALE IMAGES === */
.team-avatar img {
  filter: grayscale(100%);
}

/* === PREVIOUS EVENTS SECTION ROUNDED CORNERS FIX === */
.person-item img.rounded-xl {
  border-radius: 0.75rem !important;
  display: block !important;
}

/* Ensure rounded corners work on all previous events images */
div[class*="bg-black"] .person-item img {
  border-radius: 0.75rem !important;
}

/* === VOLUNTEER SECTION ROUNDED CORNERS === */
.volunteer-section img.rounded-xl,
.volunteer-section .rounded-xl img {
  border-radius: 0.75rem !important;
  display: block !important;
}

#volunteer-section {
  background-color: transparent !important;
}

/* === SPEAKERS & MEMBERS BRAND STYLING === */
.person-item {
  border-radius: 20px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
}

.person-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.04) 100%
  );
}

.partner-item {
  border-radius: 20px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.partner-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.04) 100%
  );
  border-color: rgba(255, 255, 255, 0.2);
}

.partner-text a {
  font-family: "aileron", sans-serif !important;
  font-weight: 600 !important;
  color: var(--brand-white) !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.partner-text a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.partner-text .text-xl {
  font-size: 1.1rem !important;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.partner-text .text-sm {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 300 !important;
  font-size: 0.85rem !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.partner-img {
  border-radius: 15px 15px 0 0 !important;
  transition: all 0.3s ease;
}

.partner-item:hover .partner-img {
  transform: scale(1.02);
}

.speaker-name {
  font-family: "aileron", sans-serif !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  color: var(--brand-white) !important;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.text-mild {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 300 !important;
  font-size: 0.85rem !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.text-mild a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.text-mild a:hover {
  color: var(--brand-white) !important;
  text-decoration: underline;
}

.markdown-basic {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 300 !important;
  font-size: 0.8rem !important;
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: 1.4;
  /* Text clamping for speaker descriptions */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em; /* 2 lines * 1.4 line-height */
}

.markdown-basic a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.markdown-basic a:hover {
  color: var(--brand-white) !important;
  text-decoration: underline;
}

.person-item img {
  border-radius: 15px 15px 0 0 !important;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.person-item:hover img {
  filter: grayscale(0%);
}

@media (max-width: 768px) {
  .speaker-name {
    font-size: 0.9rem !important;
  }

  .text-mild {
    font-size: 0.8rem !important;
  }

  /* Hide Twitter handles in speaker cards on mobile devices */
  .person-item .text-mild {
    display: none !important;
  }

  .markdown-basic {
    font-size: 0.75rem !important;
    /* Enhanced mobile text clamping */
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 2.1em; /* 2 lines * 1.05 line-height for mobile */
    line-height: 1.05;
  }

  /* Hide partner text on mobile - show only images */
  .partner-item .partner-text {
    display: none !important;
  }

  /* Adjust partner image border-radius when text is hidden */
  .partner-item .partner-img {
    border-radius: 20px !important;
  }
}

/* === SPEAKER DESCRIPTION TEXT CLAMPING === */
/* Fallback for browsers that don't support -webkit-line-clamp */
@supports not (-webkit-line-clamp: 2) {
  .markdown-basic {
    position: relative;
    max-height: 2.8em;
    overflow: hidden;
  }

  .markdown-basic::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--brand-black);
    padding-left: 0.5em;
  }
}

/* Mobile fallback */
@media (max-width: 768px) {
  @supports not (-webkit-line-clamp: 2) {
    .markdown-basic {
      max-height: 2.1em;
    }
  }
}

/* === CTA PARTNER STYLES === */
.cta-partner-section {
  padding: 4rem 2rem;
  margin: 4rem auto;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  border: none;
  width: fit-content;
  max-width: 90vw;
}

.cta-partner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  pointer-events: none;
}

.cta-partner-container {
  position: relative;
  z-index: 2;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  background-color: transparent;
}

.cta-partner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.cta-partner-badge {
  background: linear-gradient(90deg, #090c16 0%, #1b224f 100%);
  color: var(--brand-white);
  padding: 0.5rem 1.5rem !important;
  border-radius: 25px;
  font-family: aileron-regular, sans-serif;
  font-weight: 200 !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.1em;
  border: none;
  width: fit-content;
  margin: 0 auto;
}

.cta-partner-title {
  font-family: "aileron", sans-serif !important;
  font-weight: 600 !important;
  font-size: 2.5rem !important;
  color: var(--brand-white);
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.cta-partner-description {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.1rem !important;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  max-width: 600px;
  line-height: 1.6;
  margin: 0;
}

.cta-partner-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-content: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-partner-btn {
  display: block !important;
  padding: 1rem 2rem;
  border-radius: 15px;
  text-decoration: none;
  font-family: aileron-regular, sans-serif !important;
  font-size: 1rem !important;
  letter-spacing: 0.05em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  border: none;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}

.cta-partner-btn.primary {
  background: linear-gradient(90deg, #090c16 0%, #1b224f 100%);
  color: var(--brand-white);
  border-color: none;
}

.cta-partner-btn.primary:hover {
  background: linear-gradient(90deg, #1b224f 0%, #090c16 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}

.cta-partner-btn.secondary {
  background: transparent;
  color: var(--brand-white);
  border-color: rgba(255, 255, 255, 0.3);
}

.cta-partner-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .cta-partner-section {
    padding: 3rem 1.5rem;
    margin: 3rem auto;
  }

  .cta-partner-title {
    font-size: 2rem !important;
  }

  .cta-partner-description {
    font-size: 1rem !important;
  }

  .cta-partner-actions {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-partner-btn {
    width: fit-content;
    margin: 0 auto;
  }
}

/* === MOBILE FOOTER STYLES === */

/* Ensure footer element is always full width */
footer.mobile-footer {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background-color: #000000;
}

/* Footer top section */
.footer-top-section {
  padding: 3rem 1.5rem 2rem 1.5rem;
  text-align: center;
}

.footer-main-title {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #ffffff;
  margin: 0 0 0.75rem 0;
  padding: 0;
  position: relative;
  display: inline-block;
  text-align: left;
}

.footer-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 1.25rem 0 0 0;
  padding: 0;
  text-align: center;
  line-height: 1.6;
  max-width: 100%;
}

/* Footer bottom section */
.footer-bottom-section {
  padding: 2rem 1.5rem 3rem 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  text-align: center;
}

.footer-column {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.footer-column-title {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #ffffff;
  margin: 0 0 0.75rem 0;
  padding: 0;
  position: relative;
  display: inline-block;
  text-align: center;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-links-list li {
  margin: 0;
  padding: 0;
}

.footer-link {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
  text-align: center;
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* Desktop styles */
@media (min-width: 768px) {
  .footer-top-section {
    padding: 4rem 2.5rem 2.5rem 2.5rem;
  }

  .footer-main-title {
    font-size: 1.75rem;
  }

  .footer-main-title::after {
    width: 35px;
    height: 2.5px;
    bottom: -10px;
  }

  .footer-description {
    font-size: 1rem;
    margin-top: 1.5rem;
  }

  .footer-bottom-section {
    flex-direction: row;
    justify-content: center;
    gap: 4rem;
    padding: 2.5rem 2.5rem 4rem 2.5rem;
  }

  .footer-column-title {
    font-size: 1.25rem;
  }

  .footer-column-title::after {
    width: 30px;
    height: 2.5px;
    bottom: -8px;
  }

  .footer-link {
    font-size: 1rem;
  }
}

/* Larger desktop styles */
@media (min-width: 1024px) {
  .footer-top-section {
    padding: 5rem 3rem 3rem 3rem;
  }

  .footer-main-title {
    font-size: 2rem;
  }

  .footer-main-title::after {
    width: 40px;
    bottom: -12px;
  }

  .footer-description {
    font-size: 1.125rem;
    margin-top: 2rem;
  }

  .footer-bottom-section {
    gap: 6rem;
    padding: 3rem 3rem 5rem 3rem;
  }

  .footer-column-title {
    font-size: 1.375rem;
  }

  .footer-column-title::after {
    width: 35px;
    bottom: -10px;
  }
}

/* Very small screens */
@media (max-width: 480px) {
  .footer-top-section {
    padding: 2.5rem 1.25rem 1.75rem 1.25rem;
  }

  .footer-main-title {
    font-size: 1.375rem;
  }

  .footer-main-title::after {
    width: 25px;
    height: 1.5px;
    bottom: -6px;
  }

  .footer-description {
    font-size: 0.875rem;
    margin-top: 1rem;
  }

  .footer-bottom-section {
    padding: 1.75rem 1.25rem 2.5rem 1.25rem;
    gap: 2rem;
  }

  .footer-column-title {
    font-size: 1rem;
  }

  .footer-column-title::after {
    width: 20px;
    height: 1.5px;
    bottom: -5px;
  }

  .footer-links-list {
    gap: 0.625rem;
    margin-top: 0.875rem;
  }

  .footer-link {
    font-size: 0.875rem;
  }
}
