.heroSection{overflow:hidden;position:relative;width:100%;min-height:100vh;height:auto}.gradientElipse{position:absolute;width:516px;height:516px;background:radial-gradient(circle,#e3f2fd);opacity:.6;z-index:0;filter:blur(120px)}.elipse1{position:absolute;width:516px;height:516px;background:linear-gradient(45deg,#bbdefb,#90caf9);opacity:.5;z-index:0;bottom:-200px;left:-200px;border-radius:50%}.elipse2{position:absolute;width:516px;height:516px;border-radius:50%;background:linear-gradient(45deg,#bbdefb,#90caf9);opacity:.4;z-index:0;top:-100px;right:-100px}.blurContainer{z-index:1;position:relative;min-height:100vh;padding:80px 20px 40px}.containerPlans{max-width:100%;text-align:center;margin-bottom:30px;padding:0 20px;position:relative;z-index:2}.containerPlans h1{color:#fff;font-family:Lexend,sans-serif;font-weight:800;font-size:48px;text-align:center;margin-bottom:30px;margin-top:0;line-height:1.1;padding:0 15px;text-shadow:0 4px 20px rgba(0,168,107,.3);background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.containerPlans h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#00a86b,#66bb6a);border-radius:2px;box-shadow:0 2px 10px #00a86b66}.containerPlans h2{font-family:Lexend,sans-serif;color:#e0e0e0;font-size:18px;font-weight:400;text-align:center;margin-bottom:0;line-height:1.7;padding:0 20px;max-width:700px;margin-left:auto;margin-right:auto;opacity:.9;text-shadow:0 2px 10px rgba(0,0,0,.3)}.containerCards{display:grid;grid-template-columns:1fr;gap:20px;margin:60px auto 0;padding:0 20px;max-width:100%}.card{background:#0f2e2c;border:2px solid #1a3c39;border-radius:16px;padding:25px;position:relative;overflow:hidden;transition:all .3s ease;cursor:pointer;min-height:280px;display:flex;flex-direction:column;justify-content:space-between}.card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00a86b33}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00a86b,#00995a);transform:scaleX(0);transition:transform .3s ease}.card:hover:before{transform:scaleX(1)}.card-header{text-align:center;margin-bottom:20px}.card-icon{width:70px;height:70px;margin:0 auto 20px;background:linear-gradient(135deg,#00a86b,#00995a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .3s ease}.card:hover .card-icon{transform:scale(1.1)}.card-icon svg{width:35px;height:35px}.card-title{color:#fff;font-family:Lexend,sans-serif;font-weight:700;font-size:20px;margin-bottom:12px}.card-description{color:#b2b2b2;font-family:Lexend,sans-serif;font-size:14px;line-height:1.6;margin-bottom:20px;flex-grow:1}.card-features{list-style:none;padding:0;margin:15px 0;flex-grow:1}.card-features li{color:#e0e0e0;font-family:Lexend,sans-serif;font-size:13px;margin-bottom:8px;padding-left:20px;position:relative}.card-features li:before{content:"✓";position:absolute;left:0;color:#00a86b;font-weight:700}.card-cta{background:linear-gradient(135deg,#00a86b,#00995a);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-family:Lexend,sans-serif;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;text-decoration:none;text-align:center;display:block;width:auto;min-width:140px;margin:auto auto 0}.card-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00a86b66}.containerNewPanel{background-color:#0b1c1a;justify-content:center;text-align:center;padding:40px 20px;width:calc(100% - 40px);max-width:100%;margin:60px auto 40px;border-radius:16px;border:2px solid #1a3c39;position:relative;overflow:hidden}.containerNewPanel:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00a86b,#00995a)}.containerNewPanel h2{font-family:Lexend,sans-serif;color:#00a86b;margin-bottom:25px;font-size:24px;font-weight:600;line-height:1.3;padding:0 15px}.containerNewPanel p{color:#e0e0e0;font-family:Lexend,sans-serif;font-size:14px;line-height:1.6;margin-bottom:25px;max-width:100%;margin-left:auto;margin-right:auto;padding:0 20px}.containerNewPanel a{background:linear-gradient(135deg,#00a86b,#00995a);font-weight:600;color:#fff;font-family:Lexend,sans-serif;text-decoration:none;padding:14px 28px;border-radius:8px;display:inline-block;width:auto;min-width:180px;transition:all .3s ease;box-shadow:0 4px 20px #00a86b4d;font-size:14px}.containerNewPanel a:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00a86b80}@media (min-width: 768px){.blurContainer{padding:100px 30px 60px}.gradientElipse{width:516px;height:516px;filter:blur(120px)}.elipse1{width:516px;height:516px;bottom:-200px;left:-200px}.elipse2{width:516px;height:516px;top:-100px;right:-100px}.containerPlans{padding:0 30px;margin-bottom:50px}.containerPlans h1{font-size:56px;margin-bottom:35px;padding:0 20px}.containerPlans h1:after{width:100px;height:5px;bottom:-12px}.containerPlans h2{font-size:20px;padding:0 40px;max-width:800px}.containerCards{grid-template-columns:repeat(2,1fr);gap:30px;padding:0 30px;max-width:800px;margin:80px auto 0}.card{padding:30px;min-height:320px}.card-icon{width:75px;height:75px}.card-icon svg{width:38px;height:38px}.card-title{font-size:22px}.card-description{font-size:15px}.card-features li{font-size:14px;margin-bottom:10px}.card-cta{padding:14px 28px;font-size:15px;min-width:160px}.containerNewPanel{width:90%;max-width:600px;padding:45px 35px;margin:70px auto 50px}.containerNewPanel h2{font-size:26px;margin-bottom:30px}.containerNewPanel p{font-size:15px;margin-bottom:30px;max-width:450px}.containerNewPanel a{padding:15px 30px;min-width:190px;font-size:15px}}@media (max-width: 767px){.blurContainer{padding:80px 20px 40px}.gradientElipse{width:300px;height:300px;filter:blur(80px)}.elipse1{width:300px;height:300px;bottom:-150px;left:-150px}.elipse2{width:300px;height:300px;top:-50px;right:-50px}.containerPlans h1{font-size:32px;margin-bottom:25px;margin-top:20px;padding:0 10px}.containerPlans h2{font-size:16px;padding:0 15px;line-height:1.5}}@media (min-width: 1024px){.blurContainer{padding:120px 40px 80px}.gradientElipse{width:516px;height:516px;filter:blur(120px)}.elipse1{width:516px;height:516px;bottom:-200px;left:-200px}.elipse2{width:516px;height:516px;top:-100px;right:-100px}.containerPlans{max-width:1200px;margin:0 auto 40px;text-align:center;padding:0 40px}.containerPlans h1{text-align:center;color:#fff;font-family:montserrat,sans-serif;font-weight:800;font-size:36px;margin-bottom:40px;margin-top:20px;margin-left:0;line-height:1.1}.containerPlans h1:after{width:120px;height:6px;bottom:-15px}.containerPlans h2{color:#e0e0e0;font-family:Lexend,sans-serif;font-weight:400;font-size:18px;text-align:center;padding:0;max-width:900px;margin:60px auto 0;line-height:1.7}.containerCards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin:100px auto;padding:0 40px;max-width:1200px}.card{background:#0f2e2c;border:2px solid #1a3c39;border-radius:16px;padding:30px;position:relative;overflow:hidden;transition:all .3s ease;cursor:pointer;min-height:320px;display:flex;flex-direction:column;justify-content:space-between}.card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.card-icon{width:80px;height:80px;margin:0 auto 20px}.card-icon svg{width:40px;height:40px}.card-title{font-size:24px;margin-bottom:12px}.card-description{font-size:16px;margin-bottom:25px}.card-features{margin:20px 0}.card-features li{font-size:14px;margin-bottom:10px}.card-cta{padding:14px 28px;font-size:16px;min-width:160px}.containerNewPanel{background-color:#0b1c1a;justify-content:center;text-align:center;padding:50px 40px;width:90%;max-width:700px;margin:80px auto;border-radius:16px;border:2px solid #1a3c39;position:relative;overflow:hidden}.containerNewPanel h2{font-size:28px;margin-bottom:30px;line-height:inherit}.containerNewPanel p{font-size:16px;margin-bottom:30px;max-width:500px;line-height:1.6}.containerNewPanel a{padding:16px 32px;min-width:200px;font-size:inherit}}@media (min-width: 1440px){.blurContainer{padding:140px 60px 100px}.gradientElipse{width:600px;height:600px;filter:blur(150px)}.elipse1{width:600px;height:600px;bottom:-250px;left:-250px}.elipse2{width:600px;height:600px;top:-150px;right:-150px}.containerPlans{max-width:1400px;margin-bottom:60px;padding:0 60px}.containerPlans h1{font-size:72px;margin-bottom:50px}.containerPlans h1:after{width:140px;height:7px;bottom:-18px}.containerPlans h2{font-size:24px;max-width:1000px}}.gradientElipse{background:radial-gradient(circle,#e8f8f0)!important;opacity:.8!important}.elipse1{background:linear-gradient(45deg,#81c784,#66bb6a)!important;opacity:.7!important}.elipse2{background:linear-gradient(45deg,#81c784,#66bb6a)!important;opacity:.6!important}.gradientElipse{background:radial-gradient(circle,#e3f2fd)!important;opacity:.6!important}.elipse1{background:linear-gradient(45deg,#bbdefb,#90caf9)!important;opacity:.5!important}.elipse2{background:linear-gradient(45deg,#bbdefb,#90caf9)!important;opacity:.4!important}.containerPlans h1{background:linear-gradient(135deg,#1a1a1a,#333)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;text-shadow:0 4px 20px rgba(0,168,107,.2)!important}.containerPlans h1:after{background:linear-gradient(90deg,#00a86b,#66bb6a)!important;box-shadow:0 2px 10px #00a86b4d!important}.containerPlans h2{color:#4a5568!important;text-shadow:0 2px 10px rgba(0,0,0,.1)!important}@media (max-width: 1023px){.card{background:#fff!important;border:2px solid #e1e8ed!important;box-shadow:0 4px 12px #00000014!important}.card:hover{background:#f8f9fa!important;border-color:#00a86b!important;box-shadow:0 8px 25px #00a86b26!important}.card-title{color:#1a1a1a!important}.card-description,.card-features li{color:#4a5568!important}.card-features li:before{color:#00a86b!important}.containerNewPanel{background-color:#fff!important;border:2px solid #e1e8ed!important;box-shadow:0 4px 12px #00000014!important}.containerNewPanel h2{color:#00a86b!important}.containerNewPanel p{color:#4a5568!important}}@media (min-width: 1024px){.card{background:#0f2e2c!important;border-color:#1a3c39!important;box-shadow:0 8px 25px #00ffae1a!important}.card:hover{box-shadow:0 25px 50px #00ffae33!important}.card-title{color:#fff!important}.card-description,.card-features li{color:#e0e0e0!important}.card-features li:before{color:#00a86b!important}.containerNewPanel{background-color:#0b1c1a!important;border-color:#1a3c39!important;box-shadow:0 8px 25px #00ffae1a!important}.containerNewPanel h2{color:#00a86b!important}.containerNewPanel p{color:#fff!important}}.dark .containerPlans h1{background:linear-gradient(135deg,#fff,#e0e0e0)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;text-shadow:0 0 20px rgba(255,255,255,.1)!important}.dark .containerPlans h1:after{background:linear-gradient(90deg,#00ffae,#00cc8a)!important;box-shadow:0 2px 10px #00ffae66!important}.dark .containerPlans h2{color:#e0e0e0!important;text-shadow:0 2px 10px rgba(0,0,0,.3)!important}.dark .card{background:#0f2e2c!important;border-color:#1a3c39!important;box-shadow:0 8px 25px #00ffae1a!important}.dark .card:hover{box-shadow:0 25px 50px #00ffae33!important}.dark .card-title{color:#fff!important}.dark .card-description{color:#b2b2b2!important}.dark .card-features li{color:#e0e0e0!important}.dark .card-features li:before{color:#00ffae!important}.dark .containerNewPanel{background-color:#0b1c1a!important;border-color:#1a3c39!important;box-shadow:0 8px 25px #00ffae1a!important}.dark .containerNewPanel h2{color:#00ffae!important}.dark .containerNewPanel p{color:#e0e0e0!important}.heroSection{background-color:#f8f9fa!important}.gradientElipse{background:radial-gradient(circle,#4caf50,#388e3c)!important;opacity:.8!important}.elipse1{background:linear-gradient(45deg,#2e7d32,#1b5e20,#0d4a14)!important;opacity:.7!important}.elipse2{background:linear-gradient(45deg,#2e7d32,#1b5e20,#0d4a14)!important;opacity:.6!important}.dark .heroSection{background-color:#0a0a0a!important}.dark .gradientElipse{background:radial-gradient(circle,#00ffae)!important;opacity:.3!important}.dark .elipse1{background:linear-gradient(45deg,#00ffae,#00cc8a)!important;opacity:.4!important}.dark .elipse2{background:linear-gradient(45deg,#00ffae,#00cc8a)!important;opacity:.3!important}@media (max-width: 768px){.gradientElipse{width:300px!important;height:300px!important;filter:blur(80px)!important}.elipse1{width:300px!important;height:300px!important;bottom:-150px!important;left:-150px!important}.elipse2{width:300px!important;height:300px!important;top:-50px!important;right:-50px!important}}@media (max-width: 480px){.gradientElipse{width:250px!important;height:250px!important;filter:blur(60px)!important}.elipse1{width:250px!important;height:250px!important;bottom:-100px!important;left:-100px!important}.elipse2{width:250px!important;height:250px!important;top:-50px!important;right:-50px!important}}@media (min-width: 1440px){.gradientElipse{width:600px!important;height:600px!important;filter:blur(150px)!important}.elipse1{width:600px!important;height:600px!important;bottom:-250px!important;left:-250px!important}.elipse2{width:600px!important;height:600px!important;top:-150px!important;right:-150px!important}}
