*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#0f172a,#1e40af,#3b82f6);min-height:100vh;position:relative}body:before{content:"✦ ✧ ★ ✦ ✧ ★ ✦ ✧ ★ ✦ ✧ ★ ✦ ✧ ★ ✦ ✧ ★ ✦ ✧ ★ ✦ ✧ ★ ✦ ✧ ★ ✦ ✧ ★";position:fixed;top:0;left:0;width:100%;height:100%;color:#3b82f61a;font-size:2rem;z-index:-1;animation:sparkle 20s linear infinite;pointer-events:none}@keyframes sparkle{0%{transform:translate(-100%)}to{transform:translate(100%)}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:linear-gradient(135deg,#1e40aff2,#3b82f6f2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 4px 20px #1e40af4d;border-bottom:2px solid rgba(59,130,246,.5)}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;text-shadow:0 2px 4px rgba(0,0,0,.3)}.nav{display:flex;gap:2rem;align-items:center}.nav a{text-decoration:none;color:#fff;font-weight:600;transition:all .3s;text-shadow:0 1px 2px rgba(0,0,0,.3);position:relative}.nav a:after{content:"★";position:absolute;top:-5px;right:-10px;color:#fbbf24;font-size:.8rem;opacity:0;transition:opacity .3s}.nav a:hover{color:#fbbf24;transform:translateY(-2px)}.nav a:hover:after{opacity:1}.btn-primary{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s;border:none;cursor:pointer;box-shadow:0 4px 15px #1e40af66;position:relative;overflow:hidden}.btn-primary:before{content:"✦";position:absolute;top:50%;left:-20px;transform:translateY(-50%);color:#fbbf24;font-size:1.2rem;transition:left .3s}.btn-primary:hover{background:linear-gradient(135deg,#1e40af,#60a5fa);transform:translateY(-3px);box-shadow:0 8px 25px #1e40af99}.btn-primary:hover:before{left:10px}.btn-secondary{background:linear-gradient(135deg,#059669,#10b981);color:#fff;padding:1rem 2rem;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s;display:inline-block;margin:.5rem;box-shadow:0 4px 15px #05966966;position:relative}.btn-secondary:after{content:"★";position:absolute;top:-5px;right:-5px;color:#fbbf24;font-size:1rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.btn-secondary:hover{background:linear-gradient(135deg,#047857,#059669);transform:translateY(-3px);box-shadow:0 8px 25px #05966999}.btn-tertiary{background:linear-gradient(135deg,#db2777,#ec4899);color:#fff;padding:1rem 2rem;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s;display:inline-block;margin:.5rem;box-shadow:0 4px 15px #db277766;position:relative}.btn-tertiary:after{content:"✧";position:absolute;top:-5px;right:-5px;color:#fbbf24;font-size:1rem;animation:rotate 3s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-tertiary:hover{background:linear-gradient(135deg,#be185d,#db2777);transform:translateY(-3px);box-shadow:0 8px 25px #db277799}.hero{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 20%;filter:brightness(.7);z-index:-1}.hero-content{z-index:1;max-width:800px;padding:2rem}.hero h1{font-size:3.5rem;font-weight:900;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero p{font-size:1.25rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.btn-hero{background:#fff;color:#1e3a8a;padding:1rem 2rem;border-radius:25px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #0003}.btn-hero:hover{background:#f3f4f6;transform:translateY(-2px)}.section{padding:5rem 0;background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);margin:2rem 0;border-radius:20px;border:2px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d;position:relative;overflow:hidden}.section:before{content:"✦ ★ ✧ ✦ ★ ✧";position:absolute;top:20px;right:20px;color:#ffffff4d;font-size:1.5rem;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.section-header{text-align:center;margin-bottom:3rem;position:relative}.badge{background:linear-gradient(135deg,#000,#1f2937);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;display:inline-block;margin-bottom:1rem;box-shadow:0 4px 15px #00000080;position:relative;border:2px solid rgba(255,255,255,.3)}.badge:after{content:"★";position:absolute;top:-8px;right:-8px;color:#fbbf24;font-size:1.2rem;animation:twinkle 2s infinite}@keyframes twinkle{0%,to{opacity:1}50%{opacity:.3}}.section-title{font-size:2.5rem;font-weight:900;color:#fff;margin-bottom:1rem;position:relative;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.section-title:after{content:"✦";position:absolute;top:-10px;right:-20px;color:#fbbf24;font-size:2rem;animation:spin 4s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.section-subtitle{font-size:1.1rem;color:#fff;max-width:600px;margin:0 auto;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 8px 30px #0000004d;transition:all .3s;text-align:center;border:2px solid rgba(255,255,255,.8)}.card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0006}.card-icon{font-size:3rem;margin-bottom:1rem;color:#1e40af}.card-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:1rem}.card-desc{color:#374151;margin-bottom:1.5rem}.card-features{list-style:none;text-align:left}.card-features li{padding:.5rem 0;color:#000;display:flex;align-items:center;gap:.5rem;font-weight:500}.about{display:flex;align-items:center;gap:3rem;flex-wrap:wrap}.about-image{flex:1;min-width:300px}.about-image img{width:100%;height:auto;border-radius:15px;box-shadow:0 8px 30px #0006;border:3px solid rgba(255,255,255,.3)}.about-content{flex:1;min-width:300px;color:#fff}.about-content p{color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.3);font-size:1.1rem;line-height:1.6}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:2rem}.stat{text-align:center;background:#ffffff1a;padding:1.5rem;border-radius:15px;border:2px solid rgba(255,255,255,.2)}.stat-icon{font-size:2rem;color:#fbbf24;margin-bottom:.5rem}.stat-number{font-size:1.5rem;font-weight:700;color:#fff;display:block;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.stat-label{color:#fff;font-size:.9rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.process{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.step{text-align:center;padding:2rem 1rem;background:#ffffff1a;border-radius:15px;border:2px solid rgba(255,255,255,.2)}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#000,#1f2937);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem;border:3px solid #fbbf24;box-shadow:0 4px 15px #0000004d}.step-title{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.step-desc{color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.results{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.result-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:all .3s}.result-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.result-image{width:100%;height:250px;object-fit:cover}.result-content{padding:1.5rem;text-align:center}.result-title{font-size:1.2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.result-desc{color:#6b7280}.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 8px 30px #0000004d;text-align:center;border:2px solid rgba(255,255,255,.8)}.testimonial-stars{margin-bottom:1rem;font-size:1.2rem}.testimonial-quote{font-style:italic;color:#374151;margin-bottom:1rem;line-height:1.6;font-weight:500}.testimonial-name{font-weight:700;color:#000}.titles{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:3rem}.title-item{background:#fff;padding:1rem;border-radius:10px;border-left:4px solid #fbbf24;box-shadow:0 4px 15px #0000004d;display:flex;align-items:center;gap:.5rem;border:2px solid rgba(255,255,255,.8)}.title-item span:last-child{color:#000;font-weight:600}.competition-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.competition-photo img{width:100%;height:200px;object-fit:contain;background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000004d;transition:all .3s;border:3px solid rgba(255,255,255,.8)}.competition-photo img:hover{transform:scale(1.05);box-shadow:0 8px 25px #0006}.cta{text-align:center;padding:4rem 2rem}.cta h2{font-size:2.5rem;font-weight:900;color:#fff;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.cta p{font-size:1.2rem;color:#fff;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-section h3{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.footer-section p,.footer-section li{color:#9ca3af;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#9ca3af}.mobile-menu{display:none}@media (max-width: 768px){.nav{display:none}.mobile-menu{display:block;background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer}.hero h1{font-size:2.5rem}.hero p{font-size:1rem}.section-title{font-size:2rem}.about{text-align:center}.header-content{padding:1rem}.container{padding:0 15px}}@media (max-width: 480px){.hero h1{font-size:2rem}.section-title{font-size:1.8rem}.cta h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}}.nav a{cursor:pointer}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.card-features{list-style:none;padding:0;margin:1rem 0}.card-features li{padding:.5rem 0;color:#374151;font-size:.9rem}.footer{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section p{margin:.5rem 0;color:#fffc}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);color:#fff9}@media (max-width: 768px){.nav{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.nav a{font-size:.9rem;padding:.4rem .8rem}.header-content{flex-direction:column;gap:1rem}.logo{font-size:1.2rem}}
