@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";:root{--primary-color:#3b82f6;--secondary-color:#0f172a;--bg-color:#fff;--text-primary:#1e293b;--text-secondary:#475569;--accent-blue:#2563eb;--gradient-blue:linear-gradient(135deg, #e0f2fe 0%, #dbeafe 100%);--button-hover:#1d4ed8;--card-bg:#ffffffe6;--glass-border:#ffffff80}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-primary);background-color:var(--bg-color);background-image:var(--gradient-blue);-webkit-font-smoothing:antialiased;background-position:50%;background-size:cover;background-attachment:fixed;font-family:Plus Jakarta Sans,sans-serif;line-height:1.5;overflow-x:hidden}.glass{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:0 8px 32px #1f26870d}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.text-gradient{background:linear-gradient(90deg,#1e3a8a,#2563eb,#3b82f6);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}.text-center{text-align:center}.relative{position:relative}.absolute{position:absolute}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.mobile-hide{display:none}@media (width>=768px){.mobile-hide{display:block}.md-flex-row{flex-direction:row}.md-items-start{align-items:flex-start}.md-text-left{text-align:left}}.app-container{scroll-behavior:smooth;background:0 0;min-height:100vh;position:relative;overflow-x:hidden}section{padding:5rem 1.5rem;scroll-margin-top:80px}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#0a0f1cc7;border-bottom:1px solid #94a3b82e;justify-content:center;align-items:center;height:80px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 8px 30px #00000040}.header-content{justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:0 1.5rem;display:flex}.brand{color:#fff;align-items:center;gap:.85rem;text-decoration:none;display:flex}.brand-logo{object-fit:contain;filter:drop-shadow(0 2px 12px #0000004d);width:auto;height:60px;display:block}.footer-logo{height:42px}.brand-mark{letter-spacing:-.02em;background:radial-gradient(120% 120% at 10% 10%,#60a5fa 0%,#8b5cf6 60%,#ec4899 100%);border-radius:14px;place-items:center;width:40px;height:40px;font-weight:900;display:grid;box-shadow:0 12px 24px #2563eb40}.brand-text{line-height:1.05}.brand-name{letter-spacing:-.02em;font-size:1rem;font-weight:900}.brand-sub{color:#cbd5e1e6;font-size:.78rem;font-weight:700}.header-nav{color:#cbd5e1;gap:2rem;font-weight:600;display:none}.header-nav a{color:inherit;text-decoration:none;transition:color .2s}.header-nav a:hover{color:#60a5fa}.header-cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#8b5cf6);border:none;border-radius:9999px;padding:.6rem 1.5rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 10px #2563eb4d}.header-cta:hover{transform:translateY(-2px);box-shadow:0 6px 15px #2563eb66}@media (width>=768px){.header-nav{display:flex}}.hero-section{flex-direction:column;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:10rem 1.5rem 4rem;display:flex;position:relative}@media (width>=1024px){.hero-section{flex-direction:row;align-items:flex-start;gap:4rem;padding:10rem 3rem 6rem}}.hero-text-content{z-index:10;flex:1;max-width:600px;position:relative}.badge{color:#0f172a;background:linear-gradient(90deg,#0ea5e924,#a855f71f);border:1px solid #94a3b859;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:700;display:inline-flex;box-shadow:0 12px 24px #0f172a0f}.hero-title{color:#0f172a;letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.hero-title span{background:linear-gradient(135deg,#2563eb,#d946ef);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}@media (width>=768px){.hero-title{font-size:4rem}}.hero-subtitle{color:#475569;margin-bottom:2rem;font-size:1.25rem;line-height:1.5}.key-info-row{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.info-pill{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:600;display:flex}.info-pill .icon{color:#2563eb}.hero-pricing{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9;border:1px solid #e2e8f0e6;border-radius:1rem;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1rem 1.5rem;display:flex;box-shadow:0 20px 45px #02061714}.hero-pricing>div:first-child{min-width:220px}.price-inline{flex-wrap:wrap;align-items:baseline;gap:1rem;display:flex}.price-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.15rem;display:flex}.current-price{color:#0f172a;font-size:2.5rem;font-weight:800}.original-price{color:#94a3b8;font-size:1.25rem;font-weight:600;text-decoration:line-through}.discount-badge{color:#fff;white-space:nowrap;background:#ea580c;border-radius:.5rem;padding:.25rem .75rem;font-size:.875rem;font-weight:700}.timer-container{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1rem;margin-bottom:0;display:flex}.timer-box{color:#fff;background:#0f172a;border-radius:.75rem;flex-direction:column;align-items:center;min-width:70px;padding:.75rem;display:flex}.timer-sep{color:#0f172a;font-size:1.5rem;font-weight:800}@media (width<=520px){.hero-pricing{padding:1rem}.price-inline{gap:.65rem}.timer-container{gap:.6rem}.timer-box{min-width:62px;padding:.65rem}.timer-sep{display:none}}.timer-box span.num{font-size:1.5rem;font-weight:800}.timer-box span.label{color:#cbd5e1;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.hero-actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.5rem;margin-bottom:1.25rem;display:flex}.primary-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#2563eb,#8b5cf6);border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.9rem 1.1rem;font-weight:900;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 14px 30px #2563eb59}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 18px 40px #2563eb66}.secondary-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#0f172a;background:#ffffffa6;border:1px solid #94a3b880;border-radius:9999px;align-items:center;gap:.5rem;padding:.9rem 1.1rem;font-weight:800;text-decoration:none;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.secondary-btn:hover{background:#ffffffd9;border-color:#94a3b8cc;transform:translateY(-2px)}.stat-strip{grid-template-columns:1fr;gap:.75rem;margin-top:1rem;display:grid}@media (width>=640px){.stat-strip{grid-template-columns:repeat(2,1fr)}}.stat-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb8;border:1px solid #e2e8f0e6;border-radius:1.25rem;align-items:center;gap:.75rem;padding:.9rem 1rem;display:flex;box-shadow:0 20px 45px #0206170f}.stat-icon{color:#2563eb;background:#2563eb1a;border-radius:14px;place-items:center;width:38px;height:38px;display:grid}.stat-k{color:#0f172a;letter-spacing:-.02em;font-weight:900}.stat-v{color:#475569;font-size:.85rem;font-weight:700}.form-container{z-index:10;background:#fff;border:1px solid #f1f5f9;border-radius:2rem;flex:1;width:100%;max-width:450px;padding:2.5rem;position:relative;box-shadow:0 25px 50px -12px #00000026}.form-title{color:#0f172a;text-align:center;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.form-subtitle{color:#64748b;text-align:center;margin-bottom:2rem;font-weight:500}.form-group{margin-bottom:1.25rem}.form-group label{color:#334155;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-control{background:#f8fafc;border:2px solid #e2e8f0;border-radius:.75rem;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-control:focus{background:#fff;border-color:#2563eb;outline:none}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#8b5cf6);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1.125rem;font-weight:800;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 10px 20px -5px #2563eb66}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 15px 25px -5px #2563eb80}.toast{text-align:center;border-radius:.75rem;margin-top:1rem;padding:1rem;font-weight:600}.toast.success{color:#15803d;background:#dcfce7}.toast.error{color:#b91c1c;background:#fee2e2}.trust-row{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.trust-item{color:#0f172a;background:#f8fafcd9;border:1px solid #e2e8f0e6;border-radius:9999px;align-items:center;gap:.45rem;padding:.45rem .7rem;font-size:.8rem;font-weight:800;display:inline-flex}.photo-divider{background:url(https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&q=80&w=2850) 50%/cover fixed;width:100%;height:400px;margin:2rem 0;position:relative}.photo-overlay{background:linear-gradient(90deg,#0f172af2,#0f172a80);align-items:center;padding:0 1.5rem;display:flex;position:absolute;inset:0}.overlay-content{color:#fff;width:100%;max-width:1200px;margin:0 auto}.overlay-content h2{max-width:600px;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.overlay-content p{color:#cbd5e1;max-width:500px;font-size:1.25rem}.section{max-width:1200px;margin:0 auto}.section-head{text-align:center;max-width:740px;margin:0 auto 2.25rem}.section-eyebrow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#0f172a;background:#fff9;border:1px solid #94a3b859;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:.85rem;padding:.35rem .7rem;font-size:.8rem;font-weight:900;display:inline-flex}.section-title2{letter-spacing:-.03em;color:#0f172a;font-size:2.35rem;font-weight:900;line-height:1.1}@media (width>=768px){.section-title2{font-size:2.75rem}}.section-subtitle{color:#475569;margin-top:.85rem;font-size:1.05rem;font-weight:600;line-height:1.6}.benefits-grid{grid-template-columns:1fr;gap:.85rem;display:grid}@media (width>=768px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}.benefit-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb8;border:1px solid #e2e8f0e6;border-radius:1.25rem;align-items:flex-start;gap:.85rem;padding:1.1rem 1.15rem;display:flex;box-shadow:0 20px 45px #0206170f}.benefit-icon{color:#059669;background:#10b9811f;border-radius:14px;flex:none;place-items:center;width:34px;height:34px;display:grid}.benefit-text{color:#0f172a;font-weight:700;line-height:1.5}.cta-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:radial-gradient(140% 140% at 0 0,#3b82f629 0%,#a855f724 40%,#ffffffb8 100%);border:1px solid #94a3b840;border-radius:1.5rem;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.25rem;padding:1.25rem;display:flex}.cta-title{color:#0f172a;letter-spacing:-.02em;font-weight:900}.cta-sub{color:#475569;margin-top:.25rem;font-size:.95rem;font-weight:650}.cta-btn{color:#fff;background:#0f172ae6;border:1px solid #94a3b840;border-radius:9999px;align-items:center;gap:.5rem;padding:.85rem 1rem;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 18px 40px #0206172e}.projects-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=900px){.projects-grid{grid-template-columns:repeat(2,1fr)}}.project-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffbf;border:1px solid #e2e8f0e6;border-radius:1.6rem;padding:1.4rem;box-shadow:0 25px 55px #02061714}.project-top{align-items:flex-start;gap:.9rem;display:flex}.project-icon{color:#2563eb;background:#2563eb1a;border-radius:16px;flex:none;place-items:center;width:44px;height:44px;display:grid}.project-title{color:#0f172a;letter-spacing:-.02em;font-size:1.2rem;font-weight:900}.project-desc{color:#475569;margin-top:.25rem;font-weight:650;line-height:1.55}.project-points{gap:.6rem;margin-top:1rem;list-style:none;display:grid}.project-points li{color:#0f172a;align-items:flex-start;gap:.55rem;font-weight:750;line-height:1.45;display:flex}.project-points svg{color:#059669;margin-top:2px}.curriculum-section{max-width:1000px;margin:0 auto}.section-title{text-align:center;color:#0f172a;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.section-title span{color:#2563eb}.curriculum-timeline{position:relative}.curriculum-timeline:before{content:"";background:linear-gradient(#3b82f6,#8b5cf6,#ec4899);border-radius:4px;width:4px;position:absolute;top:0;bottom:0;left:31px}.timeline-item{margin-bottom:3rem;padding-left:80px;position:relative}.timeline-item:last-child{margin-bottom:0}.phase-number-circle{color:#fff;z-index:2;background:linear-gradient(135deg,#0f172a,#1e293b);border:4px solid #fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:66px;height:66px;display:flex;position:absolute;top:0;left:0;box-shadow:0 4px 15px #00000026}.phase-number-circle .p-lit{text-transform:uppercase;letter-spacing:1px;color:#94a3b8;font-size:.6rem;font-weight:800}.phase-number-circle .p-num{background:linear-gradient(135deg,#3b82f6,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.4rem;font-weight:800;line-height:1.1}.timeline-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;padding:2.5rem;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 10px 30px -5px #00000014}.timeline-card:hover{border-color:#cbd5e1;transform:translate(10px);box-shadow:0 20px 40px -5px #0000001f}.timeline-card:before{content:"";background:#fff;border-bottom:1px solid #e2e8f0;border-left:1px solid #e2e8f0;width:24px;height:24px;position:absolute;top:24px;left:-12px;transform:rotate(45deg)}.phase-title{color:#0f172a;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;display:flex}.phase-topics{grid-template-columns:1fr;gap:1rem;list-style:none;display:grid}@media (width>=768px){.phase-topics{grid-template-columns:repeat(2,1fr)}}.phase-topics li{color:#475569;background:#f8fafc;border:1px solid #f1f5f9;border-radius:.75rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:1rem;font-weight:500;display:flex}.topic-icon{color:#2563eb;flex-shrink:0}.testimonials-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=900px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffbf;border:1px solid #e2e8f0e6;border-radius:1.6rem;flex-direction:column;gap:1.1rem;padding:1.35rem;display:flex;box-shadow:0 25px 55px #02061712}.testimonial-quote{color:#0f172a;align-items:flex-start;gap:.55rem;font-weight:750;line-height:1.6;display:flex}.testimonial-quote svg{color:#8b5cf6;margin-top:2px}.testimonial-meta{align-items:center;gap:.75rem;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#8b5cf6);border-radius:16px;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.t-name{color:#0f172a;font-weight:900}.t-role{color:#475569;font-size:.9rem;font-weight:700}.faq{gap:.75rem;max-width:900px;margin:0 auto;display:grid}.faq-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffbf;border:1px solid #e2e8f0e6;border-radius:1.25rem;overflow:hidden;box-shadow:0 25px 55px #0206170f}.faq-q{text-align:left;cursor:pointer;color:#0f172a;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.1rem;font-weight:900;display:flex}.faq-a{color:#475569;padding:0 1.1rem 1rem;font-weight:650;line-height:1.6;display:none}.faq-item.open .faq-a{display:block}.faq-chevron{color:#475569;transition:transform .2s}.faq-item.open .faq-chevron{transform:rotate(180deg)}.final-cta{color:#fff;background:linear-gradient(135deg,#020617eb 0%,#0f172aeb 55%,#020617eb 100%);border:1px solid #94a3b840;border-radius:1.75rem;justify-content:space-between;align-items:center;gap:1.2rem;max-width:1000px;margin-top:1.5rem;margin-left:auto;margin-right:auto;padding:1.4rem;display:flex;position:relative;overflow:hidden}.final-cta:before{content:"";opacity:.9;pointer-events:none;background:radial-gradient(80% 120% at 15% 20%,#3b82f659 0%,#3b82f600 60%),radial-gradient(80% 120% at 55% 10%,#a855f74d 0%,#a855f700 60%),radial-gradient(80% 120% at 85% 70%,#ec489940 0%,#ec489900 60%);position:absolute;inset:0}.final-cta>*{position:relative}.final-cta-title{letter-spacing:-.02em;color:#fffffffa;text-shadow:0 2px 18px #00000080;font-size:1.35rem;font-weight:950}.final-cta-sub{color:#e2e8f0eb;text-shadow:0 2px 18px #00000080;margin-top:.35rem;font-weight:650}.final-cta-bullets{color:#fffffff0;text-shadow:0 2px 18px #00000080;gap:.5rem;margin-top:.9rem;font-weight:750;display:grid}.final-cta-bullets svg{color:#60a5fa}.final-cta-btn{cursor:pointer;color:#0f172a;background:#fff;border:none;border-radius:9999px;flex:none;align-items:center;gap:.5rem;padding:.95rem 1.1rem;font-weight:950;display:inline-flex;box-shadow:0 18px 45px #00000040}@media (width<=860px){.final-cta{flex-direction:column;align-items:flex-start}.final-cta-btn{justify-content:center;width:100%}}.footer{color:#fff;background:#0f172a;padding:4rem 1.5rem 2rem}.footer-content{border-bottom:1px solid #334155;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;padding-bottom:2rem;display:grid}@media (width>=768px){.footer-content{grid-template-columns:repeat(3,1fr)}}.footer-brand{align-items:center;gap:.85rem;margin-bottom:1rem;display:flex}.footer-desc{color:#94a3b8;font-size:.9375rem;line-height:1.6}.footer-title{margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;color:#64748b;max-width:1200px;margin:0 auto;padding-top:2rem;font-size:.875rem}.footer-bottom a{color:#60a5fa;font-weight:600;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}.mobile-cta{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#fffffff2;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 20px #0000000d}@media (width>=1024px){.mobile-cta{display:none}}.m-price{color:#0f172a;font-size:1.5rem;font-weight:800}.m-orig{color:#94a3b8;font-size:.875rem;font-weight:600;text-decoration:line-through}.m-btn{color:#fff;background:#2563eb;border:none;border-radius:9999px;padding:.75rem 1.5rem;font-size:1rem;font-weight:700}.bg-blobs{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.bg-blob{filter:blur(100px);opacity:.3;border-radius:50%;position:absolute}.bg-blob.b1{background:#3b82f6;width:50vw;height:50vw;top:-10%;left:-10%}.bg-blob.b2{background:#d946ef;width:60vw;height:60vw;top:20%;right:-20%}.bg-blob.b3{background:#10b981;width:50vw;height:50vw;bottom:-10%;left:20%}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0f172ad9;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal-content{text-align:center;background:#fff;border-radius:1.5rem;width:100%;max-width:480px;padding:2.5rem 2rem;position:relative;box-shadow:0 40px 100px #0006}.modal-icon-wrap{justify-content:center;margin-bottom:1.5rem;display:flex}.modal-title{color:#1e293b;margin-bottom:1rem;font-size:1.75rem;font-weight:800;line-height:1.2}.modal-text{color:#64748b;margin-bottom:2rem;font-size:1rem;line-height:1.6}.modal-actions{flex-direction:column;gap:1rem;display:flex}.wa-community-btn{color:#fff;background:#25d366;border-radius:9999px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:1.125rem;font-weight:750;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 10px 30px #25d3664d}.wa-community-btn:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 15px 40px #25d36666}.modal-close-link{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:600;text-decoration:underline;transition:color .2s}.modal-close-link:hover{color:#64748b}@media (width<=480px){.modal-content{padding:2rem 1.5rem}.modal-title{font-size:1.5rem}}.floating-wa{color:#fff;z-index:1000;cursor:pointer;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);animation:2s infinite wa-pulse;display:flex;position:fixed;bottom:24px;left:24px;box-shadow:0 10px 25px #25d36666}.floating-wa:hover{background:#128c7e;transform:scale(1.1)}@keyframes wa-pulse{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}@media (width<=1024px){.floating-wa{width:52px;height:52px;bottom:100px;left:20px}}
