@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@500;600&display=swap";:root{--bg:#fff;--bg-muted:#fff;--accent:#10b981;--accent-soft:#d1fae5;--accent-strong:#059669;--primary:#059669;--primary-soft:#d1fae5;--text-main:#022c22;--text-soft:#4b5563;--text-muted:#9ca3af;--card-bg:#fff;--border-subtle:#e5e7eb;--radius-lg:18px;--radius-xl:24px}*,:before,:after{box-sizing:border-box}body{background:var(--bg);color:var(--text-main);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.app{min-height:100vh}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem}.top-nav{z-index:20;background:0 0;border-bottom:1px solid #0000;transition:all .3s;position:fixed;top:0;left:0;right:0}.top-nav.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffffa;border-bottom:1px solid #e5e7ebe6;box-shadow:0 2px 10px #0000000d}.nav-inner{justify-content:space-between;align-items:center;gap:1.5rem;height:72px;display:flex}.logo{cursor:pointer;align-items:center;gap:.6rem;transition:opacity .2s;display:flex}.logo:hover{opacity:.8}.logo-image{object-fit:contain;width:auto;height:40px}.logo-text{color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.1rem;font-weight:600;transition:color .3s}.top-nav.scrolled .logo-text{color:var(--text-main)}.nav-links{color:#fff;gap:1.25rem;font-size:1rem;font-weight:500;transition:color .3s;display:flex}.top-nav.scrolled .nav-links{color:var(--text-soft)}.nav-links a{transition:color .2s;position:relative}.nav-links a:hover{color:var(--accent-strong)}.nav-links a:after{content:"";background:var(--accent-strong);border-radius:999px;width:0;height:2px;transition:width .2s;position:absolute;bottom:-.35rem;left:0}.nav-links a:hover:after{width:100%}.nav-cta{gap:.5rem;display:flex}.btn{cursor:pointer;color:var(--text-main);white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.45rem .95rem;font-size:.9rem;transition:all .2s;display:inline-flex}.btn.primary{color:#fff;background:linear-gradient(135deg,#22c55e,#14b8a6);border-radius:12px;padding:.65rem 1.4rem;font-size:1rem;font-weight:600;box-shadow:0 12px 24px #10b98159}.btn.primary:hover{filter:brightness(1.04);transform:translateY(-2px);box-shadow:0 15px 30px #10b98166}.btn.outline{color:var(--text-soft);background:0 0;border-color:#d1d5db}.btn-lg{border-radius:14px;padding:.85rem 2rem;font-size:1.1rem}.hero{align-items:center;min-height:100vh;padding:8rem 0 6rem;display:flex;position:relative;overflow:hidden}.hero-video-wrapper{z-index:0;position:absolute;inset:0;overflow:hidden}.hero-video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-grid{z-index:2;justify-content:flex-start;align-items:center;padding-left:3rem;display:flex;position:relative}.hero-content{text-align:left;max-width:700px}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#065f46;background:#fffffff2;border-radius:8px;align-items:center;gap:.4rem;padding:.3rem .9rem;font-size:.85rem;font-weight:500;display:inline-flex;box-shadow:0 4px 12px #10b98133}.hero-dot{background:#22c55e;border-radius:999px;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-content h1{letter-spacing:-.03em;color:#fff;margin:1.5rem 0 1rem;font-family:Poppins,system-ui,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.2}.accent-text{color:#22c55e}.hero-subtitle{color:#fff;margin:0 0 2rem;font-size:1.1rem;line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.section{padding:3.2rem 0}.section-muted{background:var(--bg-muted)}.section-header{margin-bottom:2rem}.section-header.center{text-align:center}.section-header h2{margin:0 0 .5rem;font-family:Poppins,system-ui,sans-serif;font-size:1.6rem}.section-header p{color:var(--text-soft);margin:0;font-size:.95rem}.how-card-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:100%;margin:2rem 0 0;padding:0 1.5rem;display:grid}.how-card{opacity:0;background:#fff;border:3px solid #e5e7eb;border-radius:24px;height:420px;transition:all .4s;animation:.6s forwards fadeInUp;position:relative;overflow:hidden}.how-card:hover{border-color:#22c55e;transform:translateY(-8px);box-shadow:0 25px 60px #10b9814d}.how-card:hover .how-card-icon{background:#22c55e30;border-color:#16a34a;transform:scale(1.1)}.how-card-image{object-fit:cover;width:100%;height:100%;transition:transform .4s;position:absolute;inset:0}.how-card:hover .how-card-image{transform:scale(1.05)}.how-card-overlay{text-align:center;background:linear-gradient(#0006 0%,#000000bf 100%);flex-direction:column;justify-content:center;align-items:center;padding:2rem 1.5rem;display:flex;position:absolute;inset:0}.how-card-icon{color:#fff;background:#22c55e20;border:3px solid #f9f9f9;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.2rem;font-size:1.4rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 25px #22c55e33}.how-card:hover .how-card-icon{transform:scale(1.15)rotate(5deg);box-shadow:0 20px 50px #00000080}.how-card-text{flex-direction:column;flex:1;justify-content:center;display:flex}.how-card h3{color:#fff;text-shadow:0 2px 10px #0000004d;margin:0 0 .8rem;font-family:Poppins,system-ui,sans-serif;font-size:1.2rem;font-weight:700}.how-card p{color:#fff;opacity:.95;text-shadow:0 1px 5px #0000004d;margin:0;font-size:.95rem;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:center;gap:3rem;display:grid}.about-image-wrapper{aspect-ratio:1;border-radius:24px;height:100%;position:relative;overflow:hidden;box-shadow:0 20px 50px #0f172a33}.about-image-wrapper:after{content:"";pointer-events:none;background:linear-gradient(135deg,#10b9811a,#0000);position:absolute;inset:0}.about-image{object-fit:cover;border-radius:24px;width:100%;height:100%;transition:transform .4s}.about-image-wrapper:hover .about-image{transform:scale(1.05)}.about-content h2{color:var(--text-main);margin:0 0 1rem;font-family:Poppins,system-ui,sans-serif;font-size:1.8rem}.about-content p{color:var(--text-soft);margin:0 0 1rem;font-size:1rem;line-height:1.7}.about-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}.stat-item{text-align:center;background:var(--primary-soft);border-radius:16px;padding:1.2rem;transition:transform .3s}.stat-item:hover{transform:translateY(-5px)}.stat-number{color:var(--accent-strong);margin-bottom:.3rem;font-size:2rem;font-weight:700}.stat-number.counting{animation:2s ease-out forwards countUp}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stat-label{color:var(--text-soft);font-size:.9rem}.features-carousel-section{padding:3.2rem 0;overflow:hidden}.features-carousel{width:100%;margin-top:3rem;overflow:hidden}.features-row{gap:1.5rem;padding-left:1.5rem;animation:40s linear infinite scrollFeatures;display:flex}@keyframes scrollFeatures{0%{transform:translate(0)}to{transform:translate(-50%)}}.feature-carousel-card{background:#fff;border:3px solid #e5e7eb;border-radius:24px;flex-shrink:0;width:420px;transition:all .4s;overflow:hidden;box-shadow:0 10px 30px #0f172a14}.feature-carousel-card:hover{border-color:#22c55e;transform:translateY(-10px);box-shadow:0 25px 60px #10b98140}.feature-carousel-badge{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;letter-spacing:.5px;text-transform:uppercase;background:#0f172ad9;border-radius:8px;padding:.5rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:1.5rem;left:1.5rem}.feature-carousel-image-wrapper{width:100%;height:240px;position:relative;overflow:hidden}.feature-carousel-image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.feature-carousel-card:hover .feature-carousel-image{transform:scale(1.1)}.feature-carousel-overlay{background:linear-gradient(#0000 0%,#0006 100%);align-items:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}.feature-carousel-number{color:#fff;background:linear-gradient(135deg,#22c55e,#14b8a6);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 25px #22c55e66}.feature-carousel-card:hover .feature-carousel-number{transform:scale(1.15)rotate(-5deg)}.feature-carousel-content{padding:2rem}.feature-carousel-content h3{color:var(--text-main);margin:0 0 1rem;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.3}.feature-carousel-content p{color:var(--text-soft);margin:0;font-size:1rem;line-height:1.7}.why-new-grid{grid-template-columns:1fr;gap:2rem;margin-top:3rem;display:grid;position:relative}.why-creative-wrapper{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid;position:relative}.why-card{perspective:1000px;opacity:0;height:320px;animation:.6s forwards fadeInUp;position:relative}.why-card-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .7s;position:relative}.why-card:hover .why-card-inner{transform:rotateY(180deg)}.why-card-front,.why-card-back{backface-visibility:hidden;border-radius:24px;width:100%;height:100%;position:absolute;overflow:hidden}.why-card-front{background:#fff;border:3px solid #e5e7eb;transition:all .3s;display:flex;box-shadow:0 15px 50px #10b98133}.why-card-front:hover{border-color:#22c55e}.why-card-front-image{object-fit:cover;width:50%;height:100%}.why-card-front-content{flex-direction:column;justify-content:center;width:50%;padding:2rem 1.8rem;display:flex}.why-card-front h3{color:var(--text-main);margin:0 0 1rem;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.3}.why-card-front p{color:var(--text-soft);margin:0;font-size:.95rem;line-height:1.6}.why-card-back{background:linear-gradient(135deg,#22c55e 0%,#14b8a6 100%);align-items:center;padding:2rem;display:flex;transform:rotateY(180deg);box-shadow:0 20px 60px #10b98159}.why-card-back-icon{filter:brightness(0)invert();flex-shrink:0;margin-right:1.5rem;font-size:3.5rem}.why-card-back-content{flex:1}.why-card-back h3{color:#fff;margin:0 0 .8rem;font-family:Poppins,system-ui,sans-serif;font-size:1.3rem;font-weight:700;line-height:1.3}.why-card-back p{color:#fffffff2;margin:0 0 1rem;font-size:.85rem;line-height:1.6}.why-card-back-stats{grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:1rem;display:grid}.why-stat-item{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:10px;padding:.6rem .4rem}.why-stat-number{color:#fff;margin-bottom:.2rem;font-size:1.3rem;font-weight:700}.why-stat-label{color:#ffffffe6;text-transform:uppercase;letter-spacing:.3px;font-size:.7rem;line-height:1.2}.why-bg-element{z-index:0;background:linear-gradient(135deg,#22c55e14,#14b8a60a);border-radius:50%;animation:6s ease-in-out infinite float;position:absolute}.why-bg-element-1{width:250px;height:250px;animation-delay:0s;top:-80px;right:5%}.why-bg-element-2{width:180px;height:180px;animation-delay:2s;bottom:-50px;left:8%}.why-bg-element-3{width:120px;height:120px;animation-delay:4s;top:50%;right:2%}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(10deg)}}.testimonials-section{padding:3.2rem 0}.testimonials-container{margin-bottom:2rem}.testimonials-carousel{width:100%;overflow:hidden}.testimonials-row{white-space:nowrap;gap:1.2rem;margin-bottom:1.2rem;padding-left:1.2rem;display:flex}.testimonials-row.scroll-right{animation:40s linear infinite scrollRight}.testimonials-row.scroll-left{animation:40s linear infinite scrollLeft}@keyframes scrollRight{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollLeft{0%{transform:translate(-50%)}to{transform:translate(0)}}.testimonial-card-scroll{border-radius:var(--radius-lg);white-space:normal;background:#fff;border:1px solid #e5e7eb;flex-shrink:0;width:400px;padding:1.6rem 1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 22px #0f172a0d}.testimonial-card-scroll:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0f172a1f}.testimonial-header{align-items:center;gap:.7rem;margin-bottom:.8rem;display:flex}.avatar{color:#047857;background:linear-gradient(135deg,#bbf7d0,#86efac);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:.9rem;font-weight:700;display:flex;box-shadow:0 4px 12px #10b98133}.testimonial-name{color:var(--text-main);font-size:1rem;font-weight:700}.testimonial-role{color:var(--text-muted);font-size:.85rem}.testimonial-card-scroll p{color:var(--text-soft);margin:0;font-size:.95rem;font-style:italic;line-height:1.6}.faq-wrapper{grid-template-columns:400px 1fr;align-items:start;gap:4rem;display:grid}.faq-left-info{position:sticky;top:100px}.faq-left-info h2{color:var(--text-main);margin:0 0 1rem;font-family:Poppins,system-ui,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2}.faq-left-info p{color:var(--text-soft);margin:0;font-size:1.05rem;line-height:1.7}.faq-grid{flex-direction:column;gap:1rem;display:flex}.faq-item-enhanced{background:#fff;border:2px solid #e5e7eb;border-radius:16px;transition:all .3s;overflow:hidden}.faq-item-enhanced:hover{border-color:#d1fae5;box-shadow:0 8px 20px #0f172a14}.faq-item-enhanced.open{border-color:var(--accent-strong);box-shadow:0 12px 30px #10b98133}.faq-header-enhanced{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.5rem 1.8rem;transition:background .2s;display:flex}.faq-item-enhanced.open .faq-header-enhanced{background:#f0fdf4}.faq-question-wrapper{flex:1;align-items:center;gap:1rem;display:flex}.faq-icon-green{color:#fff;background:#22c55e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 4px 12px #22c55e40}.faq-question{color:var(--text-main);font-size:1.05rem;font-weight:600;line-height:1.5}.faq-icon{background:var(--primary-soft);width:36px;height:36px;color:var(--accent-strong);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:300;transition:all .3s;display:flex}.faq-item-enhanced.open .faq-icon{background:var(--accent-strong);color:#fff;transform:rotate(45deg)}.faq-body-enhanced{max-height:0;transition:max-height .4s,padding .4s;overflow:hidden}.faq-body-enhanced.open{max-height:500px;padding:0 1.8rem 1.5rem}.faq-body-enhanced p{color:var(--text-soft);margin:0;padding-left:3rem;font-size:1rem;line-height:1.8}.section-accent-enhanced{color:#f9fafb;background:linear-gradient(135deg,#22c55e,#14b8a6);padding:4rem 0;position:relative;overflow:hidden}.cta-decoration{background:#ffffff1a;border-radius:50%;animation:6s ease-in-out infinite float;position:absolute}.cta-decoration-1{width:200px;height:200px;animation-delay:0s;top:-100px;right:10%}.cta-decoration-2{width:150px;height:150px;animation-delay:2s;bottom:-75px;left:15%}.cta-decoration-3{width:100px;height:100px;animation-delay:4s;top:50%;right:5%}.download-inner-enhanced{z-index:2;position:relative}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-icon{margin-bottom:1rem;font-size:4rem;animation:2s ease-in-out infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.cta-content h2{text-shadow:0 2px 10px #0000001a;margin:0 0 1rem;font-family:Poppins,system-ui,sans-serif;font-size:2.2rem}.cta-content p{opacity:.95;margin:0 0 2rem;font-size:1.05rem;line-height:1.7}.store-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.store-btn-enhanced{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ffffff26;border:2px solid #ffffffe6;border-radius:14px;align-items:center;gap:.8rem;min-width:180px;padding:.9rem 1.5rem;transition:all .3s;display:flex}.store-btn-enhanced:hover{background:#ffffff40;transform:translateY(-3px);box-shadow:0 10px 25px #0003}.store-icon{flex-shrink:0}.store-btn-enhanced div{text-align:left;flex-direction:column;display:flex}.store-big{font-size:1rem;font-weight:600;display:block}.store-small{opacity:.9;font-size:.75rem;display:block}.cta-features{opacity:.95;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:.95rem;display:flex}.newsletter-section-new{background:#f7faf8;padding:5rem 0;position:relative;overflow:hidden}.newsletter-wrapper-new{background:#fff;border:2px solid #e5e7eb;border-radius:28px;grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;padding:3.5rem;display:grid;box-shadow:0 20px 60px #0f172a1f}.newsletter-left-new h2{color:var(--text-main);margin:0 0 1rem;font-family:Poppins,system-ui,sans-serif;font-size:2.2rem;line-height:1.2}.newsletter-left-new p{color:var(--text-soft);margin:0 0 2rem;font-size:1.05rem;line-height:1.6}.newsletter-form-new{flex-direction:column;gap:1rem;display:flex}.newsletter-input-group-new{background:#f9fafb;border:2px solid #e5e7eb;border-radius:14px;gap:1rem;padding:.4rem;transition:all .3s;display:flex}.newsletter-input-group-new:focus-within{border-color:var(--accent-strong);background:#fff;box-shadow:0 0 0 4px #10b9811a}.newsletter-input-new{color:var(--text-main);background:0 0;border:none;outline:none;flex:1;padding:1rem 1.5rem;font-size:1.05rem}.newsletter-input-new::placeholder{color:var(--text-muted)}.newsletter-button-new{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#22c55e,#14b8a6);border:none;border-radius:10px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.05rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 10px 25px #22c55e4d}.newsletter-button-new:hover{transform:translateY(-2px);box-shadow:0 15px 35px #22c55e66}.newsletter-message{border-radius:12px;padding:1rem 1.5rem;font-size:.95rem;font-weight:500;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.newsletter-message.success{color:#047857;background:#d1fae5;border:2px solid #a7f3d0}.newsletter-message.error{color:#991b1b;background:#fee2e2;border:2px solid #fca5a5}.newsletter-right-new,.newsletter-benefits-new{flex-direction:column;gap:1.5rem;display:flex}.newsletter-benefit-item-new{align-items:flex-start;gap:1.2rem;display:flex}.newsletter-benefit-icon-new{width:44px;height:44px;color:var(--accent-strong);background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #10b98133}.newsletter-benefit-item-new h4{color:var(--text-main);margin:0 0 .3rem;font-family:Poppins,system-ui,sans-serif;font-size:1.1rem;font-weight:600}.newsletter-benefit-item-new p{color:var(--text-soft);margin:0;font-size:.95rem;line-height:1.5}.newsletter-privacy-new{color:var(--text-muted);text-align:center;border-top:1px solid #e5e7eb;margin:0;padding-top:1rem;font-size:.9rem}.contact-section{background:var(--bg-muted);padding:5rem 0}.contact-grid{grid-template-columns:1fr 1.5fr;gap:4rem;margin-top:3rem;display:grid}.contact-info{flex-direction:column;gap:2rem;display:flex}.contact-info-card{background:#fff;border:2px solid #e5e7eb;border-radius:20px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.contact-info-card:hover{border-color:#bbf7d0;transform:translateY(-5px);box-shadow:0 10px 30px #10b98126}.contact-info-icon{width:56px;height:56px;color:var(--accent-strong);background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-info-card h3{color:var(--text-main);margin:0 0 .5rem;font-family:Poppins,system-ui,sans-serif;font-size:1.2rem;font-weight:600}.contact-info-card p{color:var(--text-soft);margin:0;font-size:1rem}.contact-form-wrapper{background:#fff;border:2px solid #e5e7eb;border-radius:24px;padding:3rem;box-shadow:0 10px 30px #0f172a14}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-main);font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{color:var(--text-main);background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1rem 1.25rem;font-family:Inter,system-ui,sans-serif;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-strong);outline:none;box-shadow:0 0 0 4px #10b9811a}.form-group textarea{resize:vertical;min-height:120px}.contact-message{border-radius:12px;padding:1rem 1.5rem;font-size:.95rem;font-weight:500;animation:.3s slideDown}.contact-message.success{color:#047857;background:#d1fae5;border:2px solid #a7f3d0}.contact-message.error{color:#991b1b;background:#fee2e2;border:2px solid #fca5a5}.contact-submit-btn{width:100%;margin-top:.5rem}.footer{color:#e2e8f0;background:#0f172a;margin-top:0;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg,#22c55e,#14b8a6,#10b981);height:3px;position:absolute;top:0;left:0;right:0}.footer-inner{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding:4rem 0 2rem;display:grid}.footer-left{flex-direction:column;gap:1rem;display:flex}.footer-left .logo{margin-bottom:.5rem}.footer-left .logo-text{color:#fff}.footer-text{color:#cbd5e1;max-width:320px;margin:0;font-size:.95rem;line-height:1.7}.footer-social{gap:1rem;margin-top:1rem;display:flex}.footer-social-link{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .3s;display:flex}.footer-social-link:hover{color:#fff;background:#22c55e;transform:translateY(-3px);box-shadow:0 10px 25px #22c55e4d}.footer-column h4{color:#fff;margin:0 0 1.5rem;font-family:Poppins,system-ui,sans-serif;font-size:1.1rem;font-weight:600}.footer-column a,.footer-column p{color:#cbd5e1;margin-bottom:.75rem;padding-left:0;font-size:.95rem;transition:all .2s;display:block;position:relative}.footer-column a:hover{color:#22c55e;padding-left:8px}.footer-bottom{border-top:1px solid #ffffff1a;margin-top:2rem;padding:1.5rem 0}.footer-bottom-inner{color:#94a3b8;justify-content:space-between;align-items:center;gap:2rem;font-size:.9rem;display:flex}.footer-links{gap:2rem;display:flex}.footer-links a{color:#cbd5e1;transition:color .2s}.footer-links a:hover{color:#22c55e}@media (max-width:960px){.nav-links{display:none}.hero{min-height:80vh;padding:5rem 0 4rem}.hero-grid{padding-left:1.5rem}.hero-content h1{font-size:clamp(2rem,4vw,2.5rem)}.hero-subtitle{font-size:1rem}.about-grid{grid-template-columns:1fr;gap:2rem}.about-image-wrapper{aspect-ratio:1;height:auto;max-height:400px}.about-stats{grid-template-columns:1fr}.how-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-creative-wrapper{grid-template-columns:1fr}.feature-carousel-card{width:360px}.faq-wrapper{grid-template-columns:1fr;gap:3rem}.faq-left-info{text-align:center;position:static}.testimonial-card-scroll{width:320px}.newsletter-wrapper-new,.contact-grid{grid-template-columns:1fr;gap:3rem}.footer-inner{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:720px){.hero{min-height:70vh;padding:4rem 0 3rem}.hero-grid{padding-left:1rem}.hero-content h1{font-size:1.8rem}.hero-subtitle{font-size:.95rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%}.how-card-grid{grid-template-columns:1fr}.how-card{height:280px}.how-card-overlay{text-align:center;flex-direction:column;padding:2rem}.how-card-icon{margin-bottom:1.5rem;margin-right:0}.why-card{height:auto}.why-card-front{flex-direction:column}.why-card-front-image,.why-card-front-content{width:100%}.why-card-front-image{height:200px}.why-card-front-content{padding:2rem}.why-card-back{text-align:center;flex-direction:column;padding:2rem}.why-card-back-icon{margin-bottom:1.5rem;margin-right:0}.why-card-back-stats{grid-template-columns:1fr}.feature-carousel-card{width:300px}.testimonial-card-scroll{width:280px}.newsletter-wrapper-new{padding:2.5rem 1.8rem}.newsletter-left-new h2{font-size:1.8rem}.newsletter-input-group-new{flex-direction:column}.newsletter-button-new{justify-content:center;width:100%}.contact-form-wrapper{padding:2rem}.footer-bottom-inner{flex-direction:column;align-items:flex-start;gap:1rem}.footer-links{flex-direction:column;gap:.75rem}}
