.hero-section{justify-content:center;align-items:center;min-height:100vh;padding-top:4rem;display:flex;position:relative;overflow:hidden}.hero-background{position:absolute;inset:0}.hero-pattern{opacity:.3;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23D4AF37' fill-opacity='0.08'%3E%3Cpath d='M30 10 L32 20 L42 20 L34 26 L37 36 L30 30 L23 36 L26 26 L18 20 L28 20 Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero-container{z-index:10;text-align:center;max-width:1280px;margin:0 auto;padding:0 1rem;position:relative}.hero-content{animation:1s ease-out fadeInUp}.hero-title{-webkit-text-fill-color:transparent;color:#0000;text-shadow:0 0 40px #3b82f64d;letter-spacing:.02em;background:linear-gradient(135deg,#3b82f6,#fbbf24,#60a5fa);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:4rem;font-weight:700;line-height:1.1}.hero-subtitle{color:#e0e7ff;letter-spacing:.01em;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.hero-description{color:#cbd5e1;max-width:48rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.7}.highlight-text{color:#60a5fa;font-weight:600}.hero-buttons{flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.primary-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:2rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden;transform:translateY(0);box-shadow:0 4px 20px #2563eb4d}.primary-button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.primary-button:hover:before{left:100%}.primary-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-3px)scale(1.05);box-shadow:0 15px 40px #2563eb66}.button-content{align-items:center;gap:.5rem;display:flex}.button-icon{width:1.25rem;height:1.25rem;transition:transform .3s}.primary-button:hover .button-icon{animation:1s infinite pulse;transform:translate(3px)}.secondary-button{color:#60a5fa;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border:2px solid #3b82f6;border-radius:2rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s}.secondary-button:hover{color:#fff;background:#3b82f6;transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.features-grid{text-align:center;grid-template-columns:1fr;gap:2rem;display:grid}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293b80;border:1px solid #3b82f633;border-radius:1rem;padding:2rem 1.5rem;transition:all .3s;position:relative;overflow:hidden}.feature-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#60a5fa,#fbbf24,#0000);height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.feature-card:hover{border-color:#3b82f666;transform:translateY(-5px);box-shadow:0 20px 40px #3b82f626}.feature-card:hover:before{opacity:1}.feature-icon{width:2.5rem;height:2.5rem;margin:0 auto 1rem;display:block}.shield-icon{color:#60a5fa}.heart-icon{color:#fbbf24}.book-icon{color:#93c5fd}.feature-title{color:#f1f5f9;letter-spacing:.01em;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.feature-description{color:#94a3b8;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:translate(3px)scale(1)}50%{transform:translate(3px)scale(1.1)}}@media (min-width:640px){.hero-buttons{flex-direction:row}.hero-title{font-size:4.5rem}.hero-subtitle{font-size:2rem}}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}.hero-container{padding:0 1.5rem}.hero-title{font-size:5rem}.hero-subtitle{font-size:2.5rem}.hero-description{font-size:1.5rem}}@media (min-width:1024px){.hero-container{padding:0 2rem}.hero-title{font-size:6rem}}
.about-section{background:#11182780;padding:5rem 0;position:relative}.about-section:before{content:"";background:linear-gradient(90deg,#0000,#3b82f680,#0000);height:1px;position:absolute;top:0;left:0;right:0}.about-container{max-width:1280px;margin:0 auto;padding:0 1rem}.about-header{text-align:center;margin-bottom:4rem}.about-title{color:#fff;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.title-gradient{-webkit-text-fill-color:transparent;color:#0000;background:linear-gradient(135deg,#3b82f6,#fbbf24);-webkit-background-clip:text;background-clip:text}.about-intro{color:#cbd5e1;max-width:48rem;margin:0 auto;font-size:1.25rem;line-height:1.6}.about-content{grid-template-columns:1fr;align-items:start;gap:3rem;display:grid}.about-text{order:2}.content-title{color:#fff;margin-bottom:1.5rem;font-size:2rem;font-weight:700;position:relative}.content-title:after{content:"";background:linear-gradient(135deg,#3b82f6,#fbbf24);border-radius:2px;width:4rem;height:3px;position:absolute;bottom:-.5rem;left:0}.content-description{color:#cbd5e1;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.features-list{grid-template-columns:1fr;gap:1rem;display:grid}.feature-item{align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.check-icon{color:#fbbf24;flex-shrink:0;width:1.25rem;height:1.25rem}.feature-text{color:#cbd5e1;font-size:1rem}.about-features{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f626,#fbbf241a);border:1px solid #3b82f633;border-radius:1rem;order:1;padding:2rem;position:relative;overflow:hidden}.about-features:before{content:"";opacity:.7;background:linear-gradient(90deg,#3b82f6,#fbbf24,#3b82f6);height:2px;position:absolute;top:0;left:0;right:0}.features-title{color:#fff;text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.feature-cards{flex-direction:column;gap:1rem;display:flex}.feature-card{background:#1e293b80;border:1px solid #3b82f61a;border-radius:.75rem;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.feature-card:before{content:"";background:linear-gradient(90deg,#0000,#ffffff0d,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.feature-card:hover:before{left:100%}.feature-card:hover{border-color:#3b82f64d;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f626}.card-title{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.purple-title{color:#60a5fa}.pink-title{color:#fbbf24}.card-description{color:#cbd5e1;font-size:.875rem;line-height:1.5}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.about-text{animation:.8s ease-out slideInLeft}.about-features{animation:.8s ease-out slideInRight}@media (min-width:640px){.features-list{grid-template-columns:repeat(2,1fr)}.about-title{font-size:3rem}}@media (min-width:768px){.about-container{padding:0 1.5rem}.about-title{font-size:3.5rem}.about-intro{font-size:1.375rem}}@media (min-width:1024px){.about-content{grid-template-columns:1fr 1fr;gap:4rem}.about-text{order:1}.about-features{order:2}.about-container{padding:0 2rem}.about-title{font-size:4rem}.content-title{font-size:2.25rem}}
.reviews-section{background:#1e293b4d;padding:5rem 0;position:relative}.reviews-section:before{content:"";background:linear-gradient(90deg,#0000,#3b82f680,#0000);height:1px;position:absolute;top:0;left:0;right:0}.reviews-container{max-width:1280px;margin:0 auto;padding:0 1rem}.reviews-header{text-align:center;margin-bottom:4rem}.reviews-title{color:#fff;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.title-gradient{-webkit-text-fill-color:transparent;color:#0000;background:linear-gradient(135deg,#3b82f6,#fbbf24);-webkit-background-clip:text;background-clip:text}.reviews-subtitle{color:#cbd5e1;max-width:48rem;margin:0 auto;font-size:1.25rem}.reviews-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;display:grid}.review-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293b80;border:1px solid #3b82f633;border-radius:1rem;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.review-card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#3b82f6,#fbbf24);height:2px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.review-card:hover:before{transform:scaleX(1)}.review-card:hover{border-color:#3b82f666;transform:translateY(-5px);box-shadow:0 20px 40px #3b82f633}.review-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.rating-stars{gap:.25rem;display:flex}.star-icon{color:#fbbf24;width:1.25rem;height:1.25rem}.star-icon.filled{fill:currentColor}.verified-badge{color:#60a5fa;background:#3b82f633;border:1px solid #3b82f64d;border-radius:1rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.review-text{color:#cbd5e1;margin-bottom:1rem;font-size:1rem;font-style:italic;line-height:1.6;position:relative}.review-text:before{content:"\"";color:#60a5fa;opacity:.5;font-size:2rem;position:absolute;top:-.5rem;left:-1rem}.review-author{color:#60a5fa;font-size:.875rem;font-weight:600}.reviews-cta{text-align:center}.cta-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:2rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden;transform:translateY(0);box-shadow:0 4px 15px #2563eb4d}.cta-button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.cta-button:hover:before{left:100%}.cta-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-3px)scale(1.05);box-shadow:0 15px 35px #2563eb66}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.review-card{animation:.6s ease-out both fadeInUp}.review-card:first-child{animation-delay:.1s}.review-card:nth-child(2){animation-delay:.2s}.review-card:nth-child(3){animation-delay:.3s}.review-card:nth-child(4){animation-delay:.4s}.review-card:nth-child(5){animation-delay:.5s}.review-card:nth-child(6){animation-delay:.6s}@media (min-width:640px){.reviews-grid{grid-template-columns:repeat(2,1fr)}.reviews-title{font-size:3rem}}@media (min-width:768px){.reviews-container{padding:0 1.5rem}.reviews-title{font-size:3.5rem}.reviews-subtitle{font-size:1.375rem}}@media (min-width:1024px){.reviews-grid{grid-template-columns:repeat(3,1fr)}.reviews-container{padding:0 2rem}.reviews-title{font-size:4rem}}
.home-container{color:#fff;background:#111827;min-height:100vh;overflow-x:hidden}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1f2937}::-webkit-scrollbar-thumb{background:linear-gradient(#3b82f6,#2563eb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#1d4ed8,#3b82f6)}*{scrollbar-width:thin;scrollbar-color:#3b82f6 #1f2937}body{background:#111827;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}::selection{color:#fff;background:#3b82f64d}::selection{color:#fff;background:#3b82f64d}button:focus,a:focus{outline-offset:2px}button,a,input,textarea{transition:all .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.home-container{animation:.5s ease-in fadeIn}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:700;line-height:1.2}p{margin-bottom:1rem;line-height:1.7}a{color:#60a5fa;text-decoration:none}a:hover{color:#3b82f6}button{cursor:pointer;border:none;outline:none;font-family:inherit}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.hidden{display:none}.visible{display:block}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:768px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleUp{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 20px #3b82f64d}50%{box-shadow:0 0 30px #3b82f699}}.animate-slide-left{animation:.6s ease-out slideInFromLeft}.animate-slide-right{animation:.6s ease-out slideInFromRight}.animate-slide-top{animation:.6s ease-out slideInFromTop}.animate-slide-bottom{animation:.6s ease-out slideInFromBottom}.animate-scale{animation:.5s ease-out scaleUp}.animate-pulse{animation:2s infinite pulse}.animate-float{animation:3s ease-in-out infinite float}.animate-glow{animation:2s ease-in-out infinite glow}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.animate-delay-400{animation-delay:.4s}.animate-delay-500{animation-delay:.5s}.header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111827f2;border-bottom:1px solid #ffffff1a;transition:all .3s;position:fixed;top:0;left:0;right:0}.header.scrolled{background:#111827fa;box-shadow:0 4px 20px #0000004d}.header-content{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.logo{background:linear-gradient(135deg,#3b82f6,#fbbf24);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.nav-menu{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-menu li a{color:#cbd5e1;font-weight:500;transition:color .3s}.nav-menu li a:hover{color:#60a5fa}.mobile-menu-toggle{color:#fff;background:0 0;padding:.5rem;font-size:1.5rem;display:none}.hero{background:linear-gradient(135deg,#111827 0%,#1f2937 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#3b82f61a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#fbbf2414 0%,#0000 50%);position:absolute;inset:0}.hero-content{text-align:center;z-index:1;max-width:800px;position:relative}.hero-title{background:linear-gradient(135deg,#fff,#3b82f6,#fbbf24);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:2rem;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-subtitle{color:#cbd5e1;margin-bottom:2rem;font-size:clamp(1.2rem,4vw,1.5rem);line-height:1.6}.hero-cta{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px #3b82f64d}.hero-cta:hover{color:#fff;transform:translateY(-2px);box-shadow:0 15px 40px #3b82f666}.floating-element{pointer-events:none;opacity:.1;position:absolute}.floating-element.circle{background:linear-gradient(135deg,#3b82f6,#60a5fa);border-radius:50%;width:100px;height:100px}.floating-element.square{background:linear-gradient(135deg,#fbbf24,#f59e0b);width:80px;height:80px;transform:rotate(45deg)}.floating-element.triangle{border-bottom:70px solid #3b82f633;border-left:40px solid #0000;border-right:40px solid #0000;width:0;height:0}.section{padding:5rem 0;position:relative}.section-title{text-align:center;background:linear-gradient(135deg,#fff,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.section-subtitle{color:#9ca3af;text-align:center;max-width:600px;margin:0 auto 4rem;font-size:1.2rem;line-height:1.7}.grid{gap:2rem;display:grid}.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{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #ffffff1a;border-radius:20px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.card:before{content:"";background:linear-gradient(90deg,#3b82f6,#fbbf24);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.card:hover:before{transform:scaleX(1)}.card:hover{border-color:#3b82f64d;transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.card-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:15px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.card-title{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.card-description{color:#cbd5e1;line-height:1.6}.btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 4px 15px #3b82f64d}.btn-primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.btn-secondary{color:#fff;background:#1f2937cc;border:1px solid #fff3}.btn-secondary:hover{color:#fff;background:#1f2937;border-color:#3b82f6}.btn-outline{color:#60a5fa;background:0 0;border:2px solid #60a5fa}.btn-outline:hover{color:#fff;background:#3b82f6}.form-group{margin-bottom:1.5rem}.form-label{color:#fff;margin-bottom:.5rem;font-weight:500;display:block}.form-input{color:#fff;background:#1f2937cc;border:1px solid #fff3;border-radius:10px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.form-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-input::placeholder{color:#9ca3af}.form-textarea{resize:vertical;min-height:120px}.footer{background:#0f172a;border-top:1px solid #ffffff1a;padding:3rem 0 1rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-section h3{color:#fff;margin-bottom:1rem}.footer-section p,.footer-section a{color:#9ca3af;margin-bottom:.5rem}.footer-section a:hover{color:#60a5fa}.footer-bottom{text-align:center;color:#6b7280;border-top:1px solid #ffffff1a;padding-top:2rem}@media (max-width:768px){.nav-menu{display:none}.mobile-menu-toggle{display:block}.hero-title{font-size:2.5rem}.section{padding:3rem 0}.card{padding:1.5rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.dark-bg{background:#111827}.dark-bg-secondary{background:#1f2937}.dark-text{color:#fff}.dark-text-secondary{color:#cbd5e1}.dark-text-muted{color:#9ca3af}.gradient-blue-gold{background:linear-gradient(135deg,#3b82f6,#fbbf24)}.gradient-text{background:linear-gradient(135deg,#3b82f6,#fbbf24);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px #0000001a}.shadow-lg{box-shadow:0 10px 15px #0000001a}.shadow-xl{box-shadow:0 20px 25px #0000001a}.shadow-glow{box-shadow:0 0 20px #3b82f64d}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}
.footer{background:#111827;border-top:1px solid #3b82f633;position:relative}.footer:before{content:"";opacity:.6;background:linear-gradient(90deg,#3b82f6,#fbbf24,#3b82f6);height:2px;position:absolute;top:0;left:0;right:0}.footer-container{max-width:1280px;margin:0 auto;padding:3rem 1rem 0}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;display:grid}.footer-brand{grid-column:1/-1}.brand-text{-webkit-text-fill-color:transparent;color:#0000;background:linear-gradient(135deg,#3b82f6,#fbbf24);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2rem;font-weight:700}.brand-description{color:#9ca3af;max-width:28rem;margin-bottom:1.5rem;line-height:1.6}.footer-cta{margin-bottom:1rem}.footer-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:2rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .3s;transform:translateY(0);box-shadow:0 2px 10px #2563eb33}.footer-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.footer-links,.footer-legal{flex-direction:column;display:flex}.links-title{color:#fff;margin-bottom:1rem;font-size:1.125rem;font-weight:600;position:relative}.links-title:after{content:"";background:linear-gradient(135deg,#3b82f6,#fbbf24);border-radius:1px;width:2rem;height:2px;position:absolute;bottom:-.25rem;left:0}.links-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer-link{color:#9ca3af;padding:.25rem 0;font-size:.875rem;text-decoration:none;transition:all .3s;position:relative}.footer-link:before{content:"";background:linear-gradient(135deg,#3b82f6,#fbbf24);width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.footer-link:hover{color:#60a5fa;transform:translate(5px)}.footer-link:hover:before{width:100%}.footer-bottom{text-align:center;border-top:1px solid #374151;padding:2rem 0}.copyright-text{color:#9ca3af;margin-bottom:.5rem;font-size:.875rem}.seo-text{color:#6b7280;font-size:.75rem;font-style:italic}.footer-links:hover .links-title,.footer-legal:hover .links-title{color:#60a5fa}@keyframes slideInBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-brand,.footer-links,.footer-legal{animation:.6s ease-out slideInBottom}.footer-brand{animation-delay:.1s}.footer-links{animation-delay:.2s}.footer-legal{animation-delay:.3s}@media (min-width:640px){.footer-content{grid-template-columns:1fr 1fr;gap:3rem}.footer-brand{grid-column:1/-1}}@media (min-width:768px){.footer-container{padding:3rem 1.5rem 0}.footer-content{grid-template-columns:2fr 1fr 1fr}.footer-brand{grid-column:1}.brand-text{font-size:2.5rem}}@media (min-width:1024px){.footer-container{padding:3rem 2rem 0}.footer-content{gap:4rem}}.footer-brand:hover .brand-text{animation:2s ease-in-out infinite alternate glow}@keyframes glow{0%{text-shadow:0 0 10px #3b82f680}to{text-shadow:0 0 20px #fbbf24cc}}
