.btn-secondary {
    margin-left: 20px;
    margin-right: 20px;

}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    display: none;
}






/* Social icon container */ .social-links { --glow-soft: #f6a5c0; /* soft pink glow */ --glow-strong: #ff47b8; /* bright pink accent */ display: flex; gap: 16px; align-items: center; justify-content: center; } .social-links a { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: transparent; color: #fff; /* Default white icons */ text-decoration: none; font-size: 24px; transition: transform 0.15s ease, color 0.3s ease, text-shadow 0.3s ease; } /* Modern hover animation */ .social-links a:hover { transform: scale(1.1); text-shadow: 0 0 8px var(--glow-soft), 0 0 18px var(--glow-strong); } /* Brand colors on hover */ .social-links a.youtube:hover { color: #FF0000; } /* YouTube */ .social-links a.instagram:hover { color: #E4405F; } /* Instagram */ .social-links a.linkedin:hover { color: #0A66C2; } /* LinkedIn */ .social-links a.facebook:hover { color: #1877F2; } /* Facebook */ .social-links a.slack:hover { color: #4A154B; } /* Slack */ .social-links a.bsky:hover { color: #0ea5e9; } /* BlueSky */ /* Larger screens */ @media (min-width: 900px) { .social-links a { width: 56px; height: 56px; font-size: 28px; } }








/* Footer Bottom Row */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.08);
    flex-wrap: wrap;
}

.footer-bottom .copyright {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.legal-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.legal-link {
    color: var(--cyan);
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.2s;
}

.legal-link:hover {
    color: var(--pinkB);
    text-shadow: 0 0 8px rgba(255,100,180,0.5);
}

.divider {
    color: var(--muted);
    opacity: 0.6;
}

@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
}














/* ============================
   WP EDITOR PAGE STYLES (scoped)
   Targets only templates that output .wp-page-styled
   ============================ */

.wp-page-styled {
  /* page wrapper spacing */
  padding: 100px 20px 80px;
  background: transparent;
}

/* center the inner container and limit width */
.wp-page-styled .container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  color: var(--muted, #d7dae2); /* falls back if variable not present */
  font-size: 18px;
  line-height: 1.75;
}

/* Page title (matches requested style) */
.wp-page-styled .wp-page-title {
  font-size: 32px;
  font-weight: 700;
  margin: 40px 0 15px;
  color: #ff47b8; /* your pink accent */
  line-height: 1.15;
}

/* Headings inside the page content (scoped) */
.wp-page-styled .page-content h1,
.wp-page-styled .page-content h2,
.wp-page-styled .page-content h3,
.wp-page-styled .page-content h4,
.wp-page-styled .page-content h5,
.wp-page-styled .page-content h6 {
  color: var(--ink, #ffffff);
  margin: 28px 0 12px;
  font-weight: 700;
}

/* Make h2s inside content slightly larger */
.wp-page-styled .page-content h2 {
  font-size: 28px;
  color: #ff47b8;
}

/* Paragraphs */
.wp-page-styled .page-content p {
  margin-bottom: 18px;
}

/* Lists — diamond bullets */
.wp-page-styled .page-content ul,
.wp-page-styled .page-content ol {
  margin: 18px 0 18px 28px;
  padding: 0;
}
.wp-page-styled .page-content ul li {
  margin-bottom: 10px;
  list-style: none; /* remove default */
  position: relative;
  padding-left: 22px;
}
.wp-page-styled .page-content ul li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff47b8;
  font-size: 12px;
  line-height: 1.6;
}

/* Links in content */
.wp-page-styled .page-content a {
  color: var(--cyan, #22d3ee);
  text-decoration: underline;
}
.wp-page-styled .page-content a:hover {
  color: #ff47b8;
}

/* Force pasted inline font-size / align cleanup inside scoped pages */
.wp-page-styled .page-content [style*="font-size"],
.wp-page-styled .page-content [style*="font-family"],
.wp-page-styled .page-content [style*="line-height"] {
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
}

/* Force any align attributes to be left inside these pages (prevents odd centered pastes) */
.wp-page-styled .page-content [align] {
  text-align: left !important;
}

/* Small screen adjustments */
@media (max-width: 768px) {
  .wp-page-styled { padding: 80px 16px 60px; }
  .wp-page-styled .container { max-width: 95%; }
  .wp-page-styled .wp-page-title { font-size: 26px; margin: 28px 0 12px; }
}








.container p, .content-section p, .about-copy p, .faq-answer p, .team-info p, .step p, .requirement-card p, .category-card h3, .info-line span, .info-line p {
  
    font-size: 18px;
}





#interactive-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    background-image:
        radial-gradient(
            600px circle at calc(var(--mouse-x, 50vw)) calc(var(--mouse-y, 50vh)),
            hsla(328, 80%, 51%, 0.25), 
            transparent 80%
        ),
        radial-gradient(
            400px circle at calc(var(--mouse-x, 50vw) + 100px) calc(var(--mouse-y, 50vh) + 100px),
            hsla(188, 78%, 50%, 0.15), 
            transparent 80%
        );

    z-index: -1;
    pointer-events: none;
    transition: background 0.1s linear;
}


.requirement-card h3 {
    text-align: center !important;
font-size: 1.1rem;
    color: #ffffff;
}


.apply-box {
    margin-top: 1.5rem;
}

.apply-box p {
    margin-bottom: .8rem;
}

.apply-box .secondary-link {
    color: var(--muted);
    font-size: .95rem;
}















/* Fix spacing inside Honorable Mention card */
.prize-card.honorable {
    display: flex;
    flex-direction: column;
}

.prize-card.honorable .prize-top {
    margin-bottom: 10px !important; /* keeps badge close */
}

.prize-card.honorable .prize-body {
    flex-grow: 1;
    padding-top: 10 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

/* Remove the unwanted gap above text */
.prize-card.honorable .prize-content {
    margin-top: 10 !important;
    padding-top: 0 !important;
}

/* Remove default spacing inside text elements */
.prize-card.honorable .prize-content p,
.prize-card.honorable .prize-content ul {
    margin-top: 10 !important;
}

/* Make spacing below consistent */
.prize-card.honorable .prize-bottom-title {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}




.requirement-card p {
  
    text-align: center !important;
}

.category-card h3 {
  font-size: 1.1rem;
    color: #ffffff;
    text-align: center !important;
}
.team-info p {
    text-align: center !important;
}

.event-content h3 {

    text-align: left;
}

/* CF7 fields + submit match theme */
.wpcf7 .wpcf7-form p { margin: 0 0 1rem; } /* optional spacing */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: .8rem;
    background: var(--bg1);
    border: 1px solid var(--ring);
    border-radius: 5px;
    color: var(--ink);
    font-size: 1rem;
    box-sizing: border-box;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: var(--pinkB);
    box-shadow: 0 0 10px var(--pinkA);
}

/* Submit button */
.wpcf7 .wpcf7-submit {
    display: inline-block;
    width: 100%;
    padding: .9rem 0;
    margin-top: 1rem;
    background: linear-gradient(90deg, var(--pinkA), var(--pinkB));
    border: none;
    color: var(--ink);
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease;
    text-transform: uppercase;
}

.wpcf7 .wpcf7-submit:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 0 30px rgba(232,30,136,.6);
}



.search-btn {
    
    display: none;
}


/* ============================================
   MODERN MENU INDICATOR (WORKS ON ALL PAGES)
   ============================================ */

.main-nav {
  position: relative;
}

.main-nav .nav-indicator {
  position: absolute;
  bottom: -6px;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--pinkA), var(--pinkB), var(--cyan));
  border-radius: 999px;
  transition: 
    width .28s cubic-bezier(.22,.61,.36,1),
    transform .28s cubic-bezier(.22,.61,.36,1),
    opacity .2s ease;
  opacity: 1;
}

/* Active link text state */
.main-nav .menu-items li.current-menu-item > a,
.main-nav .menu-items li.current_page_item > a,
.main-nav .menu-items li.current-menu-ancestor > a {
  color: var(--ink) !important;
}

/* Hover highlight color */
.main-nav .menu-items a:hover {
  color: var(--ink) !important;
}













/* ============================================
   MOBILE ONLY — Compact Sticky Header Fix
   ============================================ */
@media (max-width: 1024px) {

  /* Shrink sticky header padding */
  header.new-header.header-sticky,
  #header.new-header.header-sticky {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    min-height: 54px !important;
    height: 54px !important;
  }

  /* Remove spacing inside container */
  .new-header.header-sticky .header-container {
    padding: 0 !important;
    margin: 0 !important;
    height: 54px !important;
    display: flex;
    align-items: center;
  }

  /* Logo alignment fix */
  .new-header.header-sticky .logo,
  .new-header.header-sticky .logo img {
    margin: 0 !important;
    padding: 0 !important;
    height: 40px !important;
    display: flex;
    align-items: center;
  }

  /* Shrink text logo */
  .new-header.header-sticky .site-title {
    font-size: 18px !important;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Smaller hamburger button */
  .new-header.header-sticky .hamburger {
    transform: scale(0.85);
    margin: 0 !important;
    padding: 0 !important;
    height: 40px !important;
    display: flex;
    align-items: center;
  }

  .new-header.header-sticky .hamburger-box,
  .new-header.header-sticky .hamburger-inner {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Compress header actions on mobile sticky */
  .new-header.header-sticky .header-actions {
    height: 40px !important;
    display: flex;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0.5rem !important;
  }

  .new-header.header-sticky .search-btn {
    transform: scale(0.85);
  }

  .new-header.header-sticky .sign-up-btn {
    padding: 0.4rem 1rem !important;
    font-size: 0.8rem !important;
  }
}

/* ============================================================
   iPhone / iOS Safari hero alignment fix
   ============================================================ */

@media (max-width: 768px) {
  .new-hero {
    text-align: center !important;
    justify-items: center !important;
    align-items: center !important;
  }

  .hero-content {
    width: 100% !important;
    max-width: 90% !important; /* keeps it nicely centered */
    margin: 0 auto !important;
    text-align: center !important;
  }

  .info-line {
    justify-content: center !important;
    display: flex !important;
    flex-direction: column !important; /* stack date &amp; worldwide */
    gap: 8px !important;
    width: 100% !important;
  }

  .info-line span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .hero-buttons {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }








}









/* -----------------------------------------
   SAFARI / iPHONE FIX — about section text
   Forces proper width + text justification
------------------------------------------ */

@supports (-webkit-touch-callout: none) {

  #about .about-copy,
  #about .about-copy p,
  #about .about-copy div,
  #about .about-copy span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: justify !important;
    text-justify: inter-word !important;
    -webkit-text-size-adjust: 100%;
    line-height: 1.55;
  }

  #about .container {
    display: block !important; /* remove flex for Safari only */
  }
}









/* ----------------------------------------------------
   FIX: "Ready to join?" — keep on one line on iPhone
   AND left-align it (mobile only)
---------------------------------------------------- */
@media screen and (max-width: 480px) {
    .apply-cta h3 {
        white-space: nowrap;      /* stay on one line */
        font-size: 22px !important; /* prevents wrap on iPhone */
        display: block;
        width: 100%;
    }
}

/* ----------------------------------------------------
   FIX: Center APPLY NOW button on iPhone
   (Safari sometimes breaks flex/inline-block)
---------------------------------------------------- */
@media screen and (max-width: 480px) {
    .apply-cta .apply-btn {
        display: block !important;
        margin: 20px auto 0 auto !important; /* full center */
        text-align: center !important;
    }
}

/* ----------------------------------------------------
   FIX: Sometimes  gets misaligned on iPhone
---------------------------------------------------- */
@media screen and (max-width: 480px) {
    .apply-cta p,
    .apply-cta .learn-more {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}