* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "helvetica";
  user-select: text;
}

:root {
  --white: #ffffff;
  --black: #111111;
  --primary-dark: #0a0a0a;
  --secondary-dark: #1a1a1a;
  --blue: #4f5bff;
  --green: #d4af37; /* Updated to gold */
  --accent-gold: #d4af37;
  --accent-green: #d4af37; /* Updated to gold */
  --contrast: #9e9e9e;
  --text-primary: #ffffff;
  --text-secondary: #b0b0b0;
  --slate: #1f1f1f;
  --border: #ffffff2d;
  --border-subtle: #333333;
  --error: #ff4444;
}

html,
body {
  min-height: 100%;
  width: 100%;
  background-color: var(--black);
  
}

main {
  position: relative;
}

header {
  position: relative;
}

.navbar {
  width: 100%;
  padding: 0.5rem 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.01rem solid #ffffff14;
}

.nav-logo img {
  height: 2rem;
  max-width: 150px;
}

.nav-links-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-weight: 100;
}

.nav-link {
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  &:hover {
    color: var(--accent-gold);
  }
}

/* HIGHLIGHT NAVIGATION -- MOBILE */
.sm-media-nav {
  display: none;
}

/* reeler */
.cb-tagreel {
  position: relative;
  background-color: var(--accent-gold);
}

.cb-tagreel-items {
  overflow: hidden;
}

.cb-tagreel-row {
  display: flex;
  position: relative;
  text-align: center;
  white-space: nowrap;
  gap: 1rem;
}

.cb-tagreel-item {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
}

.cb-tagreel-item span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.component--primary {
  min-height: 100vh;
  width: 100%;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary-dark) 100%);
  position: relative;
  padding-top: 0.1px;
  
}

.component--primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center top, rgba(212, 175, 55, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

/* Network Line Animations */
@keyframes networkPulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.8; }
}

@keyframes lineGrow {
  0% { stroke-dashoffset: 100%; }
  100% { stroke-dashoffset: 0%; }
}

.network-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.network-line {
  stroke: var(--accent-gold);
  stroke-width: 1;
  fill: none;
  opacity: 0.3;
  stroke-dasharray: 5, 5;
  animation: lineGrow 3s ease-in-out infinite alternate;
}

.network-node {
  fill: var(--accent-gold);
  animation: networkPulse 2s ease-in-out infinite;
}

.primary-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.primary-text-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 6rem 0;
  text-align: center;
}

.pre-title {
  background: linear-gradient(135deg, var(--accent-gold), #f4d03f);
  color: var(--primary-dark);
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
  text-transform: uppercase;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
}

.pre-title pre {
  margin: 0;
  font-family: inherit;
  white-space: nowrap;
}

.primary-title-lg {
  text-align: center;
  overflow: hidden;
}

.primary-title-lg span {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--white) 0%, var(--text-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.primary-title-sm {
  display: none;
}

.primary-paragraph {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--text-secondary);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 100;
}

.t--gold {
  color: var(--accent-gold);
  font-weight: 600;
}

.hero-cta-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.hero-cta-buttons .morph-btn {
  position: relative;
  width: 200px;
  height: 100px;
  border: none;
  border-radius: 5rem;
  cursor: pointer;
  background: none;
  font-family: sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-cta-buttons .morph-btn-stagger-wrapper {
  position: relative;
  z-index: 2;
  cursor: pointer;
  user-select: none;
  line-height: 0.9;
  color: #ffffff;
}

.hero-cta-buttons .morph-btn-stagger__text-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.hero-cta-buttons .btn-stagger__text {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  width: 100%;
  display: block;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
}

.hero-cta-buttons .morph-btn-svg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.hero-cta-buttons .morph-btn-svg-wrap svg {
  width: 100%;
  height: 100%;
  display: block;
}

.morph-btn-primary .morph-btn-svg-wrap path {
  fill: var(--accent-gold);
}

.morph-btn-secondary .morph-btn-svg-wrap path {
  fill: transparent;
  stroke: var(--border);
  stroke-width: 1;
}

@media (max-width: 768px) {
  .primary-text-content {
    padding: 4rem 0;
  }

  .pre-title {
    font-size: 0.7rem;
    padding: 0.5rem 1.5rem;
    margin-bottom: 1.5rem;
  }

  .primary-title-lg span {
    font-size: 3rem;
    line-height: 1.1;
  }

  .primary-paragraph {
    font-size: 1rem;
    margin-top: 2rem;
    padding: 0 1rem;
  }

  .hero-cta-buttons {
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }

  .hero-cta-buttons .morph-btn {
    width: 100%;
    max-width: 280px;
  }
}

.video-intro-container {
 margin-bottom: 1rem;
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.video-intro-wrapper {
  height: 90vh;
  width: 100%;
  

  border-radius: 1rem;
}

.video-intro {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* BENTO GRID - EXPERIENCE SHARING */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: auto;
  gap: 1rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 7rem;
}

@media (min-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.4rem;
  }
}

.bento-card {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  background-color: var(--slate);
}

.bento-card video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.bento-card .card-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  justify-content: space-between;
  flex-direction: column;
  z-index: 2;
  overflow: hidden;
}

/* Top 3 cards — each spans 2 columns (square) */
.bento-card:nth-child(1),
.bento-card:nth-child(2),
.bento-card:nth-child(3) {
  grid-column: span 2;
  aspect-ratio: 3 / 2.7;
}

/* Bottom 2 wide cards — each spans 3 columns (wide) */
.bento-card:nth-child(4),
.bento-card:nth-child(5) {
  grid-column: span 3;
  aspect-ratio: 3 / 1.5;
}

@media (max-width: 767px) {
  .bento-card:nth-child(1),
  .bento-card:nth-child(2),
  .bento-card:nth-child(3),
  .bento-card:nth-child(4),
  .bento-card:nth-child(5) {
    grid-column: span 1;
    aspect-ratio: 1 / 1;
  }
}

.card-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2rem;
}

.card-indexing {
  font-size: 0.75rem;
  opacity: 0.3;
  font-weight: 300;
}

.card-content h4 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

.card-content span {
  font-size: 0.9rem;
  line-height: 1.2rem;
  opacity: 0.5;
  font-weight: 300;
}

.component-innovation {
  height: 110vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--blue);
  color: var(--white);
  overflow: hidden;
}

.innovation-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #1111114b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.innovation-wrapper .i--paragraph {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: center;
  width: 100%;
  margin: 1.5rem 0 3rem 0;
}

.innovation-wrapper .i--span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: center;
  width: 100%;
}

.innovation-parallax {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.i--image-ring {
  position: absolute;
  top: -5rem;
  left: -12rem;
  height: 30rem;
  object-fit: cover;
  object-position: center;
}

.i--image-geometery {
  position: absolute;
  top: 0;
  right: -10%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.innovation-wrapper .button {
  margin: 3rem 0 0 0;
}

.component-tab-bar {
  min-height: 100vh;
  width: 100%;
  position: relative;
  color: var(--white);
  padding: 0.1px 0 4rem 0;
}

.tab-bar-wrapper {
  height: 100%;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.featured-title {
  margin-top: 7rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

.featured-paragraph {
  font-size: 1.4rem;
  line-height: 1.8rem;
  width: 54ch;
  padding: 4rem 0 3rem 0;
}

.projects-tab-section {
  min-height: 100vh;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-top: 0.0001rem solid var(--border);
  /* overflow-y: auto; */
}

.tab-pinned-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tab-nav {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: baseline;
  flex-direction: column;
  z-index: 99;
}

.tab-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  width: 100%;
  padding: 0.2rem 0.5rem;
}

.tab-btn span {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.tab-nav .button {
  padding: 0;
  min-width: 18rem;
  height: 3.5rem;
  margin: 3rem 0;
}

.component-trusted-by {
background-color: var(--black);
color: var(--white);
padding: 3rem 0;
text-align: center;
}

.trusted-by-wrapper {
width: 90%;
max-width: 1200px;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
gap: 2rem;
flex-wrap: wrap;
margin-bottom: 5rem;
}

.trusted-by-text {
font-size: 1.5rem;
font-weight: 600;
background: linear-gradient(94deg, #FFFFFF 0%, #D4AF37 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
white-space: nowrap;
}

.trusted-by-logos {
display: flex;
align-items: center;
justify-content: center;
gap: 2rem;
flex-wrap: wrap;
}



.tab-nav .button__filler {
  background: var(--blue);
  position: absolute;
  width: 150%;
  height: 200%;
  border-radius: 50%;
  top: -50%;
  left: -25%;
  transform: translate3d(0, 75%, 0);
}

.events-tab-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5rem;
}

.project-card {
  width: 22rem;
  height: 29rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 1rem;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  border-top: 0.0001rem solid transparent;
}
.project-card:hover {
  border-top: 0.0001rem solid var(--border);
}

.project-title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}

.project-details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}

.project-desc {
  font-size: 1rem;
  line-height: 1.3rem;
  color: var(--contrast);
}

.project-video {
  width: 100%;
  height: 14rem;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.83, 0, 0.17, 1);
}

.project-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.project-card:hover .project-video {
  height: 16rem;
}

#endTabNavTrigger {
  height: 20px;
  width: 150px;
  position: absolute;
  bottom: 20%;
}

/* contact Section */
.component-contact {
  width: 100%;
  position: relative;
  color: var(--white);

}

.contact-wrapper {
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
  position: relative;
}

.contact-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  transform: translate(-50%, -50%);
  grid-template-columns: 3fr 2fr;
  width: 100%;
  height: 100%;
}

.contact-title-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.contact-title {
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1;
  font-weight: 800;
  background: linear-gradient(94deg, #FFFFFF 0%, #D4AF37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}



.contact-text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  flex-direction: column;
}

.contact-svg {
  display: inline-block;
}

.contact-svg svg {
  height: 10rem;
}

.contact-desc {
  font-size: 1.1rem;
  line-height: 1.4rem;
  text-align: right;
  width: 34ch;
}

.contact-parallax {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.contact-geometery-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.component-faq {
  min-height: 100vh;
  width: 100%;
  position: relative;
  color: var(--white);
}

.faq-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.faq-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.faq-title {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  padding: 6rem 0;
}

.faq-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.faq-item {
  border-top: 0.0001rem solid var(--border);
  width: 100%;
}

.faq-question-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 2.25rem 0;
}

.faq--wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}

.faq-index {
  font-size: 0.7rem;
  color: var(--contrast);
  flex-shrink: 0;
}

.faq-que {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
}

.faq-que span {
  display: block;
  text-align: left;
}

.faq-icon {
  color: var(--muted-color);
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s linear;
  padding-right: 2rem;
}

.faq-answer p {
  margin: 0;
  padding: 0.5rem 0 1rem 4.1rem;
  color: var(--text-color);
  font-size: 0.95rem;
  line-height: 1.6;
  width: 80%;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}
/* footer */
.footer {
  width: 100%;
  position: relative;
  color: var(--white);
  padding-top: 0.1px;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 7rem auto 0 auto;
  margin-bottom: 5rem;
}

.footer-contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.footer-contact h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.footer-connect {
  color: white;
}

.footer-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 600;
  margin: 30px 0 10px;
  color: white;
}

.footer-button {
  background: none;
  border: 0.09rem solid var(--white);
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 0.8rem;
  cursor: pointer;
  color: white;
}

.footer-brochure {
  background:#d4af37;
  border: none;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 0.8rem;
  cursor: pointer;
  color: white;
}

.footer-location {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 5px;
}

.footer-social button {
  background: none;
  border: 0.09rem solid var(--white);
  font-size: 0.8rem;
  padding: 6px 16px;
  border-radius: 100px;
  margin: 6px 6px 0 0;
  cursor: pointer;
  color: white;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.footer-columns div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-columns li {
  margin-bottom: 12px;
  font-size: 0.8rem;
}

/* Multi-Audience Segmentation Section */
.component-segmentation {
  background: var(--secondary-dark);
  color: var(--white);
  padding: 6rem 0;
  position: relative;
}

.segmentation-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 10rem;

}

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

.segmentation-title {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(94deg, #FFFFFF 0%, #D4AF37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}

.segmentation-subtitle {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.segmentation-tabs {
  display: flex !important;
  flex-direction: column !important;
  gap: 2rem;
}

.tab-navigation {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  background: var(--primary-dark);
  padding: 0.5rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.tab-btn {
  background: transparent;
  border: none;
  color: var(--text-secondary);
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  min-width: 140px;
  display: inline-block !important;
  flex: 0 0 auto;
}

.tab-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
}

.tab-btn.active {
  background: var(--accent-gold);
  color: var(--primary-dark);
}

.tab-name {
  display: inline;
  font-size: 0.9rem;
  font-weight: 600;
  margin-right: 0.5rem;
}

.tab-description {
  display: inline;
  font-size: 0.7rem;
  opacity: 0.8;
}

.tab-content-container {
  position: relative;
  min-height: 400px;
}

.tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tab-content.active {
  display: block;
  opacity: 1;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
  border-radius: 1rem;
}

.tab-content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: center;
  background: var(--primary-dark);
  padding: 3rem;
  border-radius: 1rem;
  border: 1px solid var(--border-subtle);

}

.tab-content-text h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
}

.tab-content-text p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.benefits-list li {
  padding: 0.75rem 0;
  color: var(--text-secondary);
  position: relative;
  padding-left: 2rem;
}

.benefits-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent-green);
  font-weight: bold;
}

.cta-button {
  background: var(--accent-gold);
  color: var(--primary-dark);
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cta-button:hover {
  background: #f4d03f;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
}

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

.visual-icon {
  font-size: 4rem;
  opacity: 0.3;
}

/* Force horizontal layout on all screen sizes */
.tab-navigation {
  display: flex !important;
  flex-direction: row !important;
}

.tab-navigation .tab-btn {
  display: inline-block !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .segmentation-title {
    font-size: 2rem;
  }

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

  .tab-btn {
    min-width: auto;
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
  }


  .tab-content-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
  }

  .tab-content-text h3 {
    font-size: 1.5rem;
  }

  .visual-icon {
    font-size: 3rem;
  }
/* Even
t Stats Styling */
.event-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.stat {
  text-align: center;
  min-width: 100px;
}

.stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent-gold);
  margin-bottom: 0.5rem;
}

.stat-label {
  display: block;
  font-size: 0.8rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
}

@media (max-width: 768px) {
  .event-stats {
    justify-content: center;
    gap: 1rem;
  }

  .stat {
    min-width: 80px;
  }

  .stat-number {
    font-size: 1.2rem;
  }
}/*
Membership Structure Section */
.component-membership {
  background: var(--primary-dark);
  color: var(--white);
  padding: 6rem 0;
  position: relative;
}

.membership-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

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

.membership-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
}

.membership-subtitle {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.membership-tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.membership-card {
  background: var(--secondary-dark);
  border: 1px solid var(--border-subtle);
  border-radius: 1rem;
  padding: 2.5rem;
  position: relative;
  transition: all 0.3s ease;
}

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

.membership-card.featured {
  border: 2px solid var(--accent-gold);
  transform: scale(1.05);
}

.membership-card.featured:hover {
  transform: scale(1.05) translateY(-5px);
}

.tier-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent-gold);
  color: var(--primary-dark);
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.free-tier .tier-badge {
  background: var(--accent-green);
}

.partner-tier .tier-badge {
  background: var(--blue);
}

.tier-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  margin: 1.5rem 0 0.5rem 0;
  text-align: center;
}

.tier-subtitle {
  color: var(--text-secondary);
  text-align: center;
  margin-bottom: 2rem;
  font-size: 0.9rem;
}

.tier-price {
  text-align: center;
  margin-bottom: 2rem;
}

.price {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-gold);
  margin-bottom: 0.5rem;
}

.free-tier .price {
  color: var(--accent-green);
}

.price-period {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.tier-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.tier-features li {
  padding: 0.75rem 0;
  color: var(--text-secondary);
  position: relative;
  padding-left: 2rem;
  border-bottom: 1px solid var(--border-subtle);
}

.tier-features li:last-child {
  border-bottom: none;
}

.tier-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent-green);
  font-weight: bold;
}

.tier-cta {
  width: 100%;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

.free-cta {
  background: var(--accent-green);
  color: var(--white);
}

.free-cta:hover {
  background: #00c878;
  transform: translateY(-2px);
}

.corporate-cta {
  background: var(--accent-gold);
  color: var(--primary-dark);
}

.corporate-cta:hover {
  background: #f4d03f;
  transform: translateY(-2px);
}

.partner-cta {
  background: var(--blue);
  color: var(--white);
}

.partner-cta:hover {
  background: #6366f1;
  transform: translateY(-2px);
}

.tier-note {
  font-size: 0.8rem;
  color: var(--text-secondary);
  text-align: center;
  line-height: 1.4;
  font-style: italic;
}

.membership-footer {
  text-align: center;
  padding: 2rem;
  background: var(--secondary-dark);
  border-radius: 1rem;
  border: 1px solid var(--border-subtle);
}

.membership-guarantee {
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

.membership-guarantee strong {
  color: var(--accent-gold);
}

/* Responsive Design */
@media (max-width: 768px) {
  .membership-title {
    font-size: 2rem;
  }

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

  .membership-tiers {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .membership-card.featured {
    transform: none;
  }

  .membership-card.featured:hover {
    transform: translateY(-5px);
  }

  .membership-card {
    padding: 2rem;
  }

  .price {
    font-size: 2rem;
  }
}/*


Trust Badges and Indicators */
.trust-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--accent-green);
  color: var(--white);
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  opacity: 0.9;
}

.menu-btn {
  display: none;
  position: relative;
}

#menu-btn-close {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}

.menu-btn {
    position: relative;
    display: block;
    z-index: 999;
    background-color: var(--slate);
    border-radius: 50%;
    padding: 0.5rem;
  }

.sca-badge {
  background: var(--accent-gold);
  color: var(--primary-dark);
}

.compliance-badge {
  background: var(--blue);
  color: var(--white);
}

.location-indicator {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  opacity: 0.7;
}

.location-text {
  font-size: 0.8rem;
  color: var(--text-secondary);
}

.badge-text {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Enhanced Bento Card Styling for Trust */
.bento-card {
  position: relative;
  overflow: hidden;
}

.bento-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(212, 175, 55, 0.05) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

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

/* Counter Animation for Numbers */
@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card-content h4 {
  animation: countUp 0.8s ease-out;
}

/* Responsive Trust Elements */
@media (max-width: 768px) {
  .trust-badge {
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.25rem;
    font-size: 0.5rem;
  }

  .location-indicator {
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: 1.2rem;
  }
}
* Contact Forms Section */
.component-contact {
  background: var(--secondary-dark);
  color: var(--white);
  padding: 6rem 0;
}

.contact-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

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

.contact-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
}

.contact-subtitle {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.contact-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
  align-items: start;
}

.form-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.form-tab-btn {
  background: var(--primary-dark);
  border: 1px solid var(--border-subtle);
  color: var(--text-secondary);
  padding: 0.75rem 1.5rem;
  border-radius: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.form-tab-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
}

.form-tab-btn.active {
  background: var(--accent-gold);
  color: var(--primary-dark);
  border-color: var(--accent-gold);
}

.contact-form {
  display: none;
  background: var(--primary-dark);
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid var(--border-subtle);
}

.contact-form.active {
  display: block;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-row-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

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

.form-group label {
  display: block;
  color: var(--white);
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--secondary-dark);
  border: 1px solid var(--border-subtle);
  color: var(--white);
  padding: 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent-gold);
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
}

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

.form-submit {
  width: 100%;
  background: var(--accent-gold);
  color: var(--primary-dark);
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-submit:hover {
  background: #f4d03f;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
}

.contact-info-section {
  background: var(--primary-dark);
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid var(--border-subtle);
  height: fit-content;
}

.contact-info h3 {
  color: var(--white);
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.contact-details {
  margin-bottom: 2rem;
}

.contact-item {
  margin-bottom: 1.5rem;
}

.contact-item strong {
  display: block;
  color: var(--accent-gold);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-item p {
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}

.regulatory-info {
  padding-top: 2rem;
  border-top: 1px solid var(--border-subtle);
}

.regulatory-info h4 {
  color: var(--accent-gold);
  font-size: 1rem;
  margin-bottom: 1rem;
}

.regulatory-info p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-title {
    font-size: 2rem;
  }

  .contact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .form-tabs {
    flex-direction: column;
    gap: 0.25rem;
  }

  .form-tab-btn {
    width: 100%;
    text-align: center;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 1.5rem;
  }

  .contact-info-section {
    padding: 1.5rem;
  }
}/*
Updated Footer Styling */
.footer-contact-info {
  margin-bottom: 2rem;
}

.footer-contact-info p {
  margin-bottom: 1rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.footer-contact-info strong {
  color: var(--accent-gold);
  display: block;
  margin-bottom: 0.25rem;
}

.footer-regulatory {
  margin-bottom: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-subtle);
}

.footer-regulatory p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.4;
}

.footer-disclaimer {
  padding-top: 1rem;
  border-top: 1px solid var(--border-subtle);
}

.footer-disclaimer p {
  color: var(--text-secondary);
  font-size: 0.8rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.footer-disclaimer a {
  color: var(--accent-gold);
  text-decoration: none;
}

.footer-disclaimer a:hover {
  text-decoration: underline;
}

.footer-disclaimer small {
  font-size: 0.7rem;
  opacity: 0.8;
}
/*
Sticky CTA Bar */
.sticky-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--accent-gold);
  color: var(--primary-dark);
  padding: 1rem;
  z-index: 1000;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.sticky-cta-bar.show {
  transform: translateY(0);
}

.sticky-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 1rem;
}

.sticky-cta-text {
  font-weight: 600;
  font-size: 0.9rem;
}

.sticky-cta-button {
  background: var(--primary-dark);
  color: var(--white);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.sticky-cta-button:hover {
  background: var(--secondary-dark);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .sticky-cta-content {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .sticky-cta-text {
    font-size: 0.8rem;
  }

  .sticky-cta-button {
    width: 100%;
    max-width: 200px;
  }
}/* F
inancial Insights Section */
.component-insights {
  background: var(--secondary-dark);
  color: var(--white);
  padding: 6rem 0;
  position: relative;
}

.insights-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.insights-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
}

.insights-subtitle {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto 4rem auto;
  line-height: 1.6;
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.insight-card {
  background: var(--primary-dark);
  border: 1px solid var(--border-subtle);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
}

.insight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  border-color: var(--accent-gold);
}

.insight-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.insight-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 1rem;
}

.insight-card p {
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.insight-cta {
  background: var(--accent-gold);
  color: var(--primary-dark);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.insight-cta:hover {
  background: #f4d03f;
  transform: translateY(-2px);
}

.primary-cta-button {
  background: var(--accent-gold);
  color: var(--primary-dark);
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.primary-cta-button:hover {
  background: #f4d03f;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
}

/* Footer Disclaimer */
.footer-disclaimer {
  font-size: 0.8rem;
  color: var(--text-secondary);
  line-height: 1.4;
  margin-top: 1rem;
}

.footer-disclaimer a {
  color: var(--accent-gold);
  text-decoration: none;
}

.footer-disclaimer a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .insights-title {
    font-size: 2rem;
  }

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

  .insight-card {
    padding: 1.5rem;
  }
}/*
Multi-Audience Segmentation Section */
.component-segmentation {
  background: var(--secondary-dark);
  color: var(--white);
  padding: 6rem 0;
  position: relative;
}

.segmentation-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

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

.segmentation-title {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(94deg, #FFFFFF 0%, #D4AF37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}

.segmentation-subtitle {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/*
Fix for tab display issues */
.component-segmentation .tab-content {
  display: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.component-segmentation .tab-content.active {
  display: block !important;
  opacity: 1;
}

/* Ensure proper tab button styling */
.component-segmentation .tab-btn {
  background: transparent;
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.3s ease;
}

.component-segmentation .tab-btn.active {
  background: var(--accent-gold);
  color: var(--primary-dark);
}/* C


.key-stats {
  margin: 2rem 0;
}

.stat-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
}

.stat-icon {
  font-size: 1.5rem;
  width: 2rem;
  text-align: center;
}

.stat-content {
  display: flex;
  flex-direction: column;
}

.stat-label {
  font-size: 0.8rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stat-value {
  font-size: 0.9rem;
  color: var(--white);
  font-weight: 600;
}

.event-highlights {
  margin: 2rem 0;
}

.event-highlights h3 {
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 1rem;
  font-weight: 600;
}

.event-highlights ul {
  list-style: none;
  padding: 0;
}

.event-highlights li {
  padding: 0.5rem 0;
  color: var(--text-secondary);
  position: relative;
  padding-left: 1.5rem;
}

.event-highlights li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--accent-gold);
  font-weight: bold;
}

.flagship-cta, .bespoke-cta {
  background: var(--accent-gold);
  color: var(--primary-dark);
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 1rem;
}

.flagship-cta:hover, .bespoke-cta:hover {
  background: #f4d03f;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
}

.flagship-image, .bespoke-image {
  position: relative;
  height: 400px;
  border-radius: 1rem;
  overflow: hidden;
}

.dubai-skyline-placeholder, .boardroom-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.skyline-overlay, .boardroom-overlay {
  background: rgba(0, 0, 0, 0.7);
  color: var(--white);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 600;
}

/ />

```css
// Locate the .bespoke-content rule and modify it as follows:
.bespoke-content {
  padding-left: 0; /* Ensure no extra padding on the left */
/* } */


.event-badge.private {
  background: var(--accent-gold);
  color: var(--primary-dark);
}

.event-meta-info {
  color: var(--white); /* Changed to white as per design */
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}


.event-meta-info .event-icon {
  width: 18px;
  height: 18px;
  color: var(--accent-gold); /* Icon color is gold */
}


.flagship-title, .bespoke-title {
  font-size: 1rem;
  font-weight: 700;
  background: linear-gradient(94deg, #FFFFFF 0%, #D4AF37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.flagship-subtitle, .bespoke-subtitle {
  font-size: 1.1rem;
  color: var(--white); /* Changed to white as per design */
  margin-bottom: 2rem;
  font-weight: 400;
}

.flagship-description, .bespoke-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 2rem;
}


.key-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem 1rem;
  margin: 2rem 0;
}

.stat-item .stat-icon {
  width: 18px;
  height: 18px;
  color: var(--accent-gold);
}

.stat-value {
  font-size: 0.9rem;
  color: var(--white); /* Changed to white as per design */
  font-weight: 400;
}

.event-highlights-grid {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.event-highlights-grid li {
  padding: 0.4rem 0;
  color: var(--white); /* Changed to white as per design */
  position: relative;
  padding-left: 1rem;
  font-size: 0.9rem;
}


.event-cta-button.full-width-button {
  width: 100%;
  border-radius: 10rem;
}

.component-flagship-event{
  margin-bottom: 2rem;
}
.component-bespoke-events{
  margin-bottom: 5rem;
}

.bespoke-events-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  background: var(--secondary-dark);
  border: 1px solid var(--border-subtle);
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-color: var(--accent-gold);
  box-shadow: 0 0 40px rgba(212, 175, 55, 0.4);
}

/* Component 3: Upcoming Events Calendar */
.component-upcoming-events {
  background: var(--secondary-dark);
  color: var(--white);
  padding: 6rem 0;
  position: relative;
}

.upcoming-events-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

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

.upcoming-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
}

.upcoming-subtitle {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.event-card {
  background: var(--primary-dark);
  border: 1px solid var(--border-subtle);
  border-radius: 1rem;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  border-color: var(--accent-gold);
}

.event-tag {
  position: absolute;
  top: -10px;
  left: 2rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.event-tag.discussion {
  background: var(--accent-gold);
  color: var(--primary-dark);
}

.event-tag.networking {
  background: var(--blue);
  color: var(--white);
}

.event-tag.educational {
  background: var(--accent-green);
  color: var(--white);
}

.event-time {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin: 1rem 0 0.5rem 0;
  font-weight: 600;
}

.event-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.event-date {
  color: var(--accent-gold);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.event-location {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.event-cta {
  background: var(--accent-gold);
  color: var(--primary-dark);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 100%;
}

.event-cta:hover {
  background: #f4d03f;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .flagship-event-wrapper,
  .bespoke-events-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .flagship-content,
  .bespoke-content {
    padding: 0;
    order: 2;
  }

  .flagship-image,
  .bespoke-image {
    order: 1;
    height: 250px;
  }

  .flagship-title,
  .bespoke-title {
    font-size: 2rem;
  }

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

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

  .event-card {
    padding: 1.5rem;
  }
}/* E
vents Section Header */
.component-events-header {
  background: var(--primary-dark);
  color: var(--white);
  padding: 4rem 0 2rem 0;
  position: relative;
}

.events-header-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.events-main-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.events-main-subtitle {
  font-size: 1.3rem;
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .events-main-title {
    font-size: 2.5rem;
  }

  .events-main-subtitle {
    font-size: 1.1rem;
    padding: 0 1rem;
  }
}
/
* Why ValuraNexus Section */
.component-why-valuranexus {
  background: var(--primary-dark);
  color: var(--white);
  padding: 10rem 0;
  position: relative;
}

.why-valuranexus-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

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

.component-why-valuranexus .section-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--white) 0%, var(--accent-gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.component-why-valuranexus .section-subtitle {
  font-size: 1.3rem;
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.value-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.value-pillar-card {
  background: var(--secondary-dark);
  border: 1px solid var(--border-subtle);
  border-radius: 1rem;
  padding: 2.5rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.value-pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.value-pillar-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent-gold);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

.value-pillar-card:hover::before {
  opacity: 1;
}

.pillar-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  filter: sepia(1) hue-rotate(35deg) saturate(2) brightness(1.2);
}

.pillar-badge {
  background: var(--accent-gold);
  color: var(--primary-dark);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.pillar-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 1rem;
}

.pillar-description {
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.pillar-benefits {
  list-style: none;
  padding: 0;
  text-align: left;
}

.pillar-benefits li {
  color: var(--text-secondary);
  padding: 0.5rem 0;
  position: relative;
  padding-left: 1.5rem;
}

.pillar-benefits li::before {
  content: '✓';
  color: var(--accent-gold);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0.5rem;
}

@media (max-width: 1024px) {
  .value-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .value-pillar-card:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .component-why-valuranexus {
    padding: 4rem 0;
  }

  .component-why-valuranexus .section-title {
    font-size: 2.5rem;
  }

  .component-why-valuranexus .section-subtitle {
    font-size: 1.1rem;
    padding: 0 1rem;
  }

  .value-pillars-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }

  .value-pillar-card {
    padding: 2rem;
  }

  .value-pillar-card:nth-child(3) {
    grid-column: auto;
    max-width: none;
  }
}/*
Key Differentiator Section */
.component-key-differentiator {
  background: var(--primary-dark);
  color: var(--white);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

/* Our Services Section */
.component-our-services {
  background: var(--black); /* Or primary-dark if it's darker */
  color: var(--white);
  padding: 6rem 0; /* Adjust padding as needed */
  position: relative;
  overflow: hidden;
}

.our-services-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

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

.component-our-services .section-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--white) 0%, var(--accent-gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.component-our-services .section-subtitle {
  font-size: 1.3rem;
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.services-grid {
  display: flex; /* Changed from grid to flex */
  flex-wrap: wrap; /* Allow items to wrap to the next line */
  justify-content: center; /* Center items horizontally when they wrap */
  gap: 2rem;
  margin-top: 4rem;
}

.service-card {
  background: var(--secondary-dark);
  border: 1px solid var(--border-subtle);
  border-radius: 1rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  /* Set a base width for cards to allow wrapping */
  width: calc((100% - 4rem) / 3); /* For 3 columns with 2rem gap */
  min-width: 300px; /* Ensure minimum width */
  max-width: 380px; /* Adjust as needed to fit 3 per row */
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent-gold);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

.service-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  filter: sepia(1) hue-rotate(35deg) saturate(2) brightness(1.2); /* To make emojis gold-ish */
}

.service-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.75rem;
}

.service-description {
  color: var(--text-secondary);
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Featured Service Card (International fund onboarding) */
.featured-service-card {
  border-color: var(--accent-gold);
  box-shadow: 0 0 40px rgba(212, 175, 55, 0.4);
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary-dark) 100%);
  position: relative;
  z-index: 1;
}

.featured-service-card::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  background: radial-gradient(circle at center, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.service-arrow {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  background: var(--accent-gold);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-dark);
  transition: transform 0.3s ease;
}

.featured-service-card:hover .service-arrow {
  transform: translateX(5px);
}

.service-arrow svg {
  width: 20px;
  height: 20px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .services-grid {
    gap: 1.5rem;
  }
  .service-card {
    width: calc((100% - 1.5rem) / 2); /* For 2 columns with 1.5rem gap */
  }
}

@media (max-width: 768px) {
  .component-our-services {
    padding: 4rem 0;
  }

  .component-our-services .section-title {
    font-size: 2.5rem;
  }

  .component-our-services .section-subtitle {
    font-size: 1.1rem;
    padding: 0 1rem;
  }

  .services-grid {
    gap: 1.5rem;
    margin-top: 3rem;
  }

  .service-card {
    width: 100%; /* Full width on small screens */
    padding: 2rem;
  }

  .service-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .service-title {
    font-size: 1.3rem;
  }

  .service-description {
    font-size: 0.85rem;
  }

  .service-arrow {
    bottom: 2rem;
    right: 2rem;
    width: 36px;
    height: 36px;
  }
  .service-arrow svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .component-our-services {
    padding: 3rem 0;
  }

  .our-services-wrapper {
    width: 95%;
  }

  .component-our-services .section-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .component-our-services .section-subtitle {
    font-size: 1rem;
    padding: 0 0.5rem;
  }

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

.component-segmentation {
  background: var(--black); /* Changed to black for consistency with image */
  color: var(--white);
  padding: 6rem 0;
  position: relative;
}

.segmentation-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

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

.segmentation-title {
  font-size: 3.5rem; /* Adjusted font size */
  font-weight: 700;
  background: linear-gradient(94deg, #ffffff 0%, #d4af37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1.5rem; /* Adjusted margin */
}

.segmentation-subtitle {
  font-size: 1.3rem; /* Adjusted font size */
  color: var(--text-secondary);
  max-width: 800px; /* Adjusted max-width */
  margin: 0 auto;
  line-height: 1.6;
}

.segmentation-content-grid {
  display: grid;
  grid-template-columns: 1fr 2fr; /* Two columns: 1 part for nav, 2 parts for content */
  gap: 2rem; /* Gap between nav and content */
  align-items: start; /* Align items to the start of the grid */
}

.tab-navigation-vertical {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; /* Space between vertical buttons */
  background: var(--secondary-dark); /* Background for the nav container */
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid var(--border-subtle);
}

.tab-btn-vertical {
  background: transparent;
  border: none;
  color: var(--text-secondary);
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left; /* Align text to left */
  display: flex; /* Use flex for icon and text alignment */
  align-items: center;
  gap: 1rem; /* Space between icon and text */
  font-size: 1rem; /* Adjusted font size */
  font-weight: 600;
}

.tab-btn-vertical:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
}

.tab-btn-vertical.active {
  background: var(--accent-gold);
  color: var(--primary-dark);
  border: 1px solid var(--accent-gold); /* Add border for active state */
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.3); /* Add glow for active state */
}

.tab-icon {
  font-size: 1.5rem; /* Size for emoji icons */
  filter: sepia(1) hue-rotate(35deg) saturate(2) brightness(1.2); /* To make emojis gold-ish */
}

.tab-btn-vertical.active .tab-icon {
  filter: none; /* Remove filter for active icon to make it black */
}

.tab-content-display {
  position: relative;
  min-height: 400px; /* Ensure enough height for content */
}

.tab-content-card {
  display: none; /* Hidden by default */
  opacity: 0;
  transition: opacity 0.3s ease;
  background: var(--primary-dark);
  padding: 3rem;
  border-radius: 1rem;
  border: 1px solid var(--border-subtle);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3); /* Default glow for the content card */
}

.tab-content-card.active {
  display: block; /* Show active content */
  opacity: 1;
  border-color: var(--accent-gold); /* Active card border color */
}

.content-card-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1.5rem;
}

.content-card-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.content-card-benefits li {
  padding: 0.75rem 0;
  color: var(--text-secondary);
  position: relative;
  padding-left: 1.5rem; /* Space for custom bullet */
}

.content-card-benefits li::before {
  content: "•"; /* Custom bullet point */
  position: absolute;
  left: 0;
  color: var(--accent-gold); /* Gold bullet */
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}

.content-card-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.cta-button.primary {
  background: var(--accent-gold);
  color: var(--primary-dark);
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cta-button.primary:hover {
  background: #f4d03f;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .segmentation-content-grid {
    grid-template-columns: 1fr; /* Stack columns on smaller screens */
    gap: 2rem;
  }

  .tab-navigation-vertical {
    flex-direction: row; /* Change to horizontal for smaller screens */
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.5rem;
  }

  .tab-btn-vertical {
    text-align: center;
    justify-content: center;
    flex-grow: 1; /* Allow buttons to grow and fill space */
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }

  .tab-icon {
    font-size: 1.2rem;
  }

  .content-card-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .segmentation-title {
    font-size: 2.5rem;
  }

  .segmentation-subtitle {
    font-size: 1.1rem;
    padding: 0 1rem;
  }

  .tab-btn-vertical {
    font-size: 0.8rem;
    padding: 0.6rem 0.8rem;
    gap: 0.5rem;
  }

  .tab-icon {
    font-size: 1rem;
  }

  .tab-content-card {
    padding: 2rem;
  }

  .content-card-title {
    font-size: 1.5rem;
  }

  .content-card-description {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .segmentation-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .segmentation-subtitle {
    font-size: 1rem;
    padding: 0 0.5rem;
  }

  .tab-btn-vertical {
    flex-direction: column; /* Stack icon and text on very small screens */
    gap: 0.25rem;
    padding: 0.5rem;
  }
}


.flagship-event-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  background: var(--secondary-dark);
  border: 1px solid var(--border-subtle);
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  /* Add the golden border and glow for the entire card */
  border-color: var(--accent-gold);
  box-shadow: 0 0 40px rgba(212, 175, 55, 0.4);
}


.flagship-content {
  padding-right: 0;
}


.event-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  position: relative; /* Needed for absolute positioning of children if any */
  width: 100%; /* Ensure it spans the full width of its parent */
}


.event-badge {
  background: var(--accent-gold);
  color: var(--primary-dark);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  /* Removed margin-bottom as it's now handled by event-header-top */
}


.event-badge.private {
  background: var(--accent-gold);
  color: var(--primary-dark);
}


.event-meta-info {
  color: var(--white); /* Changed to white as per design */
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}


.event-meta-info .event-icon {
  width: 18px;
  height: 18px;
  color: var(--accent-gold); /* Icon color is gold */
}


.flagship-title, .bespoke-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white); /* Ensure it's white */
  margin-bottom: 0.5rem;
  line-height: 1.2;
}


.flagship-subtitle, .bespoke-subtitle {
  font-size: 1.1rem;
  color: var(--white); /* Changed to white as per design */
  margin-bottom: 2rem;
  font-weight: 400;
}

.flagship-description, .bespoke-description {
  font-size: 1rem;
  color: var(--text-secondary); /* Keep as text-secondary for description */
  line-height: 1.6;
  margin-bottom: 2rem;
}


.key-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjusted for better responsiveness */
  gap: 1.5rem 1rem; /* Row gap, column gap */
  margin: 2rem 0;
}


.stat-item .stat-icon {
  width: 18px;
  height: 18px;
  color: var(--accent-gold); /* Icon color is gold */
}


.stat-value {
  font-size: 0.9rem;
  color: var(--white); /* Changed to white as per design */
  font-weight: 400;
}


.event-highlights-grid {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}


.event-highlights-grid li {
  padding: 0.4rem 0;
  color: var(--white); /* Changed to white as per design */
  position: relative;
  padding-left: 1rem;
  font-size: 0.9rem;
}


.event-cta-button {
  background: var(--accent-gold);
  color: var(--primary-dark);
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%; /* Ensure it's full width */
}


.event-cta-button svg {
  width: 18px;
  height: 18px;
  color: var(--primary-dark); /* Ensure arrow is dark */
}


.flagship-image, .bespoke-image {
  position: relative;
  height: 400px;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-dark);
  border: 1px solid var(--border-subtle);
}


.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: var(--white);
  padding: 1rem 1.5rem;
  border-radius: 0 0 1rem 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}


.overlay-title {
  font-weight: 600;
  font-size: 1.1rem;
}


.overlay-subtitle {
  font-size: 0.8rem;
  color: var(--text-secondary);
}


.bespoke-events-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  background: var(--secondary-dark);
  border: 1px solid var(--border-subtle);
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  /* Add the golden border and glow for the entire card */
  border-color: var(--accent-gold);
  box-shadow: 0 0 40px rgba(212, 175, 55, 0.4);
}


@media (max-width: 768px) {
  .flagship-event-wrapper,
  .bespoke-events-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
  }
  .flagship-content,
  .bespoke-content {
    order: 2;
  }
  .flagship-image,
  .bespoke-image {
    order: 1;
    height: 250px;
  }
  .flagship-title,
  .bespoke-title {
    font-size: 2rem;
  }
  .flagship-subtitle,
  .bespoke-subtitle {
    font-size: 1rem;
  }
  .flagship-description,
  .bespoke-description {
    font-size: 0.9rem;
  }
  .key-stats-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .stat-item {
    font-size: 0.85rem;
  }
  .event-highlights-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .event-highlights-grid h3 {
    font-size: 1rem;
  }
  .event-highlights-grid li {
    font-size: 0.8rem;
  }
  .event-cta-button {
    width: 100%;
    font-size: 0.9rem;
    padding: 0.8rem 1.5rem;
  }
  .overlay-title {
    font-size: 1rem;
  }
  .overlay-subtitle {
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .flagship-event-wrapper,
  .bespoke-events-wrapper {
    padding: 1.5rem;
  }
  .flagship-title,
  .bespoke-title {
    font-size: 1.8rem;
  }
  .flagship-image,
  .bespoke-image {
    height: 200px;
  }
}

.component-key-differentiator::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.key-differentiator-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.differentiator-banner {
  text-align: center;
  margin-bottom: 4rem;
  padding: 3rem 2rem;
  background: var(--secondary-dark);
  border-radius: 1rem;
  border: 1px solid var(--border-subtle);
  position: relative;
  overflow: hidden;
}

.differentiator-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.differentiator-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--white) 0%, var(--accent-gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 1;
}

.differentiator-description {
  font-size: 1.2rem;
  color: var(--text-secondary);
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.differentiator-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.differentiator-card {
  background: rgba(26, 26, 26, 0.8);
  border: 1px solid var(--border-subtle);
  border-radius: 0.75rem;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.differentiator-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent-gold);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.15);
}

.differentiator-card .card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--accent-gold);
  margin-bottom: 1rem;
}

.differentiator-card .card-description {
  color: var(--text-secondary);
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .differentiator-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .differentiator-card:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .component-key-differentiator {
    padding: 4rem 0;
  }

  .differentiator-banner {
    padding: 2rem 1.5rem;
    margin-bottom: 3rem;
  }

  .differentiator-title {
    font-size: 1.8rem;
  }

  .differentiator-description {
    font-size: 1rem;
  }

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

  .differentiator-card {
    padding: 1.5rem;
  }

  .differentiator-card:nth-child(3) {
    grid-column: auto;
    max-width: none;
  }
}
@media (max-width: 768px) {
.component-trusted-by {
  padding: 2rem 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.trusted-by-wrapper {
  flex-direction: column;
  gap: 1rem;
}

.trusted-by-text {
  font-size: 1rem;
  margin-top: 1rem;
}

.trusted-by-logos {
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.trusted-by-logo {
  height: 50px;
}
}
* Additional Mobile Optimizations for Trust Components */
@media (max-width: 480px) {
  .component-why-valuranexus {
    padding: 3rem 0;
  }

  .why-valuranexus-wrapper {
    width: 95%;
  }

  .component-why-valuranexus .section-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .component-why-valuranexus .section-subtitle {
    font-size: 1rem;
    padding: 0 0.5rem;
  }

  .value-pillar-card {
    padding: 1.5rem;
  }

  .pillar-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .pillar-title {
    font-size: 1.3rem;
  }

  .pillar-description {
    font-size: 0.9rem;
  }

  .pillar-benefits li {
    font-size: 0.9rem;
    padding: 0.4rem 0;
  }

  /* Key Differentiator Mobile Optimizations */
  .component-key-differentiator {
    padding: 3rem 0;
  }

  .key-differentiator-wrapper {
    width: 95%;
  }

  .differentiator-banner {
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
  }

  .differentiator-title {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .differentiator-description {
    font-size: 0.9rem;
  }

  .differentiator-card {
    padding: 1.25rem;
  }

  .differentiator-card .card-title {
    font-size: 1.1rem;
  }

  .differentiator-card .card-description {
    font-size: 0.9rem;
  }
}

/* Touch-friendly hover states for mobile */
@media (hover: none) and (pointer: coarse) {
  .value-pillar-card:hover,
  .differentiator-card:hover {
    transform: none;
  }

  .value-pillar-card:active {
    transform: scale(0.98);
  }

  .differentiator-card:active {
    transform: scale(0.98);
  }
}
