@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}html,body{color:#333;background-color:#f8fafc;width:100%;overflow-x:hidden}.swift-app{flex-direction:column;max-width:100vw;min-height:100vh;display:flex;overflow-x:hidden}.swift-container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.swift-header{z-index:10;background:#fff;align-items:center;height:100px;display:flex;position:relative}.header-container{justify-content:space-between;align-items:center;display:flex}.swift-logo{align-items:center;display:flex}.swift-nav{gap:2rem;margin-left:auto;margin-right:3rem;display:flex}.swift-nav a{color:#4b5563;font-size:.95rem;font-weight:500;text-decoration:none}.swift-nav a:hover{color:#0055b8}.nav-wrapper{flex:1;align-items:center;display:flex}.mobile-menu-toggle{cursor:pointer;color:#00428a;display:none}.swift-auth{align-items:center;gap:1.5rem;display:flex}.login-link{color:#111827;font-size:.95rem;font-weight:600;text-decoration:none}.signup-btn{color:#fff;cursor:pointer;background:#0055b8;border:none;border-radius:.35rem;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600}.swift-hero{background:#fff;flex:1;align-items:center;padding:4rem 0;display:flex;position:relative;overflow:hidden}.swift-bg-left{background-image:url(/newimage.jpeg);background-position:30%;background-size:cover;width:50%;position:absolute;top:0;bottom:0;left:0}.swift-bg-left:after{content:"";background:linear-gradient(90deg,#fff0 50%,#fff 98%);position:absolute;inset:0}.hero-container{z-index:2;justify-content:flex-end;align-items:center;gap:4rem;display:flex;position:relative}.swift-text{z-index:5;align-self:flex-start;width:420px;margin-top:-10px;position:relative}.swift-text h1{color:#00428a;letter-spacing:-.02em;white-space:nowrap;margin-bottom:1rem;margin-left:1.5rem;font-size:1.9rem;font-weight:800;line-height:1.15}.text-green{color:#1b864a}.swift-text p.hero-subtitle{color:#1b864a;max-width:95%;margin-bottom:.5rem;margin-left:5rem;font-size:.9rem;font-weight:500;line-height:1.5}.app-download-buttons{gap:1rem;margin-top:2rem;margin-left:8rem;display:flex}.btn-download{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:.5rem;align-items:center;gap:.75rem;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:opacity .2s;display:flex;box-shadow:0 4px 10px #0000001a}.btn-download:hover{opacity:.9}.swift-widget{background:#fff;border-radius:1rem;width:420px;padding:2.25rem;box-shadow:0 10px 40px #0000001a}.swift-widget h2{color:#00428a;margin-bottom:1.25rem;font-size:1.7rem;font-weight:700}.sw-group{margin-bottom:1rem}.sw-group label{color:#374151;margin-bottom:.4rem;font-size:.85rem;font-weight:500;display:block}.sw-input-wrap{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:.4rem;align-items:center;height:50px;display:flex}.sw-currency{color:#4b5563;padding:0 1rem;font-size:1rem;font-weight:600}.sw-input-wrap input{color:#111827;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:1.15rem;font-weight:600}.sw-flag{cursor:pointer;border-left:1px solid #e2e8f0;align-items:center;gap:.4rem;height:60%;padding-left:.75rem;padding-right:.5rem;display:flex}.sw-flag img{border-radius:2px;width:22px}.sw-dropdown-container{align-items:center;height:100%;display:flex;position:relative}.sw-dropdown-menu{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;width:max-content;margin-top:.5rem;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}.sw-dropdown-item{cursor:pointer;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background .2s;display:flex}.sw-dropdown-item:hover{background:#f3f4f6}.sw-dropdown-item img{border-radius:2px;width:22px}.sw-dropdown-item span{color:#374151;font-size:.9rem;font-weight:500}.sw-details{flex-direction:column;gap:.4rem;margin:1.5rem 0;display:flex}.sw-row{justify-content:space-between;font-size:.85rem;display:flex}.sw-row span{color:#374151;font-weight:500}.sw-row strong{color:#111827;font-weight:600}.sw-btn{color:#fff;cursor:pointer;background:#28c76f;border:none;border-radius:.4rem;width:100%;margin-bottom:1.5rem;padding:1rem;font-size:1.1rem;font-weight:600}.sw-trust{text-align:center;border-top:1px solid #e5e7eb;padding-top:1.25rem}.sw-trust-title{color:#111827;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.sw-stars{justify-content:center;gap:.15rem;margin-bottom:1rem;display:flex}.sw-badges{justify-content:space-between;padding:0 .5rem;display:flex}.sw-badge{color:#4b5563;text-align:center;flex-direction:column;align-items:center;gap:.3rem;font-size:.7rem;font-weight:500;line-height:1.2;display:flex}.reveal{opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1)}.reveal.slide-up{transform:translateY(40px)}.reveal.fade-in{transform:translateY(0)}.reveal.slide-left{transform:translate(-40px)}.reveal.slide-right{transform:translate(40px)}.reveal.active{opacity:1;transform:translateY(0)scale(1)}.reveal.delay-100{transition-delay:.1s}.reveal.delay-200{transition-delay:.2s}.reveal.delay-300{transition-delay:.3s}.reveal.delay-400{transition-delay:.4s}.reveal.delay-500{transition-delay:.5s}.mobile-hero-image{display:none}@media (width<=992px){.reveal.slide-left:not(.active),.reveal.slide-right:not(.active){transform:translateY(30px)}.swift-hero,.features-section,.about-section,.testimonials-section,.faq-section,.contact-section,.footer-section{overflow-x:hidden}.swift-container{padding:0 1rem}.header-container{justify-content:flex-start;position:relative}.swift-logo{margin:0}.nav-wrapper{z-index:20;background:#fff;flex-direction:column;gap:2rem;width:100%;padding:2rem;display:none;position:absolute;top:100px;left:0;box-shadow:0 10px 20px #0000001a}.nav-wrapper.open{display:flex}.swift-nav{flex-direction:column;align-items:center;gap:1.5rem;margin:0}.mobile-menu-toggle{margin:0;display:block;position:absolute;top:50%;left:auto;right:20px;transform:translateY(-50%)}.swift-hero{padding:1.5rem 0}.hero-container{text-align:center;flex-direction:column;align-items:stretch;gap:2.5rem}.swift-text{flex-direction:column;align-self:auto;align-items:center;width:100%;margin-top:0;display:flex;overflow:hidden}.swift-text h1{text-align:center;font-size:1.8rem;line-height:1.3;white-space:normal!important;margin-left:0!important}.swift-text p.hero-subtitle{text-align:center;width:100%;max-width:100%;padding:0;font-size:.9rem;margin-bottom:0!important;margin-left:0!important;margin-right:0!important}.mobile-hero-image{width:100%;display:block;overflow:hidden}.mobile-hero-image img{object-fit:cover;width:100%;height:220px;display:block;-webkit-mask-image:radial-gradient(#000 65%,#0000 100%);mask-image:radial-gradient(#000 65%,#0000 100%)}.app-download-buttons{justify-content:center;margin-top:.25rem!important;margin-left:0!important}.btn-download{color:#00428a;box-shadow:none;background:0 0;border:1px solid #00428a4d;gap:.5rem;padding:.5rem 1rem;font-size:.85rem}.btn-download svg{color:#00428a;width:16px;height:16px}.swift-widget{box-sizing:border-box;width:100%;max-width:100%;padding:1.25rem;box-shadow:0 20px 50px -10px #0000001f}.swift-widget h2{font-size:1.4rem}.sw-row{font-size:.8rem}.swift-bg-left{display:none}}.features-section{background-color:#f8fafc;padding:6rem 0}.features-container{flex-direction:column;align-items:center;display:flex}.features-header{text-align:center;max-width:700px;margin-bottom:4rem}.features-title{color:#00428a;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.features-subtitle{color:#4b5563;font-size:1.1rem;line-height:1.6}.features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;width:100%;display:grid}.feature-card{background:#fff;border:1px solid #f1f5f9;border-radius:1rem;flex-direction:column;align-items:flex-start;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.feature-icon-wrapper{border-radius:1rem;justify-content:center;align-items:center;width:65px;height:65px;margin-bottom:1.5rem;padding:1rem;display:flex}.bg-blue{background-color:#0072ff1a}.bg-green{background-color:#11998e1a}.bg-purple{background-color:#8e2de21a}.bg-orange{background-color:#f2994a26}.bg-teal{background-color:#00cdac1a}.bg-indigo{background-color:#4776e61a}.feature-card-title{color:#111827;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.feature-card-desc{color:#4b5563;font-size:.95rem;line-height:1.6}@media (width<=768px){.features-section{padding:4rem 0}.features-title{font-size:2.2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{text-align:center;align-items:center;padding:1.5rem}}.about-section{background-color:#fff;padding:6rem 0}.about-container{justify-content:space-between;align-items:flex-start;gap:0;display:flex}.about-image-wrapper{width:45%;position:relative}.floating-notification{filter:drop-shadow(0 10px 15px #00000026);z-index:10;background:#fff;border-radius:1.5rem;align-items:center;gap:.75rem;padding:.6rem 1rem;animation:4s ease-in-out infinite floatNotif;display:flex;position:absolute;bottom:28%;right:25%}.floating-notification:after{content:"";border-top:12px solid #fff;border-left:8px solid #0000;border-right:12px solid #0000;width:0;height:0;position:absolute;bottom:-10px;left:25px;transform:rotate(-10deg)}@keyframes floatNotif{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.notif-icon{background-color:#1b864a;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;box-shadow:0 4px 10px #1b864a4d}.notif-content{flex-direction:column;display:flex}.notif-title{color:#6b7280;margin:0 0 .1rem;font-size:.7rem;font-weight:600}.notif-amount{color:#111827;margin:0;font-size:.95rem;font-weight:800}.about-image{object-fit:cover;object-position:center 20%;border-radius:1.5rem;width:100%;height:500px;box-shadow:0 20px 40px #0000001a}.about-content{width:50%;padding-left:2rem}.about-title{color:#00428a;letter-spacing:-.01em;margin-bottom:1.25rem;font-size:1.9rem;font-weight:800;line-height:1.3}.about-lead{color:#111827;margin-bottom:1.5rem;font-size:1.05rem;font-weight:600;line-height:1.5}.about-text{color:#4b5563;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.about-values{flex-direction:column;gap:1.5rem;display:flex}.about-value-item{align-items:flex-start;gap:1.25rem;display:flex}.value-icon{border-radius:.75rem;justify-content:center;align-items:center;min-width:50px;height:50px;display:flex}.about-value-item h4{color:#111827;margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.about-value-item p{color:#4b5563;font-size:.95rem;line-height:1.5}@media (width<=992px){.about-container{flex-direction:column;align-items:center;gap:3rem}.about-image-wrapper{order:2;width:100%}.about-image{height:350px}.about-content{text-align:center;order:1;width:100%;padding-left:0}.about-title{font-size:2.2rem}.about-value-item{text-align:center;flex-direction:column;align-items:center;gap:1rem}}.testimonials-section{background-color:#f8fafc;padding:6rem 0;position:relative;overflow:hidden}.testimonials-section:before{content:"";z-index:1;background:radial-gradient(circle,#1b864a0d 0%,#fff0 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.testimonials-section .swift-container{z-index:2;position:relative}.testimonials-header{text-align:center;max-width:600px;margin:0 auto 4rem}.testimonials-header h2{color:#00428a;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.testimonials-header p{color:#4b5563;font-size:1.1rem;line-height:1.6}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.testimonial-card{background:#fff;border:1px solid #00000005;border-radius:1.5rem;flex-direction:column;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 15px 35px #0000000a}.testimonial-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #00000014}.stars-container{gap:.25rem;margin-bottom:1.5rem;display:flex}.testimonial-text{color:#374151;flex:1;margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.7}.testimonial-author{border-top:1px solid #f3f4f6;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.author-avatar{object-fit:cover;border:2px solid #f3f4f6;border-radius:50%;width:50px;height:50px}.author-info h4{color:#111827;margin:0 0 .2rem;font-size:1rem;font-weight:700}.author-info span{color:#6b7280;font-size:.85rem}@media (width<=992px){.testimonials-section{padding:4rem 0}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}}.faq-section{background-color:#fff;padding:6rem 0}.faq-layout{align-items:flex-start;gap:6rem;display:flex}.faq-text-col{flex:1;max-width:400px}.faq-icon-wrapper{background-color:#1b864a1a;border-radius:1rem;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.faq-text-col h2{color:#00428a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}.faq-text-col p{color:#4b5563;font-size:1.1rem;line-height:1.6}.faq-accordion-col{flex-direction:column;flex:2;gap:1rem;display:flex}.faq-item{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;transition:all .3s;overflow:hidden}.faq-item:hover{border-color:#d1d5db;box-shadow:0 4px 10px #00000005}.faq-item.open{border-color:#1b864a;box-shadow:0 10px 25px #1b864a14}.faq-question{justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.faq-question h3{color:#111827;margin:0;padding-right:2rem;font-size:1.05rem;font-weight:600}.faq-chevron{flex-shrink:0;transition:transform .3s}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer-wrapper{transition:max-height .3s ease-in-out;overflow:hidden}.faq-answer{color:#4b5563;margin:0;padding:0 1.5rem 1.5rem;line-height:1.6}@media (width<=992px){.faq-section{padding:4rem 0}.faq-layout{flex-direction:column;gap:3rem}.faq-text-col{text-align:center;max-width:100%}.faq-icon-wrapper{margin:0 auto 1.5rem}}.contact-section{background-color:#f8fafc;padding:6rem 0}.contact-header{text-align:center;max-width:700px;margin:0 auto 4rem}.contact-title{color:#00428a;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.contact-subtitle{color:#4b5563;font-size:1.1rem;line-height:1.6}.contact-content{align-items:flex-start;gap:4rem;display:flex}.contact-info{flex-direction:column;flex:1;gap:1.5rem;display:flex}.info-card{background:#fff;border:1px solid #f1f5f9;border-radius:1rem;align-items:flex-start;gap:1.25rem;padding:1.5rem;transition:transform .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.info-card:hover{transform:translateY(-3px)}.info-icon{border-radius:.75rem;justify-content:center;align-items:center;min-width:55px;height:55px;display:flex}.info-text h4{color:#111827;margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.info-text p{color:#4b5563;font-size:.95rem;line-height:1.5}.contact-form-wrapper{background:#fff;border:1px solid #f1f5f9;border-radius:1.25rem;flex:1.5;padding:2.5rem;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#374151;font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{color:#111827;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:.5rem;outline:none;width:100%;padding:.8rem 1rem;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus{background-color:#fff;border-color:#1b864a;box-shadow:0 0 0 3px #1b864a1a}.form-group textarea{resize:vertical;min-height:120px}.btn-submit{color:#fff;cursor:pointer;background-color:#1b864a;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;padding:1rem;font-size:1.05rem;font-weight:600;transition:background-color .2s;display:flex}.btn-submit:hover{background-color:#146c3b}@media (width<=992px){.contact-section{padding:4rem 0}.contact-content{flex-direction:column;gap:3rem}.contact-info,.contact-form-wrapper{width:100%}.contact-form-wrapper{padding:1.5rem}}.footer-section{color:#9ca3af;background-color:#0b1120;padding:5rem 0 2rem;position:relative;overflow:hidden}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:4rem;display:grid}.footer-logo{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.footer-logo span{color:#fff;letter-spacing:-.5px;font-size:1.75rem;font-weight:800}.footer-description{max-width:300px;margin-bottom:2rem;line-height:1.7}.footer-socials{gap:1rem;display:flex}.social-icon{color:#fff;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-icon:hover{background:#1b864a;transform:translateY(-3px)}.footer-links h3,.footer-contact h3{color:#fff;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.footer-links ul{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#1b864a}.contact-item{align-items:flex-start;gap:1rem;margin-bottom:1.25rem;line-height:1.5;display:flex}.contact-icon{color:#1b864a;flex-shrink:0;margin-top:.2rem}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.footer-legal-links{gap:2rem;display:flex}.footer-legal-links a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-legal-links a:hover{color:#fff}@media (width<=992px){.footer-section{padding:3rem 0 2rem}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}.footer-legal-links{flex-wrap:wrap;justify-content:center}}.download-page{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.download-bg-shapes{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.shape{filter:blur(80px);opacity:.4;border-radius:50%;animation:15s ease-in-out infinite alternate floatShape;position:absolute}.shape-1{background:#00428a33;width:400px;height:400px;top:-100px;right:-100px}.shape-2{background:#1b864a33;width:300px;height:300px;animation-delay:-5s;bottom:10%;left:-50px}.shape-3{background:#ffcc0026;width:250px;height:250px;animation-delay:-2s;top:40%;left:30%}@keyframes floatShape{0%{transform:translate(0)scale(1)}to{transform:translate(30px,50px)scale(1.1)}}.back-btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:2rem;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 5px #0000000d}.back-btn:hover{color:#111827;background:#f3f4f6;box-shadow:0 4px 8px #00000014}.download-content{z-index:1;flex:1;justify-content:space-between;align-items:center;gap:4rem;padding:4rem 2rem;display:flex;position:relative}.download-text{flex:1;max-width:550px}.download-text h1{color:#00428a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.2rem;font-weight:800;line-height:1.15}.download-text p{color:#4b5563;margin-bottom:1.25rem;font-size:1.1rem;line-height:1.6}.store-buttons{gap:1.5rem;margin-top:2.5rem;display:flex}.store-btn{color:#fff;background:linear-gradient(145deg,#1f2937,#111827);border:1px solid #ffffff0d;border-radius:1rem;flex:1;justify-content:center;align-items:center;gap:1rem;padding:.85rem 1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 25px #00000026,inset 0 1px #ffffff0d}.store-btn:hover{background:linear-gradient(145deg,#374151,#1f2937);transform:translateY(-4px);box-shadow:0 15px 30px #00000040,inset 0 1px #ffffff1a}.store-text{flex-direction:column;display:flex}.store-small{text-transform:uppercase;letter-spacing:.05em;color:#d1d5db;font-size:.7rem;line-height:1.2}.store-large{font-size:1.35rem;font-weight:600;line-height:1.1}.download-image-container{flex:1;justify-content:center;align-items:center;display:flex}.phone-mockup{background:#fff;border:12px solid #111827;border-radius:3.5rem;flex-direction:column;justify-content:center;align-items:center;width:320px;height:650px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px #0003}.phone-mockup:before{content:"";z-index:10;background:#111827;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;width:140px;height:30px;position:absolute;top:0}.phone-screen{color:#fff;text-align:center;background:linear-gradient(135deg,#00428a 0%,#1b864a 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:relative}.phone-logo-img{filter:brightness(0)invert();width:100px;margin-bottom:1.5rem}.phone-screen h2{margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.phone-screen p{opacity:.8;font-size:1.1rem}.phone-loader{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin;position:absolute;bottom:100px}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=992px){.download-content{flex-direction:column;gap:3rem;padding:2rem 1.5rem}.download-text h1{text-align:center;font-size:2.3rem}.download-text p{text-align:center;font-size:1rem}.store-buttons{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;width:100%}.store-btn{flex:1;gap:.5rem;padding:.75rem .5rem}.store-small{font-size:.55rem}.store-large{font-size:1rem}.phone-mockup{width:280px;height:580px}}
