:root{--green-neon:#1FD17F;--blue-dark:#1E40AF;--gray-dark:#1F2937;--gray-light:#F9FAFB;--gray-medium:#6B7280;--white:#FFFFFF;--transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);--dark-bg:#0F172A;--dark-card:#1E293B}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Sora,sans-serif;color:var(--gray-dark);background-color:var(--white);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{font-family:Sora,sans-serif;cursor:pointer;border:none;transition:var(--transition)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--gray-light)}::-webkit-scrollbar-thumb{background:var(--green-neon);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--blue-dark)}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%,100%{transform:translate(0,0)}50%{transform:translate(30px,30px)}}@keyframes floatIcon{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.7}}@keyframes rotate{0%{transform:rotateZ(0)}100%{transform:rotateZ(360deg)}}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(calc(-250px * 8))}}@keyframes slideUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%,100%{opacity:1}50%{opacity:.5}}.container{max-width:1280px;margin:0 auto;padding:0 20px}.btn{padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;transition:var(--transition);white-space:nowrap;display:inline-block}.btn-primary{background:var(--green-neon);color:var(--gray-dark);box-shadow:0 4px 15px rgba(31,209,127,.3)}.btn-primary:hover{background:#00d968;box-shadow:0 6px 25px rgba(31,209,127,.4);transform:translateY(-2px)}.btn-secondary{background:var(--blue-dark);color:var(--white);box-shadow:0 4px 15px rgba(30,64,175,.3)}.btn-secondary:hover{background:#1a34a8;box-shadow:0 6px 25px rgba(30,64,175,.4);transform:translateY(-2px)}.btn-outline{background:0 0;color:var(--green-neon);border:2px solid var(--green-neon)}.btn-outline:hover{background:var(--green-neon);color:var(--gray-dark)}.btn-lg{padding:1rem 2rem;font-size:1rem;border-radius:10px}.header{position:sticky;top:0;z-index:1000;background:var(--white);border-bottom:1px solid transparent;transition:var(--transition);padding:1.5rem 0}.header.scrolled{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(31,209,127,.1);box-shadow:0 4px 30px rgba(0,0,0,.05);padding:1rem 0}.header-content{display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{height:20px;display:flex;align-items:center;flex-shrink:0}.logo img{height:100%;object-fit:contain}.nav{display:flex;gap:2.5rem;flex:1;justify-content:center}.nav-link{font-size:.95rem;font-weight:500;color:var(--gray-dark);position:relative;transition:color .3s ease}.nav-link::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--green-neon);transition:width .3s ease}.nav-link:hover{color:var(--green-neon)}.nav-link:hover::after{width:100%}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding:4rem 0;background:linear-gradient(135deg,#0f172a 0,#1a2332 50%,#0f172a 100%)}.hero-background{position:absolute;inset:0;z-index:0}.background-lines{position:absolute;inset:0;width:100%;height:100%}.gradient-sphere{position:absolute;border-radius:50%;filter:blur(60px)}.gradient-1{width:500px;height:500px;background:var(--green-neon);top:-200px;right:-100px;opacity:.1;animation:float 6s ease-in-out infinite}.gradient-2{width:600px;height:600px;background:var(--blue-dark);bottom:-200px;left:-100px;opacity:.1;animation:float 8s ease-in-out infinite;animation-delay:1s}.hero .container{position:relative;z-index:10;width:100%}.hero-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{display:flex;flex-direction:column;gap:2rem;animation:slideInLeft .8s ease-out}.hero-title{font-size:3.5rem;line-height:1.1;color:var(--white);font-weight:800;letter-spacing:-.02em}.hero-subtitle{font-size:1.2rem;color:rgba(255,255,255,.8);line-height:1.6;max-width:500px}.hero-cta{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1rem}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(31,209,127,.2)}.stat{display:flex;flex-direction:column;gap:.5rem}.stat-icon{font-size:2rem;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:rgba(255,255,255,.8);line-height:1.4}.hero-image{position:relative;height:450px;display:flex;align-items:flex-start;justify-content:center;animation:slideInRight .8s ease-out;margin-top:-40px}.hero-img{max-width:120%;max-height:700px;object-fit:contain;filter:drop-shadow(0 10px 40px rgba(31, 209, 127, .2));margin-top:-60px}.services{position:relative;padding:6rem 0;background:linear-gradient(180deg,#fff 0,#f3f4f6 50%,#fff 100%);overflow:hidden}.services::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(31,209,127,.08) 0,transparent 70%);border-radius:50%;z-index:0;animation:float 8s ease-in-out infinite}.services::after{content:'';position:absolute;bottom:10%;left:-10%;width:400px;height:400px;background:conic-gradient(from 0deg,rgba(31,209,127,.05),rgba(30,64,175,.05),rgba(31,209,127,.05));border-radius:50%;z-index:0;animation:rotate 20s linear infinite}.section-header{text-align:center;margin-bottom:4rem;position:relative;z-index:1;animation:slideUp .6s ease-out}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--gray-dark)}.section-subtitle{font-size:1.1rem;color:var(--gray-medium);margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:3rem;position:relative;z-index:1}.service-card{background:var(--white);border-radius:16px;padding:2.5rem;position:relative;border:1px solid rgba(31,209,127,.1);transition:var(--transition);overflow:hidden;animation:slideUp .6s ease-out;animation-fill-mode:both}.service-card:first-child{animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--green-neon),var(--blue-dark));transform:scaleX(0);transform-origin:left;transition:transform .6s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(31,209,127,.15)}.service-card:hover::before{transform:scaleX(1)}.service-icon{font-size:3rem;margin-bottom:1.5rem;animation:floatIcon 3s ease-in-out infinite}.service-title{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:var(--gray-dark)}.service-description{font-size:.95rem;color:var(--gray-medium);line-height:1.6}.service-accent{position:absolute;bottom:0;right:0;width:100px;height:100px;background:radial-gradient(circle,rgba(31,209,127,.15) 0,transparent 70%);border-radius:50%;pointer-events:none}.process-wrapper{margin-top:4rem}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;position:relative;z-index:1;margin-bottom:3rem}.process-step{position:relative;text-align:center;animation:slideUp .6s ease-out;animation-fill-mode:both}.process-step:first-child{animation-delay:.1s}.process-step:nth-child(2){animation-delay:.2s}.process-step:nth-child(3){animation-delay:.3s}.process-step::before{content:'';position:absolute;top:50px;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,var(--green-neon),transparent);z-index:1}.process-step:first-child::before{background:linear-gradient(90deg,transparent,var(--green-neon));left:50%;z-index:1}.process-step:last-child::before{background:linear-gradient(90deg,var(--green-neon),transparent);left:-50%;z-index:1}.step-circle{width:100px;height:100px;background:linear-gradient(135deg,var(--green-neon),var(--blue-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;font-size:2rem;font-weight:700;color:var(--white);box-shadow:0 10px 30px rgba(31,209,127,.3);transition:var(--transition);position:relative;z-index:2}.process-step:hover .step-circle{transform:scale(1.1)}.step-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:var(--gray-dark)}.step-description{font-size:.95rem;color:var(--gray-medium);line-height:1.6}.process-cta{display:flex;justify-content:center;position:relative;z-index:1}.practices{position:relative;padding:6rem 0;background:linear-gradient(180deg,#fff 0,#f3f4f6 100%);overflow:hidden}.practices::before{content:'';position:absolute;top:20%;right:10%;width:300px;height:300px;background:radial-gradient(circle,rgba(31,209,127,.1) 0,transparent 70%);border-radius:50%;z-index:0;animation:float 10s ease-in-out infinite;animation-delay:.5s}.practices::after{content:'';position:absolute;bottom:0;left:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(30,64,175,.08) 0,transparent 70%);border-radius:50%;z-index:0;animation:float 12s ease-in-out infinite}.practices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem;position:relative;z-index:1}.practice-item{background:var(--white);border-radius:12px;padding:1.5rem;border:1px solid rgba(31,209,127,.1);transition:var(--transition);display:flex;align-items:center;gap:1rem;animation:slideUp .6s ease-out;animation-fill-mode:both}.practice-item:hover{border-color:var(--green-neon);box-shadow:0 10px 25px rgba(31,209,127,.1);transform:translateY(-3px)}.practice-icon{font-size:1.8rem;flex-shrink:0}.practice-text{font-size:.95rem;color:var(--gray-dark);font-weight:500}.method{position:relative;padding:6rem 0;background:linear-gradient(135deg,#0f172a 0,#1a2332 100%);overflow:hidden}.method-background{position:absolute;inset:0;z-index:0}.method-lines{position:absolute;inset:0;width:100%;height:100%}.method-gradient-1{position:absolute;width:500px;height:500px;background:var(--green-neon);border-radius:50%;filter:blur(60px);opacity:.08;top:-200px;right:-100px}.method-gradient-2{position:absolute;width:600px;height:600px;background:var(--blue-dark);border-radius:50%;filter:blur(60px);opacity:.08;bottom:-200px;left:-100px}.method-container{position:relative;z-index:1}.method-header{text-align:center;margin-bottom:4rem}.method-header .section-title{color:var(--white)}.method-header .section-subtitle{color:rgba(255,255,255,.8)}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.method-card{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border:2px solid rgba(31,209,127,.2);border-radius:16px;padding:2.5rem;cursor:pointer;transition:var(--transition);position:relative;overflow:hidden;min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;animation:slideUp .6s ease-out;animation-fill-mode:both}.method-card:first-child{animation-delay:.1s}.method-card:nth-child(2){animation-delay:.2s}.method-card:nth-child(3){animation-delay:.3s}.method-card::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(31,209,127,.1),rgba(30,64,175,.1));opacity:0;transition:opacity .3s ease;z-index:-1}.method-card:hover{border-color:var(--green-neon);transform:translateY(-10px) scale(1.02);box-shadow:0 20px 50px rgba(31,209,127,.3)}.method-card:hover::before{opacity:1}.method-letter{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,var(--green-neon),var(--blue-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.method-card-title{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:1rem}.method-card-text{font-size:.95rem;color:rgba(255,255,255,.8);line-height:1.6}.benefits{position:relative;padding:6rem 0;background:linear-gradient(180deg,#f3f4f6 0,#fff 100%);overflow:hidden}.benefits::before{content:'';position:absolute;top:30%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(31,209,127,.06) 0,transparent 70%);border-radius:50%;z-index:0;animation:float 9s ease-in-out infinite}.benefits::after{content:'';position:absolute;bottom:-20%;left:-15%;width:500px;height:500px;background:conic-gradient(from 45deg,rgba(30,64,175,.05),rgba(31,209,127,.05),rgba(30,64,175,.05));border-radius:50%;z-index:0;animation:rotate 25s linear infinite reverse}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem;position:relative;z-index:1}.benefit-item{background:var(--white);border-radius:14px;padding:2rem;display:flex;gap:1.5rem;align-items:flex-start;border:1px solid rgba(31,209,127,.1);position:relative;overflow:hidden;transition:var(--transition);animation:slideUp .6s ease-out;animation-fill-mode:both}.benefit-item:first-child{animation-delay:.1s}.benefit-item:nth-child(2){animation-delay:.2s}.benefit-item:nth-child(3){animation-delay:.3s}.benefit-item:nth-child(4){animation-delay:.4s}.benefit-item:hover{border-color:var(--green-neon);box-shadow:0 10px 30px rgba(31,209,127,.1);transform:translateY(-5px)}.benefit-icon{font-size:2.5rem;flex-shrink:0;animation:floatIcon 3s ease-in-out infinite}.benefit-content{flex:1}.benefit-title{font-size:1.15rem;font-weight:700;margin-bottom:.5rem;color:var(--gray-dark)}.benefit-description{font-size:.9rem;color:var(--gray-medium);line-height:1.6}.benefit-check{font-size:1.5rem;color:var(--green-neon);font-weight:700;flex-shrink:0}.benefits-highlight{background:linear-gradient(135deg,var(--gray-dark) 0,#374151 100%);border-radius:20px;padding:4rem;position:relative;overflow:hidden;z-index:1;text-align:center}.benefits-highlight::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(31,209,127,.1) 0,transparent 70%);border-radius:50%;z-index:0}.highlight-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.highlight-title{font-size:2rem;font-weight:800;color:var(--white);margin-bottom:1.5rem;line-height:1.3}.highlight-text{font-size:1rem;color:rgba(255,255,255,.9);line-height:1.7}.testimonials{position:relative;padding:6rem 0;background:linear-gradient(180deg,#fff 0,#f9fafb 100%);overflow:hidden}.testimonials::before{content:'';position:absolute;top:-30%;left:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(30,64,175,.08) 0,transparent 70%);border-radius:50%;z-index:0;animation:float 11s ease-in-out infinite}.testimonials::after{content:'';position:absolute;bottom:-15%;right:-10%;width:400px;height:400px;background:conic-gradient(from 135deg,rgba(31,209,127,.06),transparent,rgba(30,64,175,.06));border-radius:50%;z-index:0;animation:rotate 30s linear infinite}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative;z-index:1;margin-bottom:3rem}.testimonial-card{background:var(--white);border-radius:16px;padding:2.5rem;border:1px solid rgba(31,209,127,.1);position:relative;overflow:hidden;transition:var(--transition);animation:slideUp .6s ease-out;animation-fill-mode:both}.testimonial-card:first-child{animation-delay:.1s}.testimonial-card:nth-child(2){animation-delay:.2s}.testimonial-card:nth-child(3){animation-delay:.3s}.testimonial-card:hover{border-color:var(--green-neon);box-shadow:0 15px 40px rgba(31,209,127,.15);transform:translateY(-8px)}.testimonial-header{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem}.testimonial-avatar{width:60px;height:60px;border-radius:50%;flex-shrink:0;object-fit:cover;border:2px solid var(--green-neon)}.testimonial-info{display:flex;flex-direction:column}.testimonial-name{font-weight:600;color:var(--gray-dark);font-size:.95rem}.testimonial-role{font-size:.85rem;color:var(--gray-medium)}.stars{font-size:1.2rem;margin-bottom:1rem;letter-spacing:.25rem}.testimonial-text{font-size:1rem;color:var(--gray-dark);line-height:1.7;font-style:italic}.clients{position:relative;padding:6rem 0;background:linear-gradient(180deg,#f9fafb 0,#fff 50%,#f3f4f6 100%);overflow:hidden}.clients::before{content:'';position:absolute;top:0;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(31,209,127,.08) 0,transparent 70%);border-radius:50%;z-index:0;animation:float 7s ease-in-out infinite}.clients::after{content:'';position:absolute;bottom:0;left:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(30,64,175,.08) 0,transparent 70%);border-radius:50%;z-index:0;animation:float 9s ease-in-out infinite;animation-delay:1s}.clients-carousel{position:relative;z-index:1;overflow:hidden;padding:2rem 0}.carousel-track{display:flex;gap:4rem;animation:scroll 20s linear infinite;padding:1rem}.carousel-item{min-width:250px;height:120px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.8);border-radius:12px;border:1px solid rgba(31,209,127,.1);padding:2rem;transition:var(--transition)}.carousel-item:hover{border-color:var(--green-neon);box-shadow:0 10px 30px rgba(31,209,127,.1);transform:scale(1.05)}.carousel-item img{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(1);transition:var(--transition)}.carousel-item:hover img{filter:grayscale(0)}.carousel-item:first-child img,.carousel-item:nth-child(9) img{max-width:140%;max-height:140%}.cta{position:relative;padding:6rem 0;background:linear-gradient(135deg,#0f172a 0,#1a2332 100%);color:var(--white);overflow:hidden}.cta-background{position:absolute;inset:0;z-index:0}.cta-lines{position:absolute;inset:0;width:100%;height:100%}.gradient-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.1}.orb-1{width:600px;height:600px;background:var(--green-neon);top:-200px;right:-100px}.orb-2{width:500px;height:500px;background:var(--blue-dark);bottom:-100px;left:-200px}.cta-container{display:grid;grid-template-columns:0.9fr 1.2fr;gap:3rem;position:relative;z-index:1;align-items:start}.cta-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border:1px solid rgba(31,209,127,.2);border-radius:12px;padding:1.5rem;transition:var(--transition);animation:slideUp .6s ease-out;animation-fill-mode:both}.info-card:first-child{animation-delay:.1s}.info-card:nth-child(2){animation-delay:.2s}.info-card:nth-child(3){animation-delay:.3s}.info-card:hover{border-color:var(--green-neon);background:rgba(31,209,127,.05);transform:translateY(-3px)}.info-icon{font-size:2rem;margin-bottom:.75rem}.info-title{font-size:1rem;font-weight:700;margin-bottom:.3rem;color:var(--white)}.info-text{font-size:.85rem;color:rgba(255,255,255,.7);margin-bottom:.75rem;line-height:1.5}.info-text-small{font-size:.8rem;color:rgba(255,255,255,.7);margin-top:.3rem;line-height:1.5}.info-link{color:var(--green-neon);font-weight:600;transition:color .3s ease;display:inline-block;font-size:.9rem}.info-link:hover{color:#00d968}.cta-content{display:flex;flex-direction:column;justify-content:center}.cta-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--white);letter-spacing:-.02em}.cta-subtitle{font-size:1rem;color:rgba(255,255,255,.8);margin-bottom:2rem;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{width:100%}.contact-form input,.contact-form textarea{width:100%;padding:1rem 1.5rem;border:2px solid rgba(31,209,127,.2);border-radius:10px;background:rgba(255,255,255,.95);color:var(--gray-dark);font-family:Sora,sans-serif;font-size:1rem;transition:var(--transition)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--gray-medium)}.contact-form input:focus,.contact-form textarea:focus{outline:0;border-color:var(--green-neon);box-shadow:0 0 20px rgba(31,209,127,.3)}.footer{background:linear-gradient(180deg,#0f172a 0,#111827 100%);color:rgba(255,255,255,.8);padding:4rem 0 2rem;border-top:1px solid rgba(31,209,127,.1);position:relative;z-index:1}.footer-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4rem;margin-bottom:3rem;align-items:start}.footer-section:last-child{justify-self:auto;align-items:flex-end}.footer-section h3{color:var(--white);margin-bottom:1.5rem;font-size:1.1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section a{color:rgba(255,255,255,.7);transition:color .3s ease;font-size:.95rem}.footer-section a:hover{color:var(--green-neon)}.footer-bottom{display:flex;justify-content:center;align-items:center;padding-top:2rem;border-top:1px solid rgba(31,209,127,.1)}.footer-logo{height:20px;display:flex;align-items:center}.footer-logo img{height:100%;object-fit:contain}.footer-copyright{font-size:.9rem;color:rgba(255,255,255,.6)}.footer-center{display:flex;align-items:center;justify-content:center}.footer-contact{display:flex;flex-direction:column;align-items:flex-end}.floating-whatsapp{position:fixed;bottom:2rem;right:2rem;z-index:999;width:60px;height:60px;background:0 0;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(31,209,127,.4);transition:var(--transition);animation:slideUp .6s ease-out}.whatsapp-icon{width:100%;height:100%;object-fit:contain;border-radius:50%}.floating-whatsapp:hover{transform:scale(1.1) translateY(-5px);box-shadow:0 8px 30px rgba(31,209,127,.6)}@media (max-width:1024px){.cta-container,.hero-wrapper{grid-template-columns:1fr;gap:2rem}.method-grid,.services-grid{grid-template-columns:repeat(2,1fr)}.practices-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid{grid-template-columns:1fr}.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.process-steps{grid-template-columns:1fr}.process-step::before{display:none}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.carousel-item{min-width:200px}}@media (max-width:768px){.nav{display:none}.header{padding:1rem 0}.hero{min-height:auto;padding:2rem 0}.hero-title{font-size:2rem}.hero-stats{grid-template-columns:1fr;margin-top:1rem;padding-top:1rem;border-top:none}.hero-image{height:300px}.services-grid{grid-template-columns:1fr;gap:1.5rem}.method-grid{grid-template-columns:1fr}.cta-container{grid-template-columns:1fr}.cta-info{flex-direction:row;flex-wrap:wrap;gap:1rem}.info-card{flex:1;min-width:150px}.cta-title{font-size:2rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-center{margin:2rem 0}.footer-contact{align-items:flex-start}.footer-bottom{flex-direction:column;gap:2rem;justify-content:center}.btn-lg{width:100%}.testimonials-grid{grid-template-columns:1fr}.practices-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr}.floating-whatsapp{bottom:1rem;right:1rem;width:50px;height:50px}.floating-whatsapp svg{width:24px;height:24px}}@media (max-width:480px){.container{padding:0 15px}.section-title{font-size:1.5rem}.hero-title{font-size:1.5rem}.cta-title{font-size:1.5rem}.benefits-highlight{padding:2rem}.highlight-title{font-size:1.5rem}.carousel-item{min-width:150px}}@keyframes pageFadeIn{from{opacity:0}to{opacity:1}}body{animation:pageFadeIn .4s ease-in forwards}