﻿@import url("https://fonts.googleapis.com/css2?family=Jost&display=swap");*{box-sizing:border-box}body,html{font-family:"Jost",sans-serif;margin:0;padding:0;height:100%;transition:padding-top 0.3s ease}html{overflow-y:scroll}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{font-family:"Jost",sans-serif;min-width:180px;height:60px;padding:10px 20px;border:none;border-radius:17px 0 17px 17px;font-size:1.2em;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-decoration:none;display:inline-block;text-align:center;line-height:40px}.btn-primary{background-color:#BCED09;color:#000}.btn-secondary{background-color:#fff;color:#000}.btn:hover{background-color:#11008D;color:#fff;box-shadow:0 2px 4px -1px rgba(0,0,0,0.2),0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12)}.btn:active{box-shadow:0 5px 5px -3px rgba(0,0,0,0.2),0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1.5rem;margin:2rem 0}.pricing-card{position:relative;padding:1.5rem;border-radius:0.75rem;border:1px solid rgba(0,0,0,0.1)}header{position:sticky;top:0;z-index:999;width:100%;height:80px;background-color:#11008D;border-bottom:solid 7px #BCED09;transition:all 0.3s ease;--scroll-progress: 0;height:calc(80px - (var(--scroll-progress) * 20px));background-color:rgba(17, 0, 141, calc(1 - (var(--scroll-progress) * 0.1)))}header .header-content{position:relative;max-width:1080px;height:100%;margin:0 auto;display:flex;justify-content:flex-end;align-items:center}header .logo{position:absolute;left:0;bottom:-5em;height:auto;display:flex;align-items:center;z-index:1000}header .logo img{height:calc(70% - (var(--scroll-progress) * 20%));width:auto}header .nav{height:100%;padding-right:20px}header .nav-items{display:flex;height:100%;align-items:center}header .nav-items a{color:#fff;text-decoration:none;margin:0 20px;font-size:calc(18px - (var(--scroll-progress) * 2px));position:relative;transition:color 0.3s ease}header .nav-items a::after{content:'';position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#BCED09;transition:width 0.3s ease}header .nav-items a:hover,header .nav-items a:active,header .nav-items a.active{color:#BCED09}header .nav-items a:hover::after,header .nav-items a:active::after,header .nav-items a.active::after{width:100%}header .nav-items .cta{background-color:#BCED09;color:#11008D;padding:0 20px;height:calc(80px - (var(--scroll-progress) * 20px));display:flex;justify-content:center;align-items:center;margin:0 0 0 20px;transition:background-color 0.3s ease, color 0.3s ease}header .nav-items .cta:hover,header .nav-items .cta:active,header .nav-items .cta.active{background-color:#fff;color:#11008D}header .nav-items .cta::after{display:none}header .mobile-nav-toggle{display:none}.mobile-nav{display:none}@media (max-width: 768px){header{height:60px}header .header-content{justify-content:space-between;padding:0 15px}header .logo{position:static;height:100%;bottom:auto}header .logo img{height:40px;width:auto}header .nav{display:none}header .mobile-nav-toggle{display:block;background:none;border:none;cursor:pointer}header .mobile-nav-toggle .icon-bar{display:block;width:25px;height:3px;background-color:#fff;margin:5px 0}.mobile-nav{display:none;position:fixed;top:60px;left:0;right:0;background-color:#11008D;padding:20px;z-index:998}.mobile-nav.active{display:block}.mobile-nav a{display:block;padding:10px 0;color:#fff;text-decoration:none;font-size:18px}.mobile-nav a:hover{color:#BCED09}.mobile-nav .cta{display:block;text-align:center;margin-top:20px;padding:10px;background-color:#BCED09;color:#11008D}}.sr-only{color:white}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(17,0,141,0.9);transition:all 0.3s ease}.site-header.scrolled{background:#11008d;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.site-header .header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.site-header .logo img{height:40px;transition:all 0.3s ease}.site-header .nav-items{display:flex;list-style:none;margin:0;padding:0}.site-header .nav-items li{margin-left:2rem}.site-header .nav-items .nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color 0.3s ease}.site-header .nav-items .nav-link:hover,.site-header .nav-items .nav-link:focus{color:#BCED09}.site-header .nav-items .nav-link.cta{background:#BCED09;color:#11008D;padding:0.5rem 1rem;border-radius:4px;transition:all 0.3s ease}.site-header .nav-items .nav-link.cta:hover,.site-header .nav-items .nav-link.cta:focus{background:#cdf732;transform:translateY(-2px)}.site-header .mobile-nav-toggle{display:none}@media (max-width: 768px){.site-header .nav{display:none}.site-header .nav.active{display:block;position:absolute;top:100%;left:0;right:0;background:#11008D;padding:1rem}.site-header .nav-items{flex-direction:column}.site-header .nav-items li{margin:1rem 0}.site-header .mobile-nav-toggle{display:block;background:none;border:none;cursor:pointer}.site-header .mobile-nav-toggle span{display:block;width:25px;height:3px;background:#fff;margin:5px 0;transition:all 0.3s ease}.site-header .mobile-nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.site-header .mobile-nav-toggle.active span:nth-child(2){opacity:0}.site-header .mobile-nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px, -6px)}}.hero{z-index:1;padding-top:70px;position:relative;overflow:hidden;background-color:#fff;background-image:linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0)),url("../img/hero-vfr.jpg");background-position:center;background-size:cover;background-repeat:no-repeat;background-blend-mode:multiply;height:900px;display:flex;flex-direction:column;align-items:center}.hero-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1000px;position:relative;z-index:1}.hero .logo-hero{margin-bottom:40px;display:flex;justify-content:center;width:100%;max-width:1000px}.hero .logo-hero img{max-width:100%;height:auto}.hero .location-hero{background-color:#11008D;display:flex;align-items:center;gap:10px;padding:10px 30px;border-radius:17px 0 17px 17px;opacity:0.9;margin-bottom:10px}.hero .location-hero h3{margin:0;color:#fff;font-size:24px;font-weight:500;letter-spacing:0.15px;text-shadow:0 4px 6px rgba(0,0,0,0.25),0 2px 4px rgba(0,0,0,0.25)}.hero .location-icon{fill:#fff;flex-shrink:0}.hero .top-rect,.hero .bottom-rect{display:flex;justify-content:center;align-items:center;width:100vw;opacity:0.9}.hero .top-rect{font-size:1.8rem;z-index:999;height:50px;background-color:#BCED09;transform:scaleX(0);transform-origin:center;animation:expandHorizontal 0.8s ease-out forwards}.hero .bottom-rect{z-index:998;color:#fff;height:100px;background-color:#11008D;opacity:0;animation:fadeInDown 1.5s ease-out 0.5s forwards}.hero .bottom-rect h3{color:#fff;font-size:3rem;font-weight:600}.hero .top-rect span,.hero .bottom-rect span{opacity:0;animation:fadeInText 1s ease-out 0.5s forwards;width:100%;max-width:1000px;text-align:center}.hero .button-container{display:flex;justify-content:center;gap:20px;margin-top:20px}.line{left:0;right:0;width:100%}.line-green{height:13px;bottom:6px;background-color:#BCED09}.line-blue{height:24px;bottom:0;background-color:#11008D}.hero-background{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translateX(-50%) translateY(-50%);z-index:-1;object-fit:cover;opacity:0;transition:opacity 0.5s ease-in-out}.hero-background.loaded{opacity:1}.hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0));z-index:0}.sponsors-section{padding:40px 0}.sponsors-container{display:flex;flex-direction:column;gap:30px}.sponsor-type{width:100%}.sponsor-row{display:flex;align-items:center;gap:20px}.sponsor-logos{display:flex;flex-wrap:wrap;gap:20px;align-items:center}.sponsor-item{flex:0 1 auto}.sponsor-logo{max-width:150px;max-height:80px;object-fit:contain}h3{min-width:150px;margin:0}.sponsor-type:last-child .sponsor-row{display:flex;justify-content:space-between}.sponsor-column{flex:1}@media (max-width: 768px){.sponsor-row{flex-direction:column;align-items:flex-start}.sponsor-type:last-child .sponsor-row{flex-direction:column}.sponsor-column{width:100%;margin-bottom:20px}}.races-section{background-image:linear-gradient(rgba(245,245,245,0.9), rgba(245,245,245,0.9)),url("../img/vfr23-start-10k.jpg");background-position:center;background-size:cover;background-repeat:no-repeat;padding:60px 0;position:relative;overflow:hidden}.races-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("../img/vfr23-start-10k.jpg");background-attachment:fixed;opacity:0.1;z-index:-1}.races-section .section-title{text-align:center;color:#11008D;font-size:2.5rem;margin-bottom:40px;position:relative}.races-section .section-title::after{content:'';display:block;width:100px;height:4px;background-color:#BCED09;margin:20px auto 0}.races-section .vfrhr{border:0;height:2px;background-image:linear-gradient(to right, rgba(188,237,9,0), rgba(188,237,9,0.8), rgba(188,237,9,0));margin-bottom:40px}.races-section .race-days{display:flex;flex-direction:column;gap:50px}.races-section .race-day{background-color:#fff;border-radius:17px;box-shadow:0 4px 6px rgba(0,0,0,0.1);transition:transform 0.3s ease, box-shadow 0.3s ease;overflow:hidden}.races-section .race-day:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.15)}.races-section .race-day .day-title{position:relative;background-color:#11008D;color:#fff;padding:15px 30px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 6px rgba(0,0,0,0.1);overflow:hidden}.races-section .race-day .day-title::after{content:'';position:absolute;bottom:-10px;left:0;width:100%;height:20px;background-color:#11008D;transform:skewY(-2deg)}.races-section .race-day .day-title .day-icon{font-size:2rem;margin-right:15px}.races-section .race-day .day-title .day-info{flex-grow:1}.races-section .race-day .day-title h3{margin:0;font-size:1.8rem;font-weight:600;text-align:left}.races-section .race-day .day-title .date{font-size:1.2rem;font-weight:400;color:#BCED09;margin-top:5px}.races-section .race-day .day-title .timeline-dot{width:20px;height:20px;background-color:#BCED09;border-radius:50%;margin-left:15px;position:relative}.races-section .race-day .day-title .timeline-dot::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:10px;height:10px;background-color:#11008D;border-radius:50%}.races-section .race-day .day-title .timeline-dot::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);width:2px;height:30px;background-color:#BCED09}.races-section .race-day:last-child .day-title .timeline-dot::after{display:none}.races-section .race-cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px;padding:30px;max-width:1200px;margin:0 auto}@media (max-width: 768px){.races-section .race-cards{grid-template-columns:1fr;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:20px}.races-section .race-cards::-webkit-scrollbar{height:8px}.races-section .race-cards::-webkit-scrollbar-thumb{background-color:#BCED09;border-radius:4px}}.races-section .race-card-link{text-decoration:none;color:inherit;display:block}.races-section .race-card-link:hover,.races-section .race-card-link:focus{text-decoration:none}.races-section .race-card-link:hover .race-card,.races-section .race-card-link:focus .race-card{transform:translateY(-10px) scale(1.03);box-shadow:0 15px 30px rgba(0,0,0,0.2)}.races-section .race-card-link:hover .cta-button,.races-section .race-card-link:focus .cta-button{background-color:#95bc07}.races-section .race-card{background-color:#fff;border-radius:17px 0 17px 17px;padding:30px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,0.1);transition:all 0.3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%}.races-section .race-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg, rgba(17,0,141,0.1), rgba(188,237,9,0.1));opacity:0;transition:opacity 0.3s ease}.races-section .race-card:hover::before{opacity:1}.races-section .race-card .race-icon{height:100px;margin-bottom:15px;display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease}.races-section .race-card .race-icon img{max-width:100%;max-height:100%;object-fit:contain}.races-section .race-card h4{color:#11008D;font-size:1.5rem;margin-bottom:10px;height:3rem;display:flex;align-items:center;justify-content:center}.races-section .race-card p{color:#333;font-size:1rem;margin-bottom:20px;height:4.5em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-grow:1}.races-section .race-card .race-type{position:absolute;top:10px;right:10px;padding:5px 10px;border-radius:20px;font-size:0.8rem;font-weight:bold}.races-section .race-card .race-type.run{background-color:#e74c3c;color:white}.races-section .race-card .race-type.cycle{background-color:#2ecc71;color:white}.races-section .race-card .race-type.kids{background-color:#f39c12;color:white}.races-section .race-card .race-type.walk{background-color:#1299f3;color:white}.races-section .race-card .cta-button{margin-top:auto;padding:10px 20px;background-color:#BCED09;color:#11008D;border:none;border-radius:5px;font-weight:bold;transition:all 0.3s ease;pointer-events:none}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.race-card{animation:fadeInUp 0.5s ease-out;animation-fill-mode:both}.race-card:nth-child(1){animation-delay:.1s}.race-card:nth-child(2){animation-delay:.2s}.race-card:nth-child(3){animation-delay:.3s}.race-card:nth-child(4){animation-delay:.4s}.race-card:nth-child(5){animation-delay:.5s}.race-card:nth-child(6){animation-delay:.6s}.race-card:nth-child(7){animation-delay:.7s}.race-card:nth-child(8){animation-delay:.8s}.race-card:nth-child(9){animation-delay:.9s}.race-card:nth-child(10){animation-delay:1s}@media (max-width: 768px){.races-section{padding:30px 0}.races-section .section-title{font-size:2rem}.races-section .race-day .day-title{flex-direction:column;padding:15px}.races-section .race-day .day-title .day-icon{margin-right:0;margin-bottom:10px}.races-section .race-day .day-title .day-info{text-align:center}.races-section .race-day .day-title .timeline-dot{margin-left:0;margin-top:10px}.races-section .race-cards{padding:15px}.races-section .race-card{min-width:250px}}.race-detail{padding:60px 0;background-color:#f5f5f5}.race-detail .section-title{color:#11008D;text-align:center;margin-bottom:20px}.race-detail .vfrhr{width:100px;margin:0 auto 40px;border:0;border-top:2px solid #BCED09}.race-detail .race-info{display:flex;background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.1);margin-bottom:40px}.race-detail .race-info-left{flex:1;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:white}.race-detail .race-info-left img{width:100%}.race-detail .race-icon{width:120px;height:120px;object-fit:contain;margin-bottom:20px}.race-detail .race-type{padding:5px 15px;border-radius:20px;font-weight:bold;text-transform:uppercase}.race-detail .race-type.run{background-color:#e74c3c;color:white}.race-detail .race-type.cycle{background-color:#2ecc71;color:white}.race-detail .race-type.kids{background-color:#f39c12;color:white}.race-detail .race-info-right{flex:2;padding:30px}.race-detail .race-stat{display:flex;align-items:center;margin-bottom:15px}.race-detail .race-stat i{font-size:24px;margin-right:10px;color:#11008D}.race-detail .race-description{margin-bottom:20px}.race-detail .btn-primary{display:inline-block;padding:10px 20px;background-color:#BCED09;color:#11008D;text-decoration:none;border-radius:5px;transition:background-color 0.3s ease}.race-detail .btn-primary:hover{background-color:#95bc07}.race-detail .race-map{margin-bottom:40px}.race-detail .race-map h2{color:#11008D;margin-bottom:20px}.race-detail .race-map #map{height:400px;border-radius:10px;overflow:hidden}.race-detail .race-categories{background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.race-detail .race-categories h2{color:#11008D;margin-bottom:20px}.race-detail .race-categories ul{list-style-type:none;padding:0;display:flex;flex-wrap:wrap;gap:10px}.race-detail .race-categories ul li{background-color:#f5f5f5;padding:5px 15px;border-radius:20px;font-weight:bold}.race-detail .map-actions{margin-top:20px;text-align:right}.race-detail .map-actions .btn-secondary{width:auto;display:inline-flex;align-items:center;padding:10px 20px;background-color:#11008D;color:#fff;text-decoration:none;border-radius:5px;transition:background-color 0.3s ease}.race-detail .map-actions .btn-secondary i{margin-right:10px}.race-detail .map-actions .btn-secondary:hover{background-color:#0b005a}@media (max-width: 768px){.race-detail .race-info{flex-direction:column}.race-detail .race-info-left,.race-detail .race-info-right{padding:20px}}.race-prizes,.race-pricing{background-color:#fff;border-radius:10px;padding:30px;margin-top:40px;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.race-prizes h2,.race-pricing h2{color:#11008D;margin-bottom:20px}.race-prizes .prize-category,.race-pricing .prize-category{margin-bottom:20px}.race-prizes .prize-category h3,.race-pricing .prize-category h3{color:#BCED09;margin-bottom:10px}.race-prizes .prize-category ul,.race-pricing .prize-category ul{list-style-type:none;padding-left:0}.race-prizes ul,.race-pricing ul{list-style-type:none;padding-left:0}.projects-section{background-image:linear-gradient(rgba(245,245,245,0.9), rgba(245,245,245,0.9)),url("../img/projects-background.jpg");background-position:center;background-size:cover;background-repeat:no-repeat;background-attachment:fixed;padding:60px 0;position:relative;overflow:hidden}.projects-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("../img/projects-background.jpg");background-attachment:fixed;opacity:0.1;z-index:-1}.projects-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.projects-section .section-title{text-align:center;color:#11008D;font-size:2.5rem;margin-bottom:60px;position:relative}.projects-section .section-title::after{content:'';display:block;width:100px;height:4px;background-color:#BCED09;margin:20px auto 0}.projects-section .section-subtitle{text-align:center;color:#0b005a;font-size:1.5rem;margin-bottom:30px}.projects-section .vfrhr{border:0;height:2px;background-image:linear-gradient(to right, rgba(188,237,9,0), rgba(188,237,9,0.8), rgba(188,237,9,0));margin:30px 0}.projects-section .project-summary{text-align:center;margin-bottom:40px}.projects-section .project-list{list-style-type:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.projects-section .project-list li{background-color:#f1fdc5;padding:5px 10px;border-radius:5px;font-size:0.9rem}.projects-section .project-cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:30px;padding:30px;max-width:1200px;margin:0 auto}@media (max-width: 768px){.projects-section .project-cards{grid-template-columns:1fr;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:20px}.projects-section .project-cards::-webkit-scrollbar{height:8px}.projects-section .project-cards::-webkit-scrollbar-thumb{background-color:#BCED09;border-radius:4px}}.projects-section .project-card-link{text-decoration:none;color:inherit;display:block}.projects-section .project-card-link:hover,.projects-section .project-card-link:focus{text-decoration:none}.projects-section .project-card-link:hover .project-card,.projects-section .project-card-link:focus .project-card{transform:translateY(-10px) scale(1.03);box-shadow:0 15px 30px rgba(0,0,0,0.2)}.projects-section .project-card-link:hover .cta-button,.projects-section .project-card-link:focus .cta-button{background-color:#95bc07}.projects-section .project-card{background-color:#fff;border-radius:17px 0 17px 17px;padding:0;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,0.1);transition:all 0.3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%}.projects-section .project-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg, rgba(17,0,141,0.1), rgba(188,237,9,0.1));opacity:0;transition:opacity 0.3s ease}.projects-section .project-card:hover::before{opacity:1}.projects-section .project-card .project-icon{height:200px;margin-bottom:0;display:block;width:100%;overflow:hidden}.projects-section .project-card .project-icon img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.projects-section .project-card:hover .project-icon img{transform:scale(1.1)}.projects-section .project-card .project-content{padding:20px}.projects-section .project-card h4{color:#11008D;font-size:1.5rem;margin-bottom:15px;padding:0;height:auto;display:flex;align-items:center;justify-content:center}.projects-section .project-card p{color:#333;font-size:1rem;margin-top:20px;margin-bottom:20px;height:4.5em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-grow:1}.projects-section .project-card .project-status{position:absolute;top:10px;right:10px;padding:5px 10px;border-radius:20px;font-size:0.8rem;font-weight:bold}.projects-section .project-card .project-status.ongoing{background-color:#2ecc71;color:white}.projects-section .project-card .project-status.completed{background-color:#3498db;color:white}.projects-section .project-card .project-status.planned{background-color:#f39c12;color:white}.projects-section .project-card .progress-container{background-color:#e0e0e0;height:20px;border-radius:10px;overflow:hidden;margin-bottom:10px}.projects-section .project-card .progress-bar{height:100%;background-color:#BCED09;border-radius:10px;transition:width 0.5s ease-in-out;position:relative}.projects-section .project-card .progress-bar .progress-text{position:absolute;right:5px;top:50%;transform:translateY(-50%);color:#fff;font-size:0.8rem;font-weight:bold}.projects-section .project-card .project-funds{font-size:0.9rem;color:#666;margin-bottom:15px}.projects-section .project-card .cta-button{margin-top:auto;padding:10px 20px;background-color:#BCED09;color:#fff;border:none;border-radius:5px;font-weight:bold;transition:all 0.3s ease;cursor:pointer}.projects-section .project-card .cta-button:hover{background-color:#95bc07}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.project-card{animation:fadeInUp 0.5s ease-out;animation-fill-mode:both}.project-card:nth-child(1){animation-delay:.1s}.project-card:nth-child(2){animation-delay:.2s}.project-card:nth-child(3){animation-delay:.3s}.project-card:nth-child(4){animation-delay:.4s}.project-card:nth-child(5){animation-delay:.5s}.project-card:nth-child(6){animation-delay:.6s}.project-card:nth-child(7){animation-delay:.7s}.project-card:nth-child(8){animation-delay:.8s}.project-card:nth-child(9){animation-delay:.9s}.project-card:nth-child(10){animation-delay:1s}@media (max-width: 768px){.projects-section{padding:30px 0}.projects-section .section-title{font-size:2rem}.projects-section .section-subtitle{font-size:1.2rem}.projects-section .project-cards{padding:15px}.projects-section .project-card{min-width:250px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.project-title2{margin-bottom:15px}.project-list{display:flex;flex-direction:column;gap:30px;padding:20px}.project-list .project_vfr{background-color:white;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,0.1);display:flex;flex-direction:column;max-width:1200px;width:100%;overflow:hidden;margin:0 auto}@media (min-width: 768px){.project-list .project_vfr{flex-direction:row}.project-list .project_vfr.image-right{flex-direction:row-reverse}}.project-list .column1{padding:30px;flex:1}.project-list .column2{flex:1}.project-list .column2 img{width:100%;height:100%;object-fit:cover}.project-list h2{color:#11008D;font-size:24px;margin-bottom:15px}.project-list hr{border:none;height:2px;background-color:#BCED09;margin-bottom:20px}.project-list p{color:#333;line-height:1.6;margin-bottom:20px}.project-list h3{color:#11008D;font-size:18px;margin-bottom:10px}.project-list .progress-container{background-color:#e0e0e0;border-radius:10px;height:20px;margin-bottom:20px;overflow:hidden}.project-list .progress-container .progress-bar{background-color:#BCED09;height:100%}.project-list .button-container{display:flex;gap:10px}.project-list .button-container a{background-color:#11008D;border:none;border-radius:5px;color:white;cursor:pointer;font-size:16px;padding:10px 20px;text-decoration:none;transition:background-color 0.3s ease}.project-list .button-container a:hover{background-color:#0b005a}@media (max-width: 767px){.project-list .project_vfr .column2{order:-1}}.container{padding:20px;max-width:1200px;margin:0 auto}.container .title1{background-color:#11008D;color:white;padding:15px 30px;border-radius:0 20px 20px 0;display:inline-block;font-size:24px;margin-bottom:30px;box-shadow:0 4px 6px rgba(0,0,0,0.1)}@media (max-width: 768px){.container .title1{font-size:20px;padding:10px 20px;border-radius:0 15px 15px 0}}.past-events{background-color:#11008D;background-image:url("../img/halftone.png");background-blend-mode:multiply;background-repeat:no-repeat;padding:60px 0}.past-events .past-events-box{color:#fff;padding:50px;border-radius:17px 0 17px 17px;position:relative}.past-events .past-events-logo{max-width:300px}.past-events .year-display{position:absolute;top:50px;right:50px;font-size:14rem;font-weight:900;color:#F6AE2D}.past-events .text-peste-year{position:absolute;top:15px;right:50px;color:#fff;font-size:3rem}.past-events .timeline{display:flex;justify-content:space-between;margin:60px 0 40px;max-width:500px}.past-events .timeline-item{cursor:pointer;padding:10px 15px;border:2px solid #BCED09;border-radius:17px 0 17px 17px;transition:all 0.3s ease}.past-events .timeline-item.active,.past-events .timeline-item:hover{background-color:#BCED09;color:#11008D}.past-events .event-details{background-color:rgba(255,255,255,0.1);padding:20px;border-radius:17px 0 17px 17px}.past-events .event-details h2{color:#BCED09;margin-top:0}.past-events .event-details ul{list-style-type:none;padding:0}.past-events .event-details ul li{margin-bottom:10px}.past-events .stats-container{display:flex;justify-content:space-around;flex-wrap:wrap;margin-top:30px}.past-events .stat-item{text-align:center;margin:15px}.past-events .stat-number{font-size:3rem;font-weight:bold;color:#BCED09}.past-events .stat-description{font-size:1.2rem;color:#fff}.past-events .button-container{margin-top:30px;text-align:center}.statistics-section{padding:60px 0;background-color:#f5f5f5}.statistics-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.statistics-section .section-title{text-align:center;color:#11008D;font-size:2.5rem;margin-bottom:20px;font-weight:700}.statistics-section .subsection-title{text-align:center;color:#11008D;font-size:2rem;margin-top:40px;margin-bottom:20px;position:relative}.statistics-section .subsection-title::after{content:'';display:block;width:80px;height:3px;background-color:#BCED09;margin:15px auto 0}.statistics-section .vfrhr{border:0;height:2px;background-image:linear-gradient(to right, rgba(188,237,9,0), rgba(188,237,9,0.8), rgba(188,237,9,0));margin-bottom:40px}.statistics-section .table-responsive{overflow-x:auto;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1);margin-bottom:40px}.statistics-section .signup-table{width:100%;border-collapse:separate;border-spacing:0}.statistics-section .signup-table th,.statistics-section .signup-table td{padding:15px;text-align:left;border-bottom:1px solid #f5f5f5}.statistics-section .signup-table th{background-color:#11008D;color:#fff;font-weight:600;text-transform:uppercase}.statistics-section .signup-table th:first-child{border-top-left-radius:8px}.statistics-section .signup-table th:last-child{border-top-right-radius:8px}.statistics-section .signup-table tr:hover{background-color:rgba(188,237,9,0.1)}.statistics-section .signup-table tr:last-child td:first-child{border-bottom-left-radius:8px}.statistics-section .signup-table tr:last-child td:last-child{border-bottom-right-radius:8px}@media (max-width: 768px){.statistics-section{padding:30px 0}.statistics-section .section-title{font-size:2rem}.statistics-section .subsection-title{font-size:1.5rem}.statistics-section .signup-table{font-size:0.9rem}.statistics-section .signup-table th,.statistics-section .signup-table td{padding:10px}}.gallery-section{background-color:#f5f5f5;padding:0 0 60px 0}.gallery-container{padding:75px 0;margin:0 auto;max-width:1140px;text-align:center}.gallery-wrap{display:flex;flex-direction:row;width:100%;height:70vh;line-height:500px}.item{flex:1;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;transition:flex 0.8s ease;font-weight:900;padding-left:100px;font-size:40px;color:#fff;text-decoration:none}.item:hover{flex:7;font-weight:900;padding-left:200px;color:#ddd !important}.item-1{background-image:url("../img/poza-carusel-vfr2023.jpg")}.item-2{background-image:url("../img/poza-carusel-vfr2022.jpg")}.item-3{background-image:url("../img/poza-carusel-vfr2021.jpg")}.item-4{background-image:url("../img/poza-carusel-vfr2020.jpg")}.item-5{background-image:url("../img/poza-carusel-vfr2019.jpg")}.social{position:absolute;right:35px;bottom:0}.social img{display:block;width:32px}.site-footer{background:linear-gradient(to top, #0a0060, #11008D 80%),url("../img/halftone.png");background-blend-mode:multiply;color:#fff;padding:50px 0 20px;font-family:"Jost",sans-serif}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 20px}.footer-section{flex:1;margin-bottom:20px;min-width:200px;padding:0 15px}.footer-section h3{color:#BCED09;margin-bottom:20px;font-size:1.2em}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:10px}.footer-section a{color:#fff;text-decoration:none;transition:color 0.3s ease, transform 0.3s ease;display:inline-block}.footer-section a:hover{color:#BCED09;transform:translateX(5px)}.footer-bottom{text-align:center;margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,0.1)}.program-section{padding:50px 0;background-color:#11008D;color:#fff}.program-section .container{max-width:1000px;margin:0 auto}.program-section .section-title{color:#fff}.program-section .vfrhr{border-color:#BCED09}.program-section .program-day{margin-bottom:40px;background-color:rgba(255,255,255,0.1);padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.2)}.program-section .day-header{display:flex;align-items:center;margin-bottom:10px}.program-section .day-header .calendar-icon{margin-right:10px;stroke:#fff}.program-section .day-header p{margin:0;color:#fff}.program-section .day-description{background-color:#BCED09;color:#11008D;padding:5px 10px;border-radius:4px;display:inline-block;margin-bottom:15px;font-weight:bold}.program-section h3{color:#BCED09;margin-top:20px}.program-section ul{list-style-type:none;padding-left:0}.program-section ul li{margin-bottom:5px}.program-section .note{font-style:italic;font-size:0.9em;color:#BCED09}.regulament-page{background-color:#fff;color:#000;font-family:"Jost",sans-serif;line-height:1.6;padding:40px 0}.regulament-page .container{max-width:1000px;margin:0 auto;padding:0 20px}.regulament-page .page-header{text-align:center;margin-bottom:40px;padding-bottom:30px;border-bottom:3px solid #BCED09}.regulament-page .page-header h1{color:#11008D;font-size:2.5rem;font-weight:700;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.regulament-page .page-header .subtitle{color:#BCED09;font-size:1.2rem;font-weight:600;margin-bottom:20px}.regulament-page .page-header .year-badge{display:inline-block;background-color:#11008D;color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:0.9rem}.regulament-page .regulation-content .section{margin-bottom:40px;padding:30px;background-color:#fafafa;border-radius:12px;border-left:4px solid #BCED09;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.regulament-page .regulation-content .section:hover{box-shadow:0 4px 12px rgba(0,0,0,0.15);transform:translateY(-2px);transition:all 0.3s ease}.regulament-page .regulation-content .section h2{color:#11008D;font-size:1.8rem;font-weight:700;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #BCED09;display:flex;align-items:center}.regulament-page .regulation-content .section h2::before{content:counter(section-counter);counter-increment:section-counter;background-color:#BCED09;color:#000;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin-right:15px;flex-shrink:0}.regulament-page .regulation-content .section h3{color:#11008D;font-size:1.4rem;font-weight:600;margin:25px 0 15px 0;padding-left:15px;border-left:3px solid #BCED09}.regulament-page .regulation-content .section h4{color:#BCED09;font-size:1.2rem;font-weight:600;margin:20px 0 10px 0}.regulament-page .regulation-content .section p{font-size:1rem;line-height:1.7;margin-bottom:15px;color:#333;text-align:justify}.regulament-page .regulation-content .section p strong{color:#11008D;font-weight:600}.regulament-page .regulation-content .section p em{color:#BCED09;font-style:italic;font-weight:500}.regulament-page .regulation-content .section ul,.regulament-page .regulation-content .section ol{margin:15px 0;padding-left:25px}.regulament-page .regulation-content .section ul li,.regulament-page .regulation-content .section ol li{margin-bottom:10px;font-size:1rem;line-height:1.6;color:#333}.regulament-page .regulation-content .section ul li strong,.regulament-page .regulation-content .section ol li strong{color:#11008D;font-weight:600}.regulament-page .regulation-content .section ul li ul,.regulament-page .regulation-content .section ul li ol,.regulament-page .regulation-content .section ol li ul,.regulament-page .regulation-content .section ol li ol{margin-top:10px;margin-bottom:10px}.regulament-page .regulation-content .section ul{list-style-type:none}.regulament-page .regulation-content .section ul li{position:relative;padding-left:20px}.regulament-page .regulation-content .section ul li::before{content:"•";color:#BCED09;font-weight:bold;position:absolute;left:0;font-size:1.2rem}.regulament-page .regulation-content .section ol{list-style-type:decimal}.regulament-page .regulation-content .section ol li::marker{color:#BCED09;font-weight:600}.regulament-page .regulation-content .section .highlight-box{background-color:rgba(188,237,9,0.1);border:2px solid #BCED09;border-radius:8px;padding:20px;margin:20px 0;position:relative}.regulament-page .regulation-content .section .highlight-box::before{content:"⚠️";position:absolute;top:-10px;left:20px;background-color:#fff;padding:0 10px;font-size:1.2rem}.regulament-page .regulation-content .section .highlight-box p{margin-bottom:0;font-weight:500}.regulament-page .regulation-content .section .info-box{background-color:rgba(17,0,141,0.05);border:2px solid #11008D;border-radius:8px;padding:20px;margin:20px 0;position:relative}.regulament-page .regulation-content .section .info-box::before{content:"ℹ️";position:absolute;top:-10px;left:20px;background-color:#fff;padding:0 10px;font-size:1.2rem}.regulament-page .regulation-content .section .race-schedule{background-color:#fff;border-radius:8px;padding:20px;margin:20px 0;border:1px solid #e0e0e0}.regulament-page .regulation-content .section .race-schedule .day{margin-bottom:20px}.regulament-page .regulation-content .section .race-schedule .day:last-child{margin-bottom:0}.regulament-page .regulation-content .section .race-schedule .day .day-title{color:#11008D;font-weight:700;font-size:1.3rem;margin-bottom:15px;padding-bottom:5px;border-bottom:2px solid #BCED09}.regulament-page .regulation-content .section .race-schedule .day .race-item{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;margin-bottom:8px;background-color:#f8f9fa;border-radius:6px;border-left:4px solid #BCED09}.regulament-page .regulation-content .section .race-schedule .day .race-item .race-name{font-weight:600;color:#11008D}.regulament-page .regulation-content .section .race-schedule .day .race-item .race-distance{color:#BCED09;font-weight:500}.regulament-page .regulation-content .section .category-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:20px;margin:20px 0}.regulament-page .regulation-content .section .category-grid .category-card{background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:20px;transition:all 0.3s ease}.regulament-page .regulation-content .section .category-grid .category-card:hover{border-color:#BCED09;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.regulament-page .regulation-content .section .category-grid .category-card .category-title{color:#11008D;font-weight:700;font-size:1.1rem;margin-bottom:15px;padding-bottom:8px;border-bottom:2px solid #BCED09}.regulament-page .regulation-content .section .category-grid .category-card .category-details{font-size:0.95rem;line-height:1.5;color:#555}.regulament-page .regulation-content .section .contact-info{background-color:#11008D;color:#fff;border-radius:8px;padding:25px;margin:30px 0;text-align:center}.regulament-page .regulation-content .section .contact-info h4{color:#BCED09;margin-bottom:15px;font-size:1.3rem}.regulament-page .regulation-content .section .contact-info .contact-item{margin-bottom:10px;font-size:1.1rem}.regulament-page .regulation-content .section .contact-info .contact-item a{color:#BCED09;text-decoration:none;font-weight:600}.regulament-page .regulation-content .section .contact-info .contact-item a:hover{text-decoration:underline}.regulament-page .regulation-content .section .contact-info .phone-number{font-size:1.3rem;font-weight:700;color:#BCED09;margin-top:10px}.regulament-page .regulation-content{counter-reset:section-counter}@media (max-width: 768px){.regulament-page{padding:20px 0}.regulament-page .container{padding:0 15px}.regulament-page .page-header{margin-bottom:30px}.regulament-page .page-header h1{font-size:2rem}.regulament-page .page-header .subtitle{font-size:1rem}.regulament-page .regulation-content .section{padding:20px;margin-bottom:30px}.regulament-page .regulation-content .section h2{font-size:1.5rem}.regulament-page .regulation-content .section h2::before{width:35px;height:35px;font-size:1rem;margin-right:10px}.regulament-page .regulation-content .section h3{font-size:1.2rem}.regulament-page .regulation-content .section h4{font-size:1.1rem}.regulament-page .regulation-content .section .race-schedule .race-item{flex-direction:column;align-items:flex-start;gap:5px}.regulament-page .regulation-content .section .race-schedule .race-item .race-distance{font-size:0.9rem}.regulament-page .regulation-content .section .category-grid{grid-template-columns:1fr}}@media print{.regulament-page .page-header{border-bottom:2px solid #000}.regulament-page .section{break-inside:avoid;box-shadow:none;border:1px solid #ccc}.regulament-page .section:hover{transform:none}.regulament-page .highlight-box,.regulament-page .info-box{border:1px solid #ccc;background-color:#f9f9f9}}@keyframes expandHorizontal{from{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes fadeInDown{from{opacity:0;transform:translateY(-60px)}to{opacity:0.9;transform:translateY(0)}}@keyframes fadeInText{from{opacity:0}to{opacity:1}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){header{height:60px}header .nav-items a{font-size:0.7em;margin:0 10px}header .nav-items .cta{height:60px;padding:0 15px}.hero{min-height:800px;height:100vh;padding-top:60px}.hero-content{padding:0 20px}.hero .logo-hero{margin-bottom:20px}.hero .top-rect{font-size:1rem;height:auto}.hero .bottom-rect{height:auto;padding:5px}.hero .bottom-rect h3{font-size:1.5rem}.logo{display:none}.past-events .past-events-box{padding:10px}.past-events .timeline{flex-wrap:wrap;justify-content:center;margin:20px 0 40px}.past-events .timeline-item{margin:5px}.past-events .text-peste-year{position:static;text-align:center;font-size:1.5rem}.past-events .year-display{position:static;text-align:center;margin-bottom:5px;font-size:3rem}.past-events .past-events-logo{position:static;display:block;margin:0 auto 10px}.gallery-container{padding:30px 0}.gallery-wrap{flex-direction:column;height:auto}.item{flex:none;height:200px;padding-left:20px;font-size:24px}.item:hover{flex:none;padding-left:30px}.footer-section{flex-basis:100%}}@media (max-width: 992px){.footer-content{flex-wrap:wrap}.footer-section{flex-basis:50%}}.container-signup{max-width:800px;margin:2rem auto;padding:2rem;background-color:white;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.container-signup h3{text-align:center;color:#11008D;margin-bottom:1.5rem}.form-step{display:none}.form-step.active{display:block}.form-group{margin-bottom:1.5rem;position:relative}label{display:block;margin-bottom:0.5rem;font-weight:500}input,select{width:100%;padding:0.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color 0.3s ease}input:focus,select:focus{outline:none;border-color:#11008D;box-shadow:0 0 0 2px rgba(52,152,219,0.2)}.error{color:#ffee11;font-size:0.875rem;margin-top:0.25rem}.form-navigation{display:flex;justify-content:flex-end;margin-top:20px}.nav-buttons{display:flex;gap:10px}#prev-btn{margin-right:auto}.progress-bar{margin-bottom:2rem;height:10px;background-color:#BCED09;border-radius:5px;overflow:hidden}.progress{height:100%;background-color:#11008D;transition:width 0.3s ease}@media (min-width: 768px){.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1}}.radio-group{display:flex;flex-direction:column;gap:12px;margin-top:8px}.form-check{display:flex;align-items:center;cursor:pointer;position:relative;margin:0;padding-left:28px}.form-check input[type="radio"]{cursor:pointer;position:absolute;opacity:0;left:0;top:50%;transform:translateY(-50%);margin:0;width:18px;height:18px;z-index:1}.form-check .form-check-label{cursor:pointer;position:relative;padding-left:8px;font-size:15px;color:#374151}.form-check input[type="radio"]+.form-check-label:before{content:'';position:absolute;left:-28px;top:50%;transform:translateY(-50%);width:18px;height:18px;background:white;border:2px solid #ddd;border-radius:50%}.form-check input[type="radio"]:checked+.form-check-label:after{content:'';position:absolute;left:-23px;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#11008D;border-radius:50%}.form-check input[type="radio"]:checked+.form-check-label:before{border-color:#11008D}.form-check:hover input[type="radio"]+.form-check-label:before{border-color:#11008D}#electric-container .radio-group{flex-direction:row;gap:24px;margin-top:10px}.banner{background-image:url("/static/img/poza-carusel-vfr2022.jpg ");background-size:cover;background-position:center;height:150px;display:flex;align-items:center;margin-bottom:2rem}.banner .container{max-width:1200px;margin:0 auto;padding:0 20px}.banner h2{color:white;text-shadow:2px 2px 4px rgba(0,0,0,0.5);font-size:2.5em}.consent-group{display:flex;justify-content:space-between;margin-bottom:1.5rem}.consent-item{flex:1;margin-right:1rem}.checkbox-container{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:16px;user-select:none}.checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-container input:checked~.checkmark{background-color:#2196F3}.checkbox-container input:checked~.checkmark:after{display:block}.checkbox-container:hover input~.checkmark{background-color:#d5d5d5}.checkbox-container .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee;border-radius:4px}.checkbox-container .checkmark:after{content:"";position:absolute;display:none;left:9px;top:5px;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}.policy-link{color:#2196F3;text-decoration:none}.policy-link:hover{text-decoration:underline}.error{color:#f44;font-size:0.875rem;margin-top:0.25rem}.payment-success,.payment-cancelled{padding-top:100px;padding-bottom:100px}.error{color:#dc3545;font-size:0.875em;margin-top:0.25rem;display:none}#form-errors{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:0.75rem 1.25rem;margin-bottom:1rem;border-radius:0.25rem;display:none}.date-select-group{display:flex;gap:10px;margin-bottom:1rem}.date-select{flex:1}#birth-day{flex:0.8}#birth-month{flex:1.2}#birth-year{flex:0.8}.signup-list-section{padding:60px 0;background:linear-gradient(135deg, #f5f5f5 0%, #e8f4fd 100%);min-height:100vh}.signup-list-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.signup-list-section .section-title{text-align:center;color:#2196F3;font-size:2.5rem;margin-bottom:20px;font-weight:700;position:relative}.signup-list-section .section-title::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg, #2196F3, #eee);border-radius:2px}.signup-list-section .vfrhr{border:0;height:2px;background-image:linear-gradient(to right, rgba(238,238,238,0), rgba(238,238,238,0.8), rgba(238,238,238,0));margin-bottom:40px}.signup-list-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:20px;margin-bottom:30px}.signup-list-section .stats-grid .stat-card{background:#fff;border-radius:15px;padding:25px;box-shadow:0 4px 20px rgba(0,0,0,0.08);border:1px solid rgba(33,150,243,0.1);transition:all 0.3s ease}.signup-list-section .stats-grid .stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,0.12)}.signup-list-section .stats-grid .stat-card .stat-content{display:flex;align-items:center;gap:15px}.signup-list-section .stats-grid .stat-card .stat-content .stat-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.signup-list-section .stats-grid .stat-card .stat-content .stat-icon.total{background:linear-gradient(135deg, #2196F3, #2563eb)}.signup-list-section .stats-grid .stat-card .stat-content .stat-icon.completed{background:linear-gradient(135deg, #10b981, #059669)}.signup-list-section .stats-grid .stat-card .stat-content .stat-icon.pending{background:linear-gradient(135deg, #f59e0b, #d97706)}.signup-list-section .stats-grid .stat-card .stat-content .stat-icon.categories{background:linear-gradient(135deg, #8b5cf6, #7c3aed)}.signup-list-section .stats-grid .stat-card .stat-content .stat-info .stat-label{font-size:0.9rem;color:#6b7280;font-weight:500;margin-bottom:5px}.signup-list-section .stats-grid .stat-card .stat-content .stat-info .stat-value{font-size:1.8rem;font-weight:700;color:#2196F3}.signup-list-section .filters-container{background:#fff;border-radius:15px;padding:25px;margin-bottom:30px;box-shadow:0 4px 20px rgba(0,0,0,0.08);border:1px solid rgba(33,150,243,0.1)}.signup-list-section .filters-container .filters-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:15px}.signup-list-section .filters-container .filters-grid .filter-group{position:relative}.signup-list-section .filters-container .filters-grid .filter-group .filter-input{width:100%;padding:12px 15px;border:2px solid #e5e7eb;border-radius:10px;font-size:0.95rem;transition:all 0.3s ease;background:#fff}.signup-list-section .filters-container .filters-grid .filter-group .filter-input:focus{outline:none;border-color:#2196F3;box-shadow:0 0 0 3px rgba(33,150,243,0.1)}.signup-list-section .filters-container .filters-grid .filter-group .filter-input.search-input{padding-left:45px}.signup-list-section .filters-container .filters-grid .filter-group .filter-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1.1rem}.signup-list-section .filters-container .filters-grid .filter-group .filter-select{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.signup-list-section .filter-container{margin-bottom:20px}.signup-list-section .filter-container input{width:100%;padding:12px;border:2px solid #2196F3;border-radius:5px;font-size:1rem;transition:all 0.3s ease}.signup-list-section .filter-container input:focus{outline:none;box-shadow:0 0 5px rgba(33,150,243,0.5)}.signup-list-section .table-responsive{overflow-x:auto;background-color:#fff;border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,0.08);border:1px solid rgba(33,150,243,0.1)}.signup-list-section .signup-table{width:100%;border-collapse:separate;border-spacing:0}.signup-list-section .signup-table th,.signup-list-section .signup-table td{padding:18px 20px;text-align:left;border-bottom:1px solid #f3f4f6}.signup-list-section .signup-table th{background:linear-gradient(135deg, #2196F3, #2563eb);color:#fff;font-weight:600;text-transform:uppercase;font-size:0.85rem;letter-spacing:0.5px;transition:all 0.3s ease}.signup-list-section .signup-table th:first-child{border-top-left-radius:15px}.signup-list-section .signup-table th:last-child{border-top-right-radius:15px}.signup-list-section .signup-table th.sortable{cursor:pointer;user-select:none;position:relative}.signup-list-section .signup-table th.sortable:hover{background:linear-gradient(135deg, #0d8aee, #1d4ed8);transform:translateY(-1px)}.signup-list-section .signup-table th.sortable .sort-indicator{margin-left:8px;opacity:0.7;transition:all 0.3s ease;font-size:0.8rem}.signup-list-section .signup-table th.sortable:hover .sort-indicator{opacity:1}.signup-list-section .signup-table th.sortable.sorted .sort-indicator{opacity:1;color:#eee;font-weight:bold}.signup-list-section .signup-table tr{transition:all 0.3s ease}.signup-list-section .signup-table tr:hover{background-color:rgba(238,238,238,0.05);transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,0.05)}.signup-list-section .signup-table tr:last-child td:first-child{border-bottom-left-radius:15px}.signup-list-section .signup-table tr:last-child td:last-child{border-bottom-right-radius:15px}.signup-list-section .signup-table tr.race-run{border-left:4px solid #dc2626;background:linear-gradient(90deg, rgba(220,38,38,0.02) 0%, transparent 100%)}.signup-list-section .signup-table tr.race-run:hover{background:linear-gradient(90deg, rgba(220,38,38,0.08) 0%, rgba(220,38,38,0.02) 100%)}.signup-list-section .signup-table tr.race-mtb{border-left:4px solid #16a34a;background:linear-gradient(90deg, rgba(22,163,74,0.02) 0%, transparent 100%)}.signup-list-section .signup-table tr.race-mtb:hover{background:linear-gradient(90deg, rgba(22,163,74,0.08) 0%, rgba(22,163,74,0.02) 100%)}.signup-list-section .signup-table tr.race-cursa{border-left:4px solid #dc2626;background:linear-gradient(90deg, rgba(220,38,38,0.02) 0%, transparent 100%)}.signup-list-section .signup-table tr.race-cursa:hover{background:linear-gradient(90deg, rgba(220,38,38,0.08) 0%, rgba(220,38,38,0.02) 100%)}.signup-list-section .signup-table tr.race-maraton{border-left:4px solid #b91c1c;background:linear-gradient(90deg, rgba(185,28,28,0.02) 0%, transparent 100%)}.signup-list-section .signup-table tr.race-maraton:hover{background:linear-gradient(90deg, rgba(185,28,28,0.08) 0%, rgba(185,28,28,0.02) 100%)}.signup-list-section .signup-table tr.race-stiintescu{border-left:4px solid #991b1b;background:linear-gradient(90deg, rgba(153,27,27,0.02) 0%, transparent 100%)}.signup-list-section .signup-table tr.race-stiintescu:hover{background:linear-gradient(90deg, rgba(153,27,27,0.08) 0%, rgba(153,27,27,0.02) 100%)}.signup-list-section .signup-table tr.race-mtb-kids{border-left:4px solid #059669;background:linear-gradient(90deg, rgba(5,150,105,0.02) 0%, transparent 100%)}.signup-list-section .signup-table tr.race-mtb-kids:hover{background:linear-gradient(90deg, rgba(5,150,105,0.08) 0%, rgba(5,150,105,0.02) 100%)}.signup-list-section .signup-table tr.race-kids-orientare{border-left:4px solid #047857;background:linear-gradient(90deg, rgba(4,120,87,0.02) 0%, transparent 100%)}.signup-list-section .signup-table tr.race-kids-orientare:hover{background:linear-gradient(90deg, rgba(4,120,87,0.08) 0%, rgba(4,120,87,0.02) 100%)}.signup-list-section .signup-table tr.race-mtb41{border-left:4px solid #065f46;background:linear-gradient(90deg, rgba(6,95,70,0.02) 0%, transparent 100%)}.signup-list-section .signup-table tr.race-mtb41:hover{background:linear-gradient(90deg, rgba(6,95,70,0.08) 0%, rgba(6,95,70,0.02) 100%)}.signup-list-section .signup-table tr.race-mtb21{border-left:4px solid #064e3b;background:linear-gradient(90deg, rgba(6,78,59,0.02) 0%, transparent 100%)}.signup-list-section .signup-table tr.race-mtb21:hover{background:linear-gradient(90deg, rgba(6,78,59,0.08) 0%, rgba(6,78,59,0.02) 100%)}.signup-list-section .signup-table tr.race-mers{border-left:4px solid #7c3aed;background:linear-gradient(90deg, rgba(124,58,237,0.02) 0%, transparent 100%)}.signup-list-section .signup-table tr.race-mers:hover{background:linear-gradient(90deg, rgba(124,58,237,0.08) 0%, rgba(124,58,237,0.02) 100%)}.signup-list-section .signup-table tr.race-semimaraton{border-left:4px solid #6d28d9;background:linear-gradient(90deg, rgba(109,40,217,0.02) 0%, transparent 100%)}.signup-list-section .signup-table tr.race-semimaraton:hover{background:linear-gradient(90deg, rgba(109,40,217,0.08) 0%, rgba(109,40,217,0.02) 100%)}.signup-list-section .signup-table tr.race-cros10k{border-left:4px solid #5b21b6;background:linear-gradient(90deg, rgba(91,33,182,0.02) 0%, transparent 100%)}.signup-list-section .signup-table tr.race-cros10k:hover{background:linear-gradient(90deg, rgba(91,33,182,0.08) 0%, rgba(91,33,182,0.02) 100%)}.signup-list-section .signup-table tr.race-cros5k{border-left:4px solid #4c1d95;background:linear-gradient(90deg, rgba(76,29,149,0.02) 0%, transparent 100%)}.signup-list-section .signup-table tr.race-cros5k:hover{background:linear-gradient(90deg, rgba(76,29,149,0.08) 0%, rgba(76,29,149,0.02) 100%)}.signup-list-section .signup-table .race-badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:20px;font-size:0.8rem;font-weight:600;text-transform:uppercase}.signup-list-section .signup-table .race-badge.run{background:rgba(239,68,68,0.1);color:#dc2626}.signup-list-section .signup-table .race-badge.mtb{background:rgba(34,197,94,0.1);color:#16a34a}.signup-list-section .signup-table .number-badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:20px;background:rgba(33,150,243,0.1);color:#2196F3;font-weight:600;font-size:0.85rem}.signup-list-section .status-badge{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:20px;font-size:0.8rem;font-weight:600;text-transform:uppercase}.signup-list-section .status-badge.status-completed{background:rgba(34,197,94,0.1);color:#16a34a}.signup-list-section .status-badge.status-completed::before{content:'✓';font-weight:bold}.signup-list-section .status-badge.status-pending{background:rgba(245,158,11,0.1);color:#d97706}.signup-list-section .status-badge.status-pending::before{content:'⏱';font-weight:bold}.signup-list-section .status-badge.transfer-badge{background:rgba(139,92,246,0.1);color:#7c3aed}.signup-list-section .status-badge.transfer-badge::before{content:'💳';font-weight:bold}.signup-list-section .btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;font-size:0.9rem;font-weight:600;text-decoration:none;text-align:center;border-radius:8px;transition:all 0.3s ease;border:none;cursor:pointer}.signup-list-section .btn-primary{background:linear-gradient(135deg, #2196F3, #2563eb);color:#fff}.signup-list-section .btn-primary:hover{background:linear-gradient(135deg, #0c7cd5, #1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px rgba(33,150,243,0.3)}.signup-list-section .btn-sm{min-width:50px;padding:6px 12px;font-size:0.8rem;height:auto}.signup-list-section .race-legend{background:#fff;border-radius:15px;padding:20px;margin-top:20px;box-shadow:0 4px 20px rgba(0,0,0,0.08);border:1px solid rgba(33,150,243,0.1)}.signup-list-section .race-legend .legend-title{font-weight:600;color:#2196F3;margin-bottom:15px;font-size:1.1rem}.signup-list-section .race-legend .legend-items{display:flex;gap:20px;flex-wrap:wrap}.signup-list-section .race-legend .legend-items .legend-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;background:rgba(33,150,243,0.05);transition:all 0.3s ease}.signup-list-section .race-legend .legend-items .legend-item:hover{background:rgba(33,150,243,0.1);transform:translateY(-1px)}.signup-list-section .race-legend .legend-items .legend-item .legend-color{width:20px;height:20px;border-radius:4px;border:2px solid rgba(0,0,0,0.1)}.signup-list-section .race-legend .legend-items .legend-item .legend-color.race-run{background:linear-gradient(135deg, #dc2626, #b91c1c)}.signup-list-section .race-legend .legend-items .legend-item .legend-color.race-mtb{background:linear-gradient(135deg, #16a34a, #15803d)}.signup-list-section .race-legend .legend-items .legend-item .legend-color.race-cursa{background:linear-gradient(135deg, #dc2626, #b91c1c)}.signup-list-section .race-legend .legend-items .legend-item .legend-color.race-maraton{background:linear-gradient(135deg, #b91c1c, #991b1b)}.signup-list-section .race-legend .legend-items .legend-item .legend-color.race-stiintescu{background:linear-gradient(135deg, #991b1b, #7f1d1d)}.signup-list-section .race-legend .legend-items .legend-item .legend-color.race-mtb-kids{background:linear-gradient(135deg, #059669, #047857)}.signup-list-section .race-legend .legend-items .legend-item .legend-color.race-kids-orientare{background:linear-gradient(135deg, #047857, #065f46)}.signup-list-section .race-legend .legend-items .legend-item .legend-color.race-mtb41{background:linear-gradient(135deg, #065f46, #064e3b)}.signup-list-section .race-legend .legend-items .legend-item .legend-color.race-mtb21{background:linear-gradient(135deg, #064e3b, #022c22)}.signup-list-section .race-legend .legend-items .legend-item .legend-color.race-mers{background:linear-gradient(135deg, #7c3aed, #6d28d9)}.signup-list-section .race-legend .legend-items .legend-item .legend-color.race-semimaraton{background:linear-gradient(135deg, #6d28d9, #5b21b6)}.signup-list-section .race-legend .legend-items .legend-item .legend-color.race-cros10k{background:linear-gradient(135deg, #5b21b6, #4c1d95)}.signup-list-section .race-legend .legend-items .legend-item .legend-color.race-cros5k{background:linear-gradient(135deg, #4c1d95, #2e1065)}.signup-list-section .race-legend .legend-items .legend-item span{font-weight:500;color:#2196F3;font-size:0.9rem}.signup-list-section .year-context-message{background:linear-gradient(135deg, rgba(33,150,243,0.05), rgba(238,238,238,0.05));border:1px solid rgba(33,150,243,0.2);border-radius:10px;padding:12px 20px;margin:15px 0;animation:fadeIn 0.3s ease-in}.signup-list-section .year-context-message .year-context-content{display:flex;align-items:center;gap:10px;color:#2196F3;font-weight:500;font-size:0.9rem}.signup-list-section .year-context-message .year-context-content .year-context-icon{font-size:1.1rem}.signup-list-section .year-context-message .year-context-content .year-context-text{flex:1}.signup-list-section .pagination{margin-top:30px;text-align:center}.signup-list-section .pagination .pagination-nav{display:inline-flex;align-items:center;gap:8px;background:#fff;border-radius:15px;padding:8px;box-shadow:0 4px 20px rgba(0,0,0,0.08);border:1px solid rgba(33,150,243,0.1)}.signup-list-section .pagination a,.signup-list-section .pagination span{display:inline-flex;align-items:center;gap:5px;padding:8px 12px;border-radius:8px;background-color:#fff;color:#2196F3;text-decoration:none;transition:all 0.3s ease;font-weight:500;border:1px solid #e5e7eb}.signup-list-section .pagination a:hover,.signup-list-section .pagination span:hover{background:linear-gradient(135deg, #2196F3, #2563eb);color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px rgba(33,150,243,0.2)}.signup-list-section .pagination .current{background:linear-gradient(135deg, #2196F3, #2563eb);color:#fff;font-weight:600;border-color:#2196F3}.edition-filter{display:flex;justify-content:center;align-items:center;margin-bottom:30px}.edition-filter .edition-container{display:inline-flex;padding:8px;background:#fff;border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,0.08);border:1px solid rgba(33,150,243,0.1)}.edition-btn{position:relative;margin:0 4px;text-decoration:none;font-weight:500;transition:all 0.3s ease;padding:12px 20px;border-radius:10px;overflow:hidden}.edition-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);transition:left 0.5s}.edition-btn:hover::before{left:100%}.edition-btn:hover{transform:translateY(-2px)}.edition-btn:not(.active){background-color:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.edition-btn:not(.active):hover{background-color:#f1f5f9;color:#2196F3;border-color:#2196F3}.edition-btn.active{background:linear-gradient(135deg, #2196F3, #2563eb);color:#fff;box-shadow:0 4px 12px rgba(33,150,243,0.3);border:1px solid #2196F3}@media (max-width: 768px){.signup-list-section{padding:30px 0}.signup-list-section .section-title{font-size:2rem}.signup-list-section .stats-grid{grid-template-columns:1fr;gap:15px}.signup-list-section .filters-container .filters-grid{grid-template-columns:1fr}.signup-list-section .signup-table{font-size:0.9rem}.signup-list-section .signup-table th,.signup-list-section .signup-table td{padding:12px 15px}.signup-list-section .signup-table .participant-info{flex-direction:column;align-items:flex-start;gap:8px}.signup-list-section .signup-table th.sortable{font-size:0.8rem}.signup-list-section .signup-table th.sortable .sort-indicator{font-size:0.7rem}.signup-list-section .btn{padding:6px 12px;font-size:0.8rem}.signup-list-section .edition-filter .edition-container{display:grid;grid-template-columns:repeat(auto-fit, minmax(120px, 1fr));gap:8px;width:100%;padding:12px}.signup-list-section .edition-btn{margin:0;text-align:center}.signup-list-section .race-legend .legend-items{flex-direction:column;gap:10px}}.history-section{background-color:#f5f5f5;padding:60px 0}.history-section .section-title{text-align:center;color:#2196F3;font-size:2.5rem;margin-bottom:40px}.history-section .vfrhr{border:0;height:2px;background-image:linear-gradient(to right, rgba(238,238,238,0), rgba(238,238,238,0.8), rgba(238,238,238,0));margin-bottom:40px}.history-section .history-content{background-color:#fff;border-radius:17px;padding:30px;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.history-section h3,.history-section h4{color:#2196F3;margin-top:30px;margin-bottom:20px}.history-section .stats-highlight{background-color:#eee;color:#2196F3;padding:20px;border-radius:10px;margin:20px 0;font-weight:bold}.history-section .edition-card{background-color:#f5f5f5;border-radius:10px;padding:20px;margin-bottom:30px}.history-section .edition-card .highlight{font-weight:bold;color:#2196F3}.history-section .causes-list{list-style-type:none;padding-left:0}.history-section .causes-list li{padding:10px 0;border-bottom:1px solid #f5f5f5}.history-section .causes-list li:last-child{border-bottom:none}.history-section .video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin:30px 0}.history-section .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width: 768px){.history-section{padding:30px 0}.history-section .section-title{font-size:2rem}.history-section .history-content{padding:20px}}
