code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.homepage{background:#fff;min-height:100vh;overflow-x:hidden;scroll-behavior:smooth}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;margin:0;padding:0}.homepage>section{position:relative;z-index:1}html{scroll-behavior:smooth}a:focus-visible,button:focus-visible{outline:2px solid #111827;outline-offset:2px}button{font-family:inherit}a{color:inherit;text-decoration:none}ol,ul{list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-weight:inherit;margin:0}p{margin:0}img{display:block;height:auto;max-width:100%}::selection{background:#111827;color:#fff}::-moz-selection{background:#111827;color:#fff}.container{margin:0 auto;max-width:1200px;padding:0 20px}section{padding:80px 0}@media (max-width:768px){section{padding:60px 0}}.header{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fffc;border-bottom:1px solid #0000;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header-scrolled{background:#fffffff2;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.header-container{align-items:center;display:flex;height:72px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.logo-svg{height:auto;transition:transform .2s ease;width:200px}@media (max-width:1024px){.logo-svg{width:160px}}@media (max-width:768px){.logo-svg{width:120px}}.logo{align-items:center;color:#111827;display:flex;gap:12px;text-decoration:none;transition:opacity .3s ease}.logo:hover{opacity:.8}.logo-icon{align-items:center;background:linear-gradient(135deg,#111827,#374151);border-radius:10px;color:#fff;display:flex;height:40px;justify-content:center;width:40px}.logo-text{font-size:24px;font-weight:700;letter-spacing:-.5px}.nav{align-items:center;display:flex;gap:40px}.nav-link{color:#6b7280;font-size:15px;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#111827}.nav-link:after{background:#111827;bottom:-8px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.nav-actions{display:flex;gap:16px}.btn,.nav-actions{align-items:center}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;text-decoration:none;transition:all .3s ease}.btn-ghost{background:#0000;border:1px solid #e5e7eb;color:#6b7280}.btn-ghost:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.btn-primary{background:#0062ff;border:1px solid #111827;color:#fff}.btn-primary:hover{background:#1f2937;border-color:#1f2937;box-shadow:0 4px 12px #11182726;transform:translateY(-1px)}.menu-toggle{background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:none;padding:8px;transition:all .3s ease}.menu-toggle:hover{background:#f3f4f6;color:#111827}.mobile-auth{display:none}@media (max-width:1024px){.nav-actions .btn{display:none}}@media (max-width:768px){.header-container{height:64px}.menu-toggle{display:block}.nav,.nav-actions{display:none}.nav.nav-open{align-items:stretch;animation:slideDown .3s ease-out;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffffa;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:0;left:0;padding:24px 20px;position:absolute;right:0;top:100%}@keyframes slideDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.nav.nav-open .nav-link{border-bottom:1px solid #f3f4f6;font-size:16px;padding:16px 0}.nav.nav-open .nav-link:last-of-type{border-bottom:none}.nav.nav-open .nav-link:after{display:none}.mobile-auth{border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:12px;margin-top:24px;padding-top:24px}.mobile-auth .btn{justify-content:center;padding:14px 20px;width:100%}.logo-text{font-size:20px}.logo-icon{height:36px;width:36px}}.hero-section{background:linear-gradient(180deg,#fafafa,#fff);overflow:hidden;padding:140px 0 100px;position:relative}.hero-container{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 20px}.hero-content{animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:100px;color:#6b7280;display:inline-flex;font-size:13px;font-weight:500;gap:8px;margin-bottom:24px;padding:8px 16px}.badge-dot{animation:pulse 2s ease-in-out infinite;background:#10b981;border-radius:50%;height:8px;width:8px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-title{color:#0051ff;font-size:56px;font-weight:800;letter-spacing:-1px;line-height:1.1;margin-bottom:24px}.hero-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0051ff,#28d0fe);-webkit-background-clip:text;background-clip:text}.hero-description{color:#6b7280;font-size:18px;line-height:1.7;margin-bottom:40px;max-width:540px}.hero-actions{display:flex;gap:16px;margin-bottom:60px}.hero-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:8px;padding:16px 32px;text-decoration:none;transition:all .3s ease}.hero-btn-primary{background:#167dff;color:#fff}.hero-btn-primary:hover{background:#004edf;box-shadow:0 8px 24px #11182733;transform:translateY(-2px)}.hero-btn-secondary{background:#fff;border:2px solid #e5e7eb;color:#111827}.hero-btn-secondary:hover{background:#f9fafb;border-color:#d1d5db}.hero-stats{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.stat-item{gap:12px}.stat-icon,.stat-item{align-items:center;display:flex}.stat-icon{background:#f7f7f7;border-radius:12px;color:#26cdfd;height:48px;justify-content:center;width:48px}.stat-number{color:#26cdfd;font-size:24px;font-weight:700;line-height:1;margin-bottom:4px}.stat-label{color:#09a9f2;font-size:13px;font-weight:500}.hero-visual{animation:fadeInRight .8s ease-out .2s both;position:relative}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.visual-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 40px #0000000d;display:flex;gap:16px;padding:24px;position:absolute;transition:all .3s ease}.visual-card:hover{box-shadow:0 20px 60px #0000001a;transform:translateY(-4px)}.visual-card-1{animation:float 6s ease-in-out infinite;left:0;top:0}.visual-card-2{animation:float 6s ease-in-out 2s infinite;right:60px;top:140px}.visual-card-3{animation:float 6s ease-in-out 4s infinite;bottom:40px;left:80px}.card-icon{align-items:center;background:linear-gradient(135deg,#00a8f5,#2ed8ff);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.card-content h3{color:#111827;font-size:16px;font-weight:700;margin-bottom:4px}.card-content p{color:#6b7280;font-size:13px}.visual-gradient{border-radius:50%;filter:blur(80px);opacity:.3;pointer-events:none;position:absolute}.visual-gradient-1{background:#27b7ff;height:300px;right:-100px;top:-100px;width:300px}.visual-gradient-2{background:#631b67;bottom:-150px;height:400px;left:-150px;width:400px}@media (max-width:1024px){.hero-container{gap:60px;grid-template-columns:1fr}.hero-title{font-size:48px}.hero-visual{height:400px}}@media (max-width:768px){.hero-section{padding:100px 0 60px}.hero-title{font-size:36px}.hero-description{font-size:16px}.hero-actions{flex-direction:column;margin-bottom:40px}.hero-btn{justify-content:center;width:100%}.hero-stats{gap:24px;grid-template-columns:1fr}.hero-visual{height:300px}.visual-card{padding:16px}.card-icon{height:48px;width:48px}.card-content h3{font-size:14px}.card-content p{font-size:12px}}.features-section{background:#fff;padding:100px 0;position:relative}.features-container{margin:0 auto;max-width:1200px;padding:0 20px}.features-header{margin:0 auto 64px;max-width:700px;text-align:center}.section-badge{background:#f9fafb;border:1px solid #e5e7eb;border-radius:100px;color:#111827;display:inline-block;font-size:13px;font-weight:600;letter-spacing:.5px;margin-bottom:16px;padding:8px 16px;text-transform:uppercase}.section-title{color:#0051ff;font-size:48px;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin-bottom:20px}.title-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0051ff,#28d0fe);-webkit-background-clip:text;background-clip:text}.section-description{color:#6b7280;font-size:18px;line-height:1.7;margin:0 auto;max-width:600px}.features-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;cursor:pointer;padding:32px;transition:all .3s ease}.feature-card:hover{border-color:#111827;box-shadow:0 20px 40px #00000014;transform:translateY(-4px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#00a8f5,#2ed8ff);border-radius:12px;color:#fff;display:flex;height:56px;justify-content:center;margin-bottom:20px;transition:all .3s ease;width:56px}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-title{color:#111827;font-size:20px;font-weight:700;margin-bottom:12px}.feature-description{color:#6b7280;font-size:15px;line-height:1.6}@media (max-width:1024px){.features-grid{gap:24px;grid-template-columns:repeat(2,1fr)}.section-title{font-size:40px}}@media (max-width:768px){.features-section{padding:60px 0}.features-header{margin-bottom:48px}.section-title{font-size:32px}.section-description{font-size:16px}.features-grid{gap:20px;grid-template-columns:1fr}.feature-card{padding:24px}.feature-icon{height:48px;width:48px}.feature-title{font-size:18px}.feature-description{font-size:14px}}.products-section{background:#fafafa;padding:100px 0;position:relative}.products-container{margin:0 auto;max-width:1200px;padding:0 20px}.products-header{margin:0 auto 64px;max-width:700px;text-align:center}.products-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(2,1fr);margin-bottom:64px}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;color:inherit;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:all .3s ease}.product-card:hover{border-color:#111827;box-shadow:0 20px 40px #0000001a;transform:translateY(-4px)}.product-image{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);height:240px;overflow:hidden;position:relative}.product-image,.product-image-placeholder{align-items:center;display:flex;justify-content:center;width:100%}.product-image-placeholder{color:#9ca3af;height:100%;transition:all .3s ease}.product-card:hover .product-image-placeholder{color:#6b7280;transform:scale(1.1)}.product-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:1px solid #e5e7eb;border-radius:6px;color:#111827;font-size:12px;font-weight:600;left:16px;padding:6px 12px;position:absolute;top:16px}.product-content{display:flex;flex:1 1;flex-direction:column;padding:24px}.product-title{color:#111827;font-size:20px;font-weight:700;line-height:1.3;margin-bottom:12px}.product-description{color:#6b7280;flex:1 1;font-size:14px;line-height:1.6;margin-bottom:20px}.product-meta{border-bottom:1px solid #f3f4f6;gap:20px;margin-bottom:20px;padding-bottom:20px}.product-meta,.product-rating{align-items:center;display:flex}.product-rating{color:#f59e0b;font-size:14px;font-weight:600;gap:6px}.rating-value{color:#111827}.rating-count{color:#9ca3af;font-weight:500}.product-downloads{align-items:center;color:#6b7280;display:flex;font-size:13px;font-weight:500;gap:6px}.product-footer{align-items:center;display:flex;justify-content:space-between}.product-price{align-items:baseline;display:flex;gap:8px}.price-amount{color:#111827;font-size:28px;font-weight:800}.product-action{align-items:center;color:#6b7280;display:flex;font-size:14px;font-weight:600;gap:8px;transition:all .3s ease}.product-card:hover .product-action{color:#111827;gap:12px}.products-cta{text-align:center}.view-all-btn{align-items:center;background:#167dff;border-radius:12px;color:#fff;display:inline-flex;font-size:16px;font-weight:600;gap:12px;padding:16px 32px;text-decoration:none;transition:all .3s ease}.view-all-btn:hover{background:#004edf;box-shadow:0 8px 24px #11182733;transform:translateY(-2px)}@media (max-width:1024px){.products-grid{gap:24px}.product-image{height:200px}}@media (max-width:768px){.products-section{padding:60px 0}.products-grid,.products-header{margin-bottom:48px}.products-grid{gap:20px;grid-template-columns:1fr}.product-image{height:180px}.product-content{padding:20px}.product-title{font-size:18px}.product-description{font-size:13px}.product-meta{align-items:flex-start;flex-direction:column;gap:12px}.price-amount{font-size:24px}.view-all-btn{justify-content:center;width:100%}}.how-it-works-section{background:#fff;padding:100px 0;position:relative}.how-it-works-container{margin:0 auto;max-width:1200px;padding:0 20px}.how-it-works-header{margin:0 auto 64px;max-width:700px;text-align:center}.steps-container{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(4,1fr);position:relative}.step-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;position:relative;transition:all .3s ease}.step-card:hover{border-color:#8a8c91;box-shadow:0 20px 40px #00000014;transform:translateY(-4px)}.step-number{background:linear-gradient(135deg,#00a8f5,#2ed8ff);border-radius:12px;box-shadow:0 4px 12px #11182733;color:#fff;font-size:18px;font-weight:800;height:48px;left:32px;position:absolute;top:-16px;width:48px}.step-icon,.step-number{align-items:center;display:flex;justify-content:center}.step-icon{background:#f9fafb;border-radius:16px;color:#26cdfd;height:64px;margin:24px 0 20px;transition:all .3s ease;width:64px}.step-card:hover .step-icon{background:#26cdfd;color:#fff;transform:scale(1.1) rotate(5deg)}.step-title{color:#111827;font-size:20px;font-weight:700;margin-bottom:12px}.step-description{color:#6b7280;font-size:14px;line-height:1.6}.step-connector{background:linear-gradient(90deg,#e5e7eb,#0000);height:2px;position:absolute;right:-32px;top:50%;transform:translateY(-50%);width:32px}.step-card:hover .step-connector{background:linear-gradient(90deg,#111827,#0000)}@media (max-width:1024px){.steps-container{gap:40px 24px;grid-template-columns:repeat(2,1fr)}.step-connector{display:none}.step-card:nth-child(odd) .step-connector{display:block}}@media (max-width:768px){.how-it-works-section{padding:60px 0}.how-it-works-header{margin-bottom:48px}.steps-container{gap:32px;grid-template-columns:1fr}.step-card{padding:24px}.step-connector{display:none}.step-number{font-size:16px;height:40px;left:24px;top:-12px;width:40px}.step-icon{height:56px;margin:16px 0;width:56px}.step-title{font-size:18px}.step-description{font-size:13px}}.stats-section{background:linear-gradient(135deg,#0b3585,#0e94dc);color:#fff;overflow:hidden;padding:100px 0;position:relative}.stats-section:before{background-image:radial-gradient(circle at 20% 50%,#ffffff0d 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff0d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.stats-container{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:1}.stats-content{margin:0 auto;max-width:1000px}.stats-header{margin-bottom:64px;text-align:center}.stats-title{font-size:48px;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin-bottom:20px}.stats-title-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00c9ff,#00ffe5);-webkit-background-clip:text;background-clip:text}.stats-description{color:#fffc;font-size:18px;line-height:1.7;margin:0 auto;max-width:600px}.stats-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(4,1fr)}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:32px 24px;text-align:center;transition:all .3s ease}.stat-card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-4px)}.stat-icon-wrapper{align-items:center;background:#ffffff1a;border-radius:16px;display:inline-flex;height:64px;justify-content:center;margin-bottom:20px;transition:all .3s ease;width:64px}.stat-card:hover .stat-icon-wrapper{background:#ffffff26;transform:scale(1.1) rotate(5deg)}.stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;background-clip:text;font-size:40px;font-weight:800;margin-bottom:8px}.stat-label{color:#ffffffe6;font-size:16px;font-weight:600;margin-bottom:8px}.stat-description{color:#fff9;font-size:13px;line-height:1.5}@media (max-width:1024px){.stats-grid{gap:24px;grid-template-columns:repeat(2,1fr)}.stats-title{font-size:40px}}@media (max-width:768px){.stats-section{padding:60px 0}.stats-header{margin-bottom:48px}.stats-title{font-size:32px}.stats-description{font-size:16px}.stats-grid{gap:20px;grid-template-columns:1fr}.stat-card{padding:24px 20px}.stat-icon-wrapper{height:56px;width:56px}.stat-value{font-size:32px}.stat-label{font-size:14px}.stat-description{font-size:12px}}.cta-section{background:#fff;padding:100px 0;position:relative}.cta-container{margin:0 auto;max-width:900px;padding:0 20px}.cta-content{background:linear-gradient(180deg,#052c7f,#07a9f1);border-radius:24px;box-shadow:0 20px 60px #11182733;overflow:hidden;padding:80px 60px;position:relative;text-align:center}.cta-content:before{background-image:radial-gradient(circle at 20% 30%,#ffffff0d 0,#0000 50%),radial-gradient(circle at 80% 70%,#ffffff0d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.cta-content>*{position:relative;z-index:1}.cta-icon{align-items:center;animation:float 3s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;color:#fff;display:inline-flex;height:80px;justify-content:center;margin-bottom:32px;width:80px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.cta-title{color:#fff;font-size:42px;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin-bottom:20px}.cta-description{color:#fffc;font-size:18px;line-height:1.7;margin:0 auto 40px;max-width:600px}.cta-actions{display:flex;gap:16px;justify-content:center;margin-bottom:48px}.cta-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:10px;padding:16px 32px;text-decoration:none;transition:all .3s ease}.cta-btn-primary{background:#fff;color:#111827}.cta-btn-primary:hover{background:#f9fafb;box-shadow:0 8px 24px #fff3;transform:translateY(-2px)}.cta-btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;color:#fff}.cta-btn-secondary:hover{background:#ffffff26;border-color:#ffffff4d}.cta-features{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.cta-feature{align-items:center;color:#ffffffe6;display:flex;font-size:14px;font-weight:500;gap:10px}.cta-feature svg{color:#10b981;flex-shrink:0}@media (max-width:768px){.cta-section{padding:60px 0}.cta-content{border-radius:20px;padding:60px 32px}.cta-icon{height:64px;margin-bottom:24px;width:64px}.cta-title{font-size:32px}.cta-description{font-size:16px;margin-bottom:32px}.cta-actions{flex-direction:column;margin-bottom:40px}.cta-btn{justify-content:center;width:100%}.cta-features{align-items:center;flex-direction:column;gap:16px}}.footer{background:#021e33;color:#fff;padding:80px 0 0;position:relative}.footer-container{margin:0 auto;max-width:1200px;padding:0 20px}.footer-top{grid-gap:80px;border-bottom:1px solid #ffffff1a;display:grid;gap:80px;grid-template-columns:1.5fr 2.5fr;padding-bottom:60px}.footer-brand{max-width:400px}.footer-logo{color:#fff;gap:12px;margin-bottom:20px;text-decoration:none}.footer-logo,.footer-logo-icon{align-items:center;display:flex}.footer-logo-icon{background:#ffffff1a;border-radius:10px;height:40px;justify-content:center;transition:all .3s ease;width:40px}.footer-logo:hover .footer-logo-icon{background:#ffffff26;transform:rotate(5deg)}.footer-logo-text{font-size:24px;font-weight:700;letter-spacing:-.5px}.footer-tagline{color:#ffffffb3;font-size:14px;line-height:1.7;margin-bottom:24px}.footer-social{display:flex;gap:12px}.social-link{align-items:center;background:#ffffff0d;border-radius:8px;color:#ffffffb3;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#ffffff1a;color:#fff;transform:translateY(-2px)}.footer-links{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(4,1fr)}.footer-column-title{color:#fff;font-size:14px;font-weight:700;letter-spacing:.5px;margin-bottom:16px;text-transform:uppercase}.footer-link-list{display:flex;flex-direction:column;gap:12px}.footer-link{color:#ffffffb3;display:inline-block;font-size:14px;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#fff;padding-left:4px}.footer-contact{border-bottom:1px solid #ffffff1a;display:flex;gap:32px;padding:32px 0}.contact-item{align-items:center;color:#ffffffb3;display:flex;font-size:14px;gap:8px}.contact-item a{color:inherit;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#fff}.footer-bottom{align-items:center;display:flex;justify-content:space-between;padding:32px 0}.footer-copyright{color:#fff9;font-size:14px}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-link{color:#fff9;font-size:14px;text-decoration:none;transition:color .3s ease}.footer-bottom-link:hover{color:#fff}@media (max-width:1024px){.footer{padding:60px 0 0}.footer-top{gap:48px;grid-template-columns:1fr;padding-bottom:48px}.footer-links{gap:40px 24px;grid-template-columns:repeat(2,1fr)}.footer-contact{flex-wrap:wrap;gap:20px}}@media (max-width:768px){.footer{padding:48px 0 0}.footer-top{gap:40px;padding-bottom:40px}.footer-links{gap:32px;grid-template-columns:1fr}.footer-bottom,.footer-contact{flex-direction:column;gap:16px;padding:24px 0}.footer-bottom{text-align:center}.footer-bottom-links{gap:16px}.footer-social{justify-content:flex-start}}
/*# sourceMappingURL=main.a3c07a0b.css.map*/