
  :root {
    --ink: #0a0a12;
    --bg: #f7f6f2;
    --accent: #e84b2a;
    --accent2: #1e3a8a;
    --gold: #c9a84c;
    --light: #ffffff;
    --muted: #6b6b7b;
    --border: #ddddd5;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--bg);
    color: var(--ink);
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 5vw;
    height: 64px;
    background: rgba(247,246,242,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
  }
  .nav-logo {
    font-family: 'Syne', sans-serif;
    font-weight: 800; font-size: 1.25rem;
    color: var(--accent);
    letter-spacing: -0.02em;
  }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a {
    font-size: 0.85rem; font-weight: 500;
    color: var(--muted); text-decoration: none;
    letter-spacing: 0.04em; text-transform: uppercase;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--accent); }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 64px;
    overflow: hidden;
    position: relative;
  }
  .hero-left {
    padding: 8vw 5vw 6vw 6vw;
    display: flex; flex-direction: column; justify-content: center;
    position: relative; z-index: 2;
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: var(--accent2); color: #fff;
    font-size: 0.72rem; font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 2px;
    letter-spacing: 0.1em; text-transform: uppercase;
    width: fit-content;
    margin-bottom: 2rem;
    animation: fadeUp 0.7s 0.1s both;
  }
  .hero-badge span { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }

  .hero-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800; font-size: clamp(3rem, 6vw, 5.5rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
    color: var(--ink);
    animation: fadeUp 0.7s 0.2s both;
  }
  .hero-title .accent { color: var(--accent); }
  .hero-title .year {
    display: block;
    color: transparent;
    -webkit-text-stroke: 2px var(--ink);
    font-size: clamp(4rem, 9vw, 8rem);
  }

  .hero-sub {
    margin-top: 1.5rem;
    font-size: 1rem; color: var(--muted);
    max-width: 440px; line-height: 1.7;
    animation: fadeUp 0.7s 0.35s both;
  }
  .hero-meta {
    margin-top: 2.5rem;
    display: flex; gap: 2rem;
    animation: fadeUp 0.7s 0.45s both;
  }
  .hero-meta-item { display: flex; flex-direction: column; gap: 0.2rem; }
  .hero-meta-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
  .hero-meta-value { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1rem; }

  .hero-cta {
    margin-top: 3rem;
    display: flex; gap: 1rem; flex-wrap: wrap;
    animation: fadeUp 0.7s 0.55s both;
  }
  .btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.85rem 2rem;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500; font-size: 0.9rem;
    border-radius: 2px; text-decoration: none;
    transition: all 0.2s; cursor: pointer; border: none;
  }
  .btn-primary { background: var(--accent); color: #fff; }
  .btn-primary:hover { background: #c43a1f; transform: translateY(-1px); }
  .btn-secondary { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
  .btn-secondary:hover { background: var(--ink); color: #fff; }
  .btn svg { width: 16px; height: 16px; }

  .hero-right {
    position: relative;
    background: var(--accent2);
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
  }
  .hero-right::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 70% 30%, #2563eb44 0%, transparent 60%),
                radial-gradient(ellipse at 20% 80%, #e84b2a33 0%, transparent 50%);
  }
  .hero-grid {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 40px 40px;
  }
  .hero-right-content {
    position: relative; z-index: 2;
    padding: 4rem 3rem;
    text-align: center; color: #fff;
    animation: fadeIn 1s 0.5s both;
  }
  .hero-icon {
    font-size: 5rem; margin-bottom: 1.5rem;
    display: block;
    animation: float 3s ease-in-out infinite;
  }
  .hero-right h2 {
    font-family: 'Syne', sans-serif;
    font-weight: 700; font-size: 1.5rem;
    line-height: 1.3; margin-bottom: 1.5rem;
  }
  .hero-stat-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 4px; overflow: hidden; margin-top: 2rem;
  }
  .hero-stat {
    background: rgba(255,255,255,0.08);
    padding: 1.2rem 1rem; text-align: center;
  }
  .hero-stat-num {
    font-family: 'Syne', sans-serif;
    font-size: 1.8rem; font-weight: 800;
    color: var(--gold);
  }
  .hero-stat-label { font-size: 0.72rem; color: rgba(255,255,255,0.65); margin-top: 0.2rem; }

  /* ── COUNTDOWN ── */
  .countdown-bar {
    background: var(--ink);
    color: #fff;
    padding: 1.5rem 6vw;
    display: flex; align-items: center; justify-content: space-between;
    gap: 2rem; flex-wrap: wrap;
  }
  .countdown-label {
    font-family: 'Syne', sans-serif;
    font-weight: 700; font-size: 1rem;
    color: var(--gold);
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .countdown-timer { display: flex; gap: 1.5rem; }
  .cd-unit { text-align: center; }
  .cd-num {
    font-family: 'Syne', sans-serif;
    font-size: 2rem; font-weight: 800;
    display: block; line-height: 1;
    color: #fff;
    min-width: 2.5rem;
  }
  .cd-label { font-size: 0.65rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.1em; }
  .countdown-cta .btn-primary { padding: 0.7rem 1.5rem; font-size: 0.85rem; }

  /* ── SECTION BASE ── */
  section { padding: 6rem 6vw; }
  .section-label {
    font-size: 0.72rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.15em;
    color: var(--accent); margin-bottom: 0.75rem;
  }
  .section-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800; font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: -0.02em; line-height: 1.05;
    margin-bottom: 1.2rem;
  }
  .section-body {
    font-size: 1rem; color: var(--muted);
    max-width: 640px; line-height: 1.75;
  }

  /* ── ABOUT ── */
  .about { background: #fff; }
  .about-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 5rem; margin-top: 4rem; align-items: start;
  }
  .objectives { margin-top: 2rem; display: flex; flex-direction: column; gap: 1.2rem; }
  .obj-item {
    display: flex; gap: 1rem; align-items: flex-start;
    padding: 1.2rem;
    border: 1px solid var(--border);
    border-radius: 4px;
    transition: all 0.2s;
  }
  .obj-item:hover { border-color: var(--accent); transform: translateX(4px); }
  .obj-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 0.1rem; }
  .obj-text h4 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.9rem; margin-bottom: 0.3rem; }
  .obj-text p { font-size: 0.85rem; color: var(--muted); line-height: 1.6; }
  .about-image-block {
    position: sticky; top: 80px;
    background: var(--ink);
    border-radius: 4px;
    padding: 3rem 2.5rem;
    color: #fff;
    overflow: hidden;
  }
  .about-image-block::before {
    content: '';
    position: absolute; top: -40px; right: -40px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, var(--accent) 0%, transparent 70%);
    opacity: 0.3;
  }
  .about-image-block h3 {
    font-family: 'Syne', sans-serif;
    font-weight: 800; font-size: 1.4rem;
    margin-bottom: 1rem; position: relative;
  }
  .about-image-block p { font-size: 0.9rem; color: rgba(255,255,255,0.7); line-height: 1.75; margin-bottom: 1.5rem; }
  .pill-list { display: flex; flex-wrap: wrap; gap: 0.5rem; }
  .pill {
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.85);
    font-size: 0.75rem; padding: 0.35rem 0.75rem;
    border-radius: 2px; font-weight: 500;
  }
  .pill.gold { background: rgba(201,168,76,0.2); color: var(--gold); }

  /* ── THEMES ── */
  .themes { background: var(--bg); }
  .themes-grid {
    margin-top: 3.5rem;
    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
  }
  .theme-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 2rem;
    transition: all 0.25s;
    position: relative; overflow: hidden;
  }
  .theme-card::before {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 3px;
    background: var(--accent);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.3s;
  }
  .theme-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); transform: translateY(-3px); }
  .theme-card:hover::before { transform: scaleX(1); }
  .theme-num {
    font-family: 'Syne', sans-serif; font-weight: 800;
    font-size: 3rem; color: var(--border);
    line-height: 1; margin-bottom: 0.5rem;
  }
  .theme-card h3 {
    font-family: 'Syne', sans-serif; font-weight: 700;
    font-size: 1rem; margin-bottom: 1rem;
    line-height: 1.3;
  }
  .theme-card ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
  .theme-card ul li {
    font-size: 0.82rem; color: var(--muted);
    padding-left: 1rem; position: relative;
    line-height: 1.4;
  }
  .theme-card ul li::before {
    content: '→'; position: absolute; left: 0;
    color: var(--accent); font-size: 0.75rem;
  }

  /* ── DEADLINES ── */
  .deadlines { background: var(--accent2); color: #fff; }
  .deadlines .section-label { color: var(--gold); }
  .deadlines .section-title { color: #fff; }
  .timeline {
    margin-top: 3.5rem;
    display: flex; flex-direction: column; gap: 0;
    border-left: 2px solid rgba(255,255,255,0.2);
    padding-left: 2.5rem;
    position: relative;
  }
  .timeline-item {
    position: relative; padding-bottom: 3rem;
  }
  .timeline-item:last-child { padding-bottom: 0; }
  .timeline-item::before {
    content: '';
    position: absolute; left: -2.75rem; top: 0.3rem;
    width: 10px; height: 10px;
    background: var(--gold); border-radius: 50%;
    border: 2px solid var(--accent2);
    box-shadow: 0 0 0 3px rgba(201,168,76,0.3);
  }
  .tl-date {
    font-family: 'Syne', sans-serif; font-weight: 700;
    font-size: 0.8rem; color: var(--gold);
    text-transform: uppercase; letter-spacing: 0.1em;
    margin-bottom: 0.4rem;
  }
  .tl-event {
    font-family: 'Syne', sans-serif; font-size: 1.25rem;
    font-weight: 700; color: #fff; margin-bottom: 0.3rem;
  }
  .tl-note { font-size: 0.85rem; color: rgba(255,255,255,0.55); }

  /* ── REGISTRATION ── */
  .registration { background: #fff; }
  .reg-grid {
    margin-top: 3.5rem;
    display: grid; grid-template-columns: 1fr 1.4fr;
    gap: 4rem; align-items: start;
  }
  .price-card {
    background: var(--bg);
    border: 2px solid var(--ink);
    border-radius: 4px;
    overflow: hidden;
  }
  .price-header {
    background: var(--ink); color: #fff;
    padding: 1.5rem 2rem;
  }
  .price-header h3 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.1rem; margin-bottom: 0.5rem; }
  .price-amount { font-family: 'Syne', sans-serif; font-size: 2.5rem; font-weight: 800; color: var(--gold); }
  .price-amount span { font-size: 1rem; font-weight: 400; color: rgba(255,255,255,0.6); }
  .price-body { padding: 1.5rem 2rem; }
  .price-feature {
    display: flex; align-items: flex-start; gap: 0.75rem;
    padding: 0.6rem 0; border-bottom: 1px solid var(--border);
    font-size: 0.88rem;
  }
  .price-feature:last-child { border-bottom: none; }
  .price-feature .check { color: var(--accent); flex-shrink: 0; font-size: 1rem; }
  .price-feature .extra { color: var(--muted); font-size: 0.8rem; margin-top: 0.2rem; }

  .optional-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 4px; padding: 1.5rem 2rem;
    margin-top: 1.2rem;
  }
  .optional-card h4 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.95rem; margin-bottom: 0.75rem; }
  .optional-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.6; }

  .payment-info h3 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.2rem; margin-bottom: 1.5rem; }
  .payment-method {
    display: flex; gap: 1rem; align-items: center;
    padding: 1rem 1.2rem;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 4px; margin-bottom: 0.8rem;
  }
  .pm-icon { font-size: 1.5rem; }
  .pm-details { display: flex; flex-direction: column; }
  .pm-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
  .pm-value { font-weight: 600; font-size: 0.9rem; font-family: 'Syne', sans-serif; }

  .reg-links { margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
  .reg-link-item { display: flex; flex-direction: column; gap: 0.3rem; }
  .reg-link-item label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
  .reg-link-item a {
    font-family: 'Syne', sans-serif; font-weight: 600; font-size: 0.9rem;
    color: var(--accent2); text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
    width: fit-content;
  }
  .reg-link-item a:hover { border-color: var(--accent2); }

  /* ── PUBLICATION ── */
  .publication { background: var(--bg); }
  .pub-grid {
    margin-top: 3.5rem;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .pub-card {
    background: #fff; border: 1px solid var(--border);
    border-radius: 4px; padding: 2rem;
    transition: all 0.2s;
  }
  .pub-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.07); }
  .pub-card .pub-icon { font-size: 2.5rem; margin-bottom: 1rem; display: block; }
  .pub-card h3 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.1rem; margin-bottom: 0.75rem; }
  .pub-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.65; }
  .pub-tag {
    display: inline-block; margin-top: 1rem;
    background: var(--accent2); color: #fff;
    font-size: 0.7rem; padding: 0.3rem 0.7rem;
    border-radius: 2px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.05em;
  }
  .pub-tag.optional { background: var(--muted); }

  .guidelines {
    margin-top: 2.5rem;
    background: #fff; border: 1px solid var(--border);
    border-radius: 4px; padding: 2rem;
    grid-column: 1 / -1;
  }
  .guidelines h3 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.1rem; margin-bottom: 1.5rem; }
  .gl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; }
  .gl-item { display: flex; gap: 0.75rem; align-items: flex-start; }
  .gl-item .gl-icon { font-size: 1.2rem; flex-shrink: 0; }
  .gl-item h4 { font-size: 0.85rem; font-weight: 600; margin-bottom: 0.3rem; }
  .gl-item p { font-size: 0.8rem; color: var(--muted); line-height: 1.5; }

  /* ── CONTACT ── */
  .contact { background: var(--ink); color: #fff; }
  .contact .section-label { color: var(--gold); }
  .contact .section-title { color: #fff; }
  .contact-grid {
    margin-top: 3.5rem;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
  .contact-info { display: flex; flex-direction: column; gap: 1.5rem; }
  .contact-item {
    display: flex; gap: 1rem; align-items: flex-start;
  }
  .contact-item .ci-icon {
    width: 40px; height: 40px;
    background: rgba(255,255,255,0.08);
    border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; flex-shrink: 0;
  }
  .contact-item .ci-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.45); margin-bottom: 0.25rem; }
  .contact-item .ci-value { font-size: 0.95rem; font-weight: 500; color: rgba(255,255,255,0.9); }
  .contact-item .ci-value a { color: inherit; text-decoration: none; }
  .contact-item .ci-value a:hover { color: var(--gold); }

  .contact-note {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 4px; padding: 2rem;
  }
  .contact-note h3 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.1rem; margin-bottom: 1rem; color: var(--gold); }
  .contact-note p { font-size: 0.88rem; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 1rem; }
  .contact-note p:last-child { margin-bottom: 0; }

  /* ── FOOTER ── */
  footer {
    background: #000;
    color: rgba(255,255,255,0.4);
    text-align: center;
    padding: 2rem 6vw;
    font-size: 0.8rem;
  }
  footer a { color: rgba(255,255,255,0.6); text-decoration: none; }
  footer a:hover { color: #fff; }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes fadeIn {
    from { opacity: 0; } to { opacity: 1; }
  }
  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-right { min-height: 350px; }
    .about-grid, .reg-grid, .contact-grid, .pub-grid { grid-template-columns: 1fr; gap: 2rem; }
    .about-image-block { position: static; }
    .nav-links { display: none; }
  }
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
