.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;border-bottom:1px solid #e5e7eb;transition:all .3s;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:1vh;display:flex}.nav-brand{color:#1f2937;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.brand-icon{color:#8b5cf6;width:2rem;height:2rem}.brand-text{background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.nav-links{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.nav-link{color:#6b7280;border-radius:.5rem;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-link:hover{color:#1f2937;background-color:#f3f4f6}.nav-link:after{content:"";background:linear-gradient(135deg,#8b5cf6,#3b82f6);width:0;height:2px;transition:all .3s;position:absolute;bottom:-.25rem;left:50%;transform:translate(-50%)}.nav-link:hover:after{width:80%}.nav-actions{align-items:center;gap:1rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%);border:none;border-radius:.75rem;padding:1vh 1.5rem;font-size:.875rem;font-weight:600;transition:all .3s;box-shadow:0 4px 6px -1px #8b5cf640}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 15px -3px #8b5cf659}.btn-secondary{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #d1d5db;border-radius:.75rem;padding:1vh 1.5rem;font-size:.875rem;font-weight:600;transition:all .3s}.btn-secondary:hover{color:#1f2937;background-color:#f9fafb;border-color:#9ca3af}.mobile-menu-button{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.5rem;transition:all .3s;display:none}.mobile-menu-button:hover{color:#1f2937;background-color:#f3f4f6}.mobile-menu{background:#fff;border-bottom:1px solid #e5e7eb;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 25px -3px #0000001a}.mobile-menu-content{flex-direction:column;gap:1rem;padding:1.5rem 2rem;display:flex}.mobile-nav-link{color:#6b7280;border-bottom:1px solid #f3f4f6;padding:.75rem 0;font-weight:500;text-decoration:none;transition:color .3s}.mobile-nav-link:hover{color:#1f2937}.mobile-actions{border-top:1px solid #f3f4f6;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.mobile-btn{text-align:center;width:100%}@media (max-width:768px){.nav-container{padding:1rem}.nav-links,.nav-actions{display:none}.mobile-menu-button,.mobile-menu{display:block}.brand-text{font-size:1.25rem}}@media (max-width:640px){.nav-container{padding:.75rem 1rem}.brand-icon{width:1.75rem;height:1.75rem}.brand-text{font-size:1.125rem}}
.footer{color:#fff;background:linear-gradient(135deg,#1f2937 0%,#111827 100%);padding:4rem 0 2rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{grid-template-columns:2fr 1fr 1fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand{max-width:300px}.brand-logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.brand-icon{color:#8b5cf6;width:2rem;height:2rem}.brand-name{background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.brand-description{color:#d1d5db;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.social-links{gap:1rem;display:flex}.social-link{color:#d1d5db;background:#ffffff1a;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.125rem;transition:all .3s;display:flex}.social-link:hover{color:#fff;background:#8b5cf6;transform:translateY(-2px)}.footer-section{background-color:#0000;min-width:0}.section-title-ftr{color:#fff;margin-bottom:1rem;font-size:1rem;font-weight:600}.section-links{flex-direction:column;gap:.75rem;display:flex}.footer-link,.footer-link-tools{color:#d1d5db;cursor:pointer;padding:.25rem 0;font-size:.875rem;text-decoration:none;transition:all .3s}.footer-link:hover{color:#8b5cf6;padding-left:.5rem}.ftr-contact-info{flex-direction:column;gap:1rem;display:flex}.contact-item{align-items:center;gap:.75rem;display:flex}.contact-icon{color:#8b5cf6;flex-shrink:0;width:1rem;height:1rem}.contact-link{color:#d1d5db;font-size:.875rem;text-decoration:none;transition:color .3s}.contact-link:hover{color:#8b5cf6}.contact-text{color:#d1d5db;font-size:.875rem}.footer-link-tools:hover{color:#8b5cf6}.footer-newsletter{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;margin-bottom:3rem;padding:2rem;display:grid}.newsletter-title{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.newsletter-description{color:#d1d5db;font-size:.875rem;line-height:1.5}.newsletter-form{gap:.75rem;display:flex}.newsletter-input{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:.5rem;flex:1;padding:.75rem 1rem;font-size:.875rem;transition:all .3s}.newsletter-input::placeholder{color:#9ca3af}.newsletter-input:focus{background:#ffffff26;border-color:#8b5cf6;outline:none}.newsletter-button{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#8b5cf6,#3b82f6);border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .3s}.newsletter-button:hover{transform:translateY(-1px);box-shadow:0 8px 15px #8b5cf64d}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.legal-links{gap:2rem;display:flex}.legal-link{color:#9ca3af;font-size:.875rem;text-decoration:none;transition:color .3s}.legal-link:hover{color:#d1d5db}.copyright{color:#9ca3af;font-size:.875rem}@media (max-width:1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.newsletter-form{flex-direction:column}.newsletter-button{align-self:flex-start}}@media (max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 1rem}.footer-content{text-align:left;grid-template-columns:1fr;gap:2rem}.footer-brand{text-align:center;max-width:none}.social-links{justify-content:center}.footer-newsletter{text-align:center;grid-template-columns:1fr;gap:1.5rem}.newsletter-form{max-width:400px;margin:0 auto}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.legal-links{flex-wrap:wrap;justify-content:center;gap:1rem}}@media (max-width:640px){.footer-content{gap:1.5rem}.footer-newsletter{padding:1.5rem}.newsletter-form{flex-direction:column;max-width:none}.legal-links{flex-direction:column;gap:.5rem}.contact-info{gap:.75rem}.section-links{gap:.5rem}}
