/* Import all component CSS modules first (postcss-import requires @import before other rules) */
/* =========================================
   BASE STYLES - Design System & Reset
   ========================================= */
/* =========================================
   NAVIGATION STYLES
   ========================================= */
/* =========================================
   HERO SECTION STYLES
   ========================================= */
/* =========================================
   SECTIONS: Core Values, Stats, Sponsors,
   Participants, Teaser, Past Events
   ========================================= */
/* =========================================
   EVENTS PAGE STYLES
   ========================================= */
@media (max-width: 600px) {
  .events-hero {
    min-height: 35vh !important;
    padding: 3rem 0 2rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

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

  .events-hero .text-2xl {
    font-size: 0.95rem !important;
  }

  .events-hero .font-body {
    font-size: 0.85rem !important;
    margin-top: 0.5rem !important;
  }

  .event-type-tab {
    font-size: 0.8rem !important;
    padding: 0.6rem 0.9rem !important;
  }

  .competition-card h3,
  .event-card h3 {
    font-size: 1.25rem !important;
  }

  .prizes-grid {
    grid-template-columns: 1fr;
  }

  .events-tabs-section {
    position: static;
  }

  .highlight-date {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .events-wave-svg {
    width: 300%;
    left: -100%;
  }

  .timeline-section {
    padding: 2rem 1rem;
    margin: 2rem 0;
  }

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

  .timeline-card {
    padding: 1rem 1.25rem;
  }

  .timeline-card h4 {
    font-size: 1rem;
  }

  .timeline-card span {
    font-size: 0.8rem;
  }

  .prizes-horizontal {
    grid-template-columns: 1fr;
  }

  .prizes-horizontal .prize-item {
    padding: 0.75rem;
  }
}
@media (max-width: 768px) {
  .events-wave-svg {
    width: 200%;
    left: -50%;
  }

  .timeline-section {
    padding: 2.5rem 1.25rem;
    border-radius: 16px;
  }

  .timeline-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .timeline-line {
    left: 20px;
    width: 3px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 50px !important;
    padding-right: 1rem !important;
    text-align: left !important;
  }

  .timeline-item.left,
  .timeline-item.right {
    left: 0;
    padding-left: 50px !important;
    padding-right: 1rem !important;
    text-align: left !important;
  }

  .timeline-item.left .timeline-dot,
  .timeline-item.right .timeline-dot {
    left: 12px;
    right: auto;
    width: 16px;
    height: 16px;
    border-width: 3px;
  }

  .timeline-card {
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  }

  .timeline-card::before {
    width: 40px;
    height: 40px;
  }

  .timeline-card:hover::before {
    width: 50px;
    height: 50px;
  }

  .timeline-card i,
  .timeline-card svg {
    width: 20px;
    height: 20px;
    margin-bottom: 0.5rem;
  }

  .timeline-card h4 {
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
  }

  .timeline-card span {
    font-size: 0.85rem;
  }

  .timeline-dot {
    animation: none;
  }

  .prizes-horizontal {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline-section.compact {
    padding: 1.5rem 1rem;
  }

  .timeline-section.compact .timeline-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }

  .compact-timeline .timeline-line {
    left: 15px;
    transform: none;
  }

  .timeline-item-compact,
  .timeline-item-compact:nth-child(odd),
  .timeline-item-compact:nth-child(even) {
    width: 100%;
    left: 0;
    padding-left: 40px;
    padding-right: 0.5rem;
    text-align: left;
  }

  .timeline-item-compact:nth-child(odd) .timeline-dot-compact,
  .timeline-item-compact:nth-child(even) .timeline-dot-compact {
    left: 8px;
    right: auto;
  }

  .timeline-item-compact:nth-child(odd) .timeline-card-compact,
  .timeline-item-compact:nth-child(even) .timeline-card-compact {
    border-left: 3px solid var(--green);
    border-right: none;
  }

  .timeline-card-compact {
    padding: 0.5rem 0.75rem;
  }

  .timeline-card-compact h4 {
    font-size: 0.8rem;
  }

  .timeline-card-compact span {
    font-size: 0.65rem;
  }

  .hashtag {
    font-size: 0.7rem;
    padding: 0.35rem 0.75rem;
  }

  .hashtag-register-btn {
    width: 100%;
    padding: 0.7rem 1.5rem;
    font-size: 0.95rem;
  }

  .event-split-layout .event-card {
    padding: 1.25rem;
  }

  .footer-top {
    flex-direction: column !important;
    gap: 2.5rem !important;
    text-align: left !important;
  }

  .footer-brand,
  .footer-nav,
  .footer-contact {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  .footer-brand h2 {
    font-size: 2.5rem !important;
  }

  .footer-brand p {
    max-width: 100% !important;
    margin: 0 !important;
  }

  .footer-nav,
  .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-nav a,
  .footer-contact p {
    text-align: left;
  }

  .footer-socials {
    justify-content: flex-start !important;
  }

  .footer-register-btn {
    display: inline-block;
    margin: 1rem 0 0 !important;
  }
}
@media (max-width: 600px) {
  .events-hero {
    min-height: 35vh !important;
    padding: 3rem 0 2rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

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

  .events-hero .text-2xl {
    font-size: 0.95rem !important;
  }

  .events-hero .font-body {
    font-size: 0.85rem !important;
    margin-top: 0.5rem !important;
  }

  .event-type-tab {
    font-size: 0.8rem !important;
    padding: 0.6rem 0.9rem !important;
  }

  .competition-card h3,
  .event-card h3 {
    font-size: 1.25rem !important;
  }

  .prizes-grid {
    grid-template-columns: 1fr;
  }

  .events-tabs-section {
    position: static;
  }

  .highlight-date {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .events-wave-svg {
    width: 300%;
    left: -100%;
  }

  .timeline-section {
    padding: 2rem 1rem;
    margin: 2rem 0;
  }

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

  .timeline-card {
    padding: 1rem 1.25rem;
  }

  .timeline-card h4 {
    font-size: 1rem;
  }

  .timeline-card span {
    font-size: 0.8rem;
  }

  .prizes-horizontal {
    grid-template-columns: 1fr;
  }

  .prizes-horizontal .prize-item {
    padding: 0.75rem;
  }
}
/* Ukuran Default (Desktop) */
.event-title {
  font-size: 3 rem !important;
  /* Turun dari 3.5rem menjadi 2.5rem */

  /* Tambahan padding agar judul tidak terlalu mepet tepi layar */
}
/* Ukuran Tablet */
@media (max-width: 900px) {
  .event-title {
    font-size: 2.4rem !important;
  }
}
/* Ukuran HP (Mobile Landscape/Portrait) */
@media (max-width: 768px) {
  .event-title {
    font-size: 2.1rem !important;
  }
}
/* Ukuran HP Layar Kecil */
@media (max-width: 480px) {
  .event-title {
    font-size: 1.8rem !important;
  }
}
/* =========================================
   MODERN FOOTER STYLES
   ========================================= */
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  /* === GUNAKAN KODE INI UNTUK MEMAKSA KE TENGAH === */
  .footer-brand-col {
    order: 1;
    /* Membuatnya tampil paling bawah */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    /* Memusatkan logo/gambar */
    text-align: center !important;
    /* Memusatkan teks */
    width: 100%;
  }

  .footer-logo {
    margin: 0 auto 0.75rem auto !important;
    display: block !important;
  }

  /* ================================================ */

  .footer-contact-item {
    justify-content: center;
  }

  .footer-social-links {
    justify-content: center;
  }

  .footer-links a:hover {
    transform: none;
  }
}
/* =========================================
   REGISTRATION PAGE STYLES
   ========================================= */
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
/* =========================================
   COMING SOON / COUNTDOWN PAGE STYLES
   (from styles.css)
   ========================================= */
/* =========================================
   ANIMATIONS & KEYFRAMES
   ========================================= */
/* Fade In */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
/* Timeline Fade */
@keyframes fadeInTimeline {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
/* Pulse */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(217, 4, 41, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(217, 4, 41, 0); }
  100% { box-shadow: 0 0 0 0 rgba(217, 4, 41, 0); }
}
/* Marquee Scroll */
@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* Spin */
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
/* Gradient Shift - Coming Soon */
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
/* Float Particle - Coming Soon */
@keyframes floatParticle {
  0% { transform: translateY(100vh) scale(0); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translateY(-10vh) scale(1); opacity: 0; }
}
/* Logo Pulse - Coming Soon */
@keyframes logoPulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 20px rgba(100, 200, 255, 0.3)); }
  50% { transform: scale(1.05); filter: drop-shadow(0 0 30px rgba(100, 200, 255, 0.5)); }
}
/* Speaker Fade In */
@keyframes fadeInSpeaker {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
/* Modal Slide In */
@keyframes modalSlideIn {
  from { opacity: 0; transform: scale(0.9) translateY(20px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
/* Scroll Reveal */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
    /* PRIMARY COLOR PALETTE */
    --red: #D90429;
    --green: #3A7A5C;
    --cream: #F9F5EA;
    --dark: #1A1A1A;

    /* EXTENDED COLOR SYSTEM */
    --red-50: rgba(217, 4, 41, 0.05);
    --red-100: rgba(217, 4, 41, 0.1);
    --red-200: rgba(217, 4, 41, 0.2);
    --red-light: rgba(217, 4, 41, 0.15);
    --red-dark: #B80322;
    --red-darker: #9A0219;

    --green-50: rgba(58, 122, 92, 0.05);
    --green-100: rgba(58, 122, 92, 0.1);
    --green-200: rgba(58, 122, 92, 0.2);
    --green-light: rgba(58, 122, 92, 0.15);
    --green-dark: #2A5A46;
    --green-darker: #1E4333;

    --cream-50: #FDFCF8;
    --cream-dark: #F0E9D8;
    --cream-darker: #E8DFC8;

    /* NEUTRAL COLORS */
    --white: #FFFFFF;
    --gray-50: #FAFAFA;
    --gray-100: #F5F5F5;
    --gray-200: #E5E5E5;
    --gray-300: #D4D4D4;
    --gray-400: #A3A3A3;
    --gray-500: #737373;
    --gray-600: #525252;
    --gray-700: #404040;
    --gray-800: #262626;
    --gray-900: #171717;

    /* MODERN GRADIENTS */
    --gradient-green: linear-gradient(135deg, #2d5a4a 0%, var(--green) 50%, #1e4333 100%);
    --gradient-red: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
    --gradient-cream: linear-gradient(135deg, var(--cream) 0%, var(--cream-dark) 100%);
    --gradient-overlay: linear-gradient(135deg, rgba(58, 122, 92, 0.05) 0%, rgba(217, 4, 41, 0.05) 100%);

    /* MODERN SHADOW SYSTEM */
    --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 1px 2px -1px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.12), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);

    /* COLORED SHADOWS */
    --shadow-green: 0 10px 30px -5px rgba(58, 122, 92, 0.3);
    --shadow-red: 0 10px 30px -5px rgba(217, 4, 41, 0.3);
    --shadow-green-lg: 0 20px 40px -10px rgba(58, 122, 92, 0.4);
    --shadow-red-lg: 0 20px 40px -10px rgba(217, 4, 41, 0.4);

    /* MODERN BORDERS */
    --border-light: 1px solid rgba(0, 0, 0, 0.06);
    --border-medium: 1px solid rgba(0, 0, 0, 0.1);
    --border-dark: 1px solid rgba(0, 0, 0, 0.2);
    --border-bold: 2px solid var(--dark);
    --border-green: 1px solid var(--green-200);
    --border-red: 1px solid var(--red-200);

    /* TYPOGRAPHY SYSTEM */
    --font-head: 'Teko', sans-serif;
    --font-accent: 'Space Grotesk', sans-serif;
    --font-body: 'Public Sans', sans-serif;

    /* MODERN SPACING SCALE */
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --space-24: 6rem;
    --space-32: 8rem;

    /* BORDER RADIUS */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    --radius-full: 9999px;

    /* TRANSITIONS */
    --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-smooth: 500ms cubic-bezier(0.4, 0, 0.2, 1);
  }
* {
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
}
body {
    background: linear-gradient(180deg, #2d5a4a 0%, var(--green) 50%, #1e4333 100%);
    color: var(--cream);
    font-family: var(--font-body);
    position: relative;
    overflow-x: hidden;
  }
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
/* Texture Overlay */
.paper-texture { pointer-events: none; position: fixed; top: 0px; left: 0px; height: 100%; width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");
    z-index: 9999; }
/* Typography Classes */
.font-rough {
    font-family: var(--font-head);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.95;
    letter-spacing: -0.01em;
  }
.font-script {
    font-family: var(--font-accent);
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.01em;
  }
.font-body {
    font-family: var(--font-body);
    line-height: 1.6;
  }
.font-head {
    font-family: var(--font-head);
  }
/* Color Utilities */
.text-red { color: var(--red); }
.text-green { color: var(--green); }
.text-cream { color: var(--cream); }
.text-dark { color: var(--dark); }
.text-beige { color: var(--cream-darker); }
/* Text Size Utilities */
.text-xs { font-size: 0.75rem; }
.text-sm { font-size: 0.875rem; }
.text-base { font-size: 1rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }
.text-4xl { font-size: 2.25rem; }
.text-5xl { font-size: 3rem; }
/* Container System */
.container {
    max-width: 1280px; margin-left: auto; margin-right: auto;
    padding: 0 var(--space-6);
  }
.container-wide {
    max-width: 1440px; margin-left: auto; margin-right: auto;
    padding: 0 var(--space-8);
  }
.container-narrow {
    max-width: 960px; margin-left: auto; margin-right: auto;
    padding: 0 var(--space-6);
  }
/* Section Utilities */
.section {
    padding: var(--space-24) 0;
  }
.section-header {
  display: flex;
  align-items: center;
  justify-content: center;
    gap: var(--space-4);
    margin-bottom: var(--space-16);
}
.line-l,
  .line-r {
    height: 2px;
    width: 60px;
    background: var(--gradient-red);
    border-radius: var(--radius-full);
  }
.bg-cream-darker {
    background-color: var(--cream-dark);
  }
.border-y-dark {
    border-top: var(--border-bold);
    border-bottom: var(--border-bold);
  }
.border-t-dark {
    border-top: var(--border-medium);
  }
/* Utility classes */
.text-center { text-align: center; }
.max-w-3xl { max-width: 48rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-12 { margin-top: 3rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.opacity-70 { opacity: 0.7; }
.opacity-80 { opacity: 0.8; }
.w-full { width: 100%; }
.w-4 { width: 1rem; }
.h-4 { height: 1rem; }
.mr-2 { margin-right: 0.5rem; }
.inline-block { display: inline-block; }
/* Button Base Styles */
.btn-primary {
  display: inline-flex;
  align-items: center;
  border-style: none;
  text-decoration-line: none;
    gap: var(--space-3);
    background: var(--gradient-green);
    color: white;
    padding: var(--space-5) var(--space-10);
    font-family: var(--font-accent);
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
    box-shadow: var(--shadow-md);
    letter-spacing: 0.02em;
}
.btn-primary:hover {
    background: var(--green-dark);
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
  }
.btn-primary svg {
    transition: transform var(--transition-base);
  }
.btn-primary:hover svg {
    transform: translateX(4px);
  }
.btn-secondary {
  display: inline-flex;
  align-items: center;
  text-decoration-line: none;
    gap: var(--space-3);
    color: var(--green-dark);
    padding: var(--space-5) var(--space-10);
    font-family: var(--font-accent);
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid var(--green);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
    background: transparent;
    letter-spacing: 0.02em;
}
.btn-secondary:hover {
    background: var(--green);
    color: white;
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
  }
.btn-secondary-red {
    color: var(--red);
    border-color: var(--red);
  }
.btn-secondary-red:hover {
    background: var(--red);
    color: white;
    box-shadow: var(--shadow-red);
  }
.btn-outline { display: inline-block; font-weight: 700; text-decoration-line: none;
    border: 2px solid var(--dark);
    color: var(--dark);
    padding: 10px 24px;
    transition: 0.3s; }
.btn-outline:hover {
    background: var(--dark);
    color: white;
  }
nav { position: fixed; top: 0px; width: 100%;
    z-index: 1000;
    padding: 0.875rem 0;
    background: linear-gradient(135deg, #2d5a4a 0%, var(--green) 50%, #1e4333 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-md); }
.nav-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
    height: 45px;
    width: auto;
  }
.nav-center {
  position: absolute;
  left: 50%;
  display: flex;
    gap: 2.5rem;
    transform: translateX(-50%);
}
.nav-link {
  position: relative;
  text-transform: uppercase;
  text-decoration-line: none;
    color: rgba(249, 245, 234, 0.9);
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    transition: all var(--transition-base);
    font-family: var(--font-accent);
}
.nav-link::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: var(--cream);
    transition: width var(--transition-base);
    border-radius: var(--radius-full);
  }
.nav-link:hover {
    color: var(--cream);
  }
.nav-link:hover::after,
  .nav-link.active::after {
    width: 100%;
  }
.nav-link.active {
    color: var(--cream) !important;
    opacity: 1 !important;
  }
.nav-right {
  display: flex;
  align-items: center;
    gap: 1.5rem;
}
.btn-nav {
    background: var(--gradient-red);
    border-style: none;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
    padding: 0.625rem 1.75rem;
    font-size: 0.875rem;
    border-radius: var(--radius-full);
    transition: all var(--transition-base);
    box-shadow: var(--shadow-red);
    font-family: var(--font-accent);
    letter-spacing: 0.02em;
  }
.btn-nav:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-red-lg);
    filter: brightness(1.05);
  }
.mobile-toggle {
  display: none;
  cursor: pointer;
}
.mobile-menu {
  position: fixed;
  top: 0px;
  display: flex;
  flex-direction: column;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background: var(--white);
    z-index: 2000;
    transition: right var(--transition-smooth);
    padding: var(--space-8);
    box-shadow: var(--shadow-2xl);
}
.mobile-menu.active {
    right: 0;
  }
.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
    margin-bottom: var(--space-12);
    padding-bottom: var(--space-6);
    border-bottom: var(--border-light);
}
.mobile-links a {
  display: block;
  text-decoration-line: none;
    font-family: var(--font-head);
    font-size: 2rem;
    color: var(--dark);
    margin-bottom: var(--space-4);
    transition: all var(--transition-base);
    padding: var(--space-3) 0;
    border-left: 3px solid transparent;
    padding-left: var(--space-4);
}
.mobile-links a:hover {
    color: var(--green);
    border-left-color: var(--green);
    padding-left: var(--space-6);
  }
.mobile-register-btn {
    display: block !important;
    margin-top: 1.5rem !important;
    padding: 0.75rem 1.5rem !important;
    background: var(--red) !important;
    color: white !important;
    text-align: center !important;
    border-radius: var(--radius-lg) !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    font-family: var(--font-accent) !important;
    text-decoration: none !important;
    transition: all var(--transition-base) !important;
    box-shadow: 0 3px 10px rgba(217, 4, 41, 0.25) !important;
  }
.mobile-register-btn:hover {
    background: var(--red-dark) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 14px rgba(217, 4, 41, 0.35) !important;
  }
/* Responsive Navigation */
@media (max-width: 900px) {
    .hidden-mobile {
      display: none;
    }

    .mobile-toggle {
      display: block;
    }
  }
.hero-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(180deg, #2d5a4a 0%, var(--green) 50%, #1e4333 100%);
    padding: calc(80px + var(--space-12)) 0 var(--space-16);
  }
.hero-section::after {
    content: '';
    display: none;
  }
/* Wave Background */
.hero-waves-container { pointer-events: none; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; overflow: hidden;
    z-index: 1; }
.wave-svg { position: absolute; left: 0px; bottom: 0px; height: 100%; width: 100%; }
.wave-layer-1 {
    z-index: 1;
  }
.wave-layer-2 {
    z-index: 2;
  }
.wave-layer-3 {
    z-index: 3;
  }
.wave-layer-4 {
    z-index: 4;
  }
/* Hero Container */
.hero-container {
  position: relative;
    z-index: 2;
}
.hero-content-wrapper {
  display: grid;
  align-items: center;
    grid-template-columns: 1.1fr 0.9fr;
    gap: var(--space-20);
    max-width: 1200px; margin-left: auto; margin-right: auto;
}
.hero-text-content {
  display: flex;
  flex-direction: column;
    gap: var(--space-8);
}
/* Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
    gap: var(--space-3);
    padding: var(--space-4) var(--space-8);
    background: white;
    border: 2px solid var(--red);
    border-radius: var(--radius-full);
    width: -moz-fit-content;
    width: fit-content;
    font-family: var(--font-accent);
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--red);
    letter-spacing: 0.08em;
    box-shadow: var(--shadow-lg);
}
.badge-icon {
    color: var(--red);
    font-size: 0.8rem;
  }
/* Hero Title */
.hero-title {
    font-size: 4.5rem;
    line-height: 1.1;
    color: var(--cream);
    margin: 0px;
    letter-spacing: -0.02em;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
.highlight-text {
    color: var(--cream-darker); position: relative; display: inline-block;
  }
.highlight-text::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: -4px;
    right: -4px;
    height: 14px;
    background: linear-gradient(90deg, var(--green-100) 0%, var(--green-200) 100%);
    z-index: -1;
    border-radius: 4px;
    opacity: 0.6;
  }
/* Hero Description */
.hero-description {
    font-family: var(--font-body);
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--cream-dark);
    max-width: 540px;
    font-weight: 400;
    letter-spacing: 0.01em;
  }
/* CTA Buttons */
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
    gap: var(--space-4);
}
/* Hero Visual */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
    min-height: 500px;
}
.hero-illustration { position: relative; display: flex; width: 100%; align-items: center; justify-content: center;
    max-width: 420px;
    height: 420px; }
.hero-illustration::before {
    display: none;
  }
.hero-illustration::after {
    display: none;
  }
.hero-logo-img { position: relative; width: 100%;
    max-width: 300px;
    height: auto;
    z-index: 3;
    filter: drop-shadow(0 15px 30px rgba(58, 122, 92, 0.2)); }
.hero-logos-mobile {
  display: none;
}
/* Responsive Hero */
@media (max-width: 900px) {
    .hero-content-wrapper {
      grid-template-columns: 1fr;
      gap: 4rem;
      text-align: center;
    }

    .hero-text-content {
      align-items: center;
    }

    .hero-badge {
      margin: 0 auto;
    }

    .hero-logos-mobile {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: var(--space-6);
      margin: var(--space-6) 0;
    }

    .mobile-logo-ceic,
    .mobile-logo-undip {
      height: 60px;
      width: auto;
      filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    }

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

    .hero-description {
      margin: 0 auto;
    }

    .hero-cta {
      justify-content: center;
    }

    .hero-visual {
      display: none;
    }
  }
@media (max-width: 768px) {
    .wave-svg {
      width: 200%;
      left: -50%;
    }
  }
@media (max-width: 600px) {

    .mobile-logo-ceic,
    .mobile-logo-undip {
      height: 100px;
    }

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

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

    .btn-primary,
    .btn-secondary {
      padding: 14px 24px;
      font-size: 0.95rem;
    }
  }
@media (max-width: 480px) {
    .wave-svg {
      width: 300%;
      left: -100%;
    }
  }
/* ---- VALUES GRID ---- */
.values-grid {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.value-item { position: relative; overflow: hidden; text-align: center;
    padding: 4rem 2rem;
    transition: 0.3s;
    background: linear-gradient(180deg, #2d5a4a 0%, var(--green) 50%, #1e4333 100%); }
.value-item::before {
    content: ''; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%;
    background: linear-gradient(135deg, var(--red-light) 0%, var(--green-light) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
  }
.value-item:hover::before {
    opacity: 1;
  }
.border-r {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
.value-item:hover {
    background: white;
    transform: translateY(-10px) scale(1.03);
    box-shadow: var(--shadow-medium);
    z-index: 10;
  }
.value-icon {
  position: relative;
    z-index: 2;
    transition: transform 0.4s ease;
}
.value-item:hover .value-icon {
    transform: scale(1.2) rotate(5deg);
  }
/* ---- CORE VALUES SECTION ---- */
.core-values-section {
    background: linear-gradient(180deg, var(--green) 0%, #2d6850 100%);
    position: relative;
    overflow: hidden;
    padding: 60px 0;
  }
.cv-bg-shapes { pointer-events: none; position: absolute; height: 100%; width: 100%;
    z-index: 0; }
.cv-shape {
  position: absolute;
  border-radius: 9999px;
    filter: blur(80px);
}
.cv-shape-1 {
    width: 500px;
    height: 500px;
    background: var(--green-light);
    top: -20%;
    right: -10%;
    opacity: 0.6;
  }
.cv-shape-2 {
    width: 400px;
    height: 400px;
    background: var(--red-light);
    bottom: -15%;
    left: -10%;
    opacity: 0.5;
  }
.cv-header {
  position: relative;
    z-index: 2;
    max-width: 500px;
    margin-bottom: 2rem;
}
.cv-label { display: inline-block;
    color: var(--red);
    font-size: 1.2rem;
    margin-bottom: 0.25rem; }
.cv-header .cv-title {
    font-size: 2.5rem;
    line-height: 0.95;
    color: var(--cream);
    margin: 0 0 0.5rem 0;
  }
.cv-title-accent {
    color: var(--red); position: relative; display: inline-block;
  }
.cv-title-accent::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 12px;
    background: var(--red);
    opacity: 0.3;
    transform: skewX(-8deg);
    z-index: -1;
  }
.cv-header .cv-subtitle {
    font-size: 0.95rem;
    color: var(--cream);
    opacity: 0.7;
    line-height: 1.5;
    max-width: 400px;
  }
/* CV Cards */
.cv-cards {
  position: relative;
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    z-index: 2;
    margin-bottom: 2rem;
}
.cv-card {
  position: relative;
  cursor: pointer;
  overflow: hidden;
    background: white;
    border-radius: 16px;
    padding: 1.5rem 1.25rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border: 2px solid transparent;
}
.cv-card::before {
    content: ''; position: absolute; top: 0px; left: 0px; width: 100%;
    height: 6px;
    transition: height 0.3s ease;
  }
.cv-card-1::before {
    background: linear-gradient(90deg, #3498db, #2ecc71);
  }
.cv-card-2::before {
    background: linear-gradient(90deg, #27ae60, #16a085);
  }
.cv-card-3::before {
    background: linear-gradient(90deg, var(--red), #e74c3c);
  }
.cv-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    border-color: var(--green);
  }
.cv-card:hover::before {
    height: 10px;
  }
.cv-card-number {
  position: absolute;
    top: 10px;
    right: 15px;
    font-family: var(--font-head);
    font-size: 2.5rem;
    color: var(--cream-dark);
    font-weight: 700;
    line-height: 1;
    z-index: 0;
}
.cv-card-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
    border-radius: 12px;
    color: white;
    margin-bottom: 1rem;
    z-index: 1;
    transition: transform 0.3s ease;
}
.cv-card:hover .cv-card-icon {
    transform: scale(1.1) rotate(-5deg);
  }
.cv-card-icon svg {
    width: 22px;
    height: 22px;
  }
.cv-card-title {
    font-size: 1.2rem;
    color: var(--dark);
    margin: 0 0 0.4rem 0;
    position: relative;
    z-index: 1;
  }
.cv-card-desc {
    font-size: 0.85rem;
    color: var(--dark);
    opacity: 0.7;
    line-height: 1.5;
    margin: 0;
    position: relative;
    z-index: 1;
  }
.cv-card-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
    bottom: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    background: var(--cream);
    border-radius: 50%;
    color: var(--green);
    transition: all 0.3s ease;
    opacity: 0.7;
    transform: translateX(0);
}
.cv-card:hover .cv-card-arrow {
    opacity: 1;
    background: var(--green);
    color: white;
  }
.cv-card-arrow svg {
    width: 16px;
    height: 16px;
  }
/* CV Detail Panel */
.cv-detail {
  position: relative;
    z-index: 2;
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--green);
    margin-bottom: 2rem;
}
.cv-detail::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 40px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
  }
#cv-content-inner {
  position: relative;
    z-index: 2;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.cv-title {
    font-family: var(--font-head);
    font-size: 1.5rem;
    color: var(--green);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
.cv-title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
    border-radius: 10px;
    color: white;
}
.cv-title-icon svg {
    width: 20px;
    height: 20px;
  }
.cv-subtitle {
    font-family: var(--font-script);
    font-size: 1rem;
    color: var(--red);
    margin-bottom: 0.75rem;
  }
.cv-description {
    font-family: var(--font-body);
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--dark);
  }
.cv-description p {
    margin-bottom: 0.5rem;
  }
.cv-bullets {
  list-style-type: none;
  padding: 0px;
    margin-top: 0.75rem;
}
.cv-bullets li {
  display: flex;
  align-items: flex-start;
    gap: 10px;
    margin-bottom: 0.5rem;
    padding: 0.6rem 0.85rem;
    background: linear-gradient(135deg, var(--cream) 0%, white 100%);
    border-radius: 8px;
    border-left: 3px solid var(--red);
    transition: transform 0.3s ease;
    font-size: 0.85rem;
}
.cv-bullets li:hover {
    transform: translateX(5px);
  }
.cv-bullets li strong {
    color: var(--green);
  }
/* ---- TEASER SECTION ---- */
.teaser-section {
    padding: var(--space-32) 0;
    background: linear-gradient(180deg, var(--cream) 0%, #f9f7f4 100%);
    position: relative;
  }
.teaser-section .section-header span {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.5rem;
  }
.teaser-section .section-title {
    font-size: 4rem;
    line-height: 0.9;
  }
.teaser-section .section-subtitle {
    color: var(--green);
    font-weight: 500;
  }
.teaser-video-container {
  display: grid;
  align-items: center;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
    margin-top: 3rem;
}
.video-wrapper {
  position: relative;
  overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    background: var(--dark);
}
.video-wrapper iframe { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; border-style: none;
    border-radius: 20px; }
.teaser-description {
    padding: 2rem;
  }
.teaser-description h3 {
    font-size: 2rem;
    color: var(--green);
    margin-bottom: 1.5rem;
    line-height: 1.2;
  }
.teaser-description p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--dark);
    margin-bottom: 2rem;
    opacity: 0.9;
  }
.btn-teaser {
  display: inline-flex;
  align-items: center;
  text-decoration-line: none;
    gap: 0.75rem;
    background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
    color: white;
    padding: 1rem 2rem;
    border-radius: var(--radius-full);
    font-family: var(--font-accent);
    font-weight: 600;
    font-size: 1.1rem;
    transition: all var(--transition-base);
    box-shadow: 0 10px 30px rgba(213, 48, 0, 0.3);
}
.btn-teaser:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(213, 48, 0, 0.4);
    background: linear-gradient(135deg, var(--red-dark) 0%, var(--red) 100%);
  }
.btn-teaser i,
  .btn-teaser svg {
    width: 24px;
    height: 24px;
  }
/* ---- PAST EVENTS COMBINED ---- */
.past-events-combined {
    background: linear-gradient(180deg, var(--green) 0%, #2d6850 100%);
  }
.past-events-content {
  display: grid;
  align-items: center;
    grid-template-columns: 1fr 1.5fr;
    gap: var(--space-12);
}
.past-events-stats {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-6);
}
.past-events-stats .stat-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 50%; margin-left: auto; margin-right: auto;
  }
.stat-item { text-align: center;
    padding: var(--space-6);
    background: var(--white);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    transform: none; }
.stat-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
  }
.stat-value {
  display: block;
    font-family: var(--font-head);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--green);
    line-height: 1;
}
.stat-plus {
    color: var(--red);
  }
.stat-label {
  display: block;
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: var(--gray-600);
    margin-top: var(--space-2);
}
/* Slider */
.past-events-slider { width: 100%; }
.slider-container { position: relative; width: 100%; overflow: hidden;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl); }
.slider-wrapper { position: relative; width: 100%;
    height: 400px; }
.event-slide { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out; }
.event-slide.active {
    opacity: 1;
    z-index: 1;
  }
.event-slide img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; }
.slide-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
    padding: var(--space-6) var(--space-8);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
    color: var(--white);
}
.slide-overlay h3 {
    font-size: 2rem;
    margin-bottom: var(--space-1);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
.slide-overlay p {
    font-family: var(--font-body);
    font-size: 1rem;
    opacity: 0.9;
    margin: 0;
  }
.slider-arrow {
  position: absolute;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-style: none;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: var(--dark);
    transition: all var(--transition-base);
    box-shadow: var(--shadow-md);
}
.slider-arrow:hover {
    background: var(--white);
    transform: translateY(-50%) scale(1.1);
    box-shadow: var(--shadow-lg);
  }
.slider-arrow i {
    width: 22px;
    height: 22px;
  }
.slider-prev {
    left: var(--space-4);
  }
.slider-next {
    right: var(--space-4);
  }
.slider-dots {
  display: flex;
  justify-content: center;
    gap: var(--space-3);
    margin-top: var(--space-5);
}
.dot {
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 9999px;
    background: var(--gray-300);
    transition: all var(--transition-base);
  }
.dot:hover {
    background: var(--gray-400);
  }
.dot.active {
    background: var(--green);
    transform: scale(1.3);
  }
/* ---- SPONSORS SECTION ---- */
.sponsors-section {
    background: linear-gradient(180deg, var(--cream) 0%, #f9f7f4 100%);
    position: relative;
  }
.sponsors-container {
    max-width: 1000px; margin-left: auto; margin-right: auto;
  }
.sponsor-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
    gap: 3rem;
    margin-bottom: 1rem;
}
.sponsor-item {
    padding: 0.5rem;
    transition: all 0.3s ease;
  }
.sponsor-item:hover {
    transform: scale(1.1);
  }
.sponsor-item img {
    height: 80px;
    width: auto;
    filter: grayscale(40%);
    opacity: 0.7;
    transition: all 0.4s ease;
  }
.sponsor-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
  }
.main-sponsors .sponsor-item img {
    height: 100px;
  }
.secondary-sponsors .sponsor-item img {
    height: 70px;
  }
.sponsors-coming-soon { text-align: center;
    padding: var(--space-16) 0; }
.sponsors-soon-text {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.15em;
  }
.coming-soon-text {
    font-size: 3.5rem;
    color: var(--gray-400);
    letter-spacing: 0.15em;
    margin: 0;
  }
/* ---- PARTICIPANTS MARQUEE ---- */
.participants-section {
    background: #2d6850;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
.participants-section .section-header {
    padding-top: 2rem;
  }
.participants-marquee {
  position: relative;
  overflow: hidden;
    padding: 1rem 0 3rem;
    background: #2d6850;
}
.participants-marquee::before,
  .participants-marquee::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0px;
    width: 150px;
    height: 100%;
    z-index: 10;
  }
.participants-marquee::before {
    left: 0;
    background: linear-gradient(to right, #2d6850, transparent);
  }
.participants-marquee::after {
    right: 0;
    background: linear-gradient(to left, #2d6850, transparent);
  }
.participants-marquee .marquee-track {
  display: flex;
    animation: marqueeScroll 40s linear infinite;
}
.participants-marquee .marquee-content {
  display: flex;
  align-items: center;
    gap: 2.5rem;
    padding: 0 1.5rem;
}
.participants-marquee .marquee-content img {
    height: 80px;
    width: 120px;
    -o-object-fit: contain;
       object-fit: contain;
    background-color: white;
    padding: 10px;
    border-radius: var(--radius-md);
    transition: all 0.4s ease;
    filter: grayscale(20%);
    opacity: 0.8;
  }
.participants-marquee .marquee-content img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: translateY(-5px) scale(1.05);
    box-shadow: var(--shadow-md);
  }
/* ---- SPEAKERS BANNER ---- */
.speakers-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 16px;
}
.speakers-banner::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, var(--green) 50%, transparent 100%);
  }
.speakers-container { display: flex; width: 100%; flex-direction: column; align-items: center; justify-content: center;
    gap: 0.5rem; }
.speaker-silhouette-standing { position: relative; text-align: center;
    flex: 0 0 auto;
    transition: all 0.3s ease; }
.speaker-silhouette-standing:hover {
    transform: scale(1.1) translateY(-8px);
    z-index: 10;
  }
.speaker-carousel-dots {
    display: none;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
  }
.speaker-dot {
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 9999px;
    background: rgba(58, 122, 92, 0.3);
    transition: all 0.3s ease;
  }
.speaker-dot.active {
    background: var(--green);
    transform: scale(1.2);
  }
.silhouette-shape {
    width: 100px;
    height: 150px; position: relative; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-items: center; justify-content: center;
    background: linear-gradient(180deg, rgba(249, 245, 234, 0.9) 0%, rgba(249, 245, 234, 0.95) 50%, rgba(249, 245, 234, 1) 100%);
    border-radius: 60px 60px 20px 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
  }
.silhouette-shape::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(249, 245, 234, 0.95) 0%, rgba(249, 245, 234, 1) 100%);
    border-radius: 9999px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
.silhouette-shape i,
  .silhouette-shape svg {
    width: 50px;
    height: 50px;
    color: var(--green);
    position: relative;
    z-index: 1;
    opacity: 0.8;
  }
.silhouette-text {
    font-family: var(--font-head);
    font-size: 0.7rem;
    color: var(--green); text-align: center; text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.5rem;
    z-index: 1;
  }
.speaker-image { width: 100%;
    max-width: 500px;
    height: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.2));
    margin-bottom: 15px; }
.speaker-image:hover {
    transform: scale(1.02);
    filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.3));
  }
.speaker-label {
    font-family: var(--font-head);
    font-size: 2.5rem;
    color: var(--cream); text-align: center; text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0.5rem;
    margin-bottom: 50px;
  }
/* ---- VENUE & SCHEDULE ---- */
.venue-details-card {
    margin-top: var(--space-6);
  }
.venue-layout {
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-8);
    margin-top: var(--space-6);
}
.venue-media {
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
  }
.venue-image-link {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.venue-image-link img { display: block; width: 100%;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform var(--transition-slow); }
.venue-image-link:hover img {
    transform: scale(1.05);
  }
.venue-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
    padding: var(--space-6);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    gap: var(--space-3);
    color: white;
    font-family: var(--font-accent);
    font-weight: 600;
    font-size: 1rem;
    transition: all var(--transition-base);
}
.venue-overlay i {
    width: 24px;
    height: 24px;
    color: white;
  }
.venue-image-link:hover .venue-overlay {
    background: linear-gradient(0deg, rgba(58, 122, 92, 0.95) 0%, rgba(58, 122, 92, 0.7) 50%, transparent 100%);
  }
.venue-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
    gap: var(--space-6);
}
.schedule-details {
  display: flex;
  flex-direction: column;
    gap: var(--space-4);
}
.schedule-item {
  display: flex;
  align-items: flex-start;
    gap: var(--space-4);
    padding: var(--space-4);
    background: var(--cream-50);
    border-radius: var(--radius-lg);
    border-left: 4px solid var(--green);
}
.schedule-item i {
    color: var(--green);
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
  }
.schedule-item strong {
  display: block;
  text-transform: uppercase;
    font-family: var(--font-accent);
    font-size: 0.875rem;
    color: var(--gray-500);
    letter-spacing: 0.05em;
    margin-bottom: var(--space-1);
}
.schedule-item p {
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--dark);
    margin: 0;
    line-height: 1.5;
  }
.venue-link {
  display: inline-flex;
  align-items: center;
  text-decoration-line: none;
    gap: var(--space-2);
    color: var(--green);
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: var(--space-2);
    transition: all var(--transition-base);
}
.venue-link:hover {
    color: var(--green-dark);
    text-decoration: underline;
  }
.venue-link i {
    width: 16px;
    height: 16px;
  }
.venue-image {
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-md);
  }
.venue-image img { display: block; width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform var(--transition-base); }
.venue-image:hover img {
    transform: scale(1.05);
  }
/* ---- COMPACT STATS ---- */
.stats-section-compact {
    background: linear-gradient(180deg, var(--green) 0%, #2d6850 100%);
    padding: 2rem 0;
  }
.stats-header-compact {
    margin-bottom: 1.5rem;
  }
.stats-header-compact .text-dark {
    color: var(--cream) !important;
  }
.stats-grid-compact {
  display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}
.stat-compact { text-align: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease; }
.stat-compact:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
  }
.stat-compact-value {
  display: block;
    font-family: var(--font-head);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--cream);
    line-height: 1;
    margin-bottom: 0.25rem;
}
.stat-compact-value .stat-plus {
    color: #FFD700;
    font-size: 1.2rem;
  }
.stat-compact-label {
    font-family: var(--font-body);
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.2;
  }
/* Loading spinner */
.animate-spin {
    animation: spin 1s linear infinite;
  }
/* Responsive */
@media (max-width: 1024px) {
    .teaser-video-container {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .teaser-description {
      padding: 1rem;
      text-align: center;
    }

    .btn-teaser {
      display: inline-flex;
    }

    .stats-grid-compact {
      grid-template-columns: repeat(3, 1fr);
    }
  }
@media (max-width: 900px) {
    .values-grid {
      grid-template-columns: 1fr;
      border: none;
    }

    .value-item {
      border-right: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

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

    .cv-header .cv-title {
      font-size: 2rem;
    }

    .cv-detail {
      padding: 1rem;
    }

    .past-events-content {
      grid-template-columns: 1fr;
      gap: var(--space-10);
    }

    .past-events-stats {
      grid-template-columns: repeat(2, 1fr);
      gap: var(--space-4);
      order: 2;
    }

    .past-events-stats .stat-item:last-child:nth-child(odd) {
      max-width: 60%;
    }

    .past-events-slider {
      order: 1;
    }

    .stat-item {
      padding: var(--space-4);
    }

    .stat-value {
      font-size: 2rem;
    }

    .stat-label {
      font-size: 0.75rem;
    }

    .slider-wrapper {
      height: 350px;
    }

    .sponsor-row {
      gap: 1rem;
    }

    .sponsor-item {
      padding: 1rem 1.5rem;
    }

    .sponsor-item img {
      height: 40px;
    }

    .main-sponsors .sponsor-item img {
      height: 50px;
    }

    .secondary-sponsors .sponsor-item img {
      height: 35px;
    }

    .participants-marquee .marquee-content img {
      height: 55px;
      padding: 0.75rem;
    }

    .venue-layout {
      grid-template-columns: 1fr;
      gap: var(--space-6);
    }
  }
@media (max-width: 768px) {
    .teaser-section {
      padding: var(--space-24) 0;
    }

    .teaser-section .section-header span {
      font-size: 1.5rem;
    }

    .teaser-section .section-title {
      font-size: 2.5rem;
    }

    .teaser-description h3 {
      font-size: 1.5rem;
    }

    .teaser-description p {
      font-size: 1rem;
    }

    .video-wrapper {
      border-radius: 12px;
    }

    .stats-title {
      font-size: 2.25rem !important;
      line-height: 1.2 !important;
    }

    .stats-desc {
      font-size: 0.9rem !important;
      line-height: 1.5 !important;
    }

    .stat-value {
      font-size: 2rem !important;
    }

    .stat-label {
      font-size: 0.8rem !important;
    }

    .stat-item {
      padding: 1rem !important;
      margin-bottom: 0.75rem !important;
    }

    .stat-item-featured .stat-value {
      font-size: 2.5rem !important;
    }

    .speakers-banner {
      padding: 0;
      margin: 0;
    }

    .speakers-container {
      position: relative;
      overflow: visible;
      width: 100%;
      justify-content: center;
      padding-top: 0;
    }

    .speaker-image {
      max-width: 280px;
      margin-bottom: 5px;
    }

    .speaker-silhouette-standing {
      display: none;
      flex: 0 0 100%;
      justify-content: center;
    }

    .speaker-silhouette-standing.active {
      display: flex;
      flex-direction: column;
      align-items: center;
      animation: fadeInSpeaker 0.6s ease-in-out;
    }

    .speaker-carousel-dots {
      display: flex;
    }
  }
@media (max-width: 600px) {
    .cv-header .cv-title {
      font-size: 2.5rem;
    }

    .cv-card {
      padding: 2rem 1.5rem;
    }

    .past-events-stats {
      grid-template-columns: repeat(2, 1fr);
    }

    .slider-wrapper {
      height: 280px;
    }

    .slide-overlay {
      padding: var(--space-4) var(--space-5);
    }

    .slide-overlay h3 {
      font-size: 1.5rem;
    }

    .slide-overlay p {
      font-size: 0.875rem;
    }

    .slider-arrow {
      width: 38px;
      height: 38px;
    }

    .coming-soon-text {
      font-size: 2.5rem;
    }

    .stats-title {
      font-size: 1.875rem !important;
    }

    .stats-desc {
      font-size: 0.85rem !important;
    }

    .stat-value {
      font-size: 1.75rem !important;
    }

    .stat-label {
      font-size: 0.75rem !important;
    }

    .stat-item {
      padding: 0.875rem !important;
    }

    .stat-item-featured .stat-value {
      font-size: 2.25rem !important;
    }

    .stats-grid-compact {
      grid-template-columns: repeat(2, 1fr);
      gap: 0.75rem;
    }

    .stat-compact {
      padding: 0.75rem;
    }

    .stat-compact-value {
      font-size: 1.4rem;
    }

    .stat-compact-label {
      font-size: 0.65rem;
    }

    .schedule-item {
      padding: var(--space-3);
    }

    .venue-image img {
      height: 150px;
    }

    .marquee-content img,
    .participants-marquee .marquee-content img {
      height: 75px !important;
      margin: 0 2px !important;
    }
  }
@media (max-width: 480px) {
    .teaser-description h3 {
      font-size: 1.25rem;
    }

    .btn-teaser {
      padding: 0.875rem 1.75rem;
      font-size: 1rem;
    }

    .silhouette-shape {
      width: 60px;
      height: 90px;
    }

    .silhouette-shape::before {
      width: 40px;
      height: 40px;
      top: -25px;
    }

    .speakers-banner {
      flex-wrap: wrap;
      gap: 1.5rem;
      justify-content: space-around;
    }
  }
@media (max-width: 1200px) {
    .silhouette-shape {
      width: 100px;
      height: 150px;
      border-radius: 50px 50px 15px 15px;
    }

    .silhouette-shape::before {
      width: 65px;
      height: 65px;
      top: -40px;
    }

    .silhouette-shape i,
    .silhouette-shape svg {
      width: 60px;
      height: 60px;
    }
  }
/* Events Hero */
.events-hero {
    min-height: 30vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 1.5rem;
    background: linear-gradient(180deg, var(--green) 0%, #2d6850 100%);
  }
.events-hero .container {
  position: relative;
    z-index: 2;
}
.events-hero-title {
    font-size: 3.5rem;
    line-height: 1;
    margin-top: 0.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }
/* Event Type Tabs */
.events-tabs-section {
    background: #2d6850;
    padding: 1rem 0;
    position: sticky;
    top: 70px;
    z-index: 100;
    border-bottom: 2px solid #1a4a38;
  }
.events-unified-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
    gap: 2rem;
}
.events-type-tabs {
  display: flex;
    gap: 1rem;
}
.event-type-tab {
  display: flex;
  cursor: pointer;
  align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.5rem;
    background: white;
    border: 2px solid var(--cream-dark);
    border-radius: 50px;
    transition: all 0.3s ease;
    font-family: var(--font-head);
    font-size: 1rem;
    color: var(--dark);
}
.event-type-tab:hover {
    border-color: var(--green);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
.event-type-tab.active {
    background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
    color: white;
    border-color: var(--green);
    box-shadow: 0 5px 20px rgba(42, 90, 70, 0.3);
  }
.event-type-tab svg {
    width: 18px;
    height: 18px;
  }
/* Events Content Section */
.events-content-section {
    padding: 1.5rem 0 3rem;
    background: linear-gradient(180deg, #2d6850 0%, #1a4a38 50%, #0d2e21 100%);
    position: relative;
    overflow: hidden;
  }
.events-waves-container { pointer-events: none; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; overflow: hidden;
    z-index: 0; }
.events-wave-svg { position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; }
.events-wave-1 {
    z-index: 1;
  }
.events-wave-2 {
    z-index: 2;
  }
.events-wave-3 {
    z-index: 3;
  }
.events-content-section>.container {
  position: relative;
    z-index: 5;
}
/* Event Navigation Pills */
.event-nav {
  display: inline-flex;
  flex-wrap: wrap;
    gap: 0.5rem;
    background: white;
    padding: 0.35rem;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.event-nav-btn {
  position: relative;
  cursor: pointer;
  border-style: none;
    padding: 0.5rem 1.25rem;
    background: transparent;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-family: var(--font-head);
    font-size: 1rem;
    color: var(--green);
}
.event-nav-btn:hover {
    background: var(--cream);
    color: var(--green);
  }
.event-nav-btn.active {
    background: linear-gradient(135deg, var(--red) 0%, #ff4757 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(217, 4, 41, 0.35);
  }
/* Event Detail */
.event-detail {
    display: none;
    animation: fadeIn 0.5s ease;
  }
.event-detail.active {
    display: block;
  }
/* Event Header */
.event-header { display: flex; flex-direction: column; align-items: center; text-align: center;
    margin-bottom: 0.5rem;
    gap: 0.25rem; }
.btn-register.header-register {
    margin-top: 0.5rem;
  }
.event-title {
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 0;
  }
.event-subtitle {
    font-size: 1.2rem;
  }
/* Event Content Grid */
.event-content-grid {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
    align-items: stretch;
}
.event-content-grid>div {
  display: flex;
  flex-direction: column;
}
/* Event Card */
.event-card {
  position: relative;
  overflow: hidden;
  border-style: none;
    background: linear-gradient(145deg, white 0%, var(--cream) 100%);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(58, 122, 92, 0.08);
    transition: all 0.4s ease;
}
.event-card::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--green) 0%, var(--red) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(58, 122, 92, 0.12);
  }
.event-card:hover::before {
    opacity: 1;
  }
.event-card.full-width {
    grid-column: 1 / -1;
  }
.event-card-header {
  display: flex;
  align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0;
    border-bottom: none;
}
.event-card-header i,
  .event-card-header svg {
    color: var(--green);
    width: 32px;
    height: 32px;
    padding: 8px;
    background: var(--green-light);
    border-radius: 12px;
  }
.event-card-header h3 {
    font-family: var(--font-head);
    font-size: 1.4rem;
    color: var(--green);
    letter-spacing: 0.5px;
  }
.event-card p {
    line-height: 1.9;
    color: var(--green);
    opacity: 0.85;
  }
/* Theme Card */
.theme-card {
    background: var(--cream);
    border-left: 4px solid var(--green);
  }
.theme-text {
    font-family: var(--font-script);
    font-size: 1.3rem;
    color: var(--green);
    line-height: 1.6;
  }
/* Timeline Table */
.timeline-table-wrapper {
    overflow-x: auto;
  }
.timeline-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
  }
.timeline-table th {
    background: var(--green);
    color: white;
    padding: 1rem;
    text-align: left;
    font-family: var(--font-head);
    font-size: 1.1rem;
  }
.timeline-table td {
    padding: 1rem;
    border-bottom: 1px solid var(--cream-dark);
  }
.timeline-table tr:nth-child(even) {
    background: var(--cream);
  }
.timeline-table tr:hover {
    background: var(--green-light);
  }
/* Prizes */
.prizes-grid {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.prize-item { text-align: center;
    padding: 1.5rem 1rem;
    border-radius: 20px;
    background: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }
.prize-item:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
.prize-rank {
  display: block;
    font-family: var(--font-head);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    opacity: 0.8;
}
.prize-amount {
  display: block;
    font-family: var(--font-head);
    font-size: 1.6rem;
    color: var(--green);
    margin-bottom: 0.25rem;
}
.prize-extras {
  display: block;
    font-size: 0.8rem;
    color: var(--green);
    opacity: 0.6;
}
/* Prize Colors */
.prize-item.gold {
    background: linear-gradient(145deg, #FFF9E6 0%, #FFE4A0 100%);
    color: #8B6914;
  }
.prize-item.gold .prize-amount {
    color: #8B6914;
  }
.prize-item.silver {
    background: linear-gradient(145deg, #F5F5F5 0%, #E0E0E0 100%);
    color: #555;
  }
.prize-item.silver .prize-amount {
    color: #555;
  }
.prize-item.bronze {
    background: linear-gradient(145deg, #FDF5EF 0%, #E8C4A0 100%);
    color: #8B5A2B;
  }
.prize-item.bronze .prize-amount {
    color: #8B5A2B;
  }
.prize-item.honorable {
    background: linear-gradient(145deg, white 0%, var(--green-light) 100%);
  }
.prize-item.honorable .prize-amount {
    color: var(--green-dark);
  }
.prize-item.honorable .prize-extras {
    color: var(--green-dark);
  }
.prize-item.favorite {
    background: linear-gradient(145deg, white 0%, var(--red-light) 100%);
  }
.prize-item.favorite .prize-amount {
    color: var(--red);
  }
.prize-item.favorite .prize-extras {
    color: var(--red-dark);
  }
/* Contact Grid */
.contact-grid {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.contact-item {
    padding: 1.5rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  }
.contact-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  }
.contact-item strong {
  display: block;
    font-family: var(--font-head);
    font-size: 1.2rem;
    color: var(--green);
    margin-bottom: 0.5rem;
}
.contact-item p {
    margin: 0.25rem 0;
    font-size: 0.95rem;
  }
/* Register Card */
.register-card {
  display: inline-flex;
  align-items: center;
    gap: 0.75rem;
    background: transparent;
    border: none;
    margin-top: 0.5rem;
    padding: 0 !important;
    box-shadow: none;
}
.btn-register {
  display: inline-flex;
  align-items: center;
  text-decoration-line: none;
    gap: 0.5rem;
    padding: 0.6rem 1.5rem;
    background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
    color: white;
    font-family: var(--font-head);
    font-size: 1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(217, 4, 41, 0.25);
}
.btn-register:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(217, 4, 41, 0.4);
  }
.hashtags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
    margin-top: 0.75rem;
    gap: 0.35rem;
}
.hashtags span {
    background: var(--cream);
    padding: 0.25rem 0.6rem;
    border-radius: 15px;
    font-size: 0.7rem;
    color: var(--red);
    border: 1px solid var(--red-light);
  }
.highlight-date {
    font-family: var(--font-head);
    font-size: 2.5rem;
    color: var(--green); text-align: center;
  }
/* ---- VISUAL TIMELINE ---- */
.timeline-section {
    background: linear-gradient(180deg, var(--cream) 0%, var(--cream-dark) 100%);
    border-radius: 24px;
    padding: 4rem 2rem;
    margin: 3rem 0;
    position: relative;
    overflow: hidden;
  }
.timeline-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(58, 122, 92, 0.1) 0%, transparent 70%);
    border-radius: 9999px;
  }
.timeline-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(217, 4, 41, 0.15) 0%, transparent 70%);
    border-radius: 9999px;
  }
.timeline-title { position: relative; text-align: center;
    color: var(--green);
    font-size: 3rem;
    margin-bottom: 3rem;
    z-index: 2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
.visual-timeline { position: relative; margin-left: auto; margin-right: auto;
    max-width: 1000px;
    z-index: 2; }
.timeline-line {
  position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, rgba(58, 122, 92, 0.8) 0%, rgba(217, 4, 41, 0.6) 50%, rgba(58, 122, 92, 0.4) 100%);
    transform: translateX(-50%);
    border-radius: 10px;
}
.timeline-item {
  position: relative;
    width: 50%;
    padding: 1.5rem 3rem;
    box-sizing: border-box;
    opacity: 0;
    animation: fadeInTimeline 0.6s ease forwards;
}
.timeline-item:nth-child(1) {
    animation-delay: 0.1s;
  }
.timeline-item:nth-child(2) {
    animation-delay: 0.2s;
  }
.timeline-item:nth-child(3) {
    animation-delay: 0.3s;
  }
.timeline-item:nth-child(4) {
    animation-delay: 0.4s;
  }
.timeline-item:nth-child(5) {
    animation-delay: 0.5s;
  }
.timeline-item:nth-child(6) {
    animation-delay: 0.6s;
  }
.timeline-item:nth-child(7) {
    animation-delay: 0.7s;
  }
.timeline-item:nth-child(8) {
    animation-delay: 0.8s;
  }
.timeline-item:nth-child(9) {
    animation-delay: 0.9s;
  }
.timeline-item:nth-child(10) {
    animation-delay: 1s;
  }
.timeline-item.left {
    left: 0;
    padding-right: 3.5rem;
    text-align: right;
  }
.timeline-item.right {
    left: 50%;
    padding-left: 3.5rem;
    text-align: left;
  }
.timeline-dot {
  position: absolute;
    width: 20px;
    height: 20px;
    background: var(--red);
    border-radius: 9999px;
    top: 2rem;
    z-index: 5;
    box-shadow: 0 0 0 0 rgba(217, 4, 41, 0.7);
    border: 4px solid var(--cream);
    animation: pulse 2s infinite;
}
.timeline-item.left .timeline-dot {
    right: -10px;
  }
.timeline-item.right .timeline-dot {
    left: -10px;
  }
.timeline-card {
  position: relative;
  overflow: hidden;
    background: var(--green);
    padding: 1.75rem 2rem;
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
.timeline-card::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    border-radius: 0 0 100% 0;
    opacity: 0.15;
    transition: all 0.3s ease;
  }
.timeline-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
  }
.timeline-card:hover::before {
    width: 80px;
    height: 80px;
  }
.timeline-card i,
  .timeline-card svg {
    width: 24px;
    height: 24px;
    margin-bottom: 0.75rem;
    opacity: 1;
    color: var(--cream);
  }
.timeline-card h4 {
    font-family: var(--font-head);
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
    color: var(--cream);
    line-height: 1.3;
  }
.timeline-card span {
    font-family: var(--font-accent);
    font-size: 0.95rem;
    font-weight: 600;
    opacity: 0.85;
    color: var(--cream);
  }
/* Timeline card color variants */
.timeline-card.green {
    background: var(--green);
  }
.timeline-card.green::before {
    background: var(--red);
  }
.timeline-card.green i,
  .timeline-card.green svg,
  .timeline-card.green h4 {
    color: var(--cream);
  }
.timeline-card.green span {
    color: var(--cream-dark);
  }
.timeline-card.red {
    background: var(--cream);
  }
.timeline-card.red::before {
    background: var(--red);
  }
.timeline-card.red i,
  .timeline-card.red svg,
  .timeline-card.red h4 {
    color: var(--red);
  }
.timeline-card.red span {
    color: var(--green);
  }
.timeline-card.teal {
    background: var(--cream);
  }
.timeline-card.teal::before {
    background: var(--green-dark);
  }
.timeline-card.teal i,
  .timeline-card.teal svg,
  .timeline-card.teal h4 {
    color: var(--green-dark);
  }
.timeline-card.teal span {
    color: var(--green);
  }
.timeline-card.dark {
    background: white;
  }
.timeline-card.dark::before {
    background: var(--gray-400);
  }
.timeline-card.dark i,
  .timeline-card.dark svg,
  .timeline-card.dark h4 {
    color: var(--green);
  }
.timeline-card.dark span {
    color: var(--green);
    opacity: 0.7;
  }
/* ---- COMPACT TIMELINE & SPLIT LAYOUT ---- */
.prizes-top-card {
    margin-bottom: 2rem;
  }
.prizes-horizontal {
  display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.75rem;
}
.prizes-horizontal .prize-item {
    padding: 1rem 0.75rem;
  }
.prizes-horizontal .prize-rank {
    font-size: 0.9rem;
  }
.prizes-horizontal .prize-amount {
    font-size: 1rem;
  }
.prizes-horizontal .prize-extras {
    font-size: 0.7rem;
  }
.prizes-horizontal .prize-item.honorable .prize-amount,
  .prizes-horizontal .prize-item.honorable .prize-extras,
  .prizes-horizontal .prize-item.honorable .prize-rank {
    color: #1a4030 !important;
  }
.prizes-horizontal .prize-item.favorite .prize-amount,
  .prizes-horizontal .prize-item.favorite .prize-extras,
  .prizes-horizontal .prize-item.favorite .prize-rank {
    color: #8b1a2b !important;
  }
.event-split-layout {
  display: grid;
    grid-template-columns: 45% 55%;
    gap: 2rem;
    margin: 2rem 0;
}
.timeline-column {
  position: relative;
}
.info-column {
  display: flex;
  flex-direction: column;
    gap: 1.5rem;
}
/* Compact Timeline Section */
.timeline-section.compact {
    padding: 2rem 1.5rem;
    margin: 0;
    border-radius: 20px;
  }
.timeline-section.compact .timeline-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
.compact-timeline {
  position: relative;
    max-width: 100%;
}
.compact-timeline .timeline-line {
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
  }
.timeline-item-compact {
  position: relative;
    width: 50%;
    padding: 0.5rem 1.5rem;
    box-sizing: border-box;
    opacity: 0;
    animation: fadeInTimeline 0.5s ease forwards;
}
.timeline-item-compact:nth-child(1) {
    animation-delay: 0.05s;
  }
.timeline-item-compact:nth-child(2) {
    animation-delay: 0.1s;
  }
.timeline-item-compact:nth-child(3) {
    animation-delay: 0.15s;
  }
.timeline-item-compact:nth-child(4) {
    animation-delay: 0.2s;
  }
.timeline-item-compact:nth-child(5) {
    animation-delay: 0.25s;
  }
.timeline-item-compact:nth-child(6) {
    animation-delay: 0.3s;
  }
.timeline-item-compact:nth-child(7) {
    animation-delay: 0.35s;
  }
.timeline-item-compact:nth-child(8) {
    animation-delay: 0.4s;
  }
.timeline-item-compact:nth-child(9) {
    animation-delay: 0.45s;
  }
.timeline-item-compact:nth-child(10) {
    animation-delay: 0.5s;
  }
.timeline-item-compact:nth-child(11) {
    animation-delay: 0.55s;
  }
.timeline-item-compact:nth-child(odd) {
    left: 0;
    padding-right: 2rem;
    text-align: right;
  }
.timeline-item-compact:nth-child(even) {
    left: 50%;
    padding-left: 2rem;
    text-align: left;
  }
.timeline-dot-compact {
  position: absolute;
  border-radius: 9999px;
    top: 0.75rem;
    width: 14px;
    height: 14px;
    background: var(--red);
    border: 3px solid var(--cream);
    z-index: 5;
    box-shadow: 0 2px 8px rgba(217, 4, 41, 0.3);
}
.timeline-item-compact:nth-child(odd) .timeline-dot-compact {
    right: -7px;
  }
.timeline-item-compact:nth-child(even) .timeline-dot-compact {
    left: -7px;
  }
.timeline-card-compact { position: relative; display: inline-block;
    background: var(--cream);
    padding: 0.6rem 0.85rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1); }
.timeline-item-compact:nth-child(odd) .timeline-card-compact {
    border-right: 3px solid var(--green);
    border-left: none;
  }
.timeline-item-compact:nth-child(even) .timeline-card-compact {
    border-left: 3px solid var(--green);
    border-right: none;
  }
.timeline-card-compact:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  }
.timeline-card-compact h4 {
    font-family: var(--font-head);
    font-size: 0.85rem;
    margin-bottom: 0.15rem;
    color: var(--green);
    line-height: 1.2;
  }
.timeline-card-compact span {
    font-family: var(--font-accent);
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--green-dark);
    opacity: 0.8;
  }
/* Compact timeline color variants */
.timeline-card-compact.green {
    border-color: var(--red) !important;
    background: var(--green);
  }
.timeline-card-compact.green h4 {
    color: var(--cream);
  }
.timeline-card-compact.green span {
    color: var(--cream);
    font-weight: 800;
    opacity: 1;
  }
.timeline-card-compact.red {
    border-color: var(--red) !important;
  }
.timeline-card-compact.red h4 {
    color: var(--red);
  }
.timeline-card-compact.teal {
    border-color: var(--green-dark) !important;
  }
.timeline-card-compact.teal h4 {
    color: var(--green-dark);
  }
.timeline-card-compact.dark {
    border-color: #555 !important;
    background: white;
  }
.timeline-card-compact.dark h4 {
    color: #333;
  }
/* ---- HASHTAG SECTION ---- */
.hashtag-card {
    background: linear-gradient(135deg, var(--cream) 0%, white 100%);
    border-left: 4px solid var(--green);
    padding: 1.5rem !important;
    margin-bottom: 0 !important;
  }
.hashtag-list {
  display: flex;
  flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.75rem 0 1rem 0;
}
.hashtag { display: inline-block;
    background: var(--green-light);
    color: var(--green);
    padding: 0.4rem 0.85rem;
    border-radius: 50px;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid var(--green-200); }
.hashtag:hover {
    background: var(--green);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(58, 122, 92, 0.3);
  }
.hashtag-register-btn { display: inline-block; text-align: center; text-decoration-line: none;
    background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-family: var(--font-head);
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(217, 4, 41, 0.3);
    margin-top: 0; }
.hashtag-register-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(217, 4, 41, 0.4);
  }
.event-split-layout .event-card {
    margin-bottom: 0.75rem;
    padding: 1.5rem;
  }
.event-split-layout .event-card:last-child {
    margin-bottom: 0;
  }
.theme-card {
    padding: 1.5rem !important;
  }
.theme-card .theme-text {
    margin: 0;
    line-height: 1.5;
  }
/* BIM & COMPEX layouts */
.event-column-right {
  display: flex;
  flex-direction: column;
    gap: 1rem;
    height: 100%;
}
.compact-theme {
    padding: 1rem !important;
    margin-bottom: 0 !important;
  }
.compact-theme .theme-text {
    font-size: 0.95rem;
    line-height: 1.4;
    margin: 0;
  }
.compact-timeline {
    padding: 1rem !important;
    margin-bottom: 0 !important;
  }
.compact-timeline .highlight-date {
    margin: 0.5rem 0 0 0;
    font-size: 1rem;
  }
.centered-register {
  display: flex;
  align-items: center;
  justify-content: center;
}
.centered-register .btn-register {
  display: inline-flex;
}
.footer-register-btn { display: inline-block; text-decoration-line: none;
    margin-top: 1rem;
    padding: 0.75rem 1.75rem;
    background: var(--red);
    color: white;
    border-radius: var(--radius-lg);
    font-weight: 600;
    font-family: var(--font-accent);
    transition: all var(--transition-base);
    box-shadow: 0 4px 12px rgba(217, 4, 41, 0.3); }
.footer-register-btn:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(217, 4, 41, 0.4);
  }
/* ---- EVENTS PAGE SIZING OVERRIDES ---- */
.events-hero-title {
    font-size: 3.5rem !important;
  }
.events-hero .text-2xl {
    font-size: 1.1rem !important;
  }
.events-hero .font-body {
    font-size: 0.95rem !important;
  }
.event-type-tab {
    font-size: 0.95rem !important;
    padding: 0.75rem 1.25rem !important;
  }
.event-type-tab i,
  .event-type-tab svg {
    width: 18px !important;
    height: 18px !important;
  }
.competition-card h3,
  .event-card h3 {
    font-size: 1.5rem !important;
  }
.competition-card p,
  .event-card p {
    font-size: 0.9rem !important;
  }
/* Responsive Events */
@media (max-width: 1024px) {
    .prizes-horizontal {
      grid-template-columns: repeat(3, 1fr);
    }

    .event-split-layout {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }

    .timeline-column {
      order: 2;
    }

    .info-column {
      order: 1;
    }
  }
@media (max-width: 900px) {
    .events-hero-title {
      font-size: 2.5rem !important;
    }

    .events-hero .text-2xl {
      font-size: 1rem !important;
    }

    .event-type-tab {
      font-size: 0.85rem !important;
      padding: 0.65rem 1rem !important;
    }

    .events-unified-nav {
      flex-direction: column;
      gap: 1rem;
    }

    .events-type-tabs {
      flex-direction: column;
      align-items: center;
    }

    .event-type-tab {
      width: 100%;
      max-width: 300px;
      justify-content: center;
    }

    .event-content-grid {
      grid-template-columns: 1fr;
    }

    .prizes-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .contact-grid {
      grid-template-columns: 1fr;
    }

    .event-title {
      font-size: 3.5rem;
    }

    .event-nav {
      gap: 0.5rem;
    }

    .event-nav-btn {
      padding: 0.5rem 1rem;
      font-size: 1rem;
    }
  }
@media (max-width: 768px) {

    /* * Gunakan selector :not([style*="none"]) agar tidak bentrok dengan 
   * JavaScript yang melakukan hide/show pada tab.
   * Ini memaksa container menjadi Grid 2x2 yang tertutup rapi.
   */
    .event-nav:not([style*="none"]) {
      display: grid !important;
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 0.5rem !important;
      padding: 0.5rem !important;
      border-radius: 16px !important;
      /* Paksa wadah menjadi kotak membulat */
      width: 100% !important;
      max-width: 340px !important;
      /* Batas lebar aman untuk mobile */
      margin: 0 auto !important;
      /* Pastikan selalu di tengah */
      box-sizing: border-box !important;
    }

    /* Mengatur tombol agar fleksibel di dalam sel Grid */
    .event-nav-btn {
      width: 100% !important;
      height: 100% !important;
      margin: 0 !important;
      padding: 0.5rem 0.25rem !important;
      font-size: 0.85rem !important;
      border-radius: 50px !important;
      white-space: normal !important;
      /* PENTING: Izinkan "BIM Workshop" turun ke baris baru */
      line-height: 1.2 !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
    }
  }
.events-wave-svg {
    width: 200%;
    left: -50%;
  }
.timeline-section {
    padding: 2.5rem 1.25rem;
    border-radius: 16px;
  }
.timeline-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
.timeline-line {
    left: 20px;
    width: 3px;
  }
.timeline-item {
    width: 100%;
    padding-left: 50px !important;
    padding-right: 1rem !important;
    text-align: left !important;
  }
.timeline-item.left,
  .timeline-item.right {
    left: 0;
    padding-left: 50px !important;
    padding-right: 1rem !important;
    text-align: left !important;
  }
.timeline-item.left .timeline-dot,
  .timeline-item.right .timeline-dot {
    left: 12px;
    right: auto;
    width: 16px;
    height: 16px;
    border-width: 3px;
  }
.timeline-card {
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  }
.timeline-card::before {
    width: 40px;
    height: 40px;
  }
.timeline-card:hover::before {
    width: 50px;
    height: 50px;
  }
.timeline-card i,
  .timeline-card svg {
    width: 20px;
    height: 20px;
    margin-bottom: 0.5rem;
  }
.timeline-card h4 {
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
  }
.timeline-card span {
    font-size: 0.85rem;
  }
.timeline-dot {
    animation: none;
  }
.prizes-horizontal {
    grid-template-columns: repeat(2, 1fr);
  }
.timeline-section.compact {
    padding: 1.5rem 1rem;
  }
.timeline-section.compact .timeline-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
.compact-timeline .timeline-line {
    left: 15px;
    transform: none;
  }
.timeline-item-compact,
  .timeline-item-compact:nth-child(odd),
  .timeline-item-compact:nth-child(even) {
    width: 100%;
    left: 0;
    padding-left: 40px;
    padding-right: 0.5rem;
    text-align: left;
  }
.timeline-item-compact:nth-child(odd) .timeline-dot-compact,
  .timeline-item-compact:nth-child(even) .timeline-dot-compact {
    left: 8px;
    right: auto;
  }
.timeline-item-compact:nth-child(odd) .timeline-card-compact,
  .timeline-item-compact:nth-child(even) .timeline-card-compact {
    border-left: 3px solid var(--green);
    border-right: none;
  }
.timeline-card-compact {
    padding: 0.5rem 0.75rem;
  }
.timeline-card-compact h4 {
    font-size: 0.8rem;
  }
.timeline-card-compact span {
    font-size: 0.65rem;
  }
.hashtag {
    font-size: 0.7rem;
    padding: 0.35rem 0.75rem;
  }
.hashtag-register-btn {
    width: 100%;
    padding: 0.7rem 1.5rem;
    font-size: 0.95rem;
  }
.event-split-layout .event-card {
    padding: 1.25rem;
  }
.footer-top {
    flex-direction: column !important;
    gap: 2.5rem !important;
    text-align: left !important;
  }
.footer-brand,
  .footer-nav,
  .footer-contact {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
  }
.footer-brand h2 {
    font-size: 2.5rem !important;
  }
.footer-brand p {
    max-width: 100% !important;
    margin: 0 !important;
  }
.footer-nav,
  .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
.footer-nav a,
  .footer-contact p {
    text-align: left;
  }
.footer-socials {
    justify-content: flex-start !important;
  }
.footer-register-btn {
    display: inline-block;
    margin: 1rem 0 0 !important;
  }
.footer-modern {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 3rem 0 0;
    color: #fff;
  }
.footer-grid {
  display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr 1fr;
    gap: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-logo {
    height: 60px;
    margin-bottom: 0.75rem;
  }
.footer-brand-title {
    color: var(--cream);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
.footer-brand-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
  }
.footer-heading {
    font-family: var(--font-head);
    font-size: 1rem;
    color: var(--cream);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
.footer-links {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.footer-links li {
    margin-bottom: 0.5rem;
  }
.footer-links a { display: inline-block; text-decoration-line: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    transition: all 0.3s ease; }
.footer-links a:hover {
    color: var(--cream);
    transform: translateX(5px);
  }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.footer-contact-item i,
  .footer-contact-item svg {
    width: 18px;
    height: 18px;
    color: var(--green);
    flex-shrink: 0;
    margin-top: 2px;
  }
.footer-contact-item span {
  display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}
.footer-contact-item div span {
    margin-bottom: 0.25rem;
  }
.footer-social-links {
  display: flex;
    gap: 0.75rem;
}
.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #fff;
}
.social-btn:hover {
    background: var(--green);
    transform: translateY(-3px);
  }
.social-btn i,
  .social-btn svg {
    width: 20px;
    height: 20px;
  }
.footer-social-text {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.5rem;
  }
.footer-bottom { text-align: center;
    padding: 1.25rem 0;
    margin-top: 0; }
.footer-bottom p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
  }
/* Responsive Footer */
@media (max-width: 900px) {
    .footer-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
    }
  }
@media (max-width: 600px) {
    .footer-grid {
      grid-template-columns: 1fr;
      text-align: center;
    }

    .footer-brand-col {
      order: 1;
    }

    .footer-contact-item {
      justify-content: center;
    }

    .footer-social-links {
      justify-content: center;
    }

    .footer-links a:hover {
      transform: none;
    }
  }
/* Register Hero */
.register-hero {
    background: linear-gradient(180deg, var(--green) 0%, #2d6850 100%);
    padding: 6rem 0 3rem;
    position: relative;
    overflow: hidden;
  }
.register-hero-title {
    font-size: 3.5rem;
    line-height: 1;
    margin-top: 0.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }
/* Form Section */
.register-form-section {
    background: linear-gradient(180deg, #2d6850 0%, var(--cream) 100%);
    padding: 3rem 0;
  }
.register-form-section.compact {
    padding: 1.5rem 0;
  }
.register-form-container {
  display: grid;
    grid-template-columns: 1fr 300px;
    gap: 2rem;
}
.register-form-container.compact {
    grid-template-columns: 1fr 260px;
    gap: 1.5rem;
  }
/* Form */
.register-form {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
.register-form.compact {
    padding: 1.5rem;
    border-radius: 16px;
  }
.form-section-compact {
    margin-bottom: 1.25rem;
    padding: 1rem;
    background: var(--cream-50);
    border-radius: 12px;
    border: 1px solid var(--cream-dark);
  }
.form-section-title-compact {
  display: flex;
  align-items: center;
    gap: 0.5rem;
    font-family: var(--font-head);
    font-size: 1.1rem;
    color: var(--green);
    margin-bottom: 0.75rem;
}
.form-section-title-compact i,
  .form-section-title-compact svg {
    width: 18px;
    height: 18px;
    color: var(--green);
  }
.form-row-compact {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.form-grid-2 {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}
.form-grid-5 {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}
/* Inputs */
.form-input { width: 100%; border-style: none;
    font-family: var(--font-body);
    font-size: 0.95rem;
    padding: 0.875rem 1.25rem;
    border: 2px solid var(--cream-dark);
    border-radius: 12px;
    background: white;
    color: var(--dark);
    transition: all 0.3s ease; }
.form-input.compact {
    padding: 0.6rem 0.9rem;
    font-size: 0.85rem;
    border-radius: 8px;
  }
.form-input:focus {
    outline: none;
    border-color: var(--green);
    box-shadow: 0 0 0 3px var(--green-100);
  }
.form-input::-moz-placeholder {
    color: var(--gray-400);
  }
.form-input::placeholder {
    color: var(--gray-400);
  }
.form-select { width: 100%; cursor: pointer;
    font-family: var(--font-body);
    font-size: 0.95rem;
    padding: 0.875rem 1.25rem;
    border: 2px solid var(--cream-dark);
    border-radius: 12px;
    background: white;
    color: var(--dark);
    transition: all 0.3s ease;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%23A3A3A3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem; }
.form-select.compact {
    padding: 0.6rem 2.5rem 0.6rem 0.9rem;
    font-size: 0.85rem;
    border-radius: 8px;
  }
.form-select:focus {
    outline: none;
    border-color: var(--green);
    box-shadow: 0 0 0 3px var(--green-100);
  }
.form-file { width: 100%;
    font-family: var(--font-body);
    font-size: 0.85rem;
    padding: 0.5rem;
    border: 2px dashed var(--cream-dark);
    border-radius: 8px;
    background: var(--cream-50);
    color: #333;
    transition: all 0.3s ease;
    cursor: pointer; }
.form-file.compact {
    padding: 0.4rem;
    font-size: 0.8rem;
    border-radius: 6px;
    color: #333;
  }
.form-file::file-selector-button {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.4rem 0.8rem;
    margin-right: 0.75rem;
    border: none;
    border-radius: 6px;
    background: var(--green);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
  }
.form-file::file-selector-button:hover {
    background: var(--green-dark);
  }
.form-file:hover,
  .form-file:focus {
    border-color: var(--green);
    background: white;
  }
.file-upload-compact {
    margin-bottom: 0.75rem;
  }
.file-upload-compact label {
  display: block;
    font-family: var(--font-body);
    font-size: 0.8rem;
    color: var(--gray-600);
    margin-bottom: 0.25rem;
}
/* Checkbox */
.form-checkbox {
  display: flex;
  align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.form-checkbox.compact {
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }
.form-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--green);
    flex-shrink: 0;
    cursor: pointer;
  }
.form-checkbox label {
    font-size: 0.85rem;
    color: var(--dark);
    cursor: pointer;
  }
.link-green {
    color: var(--green);
    font-weight: 600;
    text-decoration-line: none;
    transition: color 0.3s ease;
  }
.link-green:hover {
    color: var(--green-dark);
    text-decoration: underline;
  }
/* Payment Info */
.payment-info-compact {
    background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
    color: white;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
  }
.payment-accounts {
  display: flex;
  flex-direction: column;
    gap: 0.25rem;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    opacity: 0.9;
}
.fee { display: block; text-align: center;
    font-family: var(--font-head);
    font-size: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0.9; }
/* Submit Button */
.btn-submit { display: flex; width: 100%; cursor: pointer; align-items: center; justify-content: center; border-style: none;
    gap: 0.5rem;
    background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
    color: white;
    font-family: var(--font-head);
    font-size: 1.2rem;
    padding: 1rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(58, 122, 92, 0.3); }
.btn-submit.compact {
    padding: 0.7rem;
    font-size: 1rem;
    border-radius: 10px;
  }
.btn-submit:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(58, 122, 92, 0.4);
  }
.btn-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
.btn-submit i,
  .btn-submit svg {
    width: 18px;
    height: 18px;
  }
.form-footer-compact {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--cream-dark);
  }
/* Add Member Section */
.add-member-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
    gap: 1rem;
    margin: 1rem 0;
    padding: 0.75rem;
    background: var(--cream-50);
    border-radius: 8px;
    border: 1px dashed var(--cream-dark);
}
.btn-add-member {
  display: flex;
  cursor: pointer;
  align-items: center;
  border-style: none;
    gap: 0.5rem;
    background: var(--green-light);
    color: var(--green);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-family: var(--font-accent);
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-add-member:hover {
    background: var(--green);
    color: white;
  }
.btn-add-member i,
  .btn-add-member svg {
    width: 16px;
    height: 16px;
  }
.member-count {
    font-size: 0.8rem;
    color: var(--gray-500);
  }
.btn-remove-member {
  display: flex;
  cursor: pointer;
  align-items: center;
  border-style: none;
    gap: 0.25rem;
    background: var(--red-light);
    color: var(--red);
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-remove-member:hover {
    background: var(--red);
    color: white;
  }
.leader-section {
    border-left: 3px solid var(--green);
  }
.member-section {
    border-left: 3px solid var(--red);
  }
/* Sidebar */
.register-sidebar {
  display: flex;
  flex-direction: column;
    gap: 1rem;
    position: sticky;
    top: 100px;
}
.register-sidebar.compact {
    gap: 0.75rem;
  }
.sidebar-card {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--green);
  }
.sidebar-card.compact {
    padding: 1rem;
    border-radius: 12px;
  }
.sidebar-card h4 {
  display: flex;
  align-items: center;
    gap: 0.5rem;
    font-family: var(--font-head);
    font-size: 1rem;
    color: var(--green);
    margin-bottom: 0.75rem;
}
.sidebar-card h4 i,
  .sidebar-card h4 svg {
    width: 18px;
    height: 18px;
    color: var(--green);
  }
.sidebar-card p {
    font-size: 0.8rem;
    color: var(--dark);
    line-height: 1.6;
    margin-bottom: 0.25rem;
  }
.contact-hint {
    color: var(--gray-400) !important;
    font-style: italic;
  }
/* Modal */
.modal {
    display: none; position: fixed; top: 0px; left: 0px; height: 100%; width: 100%; align-items: center; justify-content: center;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
  }
.modal.active {
  display: flex;
}
.modal-content { position: relative; text-align: center;
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    max-width: 450px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    animation: modalSlideIn 0.3s ease; }
.close-modal {
  position: absolute;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-style: none;
    top: 1rem;
    right: 1rem;
    width: 30px;
    height: 30px;
    background: var(--cream);
    border-radius: 50%;
    color: var(--dark);
    transition: all 0.3s ease;
}
.close-modal:hover {
    background: var(--red);
    color: white;
  }
.modal-icon { margin-left: auto; margin-right: auto; display: flex; align-items: center; justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
    border-radius: 50%;
    margin-bottom: 1.5rem; }
.modal-icon i,
  .modal-icon svg {
    width: 30px;
    height: 30px;
    color: white;
  }
.modal-title {
    font-family: var(--font-head);
    font-size: 1.5rem;
    color: var(--green);
    margin-bottom: 0.75rem;
  }
.modal-text {
    font-size: 0.9rem;
    color: var(--dark);
    opacity: 0.8;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
.btn-modal { display: inline-block; cursor: pointer; border-style: none;
    background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-family: var(--font-head);
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(58, 122, 92, 0.3); }
.btn-modal:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(58, 122, 92, 0.4);
  }
/* Responsive Registration */
@media (max-width: 900px) {

    .register-form-container,
    .register-form-container.compact {
      grid-template-columns: 1fr;
    }

    .register-sidebar {
      position: static;
    }

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

    .register-hero-title {
      font-size: 2.5rem;
    }
  }
@media (max-width: 600px) {
    .register-form.compact {
      padding: 1rem;
    }

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

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

    .form-section-compact {
      padding: 0.75rem;
    }

    .register-hero-title {
      font-size: 2rem;
    }
  }
/* Coming soon page uses its own color scheme */
.cs-body {
    font-family: 'Space Grotesk', sans-serif;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1628 0%, #162447 50%, #1f4068 100%);
    color: #e8f4f8;
  }
/* Animated background gradient */
.cs-animated-bg { position: fixed; top: 0px; left: 0px; height: 100%; width: 100%;
    background: linear-gradient(45deg, #0a1628 0%, #162447 25%, #1f4068 50%, #1b3a5c 75%, #0d1f3c 100%);
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
    z-index: 0; }
/* Floating particles */
.cs-particles { pointer-events: none; position: fixed; top: 0px; left: 0px; height: 100%; width: 100%;
    z-index: 1; }
.cs-particle {
  position: absolute;
  border-radius: 9999px;
    background: rgba(100, 200, 255, 0.15);
    animation: floatParticle 20s infinite linear;
}
.cs-particle:nth-child(1) { width: 6px; height: 6px; left: 10%; animation-delay: 0s; animation-duration: 25s; }
.cs-particle:nth-child(2) { width: 4px; height: 4px; left: 20%; animation-delay: -5s; animation-duration: 20s; }
.cs-particle:nth-child(3) { width: 8px; height: 8px; left: 35%; animation-delay: -10s; animation-duration: 28s; }
.cs-particle:nth-child(4) { width: 5px; height: 5px; left: 50%; animation-delay: -7s; animation-duration: 22s; }
.cs-particle:nth-child(5) { width: 3px; height: 3px; left: 65%; animation-delay: -3s; animation-duration: 18s; }
.cs-particle:nth-child(6) { width: 7px; height: 7px; left: 75%; animation-delay: -12s; animation-duration: 30s; }
.cs-particle:nth-child(7) { width: 4px; height: 4px; left: 85%; animation-delay: -8s; animation-duration: 24s; }
.cs-particle:nth-child(8) { width: 6px; height: 6px; left: 90%; animation-delay: -2s; animation-duration: 26s; }
/* Main container */
.cs-main-container { position: relative; text-align: center;
    max-width: 600px;
    padding: 3rem 2rem;
    z-index: 2; }
/* Logo */
.cs-logo-container {
    margin-bottom: 2rem;
  }
.cs-logo {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(100, 200, 255, 0.3));
    animation: logoPulse 3s ease-in-out infinite;
  }
/* Title */
.cs-title {
    font-family: 'Teko', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: linear-gradient(135deg, #ffffff 0%, #64c8ff 50%, #3a9fd8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    text-shadow: none;
    line-height: 1;
  }
.cs-subtitle {
    font-size: 1.2rem;
    color: rgba(232, 244, 248, 0.7);
    margin-bottom: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.05em;
  }
/* Countdown Timer */
.cs-countdown-container {
  display: flex;
  justify-content: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
}
.cs-countdown-box { position: relative; text-align: center;
    min-width: 80px; }
.cs-countdown-value {
    font-family: 'Teko', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(180deg, #ffffff 0%, #64c8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
.cs-countdown-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(232, 244, 248, 0.5);
    margin-top: 0.25rem;
  }
.cs-countdown-separator {
    font-family: 'Teko', sans-serif;
    font-size: 3rem;
    color: rgba(100, 200, 255, 0.4);
    align-self: flex-start;
    margin-top: 0.3rem;
  }
/* Notification Form */
.cs-notification-form {
    max-width: 400px; margin-left: auto; margin-right: auto;
    margin-bottom: 2rem;
  }
.cs-notification-form p {
    font-size: 0.9rem;
    color: rgba(232, 244, 248, 0.6);
    margin-bottom: 1rem;
  }
.cs-input-group {
  display: flex;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    padding: 0.35rem;
    border: 1px solid rgba(100, 200, 255, 0.15);
    transition: all 0.3s ease;
}
.cs-input-group:focus-within {
    border-color: rgba(100, 200, 255, 0.4);
    box-shadow: 0 0 20px rgba(100, 200, 255, 0.1);
  }
.cs-input-group input[type="email"] {
  flex: 1 1 0%;
  border-style: none;
    background: transparent;
    color: #e8f4f8;
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    outline: none;
}
.cs-input-group input[type="email"]::-moz-placeholder {
    color: rgba(232, 244, 248, 0.4);
  }
.cs-input-group input[type="email"]::placeholder {
    color: rgba(232, 244, 248, 0.4);
  }
.cs-notify-btn {
  cursor: pointer;
  border-style: none;
    background: linear-gradient(135deg, #64c8ff 0%, #3a9fd8 100%);
    color: #0a1628;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.cs-notify-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(100, 200, 255, 0.4);
  }
/* Social Links */
.cs-social-links {
  display: flex;
  justify-content: center;
    gap: 1rem;
}
.cs-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  text-decoration-line: none;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(232, 244, 248, 0.7);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.cs-social-link:hover {
    background: rgba(100, 200, 255, 0.2);
    color: #64c8ff;
    transform: translateY(-3px);
    border-color: rgba(100, 200, 255, 0.3);
  }
.cs-social-link i,
  .cs-social-link svg {
    width: 18px;
    height: 18px;
  }
/* Footer */
.cs-footer { position: fixed; bottom: 0px; left: 0px; width: 100%; text-align: center;
    padding: 1rem;
    z-index: 2;
    font-size: 0.75rem;
    color: rgba(232, 244, 248, 0.3); }
/* Responsive Coming Soon */
@media (max-width: 768px) {
    .cs-title { font-size: 3rem; }
    .cs-subtitle { font-size: 1rem; }
    .cs-countdown-container { gap: 1rem; }
    .cs-countdown-value { font-size: 2.5rem; }
    .cs-countdown-box { min-width: 60px; }
    .cs-countdown-separator { font-size: 2.5rem; }
  }
@media (max-width: 480px) {
    .cs-main-container { padding: 2rem 1.5rem; }
    .cs-title { font-size: 2.5rem; }
    .cs-countdown-container { gap: 0.75rem; }
    .cs-countdown-value { font-size: 2rem; }
    .cs-countdown-separator { font-size: 2rem; }
    .cs-logo { width: 90px; }
    .cs-input-group {
    flex-direction: column;
      border-radius: 12px;
      padding: 0.5rem;
  }
    .cs-notify-btn { border-radius: 8px; }
  }
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }
/* Grid Pattern */
.grid-pattern { pointer-events: none; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%;
    background-image:
      linear-gradient(rgba(249, 245, 234, 0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(249, 245, 234, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 1; }
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-4 {
  height: 1rem;
}
.h-full {
  height: 100%;
}
.w-4 {
  width: 1rem;
}
.w-full {
  width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-none {
  border-style: none;
}
.p-0 {
  padding: 0px;
}
.text-center {
  text-align: center;
}
.font-body {
  font-family: Public Sans, sans-serif;
}
.font-head {
  font-family: Teko, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-100 {
  transition-delay: 100ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


/*# sourceMappingURL=style.css.map*/