
/* --- RADIO BUTTONS CLEAN, RESPONSIVE --- */
.radio-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2em;
  width: 100%;
  margin: 0 0 1em 0;
}
.radio-group label {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
  margin-bottom: 0;
  font-size: 1.1em;
  gap: 0.2em;
}
.radio-group input[type="radio"] {
  margin: 0.2em auto;
  display: block;
}
@media (max-width: 600px) {
  .radio-group {
    flex-direction: row;
    justify-content: center;
    gap: 1.2em;
  }
  .radio-group label {
    font-size: 1em;
    gap: 0.15em;
  }
}
@media (max-width: 500px), (max-width: 600px) and (orientation: portrait) {
  .radio-group {
    flex-direction: row;
    justify-content: center;
    gap: 0.7em;
  }
  .radio-group label {
    font-size: 0.98em;
    gap: 0.1em;
  }
}
@media (max-width: 600px) and (orientation: portrait) {
  .radio-group {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;

  .radio-group input[type="radio"] {
    margin-right: 0.5em;
    transform: scale(1.2);
  }
  .radio-group label {
    font-size: 1.1em;
    margin-bottom: 0.3em;
  }
}
@media (max-width: 600px) {
  .form-yesno-question, .form-yesno-label, .form-yesno-input {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 95vw !important;
    max-width: 95vw !important;
    margin: 0.7rem auto !important;
    text-align: center !important;
    font-size: 1.1rem !important;
    padding: 0.5rem 0.2rem !important;
  }
  .form-yesno-label {
    margin-bottom: 0.5rem !important;
  }
  .form-yesno-input {
    margin: 0.3rem 0 !important;
    font-size: 1.1rem !important;
  }
}
@media (max-width: 900px) {
  .why-wrk-content {
    max-width: 70vw !important;
    width: 70vw !important;
    margin: 0 auto !important;
    padding: 1.2rem 1rem !important;
    border-radius: 1.2em !important;
    background: linear-gradient(135deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,1) 100%) !important;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12), 0 1.5px 4px 0 rgba(184,133,13,0.05) !important;
    display: block !important;
    position: relative !important;
    overflow: visible !important;
    animation: none !important;
    transform: none !important;
  }
  .why-wrk-content p, .why-intro {
    font-size: 1.05rem !important;
    padding: 0.8rem 0.5rem !important;
    margin: 0.5rem auto !important;
    max-width: 95vw !important;
    border-radius: 1em !important;
    display: block !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.6 !important;
    text-align: left !important;
    background: linear-gradient(135deg, #f4f1e8 0%, #d49d1a 50%, #b8850d 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .why-wrk-section .container {
    min-height: 220px !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .profit-phone-img {
    width: 38vw !important;
    left: 25% !important;
    right: auto !important;
    transform: translateX(-50%) scale(1.08) !important;
    top: 0 !important;
    position: relative !important;
    z-index: 0;
    height: auto !important;
    max-width: 60vw !important;
    display: block !important;
    margin: 0 auto !important;
  }
  .profit-title {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 95% !important;
    text-align: center !important;
    z-index: 1;
    font-size: 2rem !important;
    margin: 0.7rem auto 1.2rem auto !important;
    display: block !important;
  }
}
@media (max-width: 600px) {
  .why-wrk-content {
    max-width: 98vw !important;
    width: 98vw !important;
    margin: 0 auto !important;
    padding: 1.2rem 0.7rem !important;
    border-radius: 1.2em !important;
    background: linear-gradient(135deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,1) 100%) !important;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12), 0 1.5px 4px 0 rgba(184,133,13,0.05) !important;
    display: block !important;
    position: relative !important;
    overflow: visible !important;
    animation: none !important;
    transform: none !important;
  }
  .why-wrk-content p, .why-intro {
    font-size: 1rem !important;
    padding: 0.8rem 0.3rem !important;
    margin: 0.5rem auto !important;
    max-width: 95vw !important;
    border-radius: 1em !important;
    display: block !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.6 !important;
    text-align: left !important;
    background: linear-gradient(135deg, #f4f1e8 0%, #d49d1a 50%, #b8850d 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
}
@media (max-width: 600px) {
  .why-wrk-content {
    max-width: 90vw !important;
    margin: 0 auto !important;
    padding: 0.7rem 0.5rem !important;
    font-size: 0.98rem !important;
  }
  .why-intro {
    font-size: 1rem !important;
    padding: 0.8rem 0.7rem !important;
    margin: 0.5rem auto !important;
    max-width: 95vw !important;
    border-radius: 1em !important;
    background: rgba(20,20,20,0.92) !important;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12), 0 1.5px 4px 0 rgba(184,133,13,0.05) !important;
    color: #f5f5f7 !important;
    display: block !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.6 !important;
    text-align: left !important;
  }
}
/* Remove bounce/elastic scroll effect on mobile */
html, body {
  overscroll-behavior: none;
}
/* Mobile styles for why-wrk section */
@media (max-width: 600px) {
  .why-wrk-section .container {
    min-height: 260px !important;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .profit-phone-img {
    width: 65vw !important;
    left: 40% !important;
    right: auto !important;
    transform: translateX(-50%) scale(1.05) !important;
    top: 0 !important;
    position: relative !important;
    z-index: 0;
    height: auto !important;
    max-width: 100vw !important;
    display: block !important;
    margin: 0 auto !important;
  }
  .profit-title {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 90% !important;
    text-align: center !important;
    z-index: 1;
    font-size: 1.3rem !important;
    margin: 0.5rem auto 1.2rem auto !important;
    display: block !important;
  }
}
/* Large networking circle in hero section */
.networking-circle {
  position: absolute;
  right: 2vw;
  bottom: 0;
  width: 600px;
  height: 600px;
  max-width: 40vw;
  max-height: 40vw;
  min-width: 320px;
  min-height: 320px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
  overflow: visible;
  background: none !important;
}

.hero-phone-img {
  position: absolute;
  right: 2vw;
  bottom: 0;
  width: 420px;
  height: auto;
  max-width: 40vw;
  max-height: 80vh;
  min-width: 200px;
  min-height: 320px;
  transform: rotate(-22deg);
  box-shadow: none;
  background: none !important;
  z-index: 10;
  pointer-events: auto;
}

@media (max-width: 900px) {
  .networking-circle {
    width: 320px;
    height: 320px;
    max-width: 60vw;
    max-height: 60vw;
    right: 0;
    bottom: 0;
  }
  .hero-phone-img {
    width: 200px;
    max-width: 90%;
  }
}
/* Larger card for 'We plan, you profit' title */
/* Medium size for 'We plan, you profit' card */

/* Unique background for 'We plan, you profit' */
/* Gradient text for 'We plan, you' and gold for 'profit' */
/* Unique background for 'We plan, you profit' */
.profit-title {
  display: block;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 auto 1.5em auto;
  padding: 0.2em 0.5em;
  text-align: center;
  letter-spacing: 0.01em;
  max-width: 90vw;
  background: linear-gradient(90deg, #fff 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.profit-title .profit-gold {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: var(--title-gold, #d49d1a);
  background-clip: initial;
  color: var(--title-gold, #d49d1a);
}
@media (max-width: 600px) {
  .profit-title {
    font-size: clamp(1.2rem, 7vw, 1.7rem);
    padding: 0.2em 0.3em;
  }
}
/* Card style for all section titles */
.title-card {
  display: inline-block;
  background: rgba(20, 20, 20, 0.92);
  border-radius: 1.2em;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.18), 0 1.5px 8px 0 rgba(184,133,13,0.08);
  padding: 0.5em 1.5em;
  margin-bottom: 1.2em;
  margin-top: 0.2em;
  border: 1.5px solid var(--gold-dark, #7a4f00);
  color: var(--title-gold, #d49d1a);
  font-weight: 800;
  font-size: inherit;
  text-align: center;
  letter-spacing: 0.01em;
  transition: box-shadow 0.2s;
}

/* Responsive card padding */
@media (max-width: 600px) {
  .title-card { padding: 0.4em 0.7em; font-size: 1em; }
}
/* Pitch black background for 'what will you do' section */
#about-wrk, .about-wrk-section {
  background: #000 !important;
}
/* Fix for 'We plan, you profit' title */
.profit-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 1.5rem 0;
  padding: 0.5rem 0;
  color: var(--title-gold, #d49d1a);
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.01em;
}

/* Responsive hero title and section */
.hero-title {
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 1.1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-bottom: 1.2rem;
}

@media (max-width: 1200px) {
  .container { max-width: 960px; }
  .hero-title { font-size: clamp(2.2rem, 8vw, 4.2rem); }
  .profit-title { font-size: clamp(2rem, 6vw, 3rem); }
}
@media (max-width: 900px) {
  .container { max-width: 720px; padding: 0 1rem; }
  .hero-title { font-size: clamp(2rem, 9vw, 3.2rem); }
  .profit-title { font-size: clamp(1.7rem, 7vw, 2.5rem); }
}
@media (max-width: 600px) {
  .container { max-width: 98vw; padding: 0 0.5rem; }
  .hero-title { font-size: clamp(1.5rem, 10vw, 2.2rem); }
  .profit-title { font-size: clamp(1.2rem, 8vw, 1.7rem); }
  .hero-section { padding: 2.5rem 0 1.5rem 0; }
}
@media (max-width: 400px) {
  .hero-title, .profit-title { font-size: 1.1rem; }
}
/* Sparkle background for hero section */
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /* Removed conflicting .radio-group media queries for mobile centering fix */
  --input-border: #1a1a1a;
  --input-focus: #a38613;
  --radius: 0.75rem;
  --transition: 0.25s ease;
  --hero-gradient: #000000;
}

* {
  box-sizing: border-box;
}

/* Global overflow prevention for mobile */
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  position: relative;
}

/* ========================================================================= */
/* SCROLL OPTIMIZATION CHANGE #6: DISABLED CSS SCROLL-BEHAVIOR              */
/* CHANGES: Changed from "smooth" to "auto" to prevent conflicts             */
/* REASON: Eliminate double-smoothing conflicts with JavaScript scroll      */
/* ========================================================================= */
html {
  scroll-behavior: auto; /* Disable CSS scroll-behavior for faster JS control */
  scroll-padding-top: 2rem;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}
/* ========================================================================= */
/* END SCROLL OPTIMIZATION CHANGE #6                                        */
/* ========================================================================= */

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  background: var(--hero-gradient);
  color: var(--text-light);
  overflow-x: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  position: relative;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  box-sizing: border-box;
}

.content-section {
  padding: 5rem 0;
  position: relative;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* CINEMATIC INTRO ANIMATIONS */
#intro-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle at center, #0a0a0a 0%, #000000 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

#intro-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(ellipse 300px 150px at 30% 20%, rgba(255, 255, 255, 0.15) 0%, rgba(200, 200, 200, 0.08) 40%, transparent 70%),
    radial-gradient(ellipse 400px 200px at 70% 60%, rgba(255, 255, 255, 0.12) 0%, rgba(220, 220, 220, 0.06) 35%, transparent 65%),
    radial-gradient(ellipse 250px 120px at 50% 80%, rgba(255, 255, 255, 0.1) 0%, rgba(180, 180, 180, 0.05) 45%, transparent 75%);
  animation: smokeFlow 8s ease-in-out infinite;
  z-index: -1;
}

#intro-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(ellipse 350px 180px at 20% 70%, rgba(255, 255, 255, 0.08) 0%, rgba(210, 210, 210, 0.04) 50%, transparent 80%),
    radial-gradient(ellipse 280px 140px at 80% 30%, rgba(255, 255, 255, 0.06) 0%, rgba(190, 190, 190, 0.03) 60%, transparent 85%);
  animation: smokeDrift 12s ease-in-out infinite reverse;
  z-index: -1;
}

@keyframes smokeFlow {
  0% { 
    transform: translateX(0) translateY(0) scale(1) rotate(0deg);
    opacity: 0.8;
  }
  20% { 
    transform: translateX(-30px) translateY(-25px) scale(1.2) rotate(3deg);
    opacity: 1;
  }
  40% { 
    transform: translateX(20px) translateY(-50px) scale(1.4) rotate(-2deg);
    opacity: 0.9;
  }
  60% { 
    transform: translateX(-15px) translateY(-35px) scale(1.3) rotate(2.5deg);
    opacity: 1;
  }
  80% { 
    transform: translateX(25px) translateY(-15px) scale(1.1) rotate(-1.5deg);
    opacity: 0.8;
  }
  100% { 
    transform: translateX(0) translateY(0) scale(1) rotate(0deg);
    opacity: 0.8;
  }
}

@keyframes smokeDrift {
  0% { 
    transform: translateX(0) translateY(0) scale(0.9) rotate(0deg);
    opacity: 0.6;
  }
  25% { 
    transform: translateX(35px) translateY(-25px) scale(1.2) rotate(-3deg);
    opacity: 0.9;
  }
  50% { 
    transform: translateX(-25px) translateY(-45px) scale(1.4) rotate(4deg);
    opacity: 0.7;
  }
  75% { 
    transform: translateX(15px) translateY(-30px) scale(1.1) rotate(-2deg);
    opacity: 0.8;
  }
  100% { 
    transform: translateX(0) translateY(0) scale(0.9) rotate(0deg);
    opacity: 0.6;
  }
}

@keyframes sparkleFloat {
  0% { 
    background-position: 0% 0%, 100% 100%, 50% 50%, 75% 25%, 25% 75%, 60% 40%;
    opacity: 1;
  }
  25% { 
    background-position: 10% 5%, 90% 95%, 55% 45%, 80% 20%, 30% 80%, 65% 35%;
    opacity: 0.8;
  }
  50% { 
    background-position: 20% 10%, 80% 90%, 40% 60%, 85% 15%, 35% 85%, 70% 30%;
    opacity: 1;
  }
  75% { 
    background-position: 30% 15%, 70% 85%, 45% 55%, 90% 10%, 40% 90%, 75% 25%;
    opacity: 0.6;
  }
  100% { 
    background-position: 0% 0%, 100% 100%, 50% 50%, 75% 25%, 25% 75%, 60% 40%;
    opacity: 1;
  }
}

@keyframes goldSparkleFloat {
  0% { 
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  25% { 
    opacity: 0.3;
    transform: scale(1.3) rotate(90deg);
  }
  50% { 
    opacity: 1;
    transform: scale(0.8) rotate(180deg);
  }
  75% { 
    opacity: 0.5;
    transform: scale(1.2) rotate(270deg);
  }
  100% { 
    opacity: 1;
    transform: scale(1) rotate(360deg);
  }
}

.signature-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
  overflow: hidden;
}

.signature {
  font-size: clamp(4rem, 8vw, 6rem);
  font-weight: 700;
  background: var(--gold-panel);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  opacity: 1;
  transform: scale(1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.05em;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
  width: 100%;
  max-width: 100%;
  overflow: visible;

  white-space: nowrap;
  line-height: 1;
}

#intro-overlay.signature-blur .signature {
  filter: blur(20px);
  opacity: 0.3;
  transform: scale(1.2);
}

.wrk-formation {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Wrkcinematic,
.wrkcinematic2,
.wrkcinematic3 {
  display: none;
}

/* Clone animations disabled - elements are hidden */

.wrk-letters {
  position: absolute;
  display: flex;
  gap: clamp(1rem, 3vw, 2rem);
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 0 2rem;
  box-sizing: border-box;
}

.wrk-letters span {
  font-size: clamp(4rem, 10vw, 6rem);
  font-weight: 900;
  background: linear-gradient(135deg, #f4f1e8 0%, #e8b332 20%, #d49d1a 40%, #b8850d 60%, #935c00 80%, #d49d1a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: letterGlow 1s ease-in-out infinite alternate;
  line-height: 1;
  display: block;
  filter: drop-shadow(0 0 30px rgba(184, 133, 13, 0.6)) drop-shadow(0 0 60px rgba(212, 157, 26, 0.4));
}

#intro-overlay.form-wrk .wrk-letters {
  opacity: 1;
  transform: scale(1);
}

#intro-overlay.form-wrk .Wrkcinematic,
#intro-overlay.form-wrk .wrkcinematic2,
#intro-overlay.form-wrk .wrkcinematic3 {
  display: none;
}

.loading-text {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  animation: fadeInOut 1.5s ease-in-out infinite;
}

#intro-overlay.fade-out {
  opacity: 0;
  transform: scale(1.1);
}

@keyframes letterGlow {
  0% { 
    filter: brightness(1) drop-shadow(0 0 20px rgba(184, 133, 13, 0.6)) drop-shadow(0 0 40px rgba(212, 157, 26, 0.3)); 
  }
  100% { 
    filter: brightness(1.4) drop-shadow(0 0 40px rgba(184, 133, 13, 0.8)) drop-shadow(0 0 80px rgba(212, 157, 26, 0.5)); 
  }
}

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

/* HERO SECTION */
.hero-section {
  min-height: 100vh;
  background: var(--hero-gradient);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
}

.hero-section.reveal {
  opacity: 1;
  transform: translateY(0);
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

/* Animated Smoke Effects */
.hero-background::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle at 20% 80%, rgba(212, 157, 26, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(184, 133, 13, 0.02) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(147, 92, 0, 0.025) 0%, transparent 50%);
  animation: smokeFlow 20s ease-in-out infinite;
  pointer-events: none;
}

.hero-background::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle at 60% 30%, rgba(212, 157, 26, 0.02) 0%, transparent 40%),
    radial-gradient(circle at 90% 70%, rgba(184, 133, 13, 0.015) 0%, transparent 45%),
    radial-gradient(circle at 30% 90%, rgba(147, 92, 0, 0.02) 0%, transparent 35%);
  animation: smokeDrift 25s ease-in-out infinite reverse;
  pointer-events: none;
}

@keyframes smokeFlow {
  0%, 100% { 
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
    opacity: 0.5;
  }
  25% { 
    transform: translateX(-10px) translateY(-20px) rotate(1deg) scale(1.05);
    opacity: 0.7;
  }
  50% { 
    transform: translateX(10px) translateY(-10px) rotate(-1deg) scale(0.95);
    opacity: 0.3;
  }
  75% { 
    transform: translateX(-5px) translateY(-15px) rotate(0.5deg) scale(1.02);
    opacity: 0.6;
  }
}

@keyframes smokeDrift {
  0%, 100% { 
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
    opacity: 0.3;
  }
  33% { 
    transform: translateX(15px) translateY(-25px) rotate(-1.5deg) scale(1.08);
    opacity: 0.5;
  }
  66% { 
    transform: translateX(-15px) translateY(-5px) rotate(1.5deg) scale(0.92);
    opacity: 0.4;
  }
}

.floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
}

.float-element {
  position: absolute;
  background: linear-gradient(45deg, var(--accent), var(--gold-bright));
  border-radius: 50%;
  opacity: 0.1;
  animation: float 20s ease-in-out infinite;
}

.element-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: 10%;
  animation-duration: 25s;
}

.element-2 {
  width: 200px;
  height: 200px;
  top: 60%;
  right: 15%;
  animation-duration: 30s;
  animation-direction: reverse;
}

.element-3 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 60%;
  animation-duration: 35s;
}

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

.hero-content {
  text-align: center;
  z-index: 10;
  max-width: 800px;
  padding: 0 2rem;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid var(--accent);
  color: var(--accent);
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 2rem;
  animation: badgeGlow 3s ease-in-out infinite alternate;
}

@keyframes badgeGlow {
  0% { box-shadow: 0 0 20px rgba(255, 215, 0, 0.3); }
  100% { box-shadow: 0 0 40px rgba(255, 215, 0, 0.6); }
}

.hero-title {
  font-size: 4rem;
  font-weight: 800;
  margin: 0 0 1rem 0;
  line-height: 1.1;
  background: var(--title-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}



.wrk-logo {
  display: inline-block;
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: linear-gradient(135deg, #ff8c00 0%, #d49d1a 25%, #ff6b35 50%, #b8850d 75%, #ff8c00 100%);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 30px rgba(255, 140, 0, 0.6)) drop-shadow(0 0 60px rgba(212, 157, 26, 0.4));
  position: relative;
  animation: logoGlow 3s ease-in-out infinite alternate, gradientShift 4s ease-in-out infinite;
}

.wrk-logo:hover {
  transform: scale(1.15) rotate(-3deg);
  filter: drop-shadow(0 0 40px rgba(255, 140, 0, 0.8)) drop-shadow(0 0 80px rgba(212, 157, 26, 0.6));
  animation-duration: 1.5s;
}

/* WRK Logo Animations */
@keyframes logoGlow {
  0% { 
    filter: drop-shadow(0 0 30px rgba(255, 140, 0, 0.6)) drop-shadow(0 0 60px rgba(212, 157, 26, 0.4));
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0 0 45px rgba(255, 140, 0, 0.8)) drop-shadow(0 0 90px rgba(212, 157, 26, 0.6));
    transform: scale(1.05);
  }
  100% { 
    filter: drop-shadow(0 0 35px rgba(255, 140, 0, 0.7)) drop-shadow(0 0 70px rgba(212, 157, 26, 0.5));
    transform: scale(1.02);
  }
}

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

.subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.5rem;
}

.hero-description {
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 2rem 0 3rem 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 2.5rem 3rem;
  border-radius: 50%;
  background: 
    radial-gradient(circle at 20% 30%, rgba(212, 157, 26, 0.1) 0%, transparent 20%),
    radial-gradient(circle at 80% 20%, rgba(184, 133, 13, 0.08) 0%, transparent 25%),
    radial-gradient(circle at 60% 80%, rgba(147, 92, 0, 0.06) 0%, transparent 30%),
    radial-gradient(circle at 30% 70%, rgba(212, 157, 26, 0.05) 0%, transparent 35%),
    radial-gradient(circle at 90% 60%, rgba(184, 133, 13, 0.04) 0%, transparent 40%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(20, 20, 20, 0.9) 100%);
  border: 2px solid rgba(212, 157, 26, 0.2);
  box-shadow: 
    0 0 50px rgba(212, 157, 26, 0.15),
    inset 0 0 30px rgba(212, 157, 26, 0.05);
}

.hero-description::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border-radius: 50%;
  border: 1px dashed rgba(212, 157, 26, 0.3);
  pointer-events: none;
  z-index: -1;
}

/* Removed animated dots from hero description */
.hero-description::after {
  content: none;
}

@keyframes networkPulse {
  0%, 100% { opacity: 0.4; transform: translateX(-50%) scale(1); }
  50% { opacity: 0.8; transform: translateX(-50%) scale(1.05); }
}

/* Additional circles around the hero content */
/* Removed animated dots from hero networking circle */
.hero-content::before {
  content: none;
}

@keyframes rotateArrows {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.hero-cta {
  margin-top: 3rem;
}

.cta-button {
  background: linear-gradient(135deg, #e2ab2b 0%, #7c5a09 50%, #e8ca24 100%, white 10%);
  border: 3px solid #d49d1a;
  padding: 1rem 2.5rem;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* box-shadow removed to eliminate shine */
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 auto 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
  backdrop-filter: blur(20px);
}

.cta-button:hover {
  transform: translateY(-2px) scale(1.02);
  /* box-shadow removed to eliminate shine on hover */
  background: linear-gradient(135deg, #f4b31a 0%, #d49d1a 50%, #b8850d 100%);
  border-color: #f4b31a;
}

.cta-button:active {
  transform: translateY(-2px) scale(1.02);
}

.button-icon {
  font-size: 1.2rem;
  animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
  0%, 100% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(1.2) rotate(180deg); }
}

.cta-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  font-weight: 500;
}

/* Hero Phone - Ultra Simple Version */
.hero-phone {
  position: absolute;
  bottom: 100px;
  right: 10%;
  font-size: 80px;
  z-index: 100;
  animation: phoneFloat 3s ease-in-out infinite alternate;
}

@keyframes phoneFloat {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-20px); }
}

.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}

.scroll-arrow {
  width: 30px;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.scroll-arrow:active,
.scroll-arrow:focus,
.scroll-arrow:hover,
.scroll-arrow:visited {
  border-color: rgba(255, 255, 255, 0.5) !important;
  outline: none !important;
  box-shadow: none !important;
  transform: rotate(45deg) !important;
  background: transparent !important;
  color: transparent !important;
}

.scroll-indicator:active,
.scroll-indicator:focus,
.scroll-indicator:hover,
.scroll-indicator:visited {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Disable all pseudo-elements on click */
.scroll-arrow:active::before,
.scroll-arrow:active::after,
.scroll-arrow:focus::before,
.scroll-arrow:focus::after {
  display: none !important;
}

/* Completely hide scroll indicator to eliminate arrow animations */
.scroll-indicator {
  display: none !important;
}



/* ABOUT WRK SECTION */
#about-wrk {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
}

#about-wrk h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  background: var(--title-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
}

.about-text {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
}

/* WHY WRK SECTION */
.why-wrk-section {
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.why-wrk-section h2 {
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 3rem;
  background: var(--title-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.1em;
}

.why-wrk-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.95) 100%
  );
  backdrop-filter: blur(30px);
  border: 8px solid rgba(184, 133, 13, 0.85);
  border-radius: 32px;
  padding: 3rem 2.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: floatCard 8s ease-in-out infinite alternate;
  transform: translateY(0);
}

.why-wrk-content:hover {
  transform: translateY(-15px) scale(1.02);
  border-color: rgba(184, 133, 13, 1);
}

/* Removed animated dots and sparkles from networking circle */
.why-wrk-content::after {
  content: none;
}

.why-wrk-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  background: linear-gradient(135deg, #f4f1e8 0%, #d49d1a 50%, #b8850d 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  font-weight: 500;
}

.why-wrk-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, 
    rgba(139, 114, 36, 0.08), 
    transparent, 
    rgba(184, 158, 45, 0.12), 
    transparent, 
    rgba(160, 134, 40, 0.08)
  );
  background-size: 300% 300%;
  animation: gradientShift 8s ease-in-out infinite;
  z-index: -1;
}

/* Removed old floatGlow animation - using floatCard instead */

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

@keyframes realisticGold {
  0% { 
    background-position: 0% center, 0% center, 0% center, 0% center;
    background-size: 400% 400%, 200% 200%, 300% 300%, 250% 250%;
    filter: brightness(0.55) contrast(1.4) saturate(0.9);
    text-shadow: 
      0 0 2px rgba(70, 37, 35, 0.8),
      0 0 4px rgba(139, 114, 36, 0.5),
      1px 1px 2px rgba(0, 0, 0, 0.5);
  }
  25% { 
    background-position: 25% center, 50% center, 75% center, 25% center;
    background-size: 450% 450%, 250% 250%, 350% 350%, 275% 275%;
    filter: brightness(0.6) contrast(1.45) saturate(0.95);
    text-shadow: 
      0 0 3px rgba(67, 70, 35, 0.9),
      0 0 6px rgba(174, 140, 39, 0.774),
      1px 1px 3px rgba(0, 0, 0, 0.45);
  }
  50% { 
    background-position: 50% center, 100% center, 150% center, 50% center;
    background-size: 500% 500%, 300% 300%, 400% 400%, 300% 300%;
    filter: brightness(0.65) contrast(1.5) saturate(1.0);
    text-shadow: 
      0 0 4px rgba(70, 37, 35, 1.0),
      0 0 8px rgba(160, 134, 40, 0.7),
      1px 1px 4px rgba(0, 0, 0, 0.4);
  }
  75% { 
    background-position: 75% center, 150% center, 225% center, 75% center;
    background-size: 450% 450%, 250% 250%, 350% 350%, 275% 275%;
    filter: brightness(0.6) contrast(1.45) saturate(0.95);
    text-shadow: 
      0 0 3px rgba(70, 37, 35, 0.9),
      0 0 6px rgba(139, 114, 36, 0.6),
      1px 1px 3px rgba(0, 0, 0, 0.45);
  }
  100% { 
    background-position: 100% center, 200% center, 300% center, 100% center;
    background-size: 400% 400%, 200% 200%, 300% 300%, 250% 250%;
    filter: brightness(0.55) contrast(1.4) saturate(0.9);
    text-shadow: 
      0 0 2px rgba(70, 37, 35, 0.8),
      0 0 4px rgba(139, 114, 36, 0.5),
      1px 1px 2px rgba(0, 0, 0, 0.5);
  }
}

@keyframes goldGlow {
  0% { 
    text-shadow: 0 0 6px var(--bronze-medium), 0 0 12px var(--accent), 0 0 18px var(--accent);
  }
  50% { 
    text-shadow: 0 0 10px var(--bronze-medium), 0 0 20px var(--accent), 0 0 30px var(--accent);
  }
  100% { 
    text-shadow: 0 0 6px var(--bronze-medium), 0 0 12px var(--accent), 0 0 18px var(--accent);
  }
}

@keyframes brushedMetal {
  0% { 
    background-position: 0% center, 0% center, 0% center;
    filter: brightness(0.7) contrast(1.3) saturate(1.0);
  }
  25% { 
    background-position: 25% center, 75% center, 50% center;
    filter: brightness(0.75) contrast(1.35) saturate(1.1);
  }
  50% { 
    background-position: 50% center, 150% center, 100% center;
    filter: brightness(0.8) contrast(1.4) saturate(1.2);
  }
  75% { 
    background-position: 75% center, 225% center, 150% center;
    filter: brightness(0.75) contrast(1.35) saturate(1.1);
  }
  100% { 
    background-position: 100% center, 300% center, 200% center;
    filter: brightness(0.7) contrast(1.3) saturate(1.0);
  }
}

.why-intro {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.why-intro strong {
  background: var(--realistic-gold);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  animation: realisticGold 15s ease-in-out infinite;
}

.million-highlight {
  background: linear-gradient(135deg, #ff8c00 0%, #d49d1a 25%, #ff6b35 50%, #b8850d 75%, #ff8c00 100%);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  animation: gradientShift 4s ease-in-out infinite;
  filter: drop-shadow(0 0 10px rgba(255, 140, 0, 0.3));
}

/* Override why-final styling when million-highlight is used */
.why-final .million-highlight {
  background: linear-gradient(135deg, #ff8c00 0%, #d49d1a 25%, #ff6b35 50%, #b8850d 75%, #ff8c00 100%) !important;
  background-size: 300% 300% !important;
  animation: gradientShift 4s ease-in-out infinite !important;
  font-weight: 700 !important;
}

.why-movement {
  font-size: 1.3rem;
  line-height: 1.6;
  background: linear-gradient(135deg, #f4f1e8 0%, #d49d1a 50%, #b8850d 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
  font-weight: 500;
}

.why-statement {
  font-size: 1.6rem;
  line-height: 1.6;
  background: linear-gradient(135deg, #f4f1e8 0%, #d49d1a 50%, #b8850d 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 3rem;
  font-weight: 500;
}

.why-description {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2.5rem;
  line-height: 1.8;
  font-style: italic;
}

.why-conclusion {
  margin-top: 1.5rem;
  text-align: center;
}

.why-conclusion p {
  font-size: 1.3rem;
  background: var(--realistic-gold);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  animation: realisticGold 8.2s ease-in-out infinite;
  text-shadow: 0 0 8px rgba(139, 114, 36, 0.2);
  font-weight: 600;
}

.why-final {
  font-size: 1.8rem !important;
  background: var(--realistic-gold);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0 !important;
  animation: realisticGold 14s ease-in-out infinite;
  font-weight: 800;
}

/* ABOUT CARDS SECTION - Same style as why-wrk */
.about-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.about-card {
  text-align: center;
  background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.95) 100%
  );
  backdrop-filter: blur(30px);
  border: 6px solid rgba(184, 133, 13, 0.85);
  border-radius: 24px;
  padding: 2rem 1.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: floatCard 8s ease-in-out infinite alternate;
  transform: translateY(0);
}

.about-card:hover {
  transform: translateY(-15px) scale(1.02);
  border-color: rgba(184, 133, 13, 1);
}

.about-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.6) 1px, transparent 1px),
    radial-gradient(circle at 75% 30%, rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    radial-gradient(circle at 40% 70%, rgba(255, 255, 255, 0.7) 1px, transparent 1px),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.4) 1px, transparent 1px);
  background-size: 140px 140px, 190px 190px, 170px 170px, 210px 210px;
  animation: sparkleFloat 7s linear infinite;
  pointer-events: none;
  z-index: 1;
}

/* Both cards - More sparkles animation */
.about-card:first-child::after,
.about-card:last-child::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.6) 1px, transparent 1px),
    radial-gradient(circle at 75% 30%, rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    radial-gradient(circle at 40% 70%, rgba(255, 255, 255, 0.7) 1px, transparent 1px),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.4) 1px, transparent 1px),
    radial-gradient(circle at 15% 60%, rgba(212, 157, 26, 0.6) 1.5px, transparent 2px),
    radial-gradient(circle at 85% 15%, rgba(184, 133, 13, 0.5) 1px, transparent 1.5px),
    radial-gradient(circle at 60% 25%, rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    radial-gradient(circle at 30% 45%, rgba(255, 255, 255, 0.6) 1px, transparent 1px),
    radial-gradient(circle at 90% 40%, rgba(212, 157, 26, 0.4) 1px, transparent 1.5px),
    radial-gradient(circle at 20% 85%, rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    radial-gradient(circle at 70% 60%, rgba(184, 133, 13, 0.6) 1.5px, transparent 2px),
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.7) 1px, transparent 1px),
    radial-gradient(circle at 10% 35%, rgba(212, 157, 26, 0.5) 1px, transparent 1.5px),
    radial-gradient(circle at 95% 70%, rgba(255, 255, 255, 0.4) 1px, transparent 1px),
    radial-gradient(circle at 45% 90%, rgba(184, 133, 13, 0.5) 1.5px, transparent 2px);
  background-size: 140px 140px, 190px 190px, 170px 170px, 210px 210px, 160px 160px, 180px 180px, 150px 150px, 200px 200px, 165px 165px, 185px 185px, 175px 175px, 155px 155px, 195px 195px, 145px 145px, 205px 205px;
  animation: sparkleFloat 7s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.about-card h3 {
  font-size: 1.1rem;
  line-height: 1.5;
  background: linear-gradient(135deg, #f4f1e8 0%, #d49d1a 50%, #b8850d 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.about-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, 
    rgba(139, 114, 36, 0.08), 
    transparent, 
    rgba(184, 158, 45, 0.12), 
    transparent, 
    rgba(160, 134, 40, 0.08)
  );
  background-size: 300% 300%;
  animation: gradientShift 8s ease-in-out infinite;
  z-index: -1;
}

/* BRANCHES SECTION */
#branches h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
  background: var(--title-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
}

.branches-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
  justify-items: center;
  padding: 0 1rem;
}

@media (min-width: 1200px) {
  .branches-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Handle centering for odd number of cards on last row */
.branch-card:nth-child(5) {
  grid-column: 1 / -1;
  max-width: calc(50% - 1rem);
  justify-self: center;
}

@media (min-width: 1200px) {
  .branch-card:nth-child(5) {
    grid-column: 2 / 3;
    max-width: none;
  }
}

.branch-card {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(20px);
  border: 8px solid rgba(184, 133, 13, 0.8);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  will-change: transform, box-shadow, border-color;
  transform: translateZ(0);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 450px;
  cursor: pointer;
}

.branch-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.6) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    radial-gradient(circle at 30% 80%, rgba(255, 255, 255, 0.7) 1px, transparent 1px),
    radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.4) 1px, transparent 1px);
  background-size: 120px 120px, 180px 180px, 160px 160px, 200px 200px;
  animation: sparkleFloat 6s linear infinite;
  pointer-events: none;
  z-index: 1;
}

/* Sponsor card specific styling with background image */
.branch-card.sponsor-card {
  background: 
    linear-gradient(rgba(20, 30, 40, 0.8), rgba(10, 20, 30, 0.85)),
    url('https://images.unsplash.com/photo-1521791136064-7986c2920216?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80') center/cover;
  color: rgba(255, 255, 255, 0.95);
  filter: brightness(0.6) contrast(1.1) saturate(0.7);
  min-width: 350px;
}

.branch-card.sponsor-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(139, 114, 36, 0.15), rgba(184, 158, 45, 0.1));
  z-index: 1;
  pointer-events: none;
}

.branch-card.sponsor-card > * {
  position: relative;
  z-index: 2;
}

/* Pulse (Newsletter) card specific styling with background image */
.branch-card.pulse-card {
  background: 
    linear-gradient(rgba(20, 30, 40, 0.8), rgba(10, 20, 30, 0.85)),
    url('https://images.unsplash.com/photo-1586953208448-b95a79798f07?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80') center/cover;
  color: rgba(255, 255, 255, 0.95);
  filter: brightness(0.6) contrast(1.1) saturate(0.7);
}

.branch-card.pulse-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(139, 114, 36, 0.15), rgba(184, 158, 45, 0.1));
  z-index: 1;
  pointer-events: none;
}

.branch-card.pulse-card > * {
  position: relative;
  z-index: 2;
}

/* Founder card specific styling with background image */
.branch-card.founder-card {
  background: 
    linear-gradient(rgba(20, 30, 40, 0.8), rgba(10, 20, 30, 0.85)),
    url('https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80') center/cover;
  color: rgba(255, 255, 255, 0.95);
  filter: brightness(0.6) contrast(1.1) saturate(0.7);
}

.branch-card.founder-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(139, 114, 36, 0.15), rgba(184, 158, 45, 0.1));
  z-index: 1;
  pointer-events: none;
}

.branch-card.founder-card > * {
  position: relative;
  z-index: 2;
}

/* Creator Circle card specific styling with background image */
.branch-card.creator-card {
  background: 
    linear-gradient(rgba(20, 30, 40, 0.8), rgba(10, 20, 30, 0.85)),
    url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80') center/cover;
  color: rgba(255, 255, 255, 0.95);
  filter: brightness(0.6) contrast(1.1) saturate(0.7);
}

.branch-card.creator-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(139, 114, 36, 0.15), rgba(184, 158, 45, 0.1));
  z-index: 1;
  pointer-events: none;
}

.branch-card.creator-card > * {
  position: relative;
  z-index: 2;
}

/* Work Academy card specific styling with background image */
.branch-card.academy-card {
  background: 
    linear-gradient(rgba(20, 30, 40, 0.8), rgba(10, 20, 30, 0.85)),
    url('https://images.unsplash.com/photo-1523240795612-9a054b0db644?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80') center/cover;
  color: rgba(255, 255, 255, 0.95);
  filter: brightness(0.6) contrast(1.1) saturate(0.7);
}

.branch-card.academy-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(139, 114, 36, 0.15), rgba(184, 158, 45, 0.1));
  z-index: 1;
  pointer-events: none;
}

.branch-card.academy-card > * {
  position: relative;
  z-index: 2;
}

.branch-card:hover {
  transform: translateY(-15px) scale(1.02);
  border-color: rgba(184, 133, 13, 1);
}

.branch-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  display: block;
}

.branch-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  background: var(--title-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.branch-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: auto;
  flex-grow: 1;
}

.learn-more-btn {
  background: linear-gradient(135deg, #f4f1e8 0%, #d49d1a 25%, #b8850d 60%, #935c00 100%);
  border: none;
  color: #000000;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-size: 0.9rem;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
  margin-top: auto;
  flex-shrink: 0;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.partner-link {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #000000 0%, #333333 30%, #666666 60%, #333333 90%, #000000 100%);
  color: #f0f0f0 !important;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.partner-link:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 30%, #7a7a7a 60%, #4a4a4a 90%, #1a1a1a 100%);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

/* EXPERIENCE SECTION */
.experience-section {
  background: #000000;
}

.experience-section h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  background: var(--title-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
}

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

.experience-text p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

.experience-visual {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 2rem;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 500;
  animation: floatBadge 6s ease-in-out infinite;
}

.floating-badge:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.floating-badge:nth-child(2) {
  top: 50%;
  right: 20%;
  animation-delay: 2s;
}

.floating-badge:nth-child(3) {
  bottom: 20%;
  left: 30%;
  animation-delay: 4s;
}

@keyframes floatBadge {
  0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.7; }
  50% { transform: translateY(-20px) rotate(2deg); opacity: 1; }
}

/* FOOTER */
#footer {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3rem 0 1rem;
}

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

.footer-brand h3 {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.footer-newsletter h4,
.footer-social h4 {
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 600;
}

.newsletter-signup {
  display: flex;
  gap: 0.5rem;
}

.newsletter-input {
  flex: 1;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #ffffff;
  font-family: inherit;
}

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

.newsletter-btn {
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #f4f1e8 0%, #d49d1a 25%, #b8850d 60%, #935c00 100%);
  border: none;
  border-radius: 8px;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.newsletter-btn:hover {
  transform: translateY(-3px) scale(1.05);
  background: linear-gradient(135deg, #fffef9 0%, #e5b020 25%, #c49315 60%, #a66b05 100%);
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: var(--accent);
  transform: translateY(-2px);
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
}

/* ========================================================================= */
/* FORM CENTERING OPTIMIZATION CHANGE #10: ENHANCED WAITLIST SECTION        */
/* CHANGES: Improved waitlist section layout for better form centering      */
/* REASON: Ensure proper container behavior for form positioning            */
/* ========================================================================= */
/* WAITLIST SECTION */
#waitlist {
  background: #000000;
  backdrop-filter: blur(20px);
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: auto;
}

#waitlist .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* ========================================================================= */
/* END FORM CENTERING OPTIMIZATION CHANGE #10                              */
/* ========================================================================= */

/* Form Header styles */
#form-header {
  text-align: center;
  padding: 2rem 1rem;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

#form-header h2 {
  margin: 0 0 1rem 0;
  font-size: 3rem;
  font-weight: 700;
  background: var(--title-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
}

#form-header p {
  margin: 0;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

/* Main container adjustments */
body {
  background: var(--hero-gradient);
  min-height: 100vh;
}

/* ========================================================================= */
/* FORM CENTERING DEBUG FIX CHANGE #16: SIMPLIFIED FORM CENTERING          */
/* CHANGES: Removed conflicting positioning, use only margin auto           */
/* REASON: Conflicting left/transform and margin auto was breaking centering*/
/* ========================================================================= */
main#Form {
  background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.95) 100%
  );
  backdrop-filter: blur(30px);
  border: 8px solid rgba(184, 133, 13, 0.85);
  border-radius: 32px;
  color: #ffffff;
  margin: 3rem auto 5rem !important;
  padding: 4rem 4rem;
  width: 100%;
  max-width: 650px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: floatCard 8s ease-in-out infinite alternate;
  box-sizing: border-box;
  display: block;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

main#Form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 15% 25%, rgba(255, 255, 255, 0.8) 1px, transparent 1px),
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.6) 1px, transparent 1px),
    radial-gradient(circle at 25% 75%, rgba(255, 255, 255, 0.7) 1px, transparent 1px),
    radial-gradient(circle at 75% 85%, rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    radial-gradient(circle at 45% 35%, rgba(255, 255, 255, 0.4) 1px, transparent 1px),
    radial-gradient(circle at 65% 55%, rgba(255, 255, 255, 0.6) 1px, transparent 1px);
  background-size: 150px 150px, 200px 200px, 180px 180px, 160px 160px, 220px 220px, 170px 170px;
  animation: sparkleFloat 8s linear infinite;
  pointer-events: none;
  z-index: 1;
}

/* Ensure form content appears above sparkles */
main#Form > * {
  position: relative;
  z-index: 2;
}

/* ========================================================================= */
/* END FORM CENTERING DEBUG FIX CHANGE #16                                 */
/* ========================================================================= */

/* Form sparkle effect - desktop only */
@media (min-width: 769px) and (prefers-reduced-motion: no-preference) {
  main#Form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
      radial-gradient(circle at 15% 25%, rgba(255, 255, 255, 0.8) 1px, transparent 1px),
      radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.6) 1px, transparent 1px),
      radial-gradient(circle at 25% 75%, rgba(255, 255, 255, 0.7) 1px, transparent 1px),
      radial-gradient(circle at 75% 85%, rgba(255, 255, 255, 0.5) 1px, transparent 1px),
      radial-gradient(circle at 45% 35%, rgba(255, 255, 255, 0.4) 1px, transparent 1px),
      radial-gradient(circle at 65% 55%, rgba(255, 255, 255, 0.6) 1px, transparent 1px) !important;
    background-size: 150px 150px, 200px 200px, 180px 180px, 160px 160px, 220px 220px, 170px 170px !important;
    animation: sparkleFloat 8s linear infinite !important;
    pointer-events: none;
    z-index: 1;
  }

  
  main#Form {
    animation: formFloat 8s ease-in-out infinite;
  }
}

/* ========================================================================= */
/* FORM CENTERING DEBUG FIX CHANGE #18: UPDATED HOVER FOR NEW CENTERING    */
/* CHANGES: Removed translateX(-50%) from hover to match new centering      */
/* REASON: Hover effect must work with simplified margin-based centering    */
/* ========================================================================= */
/* Form hover effect - desktop only */
@media (min-width: 769px) {
  main#Form:hover {
    transform: translateY(-15px) scale(1.02) !important;
    border-color: rgba(184, 133, 13, 1);
  }
}
/* ========================================================================= */
/* END FORM CENTERING DEBUG FIX CHANGE #18                                 */
/* ========================================================================= */

/* Form layout */
form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

label {
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
  position: relative;
  z-index: 2;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  font-size: 1rem;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
  transition: all var(--transition);
  position: relative;
  z-index: 2;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
textarea:hover {
  border-color: rgba(212, 175, 55, 0.5);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.15);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(212, 175, 55, 0.8);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.2), 0 4px 12px rgba(212, 175, 55, 0.3);
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%23a0a0a0' stroke-width='2.5' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 1.2rem;
  padding: 1rem 3rem 1rem 1.2rem;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  background-color: var(--input-bg);
  border: 2px solid var(--input-border);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

select:hover {
  border-color: var(--accent);
  background-color: #26262d;
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%23a0a0a0' stroke-width='2.5' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M6 9l6 6 6-6'/></svg>");
}

select:focus {
  border-color: var(--accent);
  background-color: #2a2a32;
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%23a0a0a0' stroke-width='2.5' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M6 9l6 6 6-6'/></svg>");
}

select:active {
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%23a0a0a0' stroke-width='2.5' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M6 9l6 6 6-6'/></svg>");
}

select option {
  background-color: #1a1a1f;
  color: var(--text-light);
  padding: 1rem;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

select option:hover {
  background-color: var(--accent);
  color: white;
}

textarea {
  resize: vertical;
}

/* Radio group */
.radio-group {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

input[type="radio"] {
  accent-color: var(--accent);
  transform: scale(1.2);
}

/* Submit */
input[type="submit"] {
  background: linear-gradient(135deg, #f4f1e8 0%, #d49d1a 25%, #b8850d 60%, #935c00 100%);
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 2rem;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

input[type="submit"]:hover {
  background: linear-gradient(135deg, #fffef9 0%, #e5b020 25%, #c49315 60%, #a66b05 100%);
  transform: translateY(-3px) scale(1.05);
}

input[type="submit"]:active {
  transform: translateY(0);
}



/* Responsive */
/* ========================================================================= */
/* FORM CENTERING DEBUG FIX CHANGE #19: FIXED MOBILE FORM CENTERING        */
/* CHANGES: Removed conflicting positioning from mobile styles              */
/* REASON: Mobile styles were overriding simplified centering approach      */
/* ========================================================================= */
@media (max-width: 768px) {
  /* Disable heavy form effects on mobile for performance */
  main#Form {
    animation: none !important;
    backdrop-filter: blur(10px) !important;
    max-width: 95% !important;
    margin: 2rem auto !important;
    left: auto !important;
    transform: none !important;
  }
  
  main#Form::before {
    display: none !important;
  }
/* ========================================================================= */
/* END FORM CENTERING DEBUG FIX CHANGE #19                                 */
/* ========================================================================= */
  
  .signature {
    font-size: 2.5rem;
  }
  
  .wrk-letters span {
    font-size: 4rem;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .subtitle {
    font-size: 1.2rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .cta-button {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
  
  .float-element {
    display: none;
  }
  
  /* Fix title text overflow */
  .content-section h2, .why-wrk-section h2 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    margin-bottom: 2rem !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
  
  /* About cards mobile layout */
  .about-cards {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    max-width: 100% !important;
  }
  
  .about-card {
    padding: 1.5rem 1rem !important;
    border-radius: 16px !important;
    border-width: 4px !important;
  }
  
  .about-card h3 {
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
  }
  
  /* Radio button fixes */
  .radio-group {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 2rem !important;
    margin: 1rem 0 !important;
  }
  
  .radio-group input[type="radio"] {
    margin-right: 0.5rem !important;
  }
  
  .radio-group label {
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important;
  }
  
  /* Form label text wrapping */
  form label {
    font-size: 0.9rem !important;
    line-height: 1.3 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
}

@media (max-width: 768px) {
  .experience-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .experience-visual {
    height: 200px;
  }
  
  .branches-grid {
    grid-template-columns: 1fr;
  }

  .branch-card {
    height: 420px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .newsletter-signup {
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .newsletter-input {
    width: 100%;
    box-sizing: border-box;
  }
  
  .newsletter-btn {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }
}

@media (max-width: 600px) {
  /* Additional mobile form optimizations */
  #waitlist {
    padding: 1rem 0.5rem !important;
    overflow-x: hidden !important;
  }
  
  #waitlist .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 0.5rem !important;
  }
  
  /* ========================================================================= */
  /* FORM CENTERING DEBUG FIX CHANGE #20: FIXED 600PX MOBILE FORM CENTERING  */
  /* CHANGES: Removed left/transform positioning from 600px mobile styles    */
  /* REASON: Conflicting positioning was preventing proper centering         */
  /* ========================================================================= */
  main#Form {
    backdrop-filter: blur(5px) !important;
    max-width: calc(100vw - 2rem) !important;
    margin: 1rem auto !important;
    padding: 1.5rem !important;
    overflow: hidden !important;
    width: calc(100vw - 2rem) !important;
    left: auto !important;
    transform: none !important;
    position: relative !important;
  }
  /* ========================================================================= */
  /* END FORM CENTERING DEBUG FIX CHANGE #20                                 */
  /* ========================================================================= */
  
  .form-group input,
  .form-group select {
    padding: 0.75rem !important;
    border-radius: 8px !important;
  }
  
  .signature {
    font-size: 2rem;
  }
  
  .wrk-letters span {
    font-size: 3rem;
    gap: 1rem;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .subtitle {
    font-size: 1rem;
  }
  
  .hero-content {
    padding: 0 1rem;
  }
  
  .container {
    padding: 0 1rem;
  }
  
  .content-section {
    padding: 3rem 0;
  }
  
  #about-wrk h2,
  #branches h2,
  .experience-section h2,
  #form-header h2 {
    font-size: 2rem;
  }
  
  .about-text,
  .experience-text p {
    font-size: 1rem;
  }
  
  .branch-card {
    padding: 2rem 1.5rem;
    height: 400px;
  }

  #form-header {
    padding: 1rem;
  }
  
  /* ========================================================================= */
  /* FORM CENTERING DEBUG FIX CHANGE #22: FIXED ANOTHER MOBILE FORM STYLE    */
  /* CHANGES: Removed left/transform positioning from missed mobile style    */
  /* REASON: Found another conflicting form positioning style                */
  /* ========================================================================= */
  main#Form {
    margin: 1rem auto 2rem;
    padding: 2rem 1rem;
    max-width: calc(100vw - 2rem);
    width: calc(100vw - 2rem);
    box-sizing: border-box;
    left: auto !important;
    transform: none !important;
    position: relative;
    animation: none;
    backdrop-filter: blur(10px);
  }
  /* ========================================================================= */
  /* END FORM CENTERING DEBUG FIX CHANGE #22                                 */
  /* ========================================================================= */
  
  main#Form::before {
    display: none;
  }
  
  #form-header {
    padding: 1rem 0.5rem;
  }
  
  label {
    font-size: 0.9rem;
  }
  
  input, select, textarea {
    font-size: 0.95rem;
    padding: 0.75rem 0.5rem;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    backdrop-filter: blur(5px);
  }
  
  input[type="submit"] {
    padding: 1rem;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
  }
  
  .cta-button {
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

/* Extra small devices (320px and below) */
@media (max-width: 320px) {
  .container {
    padding: 0 0.5rem;
  }
  
  /* ========================================================================= */
  /* FORM CENTERING DEBUG FIX CHANGE #21: FIXED 320PX MOBILE FORM CENTERING  */
  /* CHANGES: Removed left/transform positioning from 320px mobile styles    */
  /* REASON: Conflicting positioning was preventing proper centering         */
  /* ========================================================================= */
  main#Form {
    margin: 0.5rem auto 1rem;
    padding: 1.5rem 0.75rem;
    max-width: calc(100vw - 1rem);
    width: calc(100vw - 1rem);
    box-sizing: border-box;
    left: auto !important;
    transform: none !important;
    position: relative;
    animation: none;
    backdrop-filter: blur(5px);
  }
  /* ========================================================================= */
  /* END FORM CENTERING DEBUG FIX CHANGE #21                                 */
  /* ========================================================================= */
  
  main#Form::before {
    display: none;
  }
  
  .hero-title {
    font-size: 1.5rem;
  }
  
  .branch-card {
    padding: 1.5rem 1rem;
    height: 350px;
  }
  
  .sponsor-card::before {
    content: "🤝 Sponsors & Partners\A\APartner with brands building the next generation.\A\A✨ Included:\A• Brand exposure\A• Co-marketing\A• Events\A• Partnerships\A\A💰 Tiers: $25K - Custom";
    font-size: 0.8rem;
  }
}

/* POPUP MODAL STYLES */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.modal-content {
  background: linear-gradient(135deg, 
    rgba(13, 13, 15, 0.95) 0%, 
    rgba(26, 10, 46, 0.95) 50%, 
    rgba(22, 33, 62, 0.95) 100%
  );
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 3rem 2.5rem;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  transform: scale(0.8) translateY(50px);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 100px rgba(142, 80, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.modal-overlay.active .modal-content {
  transform: scale(1) translateY(0);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-title {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #ffffff 0%, var(--accent) 50%, var(--accent-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.modal-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transform: rotate(90deg);
}

.modal-icon {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 1.5rem;
  display: block;
}

.modal-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}

.modal-features {
  margin-bottom: 2rem;
}

.modal-features h4 {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.modal-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modal-features li {
  padding: 0.5rem 0;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 1.5rem;
}

.modal-features li::before {
  content: "✨";
  position: absolute;
  left: 0;
  top: 0.5rem;
  color: var(--accent);
}

.modal-tiers {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.modal-tiers h4 {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
}

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

.tier-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.tier-item:hover {
  background: rgba(212, 175, 103, 0.2);
  border-color: var(--accent);
  transform: translateY(-2px);
}

.tier-name {
  font-weight: 600;
  background: var(--realistic-gold);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
  animation: realisticGold 7.8s ease-in-out infinite;
}

.tier-price {
  font-size: 0.9rem;
  background: linear-gradient(135deg, #f4f1e8 0%, #d49d1a 50%, #b8850d 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}

.modal-cta {
  text-align: center;
}

.modal-btn {
  background: linear-gradient(135deg, #000000 0%, #333333 30%, #666666 60%, #333333 90%, #000000 100%);
  border: none;
  padding: 1rem 2rem;
  border-radius: 25px;
  color: #f0f0f0;
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.4), 0 0 50px rgba(212, 175, 55, 0.2);
}

.modal-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 30%, #7a7a7a 60%, #4a4a4a 90%, #1a1a1a 100%);
  box-shadow: 0 0 35px rgba(212, 175, 55, 0.6), 0 0 70px rgba(212, 175, 55, 0.3), 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* CSS-ONLY DROPDOWN SYSTEM */
.branch-card {
  position: relative;
  overflow: visible;
}

.branch-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease;
}

.branch-card:hover::after {
  background: rgba(139, 114, 36, 0.1);
}

/* Dropdown Content */
.branch-card::before {
  content: attr(data-info);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, 
    rgba(13, 13, 15, 0.98) 0%, 
    rgba(26, 10, 46, 0.98) 50%, 
    rgba(22, 33, 62, 0.98) 100%
  );
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 0 24px 24px;
  padding: 2rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 10;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 100px rgba(142, 80, 255, 0.2);
  white-space: pre-line;
  max-height: 400px;
  overflow-y: auto;
}

.branch-card:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Academy Card Content */
.academy-card::before {
  content: "🎓 WRK Academy\A\AComprehensive courses and workshops designed by industry leaders. Master entrepreneurship, digital marketing, leadership, and innovation.\A\A✨ What's Included:\A• Expert-led masterclasses and workshops\A• Interactive online courses with certifications\A• Live Q&A sessions with industry leaders\A• Exclusive learning materials and resources\A• Peer-to-peer learning communities\A• Career advancement opportunities\A\A💰 Available Tiers:\AStarter - Free Access\APro - $99/month\AElite - $299/month\ACore - $599/month\APrime - $999/month\ABlack - Invitation Only";
}

/* Creator Card Content */
.creator-card::before {
  content: "🎨 Creators Circle\A\AConnect with like-minded creators in an exclusive community designed for collaboration and growth. Share ideas, work on projects together.\A\A✨ What's Included:\A• Private creator community access\A• Collaboration matching system\A• Project showcase opportunities\A• Creative challenges and competitions\A• Skill-sharing workshops\A• Brand partnership opportunities\A\A💰 Available Tiers:\AStarter - Free Access\APro - $149/month\AElite - $399/month\ACore - $799/month\APrime - $1299/month\ABlack - Invitation Only";
}

/* Founder Card Content */
.founder-card::before {
  content: "🚀 Founders\A\AElite community for serious entrepreneurs. Access mentorship, funding opportunities, and strategic partnerships that can transform your business trajectory.\A\A✨ What's Included:\A• Mentor matching with successful founders\A• Investor introduction programs\A• Strategic partnership facilitation\A• Exclusive founder-only events\A• Due diligence support\A• Exit strategy guidance\A\A💰 Available Tiers:\APro - $499/month\AElite - $999/month\ACore - $1999/month\APrime - $3999/month\ABlack - Invitation Only";
}

/* Pulse Card Content */
.pulse-card::before {
  content: "📰 The Pulse\A\AStay ahead with our curated newsletter featuring industry insights, trends, and exclusive member updates. Get the information that matters delivered directly.\A\A✨ What's Included:\A• Weekly industry trend analysis\A• Exclusive member spotlights\A• Early access to WRK events\A• Investment and opportunity alerts\A• Expert commentary and insights\A• Personalized content recommendations\A\A💰 Available Tiers:\AFree - Basic Newsletter\APro - $49/month\APremium - $149/month";
}

/* Sponsor Card Content */
.sponsor-card::before {
  content: "🤝 Sponsors & Partners\A\APartner with brands and innovators building the next generation. Premium sponsorship opportunities with co-marketing benefits and direct access to our community.\A\A✨ What's Included:\A• Brand exposure to premium audience\A• Co-marketing campaign opportunities\A• Event sponsorship packages\A• Community partnership programs\A• Custom activation opportunities\A• ROI tracking and analytics\A\A💰 Available Tiers:\ABronze - $25,000\ASilver - $50,000\AGold - $100,000\APlatinum - $250,000\ADiamond - Custom";
}

/* Hover Indicator */
.branch-card:hover .learn-more-btn {
  transform: translateY(-3px) scale(1.05);
  background: linear-gradient(135deg, #fffef9 0%, #e5b020 25%, #c49315 60%, #a66b05 100%);
}

/* Ensure dropdowns appear above other cards */
.branch-card:hover {
  z-index: 100;
}

/* Responsive Dropdown */
@media (max-width: 768px) {
  .branch-card::before {
    padding: 1.5rem;
    font-size: 0.9rem;
    max-height: 300px;
  }
}

@media (max-width: 600px) {
  .branch-card::before {
    padding: 1rem;
    font-size: 0.85rem;
    left: -1rem;
    right: -1rem;
    max-height: 250px;
  }
  
  .sponsor-card::before {
    content: "🤝 Sponsors & Partners\A\APartner with brands building the next generation. Premium sponsorship opportunities with co-marketing benefits.\A\A✨ What's Included:\A• Brand exposure\A• Co-marketing campaigns\A• Event sponsorship\A• Community partnerships\A\A💰 Tiers: Bronze $25K - Diamond Custom";
  }
}

/* ========================================================================= */
/* MAIN CATEGORIES SECTION - START                                          */
/* Big Floating Shining Cards for WRK Academy and Creators Circle          */
/* Includes: Floating animations, shine effects, tier pricing cards         */
/* ========================================================================= */
.main-categories-section {
  background: #000000;
  padding: 12rem 0 8rem 0;
  position: relative;
  z-index: 50;
}

.main-categories-section h2 {
  font-size: 3.5rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.2;
  padding-bottom: 0.5rem;
  background: var(--title-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
}

.section-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.main-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 4rem;
  max-width: 1400px;
  margin: 0 auto;
}

/* Main Card Styling */
.main-card {
  background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.95) 100%
  );
  backdrop-filter: blur(30px);
  border: 8px solid rgba(184, 133, 13, 0.85);
  border-radius: 32px;
  padding: 3rem 2.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: floatCard 8s ease-in-out infinite alternate;
}

.main-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 15% 25%, rgba(255, 255, 255, 0.8) 1px, transparent 1px),
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.6) 1px, transparent 1px),
    radial-gradient(circle at 25% 75%, rgba(255, 255, 255, 0.7) 1px, transparent 1px),
    radial-gradient(circle at 75% 85%, rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    radial-gradient(circle at 45% 35%, rgba(255, 255, 255, 0.4) 1px, transparent 1px),
    radial-gradient(circle at 65% 55%, rgba(255, 255, 255, 0.6) 1px, transparent 1px);
  background-size: 150px 150px, 200px 200px, 180px 180px, 160px 160px, 220px 220px, 170px 170px;
  animation: sparkleFloat 8s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.main-card:hover {
  transform: translateY(-15px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.3);
}

/* Floating Animation */
@keyframes floatCard {
  0% { transform: translateY(0px) rotate(0deg); }
  100% { transform: translateY(-20px) rotate(0.5deg); }
}

/* Shining Effect Removed */

/* Card Header */
.card-header {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

.main-card-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  display: block;
  filter: drop-shadow(0 0 20px rgba(184, 158, 45, 0.3));
}

.card-header h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  background: var(--title-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.card-tagline {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  margin: 0;
}

/* Card Description */
.card-description {
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}

.card-description p {
  font-size: 1.1rem;
  line-height: 1.6;
  background: linear-gradient(135deg, #f4f1e8 0%, #d49d1a 50%, #b8850d 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  font-weight: 500;
}

/* Tiers Container */
.tiers-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}

.tier-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 1.5rem 1rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.tier-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(184, 158, 45, 0.4);
  box-shadow: 0 10px 30px rgba(184, 158, 45, 0.2);
}

.tier-header h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #ffffff;
}

.price {
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #f4f1e8 0%, #d49d1a 50%, #b8850d 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}

.price span {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

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

.tier-features li {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1rem;
}

.tier-features li::before {
  content: "✨";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8rem;
}

/* Card CTA */
.card-cta {
  text-align: center;
  position: relative;
  z-index: 2;
}

.main-card-btn {
  background: linear-gradient(135deg, #f4f1e8 0%, #d49d1a 25%, #b8850d 60%, #935c00 100%);
  color: #000000;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.main-card-btn:hover {
  transform: translateY(-3px) scale(1.05);
  background: linear-gradient(135deg, #fffef9 0%, #e5b020 25%, #c49315 60%, #a66b05 100%);
}

.main-card-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 ease;
}

.main-card-btn:hover::before {
  left: 100%;
}

/* Card Specific Styling */
.academy-main-card {
  border-color: rgba(184, 158, 45, 0.15);
}

.academy-main-card:hover {
  border-color: rgba(184, 158, 45, 0.3);
}

.creators-main-card {
  border-color: rgba(184, 158, 45, 0.15);
}

.creators-main-card:hover {
  border-color: rgba(184, 158, 45, 0.3);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .main-cards-grid {
    grid-template-columns: 1fr;
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .main-categories-section {
    padding: 5rem 0;
  }
  
  .main-categories-section h2 {
    font-size: 2.5rem;
  }
  
  .main-card {
    padding: 2rem 1.5rem;
  }
  
  .card-header h3 {
    font-size: 2rem;
  }
  
  .tiers-container {
    grid-template-columns: 1fr;
  }
  
  .tier-card {
    padding: 1rem;
  }
}

@media (max-width: 600px) {
  .main-cards-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1rem;
  }
  
  .main-card {
    padding: 1.5rem 1rem;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  
  .main-categories-section {
    padding: 4rem 0;
  }
  
  .main-categories-section h2 {
    font-size: 2rem;
    padding: 0 1rem;
  }
  
  .main-card-icon {
    font-size: 3rem;
  }
}

/* ========================================================================= */
/* MAIN CATEGORIES SECTION - END                                            */
/* ========================================================================= */

/* ========================================================================= */
/* FORM CENTERING DEBUG FIX CHANGE #17: UPDATED ANIMATIONS FOR NEW CENTERING*/
/* CHANGES: Removed translateX(-50%) from animations since form uses margin  */
/* REASON: Animations were conflicting with simplified centering approach    */
/* ========================================================================= */
/* FORM ANIMATIONS */
@keyframes formFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-8px) rotate(0.5deg);
  }
  66% {
    transform: translateY(-4px) rotate(-0.3deg);
  }
}
/* ========================================================================= */
/* END FORM CENTERING DEBUG FIX CHANGE #17                                 */
/* ========================================================================= */



/* Disable animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  main#Form {
    animation: none !important;
  }
  
  main#Form::before {
    animation: none !important;
    display: none !important;
  }
}}
