@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap");.features-wrapper{--bg-page:#fff3d6;--text-main:#101510;--text-muted:#5c665c;--primary:#ffb718;--primary-hover:#ffd057;--dark-green:#102819;--mid-green:#2e552d;--white:#fff;--card-bg:#fff;--lime:#dff3a2;--pink:#ffb6d5;--blue:#b8e7ff;--radius-xl:32px;--radius-lg:24px;--radius-md:16px;--shadow-sm:0 4px 12px rgba(0,0,0,.05);--shadow-md:0 8px 24px rgba(0,0,0,.08);--shadow-lg:0 12px 32px rgba(0,0,0,.12)}.features-wrapper,.features-wrapper *{font-family:Plus Jakarta Sans,sans-serif}.features-wrapper *{margin:0;padding:0;box-sizing:border-box}.features-wrapper{background-color:var(--bg-page);color:var(--text-main);line-height:1.5;overflow-x:hidden}.features-wrapper a{text-decoration:none;color:inherit}.features-wrapper .container{max-width:1400px;margin:0 auto;padding:0 40px}.features-wrapper .btn{display:inline-flex;align-items:center;justify-content:center;font-weight:700;border-radius:100px;cursor:pointer;transition:all .25s cubic-bezier(.175,.885,.32,1.275);padding:12px 24px;font-size:15px;border:none;gap:8px;box-shadow:0 4px 10px rgba(0,0,0,.05)}.features-wrapper .btn:active{transform:translateY(1px)}.features-wrapper .btn-primary{background:var(--primary);color:var(--text-main);box-shadow:0 4px 14px rgba(255,184,0,.25)}.features-wrapper .btn-primary:hover{background:var(--primary-hover);transform:translateY(-3px);box-shadow:0 8px 20px rgba(255,184,0,.35)}.features-wrapper .btn-outline{background:var(--white);color:var(--text-main);border:1.5px solid #f0f0f0}.features-wrapper .btn-outline:hover{background:#faf9f6;transform:translateY(-3px);border-color:#e2e2e2;box-shadow:0 8px 20px rgba(0,0,0,.05)}.features-wrapper .btn-white{background:var(--white);color:var(--text-main);box-shadow:0 4px 14px hsla(0,0%,100%,.15)}.features-wrapper .btn-white:hover{transform:translateY(-3px);box-shadow:0 8px 20px hsla(0,0%,100%,.25)}.features-wrapper .navbar{padding:12px 18px;margin-top:24px;justify-content:space-between;background:var(--dark-green);border-radius:999px;border:4px solid var(--text-main);box-shadow:8px 8px 0 var(--text-main)}.features-wrapper .logo,.features-wrapper .navbar{display:flex;align-items:center;color:var(--white)}.features-wrapper .logo{gap:12px;font-weight:900;font-size:24px;letter-spacing:-.5px}.features-wrapper .nav-links{display:flex;gap:8px;background:transparent;padding:0;box-shadow:none;border:none}.features-wrapper .nav-links a{padding:10px 18px;font-weight:700;font-size:15px;border-radius:100px;transition:all .25s cubic-bezier(.4,0,.2,1);color:#e8f0e8}.features-wrapper .nav-links a:hover{background:hsla(0,0%,100%,.1);color:var(--white)}.features-wrapper .nav-links a.active{background:hsla(0,0%,100%,.15);color:var(--primary)}.features-wrapper .nav-actions{display:flex;align-items:center;gap:16px}.features-wrapper .theme-toggle{display:none}.features-wrapper .sign-in{font-weight:700;font-size:15px;color:var(--white)}.features-wrapper .feat-hero{text-align:center;max-width:850px;margin:60px auto 70px}.features-wrapper .feat-hero h1{font-size:64px;font-weight:900;letter-spacing:-2px;margin-bottom:24px;line-height:1.05}.features-wrapper .feat-hero p{font-size:19px;color:var(--text-muted);font-weight:600;line-height:1.6;max-width:680px;margin:0 auto 36px}.features-wrapper .hero-actions{display:flex;gap:16px;justify-content:center}.features-wrapper .section-header{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:40px}.features-wrapper .section-header h2{font-size:48px;font-weight:900;letter-spacing:-1.5px;line-height:1.05;max-width:700px}.features-wrapper .section-header p{font-size:17px;color:var(--text-muted);font-weight:600;max-width:380px;line-height:1.5;margin:0}.features-wrapper .bento-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px;margin-bottom:100px}.features-wrapper .span-4{grid-column:span 4}.features-wrapper .span-6{grid-column:span 6}.features-wrapper .span-8{grid-column:span 8}.features-wrapper .span-12{grid-column:span 12}.features-wrapper .feature-card{min-height:260px;background:var(--white);border-radius:var(--radius-xl);padding:32px;border:1px solid rgba(0,0,0,.06);box-shadow:var(--shadow-sm);transition:all .35s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.features-wrapper .feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:rgba(255,184,0,.3)}.features-wrapper .bg-c-cream{background:#fff3d6;border:3px solid #2d4f30}.features-wrapper .bg-c-yellow{background:#fbb316}.features-wrapper .bg-c-olive{background:#729762;color:var(--white)}.features-wrapper .bg-c-dark{background:#2d4f30;color:var(--white)}.features-wrapper .feature-icon{width:56px;height:56px;border-radius:18px;background:rgba(255,184,0,.15);display:grid;place-items:center;font-size:28px;margin-bottom:8px;border:1px solid rgba(255,184,0,.2)}.features-wrapper .bg-c-cream .feature-icon{background:#fff;border-color:rgba(0,0,0,.06);color:var(--primary)}.features-wrapper .bg-c-yellow .feature-icon{background:hsla(0,0%,100%,.5);border-color:rgba(0,0,0,.08);color:#102819}.features-wrapper .bg-c-olive .feature-icon{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.2);color:#fff}.features-wrapper .bg-c-dark .feature-icon{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.15);color:#fff}.features-wrapper .feature-card h3{font-size:24px;font-weight:900;letter-spacing:-.5px;margin-top:12px}.features-wrapper .feature-card p{font-size:15px;color:var(--text-muted);font-weight:600;line-height:1.55;margin-top:10px}.features-wrapper .bg-c-cream p{color:var(--text-muted)}.features-wrapper .bg-c-yellow p{color:rgba(0,0,0,.65)}.features-wrapper .bg-c-olive p{color:hsla(0,0%,100%,.85)}.features-wrapper .bg-c-dark p{color:hsla(0,0%,100%,.75)}.features-wrapper .tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.features-wrapper .tag{font-size:12px;font-weight:800;border-radius:100px;padding:6px 14px;letter-spacing:.3px}.features-wrapper .bg-c-cream .tag{background:rgba(0,0,0,.05);color:var(--text-main)}.features-wrapper .bg-c-yellow .tag{background:rgba(0,0,0,.08);color:var(--text-main)}.features-wrapper .bg-c-olive .tag{background:hsla(0,0%,100%,.25);color:#fff}.features-wrapper .bg-c-dark .tag{background:hsla(0,0%,100%,.15);color:#fff}.features-wrapper .showcase-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;margin-bottom:100px;align-items:center}.features-wrapper .showcase-info{background:#2d4f30;border:1px solid rgba(0,0,0,.06);border-radius:40px;padding:40px;box-shadow:var(--shadow-sm);color:var(--white)}.features-wrapper .showcase-info h2{font-size:42px;font-weight:900;letter-spacing:-1px;line-height:1.1;margin-bottom:16px;color:var(--white)}.features-wrapper .showcase-info>p{font-size:17px;color:hsla(0,0%,100%,.85);font-weight:600;line-height:1.6}.features-wrapper .checklist{list-style:none;display:grid;gap:14px;margin-top:28px}.features-wrapper .checklist li{display:flex;align-items:center;gap:14px;background:var(--white);border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:14px 18px;font-weight:800;font-size:15px;box-shadow:var(--shadow-sm);transition:all .2s ease;color:#1a1a1a}.features-wrapper .checklist li:hover{transform:translateX(6px);box-shadow:var(--shadow-md)}.features-wrapper .check-dot{width:28px;height:28px;border-radius:50%;background:#22c55e;display:grid;place-items:center;color:#fff;font-size:14px;flex-shrink:0}.features-wrapper .showcase-preview{min-height:560px;position:relative;perspective:1200px;perspective-origin:30% 50%;display:flex;align-items:center;justify-content:center}.features-wrapper .obs-3d-wrapper{width:100%;height:470px;position:relative;transform-style:preserve-3d;transform:rotateY(-12deg) rotateX(4deg);transition:transform .2s ease-out}.features-wrapper .showcase-preview:hover .obs-3d-wrapper{transform:rotateY(-6deg) rotateX(2deg)}.features-wrapper .obs-screen{width:100%;height:100%;border-radius:24px;background:url(/assets/stream_bg_v3.webp) 50%/cover no-repeat;position:absolute;inset:0;border:6px solid #1a1a1a;box-shadow:0 40px 80px rgba(0,0,0,.3),-20px 20px 60px rgba(0,0,0,.2);transform-style:preserve-3d}.features-wrapper .obs-screen:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:18px;background:linear-gradient(115deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0) 40%,hsla(0,0%,100%,0) 60%,hsla(0,0%,100%,.03));pointer-events:none;z-index:20}.features-wrapper .obs-screen-side{position:absolute;top:6px;right:-14px;bottom:6px;width:14px;background:linear-gradient(90deg,#1a1a1a,#333);transform:rotateY(90deg);transform-origin:left;border-radius:0 4px 4px 0}.features-wrapper .obs-screen-bottom{position:absolute;left:6px;right:6px;bottom:-14px;height:14px;background:linear-gradient(180deg,#1a1a1a,#222);transform:rotateX(-90deg);transform-origin:top;border-radius:0 0 4px 4px}.features-wrapper .obs-label{position:absolute;top:20px;left:20px;background:rgba(255,243,214,.65);backdrop-filter:blur(10px);color:var(--text-main);border-radius:100px;padding:8px 16px;font-weight:800;font-size:13px;box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateZ(20px);z-index:10}.features-wrapper .overlay-donation{position:absolute;left:50%;top:40px;transform:translateX(-50%) translateZ(60px);width:300px;background:linear-gradient(135deg,rgba(255,183,24,.7),rgba(255,208,87,.5));backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;box-shadow:0 16px 32px rgba(255,183,24,.25),inset 0 2px 0 hsla(0,0%,100%,.4);padding:16px;z-index:30;animation:float3D 5s ease-in-out infinite;border:1px solid hsla(0,0%,100%,.5);display:flex;flex-direction:column;gap:10px;--x-offset:-50%;--z-offset:60px}.features-wrapper .donate-header{display:flex;align-items:center;gap:12px}.features-wrapper .donate-mascot{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.features-wrapper .donate-info{text-align:left;line-height:1.2}.features-wrapper .donate-name{font-weight:900;font-size:14px;color:#102819}.features-wrapper .donate-amount{font-weight:900;font-size:20px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1);margin-top:4px}.features-wrapper .donate-message{background:hsla(0,0%,100%,.3);padding:8px 12px;border-radius:10px;font-weight:700;font-size:12px;color:#102819;font-style:italic}.features-wrapper .overlay-chat{position:absolute;left:-10px;bottom:20px;width:220px;background:rgba(16,21,16,.6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 16px 32px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.1);padding:14px;z-index:20;border:1px solid hsla(0,0%,100%,.1);animation:float3D 6s ease-in-out infinite;animation-delay:-2s;--x-offset:0;--z-offset:40px;display:flex;flex-direction:column;gap:8px}.features-wrapper .widget-title{font-weight:800;font-size:11px;color:hsla(0,0%,100%,.6);text-transform:uppercase;letter-spacing:1px;margin-bottom:2px;display:flex;align-items:center;gap:6px}.features-wrapper .live-dot{width:6px;height:6px;background:#ff3b30;border-radius:50%;box-shadow:0 0 6px #ff3b30}.features-wrapper .chat-msg{font-size:12px;font-weight:600;color:#fff;line-height:1.4}.features-wrapper .chat-badge{background:#ffb718;color:#000;font-size:9px;font-weight:900;padding:2px 4px;border-radius:4px;margin-right:4px;vertical-align:middle}.features-wrapper .chat-user{font-weight:800;margin-right:4px}.features-wrapper .overlay-leader{position:absolute;right:-10px;bottom:20px;width:220px;background:rgba(255,243,214,.65);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 16px 32px rgba(0,0,0,.25),inset 0 2px 0 hsla(0,0%,100%,.8);padding:14px;z-index:20;border:1px solid hsla(0,0%,100%,.4);animation:float3D 5.5s ease-in-out infinite;animation-delay:-1s;--x-offset:0;--z-offset:40px;display:flex;flex-direction:column;gap:8px}.features-wrapper .overlay-leader .widget-title{color:#5c665c}.features-wrapper .leader-item{display:flex;align-items:center;gap:10px;padding:6px;border-radius:10px;transition:all .2s ease}.features-wrapper .leader-item.rank-1{background:linear-gradient(135deg,rgba(255,183,24,.2),rgba(255,183,24,.05));border:1px solid rgba(255,183,24,.3)}.features-wrapper .leader-rank{font-weight:900;font-size:14px;color:#102819;width:14px;text-align:center;opacity:.5}.features-wrapper .rank-1 .leader-rank{color:#d97706;opacity:1}.features-wrapper .leader-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.features-wrapper .leader-avatar-placeholder{width:28px;height:28px;border-radius:50%;background:#102819;color:#fff;display:grid;place-items:center;font-weight:800;font-size:14px;border:2px solid #fff}.features-wrapper .leader-info{flex:1}.features-wrapper .leader-name{font-weight:800;font-size:13px;color:#102819;display:flex;align-items:center;gap:4px}.features-wrapper .leader-amount{font-weight:700;font-size:12px;color:#5c665c}.features-wrapper .tiny-crown{width:12px;height:12px}@keyframes float3D{0%,to{transform:translateX(var(--x-offset)) translateZ(var(--z-offset)) translateY(0)}50%{transform:translateX(var(--x-offset)) translateZ(var(--z-offset)) translateY(-15px)}}.features-wrapper .workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:100px}.features-wrapper .step-card{background:var(--white);border-radius:var(--radius-xl);padding:32px;box-shadow:var(--shadow-sm);border:3px solid #2d4f30;min-height:220px;transition:all .3s ease}.features-wrapper .step-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.features-wrapper .step-num{width:48px;height:48px;border-radius:50%;background:var(--primary);display:grid;place-items:center;font-weight:900;font-size:20px;margin-bottom:20px;box-shadow:0 4px 12px rgba(255,184,0,.3)}.features-wrapper .step-card h3{font-size:22px;font-weight:900;letter-spacing:-.5px;margin-bottom:10px}.features-wrapper .step-card p{font-size:15px;color:var(--text-muted);font-weight:600;line-height:1.55}.features-wrapper .bottom-banner{background:var(--mid-green);border:4px solid var(--bg-page);box-shadow:inset 0 0 0 2px #5a7859,0 0 0 2px #5a7859,0 20px 45px rgba(0,0,0,.04);border-radius:50px;padding:60px 80px;display:flex;justify-content:space-between;align-items:center;margin-bottom:100px;position:relative;overflow:hidden}.features-wrapper .bottom-banner:after{content:"🔔";position:absolute;right:120px;bottom:-30px;font-size:120px;opacity:.15;transform:rotate(-12deg)}.features-wrapper .banner-text h2{font-size:40px;font-weight:900;color:var(--white);line-height:1.15;margin-bottom:16px;letter-spacing:-1px}.features-wrapper .banner-text p{color:hsla(0,0%,100%,.75);font-size:17px;font-weight:600;max-width:500px;line-height:1.5}.features-wrapper .site-footer{border-top:1px solid rgba(0,0,0,.06);padding:60px 0 40px;margin-top:40px;display:flex;flex-direction:column;gap:40px}.features-wrapper .footer-top{display:flex;justify-content:space-between;gap:60px}.features-wrapper .footer-brand{max-width:300px}.features-wrapper .footer-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;letter-spacing:-.5px;margin-bottom:16px}.features-wrapper .footer-desc{color:var(--text-muted);font-size:14px;font-weight:500;line-height:1.6;margin-bottom:24px}.features-wrapper .footer-socials a{background:#f3f4f6}.features-wrapper .footer-socials a:hover{color:#fff}.features-wrapper .footer-links-group{display:flex;gap:80px}.features-wrapper .footer-col{display:flex;flex-direction:column;gap:16px}.features-wrapper .footer-col h4{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--text-main);margin-bottom:8px}.features-wrapper .footer-col a{font-size:14px;font-weight:600;color:var(--text-muted);transition:color .2s ease}.features-wrapper .footer-col a:hover{color:var(--primary)}.features-wrapper .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px dashed rgba(0,0,0,.08);color:var(--text-muted);font-size:13px;font-weight:600}.features-wrapper .footer-bottom-links{display:flex;gap:24px}.features-wrapper .footer-bottom-links a:hover{color:var(--text-main)}@media (max-width:1024px){.features-wrapper .bento-grid .span-4,.features-wrapper .bento-grid .span-6,.features-wrapper .bento-grid .span-8{grid-column:span 6}.features-wrapper .showcase-section{grid-template-columns:1fr}.features-wrapper .workflow-grid{grid-template-columns:repeat(2,1fr)}.features-wrapper .section-header{flex-direction:column;align-items:flex-start}.features-wrapper .bottom-banner{flex-direction:column;text-align:center;gap:32px;padding:50px 40px}}@media (max-width:768px){.features-wrapper .bento-grid .span-12,.features-wrapper .bento-grid .span-4,.features-wrapper .bento-grid .span-6,.features-wrapper .bento-grid .span-8{grid-column:span 12}.features-wrapper .feat-hero h1{font-size:42px}.features-wrapper .section-header h2{font-size:36px}.features-wrapper .workflow-grid{grid-template-columns:1fr}.features-wrapper .bottom-banner{border-radius:32px}}.features-wrapper .footer-socials{display:flex;gap:16px}.features-wrapper .footer-socials a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--white);border:2px solid var(--text-main);border-radius:50%;color:var(--text-main);transition:all .2s ease;box-shadow:2px 2px 0 var(--text-main)}.features-wrapper .footer-socials a:hover{background:var(--primary);transform:translateY(-2px);box-shadow:4px 4px 0 var(--text-main)}@media (max-width:768px){.features-wrapper .container{padding:0 16px;width:100%;box-sizing:border-box}.features-wrapper .navbar{flex-wrap:wrap;padding:14px 16px;gap:12px;justify-content:center;border-radius:24px;margin-top:12px;border-width:3px;box-shadow:4px 4px 0 var(--text-main)}.features-wrapper .nav-links{gap:8px;font-size:13px}.features-wrapper .nav-links a{padding:8px 12px}.features-wrapper .nav-actions{gap:10px}.features-wrapper .nav-actions .btn{padding:10px 18px;font-size:13px}.features-wrapper .sign-in{font-size:13px}.features-wrapper .logo{font-size:20px;gap:8px}.features-wrapper .logo svg{width:32px;height:32px}.features-wrapper .feat-hero{padding:30px 0 10px;margin:20px auto 30px;text-align:center}.features-wrapper .feat-hero h1{font-size:38px;line-height:1.15;letter-spacing:-1.5px;margin-bottom:20px}.features-wrapper .feat-hero p{font-size:15px;padding:0 8px;margin-bottom:24px;line-height:1.5}.features-wrapper .hero-actions{flex-direction:column;gap:10px}.features-wrapper .hero-actions .btn{width:100%;justify-content:center;box-sizing:border-box;padding:14px 24px}.features-wrapper .section-header{flex-direction:column;align-items:center;text-align:center;gap:16px;margin-bottom:30px}.features-wrapper .section-header h2{font-size:32px}.features-wrapper .section-header p{font-size:15px}.features-wrapper .bento-grid{grid-template-columns:1fr;gap:16px;margin-bottom:60px}.features-wrapper .bento-grid>article{grid-column:span 1!important;grid-row:span 1!important}.features-wrapper .feature-card{padding:24px;min-height:auto}.features-wrapper .feature-card h3{font-size:20px;margin-top:10px}.features-wrapper .feature-card p{font-size:14px;margin-top:8px}.features-wrapper .feature-icon{width:48px;height:48px;font-size:24px;margin-bottom:4px}.features-wrapper .tag-row{margin-top:16px;gap:6px}.features-wrapper .tag{font-size:11px;padding:4px 12px}.features-wrapper .showcase-section{grid-template-columns:1fr;padding:0;gap:30px;margin-bottom:60px}.features-wrapper .showcase-info{text-align:center;padding:30px 20px;border-radius:24px}.features-wrapper .showcase-info h2{font-size:32px}.features-wrapper .showcase-info>p{font-size:15px}.features-wrapper .checklist{align-items:stretch;margin-top:24px}.features-wrapper .checklist li{width:100%;justify-content:flex-start;font-size:14px;padding:12px 16px;text-align:left}.features-wrapper .showcase-preview{min-height:300px;transform:scale(.7);transform-origin:top center;margin-bottom:-100px}.features-wrapper .obs-3d-wrapper{height:300px}.features-wrapper .overlay-donation{width:220px;top:10px}.features-wrapper .overlay-chat{width:160px;left:0;bottom:0}.features-wrapper .overlay-leader{width:160px;right:0;bottom:0}.features-wrapper .workflow-grid{grid-template-columns:1fr;gap:16px;margin-bottom:60px}.features-wrapper .step-card{padding:24px;min-height:auto}.features-wrapper .step-num{width:40px;height:40px;font-size:18px;margin-bottom:16px}.features-wrapper .step-card h3{font-size:20px}.features-wrapper .step-card p{font-size:14px}.features-wrapper .bottom-banner{flex-direction:column;text-align:center;padding:40px 20px;gap:24px;border-radius:30px;margin-bottom:60px}.features-wrapper .bottom-banner:after{display:none}.features-wrapper .banner-text h2{font-size:28px;line-height:1.2;margin-bottom:12px}.features-wrapper .banner-text p{font-size:15px;margin:0 auto}.features-wrapper .bottom-banner .btn{width:100%;justify-content:center;box-sizing:border-box}.features-wrapper .site-footer{padding:40px 0 30px;gap:30px}.features-wrapper .footer-top{flex-direction:column;gap:30px;align-items:center;text-align:center}.features-wrapper .footer-brand{margin:0 auto;display:flex;flex-direction:column;align-items:center}.features-wrapper .footer-links-group{flex-direction:column;gap:30px;align-items:center}.features-wrapper .footer-col{align-items:center}.features-wrapper .footer-bottom{flex-direction:column;gap:16px;text-align:center;padding-top:24px}.features-wrapper .footer-bottom-links{justify-content:center;flex-wrap:wrap}}