*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0f172a;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.App{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#334155);min-height:100vh}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172af2;border-bottom:1px solid #3b82f61a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;background-clip:text;color:#3b82f6;font-size:1.5rem;font-weight:800;text-decoration:none}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-link{color:#e2e8f0;font-weight:500;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{color:#3b82f6}.nav-link:after{background:linear-gradient(90deg,#3b82f6,#1d4ed8);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.cta-button{background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{box-shadow:0 10px 25px #3b82f64d;transform:translateY(-2px)}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem;position:relative;text-align:center}.hero:before{background:radial-gradient(circle at 50% 50%,#3b82f61a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-content{max-width:800px;position:relative;z-index:2}.hero h1{color:#f8fafc;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1d4ed8,#7c3aed);-webkit-background-clip:text;background-clip:text}.hero p{color:#cbd5e1;font-size:1.25rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.primary-button{background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.primary-button:hover{box-shadow:0 15px 35px #3b82f666;transform:translateY(-3px)}.secondary-button{background:#0000;border:2px solid #3b82f6;border-radius:50px;color:#3b82f6;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.secondary-button:hover{background:#3b82f6;color:#fff;transform:translateY(-3px)}.section{margin:0 auto;max-width:1200px;padding:5rem 2rem}.section-title{color:#f8fafc;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#cbd5e1;font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.service-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293b80;border:1px solid #3b82f61a;border-radius:20px;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.service-card:before{background:linear-gradient(90deg,#3b82f6,#1d4ed8,#7c3aed);content:"";height:3px;left:0;position:absolute;right:0;top:0}.service-card:hover{border-color:#3b82f64d;box-shadow:0 20px 40px #3b82f633;transform:translateY(-10px)}.service-icon{color:#3b82f6;font-size:3rem;margin-bottom:1rem}.service-card h3{color:#f8fafc;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.service-card p{color:#cbd5e1;line-height:1.6}.tactics-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.tactic-card{background:linear-gradient(135deg,#1e40af1a,#3b82f60d);border:1px solid #3b82f633;border-radius:15px;padding:2rem;transition:all .3s ease}.tactic-card:hover{box-shadow:0 15px 30px #3b82f626;transform:translateY(-5px)}.tactic-number{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:50%;color:#fff;display:inline-block;display:flex;font-weight:700;height:40px;justify-content:center;margin-bottom:1rem;width:40px}.tactic-card h3{color:#f8fafc;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.tactic-card p{color:#cbd5e1;line-height:1.6}.contact-form{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293b80;border:1px solid #3b82f61a;border-radius:20px;margin:0 auto;max-width:600px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#f8fafc;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#0f172a80;border:1px solid #3b82f633;border-radius:10px;color:#f8fafc;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.footer{background:#0f172acc;border-top:1px solid #3b82f61a;color:#cbd5e1;padding:2rem;text-align:center}@media (max-width:768px){.nav-menu{display:none}.hero h1{font-size:2.5rem}.hero-buttons{align-items:center;flex-direction:column}.section{padding:3rem 1rem}.section-title{font-size:2rem}.footer .grid-5-cols{gap:1.5rem!important;grid-template-columns:1fr!important}}@media (max-width:1024px){.footer .grid-5-cols{grid-template-columns:repeat(2,1fr)!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .8s ease-out}html{scroll-behavior:smooth}
/*# sourceMappingURL=main.9d1480af.css.map*/