.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

body, p, button, a, h1, h2, h3 {
  font-family: "Inter Tight", sans-serif;

}

#contenttop h1 {
color: white;
    font-size: 7vw;
    font-size: clamp(50px, 7vw, 100px);
    text-align: left;
    line-height: 0.9em;
}

#contenttop h1.c-pagetitle, #abovecontent h1.c-pagetitle {
    color: #101010;
    font-size: 5vw;
    font-size: clamp(50px, 5vw, 100px);
    text-align: center;
}


.c-greencolor {
color: #00fecb;
}


.c-main-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 70px 20px;
    position: relative;
    box-sizing: border-box;
}


.c-main-subtitle {
    text-align: center;
    font-size: 18px;
}

.c-main-title {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

.c-main-text {
    max-width: 800px;
    text-align: center;
    margin-top: 20px;
    line-height: 2em;
    font-size: 18px;
    font-weight: 300;
    margin: 25px auto;
}


.c-button {
text-align: center;
}

.c-button a {
    display: inline-block;
    text-decoration: none;
    background-color: #7e2fed;
    color: white;
    padding: 10px 20px;
    border-radius: 80px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    transition: 0.5s;
}

.c-button a:hover {
    background-color: #00fecb;
    color: black;
}


.c-footer-container .c-main-title, .c-footer-container .c-main-subtitle {
    text-align: left;
}

.c-footer-container {
    padding: 100px 20px;
}

.c-footer-social {
    margin-top: 20px;
}

.c-footer-social .c-social-icon {
    display: inline-block;
    width: 40px;
    aspect-ratio: 1 / 1;
    background-color: #7e2fed;
    border-radius: 50%;
}

.c-footer-social .c-social-icon img {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.c-footer-info {
    margin-bottom: 30px;
}


.c-footer-date {
    display: inline-block;
    padding: 10px 20px;
    background-color: #7e2fed;
    color: white;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
}

.c-footer-date span {
    display: block;
}

#belowsite .c-footer-link a {
    text-decoration: none;
    font-size: 18px;
    line-height: 2em;
    position: relative;
    transition: 0.3s;
}

#belowsite .c-footer-link a:hover {
    color: #7e2fed;
    text-decoration: underline;
}

#belowsite .c-button-footer {
text-align: left;
}

#belowsite .c-button-footer a {
    display: inline-block;
    text-decoration: none;
    color: #7e2fed;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    transition: 0.5s;
}

#belowsite .c-button-footer a:hover {
    color: #00fecb;
}

/* SPONSORS */

.c-sponsors-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

.c-sponsor img {
    width: auto;
    height: 70px;
    max-width: 200px;
    object-fit: contain;
    object-position: center;
}

/* END SPONSORS */

.c-register-top {
    float: right;
}

.c-register-badge {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.c-register-badge img {
    width: 100%;
    height: 100%;
}

.c-register-badge-layer-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-register-badge-layer-2 {
    position: absolute;
    width: 80%;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    animation: 20s rotate linear infinite;
}

@keyframes rotate {
    from {     transform: translate(-50%, -50%) rotate(0deg); }
    to {     transform: translate(-50%, -50%) rotate(359deg); }
}

.c-register-badge-layer-3 {
    position: absolute;
    width: 40%;
    height: 40%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.c-top-inside {
    padding-top: 200px;
    padding-bottom: 50px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.c-stay-tuned-banner {
    margin-top: 100px;
    margin-bottom: 50px;
    border-radius: 20px;
    overflow: hidden;
}

.c-tag-boxes {
    display: flex;
    gap: 20px;
}


.c-tag-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.c-tag-box a {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgb(0 254 203 / 100%);
    border-radius: 50px;
    color: black;
    text-decoration: none;
    font-weight: 900;
    transition: 0.5s;
}

.c-tag-box a span {
    color: black;
    transition: 0.5s;
}

.c-tag-box a:hover {
    background-color: rgb(126 47 237);
    color: white;
}

.c-tag-box a:hover span {
    color: #00fecb;
}

.c-contact span {
    display: inline-block;
    width: 40px;
    aspect-ratio: 1 / 1;
    background-color: #7e2fed;
    border-radius: 50%;
}

.c-contact span img {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.c-skills-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.c-skill-box {
    width: calc(25% - 20px);
    position: relative;
}

.c-skill-box-in {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.c-skill-box::before {
content: '';
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
    background-image: linear-gradient(0deg, #7e2eed, transparent);
    border-radius: 20px;
    z-index: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
.c-main-subtitle {
    font-size: 16px;
    margin-bottom: 5px;
}
.c-main-title {
    font-size: 24px;
}

.c-footer-container {
    padding: 50px 20px;
}

.c-footer-date {
    margin-top: 20px;
}

.c-footer-container .col-md-6 {
    margin-bottom: 20px;
}

.c-footer-social {
    margin-top: 5px;
}

.c-top-inside {
    padding-top: 100px;
}

.c-tag-boxes {
    display: flex;
    gap: 30px 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.c-tag-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    text-align: center;
    align-items: unset;
    flex-wrap: wrap;
    font-size: 14px;
}

.c-tag-box a {
    display: inline-block;
    padding: 10px;
}

.c-skill-box{
    width: 100%;
}

}/* MENU */

.notloggedin #topmenu::before {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 40px;
background-image: url('/cache/files/47e3cfcd89c7a0409a9e06ea3adf47756d154d9e.svg');
    background-repeat: repeat-x;
}

.notloggedin #topmenu, .notloggedin #topbanner {
    position: fixed;
}

.notloggedin #belowtopmenu {
display: none;
}

div.topmenu ul li.active a {
   font-weight: 900;
}

div.topmenu ul li:last-child {
background-color: #00fecb;
    border-radius: 64px;
transition: 0.3s;
}

div.topmenu ul li:last-child a {
color: black;
   font-weight: 900;
transition: 0.3s;
}

div.topmenu ul li:last-child:hover {
background-color: #7e2fed;
}

div.topmenu ul li:last-child:hover a {
color: white;
}

#topbanner .htmlbox {
   font-size: 14px;
}

#topbanner .langchooser {
    padding-top: 13px;
}

/* MOBILE MENU */

#mobile-header {
   position: fixed;
   z-index: 90;
}

.notloggedin #mobile-header::before {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 120%;
height: 50px;
background-image: url('/cache/files/47e3cfcd89c7a0409a9e06ea3adf47756d154d9e.svg');
    background-repeat: repeat-x;
}

.side-nav__footer label {
   color: white;
}

/* END MENU */

.c-newlogo {
    background-image: url('/cache/files/09f7dc336027aac5178128ab69873400b8652b42.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/09f7dc336027aac5178128ab69873400b8652b42.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 150px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: black;
    background-image: url('/cache/files/09f7dc336027aac5178128ab69873400b8652b42.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
    padding-left: 8vh;
    padding-right: 8vh;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}:root {
    --bg: #0a0a0a;
    --bg-2: #141414;
    --bg-light: #f4f4f2;
    --ink: #f5f5f5;
    --ink-dark: #0a0a0a;
    --ink-dim: #8a8a8a;
    --ink-dim-light: #6b6b6b;
    --purple: #7C3AED;
    --purple-deep: #4c1d95;
    --mint: #9FE6C8;
    --mint-electric: #4ade80;
    --hair: rgba(255,255,255,0.08);
    --hair-dark: rgba(0,0,0,0.1);
  }

  #content {
    background: var(--bg);
    color: var(--ink);
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  }

  #content::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
    opacity: 0.05;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='200' height='200' filter='url(%23n)'/></svg>");
    mix-blend-mode: overlay;
  }

  /* === NAV === */
  .nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    padding: 24px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    mix-blend-mode: difference;
  }
  .nav__logo {
    font-family: 'Archivo Black', sans-serif;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #fff;
  }
  .nav__logo span { color: var(--mint); }
  .nav__links {
    display: flex;
    gap: 28px;
    list-style: none;
  }
  .nav__links a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: opacity 0.2s;
  }
  .nav__links a:hover { opacity: 0.5; }
  .nav__cta {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    padding: 10px 18px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: var(--mint);
    color: #000;
    border: none;
    border-radius: 4px;
  }

  /* === SECTION 1: HERO / TOP === */
  .hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 80px;
  }
  .hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
      radial-gradient(ellipse at 30% 40%, rgba(124,58,237,0.25), transparent 60%),
      radial-gradient(ellipse at 80% 80%, rgba(74,222,128,0.08), transparent 50%),
      linear-gradient(180deg, #050505 0%, #0a0a0a 100%);
  }
  .hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      repeating-linear-gradient(90deg, transparent 0, transparent 80px, rgba(255,255,255,0.02) 80px, rgba(255,255,255,0.02) 81px);
  }
  .hero__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 38vw;
    height: 100%;
    background: var(--purple);
    z-index: 1;
    clip-path: polygon(
      8% 0%, 100% 0%, 100% 100%, 0% 100%,
      4% 92%, 10% 85%, 6% 78%, 12% 70%,
      4% 62%, 11% 54%, 5% 46%, 10% 38%,
      4% 30%, 9% 22%, 5% 14%, 11% 6%
    );
  }
  .hero__coords {
    position: absolute;
    top: 120px;
    left: 40px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--ink-dim);
    letter-spacing: 0.1em;
    z-index: 5;
    line-height: 1.8;
  }
  .hero__coords span { color: var(--mint); }
  .hero__stamp {
    position: absolute;
    top: 120px;
    right: calc(38vw + 60px);
    z-index: 5;
    text-align: right;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: var(--ink-dim);
    letter-spacing: 0.15em;
  }
  .hero__stamp-num {
    display: block;
    font-family: 'Archivo Black', sans-serif;
    font-size: 64px;
    color: var(--ink);
    letter-spacing: -0.04em;
    line-height: 0.9;
    margin-top: 6px;
  }
  .hero__title {
    position: relative;
    z-index: 5;
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(80px, 16vw, 260px);
    line-height: 0.82;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  .hero__title-line { display: block; overflow: hidden; }
  .hero__title-word { display: inline-block; transform: translateY(110%); }
  .hero__title-line:nth-child(2) {
    color: transparent;
    -webkit-text-stroke: 2px var(--ink);
    padding-left: 8vw;
  }
  .hero__title-line:nth-child(3) { padding-left: 18vw; }
  .hero__title-line:nth-child(3) .hero__title-word { color: var(--mint); }
  .hero__badge {
    position: absolute;
    z-index: 6;
    bottom: 200px;
    right: calc(38vw + 80px);
    display: inline-flex;
    align-items: center;
    transform: rotate(-3deg);
  }
  .hero__badge-pill {
    background: var(--mint);
    color: #0a0a0a;
    font-family: 'Archivo Black', sans-serif;
    font-size: 18px;
    padding: 12px 24px;
    letter-spacing: 0.05em;
    border-radius: 100px 0 0 100px;
  }
  .hero__badge-edition {
    background: var(--purple);
    color: #fff;
    font-family: 'Archivo Black', sans-serif;
    font-size: 18px;
    padding: 12px 24px;
    letter-spacing: 0.05em;
    border-radius: 0 100px 100px 0;
  }
  .hero__meta {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    align-items: end;
    gap: 60px;
    padding-top: 30px;
    border-top: 1px solid var(--hair);
  }
  .hero__tagline {
    font-size: 15px;
    line-height: 1.5;
    color: var(--ink-dim);
    max-width: 360px;
  }
  .hero__tagline strong { color: var(--ink); }
  .meta-block__label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: var(--ink-dim);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .meta-block__value {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--ink);
  }
  .hero__scroll {
    position: absolute;
    bottom: 30px;
    left: 40px;
    z-index: 5;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: var(--ink-dim);
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .hero__scroll::after {
    content: "";
    width: 1px;
    height: 60px;
    background: linear-gradient(to top, transparent, var(--mint));
  }

  /* === TORN RIBBON === */
  .ribbon {
    height: 50px;
    background: var(--purple);
    position: relative;
    clip-path: polygon(
      0% 30%, 5% 20%, 10% 40%, 15% 15%, 20% 35%,
      25% 18%, 30% 38%, 35% 22%, 40% 42%, 45% 25%,
      50% 35%, 55% 18%, 60% 38%, 65% 22%, 70% 42%,
      75% 20%, 80% 40%, 85% 25%, 90% 38%, 95% 22%, 100% 35%,
      100% 100%, 0% 100%
    );
  }

  /* === SECTION 2: COUNTDOWN === */
  .countdown {
    background: var(--mint);
    color: var(--ink-dark);
    padding: 100px 40px;
    position: relative;
    overflow: hidden;
  }
  .countdown__label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.2em;
    margin-bottom: 24px;
    color: var(--purple-deep);
  }
  .countdown__title {
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(40px, 6vw, 80px);
    line-height: 0.95;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    max-width: 900px;
    margin-bottom: 80px;
  }
  .countdown__title em {
    font-style: normal;
    color: var(--purple);
  }
  .countdown__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 2px solid var(--ink-dark);
  }
  .cd-stat {
    padding: 40px 30px 40px 0;
    border-right: 2px solid var(--ink-dark);
    position: relative;
  }
  .cd-stat:last-child { border-right: none; }
  .cd-stat__num {
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(80px, 10vw, 160px);
    line-height: 0.9;
    letter-spacing: -0.04em;
    color: var(--ink-dark);
    font-variant-numeric: tabular-nums;
  }
  .cd-stat__label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--ink-dim-light);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-top: 12px;
  }

  /* === SECTION 3: WHY — BADGE FOLLOWS SCROLL === */
  .why {
    background: var(--bg);
    padding: 120px 0 160px;
    position: relative;
  }
  .why__header {
    text-align: center;
    padding: 0 40px;
    margin-bottom: 80px;
  }
  .why__eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--mint);
    letter-spacing: 0.2em;
    margin-bottom: 16px;
  }
  .why__title {
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 0.95;
    letter-spacing: -0.03em;
    text-transform: uppercase;
  }
  .why__title em { font-style: normal; color: var(--purple); }

  .why__track {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .why__line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, var(--hair) 5%, var(--hair) 95%, transparent 100%);
    z-index: 1;
  }
  .why__badge {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    height: 140px;
    z-index: 10;
    will-change: transform;
  }
  .why__badge-inner {
    width: 100%;
    height: 100%;
    background: var(--bg-2);
    border: 2px solid var(--mint);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Archivo Black', sans-serif;
    color: var(--ink);
    font-size: 18px;
    text-align: center;
    line-height: 0.95;
    position: relative;
    box-shadow: 0 0 40px rgba(159, 230, 200, 0.2);
  }
  .why__badge-inner::before,
  .why__badge-inner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
  }
  .why__badge-inner::before {
    inset: -10px;
    border: 1px dashed rgba(159, 230, 200, 0.3);
    animation: spin 20s linear infinite;
  }
  .why__badge-inner::after {
    inset: -20px;
    border: 1px dashed rgba(124, 58, 237, 0.2);
    animation: spin 30s linear infinite reverse;
  }
  .why__badge-text {
    font-size: 10px;
    color: var(--mint);
    letter-spacing: 0.15em;
    margin-top: 4px;
    font-family: 'JetBrains Mono', monospace;
  }
  .why__badge-pulse {
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid var(--mint);
    opacity: 0;
    animation: pulse 2.5s ease-out infinite;
  }
  @keyframes spin { to { transform: rotate(360deg); } }
  @keyframes pulse {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.6); opacity: 0; }
  }

  .why__items {
    position: relative;
    padding-top: 100px;
  }
  .why-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 180px;
    position: relative;
  }
  .why-item:last-child { margin-bottom: 0; }
  .why-item__content { padding-right: 60px; }
  .why-item:nth-child(even) .why-item__content {
    grid-column: 2;
    padding-right: 0;
    padding-left: 60px;
  }
  .why-item__num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: var(--mint);
    letter-spacing: 0.15em;
    margin-bottom: 16px;
  }
  .why-item__title {
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 0.95;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 20px;
  }
  .why-item__title em { font-style: normal; color: var(--purple); }
  .why-item__text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--ink-dim);
    max-width: 420px;
  }

  /* === SECTION 4: REGISTRATION === */
  .registration {
    background: var(--bg-light);
    color: var(--ink-dark);
    padding: 160px 0 200px;
    position: relative;
    overflow: hidden;
  }
  .registration__grid {
    display: grid;
    grid-template-columns: 1fr minmax(340px, 480px) 1fr;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    align-items: end;
  }
  .reg__images-left, .reg__images-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
  }
  .reg__img {
    width: 100%;
    aspect-ratio: 3/4;
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    will-change: transform;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  }
  .reg__img::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(circle at 30% 40%, rgba(124,58,237,0.3), transparent 60%),
      radial-gradient(circle at 70% 70%, rgba(159,230,200,0.2), transparent 50%);
  }
  .reg__img::after {
    content: attr(data-label);
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: rgba(255,255,255,0.6);
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .reg__img--tall { aspect-ratio: 3/5; }
  .reg__img--wide { aspect-ratio: 4/3; }
  .reg__images-left .reg__img:nth-child(1) { margin-top: 60px; }
  .reg__images-right .reg__img:nth-child(2) { margin-top: 40px; }

  .reg__center {
    text-align: center;
    padding: 0 20px;
  }
  .reg__eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--purple);
    letter-spacing: 0.2em;
    margin-bottom: 24px;
  }
  .reg__title {
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(40px, 5vw, 72px);
    line-height: 0.9;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--ink-dark);
    margin-bottom: 24px;
  }
  .reg__title em { font-style: normal; color: var(--purple); }
  .reg__text {
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink-dim-light);
    margin-bottom: 16px;
  }
  .reg__status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--ink-dark);
    color: var(--mint);
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.15em;
    padding: 10px 18px;
    border-radius: 100px;
    margin-bottom: 32px;
    text-transform: uppercase;
  }
  .reg__status::before {
    content: "";
    width: 8px; height: 8px;
    background: var(--mint);
    border-radius: 50%;
    animation: blink 1.5s infinite;
  }
  @keyframes blink { 50% { opacity: 0.3; } }
  .reg__cta {
    display: inline-block;
    padding: 22px 48px;
    background: var(--purple);
    color: #fff;
    font-family: 'Archivo Black', sans-serif;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.3);
  }
  .reg__cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(124, 58, 237, 0.5);
  }
  .reg__note {
    margin-top: 20px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--ink-dim-light);
    letter-spacing: 0.1em;
  }

  /* === SECTION 5: LOCATION === */
  .location {
    background: var(--bg);
    padding: 140px 40px 100px;
    position: relative;
  }
  .location__header {
    max-width: 1200px;
    margin: 0 auto 60px;
  }
  .location__eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--mint);
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  .location__title {
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(48px, 7vw, 100px);
    line-height: 0.9;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  .location__title em { font-style: normal; color: var(--mint); }
  .location__sub {
    font-size: 18px;
    line-height: 1.5;
    color: var(--ink-dim);
    max-width: 600px;
  }
  .location__video-wrap {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, #1a1a2e, #0a0a0a);
    box-shadow: 0 40px 80px rgba(0,0,0,0.5);
  }
  .location__video-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    background-image:
      radial-gradient(circle at 30% 50%, rgba(124,58,237,0.2), transparent 50%),
      radial-gradient(circle at 70% 50%, rgba(159,230,200,0.15), transparent 50%);
  }
  .location__play {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--mint);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-dark);
    font-size: 24px;
    box-shadow: 0 0 40px rgba(159, 230, 200, 0.4);
  }
  .location__play::before { content: "▶"; margin-left: 4px; }
  .location__video-note {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--ink-dim);
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .location__coords-strip {
    max-width: 1400px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--hair);
    border-bottom: 1px solid var(--hair);
  }
  .loc-coord {
    padding: 24px;
    border-right: 1px solid var(--hair);
  }
  .loc-coord:last-child { border-right: none; }
  .loc-coord__label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: var(--ink-dim);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .loc-coord__value {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    color: var(--mint);
    letter-spacing: 0.02em;
  }

  /* === SECTION 6: WORKOUTS === */
  .workouts {
    background: var(--ink-dark);
    padding: 160px 40px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--hair);
  }
  .workouts__bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(120px, 22vw, 400px);
    color: var(--bg-2);
    letter-spacing: -0.05em;
    white-space: nowrap;
    z-index: 0;
    user-select: none;
    pointer-events: none;
    line-height: 1;
  }
  .workouts__container {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }
  .workouts__status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--purple);
    color: var(--mint);
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.2em;
    padding: 10px 18px;
    border-radius: 100px;
    margin-bottom: 32px;
    text-transform: uppercase;
    background: rgba(124, 58, 237, 0.08);
  }
  .workouts__status::before {
    content: "";
    width: 8px; height: 8px;
    background: var(--purple);
    border-radius: 50%;
    animation: blink 1.5s infinite;
  }
  .workouts__title {
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(56px, 8vw, 120px);
    line-height: 0.9;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 32px;
  }
  .workouts__title em { font-style: normal; color: var(--mint); }
  .workouts__text {
    font-size: 18px;
    line-height: 1.6;
    color: var(--ink-dim);
    max-width: 600px;
    margin: 0 auto 20px;
  }
  .workouts__text strong { color: var(--ink); }
  .workouts__hint {
    margin-top: 48px;
    display: inline-block;
    padding: 16px 28px;
    background: rgba(159, 230, 200, 0.06);
    border: 1px solid rgba(159, 230, 200, 0.2);
    border-radius: 4px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: var(--mint);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .workouts__hint::before { content: "→ "; }

  /* === MOBILE === */
  @media (max-width: 900px) {
    .hero__panel { width: 30%; }
    .hero__badge { right: 20px; bottom: 240px; }
    .hero__stamp { right: 20px; top: 90px; }
    .hero__meta { grid-template-columns: 1fr; gap: 24px; }
    .countdown__grid { grid-template-columns: repeat(2, 1fr); }
    .nav__links { display: none; }

    .why__badge { width: 90px; height: 90px; margin-left: 0; }
    .why__badge-inner { font-size: 14px; }
    .why-item {
      grid-template-columns: 1fr;
      padding-left: 60px;
      margin-bottom: 100px;
    }
    .why-item:nth-child(even) .why-item__content {
      grid-column: 1;
      padding-left: 0;
    }
    .why-item__content { padding-right: 0; }
    .why__line { left: 20px; transform: none; }
    .why__badge { left: 20px; }

    .registration__grid { grid-template-columns: 1fr; gap: 60px; }
    .reg__images-left, .reg__images-right {
      flex-direction: row;
      overflow-x: auto;
    }
    .reg__img { min-width: 200px; }

    .location__coords-strip { grid-template-columns: repeat(2, 1fr); }
    .loc-coord:nth-child(2) { border-right: none; }
  }