body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (max-width:600px){.reel-challenge-page{padding-left:8px;padding-right:8px;padding-top:80px}.reel-challenge-page h1{font-size:1.5rem;margin-bottom:18px}.reel-challenge-page button{font-size:1rem;margin:0 4px;padding:10px 16px}.reel-challenge-page input{font-size:1rem;margin-bottom:8px;min-width:0;padding:8px 10px;width:100%}.reel-challenge-page .instructions-modal{max-width:98vw;padding:16px 8px 12px}.reel-challenge-page>div[style*="flex-direction: column"]>div[style*="flex-direction: row"]{align-items:stretch;flex-direction:column!important;gap:0!important}}.reel-challenge-page{align-items:center;background:linear-gradient(135deg,#232526,#414345);color:#fff;display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;padding-top:120px}.reel-challenge-page h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#25d366,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.8rem;font-weight:900;margin-bottom:32px}.reel-challenge-page button{background:#232526;border:none;border-radius:50px;box-shadow:0 4px 16px #25d36614;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin:0 10px;padding:14px 32px;transition:all .2s}.reel-challenge-page button:hover{background:#25d366;box-shadow:0 8px 32px #25d3662e;color:#fff}.reel-challenge-page .instructions-modal{background:#18181c;border:1.5px solid #25d366;border-radius:16px;box-shadow:0 8px 32px #25d3661f;color:#fff;margin:0 auto;max-width:650px;padding:32px 24px 24px;position:relative;text-align:left;z-index:10}.reel-challenge-page .instructions-modal h2{color:#25d366;font-size:1.5rem;margin-bottom:18px;margin-top:0}.reel-challenge-page .instructions-modal pre{color:#e0e0e0;font-size:1.05rem;margin-bottom:18px;white-space:pre-wrap}.reel-challenge-page .instructions-modal button{background:#232526;border:1px solid #25d366;border-radius:8px;box-shadow:none;color:#fff;font-size:1rem;font-weight:600;padding:4px 16px;position:absolute;right:16px;top:16px}.reel-challenge-page .instructions-modal button:hover{background:#25d366;color:#fff}*{box-sizing:border-box;margin:0;padding:0}body{background:#0f0f23;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.App{background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);min-height:100vh}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f23f2;border-bottom:1px solid #ffffff1a;padding:15px 0;position:fixed;top:0;width:100%;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{gap:12px}.nav-logo img{height:40px;object-fit:contain;opacity:.9;transition:opacity .3s ease;width:40px}.nav-logo img:hover{opacity:1}.nav-logo span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.nav-menu{display:flex;gap:30px;list-style:none;margin:0;padding:0}.nav-menu a{color:#fff;font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:all .3s ease}.nav-menu a:hover{color:#667eea}.nav-menu a:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-menu a:hover:after{width:100%}.nav-toggle{cursor:pointer;display:none;flex-direction:column;padding:4px}.nav-toggle span{background:#fff;border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:25px}@media (max-width:768px){.nav-toggle{display:flex}.nav-menu{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f23fa;flex-direction:column;gap:40px;height:calc(100vh - 70px);justify-content:flex-start;padding-top:50px;position:fixed;right:-100%;top:70px;transition:right .3s ease;width:100%}.nav-menu.active{right:0}.nav-menu a{font-size:1.2rem;padding:10px 20px}.nav-container{padding:0 15px}.nav-logo span{font-size:1.3rem}}@media (max-width:480px){.nav-container{padding:0 10px}.nav-logo img{height:35px;opacity:.9;width:35px}.nav-logo span{font-size:1.2rem}}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:120px 20px 100px}.hero:before{animation:float 20s ease-in-out infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='75' cy='75' r='1' fill='rgba(255,255,255,0.05)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");content:"";height:200%;pointer-events:none;position:absolute;width:200%}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(1deg)}}.hero-content{flex-wrap:wrap;gap:60px;max-width:1200px;position:relative;z-index:1}.hero-content,.hero-logo{align-items:center;display:flex}.hero-logo{flex:0 0 300px;justify-content:center}.hero-logo img{animation:pulse 3s ease-in-out infinite;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));height:250px;object-fit:contain;width:250px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero-left{flex:1 1;min-width:400px;text-align:left}.hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f1f5f9);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:900;line-height:1.2;margin-bottom:20px}.hero p{color:#fff;font-size:1.3rem;margin-bottom:40px;max-width:500px}.hero-buttons{flex-wrap:wrap;gap:20px}.hero-buttons button{border-radius:50px;overflow:hidden;padding:16px 32px;position:relative;transition:all .3s ease}.hero-buttons button:first-child{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 10px 30px #667eea66;color:#fff}.hero-buttons button:last-child{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border:2px solid #ffffff4d;color:#fff}.hero-buttons button:hover{box-shadow:0 15px 40px #667eea99;transform:translateY(-2px)}section:not(.hero){margin:0 auto;max-width:1200px;padding:100px 20px;position:relative;scroll-margin-top:80px}section h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:60px;text-align:center}.about{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:30px;margin:80px auto;max-width:1000px;overflow:hidden;padding:80px 40px;position:relative}.about:before{background:linear-gradient(90deg,#0000,#667eea80,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.about-content{gap:40px;margin:0 auto;max-width:900px}.about-content,.about-icon{align-items:center;display:flex}.about-icon{background:#667eea1a;border:2px solid #667eea4d;border-radius:50%;flex:0 0 auto;height:100px;justify-content:center;transition:all .3s ease;width:100px}.about-icon:hover{background:#667eea33;border-color:#667eea80;transform:scale(1.05)}.about-icon svg{color:#667eea}.about-text{flex:1 1;text-align:left}.about h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:30px}.about p{color:#fff;font-size:1.1rem;line-height:1.7;margin-bottom:20px;opacity:.9}.about p:first-of-type{font-weight:500}.about p:last-of-type{font-style:italic;margin-bottom:0;opacity:.8}@media (max-width:768px){.about-content{flex-direction:column;gap:30px}.about-content,.about-text{text-align:center}.about h2{font-size:2rem}.about{margin:50px 20px;padding:60px 30px}}@media (max-width:480px){.about{padding:40px 20px}.about-icon{height:80px;width:80px}.about-icon svg{font-size:40px}.about h2{font-size:1.8rem}.about p{font-size:1rem}}.how-steps{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(6,1fr);margin-left:auto;margin-right:auto;margin-top:60px;max-width:1200px;padding:0 20px}@media (max-width:1024px){.how-steps{gap:20px;grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.how-steps{gap:15px;grid-template-columns:repeat(2,1fr);padding:0 15px}}@media (max-width:480px){.how-steps{gap:15px;grid-template-columns:1fr;padding:0 10px}.how-step{min-height:auto;padding:20px 15px}.how-step h3{font-size:1.1rem;margin-bottom:8px}.how-step p{font-size:.9rem;line-height:1.5}}.features-grid,.services-grid,.testimonials-grid{grid-gap:30px;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:60px}.feature-card,.how-step,.service-card,.testimonial-card{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;display:flex;flex-direction:column;justify-content:center;min-height:200px;overflow:hidden;padding:30px;position:relative;text-align:center;transition:all .3s ease}.feature-card:before,.how-step:before,.service-card:before,.testimonial-card:before{background:linear-gradient(90deg,#0000,#667eea80,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.feature-card:hover,.how-step:hover,.service-card:hover,.testimonial-card:hover{border-color:#667eea4d;box-shadow:0 20px 40px #667eea33;transform:translateY(-10px)}.feature-card h3,.how-step h3,.service-card h3{color:#fff;font-size:1.3rem;font-weight:700;margin:15px 0 10px}.step-icon{margin-bottom:15px}.feature-icon{margin-bottom:12px}.service-icon{margin-bottom:16px}.feature-card p,.how-step p,.service-card p,.testimonial-card p{color:#fff;font-size:1rem;font-weight:400;line-height:1.6}.why-choose ul{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));list-style:none;margin-top:60px}.why-choose li{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;display:flex;gap:20px;padding:25px;transition:all .3s ease}.why-choose li:hover{border-color:#667eea4d;transform:translateX(10px)}.why-choose span{color:#2d3748;font-size:1rem;font-weight:500}.terms-page{background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);min-height:100vh}.terms-page-content{padding-top:80px}.terms-conditions{margin:0 auto;max-width:1000px;padding:60px 20px}.terms-container h1{color:#fff;font-size:3rem;font-weight:800;margin-bottom:50px;text-align:center}.terms-container h1 .text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.terms-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;overflow:hidden}.terms-accordion{display:flex;flex-direction:column}.terms-item{border-bottom:1px solid #ffffff1a}.terms-item:last-child{border-bottom:none}.terms-header{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;justify-content:space-between;padding:25px 30px;text-align:left;transition:all .3s ease;width:100%}.terms-header:hover{background:#ffffff0d;color:#667eea}.terms-header.active{background:#667eea1a;border-bottom:1px solid #667eea4d;color:#667eea}.terms-toggle{font-size:1.5rem;font-weight:300;min-width:20px;text-align:center}.terms-body{animation:slideDown .3s ease;padding:0 30px 30px}.terms-paragraph{color:#fff;font-size:1rem;line-height:1.7;margin-bottom:15px;opacity:.9}.terms-paragraph:last-child{margin-bottom:0}.terms-paragraph:first-child{font-weight:500}@media (max-width:768px){.terms-conditions{padding:40px 15px}.terms-container h1{font-size:2.5rem;margin-bottom:40px}.terms-header{font-size:1.1rem;padding:20px}.terms-body{padding:0 20px 25px}.terms-paragraph{font-size:.95rem;line-height:1.6}}@media (max-width:480px){.terms-conditions{padding:30px 10px}.terms-container h1{font-size:2rem;margin-bottom:30px}.terms-header{font-size:1rem;padding:18px 15px}.terms-body{padding:0 15px 20px}.terms-paragraph{font-size:.9rem}}.refund-page{background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);min-height:100vh}.refund-page-content{padding-top:80px}.refund-policy{margin:0 auto;max-width:1000px;padding:60px 20px}.refund-container h1{color:#fff;font-size:3rem;font-weight:800;margin-bottom:50px;text-align:center}.refund-container h1 .text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.refund-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;overflow:hidden}.refund-accordion{display:flex;flex-direction:column}.refund-item{border-bottom:1px solid #ffffff1a}.refund-item:last-child{border-bottom:none}.refund-header{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;justify-content:space-between;padding:25px 30px;text-align:left;transition:all .3s ease;width:100%}.refund-header:hover{background:#ffffff0d;color:#667eea}.refund-header.active{background:#667eea1a;border-bottom:1px solid #667eea4d;color:#667eea}.refund-toggle{font-size:1.5rem;font-weight:300;min-width:20px;text-align:center}.refund-body{animation:slideDown .3s ease;padding:0 30px 30px}.refund-paragraph{color:#fff;font-size:1rem;line-height:1.7;margin-bottom:15px;opacity:.9}.refund-paragraph:last-child{margin-bottom:0}.refund-paragraph:first-child{font-weight:500}@media (max-width:768px){.refund-policy{padding:40px 15px}.refund-container h1{font-size:2.5rem;margin-bottom:40px}.refund-header{font-size:1.1rem;padding:20px}.refund-body{padding:0 20px 25px}.refund-paragraph{font-size:.95rem;line-height:1.6}}@media (max-width:480px){.refund-policy{padding:30px 10px}.refund-container h1{font-size:2rem;margin-bottom:30px}.refund-header{font-size:1rem;padding:18px 15px}.refund-body{padding:0 15px 20px}.refund-paragraph{font-size:.9rem}}.privacy-page{background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);min-height:100vh}.privacy-page-content{padding-top:80px}.privacy-policy{margin:0 auto;max-width:1000px;padding:60px 20px}.privacy-container h1{color:#fff;font-size:3rem;font-weight:800;margin-bottom:50px;text-align:center}.privacy-container h1 .text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.privacy-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;overflow:hidden}.privacy-accordion{display:flex;flex-direction:column}.privacy-item{border-bottom:1px solid #ffffff1a}.privacy-item:last-child{border-bottom:none}.privacy-header{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;justify-content:space-between;padding:25px 30px;text-align:left;transition:all .3s ease;width:100%}.privacy-header:hover{background:#ffffff0d;color:#667eea}.privacy-header.active{background:#667eea1a;border-bottom:1px solid #667eea4d;color:#667eea}.privacy-toggle{font-size:1.5rem;font-weight:300;min-width:20px;text-align:center}.privacy-body{animation:slideDown .3s ease;padding:0 30px 30px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.privacy-paragraph{color:#fff;font-size:1rem;line-height:1.7;margin-bottom:15px;opacity:.9}.privacy-paragraph:last-child{margin-bottom:0}.privacy-paragraph:first-child{font-weight:500}@media (max-width:768px){.privacy-policy{padding:40px 15px}.privacy-container h1{font-size:2.5rem;margin-bottom:40px}.privacy-header{font-size:1.1rem;padding:20px}.privacy-body{padding:0 20px 25px}.privacy-paragraph{font-size:.95rem;line-height:1.6}}@media (max-width:480px){.privacy-policy{padding:30px 10px}.privacy-container h1{font-size:2rem;margin-bottom:30px}.privacy-header{font-size:1rem;padding:18px 15px}.privacy-body{padding:0 15px 20px}.privacy-paragraph{font-size:.9rem}}.download-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 8px 25px #667eea4d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:8px;justify-content:center;min-width:150px;padding:15px 30px;text-decoration:none;transition:all .3s ease}.download-btn:hover{box-shadow:0 12px 35px #667eea66;transform:translateY(-2px)}.download{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:30px;margin:80px auto;max-width:1000px;padding:80px 40px}.download-content{margin:0 auto;max-width:800px;text-align:center}.download h2{-webkit-text-fill-color:#fff;background:none;color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:20px}.download p{color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:600px}.download-buttons{align-items:center;flex-wrap:wrap;gap:20px}.download-buttons a{align-items:center;border-radius:50px;display:inline-flex;font-size:1.1rem;font-weight:700;justify-content:center;min-width:160px;padding:16px 32px;text-decoration:none;transition:all .3s ease}.download-buttons a:first-child{background:#ffcf0d;box-shadow:0 10px 30px #ffcf0d4d;color:#232946}.download-buttons a:last-child{background:#9f37fa;box-shadow:0 10px 30px #9f37fa4d;color:#fff}.download-buttons a:hover{box-shadow:0 15px 40px #0003;transform:translateY(-3px)}.email-link{color:#34d399;font-weight:600;text-decoration:none;transition:color .18s ease,transform .18s ease}.email-link:focus,.email-link:hover{color:#10b981;text-decoration:underline;transform:translateY(-2px)}.footer-social .email-link{align-items:center;color:#34d399;display:inline-flex;justify-content:center}.footer-social .email-link svg{color:inherit}.footer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f23f2;border-top:1px solid #ffffff1a;margin-top:100px;padding:60px 0 30px}.footer-content{margin:0 auto;max-width:1200px;padding:0 20px;text-align:center}.footer-nav ul{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;list-style:none;margin:0 0 40px;max-width:100%;padding:0}.footer-nav Link,.footer-nav a{color:#cbd5e1;font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:all .3s ease;white-space:nowrap}.footer-nav Link:hover,.footer-nav a:hover{color:#667eea}.footer-nav a:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-nav a:hover:after{width:100%}.footer-social{display:flex;gap:25px;justify-content:center;margin-bottom:30px}.footer-social a,.footer-social button{align-items:center;background:#ffffff0d;border:none;border-radius:50%;color:#cbd5e1;cursor:pointer;display:flex;font-size:1.5rem;height:50px;justify-content:center;padding:10px;transition:all .3s ease;width:50px}.footer-social a:hover,.footer-social button:hover{background:#667eea1a;color:#667eea;transform:translateY(-2px)}.footer-copyright{border-top:1px solid #ffffff1a;color:#94a3b8;font-size:.9rem;margin:0;padding-top:20px}@media (max-width:768px){.nav-menu{display:none}.hero h1{font-size:2.5rem}.hero-content{gap:30px;text-align:center}.hero-left{min-width:auto}.hero-logo{flex:0 0 200px}.hero-logo img{height:180px;width:180px}section h2{font-size:2.5rem}.features-grid,.services-grid,.testimonials-grid,.why-choose ul{grid-template-columns:1fr}}@media (max-width:480px){.hero h1,section h2{font-size:2rem}.hero-buttons{align-items:center;flex-direction:column}.footer nav ul{flex-direction:column;gap:15px}}.hero{background:linear-gradient(120deg,#232946,#4e4376);border-radius:0 0 32px 32px;box-shadow:0 4px 24px #2c3e501a;color:#fff;margin-bottom:48px;overflow:hidden;padding:90px 20px 70px;position:relative}.hero-buttons{display:flex;gap:18px;justify-content:center;margin-bottom:18px}.hero-buttons button{background:#fff;border:none;border-radius:24px;box-shadow:0 2px 8px #2c3e501a;color:#4e4376;cursor:pointer;font-size:1.1rem;font-weight:700;padding:14px 32px;transition:background .2s,color .2s,box-shadow .2s}.hero-buttons button:hover{background:#4e4376;box-shadow:0 4px 16px #2c3e502e;color:#fff}ol,ul{font-size:1.08rem;line-height:1.7;margin:0 auto;max-width:700px;padding-left:24px;text-align:left}.features ul,.services ul,.why-choose ul{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));list-style:none;padding:0}.features li,.services li,.why-choose li{align-items:flex-start;background:#f4f7fa;border-radius:12px;box-shadow:0 1px 6px #2c3e500a;display:flex;font-size:1.08rem;gap:12px;padding:18px 20px}.features-grid,.services-grid,.testimonials-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin-top:32px}@media (max-width:900px){.features-grid,.services-grid,.testimonials-grid{grid-template-columns:1fr}}.service-card{border:2px solid #f6a10d;border-radius:16px;box-shadow:0 2px 8px #f6a10d0f;box-sizing:border-box;justify-content:center;justify-self:stretch;margin-right:0;min-height:140px;min-width:0;padding:24px 18px;text-align:center}.testimonials blockquote{color:#232946;font-style:italic;max-width:600px}.testimonials span{color:#4e4376;display:block;font-size:.98rem;margin-top:8px}.download-buttons{display:flex;gap:18px;justify-content:center;margin-top:18px}.download-buttons button{background:#232946;border:none;border-radius:20px;box-shadow:0 2px 8px #2c3e501a;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:12px 28px;transition:background .2s,color .2s}.download-buttons button:hover{background:#4e4376;color:#fff}.footer{background:#232946;border-radius:24px 24px 0 0;color:#fff;margin-top:48px;padding:32px 0 18px}.footer nav ul{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;list-style:none;margin:0 0 12px;padding:0}.footer nav a{color:#fff;font-weight:500;text-decoration:none;transition:color .2s}.footer nav a:hover{color:#a0a0ff}.footer p{color:#eaeaea;font-size:.98rem;margin:0}@media (max-width:768px){.download{margin:50px 20px;padding:60px 30px}.download h2{font-size:2rem}.download p{font-size:1.1rem}.download-buttons{align-items:center;flex-direction:column}.download-buttons a{width:200px}.footer-nav ul{flex-wrap:wrap;font-size:.9rem;gap:15px;justify-content:center}.footer-social{gap:20px}}@media (max-width:480px){.download{padding:40px 20px}.download h2{font-size:1.8rem}.footer-social a{font-size:1.3rem;height:45px;width:45px}}@media (max-width:600px){.hero h1{font-size:2rem}section{padding:18px 4px}.features ul,.services ul,.why-choose ul{grid-template-columns:1fr}}
/*# sourceMappingURL=main.ad52f5ac.css.map*/