.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#fffffffa;border-bottom:1px solid #00000008;position:fixed;top:0;left:0;right:0}.header-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.5rem 3rem;display:flex}.logo{color:#000;letter-spacing:-.02em;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:600;text-decoration:none;display:flex}.logo-icon{object-fit:contain;width:auto;height:28px}.nav-desktop{align-items:center;gap:3rem;display:flex}.nav-dropdown{position:relative}.dropdown-trigger{cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;display:flex}.dropdown-arrow{color:#666;font-size:.75rem;transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-radius:16px;min-width:280px;margin-top:1rem;padding:.75rem;transition:opacity .2s,transform .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 0 0 1px #0000000a,0 8px 16px #00000014,0 16px 48px #0000001f}.dropdown-menu.show{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.dropdown-item{color:#333;border-radius:10px;padding:.85rem 1.2rem;font-size:.95rem;font-weight:400;text-decoration:none;transition:all .15s;display:block;position:relative}.dropdown-item:hover{color:#000;background:#fafafa;transform:translate(2px)}.dropdown-item:before{content:"";background:#000;border-radius:0 2px 2px 0;width:3px;height:0;transition:height .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.dropdown-item:hover:before{height:60%}.nav-link{color:#666;font-size:.95rem;font-weight:400;text-decoration:none;transition:color .2s;position:relative}.nav-link:hover{color:#000}.nav-link:after{content:"";opacity:0;background:#000;border-radius:50%;width:4px;height:4px;transition:opacity .2s;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.nav-link:hover:after{opacity:1}.cta-button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:30px;padding:.75rem 1.8rem;font-size:.95rem;font-weight:400;text-decoration:none;transition:all .2s;display:inline-block}.cta-button:hover{background:#333;transform:scale(1.02)}.menu-toggle{cursor:pointer;z-index:2000;pointer-events:auto;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none;position:relative}.menu-toggle span{background:#333;border-radius:3px;width:25px;height:3px;transition:all .3s}.nav-mobile{opacity:0;pointer-events:none;z-index:1001;background:#fff;flex-direction:column;height:calc(100vh - 70px);margin:0;padding:0;transition:all .3s;display:none;position:fixed;top:70px;left:0;right:0;overflow-y:auto;transform:translateY(-100%)}.nav-mobile.open{opacity:1;pointer-events:all;transform:translateY(0)}.nav-mobile-link{color:#000;border-bottom:1px solid #eee;padding:1.2rem 1.5rem;font-size:1rem;text-decoration:none;display:block}.nav-mobile-link:active{background:#f5f5f5}.nav-mobile-section{width:100%}.dropdown-mobile-trigger{color:#000;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;width:100%;padding:1.2rem 1.5rem;font-size:1rem;display:flex}.dropdown-mobile-trigger:active{background:#f5f5f5}.dropdown-mobile-menu{background:#fafafa;max-height:0;transition:max-height .3s;overflow:hidden}.dropdown-mobile-menu.show{border-bottom:1px solid #eee;max-height:500px}.dropdown-mobile-item{color:#000;background:#fafafa;border-left:3px solid #0000;padding:.9rem 2rem;font-size:.95rem;text-decoration:none;display:block}.dropdown-mobile-item:active{background:#f0f0f0;border-left-color:#000}@media (max-width:768px){.header-container{padding:1rem 1.5rem}.nav-desktop,.cta-button{display:none}.menu-toggle,.nav-mobile{display:flex}.nav-mobile-link,.dropdown-mobile-trigger{width:100%}}
.hero{background:#fff;flex-direction:column;justify-content:center;min-height:100vh;padding:7.7rem 3rem 3rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#00000005 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-30%;right:-15%}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.hero-content{z-index:1}.hero-badge{color:#666;background:#f5f5f5;border:1px solid #eee;border-radius:30px;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.6rem 1.4rem;font-size:.85rem;font-weight:400;animation:.8s fadeInUp;display:inline-flex}.badge-icon{align-items:center;font-size:1rem;display:flex}.hero-title{color:#000;letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3.8rem;font-weight:300;line-height:1.15;animation:.8s .2s backwards fadeInUp}.highlight{color:#000;font-weight:500}.hero-description{color:#666;max-width:540px;margin-bottom:2rem;font-size:1.05rem;font-weight:300;line-height:1.6;animation:.8s .4s backwards fadeInUp}.hero-stats{gap:3rem;margin-bottom:2.5rem;animation:.8s .6s backwards fadeInUp;display:flex}.stat{text-align:left}.stat-value{color:#000;letter-spacing:-.02em;margin-bottom:.4rem;font-size:2.2rem;font-weight:300}.stat-label{color:#999;text-transform:lowercase;letter-spacing:0;font-size:.85rem;font-weight:300}.hero-actions{gap:1.5rem;animation:.8s .8s backwards fadeInUp;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#000;border:none;border-radius:30px;align-items:center;gap:.8rem;padding:1rem 2.2rem;font-size:1rem;font-weight:400;transition:all .2s;display:flex}.btn-primary:hover{background:#333;transform:scale(1.02)}.arrow{font-size:1.2rem;transition:transform .2s}.btn-primary:hover .arrow{transform:translate(3px)}.btn-secondary{color:#666;cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:30px;align-items:center;gap:.8rem;padding:1rem 2rem;font-size:1rem;font-weight:400;transition:all .2s;display:flex}.btn-secondary:hover{color:#000;background:#fafafa;border-color:#000}.play-icon{align-items:center;font-size:1.1rem;display:flex}.hero-visual{animation:1s fadeInRight;position:relative}.tesla-card{background:#fafafa;border:1px solid #f0f0f0;border-radius:24px;padding:2rem;position:relative;overflow:hidden;box-shadow:0 4px 40px #0000000f}.tesla-card:before{content:"";background:#e0e0e0;height:1px;position:absolute;top:0;left:0;right:0}.car-image{justify-content:center;align-items:center;margin-bottom:1.5rem;padding:1rem;display:flex}.tesla-img{object-fit:contain;filter:drop-shadow(0 10px 40px #00000026);width:100%;height:auto}.car-features{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.feature{text-align:center;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:1rem}.feature-icon{justify-content:center;align-items:center;margin-bottom:.5rem;font-size:1.3rem;display:flex}.feature-text{color:#666;font-size:.8rem;font-weight:300}.floating-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:1.5rem;animation:3s ease-in-out infinite float;position:absolute;box-shadow:0 8px 30px #00000014}.app-card{max-width:240px;top:-20px;right:-40px}.app-header{align-items:center;gap:.8rem;margin-bottom:.8rem;display:flex}.app-icon{font-size:2rem}.app-title{color:#111;font-weight:700}.app-description{color:#666;margin-bottom:1rem;font-size:.9rem}.app-stores{gap:.5rem;display:flex}.store-badge{color:#fff;letter-spacing:.02em;background:#000;border-radius:6px;padding:.5rem 1rem;font-size:.7rem;font-weight:300}.scroll-indicator{color:#999;text-transform:uppercase;letter-spacing:2px;flex-direction:column;align-items:center;gap:.5rem;font-size:.85rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(#0000,#ff6b35);width:2px;height:40px;animation:2s ease-in-out infinite scrollDown}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes scrollDown{0%,to{opacity:0;transform:translateY(0)}50%{opacity:1;transform:translateY(10px)}}@media (max-width:1024px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:3rem}.app-card{margin-top:2rem;position:relative;top:0;right:0}}@media (max-width:768px){.hero{padding:6rem 1rem 3rem;overflow-x:hidden}.hero:before{display:none}.hero-container{max-width:100%;padding:0}.hero-content{max-width:100%}.hero-badge{white-space:nowrap;text-overflow:ellipsis;padding:.5rem 1rem;font-size:.75rem;overflow:hidden}.hero-title{font-size:2rem;line-height:1.2}.hero-description{max-width:100%;font-size:.95rem}.hero-stats{flex-wrap:wrap;gap:1.5rem}.stat-value{font-size:1.8rem}.stat-label{font-size:.75rem}.hero-actions{flex-direction:column;width:100%}.btn-primary,.btn-secondary{justify-content:center;width:100%;padding:.9rem 1.5rem;font-size:.95rem}.tesla-card{padding:1.5rem 1rem}.car-features{grid-template-columns:repeat(3,1fr);gap:.5rem}.feature{padding:.8rem .5rem}.feature-text{font-size:.7rem}.floating-card{display:none}}
.features{background:#fafafa;padding:8rem 3rem}.features-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:5rem}.section-tag{color:#999;text-transform:uppercase;letter-spacing:.15em;background:0 0;border-radius:0;margin-bottom:1.5rem;padding:0;font-size:.8rem;font-weight:400;display:inline-block}.section-title{color:#000;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:300}.section-description{color:#666;max-width:600px;margin:0 auto;font-size:1.05rem;font-weight:300;line-height:1.7}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:5rem;display:grid}.feature-card{text-align:center;background:#fff;border:1px solid #eee;border-radius:16px;padding:3rem 2rem;transition:all .2s}.feature-card:hover{border-color:#ddd;transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.feature-icon-wrapper{background:#000;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 2rem;display:flex}.feature-icon-large{color:#fff;justify-content:center;align-items:center;font-size:2rem;display:flex}.feature-title{color:#000;letter-spacing:-.01em;margin-bottom:1rem;font-size:1.3rem;font-weight:400}.feature-description{color:#666;font-size:.95rem;font-weight:300;line-height:1.6}.process-section{color:#000;background:#fff;border:1px solid #eee;border-radius:16px;padding:4rem 3rem}.process-title{text-align:center;letter-spacing:-.02em;margin-bottom:4rem;font-size:2rem;font-weight:300}.process-steps{justify-content:space-between;align-items:center;max-width:900px;margin:0 auto;display:flex}.process-step{text-align:center;flex:1}.step-number{color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1.5rem;font-size:1.4rem;font-weight:300;display:flex}.step-content h4{margin-bottom:.5rem;font-size:1.1rem;font-weight:400}.step-content p{color:#666;font-size:.9rem;font-weight:300}.step-connector{background:#ddd;width:60px;height:1px;margin:0 1rem;position:relative;top:-30px}@media (max-width:768px){.features{padding:4rem 1.5rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.process-steps{flex-direction:column}.step-connector{width:2px;height:50px;margin:1rem 0;top:0}}
.pricing{background:#fff;padding:8rem 3rem}.pricing-container{max-width:1200px;margin:0 auto}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.pricing-card{background:#fafafa;border:1px solid #eee;border-radius:16px;flex-direction:column;padding:2.5rem 2rem;transition:all .3s;display:flex;position:relative}.pricing-card:hover{border-color:#ddd;transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.pricing-card.featured{color:#fff;background:#000;border-color:#000;transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05)translateY(-4px)}.featured-badge{color:#000;letter-spacing:.05em;text-transform:uppercase;background:#fff;border-radius:20px;padding:.4rem 1rem;font-size:.75rem;font-weight:500;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-title{color:inherit;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:1.3rem;font-weight:400}.pricing-amount{margin-bottom:.5rem}.price{letter-spacing:-.02em;color:inherit;font-size:3rem;font-weight:300}.pricing-description{color:inherit;opacity:.7;margin-bottom:2rem;font-size:.9rem;font-weight:300}.pricing-card.featured .pricing-description{opacity:.8}.pricing-features{flex-grow:1;margin:0 0 2rem;padding:0;list-style:none}.pricing-features li{color:inherit;align-items:center;gap:.8rem;margin-bottom:.8rem;font-size:.95rem;font-weight:300;display:flex}.pricing-features .check{color:#fff;background:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:600;display:flex}.pricing-card.featured .pricing-features .check{color:#000;background:#fff}.pricing-button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.8rem;width:100%;padding:1rem;font-size:1rem;font-weight:400;text-decoration:none;transition:all .2s;display:flex}.pricing-button:hover{background:#333;transform:scale(1.02)}.pricing-card.featured .pricing-button{color:#000;background:#fff}.pricing-card.featured .pricing-button:hover{background:#f5f5f5}.pricing-note{text-align:center;background:#fafafa;border:1px solid #eee;border-radius:12px;padding:2rem}.pricing-note p{color:#666;margin:0;font-weight:300;line-height:1.7}.pricing-note strong{color:#000;font-weight:500}@media (max-width:768px){.pricing{padding:4rem 1.5rem}.pricing-grid{grid-template-columns:1fr;gap:1.5rem}.pricing-card.featured{transform:scale(1)}.pricing-card.featured:hover{transform:translateY(-4px)}.price{font-size:2.5rem}}
.testimonials{background:#fff;padding:8rem 3rem;position:relative;overflow:hidden}.testimonials:before{display:none}.testimonials-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.testimonials-carousel{height:400px;margin:3rem 0;position:relative}.testimonial-card{opacity:0;pointer-events:none;background:#fafafa;border:1px solid #f0f0f0;border-radius:20px;width:100%;padding:3.5rem;transition:all .5s;position:absolute;transform:scale(.98);box-shadow:0 8px 40px #0000000d}.testimonial-card.active{opacity:1;pointer-events:all;transform:scale(1)}.testimonial-content{margin-bottom:2.5rem;position:relative}.quote-icon{color:#ddd;opacity:1;font-family:Georgia,serif;font-size:3.5rem;line-height:1;position:absolute;top:-15px;left:0}.testimonial-text{color:#333;padding-left:3rem;font-size:1.15rem;font-style:normal;font-weight:300;line-height:1.75}.testimonial-rating{margin-top:1.5rem;padding-left:2rem}.star{color:#fbbf24;margin-right:.3rem;font-size:1.1rem}.testimonial-author{align-items:center;gap:1.5rem;padding-left:2rem;display:flex}.author-avatar{background:#000;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:2rem;display:flex}.author-name{color:#000;margin-bottom:.3rem;font-size:1.1rem;font-weight:400}.author-role{color:#999;font-size:.9rem;font-weight:300}.carousel-dots{justify-content:center;gap:.8rem;margin-top:2.5rem;display:flex}.dot{cursor:pointer;background:#ddd;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .2s}.dot.active{background:#000;border-radius:4px;width:24px}.stats-banner{background:#000;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:3rem;margin-top:6rem;padding:3.5rem 3rem;display:grid}.stat-item{text-align:center;color:#fff}.stat-number{letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.5rem;font-weight:300}.stat-text{opacity:.7;text-transform:lowercase;font-size:.9rem;font-weight:300}@media (max-width:768px){.testimonials{padding:4rem 1.5rem}.testimonials-carousel{height:500px}.testimonial-card{padding:2rem}.testimonial-text{font-size:1rem}.stats-banner{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem}.stat-number{font-size:2rem}}
.booking{background:linear-gradient(#fafbfc 0%,#fff 100%);padding:6rem 2rem 8rem}.booking-container{max-width:1280px;margin:0 auto}.booking-header{text-align:center;max-width:680px;margin:0 auto 3rem}.section-tag{text-transform:uppercase;letter-spacing:.15em;color:#6b7280;margin-bottom:1rem;font-size:.7rem;font-weight:600;display:inline-block}.booking-title{color:#111827;letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:600;line-height:1.15}.booking-subtitle{color:#6b7280;font-size:1.05rem;line-height:1.7}.contact-row{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:3rem;margin-bottom:3.5rem;display:flex}.contact-item-inline{align-items:center;gap:1rem;display:flex}.icon-pill{color:#fff;background:#000;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.15rem;display:flex}.contact-item-inline>div{flex-direction:column;gap:.15rem;display:flex}.contact-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.contact-value{color:#111827;font-size:1.05rem;font-weight:600;text-decoration:none;transition:color .2s}.contact-value:hover{color:#374151}.cards-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.info-card{background:#fff;border:1px solid #f3f4f6;border-radius:20px;flex-direction:column;padding:2.5rem 2rem;transition:all .3s;display:flex;box-shadow:0 1px 3px #0000000a,0 8px 24px #0000000a}.info-card:hover{transform:translateY(-4px);box-shadow:0 4px 8px #0000000f,0 16px 48px #00000014}.primary-card{color:#fff;background:#000;border:none;box-shadow:0 4px 12px #00000040,0 12px 32px #0003}.primary-card:hover{box-shadow:0 6px 16px #11182740,0 20px 48px #11182733}.card-icon,.card-icon-large{color:#fff;background:#000;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.card-icon-large{color:#fff;background:#000;width:72px;height:72px;font-size:2rem}.card-title{color:#fff;margin:0 0 .5rem;font-size:1.6rem;font-weight:600;line-height:1.3}.card-subtitle{color:#111827;margin:0 0 1rem;font-size:1.25rem;font-weight:600}.card-desc{color:#fffc;margin:0 0 1.75rem;font-size:.95rem;line-height:1.6}.booking-cta-button{color:#111827;text-align:center;background:#fff;border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 14px #0003}.booking-cta-button:hover{background:#f9fafb;transform:translateY(-2px);box-shadow:0 6px 24px #0000004d}.card-list{flex-grow:1;margin:0;padding:0;list-style:none}.card-list li{color:#374151;border-bottom:1px solid #f3f4f6;padding:.6rem 0;font-size:.95rem;line-height:1.6}.card-list li:last-child{border-bottom:none}.card-list li strong{color:#111827;margin-right:.5rem;font-weight:600}.card-footnote{color:#9ca3af;margin:1rem 0 0;font-size:.8rem;line-height:1.5}@media (max-width:1024px){.cards-grid{grid-template-columns:1fr;gap:1.5rem}.contact-row{flex-direction:column;align-items:center;gap:1.5rem}}@media (max-width:768px){.booking{padding:4rem 1.25rem 6rem}.booking-title{font-size:2.25rem}.booking-header{margin-bottom:2.5rem}.contact-row{gap:1.25rem}.info-card{padding:2rem 1.5rem}}
.footer{color:#fff;background:#000;padding:4rem 3rem 2rem;position:relative;overflow:hidden}.footer:before{content:"";background:#333;height:1px;position:absolute;top:0;left:0;right:0}.footer-container{max-width:1400px;margin:0 auto}.footer-content{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 3fr;gap:4rem;margin-bottom:3rem;padding-bottom:3rem;display:grid}.footer-brand{max-width:350px}.footer-logo{align-items:center;gap:.6rem;margin-bottom:1rem;font-size:1.3rem;font-weight:400;display:flex}.footer-logo .logo-icon{object-fit:contain;width:auto;height:32px}.footer-tagline{color:#ffffff80;margin-bottom:2rem;font-size:.95rem;font-weight:300;line-height:1.6}.social-links{gap:1rem;display:flex}.social-link{color:#fff9;background:0 0;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:400;text-decoration:none;transition:all .2s;display:flex}.social-link:hover{color:#000;background:#fff;border-color:#fff}.footer-links{grid-template-columns:repeat(3,1fr);gap:4rem;display:grid}.footer-column h4{color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.8rem;font-weight:400}.footer-column ul{margin:0;padding:0;list-style:none}.footer-column li{margin-bottom:.8rem}.footer-column a{color:#ffffff80;font-size:.9rem;font-weight:300;text-decoration:none;transition:color .2s;display:inline-block}.footer-column a:hover{color:#fff}.footer-bottom{color:#fff6;justify-content:space-between;align-items:center;font-size:.85rem;font-weight:300;display:flex}.footer-badges{gap:1rem;display:flex}.badge{background:0 0;border:1px solid #fff3;border-radius:16px;align-items:center;padding:.5rem 1rem;font-size:.8rem;font-weight:300;display:inline-flex}@media (max-width:1024px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (max-width:768px){.footer{padding:3rem 1.5rem 2rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.footer-badges{flex-direction:column}}
