:root{--white: #ffffff;--black: #000000;--light-yellow: #ffdaa8;--primary-yellow: #efdaa0;--yellow-white: #efdaa0;--dark-yellow: #efdaa0;--dark-navy: #0a0e1a;--navy: #12182b;--light-navy: #1a2332;--text-primary: #ffffff;--text-secondary: #b8c5d0;--red-accent: #e74c3c}.app{background:var(--dark-navy);min-height:100vh;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0a0e1afa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05)}.nav-container{max-width:1600px;margin:0 auto;padding:1rem 3rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:1rem}.logo-image{height:50px;width:auto;object-fit:contain}.logo-text-container{display:flex;flex-direction:column;gap:0;line-height:1}.logo-text{font-size:1.6rem;font-weight:900;color:var(--primary-yellow);letter-spacing:2px}.logo-subtext{font-size:.65rem;color:var(--text-secondary);letter-spacing:3px;margin-left:2px}.nav-links{display:flex;gap:.5rem;align-items:center}.nav-link{color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;padding:.6rem 1.2rem;border-radius:6px;display:flex;align-items:center;gap:.5rem}.nav-link.active{background:#fbbf2f26;color:var(--yellow-white)}.nav-link:hover{background:#ffffff0d;color:var(--white)}.nav-icon{font-size:1rem}.dropdown-wrapper{position:relative;display:inline-block}.dropdown-trigger{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;font-family:inherit}.dropdown-trigger.active{background:#fbbf2f26;color:var(--primary-yellow)}.dropdown-arrow{font-size:.7rem;margin-left:.2rem;transition:transform .3s ease;color:var(--text-secondary)}.dropdown-arrow.open{transform:rotate(180deg);color:var(--primary-yellow)}.dropdown-menu{position:absolute;top:calc(100% + 1rem);left:0;min-width:220px;background:#12182bfa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(251,191,47,.2);border-radius:8px;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;box-shadow:0 10px 30px #00000080;z-index:1000}.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:flex;align-items:center;gap:.8rem;padding:.8rem 1.2rem;color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s ease;border-left:3px solid transparent}.dropdown-item:hover{background:#fbbf2f1a;color:var(--primary-yellow);border-left-color:var(--primary-yellow);padding-left:1.5rem}.dropdown-icon{font-size:1.1rem;min-width:20px;display:flex;align-items:center;justify-content:center}.nav-actions{display:flex;align-items:center;gap:1rem}.btn-online{background:#16a34a;color:var(--white);padding:.6rem 1.5rem;border-radius:6px;font-weight:700;border:none;cursor:pointer;display:flex;align-items:center;gap:.6rem;font-size:.85rem;letter-spacing:1px;transition:all .3s ease}.btn-online:hover{background:#15803d;transform:translateY(-2px)}.online-dot{width:8px;height:8px;border-radius:50%;background:var(--white);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.social-icon{width:36px;height:36px;border-radius:6px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .3s ease;text-decoration:none}.social-icon:hover{background:#ffffff1a;color:var(--white);transform:translateY(-2px)}.hero{margin-top:80px;padding:4rem 3rem;min-height:calc(100vh - 80px);position:relative;overflow:hidden}.hero-background{position:absolute;inset:0;pointer-events:none;z-index:0}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15;animation:float 8s ease-in-out infinite}.orb-1{width:500px;height:500px;background:var(--primary-yellow);top:-100px;right:-100px;animation-delay:0s}.orb-2{width:400px;height:400px;background:var(--dark-yellow);bottom:-100px;left:-100px;animation-delay:3s}.orb-3{width:350px;height:350px;background:var(--light-yellow);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:6s}@keyframes float{0%,to{transform:translate(0)}33%{transform:translate(30px,-30px)}66%{transform:translate(-30px,30px)}}.hero-container{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{max-width:700px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#fbbf2f26,#eeb9411a);border:1px solid var(--primary-yellow);padding:.6rem 1.5rem;border-radius:50px;font-size:.85rem;color:var(--primary-yellow);font-weight:600;margin-bottom:2rem}.badge-icon{font-size:1.1rem}.hero-title{font-size:5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:var(--primary-yellow);letter-spacing:-2px;text-shadow:0 0 40px rgba(251,191,47,.3)}.hero-subtitle,.hero-subtitle-white{color:var(--white)}.hero-description{font-size:1.15rem;color:var(--text-secondary);line-height:1.8;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.btn{padding:1.1rem 2.2rem;border-radius:8px;font-size:1rem;font-weight:700;border:none;cursor:pointer;transition:all .3s ease;font-family:inherit;letter-spacing:.5px;display:flex;align-items:center;text-decoration:none;gap:.6rem}.btn-icon{font-size:1.2rem}.btn-primary{background:linear-gradient(135deg,var(--primary-yellow),#fbbf2f);color:var(--dark-navy)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #fbbf2f66}.btn-secondary{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff0d;border-color:var(--white);transform:translateY(-3px)}.hero-stats-inline{display:flex;gap:2rem;flex-wrap:wrap}.stat-inline{display:flex;align-items:center;gap:1rem;background:#ffffff08;padding:1rem 1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.stat-inline:hover{background:#ffffff0d;border-color:var(--primary-yellow);transform:translateY(-2px)}.stat-inline-icon{font-size:2rem}.stat-inline-content{display:flex;flex-direction:column;gap:.2rem}.stat-inline-value{font-size:1.5rem;font-weight:900;color:var(--primary-yellow);line-height:1}.stat-inline-label{font-size:.8rem;color:var(--text-secondary)}.hero-logo-section{display:flex;align-items:center;justify-content:center;position:relative}.hero-logo-container{position:relative;width:100%;max-width:500px;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.hero-logo{width:100%;height:auto;max-width:450px;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 0 40px rgba(251,191,47,.3));animation:logoFloat 6s ease-in-out infinite}@keyframes logoFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}.logo-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle,rgba(251,191,47,.2) 0%,transparent 70%);border-radius:50%;animation:glowPulse 4s ease-in-out infinite;z-index:1}@keyframes glowPulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}.loading-dots{display:inline-block;font-weight:900;animation:loadingDots 1.5s infinite}@keyframes loadingDots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.hero-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card-mini{background:linear-gradient(135deg,#12182bcc,#1a233299);border:1px solid rgba(251,191,47,.1);border-radius:15px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .4s ease;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-card-mini:hover{transform:translateY(-5px);border-color:var(--primary-yellow);background:linear-gradient(135deg,#12182bf2,#1a2332cc);box-shadow:0 10px 30px #fbbf2f33}.card-mini-icon{font-size:2.5rem;min-width:60px;display:flex;align-items:center;justify-content:center}.card-mini-content h4{font-size:1.1rem;color:var(--white);margin-bottom:.3rem;font-weight:700}.card-mini-content p{font-size:.85rem;color:var(--text-secondary);line-height:1.4}.card-1{animation:slideIn .6s ease-out .1s both}.card-2{animation:slideIn .6s ease-out .2s both}.card-3{animation:slideIn .6s ease-out .3s both}.card-4{animation:slideIn .6s ease-out .4s both}.card-5{animation:slideIn .6s ease-out .5s both}.card-6{animation:slideIn .6s ease-out .6s both}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.legal-notice{background:linear-gradient(180deg,var(--dark-navy) 0%,rgba(18,24,43,.8) 100%);padding:5rem 3rem;position:relative}.legal-notice:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent,rgba(251,191,47,.3),transparent)}.legal-container{max-width:1200px;margin:0 auto;background:linear-gradient(135deg,#1a233299,#12182bcc);border-radius:20px;padding:3rem;border:1px solid rgba(251,191,47,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.legal-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(251,191,47,.2)}.legal-icon1{font-size:3rem;filter:drop-shadow(0 0 15px rgba(251,191,47,.4));background:none}.legal-title{font-size:2.5rem;font-weight:900;color:#efdaa0;letter-spacing:1px;text-shadow:0 0 30px rgba(251,191,47,.3)}.legal-content{display:flex;flex-direction:column;gap:1.5rem}.legal-text{font-size:1.05rem;color:var(--text-secondary);line-height:1.9;text-align:justify}.legal-text strong{color:#efdaa0;font-weight:700}.legal-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(251,191,47,.1);display:flex;flex-direction:column;gap:1rem}.legal-disclaimer{font-size:.95rem;color:var(--text-secondary);line-height:1.7;font-style:italic}.legal-link{color:#efdaa0;text-decoration:none;font-weight:600;transition:all .2s ease}.legal-link:hover{color:#ffdaa8;text-decoration:underline}.legal-update{font-size:.9rem;color:var(--text-secondary);text-align:right}.legal-update strong{color:#efdaa0}@media(max-width:768px){.legal-notice{padding:3rem 1.5rem}.legal-container{padding:2rem 1.5rem}.legal-header{flex-direction:column;gap:.8rem;margin-bottom:2rem;padding-bottom:1.5rem}.legal-icon{font-size:2.5rem}.legal-title{font-size:2rem;text-align:center}.legal-text{font-size:.95rem;text-align:left}.legal-update{text-align:center}}@media(max-width:480px){.legal-notice{padding:2.5rem 1rem}.legal-container{padding:1.5rem 1rem}.legal-title{font-size:1.7rem}.legal-icon{font-size:2rem}.legal-text{font-size:.9rem}}.simple-footer{background:var(--navy);padding:2rem;text-align:center;border-top:1px solid rgba(255,255,255,.05)}.simple-footer p{color:var(--text-secondary);font-size:.9rem}@media(max-width:1200px){.nav-container{padding:1rem 2rem}.hero{padding:3rem 2rem}.hero-container{grid-template-columns:1fr;gap:3rem}.hero-logo-section{order:-1;max-width:300px;margin:0 auto}.hero-logo{max-width:300px}.hero-title{font-size:4rem}}@media(max-width:768px){.nav-container{flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem}.nav-links{order:3;width:100%;justify-content:center;flex-wrap:wrap}.nav-link{font-size:.85rem;padding:.5rem .8rem}.nav-icon{display:none}.dropdown-wrapper{width:auto}.dropdown-trigger{font-size:.85rem;padding:.5rem .8rem}.dropdown-arrow{font-size:.6rem}.dropdown-menu{min-width:200px;left:50%;transform:translate(-50%) translateY(-10px)}.dropdown-menu.show{transform:translate(-50%) translateY(0)}.dropdown-item{padding:.7rem 1rem;font-size:.85rem}.dropdown-icon{font-size:1rem}.logo-image{height:40px}.logo-text{font-size:1.3rem}.hero{padding:2rem 1.5rem}.hero-logo-section,.hero-logo{max-width:250px}.hero-title{font-size:3rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}.btn{width:100%;justify-content:center}.hero-stats-inline{flex-direction:column;gap:1rem}.stat-inline{width:100%}.hero-features{grid-template-columns:1fr}}@media(max-width:480px){.logo-text{font-size:1.1rem}.logo-subtext{font-size:.55rem}.hero-title{font-size:2.5rem}.btn-online{padding:.5rem 1rem;font-size:.75rem}.social-icon{width:32px;height:32px}.feature-card-mini{padding:1.2rem}.card-mini-icon{font-size:2rem;min-width:50px}}.gallery-section{background:linear-gradient(180deg,var(--dark-navy) 0%,rgba(18,24,43,.8) 50%,var(--dark-navy) 100%);padding:5rem 0;position:relative;overflow:hidden}.gallery-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(251,191,47,.3),transparent)}.gallery-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(251,191,47,.3),transparent)}.gallery-container{max-width:100%;margin:0 auto}.gallery-header{text-align:center;margin-bottom:4rem;padding:0 2rem}.gallery-icon{font-size:3.5rem;display:block;margin-bottom:1rem;filter:drop-shadow(0 0 20px rgba(251,191,47,.4));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.gallery-title{font-size:3rem;font-weight:900;color:var(--white);margin-bottom:1rem;letter-spacing:2px}.title-highlight{color:#fbbf2f;text-shadow:0 0 40px rgba(251,191,47,.5)}.gallery-subtitle{font-size:1.2rem;color:var(--text-secondary);max-width:700px;margin:0 auto}.gallery-slider{width:100%;overflow:hidden;position:relative;padding:2rem 0}.gallery-slider:before,.gallery-slider:after{content:"";position:absolute;top:0;bottom:0;width:200px;z-index:2;pointer-events:none}.gallery-slider:before{left:0;background:linear-gradient(90deg,var(--dark-navy) 0%,transparent 100%)}.gallery-slider:after{right:0;background:linear-gradient(270deg,var(--dark-navy) 0%,transparent 100%)}.gallery-track{display:flex;gap:2rem;animation:scroll-gallery 40s linear infinite;width:fit-content}@keyframes scroll-gallery{0%{transform:translate(0)}to{transform:translate(-50%)}}.gallery-track:hover{animation-play-state:paused}.gallery-item{position:relative;width:500px;height:300px;flex-shrink:0;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#1a2332cc,#12182be6);border:2px solid rgba(251,191,47,.2);transition:all .4s ease;cursor:pointer}.gallery-item:hover{transform:translateY(-10px) scale(1.02);border-color:#fbbf2f;box-shadow:0 20px 60px #fbbf2f4d}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover .gallery-image{transform:scale(1.1)}.image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:none;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(135deg,#1e2332f2,#141928fa)}.gallery-item.no-image .image-placeholder{display:flex}.placeholder-icon{font-size:4rem;opacity:.3}.placeholder-text{color:var(--text-secondary);font-size:1.1rem;opacity:.5}.gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.7) 100%);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.overlay-icon{font-size:3rem;filter:drop-shadow(0 0 10px rgba(251,191,47,.5))}.gallery-footer{text-align:center;margin-top:3rem;padding:0 2rem}.gallery-btn{padding:1.2rem 3rem;background:linear-gradient(135deg,#fbbf2f33,#eeb9411a);color:#fbbf2f;border:2px solid #fbbf2f;border-radius:12px;font-size:1.1rem;font-weight:700;letter-spacing:1px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.8rem}.gallery-btn:hover{background:linear-gradient(135deg,#fbbf2f,#eeb941);color:var(--dark-navy);transform:translateY(-3px);box-shadow:0 10px 30px #fbbf2f66}@media(max-width:1024px){.gallery-item{width:450px;height:270px}.gallery-track{animation-duration:35s}}@media(max-width:768px){.gallery-section{padding:3rem 0}.gallery-header{margin-bottom:3rem}.gallery-icon{font-size:2.5rem}.gallery-title{font-size:2.2rem}.gallery-subtitle{font-size:1rem}.gallery-item{width:380px;height:230px}.gallery-track{gap:1.5rem;animation-duration:30s}.gallery-slider:before,.gallery-slider:after{width:100px}.gallery-btn{padding:1rem 2rem;font-size:1rem}}@media(max-width:480px){.gallery-icon{font-size:2rem}.gallery-title{font-size:1.8rem}.gallery-subtitle{font-size:.9rem}.gallery-item{width:320px;height:200px}.gallery-track{gap:1rem;animation-duration:25s}.gallery-slider:before,.gallery-slider:after{width:50px}.overlay-icon{font-size:2rem}.gallery-btn{padding:.9rem 1.5rem;font-size:.9rem;width:100%;max-width:300px}}.borsa-page{min-height:100vh;background:var(--dark-navy);padding:120px 2rem 4rem}.borsa-container{max-width:1400px;margin:0 auto}.business-section{margin-bottom:5rem}.business-section:last-child{margin-bottom:0}.section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3rem;padding:2rem;border-radius:16px;background:linear-gradient(135deg,#1a233299,#12182bcc)}.legal-header,.illegal-header{border-left:4px solid #efdaa0}.header-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2rem}.legal-icon{background:linear-gradient(135deg,#fbbf2f,#efdaa0)}.illegal-icon{background:linear-gradient(135deg,#efdaa0,#d4a94a)}.section-title{font-size:2.5rem;font-weight:900;letter-spacing:2px;margin-top:2rem;text-transform:uppercase}.legal-header .section-title,.illegal-header .section-title{color:#efdaa0}.business-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.business-card{background:linear-gradient(135deg,#1a2332cc,#12182be6);border-radius:16px;padding:2rem;transition:all .3s ease}.legal-card,.illegal-card{border-left:4px solid #efdaa0}.legal-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #fbbf2f66;border-left-width:6px}.illegal-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #eeb94166;border-left-width:6px}.business-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.legal-card .business-header{border-bottom-color:#fbbf2f33}.illegal-card .business-header{border-bottom-color:#eeb94133}.business-icon{font-size:2rem}.business-title{font-size:1.5rem;font-weight:800;color:var(--white);letter-spacing:1px}.business-items{display:flex;flex-direction:column;gap:1.2rem}.business-item{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.item-name{font-size:1rem;color:var(--text-secondary);font-weight:500}.item-price{font-size:1.1rem;font-weight:700;color:#efdaa0}.item-price.highlight{color:#ffdaa8;font-size:1.2rem;text-shadow:0 0 10px rgba(255,218,168,.3)}.business-note{margin-top:1.5rem;padding:1rem 1.5rem;border-radius:8px;font-size:.9rem;color:var(--text-secondary);line-height:1.6}.legal-card .business-note{background:#fbbf2f1a;border-left:3px solid #efdaa0}.illegal-card .business-note,.illegal-note{background:#eeb9411a;border-left:3px solid #efdaa0}.business-note strong{color:#efdaa0;font-weight:700}@media(max-width:1024px){.business-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media(max-width:768px){.borsa-page{padding:100px 1.5rem 3rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem}.header-icon{width:50px;height:50px;font-size:1.5rem}.section-title{font-size:1.8rem}.business-grid{grid-template-columns:1fr}.business-card{padding:1.5rem}.business-item{flex-direction:column;align-items:flex-start;gap:.5rem}.item-price{font-size:1rem}}.iletisim-page{min-height:100vh;background:var(--dark-navy);padding:120px 2rem 4rem}.iletisim-container{max-width:1400px;margin:0 auto}.forms-section{margin-bottom:6rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:900;color:#efdaa0;margin-bottom:1rem;text-shadow:0 0 30px rgba(251,191,47,.3)}.section-description{font-size:1.2rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.forms-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.form-card{background:linear-gradient(135deg,#1a2332cc,#12182be6);border-radius:16px;padding:2.5rem;border:1px solid rgba(251,191,47,.2);transition:all .3s ease}.form-card:hover{border-color:#fbbf2f66;box-shadow:0 10px 30px #fbbf2f33;transform:translateY(-5px)}.form-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(251,191,47,.2)}.form-icon{font-size:2rem}.form-title{font-size:1.5rem;font-weight:700;color:#efdaa0}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:#ffdaa8;letter-spacing:.5px}.form-group input,.form-group textarea,.form-group select{padding:.9rem 1.2rem;background:#0a0e1a99;border:1px solid rgba(251,191,47,.2);border-radius:8px;color:var(--white);font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#efdaa0;background:#0a0e1acc;box-shadow:0 0 0 3px #fbbf2f1a}.form-group textarea{resize:vertical;min-height:120px}.form-group select{cursor:pointer}.form-group input::placeholder,.form-group textarea::placeholder{color:#b8c5d080}.submit-btn{padding:1rem 2rem;background:linear-gradient(135deg,#fbbf2f,#efdaa0);color:var(--dark-navy);border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #fbbf2f80;background:linear-gradient(135deg,#efdaa0,#fbbf2f)}.submit-btn .btn-icon{font-size:1.2rem}.team-section{padding:4rem 0}.team-title{font-size:2.5rem;font-weight:900;color:#efdaa0;text-align:center;margin-bottom:3rem;letter-spacing:1px;text-transform:uppercase;text-shadow:0 0 30px rgba(251,191,47,.3)}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.team-card{background:linear-gradient(135deg,#1a2332cc,#12182be6);border-radius:16px;padding:3rem 2rem;text-align:center;border:1px solid rgba(251,191,47,.2);transition:all .3s ease}.team-card:hover{transform:translateY(-10px);border-color:#fbbf2f80;box-shadow:0 15px 40px #fbbf2f4d}.team-avatar{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;background:linear-gradient(135deg,#fbbf2f33,#eeb9411a);border:3px solid #efdaa0;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.team-card:hover .team-avatar{transform:scale(1.1);box-shadow:0 0 30px #fbbf2f80}.avatar-icon{font-size:3rem}.avatar-image{width:70%;height:70%;object-fit:contain;filter:drop-shadow(0 0 10px rgba(251,191,47,.3))}.team-name{font-size:1.8rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.team-role{font-size:.9rem;font-weight:600;color:#efdaa0;letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem}.team-contact{display:flex;justify-content:center;gap:1rem}.contact-icon{width:45px;height:45px;border-radius:8px;background:#fbbf2f1a;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .3s ease;text-decoration:none;border:1px solid rgba(251,191,47,.2)}.contact-icon:hover{background:#fbbf2f33;color:#efdaa0;transform:translateY(-3px);box-shadow:0 5px 15px #fbbf2f4d;border-color:#efdaa0}@media(max-width:1024px){.forms-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.iletisim-page{padding:100px 1.5rem 3rem}.section-title{font-size:2rem}.section-description{font-size:1rem}.form-card{padding:2rem 1.5rem}.team-grid{grid-template-columns:1fr}.team-avatar{width:100px;height:100px}.avatar-icon{font-size:2.5rem}.team-name{font-size:1.5rem}.team-title{font-size:2rem}}.kurallar-page{min-height:100vh;background:var(--dark-navy);padding:120px 2rem 4rem}.kurallar-container{max-width:1200px;margin:0 auto}.rules-header{text-align:center;margin-bottom:4rem}.rules-title{font-size:3.5rem;font-weight:900;margin-bottom:1.5rem;letter-spacing:2px}.title-highlight{color:#fbbf2f;text-shadow:0 0 30px rgba(251,191,47,.4)}.rules-description{font-size:1.1rem;color:var(--text-secondary);max-width:800px;margin:0 auto;line-height:1.8}.rules-accordion{display:flex;flex-direction:column;gap:1.5rem}.rule-category{background:linear-gradient(135deg,#1a2332cc,#12182be6);border-radius:12px;border-left:4px solid rgba(251,191,47,.3);transition:all .3s ease;overflow:hidden}.rule-category:hover{border-left-color:#fbbf2f;box-shadow:0 5px 20px #fbbf2f26}.rule-category.active{border-left-color:#fbbf2f;border-left-width:5px}.category-header{width:100%;padding:1.5rem 2rem;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease}.category-header:hover{background:#fbbf2f0d}.header-left{display:flex;align-items:center;gap:1.2rem}.category-icon{font-size:2rem;filter:drop-shadow(0 0 10px rgba(251,191,47,.3))}.category-title{font-size:1.4rem;font-weight:800;color:var(--white);text-align:left;letter-spacing:1px}.toggle-arrow{font-size:1.2rem;color:#fbbf2f;transition:transform .3s ease}.toggle-arrow.open{transform:rotate(180deg)}.category-content{max-height:0;overflow:hidden;transition:max-height .4s ease}.category-content.show{max-height:2000px}.rules-list{padding:0 2rem 2rem;border-top:1px solid rgba(251,191,47,.1)}.rules-subtitle{font-size:1.1rem;color:#fbbf2f;margin:1.5rem 0 1.2rem;font-weight:700}.rules-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.rule-item{padding:.8rem 0 .8rem 1.5rem;color:var(--text-secondary);font-size:1rem;line-height:1.7;position:relative;border-bottom:1px solid rgba(255,255,255,.03)}.rule-item:last-child{border-bottom:none}.rule-item:before{content:"•";position:absolute;left:0;color:#fbbf2f;font-size:1.5rem;line-height:1}.rule-item:hover{color:var(--white);padding-left:2rem;transition:all .3s ease}.rules-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(251,191,47,.2)}.footer-note{background:linear-gradient(135deg,#fbbf2f1a,#eeb9410d);padding:1.5rem 2rem;border-radius:12px;border-left:4px solid #fbbf2f;display:flex;gap:1.5rem;align-items:flex-start}.note-icon{font-size:2rem;filter:drop-shadow(0 0 10px rgba(251,191,47,.3))}.footer-note p{color:var(--text-secondary);line-height:1.8;margin:0}.footer-note strong{color:#fbbf2f;font-weight:700}@media(max-width:768px){.kurallar-page{padding:100px 1.5rem 3rem}.rules-title{font-size:2.5rem}.rules-description{font-size:1rem}.category-header{padding:1.2rem 1.5rem}.header-left{gap:1rem}.category-icon{font-size:1.5rem}.category-title{font-size:1.1rem}.toggle-arrow{font-size:1rem}.rules-list{padding:0 1.5rem 1.5rem}.rule-item{font-size:.95rem;padding-left:1.2rem}.rule-item:hover{padding-left:1.5rem}.footer-note{flex-direction:column;gap:1rem;padding:1.2rem 1.5rem}.note-icon{font-size:1.5rem}.footer-note p{font-size:.95rem}}@media(max-width:480px){.rules-title{font-size:2rem}.category-title{font-size:1rem}.rules-accordion{gap:1rem}}.hakkimizda-page{min-height:100vh;background:var(--dark-navy);padding:120px 2rem 4rem}.hakkimizda-container{max-width:1400px;margin:0 auto}.hero-section{text-align:center;margin-bottom:5rem;padding:3rem 0}.hero-title{font-size:4rem;font-weight:900;margin-bottom:1.5rem;letter-spacing:3px;color:var(--white)}.hero-subtitle{font-size:1.3rem;color:var(--text-secondary);max-width:700px;margin:0 auto}.about-section{margin-bottom:6rem}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text .section-title{font-size:2.5rem;font-weight:800;color:var(--white);margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.about-description{font-size:1.1rem;color:var(--text-secondary);line-height:1.9;margin-bottom:1.5rem}.about-image{display:flex;justify-content:center;align-items:center}.about-img{display:flex;justify-content:center;align-items:center;height:750px}.image-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#fbbf2f1a,#eeb9410d);border-radius:20px;border:2px solid rgba(251,191,47,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;transition:all .3s ease}.image-placeholder:hover{border-color:#efdaa0;box-shadow:0 20px 60px #fbbf2f33;transform:translateY(-5px)}.placeholder-icon{font-size:5rem;filter:drop-shadow(0 0 20px rgba(251,191,47,.4))}.image-placeholder p{font-size:1.5rem;font-weight:700;color:#efdaa0}.section-title{font-size:2.5rem;font-weight:800;color:var(--white);margin-bottom:3rem;display:flex;align-items:center;gap:1rem}.section-title.centered{justify-content:center;text-align:center}.stats-section{margin-bottom:6rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-card{background:linear-gradient(135deg,#1a2332cc,#12182be6);border-radius:16px;padding:3rem 2rem;text-align:center;border:1px solid rgba(251,191,47,.2);transition:all .3s ease}.stat-card:hover{transform:translateY(-10px);border-color:#efdaa0;box-shadow:0 20px 60px #fbbf2f4d}.stat-icon{font-size:3rem;display:block;margin-bottom:1rem;filter:drop-shadow(0 0 15px rgba(251,191,47,.3))}.stat-number{font-size:3rem;font-weight:900;color:#efdaa0;margin-bottom:.5rem;text-shadow:0 0 30px rgba(251,191,47,.4)}.stat-label{font-size:1rem;color:var(--text-secondary);font-weight:600;letter-spacing:1px;text-transform:uppercase}.features-section{margin-bottom:6rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.feature-card{background:linear-gradient(135deg,#1a2332cc,#12182be6);border-radius:16px;padding:2.5rem;border-left:4px solid #efdaa0;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #fbbf2f4d;border-left-width:6px}.feature-icon{font-size:3rem;margin-bottom:1.5rem;filter:drop-shadow(0 0 15px rgba(251,191,47,.3))}.feature-title{font-size:1.5rem;font-weight:700;color:#efdaa0;margin-bottom:1rem}.feature-description{font-size:1rem;color:var(--text-secondary);line-height:1.7}.mission-vision-section{margin-bottom:6rem}.mission-vision-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.mission-card,.vision-card{background:linear-gradient(135deg,#1a2332cc,#12182be6);border-radius:16px;padding:3rem;border:2px solid rgba(251,191,47,.3);transition:all .3s ease}.mission-card:hover,.vision-card:hover{border-color:#efdaa0;box-shadow:0 20px 60px #fbbf2f4d;transform:translateY(-5px)}.card-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(251,191,47,.2)}.card-icon{font-size:3rem;filter:drop-shadow(0 0 15px rgba(251,191,47,.3))}.card-title{font-size:2rem;font-weight:800;color:#efdaa0}.card-text{font-size:1.1rem;color:var(--text-secondary);line-height:1.9}.timeline-section{margin-bottom:6rem;padding:3rem 0}.timeline{position:relative;max-width:1000px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#fbbf2f,#efdaa0);transform:translate(-50%)}.timeline-item{position:relative;margin-bottom:4rem;width:50%}.timeline-item.left{left:0;padding-right:3rem}.timeline-item.right{left:50%;padding-left:3rem}.timeline-content{background:linear-gradient(135deg,#1a2332cc,#12182be6);border-radius:12px;padding:2rem;border:1px solid rgba(251,191,47,.2);position:relative;transition:all .3s ease}.timeline-content:hover{border-color:#efdaa0;box-shadow:0 10px 30px #fbbf2f33;transform:translateY(-5px)}.timeline-content:before{content:"";position:absolute;top:20px;width:20px;height:20px;background:#efdaa0;border-radius:50%;box-shadow:0 0 20px #fbbf2f99}.timeline-item.left .timeline-content:before{right:-3.6rem}.timeline-item.right .timeline-content:before{left:-3.6rem}.timeline-date{display:flex;gap:.5rem;margin-bottom:1rem}.timeline-year,.timeline-month{padding:.3rem .8rem;background:#fbbf2f1a;border-radius:6px;font-size:.9rem;font-weight:700;color:#efdaa0}.timeline-title{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:.8rem}.timeline-description{font-size:1rem;color:var(--text-secondary);line-height:1.7}.cta-section{margin-top:6rem;padding:4rem 0}.cta-content{background:linear-gradient(135deg,#fbbf2f1a,#eeb9410d);border-radius:20px;padding:4rem;text-align:center;border:2px solid rgba(251,191,47,.3)}.cta-title{font-size:2.5rem;font-weight:900;color:#efdaa0;margin-bottom:1rem;text-shadow:0 0 30px rgba(251,191,47,.4)}.cta-description{font-size:1.2rem;color:var(--text-secondary);margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1rem 2.5rem;border-radius:10px;font-size:1.1rem;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:.8rem;transition:all .3s ease}.cta-button.primary{background:linear-gradient(135deg,#efdaa0,#eeb941);color:var(--dark-navy)}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #fbbf2f80}.cta-button.secondary{background:transparent;color:#efdaa0;border:2px solid #efdaa0}.cta-button.secondary:hover{background:#fbbf2f1a;transform:translateY(-3px)}.btn-icon{font-size:1.3rem}@media(max-width:1024px){.about-content{grid-template-columns:1fr;gap:3rem}.stats-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.mission-vision-grid{grid-template-columns:1fr}.timeline:before{left:30px}.timeline-item{width:100%;left:0!important;padding-left:80px!important;padding-right:0!important}.timeline-item .timeline-content:before{left:-50px!important}}@media(max-width:768px){.hakkimizda-page{padding:100px 1.5rem 3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.section-title{font-size:2rem}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.features-grid{grid-template-columns:1fr;gap:2rem}.cta-content{padding:2.5rem 2rem}.cta-title{font-size:2rem}.cta-description{font-size:1rem}.cta-buttons{flex-direction:column}.cta-button{width:100%;justify-content:center}}@media(max-width:480px){.hero-title{font-size:2rem}.about-text .section-title{font-size:1.8rem}.section-title{font-size:1.8rem;flex-direction:column}.stat-number{font-size:2.5rem}.feature-card,.mission-card,.vision-card{padding:2rem 1.5rem}.card-title{font-size:1.5rem}.timeline-item{padding-left:60px!important}.cta-title{font-size:1.8rem}}.araclar-page{min-height:100vh;background:var(--dark-navy);padding:120px 2rem 4rem}.araclar-container{max-width:1400px;margin:0 auto}.araclar-header{text-align:center;margin-bottom:4rem}.araclar-title{font-size:3.5rem;font-weight:900;margin-bottom:1rem;letter-spacing:2px;color:var(--white)}.title-highlight{color:#efdaa0;text-shadow:0 0 40px rgba(251,191,47,.5)}.araclar-subtitle{font-size:1.2rem;color:var(--text-secondary);max-width:700px;margin:0 auto}.vehicles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:3rem}.vehicle-card{background:linear-gradient(135deg,#1a2332cc,#12182be6);border-radius:20px;overflow:hidden;transition:all .4s ease;border:1px solid rgba(255,255,255,.05)}.vehicle-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #fbbf2f33;border-color:#fbbf2f4d}.vehicle-image-container{position:relative;width:100%;height:280px;background:linear-gradient(135deg,#141928f2,#0f1423fa);overflow:hidden}.vehicle-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.vehicle-card:hover .vehicle-image{transform:scale(1.1)}.image-overlay{position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,rgba(18,24,43,.9),transparent);pointer-events:none}.vehicle-image-container.no-image{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e2332e6,#141928f2)}.vehicle-image-container.no-image:after{content:"🚗";font-size:4rem;opacity:.3}.vehicle-content{padding:2rem;text-align:center}.vehicle-name{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:.8rem;letter-spacing:.5px}.vehicle-description{font-size:1rem;color:var(--text-secondary);margin-bottom:1.8rem;opacity:.8}.buy-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#efdaa0,#fbbf2f);color:var(--dark-navy);border:none;border-radius:12px;font-size:1rem;font-weight:700;letter-spacing:1px;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 20px #b2af4a49}.buy-btn:hover{background:linear-gradient(135deg,#ffdaa8,#fbbf2f);transform:translateY(-2px);box-shadow:0 10px 30px #ef444480}.buy-btn:active{transform:translateY(0)}@media(max-width:1024px){.vehicles-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.araclar-page{padding:100px 1.5rem 3rem}.araclar-title{font-size:2.5rem}.araclar-subtitle{font-size:1rem}.vehicles-grid{grid-template-columns:1fr;gap:2rem}.vehicle-image-container{height:250px}.vehicle-content{padding:1.5rem}.vehicle-name{font-size:1.3rem}.buy-btn{padding:.9rem 1.5rem}}@media(max-width:480px){.araclar-title{font-size:2rem}.vehicle-image-container{height:220px}.vehicle-name{font-size:1.2rem}.vehicle-description{font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0e1a;color:#fff;overflow-x:hidden}#root{min-height:100vh}*{scrollbar-width:thin;scrollbar-color:#efdaa0 #12182b}*::-webkit-scrollbar{width:10px}*::-webkit-scrollbar-track{background:#12182b}*::-webkit-scrollbar-thumb{background:#efdaa0;border-radius:5px}*::-webkit-scrollbar-thumb:hover{background:#efdaa0}.layout{min-height:100vh;display:flex;flex-direction:column;background:var(--dark-navy)}.layout-content{flex:1}.navbar{position:fixed;top:0;left:0;right:0;background:#0a0e1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(251,191,47,.2);padding:1rem 0;z-index:1000}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-logo{display:flex;align-items:center;gap:.8rem;text-decoration:none;transition:all .3s ease}.nav-logo:hover{transform:translateY(-2px)}.logo-image{width:50px;height:50px;filter:drop-shadow(0 0 10px rgba(251,191,47,.3))}.logo-text-container{display:flex;flex-direction:column}.logo-text{font-size:1.5rem;font-weight:900;color:#efdaa0;letter-spacing:2px;line-height:1}.logo-subtext{font-size:.7rem;color:var(--text-secondary);letter-spacing:3px;font-weight:600}.nav-links{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:center}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;color:var(--text-secondary);text-decoration:none;font-weight:600;font-size:.95rem;border-radius:8px;transition:all .3s ease;position:relative;background:transparent;border:none;cursor:pointer;white-space:nowrap}.nav-link:hover{color:#efdaa0;background:#fbbf2f1a}.nav-link.active{color:#ffdaa8;background:#fbbf2f26}.nav-icon{font-size:1.1rem}.dropdown-wrapper{position:relative}.dropdown-toggle{display:flex;align-items:center;gap:.5rem}.dropdown-arrow{font-size:.7rem;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;background:#12182bfa;border:1px solid rgba(251,191,47,.2);border-radius:8px;min-width:200px;padding:.5rem;box-shadow:0 10px 40px #00000080;animation:dropdownFade .2s ease;z-index:100}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;gap:.8rem;padding:.7rem 1rem;color:var(--text-secondary);text-decoration:none;border-radius:6px;transition:all .2s ease;font-size:.9rem;font-weight:500}.dropdown-item:hover{background:#fbbf2f1a;color:#fbbf2f}.dropdown-icon{font-size:1.1rem}.nav-right{display:flex;align-items:center;gap:1.5rem}.online-indicator{display:flex;align-items:center;gap:.6rem;padding:.6rem 1.2rem;background:#fbbf2f1a;border-radius:20px;border:1px solid rgba(251,191,47,.3)}.online-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 10px #4ade80}50%{opacity:.6;box-shadow:0 0 20px #4ade80}}.online-count{font-size:.85rem;font-weight:700;color:#fbbf2f;letter-spacing:1px}.social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);border-radius:8px;transition:all .3s ease;background:#ffffff0d}.social-icon:hover{color:#fbbf2f;background:#fbbf2f1a;transform:translateY(-2px)}.layout-footer{background:linear-gradient(180deg,#0a0e1a80,#0a0e1af2);border-top:1px solid rgba(251,191,47,.2);padding:3rem 0 1.5rem;margin-top:4rem}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-title{font-size:1.5rem;font-weight:900;color:#fbbf2f;letter-spacing:2px;margin-bottom:.5rem}.footer-description{color:var(--text-secondary);line-height:1.7;font-size:.95rem}.footer-heading{font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.footer-links li a{color:var(--text-secondary);text-decoration:none;font-size:.95rem;transition:all .2s ease}.footer-links li a:hover{color:#fbbf2f;padding-left:.5rem}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.footer-contact li{display:flex;align-items:center;gap:.6rem;color:var(--text-secondary);font-size:.95rem}.footer-contact li a{color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.footer-contact li a:hover{color:#fbbf2f}.contact-icon{font-size:1.1rem}.footer-socials{display:flex;gap:1rem}.footer-social{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fbbf2f1a;border-radius:8px;color:var(--text-secondary);transition:all .3s ease;border:1px solid rgba(251,191,47,.2)}.footer-social:hover{background:#fbbf2f33;color:#fbbf2f;transform:translateY(-3px);border-color:#fbbf2f}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(251,191,47,.1);display:flex;justify-content:space-between;align-items:center;color:var(--text-secondary);font-size:.9rem}.footer-bottom-links{display:flex;gap:1rem;align-items:center}.footer-bottom-links a{color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.footer-bottom-links a:hover{color:#fbbf2f}@media(max-width:1200px){.nav-links{gap:.3rem}.nav-link{padding:.6rem 1rem;font-size:.9rem}}@media(max-width:1024px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.navbar{padding:.8rem 0}.nav-container{flex-wrap:wrap;padding:0 1rem}.nav-links{order:3;width:100%;justify-content:flex-start;overflow-x:auto;padding:1rem 0 0}.nav-link{padding:.5rem .8rem;font-size:.85rem}.online-indicator{padding:.5rem 1rem}.online-count{font-size:.75rem}.social-icon{width:36px;height:36px}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:480px){.logo-image{width:40px;height:40px}.logo-text{font-size:1.2rem}.logo-subtext{font-size:.6rem}.nav-icon{font-size:1rem}.footer-title{font-size:1.2rem}}.partners-section{background:linear-gradient(180deg,#0a0e1a80,#12182bcc,#0a0e1a80);padding:4rem 0;margin-top:4rem;overflow:hidden;position:relative}.partners-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#fbbf2f 50%,transparent 100%)}.partners-container{max-width:1400px;margin:0 auto;padding:0 2rem}.partners-header{text-align:center;margin-bottom:3rem}.partners-title{font-size:2.5rem;font-weight:900;color:var(--white);margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:1rem;letter-spacing:2px}.title-icon{font-size:2.5rem;filter:drop-shadow(0 0 15px rgba(251,191,47,.4))}.partners-subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.partners-slider{position:relative;overflow:hidden;padding:2rem 0}.partners-slider:before,.partners-slider:after{content:"";position:absolute;top:0;bottom:0;width:150px;z-index:2;pointer-events:none}.partners-slider:before{left:0;background:linear-gradient(90deg,rgba(10,14,26,1) 0%,transparent 100%)}.partners-slider:after{right:0;background:linear-gradient(90deg,transparent 0%,rgba(10,14,26,1) 100%)}.partners-track{display:flex;gap:3rem;animation:scroll-left 30s linear infinite}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.partners-track:hover{animation-play-state:paused}.partner-card{flex-shrink:0;width:200px;height:120px;background:linear-gradient(135deg,#1a233299,#12182bcc);border-radius:12px;border:1px solid rgba(251,191,47,.2);display:flex;align-items:center;justify-content:center;padding:1.5rem;transition:all .3s ease;text-decoration:none;position:relative;overflow:hidden}.partner-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(251,191,47,.1),transparent);transition:left .5s ease}.partner-card:hover:before{left:100%}.partner-card:hover{transform:translateY(-5px);border-color:#fbbf2f;box-shadow:0 10px 30px #fbbf2f4d}.partner-logo-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.partner-logo{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(100%) brightness(.8);transition:all .3s ease}.partner-card:hover .partner-logo{filter:grayscale(0%) brightness(1);transform:scale(1.05)}.partner-placeholder{display:none;width:100%;height:100%;align-items:center;justify-content:center;text-align:center;background:#fbbf2f0d;border-radius:8px;border:2px dashed rgba(251,191,47,.3)}.placeholder-active .partner-placeholder{display:flex}.placeholder-text{font-size:.9rem;font-weight:600;color:#fbbf2f;padding:1rem}@media(max-width:1024px){.partners-title{font-size:2rem}.partner-card{width:180px;height:110px}.partners-track{gap:2.5rem}}@media(max-width:768px){.partners-section{padding:3rem 0}.partners-header{margin-bottom:2rem}.partners-title{font-size:1.8rem;flex-direction:column;gap:.5rem}.title-icon{font-size:2rem}.partners-subtitle{font-size:1rem}.partner-card{width:160px;height:100px;padding:1rem}.partners-track{gap:2rem;animation:scroll-left 20s linear infinite}.partners-slider:before,.partners-slider:after{width:80px}}@media(max-width:480px){.partners-title{font-size:1.5rem}.partner-card{width:140px;height:90px}.partners-track{gap:1.5rem}.placeholder-text{font-size:.8rem}}.partners-track.slow{animation:scroll-left 40s linear infinite}.partners-track.fast{animation:scroll-left 20s linear infinite}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.partners-track.reverse{animation:scroll-right 30s linear infinite}
