:root{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;scroll-behavior:smooth;font-family:Montserrat,sans-serif}#root{min-height:100vh}a{color:inherit;text-decoration:none}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}#register.contact{background:linear-gradient(135deg,#f8f9fa,#e6e6ff);padding:4rem 0 5rem}#register .contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-top:3rem}#register .contact-info{background:#fff;border-radius:18px;box-shadow:0 6px 32px #667eea1a;padding:2.2rem 2rem 2rem;display:flex;flex-direction:column;gap:2rem;justify-content:center}#register .contact-form{background:#fff;border-radius:18px;box-shadow:0 6px 32px #667eea21;padding:2.5rem 2.2rem 2rem}#register .form-group input,#register .form-group select{background:#f4f7ff;border:2px solid #e0e7ff;border-radius:12px;font-size:1.05rem;padding:15px 18px;transition:border .2s,box-shadow .2s}#register .form-group input:focus,#register .form-group select:focus{border-color:#764ba2;box-shadow:0 0 0 3px #764ba221;background:#fff}#register .btn.btn-primary{background:#cd1689;border-color:#cd1689;color:#fff;font-weight:700;font-size:1.08rem;border-radius:12px;padding:.85rem 2.2rem;box-shadow:0 4px 18px #cd16891a;transition:background .2s,transform .2s,box-shadow .2s}#register .btn.btn-primary:hover{background:#b01475;border-color:#b01475;color:#fff;transform:translateY(-2px) scale(1.04);box-shadow:0 8px 32px #cd168921}#register .section-header h2{background:linear-gradient(90deg,#667eea,#cc158b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.highlights-list.highlights-grid{max-width:none}.highlights-list.highlights-grid .highlight-item{flex-direction:column;align-items:flex-start;height:100%}.highlights-list.highlights-grid .highlight-number{min-width:0;width:100%;text-align:left;margin-bottom:.5rem}.highlights-list.highlights-grid .highlight-content{width:100%}.highlights-list.highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}@media(max-width:900px){.highlights-list.highlights-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.highlights-list.highlights-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.App{min-height:100vh;font-family:Montserrat,sans-serif}.loading-placeholder{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#666;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.loading-spinner-container{min-height:50vh;display:flex;align-items:center;justify-content:center;background:transparent}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #cc148b;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700}p,a,span,button{font-family:Montserrat,sans-serif}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;box-shadow:0 2px 10px #0000001a}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.nav-logo a{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-img{height:40px;width:auto}.logo-text{font-size:1.8rem;font-weight:700;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;gap:2rem;margin-left:auto;align-items:center}.nav-link{color:#052b44;text-decoration:none;font-weight:700;transition:color .3s ease}.nav-link:hover{color:#667eea}.nav-toggle{display:none;flex-direction:column;cursor:pointer;background:transparent;border:none;padding:8px;border-radius:8px}.bar{width:25px;height:3px;background-color:#333;margin:3px 0;transition:.3s}.nav-toggle:focus-visible{outline:2px solid #4caf50;outline-offset:2px}.download-brochure-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#cc148b;color:#fff;border:none;padding:.7rem 1.5rem;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #cc148b4d;position:relative;overflow:hidden;white-space:nowrap}.desktop-brochure-btn{display:inline-flex;margin-left:1.5rem}.mobile-brochure-btn{display:none;margin:1rem auto .5rem;width:calc(100% - 2rem);max-width:280px}.download-brochure-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .5s,height .5s}.download-brochure-btn:hover:before{width:300px;height:300px}.download-brochure-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #cc148b66}.download-brochure-btn:active{transform:translateY(0)}.download-brochure-btn .btn-icon{font-size:1.2rem;position:relative;z-index:1;animation:downloadPulse 2s ease-in-out infinite}@keyframes downloadPulse{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.download-brochure-btn .btn-text{position:relative;z-index:1}.nav-overlay{position:fixed;inset:70px 0 0;background:#0000004d;z-index:950}.hero{padding:100px 0;background:#cc148b;color:#fff;min-height:120vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:transparent;z-index:1}.hero-minimal{padding:100px 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:#2c3e50;min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-minimal:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.8) 0%,transparent 70%),radial-gradient(circle at 75% 75%,rgba(255,255,255,.6) 0%,transparent 70%);z-index:1}.hero-minimal .hero-container{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:30px;padding:60px 40px;box-shadow:0 20px 60px #0000001a,0 8px 25px #00000014;border:1px solid rgba(255,255,255,.8)}.hero-minimal .event-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;box-shadow:0 10px 30px #667eea4d}.hero-dynamic{padding:80px 0;background:radial-gradient(circle at 20% 80%,#120078 0%,transparent 50%),radial-gradient(circle at 80% 20%,#ff0080 0%,transparent 50%),radial-gradient(circle at 40% 40%,#7928ca 0%,transparent 50%),linear-gradient(135deg,#1a1a2e,#16213e,#0f0f0f);color:#fff;min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-dynamic:before{content:"";position:absolute;inset:0;background-image:linear-gradient(45deg,transparent 40%,rgba(255,255,255,.05) 50%,transparent 60%);background-size:20px 20px;animation:shimmer 3s ease-in-out infinite;z-index:1}@keyframes shimmer{0%,to{transform:translate(-100px);opacity:0}50%{transform:translate(100vw);opacity:1}}.hero-dynamic .floating-shapes{position:absolute;inset:0;z-index:1}.hero-dynamic .shape{position:absolute;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-dynamic .shape:nth-child(1){width:80px;height:80px;top:20%;left:10%;animation:float 6s ease-in-out infinite}.hero-dynamic .shape:nth-child(2){width:120px;height:120px;top:60%;right:15%;animation:float 8s ease-in-out infinite reverse}.hero-dynamic .shape:nth-child(3){width:60px;height:60px;bottom:20%;left:20%;animation:float 10s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-image-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}@media(max-width:767px){.hero-image{object-fit:contain;object-position:center center}}.hero-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#00a9af33,#cd168933);z-index:2}.hero-badge{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#00a9af26,#cd168926);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1rem 2rem;border-radius:50px;margin-bottom:2rem;font-size:.95rem;font-weight:600;border:2px solid rgba(255,255,255,.2);animation:fadeInUp 1s ease-out .2s both,badgeGlow 3s ease-in-out infinite;box-shadow:0 8px 30px #00a9af4d;color:#fff}@keyframes badgeGlow{0%,to{box-shadow:0 8px 30px #00a9af4d}50%{box-shadow:0 8px 40px #cd168966}}.badge-icon{font-size:1.3rem;animation:rotate 3s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.badge-text{font-weight:600;letter-spacing:1px;text-transform:uppercase;font-size:.85rem}.hero-welcome{display:block;font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:300;opacity:.95;margin-bottom:.3rem;line-height:1.2;letter-spacing:3px;text-transform:uppercase}.hero-year{display:inline-block;font-family:Montserrat,sans-serif;font-size:3.5rem;font-weight:800;margin-left:1rem;line-height:1;color:#fff;animation:fadeInUp 1s ease-out .8s both;letter-spacing:2px}.hero-subtitle{font-size:1.3rem;font-weight:400;color:#ffffffe6;margin:1.5rem auto 2.5rem;max-width:700px;line-height:1.6;letter-spacing:.5px;animation:fadeInUp 1s ease-out .6s both}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:2;width:100%}.hero-content{width:100%;max-width:900px;text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-family:Montserrat,sans-serif;font-size:3.8rem;font-weight:600;margin-bottom:2rem;line-height:1;letter-spacing:-1px;animation:fadeInUp 1s ease-out .6s both;text-align:center;position:relative}.hero-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:3px;border-radius:2px;animation:expandLine 2s ease-out 1.2s both}@keyframes expandLine{0%{width:0;opacity:0}to{width:100px;opacity:1}}.subtitle-highlight{display:block;font-size:1.5rem;margin-bottom:.1rem;opacity:.95;line-height:1;font-weight:500}.subtitle-keywords{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:.1rem}.keyword{background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600;font-size:1.3rem;letter-spacing:.3px}.separator{color:#fff9;font-size:1.2rem;margin:0 .2rem}.gradient-text{font-family:Montserrat,sans-serif;font-weight:800;font-size:4.5rem;color:#fff;letter-spacing:-2px;position:relative;display:block;line-height:1;margin:.2rem 0;animation:slideInScale 1.2s cubic-bezier(.175,.885,.32,1.275) .6s both}@keyframes slideInScale{0%{opacity:0;transform:translateY(50px) scale(.8)}60%{transform:translateY(-10px) scale(1.05)}to{opacity:1;transform:translateY(0) scale(1)}}.gradient-text:before{display:none}@keyframes shimmerText{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-subtitle{font-size:1.2rem;margin-top:.5rem;margin-bottom:1.5rem;opacity:.9;line-height:1.4;text-align:center;animation:fadeInUp 1s ease-out 1s both}.hero-stats{display:flex;align-items:center;justify-content:center;gap:2.5rem;margin:1.5rem 0 2rem;padding:.5rem 0;animation:fadeInUp 1s ease-out 1.2s both}.stat-item{text-align:center;position:relative;animation:statFadeIn 1s ease-out 1.4s both}.stat-number{display:block;font-family:Montserrat,sans-serif;font-size:2.8rem;font-weight:800;color:#e7e9ea;margin-bottom:.5rem;line-height:1.1;background:#e7e9ea;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;overflow:hidden}.stat-label{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:500;opacity:.8;text-transform:uppercase;letter-spacing:1.2px;line-height:1.2;color:#e7e9ea}@keyframes statFadeIn{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}.stat-number.counting{animation:countingPulse .1s ease-in-out}@keyframes countingPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.stat-item:hover .stat-number{transform:scale(1.15);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.stat-item:hover .stat-label{color:#fff;transform:translateY(-5px);letter-spacing:2px;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.stat-number.finished{animation:bounceFinish .6s ease-out}@keyframes bounceFinish{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.stat-item:nth-child(1){animation-delay:1.4s}.stat-item:nth-child(3){animation-delay:1.6s}.stat-item:nth-child(5){animation-delay:1.8s}.stat-divider{width:2px;height:40px;background:#4caf5066;border-radius:1px}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem;margin-top:1.5rem;justify-content:center;animation:fadeInUp 1s ease-out 1.4s both}.countdown-timer{display:flex;gap:2rem;justify-content:center;margin:2rem 0;animation:fadeInUp 1s ease-out 1.2s both}.countdown-item{display:flex;flex-direction:column;align-items:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 2rem;border-radius:12px;border:2px solid rgba(255,255,255,.2);min-width:100px;transition:all .3s ease;opacity:0;position:relative;overflow:hidden}.countdown-item:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(0,169,175,.3),transparent);transform:rotate(45deg);animation:shine 3s infinite}.countdown-item:nth-child(1){animation:popIn .8s cubic-bezier(.68,-.55,.265,1.55) .2s forwards}.countdown-item:nth-child(2){animation:popIn .8s cubic-bezier(.68,-.55,.265,1.55) .4s forwards}.countdown-item:nth-child(3){animation:popIn .8s cubic-bezier(.68,-.55,.265,1.55) .6s forwards}.countdown-item:nth-child(4){animation:popIn .8s cubic-bezier(.68,-.55,.265,1.55) .8s forwards}@keyframes popIn{0%{opacity:0;transform:scale(0) rotate(-180deg);filter:blur(10px)}50%{transform:scale(1.2) rotate(10deg)}to{opacity:1;transform:scale(1) rotate(0);filter:blur(0)}}.countdown-item:hover{transform:translateY(-10px) scale(1.1) rotate(2deg);background:#fff3;border-color:#00a9af;box-shadow:0 15px 40px #00a9af66,0 0 30px #cd16894d}.countdown-value{font-size:3rem;font-weight:800;color:#fff;line-height:1;background:linear-gradient(135deg,#00a9af,#cd1689);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.countdown-label{font-size:.875rem;color:#fffc;text-transform:uppercase;letter-spacing:1px;margin-top:.5rem;font-weight:600}.btn-pulse{position:relative;overflow:hidden}.btn-pulse:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.btn-ghost{background:transparent;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-icon{margin-right:.5rem}.btn-arrow{margin-left:.5rem;transition:transform .3s ease}.btn:hover .btn-arrow{transform:translate(3px)}.organizing-info{text-align:center;opacity:.85;margin-top:1.5rem;animation:fadeInUp 1s ease-out 1.6s both}.organized-by{font-size:.95rem;margin-bottom:.4rem;opacity:.75;line-height:1.3;letter-spacing:.3px}.institution-name{font-size:1.15rem;font-weight:600;line-height:1.3;color:#fff}.btn{padding:12px 30px;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;text-align:center}.btn-primary{background:#fff;color:#2c3e50}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003;background:#f8f9fa}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#2c3e50;transform:translateY(-2px)}.hero-images{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1rem;height:400px;position:relative;z-index:2}.image-container{border-radius:15px;overflow:hidden;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);transition:all .4s ease;cursor:pointer}.image-container:hover{transform:scale(1.05) rotate(2deg);box-shadow:0 20px 40px #0000004d;border-color:#ffffff80}.image-container:first-child{grid-row:1 / 3}.featured-image{border:3px solid rgba(255,255,255,.4);box-shadow:0 15px 35px #0003}.image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);padding:1rem;transform:translateY(100%);transition:transform .3s ease}.image-container:hover .image-overlay{transform:translateY(0)}.overlay-text{color:#fff;font-weight:600;text-align:center;display:block;font-size:1rem}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:fadeInUp 1s ease-out 1.8s both,floatUpDown 2s ease-in-out infinite;cursor:pointer;z-index:10;opacity:.8;transition:opacity .3s ease}.scroll-indicator:hover{opacity:1}@keyframes floatUpDown{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-15px)}}.scroll-text{font-size:.8rem;color:#fffc;text-transform:uppercase;letter-spacing:2.5px;font-weight:600;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.scroll-arrow{width:35px;height:35px;color:#fffc;transition:all .3s ease;animation:arrowBounce 2s ease-in-out infinite;filter:drop-shadow(0 2px 8px rgba(0,169,175,.4))}@keyframes arrowBounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.scroll-indicator:hover .scroll-arrow{color:#00a9af;filter:drop-shadow(0 4px 12px rgba(0,169,175,.6));animation:arrowBounce 1s ease-in-out infinite}.scroll-indicator:hover .scroll-text{color:#fff}.hero-img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.hero-img:hover{opacity:.9}.image-container:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#ffffff1a,#ffffff4d);z-index:-1}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem;color:#333;font-family:Montserrat,sans-serif;font-weight:700}.section-header p{font-size:1.2rem;color:#666;font-family:Montserrat,sans-serif;font-weight:400}.about{background:linear-gradient(135deg,#f8f9fa,#e6f9f0);position:relative}.about-hospital-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.12;background-image:repeating-linear-gradient(135deg,#cc158b 0px,#cc158b 2px,transparent 2px,transparent 32px),repeating-linear-gradient(45deg,#4facfe 0px,#4facfe 2px,transparent 2px,transparent 32px)}.about-card{border:2.5px solid #cc158b;border-radius:18px;background:#fff;position:relative;overflow:visible;box-shadow:0 4px 24px #4caf5014}.about-card:before{content:"";position:absolute;top:12px;left:12px;width:32px;height:32px;background:url(https://img.icons8.com/ios-filled/50/cc158b/hospital-2.png) no-repeat center center;background-size:24px 24px;opacity:.18;z-index:1}.about-card .card-icon{font-size:2.2rem;margin-bottom:.8rem;background:none;border-radius:50%;padding:.3rem;display:inline-block;animation:emojiBounce 1.2s infinite alternate;align-self:flex-start;position:relative;z-index:2}.about-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.5rem;color:#cc158b;letter-spacing:.5px;text-align:left;position:relative;z-index:2}.about-card p{color:#333;font-size:1rem;line-height:1.6;margin-bottom:0;text-align:left;position:relative;z-index:2}.about-accent-shape{position:absolute;z-index:0;pointer-events:none;opacity:.18;filter:blur(2px)}.about-accent-shape.shape1{top:10%;left:5%;width:120px;height:120px;background:radial-gradient(circle,#cc158b 0%,transparent 70%);border-radius:50%}.about-accent-shape.shape2{bottom:8%;right:8%;width:90px;height:90px;background:radial-gradient(circle,#ffd700 0%,transparent 70%);border-radius:50%}.about-accent-shape.shape3{top:60%;left:60%;width:60px;height:60px;background:radial-gradient(circle,#4facfe 0%,transparent 70%);border-radius:50%}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.2rem;position:relative;background:linear-gradient(135deg,#f8f9fa,#ffe3f7);overflow:hidden}.about-grid .about-card{background:transparent;padding:2.2rem 1.5rem 2rem;border-radius:24px;text-align:left;box-shadow:none;border:2.5px solid #cc158b;transition:transform .3s cubic-bezier(.68,-.55,.27,1.55),border-color .3s;position:relative;overflow:hidden;animation:aboutFadeIn 1s ease-out both;display:flex;flex-direction:column;align-items:flex-start}.about-grid .about-card:hover{transform:translateY(-8px) scale(1.03);border-color:gold}.about-grid .about-card .card-icon{font-size:2.2rem;margin-bottom:.8rem;background:none;border-radius:50%;padding:.3rem;display:inline-block;animation:emojiBounce 1.2s infinite alternate;align-self:flex-start}.about-grid .about-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.5rem;color:#cc158b;letter-spacing:.5px;text-align:left}.about-grid .about-card p{color:#333;font-size:1rem;line-height:1.6;margin-bottom:0;text-align:left;font-size:1.08rem;line-height:1.7;font-style:italic}@media(max-width:1023px){.about-grid .about-grid{grid-template-columns:1fr;gap:1.5rem}.about-grid .about-card{padding:2rem 1.2rem 1.8rem;border-radius:30px}}.about:before{content:"";position:absolute;top:-20%;left:-20%;width:140%;height:140%;background:radial-gradient(circle at 30% 40%,#cc158b22 0%,transparent 60%),radial-gradient(circle at 70% 80%,#ffd70022 0%,transparent 70%);z-index:0;pointer-events:none}.about-grid{position:relative;z-index:1}.about-card{background:#fff;padding:2.5rem;border-radius:18px;text-align:center;box-shadow:0 8px 32px #cc158b14,0 2px 8px #ffd70014;transition:transform .3s cubic-bezier(.68,-.55,.27,1.55),box-shadow .3s;border:2px solid #ffe3f7;position:relative;overflow:hidden;animation:aboutFadeIn 1s ease-out both}.about-card:hover{transform:translateY(-12px) scale(1.04) rotate(-1deg);box-shadow:0 16px 48px #cc158b2e,0 4px 16px #ffd7002e;border-color:#cc158b}.about-card .card-icon{font-size:3.2rem;margin-bottom:1.5rem;background:linear-gradient(135deg,gold,#cc158b);border-radius:50%;padding:.7rem;box-shadow:0 2px 12px #cc158b14;display:inline-block;animation:emojiBounce 1.2s infinite alternate}@keyframes emojiBounce{0%{transform:translateY(0)}to{transform:translateY(-8px)}}@keyframes aboutFadeIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.about-description{max-width:800px;margin:0 auto 3rem;text-align:center}.about-description p{font-size:1.1rem;line-height:1.8;color:#555;font-style:italic}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.about-card{background:#fff;padding:2.5rem;border-radius:15px;text-align:center;box-shadow:0 5px 30px #0000001a;transition:transform .3s ease}.about-card:hover{transform:translateY(-10px)}.card-icon{font-size:3rem;margin-bottom:1.5rem}.about-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.about-card p{color:#666;line-height:1.6}.highlights-section{position:relative;padding:120px 0;overflow:hidden;background:#fff}.highlights-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.highlights-shape{position:absolute;border-radius:50%;opacity:.08;animation:float 20s ease-in-out infinite}.highlights-shape.shape-1{width:400px;height:400px;background:linear-gradient(135deg,#667eea,#764ba2);top:-100px;left:-100px;animation-delay:0s}.highlights-shape.shape-2{width:300px;height:300px;background:linear-gradient(135deg,#f093fb,#f5576c);top:40%;right:-50px;animation-delay:5s}.highlights-shape.shape-3{width:250px;height:250px;background:linear-gradient(135deg,#4facfe,#00f2fe);bottom:-50px;left:30%;animation-delay:10s}.highlights-content-wrapper{position:relative;z-index:1;max-width:1200px;margin:0 auto}.highlights-text-content{padding:0}.highlights-header{margin-bottom:40px;text-align:center}.highlights-label{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:2px solid rgba(102,126,234,.2);border-radius:30px;font-size:.85rem;font-weight:600;color:#667eea;letter-spacing:1px;margin-bottom:20px;animation:labelPulse 2s ease-in-out infinite}.label-icon{font-size:1.2rem;animation:sparkle 2s ease-in-out infinite}.highlights-title{font-size:3rem;line-height:1.2;color:#1a1a1a;margin-bottom:20px;font-weight:800}.highlight-text{color:#cc148b;font-weight:700}.title-decoration{display:flex;align-items:center;gap:10px;margin-top:15px}.deco-dot{width:12px;height:12px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;animation:pulse 2s ease-in-out infinite}.deco-line{height:3px;width:100px;background:linear-gradient(90deg,#667eea,#667eea33);border-radius:10px}.highlights-description{margin-top:30px}.highlights-text{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:40px}.highlights-list{display:grid;grid-template-columns:1fr;gap:25px;margin-top:40px;max-width:900px}.highlight-item{display:flex;flex-direction:row;align-items:center;gap:25px;padding:25px 30px;background:#fff;border:2px solid #f0f0f0;border-radius:16px;transition:all .3s ease;position:relative;overflow:hidden}.highlight-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:#cd1689;transform:scaleX(0);transition:transform .3s ease}.highlight-item:hover{border-color:#cd1689;box-shadow:0 10px 30px #cd168926;transform:translate(10px)}.highlight-item:hover:before{transform:scaleX(1)}.highlight-number{font-size:3rem;font-weight:800;background:#cd1689;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;flex-shrink:0;min-width:80px;text-align:center}.highlight-content{flex:1}.highlight-content h3{font-size:1.4rem;color:#1a1a1a;margin-bottom:8px;font-weight:700}.highlight-content p{color:#666;line-height:1.6;margin-bottom:12px;font-size:.95rem}.highlight-link{color:#cd1689;text-decoration:none;font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;gap:5px;transition:all .3s ease;background:none;border:none;cursor:pointer;font-family:Montserrat,sans-serif;padding:0}.highlight-link:hover{color:#b01475;gap:10px}.highlights-images-grid{position:sticky;top:100px;display:flex;justify-content:center;align-items:flex-start}.highlights-images-grid .card-single{width:100%;height:600px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 20px 60px #00000026;animation:cardSlideUp .8s ease-out}.highlights-images-grid .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eeacc,#764ba2cc);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;opacity:0;transition:opacity .4s ease;z-index:2}.highlights-images-grid .card-single:hover .image-overlay{opacity:1}.overlay-icon{font-size:4rem;animation:bounce 2s ease-in-out infinite}.overlay-text{color:#fff;font-size:2rem;font-weight:700;text-align:center;text-shadow:0 4px 10px rgba(0,0,0,.3)}.highlights-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.highlights-images-grid .card-single:hover .highlights-img{transform:scale(1.1)}@media(max-width:1024px){.highlights-title{font-size:2.5rem}}@media(max-width:768px){.highlights-section{padding:80px 0}.highlights-list{grid-template-columns:1fr}.highlights-title{font-size:2rem}.highlights-text{font-size:1rem}.highlight-item{padding:20px}}@media(max-width:480px){.highlights-title{font-size:1.75rem}.highlights-label{font-size:.75rem;padding:10px 20px}.highlight-content h3{font-size:1.1rem}}.modal-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .4s ease-out}.modal-content{background:#fff;border-radius:24px;max-width:750px;width:100%;max-height:85vh;position:relative;box-shadow:0 10px 30px #0003;animation:slideUp .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;overflow:hidden;border:1px solid #e0e0e0}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.modal-header{position:sticky;top:0;background:#00a9af;padding:35px 45px 25px;border-bottom:none;z-index:10;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;box-shadow:none}.modal-header h2{font-size:2.2rem;color:#fff;margin:0;padding:0;flex:1;border:none;text-shadow:0 2px 10px rgba(0,0,0,.2);font-weight:700}.modal-close{background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.4);width:45px;height:45px;border-radius:50%;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#fff;line-height:1;flex-shrink:0;font-weight:300}.modal-close:hover{background:#fffffff2;color:#00a9af;transform:rotate(90deg) scale(1.1);box-shadow:0 5px 20px #0000004d}.modal-body{color:#444;line-height:1.9;font-size:1.05rem;padding:40px 45px 45px;overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:#00a9af #f0f0f0}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.modal-body::-webkit-scrollbar-thumb{background:#00a9af;border-radius:10px;transition:all .3s ease}.modal-body::-webkit-scrollbar-thumb:hover{background:#008c91}.modal-body p{margin-bottom:18px;white-space:pre-line}.modal-body p:empty{display:none}.modal-body strong{color:#000;font-weight:700}.modal-body em{color:#000;font-style:italic}@media(max-width:768px){.modal-content{max-height:90vh}.modal-header{padding:20px 20px 15px}.modal-header h2{font-size:1.5rem}.modal-close{width:35px;height:35px;font-size:20px}.modal-body{font-size:.95rem;padding:20px}}.schedule-section{padding:100px 0;background:linear-gradient(135deg,#f8f9fa,#fff);position:relative;overflow:hidden}.schedule-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:0}.schedule-shape{position:absolute;border-radius:50%;opacity:.05;animation:float 20s infinite ease-in-out}.schedule-shape.shape-1{width:400px;height:400px;background:linear-gradient(135deg,#667eea,#764ba2);top:-100px;right:-100px;animation-delay:0s}.schedule-shape.shape-2{width:300px;height:300px;background:linear-gradient(135deg,#f093fb,#f5576c);bottom:-50px;left:-50px;animation-delay:5s}.schedule-shape.shape-3{width:200px;height:200px;background:linear-gradient(135deg,#4facfe,#00f2fe);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:10s}.schedule-header{text-align:center;margin-bottom:60px;position:relative;z-index:1}.schedule-label{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#667eea1a,#764ba21a);padding:8px 20px;border-radius:50px;font-size:.85rem;font-weight:700;letter-spacing:1.5px;margin-bottom:20px;border:2px solid rgba(102,126,234,.2)}.schedule-title{font-size:2.5rem;color:#1a1a1a;margin-bottom:15px;font-weight:800;line-height:1.2}.schedule-grid{display:grid;grid-template-columns:1fr;gap:2.25rem;position:relative;z-index:1;max-width:1200px;margin:0 auto}.tabs{display:flex;gap:12px;justify-content:center;margin-bottom:28px;flex-wrap:wrap;position:relative;z-index:2}.tab-btn{background:transparent;border:2px solid transparent;padding:12px 18px;border-radius:12px;cursor:pointer;display:inline-flex;flex-direction:column;gap:4px;align-items:center;min-width:110px;transition:all .25s ease;color:#667}.tab-btn .tab-label{font-weight:800;color:#333}.tab-btn .tab-date{font-size:.85rem;color:#666}.tab-btn.active{background:linear-gradient(135deg,#cc148b1a,#764ba20f);border-color:#cc148b2e;box-shadow:0 8px 30px #cc148b0f}.tab-btn.active .tab-label{color:#cc148b}.tab-btn:focus{outline:none;box-shadow:0 0 0 4px #cc148b14}.schedule-day{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 40px #00000014;transition:all .3s ease;border:2px solid #f0f0f0;width:100%;display:block}.schedule-day:hover{transform:translateY(-10px);box-shadow:0 20px 60px #667eea26;border-color:#667eea}.schedule-day h3{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;font-size:1.6rem;text-align:center;padding-bottom:1rem;border-bottom:3px solid #f0f0f0;font-weight:700}.schedule-item{display:flex;align-items:center;margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;transition:all .3s ease}.schedule-item:hover{background:#e9f2ff;transform:translate(5px)}.schedule-item .time{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.6rem 1.2rem;border-radius:25px;font-weight:700;font-size:.9rem;min-width:110px;text-align:center;margin-right:1.2rem;box-shadow:0 4px 15px #667eea4d}.schedule-item .event{font-weight:500;color:#333}.prizes{padding:100px 0;background:linear-gradient(180deg,#f7e9ff,#f3f7ff);position:relative;overflow:hidden}.prizes:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(102,126,234,.05) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(245,87,108,.05) 0%,transparent 50%);pointer-events:none}.prizes-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:0}.floating-shapes{position:relative;width:100%;height:100%}.floating-shapes .shape{position:absolute;font-size:3rem;opacity:.1;animation:floatShape 20s ease-in-out infinite}.shape-1{top:10%;left:10%;animation-delay:0s}.shape-2{top:20%;right:15%;animation-delay:2s}.shape-3{bottom:20%;left:20%;animation-delay:4s}.shape-4{top:60%;right:10%;animation-delay:6s}.shape-5{bottom:10%;right:30%;animation-delay:8s}@keyframes floatShape{0%,to{transform:translate(0) rotate(0);opacity:.1}25%{transform:translate(20px,-20px) rotate(90deg);opacity:.15}50%{transform:translate(-20px,20px) rotate(180deg);opacity:.08}75%{transform:translate(20px,20px) rotate(270deg);opacity:.12}}.prizes .container{position:relative;z-index:1}.prize-header{position:relative;margin-bottom:4rem;text-align:center}.prize-label{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);padding:.6rem 1.2rem;border-radius:50px;margin-bottom:1rem}.prize-label .label-text{font-size:.85rem;font-weight:700;letter-spacing:2px;color:#2e7d32}.prize-header h2{margin-bottom:.5rem}.header-decoration{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.deco-line{width:60px;height:2px;background:linear-gradient(90deg,transparent,#667eea,transparent);animation:lineExpand 2s ease-in-out infinite}@keyframes lineExpand{0%,to{width:60px}50%{width:80px}}.deco-dot{font-size:1.5rem;color:#667eea;animation:dotRotate 4s linear infinite}@keyframes dotRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.prizes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:5rem;max-width:1400px;margin-left:auto;margin-right:auto}.prizes-grid.animate-in .prize-card{animation:slideFromCenter .6s cubic-bezier(.34,1.56,.64,1) both}@keyframes slideFromCenter{0%{opacity:0;transform:scale(.3) translateY(0)}to{opacity:1;transform:scale(1) translateY(0)}}.prize-card{background:#fff;padding:1.2rem 1rem;border-radius:20px;text-align:center;border:2px solid transparent;transition:all .5s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 8px 30px #00000014;animation:prizeCardFadeIn .6s ease-out both;animation-delay:var(--delay, 0s);transform-style:preserve-3d;perspective:1000px}.card-bg-pattern{position:absolute;inset:0;display:flex;flex-wrap:wrap;justify-content:space-around;align-items:space-around;pointer-events:none;z-index:0;opacity:.05}.pattern-item{font-size:2rem}@keyframes patternFloat{0%,to{transform:translateY(0) rotate(0) scale(1)}33%{transform:translateY(-20px) rotate(120deg) scale(1.2)}66%{transform:translateY(10px) rotate(240deg) scale(.8)}}.card-glow{position:absolute;top:50%;left:50%;width:80%;height:80%;transform:translate(-50%,-50%);background:radial-gradient(circle,var(--gradient),transparent);opacity:0;transition:opacity .5s ease;filter:blur(40px);z-index:0}.prize-card:hover .card-glow{opacity:0}@keyframes prizeCardFadeIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.prize-card:before{content:"";position:absolute;inset:0;background:var(--gradient);opacity:0;transition:opacity .5s ease;z-index:-1;border-radius:25px}.prize-card:hover:before{opacity:0}.prize-card:hover,.prize-card.active{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 35px #00000026;border-color:#0000001a}.prize-icon-wrapper{position:relative;display:inline-block;margin:1.5rem 0 1rem;z-index:2}.icon-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border:2.5px solid transparent;border-top-color:#667eea;border-right-color:#764ba2;border-radius:50%;animation:ringRotate 3s linear infinite;opacity:0;transition:opacity .3s ease}.prize-card:hover .icon-ring,.prize-card.active .icon-ring{opacity:1}@keyframes ringRotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.prize-card.featured{background:#fff;color:inherit;border-color:transparent;box-shadow:0 8px 30px #00000014}@keyframes prizePulse{0%,to{box-shadow:0 15px 50px #f5576c4d}50%{box-shadow:0 20px 60px #f5576c80}}.prize-card.featured:before{opacity:0}.prize-badge{display:none}@keyframes badgeBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-5px)}}.prize-icon{font-size:2rem;display:inline-block;position:relative;z-index:2;transition:all .4s ease}.prize-card:hover .prize-icon,.prize-card.active .prize-icon{transform:scale(1.1);filter:drop-shadow(0 5px 15px rgba(102,126,234,.4))}@keyframes iconFloat{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-10px) rotate(-5deg)}75%{transform:translateY(-5px) rotate(5deg)}}.prize-card h3{font-size:1.1rem;margin-bottom:.6rem;color:#1a1a1a;font-weight:700;letter-spacing:-.5px;position:relative;z-index:2;transition:all .3s ease}.prize-card:hover h3,.prize-card.active h3{transform:scale(1.05);letter-spacing:.5px}.prize-amount-wrapper{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:.8rem;position:relative;z-index:2}.amount-decoration{font-size:1.2rem;opacity:0;transition:opacity .3s ease}.prize-card:hover .amount-decoration,.prize-card.active .amount-decoration{opacity:1}@keyframes coinFlip{0%,to{transform:rotateY(0)}50%{transform:rotateY(180deg)}}.prize-amount{font-size:1.3rem;font-weight:900;color:#00a9af;position:relative;display:inline-block;transition:all .4s ease}.prize-card:hover .prize-amount,.prize-card.active .prize-amount{transform:scale(1.1);filter:drop-shadow(0 5px 10px rgba(0,169,175,.3))}.prize-card.featured .prize-amount{color:#00a9af}.prize-desc{font-size:.95rem;margin-bottom:1.1rem;color:#666;font-weight:500;line-height:1.5;position:relative;z-index:2}.benefits-container{position:relative;z-index:2}.prize-benefits{list-style:none;padding:0;text-align:left}.prize-benefits li{border-bottom:1px solid rgba(0,0,0,.08);position:relative;padding:.45rem 0 .45rem 1.4rem;transition:all .3s ease;font-size:.9rem;color:#444;opacity:0;animation:benefitSlideIn .5s ease-out forwards;animation-delay:calc(var(--item-delay, 0s) + .3s)}@keyframes benefitSlideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.prize-benefits li:hover{padding-left:2.5rem;color:#00a9af;background:#00a9af0d;border-radius:8px}.prize-card.featured .prize-benefits li{border-bottom-color:#fff3}.prize-card.featured .prize-benefits li:hover{color:#00a9af}.prize-benefits li:before{content:"✓";position:absolute;left:0;color:#00a9af;font-weight:700;font-size:1.2rem;transition:all .3s ease}.prize-card.featured .prize-benefits li:before{color:#00a9af}.prize-shine{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.2),transparent);transform:rotate(45deg);animation:shine 4s infinite;z-index:1}@keyframes shine{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.sparkles{position:absolute;inset:0;pointer-events:none;opacity:0;transition:opacity .5s ease;z-index:3}.prize-card:hover .sparkles,.prize-card.active .sparkles{opacity:1}.sparkle{position:absolute;font-size:1.5rem;animation:sparkleFloat 3s ease-in-out infinite}.sparkle-1{top:10%;left:10%;animation-delay:0s}.sparkle-2{top:15%;right:15%;animation-delay:1s}.sparkle-3{bottom:15%;left:15%;animation-delay:2s}@keyframes sparkleFloat{0%,to{transform:translateY(0) scale(1) rotate(0);opacity:.6}50%{transform:translateY(-15px) scale(1.3) rotate(180deg);opacity:1}}.prize-categories{margin-top:6rem;text-align:center;position:relative}.categories-header{margin-bottom:3rem;position:relative}.categories-header .header-icon{font-size:3.5rem;margin-bottom:1rem;animation:categoryIconSpin 5s linear infinite}@keyframes categoryIconSpin{0%,to{transform:rotate(0) scale(1)}25%{transform:rotate(90deg) scale(1.1)}50%{transform:rotate(180deg) scale(1)}75%{transform:rotate(270deg) scale(1.1)}}.prize-categories h3{font-size:2.5rem;margin-bottom:.8rem;color:#333;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.categories-subtext{font-size:1.1rem;color:#666;font-style:italic;margin-top:.5rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.category-item{background:#fff;padding:2.5rem 2rem;border-radius:20px;border:2px solid #e9ecef;transition:all .5s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;animation:categoryFadeIn .6s ease-out both;animation-delay:var(--cat-delay, 0s);cursor:pointer}@keyframes categoryFadeIn{0%{opacity:0;transform:translateY(30px) rotateX(-15deg)}to{opacity:1;transform:translateY(0) rotateX(0)}}.category-item:hover,.category-item.active{transform:translateY(-12px) scale(1.02);border-color:#667eea;box-shadow:0 20px 50px #667eea33;background:linear-gradient(135deg,#667eea05,#764ba205)}.category-icon-wrapper{position:relative;display:inline-block;margin-bottom:1.5rem}.icon-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90px;height:90px;border:2px dashed #667eea;border-radius:50%;opacity:0;transition:all .4s ease;animation:circleRotate 10s linear infinite}.category-item:hover .icon-circle,.category-item.active .icon-circle{opacity:.5;width:100px;height:100px}@keyframes circleRotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.category-icon{font-size:3rem;display:inline-block;animation:categoryIconBounce 3s ease-in-out infinite;transition:all .4s ease;position:relative;z-index:2}.category-item:hover .category-icon,.category-item.active .category-icon{transform:scale(1.3) rotateY(180deg);filter:drop-shadow(0 5px 15px rgba(102,126,234,.3))}@keyframes categoryIconBounce{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(10deg)}}.category-item h4{color:#333;margin-bottom:1rem;font-size:1.3rem;font-weight:700;transition:all .3s ease;position:relative;z-index:2}.category-item:hover h4,.category-item.active h4{color:#667eea;transform:scale(1.05)}.category-item p{color:#666;line-height:1.7;font-size:1rem;position:relative;z-index:2;margin-bottom:1.5rem}.category-footer{position:relative;z-index:2;margin-top:1rem}.explore-text{color:#667eea;font-weight:600;font-size:.95rem;opacity:0;transform:translate(-10px);transition:all .3s ease;display:inline-block}.category-item:hover .explore-text,.category-item.active .explore-text{opacity:1;transform:translate(0)}.category-glow{position:absolute;top:50%;left:50%;width:100px;height:100px;background:radial-gradient(circle,rgba(102,126,234,.3),transparent);transform:translate(-50%,-50%);opacity:0;transition:all .5s ease;border-radius:50%;filter:blur(20px);z-index:0}.category-item:hover .category-glow,.category-item.active .category-glow{opacity:1;width:250px;height:250px}.corner-accent{position:absolute;width:20px;height:20px;border:2px solid #667eea;opacity:0;transition:all .4s ease}.corner-tl{top:10px;left:10px;border-right:none;border-bottom:none;border-top-left-radius:5px}.corner-tr{top:10px;right:10px;border-left:none;border-bottom:none;border-top-right-radius:5px}.corner-bl{bottom:10px;left:10px;border-right:none;border-top:none;border-bottom-left-radius:5px}.corner-br{bottom:10px;right:10px;border-left:none;border-top:none;border-bottom-right-radius:5px}.category-item:hover .corner-accent,.category-item.active .corner-accent{opacity:1}.category-item:hover .corner-tl,.category-item.active .corner-tl{transform:translate(-5px,-5px)}.category-item:hover .corner-tr,.category-item.active .corner-tr{transform:translate(5px,-5px)}.category-item:hover .corner-bl,.category-item.active .corner-bl{transform:translate(-5px,5px)}.category-item:hover .corner-br,.category-item.active .corner-br{transform:translate(5px,5px)}.contact{padding:100px 0;background:#f8f9fa}.registration-header{text-align:center;margin-bottom:3rem}.registration-label{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.5rem;background:#00a9af;border-radius:50px;margin-bottom:1rem;box-shadow:0 4px 15px #00a9af33}.registration-label .label-text{color:#fff;font-size:.85rem;font-weight:700;letter-spacing:2px;text-transform:uppercase}.registration-header h2{font-size:2.5rem;color:#000;margin:0;font-weight:700}.registration-header h2 span{color:#00a9af}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem;justify-content:center}.info-item{display:flex;gap:1.5rem;align-items:flex-start}.info-icon{font-size:2.5rem;flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#00a9af;border-radius:12px;box-shadow:0 4px 15px #00a9af4d}.info-details h4{font-size:1.1rem;color:#333;margin-bottom:.5rem}.info-details p,.info-details a{color:#666;font-size:.95rem;line-height:1.6;text-decoration:none;transition:color .3s ease}.info-details a:hover{color:#667eea}.social-links{display:flex;flex-direction:column;gap:.5rem}.social-links a{display:inline-block;margin-right:1rem}.contact-form-wrapper{background:#fff;padding:3rem;border-radius:15px;box-shadow:0 10px 40px #00000014}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-width,.form-group.address-field{grid-column:1 / -1}.form-group label{font-weight:600;color:#333;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e0e7ff;border-radius:8px;font-size:.95rem;transition:all .3s ease;background-color:#f8faff;font-family:Montserrat,sans-serif}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background-color:#fff;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:150px}.contact-form .btn-primary{grid-column:1 / -1;margin-top:1rem;background:#cd1689;border-color:#cd1689;color:#fff}.contact-form .btn-primary:hover{background:#b01475;border-color:#b01475;color:#fff}.mobile-section-title{display:none}.footer{background:#fff;color:#000;padding:5rem 0 0;position:relative;overflow:hidden;border-top:1px solid #e0e0e0}.footer-glow-effect{position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(0,169,175,.3) 50%,transparent 100%);box-shadow:0 0 20px #00a9af33}.footer-content{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:4rem;margin-bottom:3rem;align-items:start}.footer-column{display:flex;flex-direction:column}.footer-brand-column{display:flex;flex-direction:column;gap:2rem;padding-right:1rem}.footer-brand{font-size:1.8rem;font-weight:800;margin-bottom:0;letter-spacing:1px;display:flex;flex-direction:column;gap:.4rem;line-height:1.2}.brand-gradient{background:linear-gradient(135deg,#00a9af,#cd1689);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2rem;font-weight:900;letter-spacing:1.5px}.brand-year{color:#333;font-size:1rem;font-weight:600;letter-spacing:2px}.footer-social-icons{display:flex;gap:1rem;flex-wrap:wrap}.social-icon{width:45px;height:45px;background:linear-gradient(135deg,#00a9af0d,#cd16890d);border:2px solid rgba(0,0,0,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#333;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.social-icon:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#00a9af,#cd1689);opacity:0;transition:opacity .4s ease}.social-icon svg{width:20px;height:20px;position:relative;z-index:1}.social-icon:hover{transform:translateY(-5px) scale(1.05);border-color:#00a9af80;box-shadow:0 10px 30px #00a9af33;color:#fff}.social-icon:hover:before{opacity:1}.footer-column h4{font-size:.8rem;font-weight:800;margin-bottom:1.5rem;color:#000;text-transform:uppercase;letter-spacing:2.5px;position:relative;padding-bottom:.75rem}.footer-column h4:after{content:"";position:absolute;bottom:0;left:0;width:35px;height:2px;background:linear-gradient(90deg,#00a9af,#cd1689)}.footer-links{display:flex;flex-direction:column;gap:.85rem}.footer-links a{color:#000000b3;text-decoration:none;font-size:.9rem;transition:all .3s ease;position:relative;display:inline-block;width:fit-content;line-height:1.5}.footer-links a:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:linear-gradient(90deg,#00a9af,#cd1689);transition:width .3s ease}.footer-links a:hover{color:#fff;padding-left:8px}.footer-contact p{color:#000000b3;font-size:.9rem;margin:0;transition:color .3s ease;line-height:1.6;display:flex;align-items:center;gap:.5rem}.footer-contact p:hover{color:#fff}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#000000b3;text-decoration:none;font-size:.95rem;transition:all .3s ease;line-height:1.6;position:relative;display:inline-block;width:fit-content}.footer-links a:before{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:linear-gradient(90deg,#00a9af,#cd1689);transition:width .3s ease}.footer-links a:hover{color:#00a9af;padding-left:8px}.footer-links a:hover:before{width:100%}.footer-contact{display:flex;flex-direction:column;gap:1rem}.footer-contact p{color:#000000b3;font-size:.95rem;line-height:1.8;margin:0;transition:color .3s ease}.footer-contact p:hover{color:#00a9af}.footer-bottom{border-top:1px solid rgba(0,0,0,.1);padding:2.5rem 0;position:relative;background:#fff}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-bottom p{color:#0009;font-size:.9rem;margin:0}.footer-bottom-links{display:flex;align-items:center;gap:1rem}.footer-bottom-links a{color:#0009;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-bottom-links a:hover{color:#00a9af}.footer-bottom-links .divider{color:#0000004d;margin:0 .25rem}.scroll-to-top{position:fixed;right:2rem;bottom:2rem;width:50px;height:50px;background:linear-gradient(135deg,#00a9af,#cd1689);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 20px #00a9af66;z-index:999;animation:fadeInUp .3s ease}.scroll-to-top svg{width:24px;height:24px}.scroll-to-top:hover{transform:translateY(-5px) rotate(360deg);box-shadow:0 12px 30px #cd168999}@media(max-width:1200px){.footer-content{grid-template-columns:1.5fr 1fr 1fr;gap:3rem}.footer-brand-column{grid-column:1 / -1;padding-right:0;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}}@media(max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand-column{grid-column:1 / -1}.scroll-to-top{right:1rem}}@media(max-width:768px){.footer{padding:3.5rem 0 0}.footer-content{grid-template-columns:1fr;gap:2.5rem}.footer-brand-column{grid-column:1;text-align:center;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-social-icons{justify-content:center}.footer-column{text-align:center}.footer-column h4{font-size:.8rem}.footer-column h4:after{left:50%;transform:translate(-50%)}.footer-links,.footer-contact{align-items:center}.footer-links a,.footer-contact p{text-align:center}.brand-gradient{font-size:2.2rem}.brand-year{font-size:1.1rem}.footer-bottom-content{flex-direction:column;text-align:center;justify-content:center;gap:1rem}.footer-bottom-links{justify-content:center}.scroll-to-top{position:fixed;bottom:2rem;right:1rem;top:auto;transform:none}.scroll-to-top:hover{transform:translateY(-5px) rotate(360deg)}}@media(max-width:480px){.social-icon{width:45px;height:45px}.brand-gradient{font-size:2rem}.brand-year{font-size:1rem}.footer-section h4{font-size:.8rem}}@media(max-width:768px){.footer{padding:4rem 0 0}.footer-brand{font-size:1.75rem}.footer-description{font-size:.9rem}.scroll-to-top:hover{transform:translateY(-5px) rotate(360deg)}}@media(max-width:480px){.social-icon{width:45px;height:45px}.brand-gradient{font-size:1.8rem}.brand-year{font-size:.95rem}.footer-column h4{font-size:.75rem;letter-spacing:2px}.footer-links a,.footer-contact p{font-size:.85rem}.footer-content{gap:2rem}.footer-bottom p,.footer-bottom-links a{font-size:.8rem}.scroll-to-top{width:45px;height:45px;bottom:1.5rem;right:1rem}.scroll-to-top svg{width:22px;height:22px}}@media(min-width:1440px){.hero{padding:120px 0;min-height:120vh}.hero-container{max-width:1400px}.hero-content{max-width:1000px}.gradient-text{font-size:4.5rem}.hero-year{font-size:3.8rem}.hero-welcome{font-size:1.6rem}.stat-number{font-size:3.2rem}}@media(min-width:1024px)and (max-width:1439px){.hero{padding:100px 0;min-height:110vh}.hero-container{max-width:1200px}.hero-content{max-width:900px}.gradient-text{font-size:5.8rem}.hero-year{font-size:3.4rem}.countdown-timer{gap:1.5rem}.countdown-item{padding:1.2rem 1.5rem;min-width:90px}.countdown-value{font-size:2.5rem}.stat-number{font-size:3rem}}@media(min-width:769px)and (max-width:1023px){.hero{padding:80px 0;min-height:100vh}.hero-container{max-width:900px;padding:0 30px}.hero-content{max-width:700px}.countdown-timer{gap:1rem}.countdown-item{padding:1rem 1.2rem;min-width:80px}.countdown-value{font-size:2rem}.gradient-text{font-size:4.5rem}.hero-year{font-size:2.8rem}.hero-welcome{font-size:1.2rem}.stat-number{font-size:2.4rem}.hero-stats{gap:2rem}.hero-buttons{flex-direction:column;gap:.8rem}.hero-buttons .btn{width:100%;max-width:400px}}@media(min-width:481px)and (max-width:768px){.hero{padding:60px 0;min-height:90vh}.hero-container{padding:0 25px}.hero-content{max-width:600px}.hero-title{font-size:3rem}.gradient-text{font-size:3.5rem}.hero-year{font-size:2.4rem}.hero-welcome{font-size:1.1rem}.hero-subtitle{font-size:1rem}.subtitle-highlight{font-size:1.2rem}.hero-stats{gap:1.5rem;flex-wrap:wrap}.stat-number{font-size:2rem}.stat-label{font-size:.85rem}.stat-divider{height:30px}.hero-buttons{flex-direction:column;gap:.8rem}.hero-buttons .btn{width:100%;max-width:350px;padding:.9rem 1.8rem}.organizing-info{margin-top:1.2rem}.institution-name{font-size:1rem}}@media(max-width:480px){.hero{padding:40px 0;min-height:85vh}.hero-container{padding:0 20px}.hero-content{max-width:100%}.hero-title{font-size:2.5rem;margin-bottom:1.5rem}.gradient-text{font-size:2.8rem}.hero-year{font-size:2rem}.hero-welcome{font-size:1rem;letter-spacing:2px}.hero-subtitle{font-size:.9rem;margin-bottom:1.2rem}.subtitle-highlight{font-size:1.1rem}.countdown-timer{gap:.5rem;flex-wrap:wrap}.countdown-item{padding:.8rem 1rem;min-width:70px;flex:1}.countdown-value{font-size:1.8rem}.countdown-label{font-size:.7rem}.subtitle-keywords{gap:.6rem;font-size:.9rem}.keyword{font-size:.95rem}.hero-stats{gap:1rem;margin:1rem 0 1.5rem}.stat-item{flex:1}.stat-number{font-size:1.6rem;margin-bottom:.3rem}.stat-label{font-size:.75rem}.stat-divider{height:25px;width:1px}.hero-buttons{flex-direction:column;gap:.7rem;margin-bottom:1.5rem}.hero-buttons .btn{width:100%;font-size:.95rem;padding:.85rem 1.5rem}.btn-arrow{font-size:1.2rem}.organizing-info{margin-top:1rem}.organized-by{font-size:.85rem}.institution-name{font-size:.95rem}.hero-image-overlay{background:linear-gradient(135deg,#000000b3,#00a9af4d,#cd16894d)}}@media(min-width:481px)and (max-width:768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;z-index:999}.nav-menu.active{left:0}.nav-toggle{display:flex}.desktop-brochure-btn{display:none}.mobile-brochure-btn{display:inline-flex}.hero{padding:70px 0;min-height:90vh}.hero-container{grid-template-columns:1fr 1fr;text-align:left;gap:3rem;padding:0 40px;align-items:center}.hero-content{order:1}.hero-images{order:2;display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:350px;justify-self:center}.hero-event-badge{margin-left:0;justify-self:flex-start;background:#fffffff2;border:2px solid #cc148b;color:#cc148b}.hero-badge-text{color:#cc148b}.hero-welcome{margin-right:0}.gradient-text{font-size:4rem;margin-right:0}.hero-year{font-size:2.6rem}.hero-welcome{font-size:1.2rem}.hero-title{text-align:left;margin-bottom:1.5rem}.hero-title:after{left:0;transform:none}.subtitle-highlight{font-size:1.4rem}.hero-subtitle{text-align:left}.stat-number{font-size:2.4rem}.stat-label{font-size:.95rem}.hero-stats{gap:2rem;margin:2rem 0;justify-content:flex-start}.hero-buttons{flex-direction:row;gap:1rem;align-items:flex-start}.btn{width:auto;min-width:140px;font-size:.9rem}.organizing-info{margin-top:2rem;text-align:left}.hero-event-badge{align-self:flex-start}}@media(max-width:768px){.hero{padding-top:100px}.hero-container{grid-template-columns:1fr!important;text-align:center!important;gap:2rem;padding-top:20px}.hero-content{order:1}.hero-images{order:2;display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:400px;margin:0 auto}.image-container.featured-image{grid-column:1 / -1;max-width:200px;margin:0 auto}.hero-event-badge{margin-left:0!important;justify-self:center;background:#fffffff2;border:2px solid #cc148b;color:#cc148b}.hero-badge{padding:.8rem 1.5rem;font-size:.8rem;gap:.5rem}.badge-icon{font-size:1.1rem}.hero-badge-text{color:#cc148b}.hero-subtitle{font-size:1.1rem;margin:1rem auto 2rem}.hero-stats{flex-direction:column;gap:1.5rem;margin-top:2.5rem}.stat-item{width:100%;max-width:300px;padding:1.2rem 1.5rem}.stat-number{font-size:2rem}.stat-label{font-size:.85rem}.scroll-indicator{bottom:1.5rem}.scroll-text{font-size:.7rem}.scroll-arrow{width:25px;height:25px}.hero-welcome,.gradient-text{margin-right:0!important}.hero-title{text-align:center!important}.hero-title:after{left:50%!important;transform:translate(-50%)!important}.hero-subtitle{text-align:center!important}.hero-stats{justify-content:center!important}.organizing-info{text-align:center!important}.hero-buttons{justify-content:center}.mobile-section-title{display:block;font-size:1.25rem;margin-bottom:.75rem;color:#333}.contact-content{grid-template-columns:1fr;gap:1.5rem}.contact-info,.contact-form{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:1.25rem;box-shadow:0 4px 14px #0000000f}}@media(min-width:425px)and (max-width:480px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;z-index:999}.nav-menu.active{left:0}.nav-toggle{display:flex}.desktop-brochure-btn{display:none}.mobile-brochure-btn{display:inline-flex}.hero{padding:74px 0 44px;min-height:calc(100vh - 70px)}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem;padding:20px 20px 0}.hero-event-badge{font-size:.85rem;padding:.7rem 1.2rem;margin-bottom:1.2rem;white-space:normal;max-width:90%;flex-wrap:wrap;justify-content:center;background:#fffffff2;border:2px solid #cc148b;color:#cc148b;margin-left:auto;margin-right:auto}.hero-badge-text{color:#cc148b}.hero-welcome{font-size:1.1rem;margin-bottom:.6rem;margin-right:0}.gradient-text{font-size:3rem;letter-spacing:-1px;line-height:1.05;margin-right:0}.hero-year{font-size:2rem;margin-top:.5rem}.hero-title{margin-bottom:1.8rem}.hero-title:after{width:80px}.subtitle-highlight{font-size:1.3rem;margin-bottom:.6rem}.subtitle-keywords{justify-content:center;gap:.6rem;margin-top:.4rem}.keyword{font-size:1.1rem}.separator{font-size:1rem}.hero-stats{gap:1.2rem;margin:2rem 0;flex-wrap:wrap;justify-content:center}.stat-item{min-width:80px}.stat-number{font-size:2rem}.stat-label{font-size:.85rem}.stat-divider{height:35px;display:none}.hero-buttons{flex-direction:column;gap:1.2rem;align-items:center}.btn{width:100%;max-width:300px;font-size:1rem;padding:.9rem 1.8rem}.hero-images{display:none}.organizing-info{margin-top:2rem}.organized-by{font-size:.9rem}.institution-name{font-size:1.1rem}.floating-element{display:none}}@media(max-width:424px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;z-index:999}.nav-menu.active{left:0}.nav-toggle{display:flex}.desktop-brochure-btn{display:none}.mobile-brochure-btn{display:inline-flex}.hero{padding:56px 0 40px;min-height:calc(100vh - 70px)}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem;padding:20px 20px 0}.hero-event-badge{font-size:.8rem;padding:.6rem 1rem;margin-bottom:1rem;white-space:normal;max-width:90%;flex-wrap:wrap;justify-content:center;background:#fffffff2;border:2px solid #cc148b;color:#cc148b;margin-left:auto;margin-right:auto}.hero-badge-text{color:#cc148b}.hero-welcome{font-size:1rem;margin-bottom:.5rem;margin-right:0}.gradient-text{font-size:2.8rem;letter-spacing:-1px;margin-right:0}.hero-year{font-size:2rem;margin-top:.5rem}.hero-title{margin-bottom:1.5rem}.hero-title:after{width:60px}.subtitle-highlight{font-size:1.2rem;margin-bottom:.5rem}.subtitle-keywords{justify-content:center;gap:.8rem;margin-top:.3rem}.keyword{font-size:1rem}.separator{font-size:.9rem}.hero-stats{gap:1rem;margin:1.5rem 0 2rem;flex-wrap:wrap;justify-content:center}.stat-item{min-width:80px}.stat-number{font-size:1.8rem}.stat-label{font-size:.8rem}.stat-divider{height:30px;display:none}.hero-buttons{flex-direction:column;gap:1rem;align-items:center}.btn{width:100%;max-width:250px;font-size:.9rem;padding:.8rem 1.5rem}.hero-images{display:none}.event-badge{font-size:.85rem;padding:.7rem 1.2rem;margin-bottom:1.5rem;gap:.5rem;white-space:normal;min-width:0;border-radius:30px;max-width:100%;flex-wrap:wrap}.organizing-info{margin-top:1.5rem}.organized-by{font-size:.85rem}.institution-name{font-size:1rem}.floating-element{display:none}.contact-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:374px){.hero{padding:50px 0 35px}.hero-container{padding:20px 15px 0;gap:1.5rem}.hero-event-badge{font-size:.7rem;padding:.5rem .8rem;margin-bottom:.8rem;margin-left:auto!important;margin-right:auto!important;gap:.4rem;background:#fffffff2;border:2px solid #cc148b;color:#cc148b;max-width:90%;display:flex}.hero-badge-icon{font-size:1rem}.hero-badge-text{color:#cc148b}.hero-welcome{font-size:.85rem;margin-bottom:.4rem;margin-right:0!important;letter-spacing:2px}.gradient-text{font-size:2.2rem;letter-spacing:-1px;margin-right:0!important;line-height:1.1}.hero-year{font-size:1.8rem;margin-top:.4rem}.hero-title{margin-bottom:1.2rem}.subtitle-highlight{font-size:1rem;margin-bottom:.4rem}.subtitle-keywords{gap:.5rem;flex-wrap:wrap}.keyword{font-size:.85rem}.separator{font-size:.75rem}.hero-stats{gap:.8rem;margin:1.2rem 0 1.8rem}.stat-item{min-width:65px}.stat-number{font-size:1.5rem;margin-bottom:.3rem}.stat-label{font-size:.7rem}.hero-buttons{gap:.9rem}.btn{max-width:100%;font-size:.85rem;padding:.75rem 1.2rem}.btn-icon{font-size:1rem}.organizing-info{margin-top:1.5rem}.organized-by{font-size:.8rem}.institution-name{font-size:.95rem}}@media(max-width:425px)and (min-width:415px){.hero-container{padding:0 30px}.gradient-text{font-size:3rem;line-height:1.05}.hero-year{font-size:2rem}.hero-stats{gap:1.2rem}.stat-number{font-size:2rem}.btn{max-width:320px;font-size:1rem}.event-badge{font-size:.85rem;padding:.8rem 1.2rem;white-space:normal;max-width:100%;flex-wrap:wrap;justify-content:center}.subtitle-highlight{font-size:1.3rem}}@media(max-width:320px){.hero-container{padding:0 15px}.gradient-text{font-size:2.4rem}.hero-year{font-size:1.8rem}.hero-stats{gap:.8rem}.stat-number{font-size:1.6rem}.stat-label{font-size:.75rem}.btn{max-width:200px;font-size:.85rem;padding:.7rem 1.2rem}.event-badge{font-size:.75rem;padding:.5rem .8rem}}.about-split{background:#fafbfc;padding:64px 0}.about-split-container{display:flex;align-items:center;justify-content:center;gap:3rem;max-width:1100px;margin:0 auto;flex-wrap:wrap}.about-split-left{flex:1 1 340px;display:flex;justify-content:center;align-items:center}.about-split-img-group{position:relative;width:440px;height:280px;display:flex;align-items:flex-end;justify-content:flex-start;gap:32px}.main-img{width:200px;height:200px;border-radius:50%;box-shadow:0 8px 32px #cc158b1f;background:#fff;position:relative;z-index:2;transform:rotate(-6deg);transition:transform .3s}.secondary-img{width:160px;height:260px;border-radius:32px;box-shadow:0 4px 24px #4caf501a;background:#fff;position:relative;z-index:1;left:0;top:0;opacity:.97;transform:rotate(8deg);transition:transform .3s}.about-split-img-group:hover .main-img{transform:scale(1.05) rotate(-10deg)}.about-split-img-group:hover .secondary-img{transform:scale(1.04) rotate(12deg)}.about-split-right{flex:1 1 400px;padding:0 1rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:#fff;border-radius:18px;box-shadow:0 2px 16px #0000000f;min-height:220px;padding:2.5rem 2rem;margin:0}.about-split-right h2{font-size:2rem;margin-bottom:1.2rem;color:#222}.about-split-desc{font-size:1.15rem;color:#444;line-height:1.7}@media(max-width:800px){.about-split-container{flex-direction:column;gap:2rem;text-align:center}.about-split-right{align-items:center;padding:1.2rem .5rem;min-height:unset}.about-split-img-group{width:100%;height:180px;gap:16px;justify-content:center}.main-img{width:100px;height:100px;border-radius:50%}.secondary-img{width:80px;height:120px;border-radius:20px}}.about-section{padding:6rem 0;background:#e6e7e8;position:relative;overflow:hidden}.about-background{position:absolute;inset:0;pointer-events:none;z-index:0}.about-shape{position:absolute;border-radius:50%;opacity:.06;animation:aboutShapeFloat 20s ease-in-out infinite}.shape-1{width:400px;height:400px;background:linear-gradient(135deg,#667eea,#764ba2);top:-100px;right:-100px;animation-delay:0s}.shape-2{width:300px;height:300px;background:linear-gradient(135deg,#4facfe,#00f2fe);bottom:-80px;left:-80px;animation-delay:7s}.shape-3{width:250px;height:250px;background:linear-gradient(135deg,#fa709a,#fee140);top:50%;left:50%;animation-delay:14s}@keyframes aboutShapeFloat{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.about-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.about-text-content{animation:fadeInLeft .8s ease-out}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.about-header{margin-bottom:2rem}.about-label{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);padding:.6rem 1.2rem;border-radius:50px;margin-bottom:1rem;animation:labelSlideIn .6s ease-out .2s both}@keyframes labelSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.label-icon{font-size:1.2rem;animation:iconSpin 3s ease-in-out infinite}@keyframes iconSpin{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.2)}}.label-text{font-size:.85rem;font-weight:700;color:#2e7d32;letter-spacing:2px}.about-title{font-size:3rem;font-weight:800;color:#1a1a1a;line-height:1.2;margin-bottom:1rem;animation:titleSlideUp .6s ease-out .3s both}.highlight-text{color:#cc148b;font-weight:700;position:relative}.title-decoration{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;animation:titleSlideUp .6s ease-out .4s both}.deco-dot{width:8px;height:8px;background:#667eea;border-radius:50%;animation:dotPulse 2s ease-in-out infinite}@keyframes dotPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}}.deco-line{width:100px;height:3px;background:linear-gradient(90deg,#667eea,transparent);border-radius:2px}.about-description{animation:fadeIn .6s ease-out .5s both;text-align:left}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.about-lead{font-size:1.3rem;font-weight:500;color:#555;line-height:1.8;margin-bottom:1.5rem;font-style:italic;position:relative;padding:0 1.5rem}.quote-icon{font-size:2rem;color:#667eea;opacity:.3;font-family:Montserrat,sans-serif;line-height:0}.about-text{font-size:1.05rem;color:#000;line-height:1.8;margin-bottom:2rem;text-align:left}.about-text strong{color:#000}.highlight-institute{color:#000;font-weight:600}.about-features{display:flex;flex-direction:column;gap:1.2rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;padding:1.2rem;border-radius:15px;box-shadow:0 4px 15px #0000000d;transition:all .3s ease;animation:featureSlideIn .5s ease-out both}.feature-item:nth-child(1){animation-delay:.6s}.feature-item:nth-child(2){animation-delay:.7s}.feature-item:nth-child(3){animation-delay:.8s}@keyframes featureSlideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.feature-item:hover{transform:translate(10px);box-shadow:0 8px 25px #667eea26}.feature-icon{font-size:2rem;min-width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:12px;transition:transform .3s ease}.feature-item:hover .feature-icon{transform:scale(1.1) rotate(10deg)}.feature-content h4{font-size:1.1rem;font-weight:700;color:#333;margin-bottom:.3rem}.feature-content p{font-size:.95rem;color:#666;line-height:1.5}.about-images-grid{display:flex;justify-content:center;align-items:center;height:250px;position:relative;animation:fadeInRight .8s ease-out}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.image-card{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.card-single{width:100%;height:100%;animation:cardSlideUp .6s ease-out .3s both}@keyframes cardSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.image-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00000026}.about-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.image-card:hover .about-img{transform:scale(1.1)}.image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:1.5rem;transform:translateY(100%);transition:transform .4s ease;display:flex;align-items:center;gap:.8rem}.image-card:hover .image-overlay{transform:translateY(0)}.overlay-icon{font-size:1.8rem}.overlay-text{font-size:1rem;font-weight:600}.stats-card{background:linear-gradient(135deg,#667eea,#764ba2);height:100%;display:flex;align-items:center;justify-content:center;gap:2rem;padding:2rem;color:#fff;border-radius:20px}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:900;line-height:1;margin-bottom:.5rem;animation:countUp 1s ease-out 1s both}.stat-label{font-size:.95rem;opacity:.9;text-transform:uppercase;letter-spacing:1px;font-weight:600}.stat-divider{width:2px;height:60px;background:#ffffff4d;border-radius:2px}@media(min-width:1440px){.about-content-wrapper{max-width:1400px;margin:0 auto;gap:5rem}.about-title{font-size:3.5rem}.about-images-grid{height:650px}}@media(min-width:1024px)and (max-width:1439px){.about-content-wrapper{gap:3.5rem}.about-title{font-size:2.8rem}.about-images-grid{height:550px}}@media(min-width:769px)and (max-width:1023px){.about-section{padding:5rem 0}.about-content-wrapper{gap:3rem;padding:0 30px}.about-title{font-size:2.5rem}.about-text{font-size:1rem}.about-images-grid{height:500px}}@media(min-width:481px)and (max-width:768px){.about-section{padding:4rem 0}.about-content-wrapper{grid-template-columns:1fr;gap:3rem;padding:0 25px}.about-text-content{order:2}.about-images-grid{order:1;height:400px}.about-title{font-size:2.2rem;text-align:center}.about-header{text-align:center}.about-label{margin:0 auto 1rem}.about-text{font-size:1rem;text-align:center}.image-card{margin:0 auto}}@media(max-width:480px){.about-section{padding:3rem 0}.about-content-wrapper{grid-template-columns:1fr;gap:2rem;padding:0 20px}.about-text-content{order:2}.about-images-grid{order:1;height:300px}.about-title{font-size:1.8rem;text-align:center}.about-header{text-align:center;margin-bottom:1.5rem}.about-label{padding:.5rem 1rem;font-size:.75rem;margin:0 auto 1rem}.label-text{font-size:.75rem;letter-spacing:1px}.about-text{font-size:.95rem;margin-bottom:1.5rem;text-align:center;line-height:1.7}.about-description{padding:0}.image-card{border-radius:15px}.image-overlay{padding:1rem}.overlay-icon{font-size:2rem}.overlay-text{font-size:1rem}}.competition-categories{padding:100px 0;background:#e6e7e8;position:relative;overflow:hidden}.categories-bg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.bg-circle{position:absolute;border-radius:50%;opacity:.05;animation:floatCircle 20s ease-in-out infinite}.circle-1{width:300px;height:300px;background:linear-gradient(135deg,#667eea,#764ba2);top:10%;left:10%;animation-delay:0s}.circle-2{width:400px;height:400px;background:linear-gradient(135deg,#4facfe,#00f2fe);bottom:10%;right:10%;animation-delay:5s}.circle-3{width:250px;height:250px;background:linear-gradient(135deg,#fa709a,#fee140);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:10s}@keyframes floatCircle{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.1)}50%{transform:translate(-30px,30px) scale(.9)}75%{transform:translate(20px,20px) scale(1.05)}}.categories-section-header{position:relative;z-index:1;margin-bottom:4rem}.header-badge{display:inline-flex;align-items:center;gap:.8rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:2px solid rgba(102,126,234,.3);padding:.8rem 1.8rem;border-radius:50px;margin-bottom:1.5rem;animation:badgePulse 3s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1);box-shadow:0 5px 15px #667eea33}50%{transform:scale(1.05);box-shadow:0 8px 25px #667eea4d}}.badge-icon{font-size:1.5rem;animation:badgeIconRotate 4s ease-in-out infinite}@keyframes badgeIconRotate{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}.badge-text{font-weight:800;font-size:.9rem;letter-spacing:2px;color:#fff}.section-subtitle{font-size:1.15rem;color:#666;font-weight:500;margin-top:.8rem}.deco-star{font-size:1.5rem;color:#667eea;animation:starTwinkle 2s ease-in-out infinite}@keyframes starTwinkle{0%,to{opacity:1;transform:scale(1) rotate(0)}50%{opacity:.5;transform:scale(1.2) rotate(180deg)}}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-bottom:4rem;position:relative;z-index:1}.category-card{background:#fff;padding:2.5rem 2rem;border-radius:25px;border:2px solid rgba(102,126,234,.1);position:relative;overflow:hidden;transition:all .5s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 40px #00000014;animation:categoryFadeUp .8s ease-out both;animation-delay:var(--cat-delay, 0s);cursor:pointer}.category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--cat-color),transparent);opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:0}@keyframes categoryFadeUp{0%{opacity:0;transform:translateY(50px) rotateX(-20deg)}to{opacity:1;transform:translateY(0) rotateX(0)}}.category-card:hover:before,.category-card.active:before{opacity:.05}.category-card:hover,.category-card.active{transform:translateY(-20px) scale(1.03);box-shadow:0 25px 60px #00000026;border-color:#cd1689;border-width:3px}.category-number{position:absolute;top:20px;right:20px;width:50px;height:50px;background:#cd1689;border-radius:50%;display:none;align-items:center;justify-content:center;font-size:1.2rem;font-weight:800;color:#fff;box-shadow:0 5px 20px #0003;transition:all .4s ease;z-index:3}.category-card:hover .category-number,.category-card.active .category-number{transform:rotate(360deg) scale(1.2)}.category-icon-container{position:relative;width:100px;height:100px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center}.icon-bg-circle{position:absolute;width:100%;height:100%;background:#cd1689;border-radius:50%;opacity:.15;transition:all .5s ease}.category-card:hover .icon-bg-circle,.category-card.active .icon-bg-circle{transform:scale(1.1);opacity:.25}.icon-pulse{position:absolute;width:100%;height:100%;border:3px solid #cd1689;border-radius:50%;opacity:0;display:none}@keyframes iconPulseAnim{0%{transform:scale(1);opacity:.8}to{transform:scale(1.5);opacity:0}}.category-icon-large{font-size:2.5rem;position:relative;z-index:2;transition:all .4s ease}@keyframes iconBobbing{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.category-card:hover .category-icon-large,.category-card.active .category-icon-large{transform:scale(1.3) rotateY(180deg);filter:drop-shadow(0 10px 20px #cd1689)}.category-content{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.category-content h3{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:1rem;transition:all .3s ease}.category-card:hover .category-content h3,.category-card.active .category-content h3{color:#cd1689;transform:scale(1.05)}.category-content p{font-size:1rem;line-height:1.7;color:#666;display:none}.category-cta{text-align:center;position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;width:calc(100% - 3rem);display:none}.cta-button{background:#cc148b;color:#fff;border:none;padding:.9rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.8rem;box-shadow:0 5px 20px #cc148b4d;opacity:0;transform:translateY(20px);transition:all .4s ease;white-space:nowrap}.category-card:hover .cta-button,.category-card.active .cta-button{opacity:1;transform:translateY(0)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000040}.button-arrow{transition:transform .3s ease}.cta-button:hover .button-arrow{transform:translate(5px)}.category-shine{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.3),transparent);transform:rotate(45deg);pointer-events:none;display:none}@keyframes categoryShine{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.category-glow-effect{position:absolute;top:50%;left:50%;width:250px;height:250px;background:radial-gradient(circle,#cd1689,transparent);transform:translate(-50%,-50%);opacity:0;transition:opacity .5s ease,transform .5s ease;pointer-events:none}.category-card:hover .category-glow-effect,.category-card.active .category-glow-effect{opacity:0;transform:translate(-50%,-50%) scale(1.2)}.corner-deco{position:absolute;width:20px;height:20px;opacity:0;transition:all .4s ease;color:#cd1689;display:none}.corner-tl{top:15px;left:15px}.corner-br{bottom:15px;right:15px}.category-card:hover .corner-deco,.category-card.active .corner-deco{opacity:0}.category-card:hover .corner-tl,.category-card.active .corner-tl{transform:translate(-5px,-5px)}.category-card:hover .corner-br,.category-card.active .corner-br{transform:translate(5px,5px)}.particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:0;transition:opacity .5s ease;display:none}.category-card:hover .particles,.category-card.active .particles{opacity:0}.particle{position:absolute;font-size:1.2rem;color:var(--cat-color);animation:particleFloat 3s ease-in-out infinite}.particle-1{top:20%;left:15%;animation-delay:0s}.particle-2{top:30%;right:20%;animation-delay:1s}.particle-3{bottom:25%;left:20%;animation-delay:2s}@keyframes particleFloat{0%,to{transform:translateY(0) rotate(0);opacity:.6}50%{transform:translateY(-20px) rotate(180deg);opacity:1}}.category-modal-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.category-modal-content{background:#fff;border-radius:25px;max-width:700px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 30px 80px #0000004d;animation:modalSlideUp .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.category-modal-header{background:linear-gradient(135deg,#00a9af,#008b91);color:#fff;padding:2.5rem;position:relative;text-align:center;box-shadow:0 4px 20px #00a9af4d}.modal-icon-badge{display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;background:#ffffff40;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:50%;margin-bottom:1.2rem;border:4px solid rgba(255,255,255,.4);box-shadow:0 15px 40px #0000004d,inset 0 0 20px #ffffff1a}.modal-icon{font-size:3rem;animation:modalIconFloat 3s ease-in-out infinite;filter:drop-shadow(0 5px 10px rgba(0,0,0,.2))}@keyframes modalIconFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.05)}}.category-modal-header h3{font-size:2rem;font-weight:800;margin:0;text-shadow:0 3px 15px rgba(0,0,0,.3);letter-spacing:.5px}.category-modal-close{position:absolute;top:20px;right:20px;background:#fff3;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0;line-height:1}.category-modal-close:hover{background:#ffffff4d;transform:rotate(90deg) scale(1.1);box-shadow:0 5px 20px #0000004d}.category-modal-body{padding:2rem 2.5rem;overflow-y:auto;flex:1}.category-modal-body::-webkit-scrollbar{width:8px}.category-modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.category-modal-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px;transition:background .3s ease}.category-modal-body::-webkit-scrollbar-thumb:hover{background:#999}.modal-section{margin-bottom:2rem;animation:sectionFadeIn .5s ease-out both}.modal-section:nth-child(1){animation-delay:.1s}.modal-section:nth-child(2){animation-delay:.15s}.modal-section:nth-child(3){animation-delay:.2s}.modal-section:nth-child(4){animation-delay:.25s}.modal-section:nth-child(5){animation-delay:.3s}.modal-section:nth-child(6){animation-delay:.35s}@keyframes sectionFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.modal-section h4{font-size:1.3rem;font-weight:700;color:#00a9af;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.modal-section p{color:#555;line-height:1.7;font-size:1rem}.modal-list{list-style:none;padding:0;margin:0}.modal-list li{color:#555;padding:.6rem 0 .6rem 1.8rem;position:relative;line-height:1.6;font-size:.95rem}.modal-list li:before{content:"✓";position:absolute;left:0;color:#00a9af;font-weight:700;font-size:1.2rem}.modal-highlight{background:linear-gradient(135deg,#e0f7f8,#b3ecef);padding:1.8rem;border-radius:15px;border-left:5px solid #00a9af;box-shadow:0 5px 20px #00a9af26}.modal-highlight h4{color:#00a9af}.prize-text{font-size:1.2rem;font-weight:800;color:#008b91;text-shadow:0 1px 3px rgba(0,169,175,.2)}.modal-deadline{background:linear-gradient(135deg,#fce4f0,#f8c9e3);padding:1.8rem;border-radius:15px;border-left:5px solid #cd1689;box-shadow:0 5px 20px #cd168926}.modal-deadline h4{color:#cd1689}.deadline-text{font-size:1.2rem;font-weight:800;color:#a01270;text-shadow:0 1px 3px rgba(205,22,137,.2)}.modal-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid #f0f0f0;flex-wrap:wrap}.modal-register-btn,.modal-download-btn{flex:1;min-width:200px;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.modal-register-btn{background:linear-gradient(135deg,#00a9af,#008b91);color:#fff;box-shadow:0 5px 20px #00a9af4d}.modal-register-btn:hover{transform:translateY(-3px);box-shadow:0 10px 35px #00a9af66;background:linear-gradient(135deg,#00bbc3,#009ea5)}.modal-download-btn{background:#fff;color:#00a9af;border:2px solid #00a9af}.modal-download-btn:hover{background:#00a9af;color:#fff;transform:translateY(-3px);box-shadow:0 10px 30px #00a9af4d}.categories-footer{background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 3rem;border-radius:30px;box-shadow:0 20px 60px #667eea66;position:relative;overflow:hidden;animation:footerFadeIn 1s ease-out .8s both;margin-top:2rem}.categories-footer:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}@keyframes footerFadeIn{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.footer-background-pattern{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.pattern-dot{position:absolute;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.1),transparent);animation:patternPulse 4s ease-in-out infinite}.pattern-dot:nth-child(1){top:-50px;left:-50px;animation-delay:0s}.pattern-dot:nth-child(2){top:-30px;right:-30px;animation-delay:1s}.pattern-dot:nth-child(3){bottom:-40px;left:20%;animation-delay:2s}.pattern-dot:nth-child(4){bottom:-60px;right:10%;animation-delay:3s}@keyframes patternPulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.5);opacity:.1}}.footer-icon-badge{margin-bottom:1.5rem;animation:badgeFloat 3s ease-in-out infinite}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;border:3px solid rgba(255,255,255,.3);box-shadow:0 10px 30px #0003}.rotating-icon{font-size:2.5rem;animation:iconRotate 4s linear infinite}@keyframes iconRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer-title{font-size:2.5rem;color:#fff;margin-bottom:.8rem;font-weight:800;letter-spacing:-.5px;text-align:center;animation:titleSlideUp .6s ease-out .3s both}@keyframes titleSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-subtitle{font-size:1.2rem;color:#ffffffe6;margin-bottom:2.5rem;text-align:center;font-weight:400;animation:titleSlideUp .6s ease-out .4s both}.footer-actions{display:flex;gap:1.5rem;margin-bottom:0;flex-wrap:wrap;justify-content:center;animation:titleSlideUp .6s ease-out .5s both}.primary-btn,.secondary-btn{border:none;padding:1.1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:.8rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.primary-btn{background:#fff;color:#667eea;box-shadow:0 10px 30px #0000004d}.primary-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#667eea1a;transform:translate(-50%,-50%);transition:width .6s,height .6s}.primary-btn:hover:before{width:300px;height:300px}.primary-btn:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 40px #0006}.secondary-btn{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid rgba(255,255,255,.3);box-shadow:0 10px 30px #0003}.secondary-btn:hover{background:#ffffff40;transform:translateY(-5px) scale(1.05);box-shadow:0 15px 40px #0000004d}.btn-icon{font-size:1.3rem;transition:transform .3s ease;position:relative;z-index:1}.primary-btn:hover .btn-icon{transform:translate(5px)}.footer-stats{display:flex;align-items:center;justify-content:center;gap:3rem;animation:titleSlideUp .6s ease-out .6s both;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-number{font-size:2.5rem;font-weight:900;color:#fff;line-height:1;text-shadow:0 2px 10px rgba(0,0,0,.2);animation:countUp 1s ease-out 1s both}@keyframes countUp{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.stat-label{font-size:.95rem;color:#fffc;text-transform:uppercase;letter-spacing:1px;font-weight:600}.stat-divider{width:2px;height:50px;background:#ffffff4d;border-radius:2px}.footer-decoration{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.deco-element{position:absolute;font-size:2rem;opacity:.3;animation:decoFloat 5s ease-in-out infinite}.deco-1{top:15%;left:10%;animation-delay:0s}.deco-2{top:20%;right:15%;animation-delay:1.5s}.deco-3{bottom:20%;left:15%;animation-delay:3s}.deco-4{bottom:25%;right:10%;animation-delay:4.5s}@keyframes decoFloat{0%,to{transform:translateY(0) rotate(0);opacity:.3}25%{transform:translateY(-15px) rotate(90deg);opacity:.5}50%{transform:translateY(-25px) rotate(180deg);opacity:.2}75%{transform:translateY(-15px) rotate(270deg);opacity:.4}}.ready-to-compete-section{padding:5rem 0;position:relative;background:linear-gradient(180deg,#f8f9ff,#fff)}.cta-background{position:absolute;inset:0;overflow:hidden;pointer-events:none}.bg-pattern,.floating-emojis{position:absolute;width:100%;height:100%}.emoji{position:absolute;font-size:2rem;opacity:.15;animation:floatEmoji 8s ease-in-out infinite}.emoji-1{top:10%;left:10%;animation-delay:0s}.emoji-2{top:20%;right:15%;animation-delay:1s}.emoji-3{top:60%;left:5%;animation-delay:2s}.emoji-4{bottom:15%;right:20%;animation-delay:3s}.emoji-5{top:50%;right:10%;animation-delay:4s}.emoji-6{bottom:30%;left:15%;animation-delay:5s}@keyframes floatEmoji{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-20px) rotate(5deg)}50%{transform:translateY(-40px) rotate(-5deg)}75%{transform:translateY(-20px) rotate(3deg)}}.cta-content{background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 2.5rem;border-radius:30px;box-shadow:0 20px 60px #667eea66;position:relative;overflow:hidden;animation:ctaSlideUp .8s ease-out both;text-align:center}.cta-content:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}@keyframes ctaSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.cta-icon-badge{margin-bottom:1.2rem;animation:badgeBounce 3s ease-in-out infinite}@keyframes badgeBounce{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.05)}}.cta-icon-badge .icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:85px;height:85px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;border:3px solid rgba(255,255,255,.3);box-shadow:0 10px 30px #0003}.rotating-icon{font-size:2.8rem;animation:iconSpin 5s linear infinite}@keyframes iconSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-title{font-size:2.8rem;color:#fff;margin-bottom:.8rem;font-weight:800;letter-spacing:-1px;position:relative;z-index:2;animation:titlePop .6s cubic-bezier(.175,.885,.32,1.275) .2s both}@keyframes titlePop{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.cta-subtitle{font-size:1.25rem;color:#fffffff2;margin-bottom:.5rem;font-weight:500;position:relative;z-index:2;animation:titlePop .6s cubic-bezier(.175,.885,.32,1.275) .3s both}.cta-description{font-size:1.05rem;color:#ffffffd9;margin-bottom:2rem;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.7;position:relative;z-index:2;animation:titlePop .6s cubic-bezier(.175,.885,.32,1.275) .4s both}.cta-actions{display:flex;gap:1.2rem;margin-bottom:2.5rem;justify-content:center;flex-wrap:wrap;position:relative;z-index:2;animation:titlePop .6s cubic-bezier(.175,.885,.32,1.275) .5s both}.ready-to-compete-section .cta-button{border:none;padding:1.1rem 2.5rem;border-radius:50px;font-size:1.05rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:.7rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;opacity:1;transform:none}.ready-to-compete-section .primary-cta{background:#fff;color:#667eea;box-shadow:0 10px 30px #0000004d}.ready-to-compete-section .primary-cta:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#667eea26;transform:translate(-50%,-50%);transition:width .6s,height .6s}.ready-to-compete-section .primary-cta:hover:before{width:350px;height:350px}.ready-to-compete-section .primary-cta:hover{transform:translateY(-6px) scale(1.05);box-shadow:0 15px 45px #0006}.ready-to-compete-section .secondary-cta{background:#ffffff2e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid rgba(255,255,255,.4);box-shadow:0 10px 30px #0003}.ready-to-compete-section .secondary-cta:hover{background:#ffffff47;transform:translateY(-6px) scale(1.05);box-shadow:0 15px 45px #00000059;border-color:#fff9}.btn-text{position:relative;z-index:1}.btn-icon{font-size:1.4rem;transition:transform .3s ease;position:relative;z-index:1}.ready-to-compete-section .primary-cta:hover .btn-icon{transform:translate(6px)}.ready-to-compete-section .secondary-cta:hover .btn-icon{transform:scale(1.2)}.cta-features{display:flex;align-items:center;justify-content:center;gap:1.8rem;flex-wrap:wrap;position:relative;z-index:2;animation:titlePop .6s cubic-bezier(.175,.885,.32,1.275) .6s both}.feature-item{display:flex;align-items:center;gap:.5rem;color:#fff}.feature-icon{font-size:1.4rem;animation:featurePulse 2s ease-in-out infinite}@keyframes featurePulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.feature-text{font-size:1rem;font-weight:600;letter-spacing:.3px}.feature-divider{width:2px;height:25px;background:#ffffff59;border-radius:2px}@media(min-width:1440px){.prizes-grid{grid-template-columns:repeat(3,1fr);gap:3rem}.prize-card{padding:3rem 2.5rem}.prize-icon{font-size:4.5rem}.categories-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem}}@media(min-width:1024px)and (max-width:1439px){.prizes-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.prize-card{padding:2.5rem 1.8rem}.prize-amount{font-size:2.8rem}.categories-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}@media(min-width:769px)and (max-width:1023px){.prizes{padding:80px 0}.prize-header{margin-bottom:3rem}.prize-header h2{font-size:2.2rem}.prizes-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.prize-card{padding:2rem 1.5rem}.prize-icon{font-size:1.8rem}.prize-card h3{font-size:1rem}.prize-amount{font-size:1.2rem}.prize-desc{font-size:.9rem}.prize-benefits li{font-size:.85rem;padding:.4rem 0}}@media(min-width:481px)and (max-width:768px){.prizes{padding:60px 0}.prize-header{margin-bottom:2.5rem}.prize-header h2{font-size:2rem}.prizes-grid{grid-template-columns:1fr;gap:2rem;max-width:500px;margin-left:auto;margin-right:auto}.prize-card{padding:2rem 1.5rem}.prize-icon{font-size:1.8rem}.prize-card h3{font-size:1.05rem}.prize-amount{font-size:1.2rem}.prize-desc{font-size:.9rem}.prize-benefits li{font-size:.85rem;padding:.5rem 0 .5rem 1.4rem}.prize-benefits li:before{font-size:1rem}}@media(min-width:426px)and (max-width:480px){.prizes{padding:50px 0}.prizes .container{padding:0 20px}.prizes .section-header h2{font-size:1.8rem;margin-bottom:.8rem}.prizes .section-header p{font-size:.95rem}.prizes-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.prize-card{padding:2rem 1.5rem;border-radius:20px;max-width:400px;margin:0 auto}.prize-badge{font-size:.7rem;padding:.5rem 1.2rem;top:-12px;white-space:nowrap}.prize-icon{font-size:3.5rem;margin:1.8rem 0 1.2rem}.prize-card h3{font-size:1.5rem;margin-bottom:1rem}.prize-amount{font-size:2.8rem;margin-bottom:1rem}.prize-card p{font-size:1rem;margin-bottom:1.8rem}.prize-benefits li{font-size:.9rem;padding:.7rem 0 .7rem 2rem}.prize-categories{margin-top:3rem}.prize-categories h3{font-size:1.8rem;margin-bottom:2rem}.categories-grid{grid-template-columns:1fr;gap:1.5rem}.category-item{padding:2rem 1.5rem;max-width:400px;margin:0 auto}.category-icon{font-size:2.8rem}.category-item h4{font-size:1.25rem}.category-item p{font-size:.95rem}}@media(max-width:425px){.prizes{padding:40px 0}.prizes .container{padding:0 15px}.prize-header{margin-bottom:2rem}.prize-label{padding:.5rem 1rem}.prize-label .label-text{font-size:.7rem;letter-spacing:1px}.prize-header h2{font-size:1.6rem}.prizes-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.prize-card{padding:1.5rem 1rem;border-radius:15px}.prize-icon{font-size:1.5rem}.prize-icon-wrapper{margin:1rem 0 .8rem}.prize-card h3{font-size:.95rem;margin-bottom:.5rem}.amount-decoration,.prize-amount{font-size:1rem}.prize-desc{font-size:.85rem;margin-bottom:1rem;line-height:1.5}.prize-benefits li{font-size:.8rem;padding:.4rem 0 .4rem 1.2rem}.prize-benefits li:before{font-size:.9rem}}@media(max-width:320px){.prizes{padding:35px 0}.prizes .container{padding:0 12px}.prize-header h2{font-size:1.4rem}.prize-label{padding:.4rem .8rem}.prize-label .label-text{font-size:.65rem}.prize-card{padding:1.5rem 1rem}.prize-icon{font-size:1.3rem}.prize-card h3,.prize-amount{font-size:.9rem}.prize-desc{font-size:.8rem}.prize-benefits li{font-size:.75rem;padding:.4rem 0 .4rem 1.2rem}}@media(min-width:769px)and (max-width:1023px){.competition-categories{padding:80px 0}.categories-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.category-card{padding:2rem 1.5rem}.category-modal-content{max-width:650px}.category-modal-header,.category-modal-body{padding:1.8rem 2rem}.modal-actions{flex-direction:column}.modal-register-btn,.modal-download-btn{width:100%}.category-icon-container{width:100px;height:100px}.category-icon-large{font-size:3.5rem}.categories-footer{padding:3rem 2rem}.footer-icon-badge{margin-bottom:1.2rem}.icon-wrapper{width:70px;height:70px}.rotating-icon,.footer-title{font-size:2rem}.footer-subtitle{font-size:1.05rem;margin-bottom:2rem}.footer-actions{gap:1rem;margin-bottom:2.5rem}.primary-btn,.secondary-btn{padding:1rem 2rem;font-size:1rem}.footer-stats{gap:2rem}.stat-number{font-size:2rem}.stat-label{font-size:.85rem}}@media(max-width:768px){.competition-categories{padding:60px 0}.categories-section-header{margin-bottom:3rem}.header-badge{padding:.7rem 1.5rem;font-size:.85rem}.badge-icon{font-size:1.3rem}.categories-section-header h2{font-size:2rem}.section-subtitle{font-size:1rem}.categories-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.category-card{padding:2rem 1.5rem;max-width:100%;width:100%;margin:0 auto}.category-number{width:45px;height:45px;font-size:1.1rem}.category-icon-container{width:100px;height:100px;margin-bottom:1.5rem}.category-icon-large{font-size:3.5rem}.category-content h3{font-size:1.3rem}.category-content p{font-size:.95rem}.cta-button{padding:.8rem 1.8rem;font-size:.95rem}.category-modal-overlay{padding:15px}.category-modal-content{max-width:100%;max-height:85vh;border-radius:20px}.category-modal-header{padding:1.5rem 1.8rem}.modal-icon-badge{width:70px;height:70px}.modal-icon{font-size:2.2rem}.category-modal-header h3{font-size:1.5rem}.category-modal-body{padding:1.5rem 1.8rem}.modal-section h4{font-size:1.1rem}.modal-actions{flex-direction:column;gap:.8rem}.modal-register-btn,.modal-download-btn{width:100%;min-width:auto}.categories-footer{padding:2.5rem 1.5rem;border-radius:20px}.footer-icon-badge{margin-bottom:1rem}.icon-wrapper{width:65px;height:65px}.rotating-icon,.footer-title{font-size:1.8rem}.footer-subtitle{font-size:1rem;margin-bottom:1.8rem}.footer-actions{flex-direction:column;gap:1rem;margin-bottom:2rem;width:100%}.primary-btn,.secondary-btn{padding:.9rem 2rem;font-size:1rem;width:100%;max-width:300px;justify-content:center}.footer-stats{gap:1.5rem}.stat-number{font-size:1.8rem}.stat-label{font-size:.8rem}.stat-divider{height:40px}}@media(max-width:425px){.competition-categories{padding:50px 0}.competition-categories .container{padding:0 15px}.header-badge{padding:.6rem 1.2rem;font-size:.8rem}.categories-section-header h2{font-size:1.6rem}.section-subtitle{font-size:.9rem}.categories-grid{gap:1.5rem}.category-modal-overlay{padding:10px}.category-modal-content{border-radius:18px}.category-modal-header{padding:1.3rem 1.5rem}.modal-icon-badge{width:65px;height:65px}.modal-icon{font-size:2rem}.category-modal-header h3{font-size:1.3rem}.category-modal-close{width:35px;height:35px;font-size:1.3rem;top:15px;right:15px}.category-modal-body{padding:1.3rem 1.5rem}.modal-section{margin-bottom:1.5rem}.modal-section h4{font-size:1rem}.modal-section p{font-size:.9rem}.modal-list li{font-size:.85rem;padding:.5rem 0}.modal-highlight,.modal-deadline{padding:1.2rem}.prize-text,.deadline-text{font-size:1rem}.modal-actions{margin-top:1.5rem;padding-top:1.5rem}.modal-register-btn,.modal-download-btn{padding:.9rem 1.5rem;font-size:.95rem}.category-card{padding:2.5rem 1.5rem;border-radius:20px}.category-number{width:40px;height:40px;font-size:1rem;top:15px;right:15px}.category-icon-container{width:90px;height:90px}.category-icon-large{font-size:3rem}.category-content h3{font-size:1.2rem;margin-bottom:.8rem}.category-content p{font-size:.9rem;line-height:1.6}.cta-button{padding:.75rem 1.5rem;font-size:.9rem}.categories-footer{padding:2rem 1.2rem}.footer-icon-badge{margin-bottom:1rem}.icon-wrapper{width:60px;height:60px}.rotating-icon{font-size:1.6rem}.footer-title{font-size:1.5rem}.footer-subtitle{font-size:.95rem;margin-bottom:1.5rem}.footer-actions{gap:.8rem;margin-bottom:1.8rem}.primary-btn,.secondary-btn{padding:.85rem 1.8rem;font-size:.95rem}.footer-stats{gap:1.2rem}.stat-number{font-size:1.6rem}.stat-label{font-size:.75rem}.stat-divider{height:35px}}@media(max-width:320px){.competition-categories{padding:40px 0}.header-badge{padding:.5rem 1rem}.categories-section-header h2{font-size:1.4rem}.category-card{padding:2rem 1.2rem}.category-number{width:35px;height:35px;font-size:.9rem}.category-icon-container{width:80px;height:80px}.category-icon-large{font-size:2.5rem}.category-content h3{font-size:1.1rem}.category-content p{font-size:.85rem}.cta-button{padding:.7rem 1.3rem;font-size:.85rem}.footer-content h3{font-size:1.3rem}.register-button{padding:.75rem 1.5rem;font-size:.9rem}}@media(min-width:769px)and (max-width:1023px){.ready-to-compete-section{padding:5rem 0}.cta-content{padding:3.5rem 2.5rem}.cta-icon-badge .icon-wrapper{width:75px;height:75px}.rotating-icon,.cta-title{font-size:2.5rem}.cta-subtitle{font-size:1.15rem}.cta-description{font-size:1rem;margin-bottom:2rem}.cta-actions{margin-bottom:2.5rem}.ready-to-compete-section .cta-button{padding:1.1rem 2.5rem;font-size:1.05rem}.cta-features{gap:1.5rem}.feature-icon{font-size:1.3rem}.feature-text{font-size:.95rem}}@media(max-width:768px){.ready-to-compete-section{padding:4rem 0}.cta-content{padding:3rem 2rem;border-radius:25px}.cta-icon-badge .icon-wrapper{width:70px;height:70px}.rotating-icon{font-size:2.2rem}.cta-title{font-size:2rem;margin-bottom:.8rem}.cta-subtitle{font-size:1.1rem;margin-bottom:.6rem}.cta-description{font-size:.95rem;margin-bottom:2rem}.cta-actions{flex-direction:column;gap:1rem;margin-bottom:2rem}.ready-to-compete-section .cta-button{padding:1rem 2rem;font-size:1rem;width:100%;max-width:320px;justify-content:center}.cta-features{gap:1rem}.feature-divider{display:none}.feature-icon{font-size:1.2rem}.feature-text{font-size:.9rem}}@media(max-width:480px){.ready-to-compete-section{padding:3rem 0}.cta-content{padding:2.5rem 1.5rem;border-radius:20px}.cta-icon-badge{margin-bottom:1rem}.cta-icon-badge .icon-wrapper{width:65px;height:65px}.rotating-icon{font-size:2rem}.cta-title{font-size:1.8rem}.cta-subtitle{font-size:1rem}.cta-description{font-size:.9rem;margin-bottom:1.8rem}.ready-to-compete-section .cta-button{padding:.9rem 1.8rem;font-size:.95rem;gap:.6rem}.cta-features{flex-direction:column;gap:.8rem}.feature-item{gap:.5rem}}@media(max-width:375px){.cta-content{padding:2rem 1.2rem}.cta-title{font-size:1.6rem}.cta-subtitle{font-size:.95rem}.cta-description{font-size:.85rem}.ready-to-compete-section .cta-button{padding:.85rem 1.5rem;font-size:.9rem}.feature-text{font-size:.85rem}}@media(min-width:1024px)and (max-width:1439px){.contact{padding:80px 0}.contact-header h2{font-size:2.5rem}.contact-info-grid{gap:1.5rem}.contact-form-container{padding:2.5rem}}@media(min-width:769px)and (max-width:1023px){.contact{padding:70px 0}.contact-header h2{font-size:2.3rem}.contact-header .header-subtitle{font-size:1rem}.contact-info-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.info-card{padding:2rem 1.5rem}.info-icon-wrapper{width:70px;height:70px}.info-icon{width:70px;height:70px;font-size:2rem}.contact-form-container{padding:2.5rem}.form-header h3{font-size:1.8rem}}@media(min-width:481px)and (max-width:768px){.contact{padding:60px 0}.contact-header{margin-bottom:3rem}.contact-header h2{font-size:2rem}.contact-header .header-subtitle{font-size:.95rem}.contact-info-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}.info-card{padding:2rem 1.5rem}.contact-form-container{padding:2rem}.form-header h3{font-size:1.6rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.social-icons{gap:.8rem}.social-icon{width:45px;height:45px;font-size:1.1rem}}@media(max-width:480px){.contact{padding:50px 0}.contact .container{padding:0 20px}.contact-header{margin-bottom:2.5rem}.contact-header .header-badge{font-size:.75rem;padding:.5rem 1.2rem}.contact-header h2{font-size:1.8rem}.contact-header .header-subtitle{font-size:.9rem}.contact-shape-1{width:250px;height:250px}.contact-shape-2{width:200px;height:200px}.contact-shape-3{width:180px;height:180px}.contact-info-grid{grid-template-columns:1fr;gap:1.2rem;margin-bottom:2rem}.info-card{padding:1.8rem 1.2rem}.info-icon-wrapper{width:60px;height:60px}.info-icon{width:60px;height:60px;font-size:1.8rem;border-radius:15px}.info-card h4{font-size:1.2rem}.info-card address,.info-card .info-description{font-size:.9rem}.contact-form-container{padding:1.5rem;border-radius:20px}.form-header{margin-bottom:2rem}.form-header h3{font-size:1.5rem}.form-header p{font-size:.9rem}.contact-form{gap:1.2rem}.form-row{grid-template-columns:1fr;gap:1.2rem}.form-group label{font-size:.9rem}.form-group input,.form-group textarea,.form-group select{padding:12px 15px;font-size:.95rem}.form-group textarea{min-height:100px}.form-submit-btn{padding:15px 30px;font-size:1rem}.contact-social{margin-top:2rem;padding-top:1.5rem}.social-label{font-size:.85rem}.social-icons{gap:.7rem}.social-icon{width:42px;height:42px;font-size:1rem}}@media(max-width:375px){.contact{padding:40px 0}.contact .container{padding:0 15px}.contact-header h2{font-size:1.6rem}.contact-header .header-subtitle{font-size:.85rem}.info-card{padding:1.5rem 1rem}.info-icon-wrapper{width:55px;height:55px}.info-icon{width:55px;height:55px;font-size:1.6rem}.info-card h4{font-size:1.1rem}.contact-form-container{padding:1.2rem}.form-header h3{font-size:1.3rem}.form-submit-btn{padding:13px 25px;font-size:.95rem}.social-icon{width:40px;height:40px;font-size:.95rem}}@media(max-width:992px){.contact-content,#register .contact-content{grid-template-columns:1fr;gap:3rem}}@media(max-width:768px){.contact{padding:60px 0}.contact-content,#register .contact-content{gap:2rem}.contact-form{grid-template-columns:1fr}#register .contact-form,#register .contact-info{padding:2rem 1.5rem}.info-item{gap:1rem}.info-icon{width:50px;height:50px;font-size:2rem}.contact-form-wrapper{padding:2rem}}@media(max-width:480px){.contact{padding:40px 0}.section-header h2{font-size:1.8rem}.section-header p{font-size:.9rem}.contact-content,#register .contact-content,.contact-info{gap:1.5rem}#register .contact-info{gap:1.5rem;padding:1.5rem}.info-item{flex-direction:column;align-items:center;text-align:center;gap:.8rem}.info-icon{width:45px;height:45px;font-size:1.8rem}.contact-form-wrapper,#register .contact-form{padding:1.5rem}.form-group input,.form-group textarea,.form-group select{padding:10px 14px;font-size:.9rem}#register .form-group input,#register .form-group select{padding:12px 15px;font-size:.95rem}.btn-primary{padding:12px 24px;font-size:.95rem}.mobile-section-title{display:block;font-size:1.3rem;margin-bottom:1.5rem;color:#333}}
