:root{--primary-amber:#f59e0b;--primary-amber-light:#fbbf24;--primary-amber-bright:#fcd34d;--primary-amber-dark:#d97706;--bg-light:#f8f9fa;--bg-lighter:#fff;--bg-card:#fffffff2;--text-dark:#1a1a1a;--text-muted:#666;--text-secondary:#333;--border-amber:#f59e0b1a;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 8px 20px #00000080;--shadow-lg:0 12px 30px #000000b3;--sans:"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mono:"Courier New", monospace;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:var(--bg-light);color:var(--text-dark);font-size:16px;font-weight:400;line-height:1.5}#root{width:100%;min-height:100vh;font-family:var(--sans);color:var(--text-dark);flex-direction:column;font-size:16px;display:flex}#root>*{font-family:var(--sans);color:inherit}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3}h1{font-size:3.5rem;font-weight:900}h2{font-size:2.5rem;font-weight:700}h3{font-size:1.8rem}p{line-height:1.6}a{color:var(--primary-amber);text-decoration:none;transition:all .3s}a:hover{color:var(--primary-amber-light)}@media (width<=1024px){h1{font-size:2.5rem}h2{font-size:1.8rem}h3{font-size:1.4rem}:root{font-size:15px}}@media (width<=640px){h1{font-size:1.8rem}h2{font-size:1.4rem}h3{font-size:1.1rem}:root{font-size:14px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes blurIn{0%{opacity:0;filter:blur(10px)}to{opacity:1;filter:blur()}}[data-reveal]{opacity:0}.animate-in{animation:.7s cubic-bezier(.25,.46,.45,.94) forwards fadeIn}.animate-in.slide-left{animation:.7s cubic-bezier(.25,.46,.45,.94) forwards slideInLeft}.animate-in.slide-right{animation:.7s cubic-bezier(.25,.46,.45,.94) forwards slideInRight}.animate-in.slide-up{animation:.7s cubic-bezier(.25,.46,.45,.94) forwards slideInUp}.animate-in.slide-down{animation:.7s cubic-bezier(.25,.46,.45,.94) forwards slideInDown}.animate-in.scale{animation:.7s cubic-bezier(.25,.46,.45,.94) forwards scaleIn}.animate-in.blur{animation:.7s cubic-bezier(.25,.46,.45,.94) forwards blurIn}.animate-in.float{animation:3s ease-in-out infinite float}.animate-in.delay-100{animation-delay:.1s}.animate-in.delay-200{animation-delay:.2s}.animate-in.delay-300{animation-delay:.3s}.animate-in.delay-400{animation-delay:.4s}.animate-in.delay-500{animation-delay:.5s}.card-animated{transition:all .4s cubic-bezier(.34,1.56,.64,1)}.card-animated:hover{transform:translateY(-12px);box-shadow:0 25px 50px #0003}.text-reveal{opacity:0;animation:.8s ease-out forwards slideInUp}.parallax{will-change:transform;transition:transform .5s cubic-bezier(.33,.66,.66,1)}.navbar{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:9999;background:#0000001a;border-bottom:1px solid #f59e0b14;width:100%;padding:1.3rem 0;position:fixed;top:0;left:0;right:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 3rem;display:flex}.navbar-logo{color:#fff;letter-spacing:2px;white-space:nowrap;cursor:pointer;background:0 0;border:none;align-items:center;gap:.8rem;padding:0;font-size:1.3rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.navbar-logo:hover{color:#f59e0b}.navbar-logo-img{object-fit:contain;width:auto;height:45px}.nav-menu{align-items:center;gap:.8rem;list-style:none;display:flex}.nav-menu a,.nav-link{color:#ccc;letter-spacing:1px;text-transform:uppercase;white-space:nowrap;cursor:pointer;font-size:.7rem;font-weight:400;font:inherit;background:0 0;border:none;padding:0;text-decoration:none;transition:all .3s}.nav-menu a:hover,.nav-link:hover{color:#f59e0b}.nav-contact{letter-spacing:1px;text-transform:uppercase;background:0 0;border:2px solid #f59e0b;border-radius:2px;padding:.75rem 1.8rem;font-size:.75rem;font-weight:700;transition:all .3s;color:#f59e0b!important}.nav-contact2{letter-spacing:1px;text-transform:uppercase;background:0 0;padding:.75rem;font-size:.75rem;font-weight:700}.nav-contact:hover{background:#f59e0b;border-color:#f59e0b;transform:translateY(-2px);box-shadow:0 6px 15px #f59e0b59;color:#000!important}.navbar.scrolled{background:#fffffff2;border-bottom:1px solid #f59e0b1f}.navbar.scrolled .navbar-logo{color:#1a1a1a}.navbar.scrolled .navbar-logo:hover{color:#f59e0b}.navbar.scrolled .nav-menu a,.navbar.scrolled .nav-link{color:#666}.navbar.scrolled .nav-menu a:hover,.navbar.scrolled .nav-link:hover{color:#f59e0b}.navbar.scrolled .hamburger span{background:#1a1a1a}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:0;display:none}.hamburger span{background:#fff;border-radius:2px;width:25px;height:3px;transition:all .3s}.hamburger.active span:first-child{transform:rotate(45deg)translate(5px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(3px,-7px)}@media (width<=1024px){.nav-menu{gap:1.5rem}.nav-menu a,.nav-link{font-size:.75rem}.navbar-container{padding:0 2rem}}@media (width<=768px){.hamburger{display:flex}.navbar-container{flex-wrap:wrap;gap:1rem;padding:0 1.5rem}.navbar-logo{order:1;font-size:1.1rem}.hamburger{order:2}.nav-menu{flex-direction:column;order:3;gap:1rem;width:100%;max-height:0;transition:max-height .3s;overflow:hidden}.nav-menu.active{max-height:500px}.nav-menu a,.nav-link{font-size:.7rem}.nav-contact{padding:.6rem 1.2rem;font-size:.7rem}}.hero{justify-content:center;align-items:center;min-height:100vh;padding-top:70px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:1;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.hero-image-placeholder{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;display:none;position:absolute}.hero-overlay{width:100%;height:100%;display:none;position:absolute}.hero-team-placeholder{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.team-image{background:linear-gradient(90deg,#0000 0%,#f59e0b08 50%,#0000 100%);width:100%;height:100%}.hero-content{z-index:3;grid-template-columns:1.2fr 1fr;align-items:center;gap:4.5rem;width:100%;max-width:1400px;margin:0 auto;padding:15rem 3rem 6rem;display:grid;position:relative}.hero-subtitle{letter-spacing:3px;color:#fff;text-transform:uppercase;text-shadow:0 2px 8px #0000004d;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.hero-title{color:#fff;letter-spacing:-2px;margin-bottom:1.5rem;font-size:3.8rem;font-weight:900;line-height:1.15}.highlight{background:linear-gradient(135deg,#f59e0b 0%,#fbbf24 50%,#f59e0b 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 8px #0000001a);-webkit-background-clip:text;background-clip:text;display:inline-block}.hero-description{color:#fff;text-shadow:0 2px 10px #0000004d;max-width:550px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.hero-buttons{gap:1.5rem;display:flex}.btn{cursor:pointer;letter-spacing:1.5px;text-transform:uppercase;background:0 0;border:2px solid #f59e0b;border-radius:2px;padding:1rem 2.5rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#fff;text-shadow:0 1px 2px #0003;background:#f59e0b;border-color:#f59e0b}.btn-primary:hover{color:#fff;background:#fbbf24;border-color:#fbbf24;transform:translateY(-2px);box-shadow:0 10px 25px #f59e0b66}.btn-secondary{color:#fff;text-shadow:0 1px 2px #0003;background:0 0;border-color:#fff}.btn-secondary:hover{color:#f59e0b;background:#fff;border-color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #ffffff4d}.btn-whatsapp{color:#1a1a1a;background:#fff;border-color:#fff}.btn-whatsapp:hover{color:#1a1a1a;background:#f0f0f0;border-color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #ffffff4d}.hero-icon-container{justify-content:center;align-items:center;display:flex}.hand-icon{filter:drop-shadow(0 20px 50px #f59e0b33);width:280px;height:280px;animation:3s ease-in-out infinite float}.logo-hero{filter:drop-shadow(0 20px 50px #f59e0b33);width:100%;max-width:225px;height:auto}.hero-divider{z-index:3;width:100%;height:120px;position:absolute;bottom:0;left:0}.hero-divider svg{width:100%;height:100%}@media (width<=1024px){.hero{min-height:90vh}.hero-content{grid-template-columns:1fr;gap:2.5rem;padding:4rem 2rem 2rem}.hero-title{font-size:2.8rem}.hand-icon{width:220px;height:220px}.hero-divider{height:80px}}@media (width<=768px){.hero{min-height:85vh}.hero-content{padding:24rem 1.5rem 1rem}.hero-title{margin-bottom:1rem;font-size:2.2rem}.hero-subtitle{margin-bottom:.3rem;font-size:.85rem}.hero-description{margin-bottom:1.5rem;font-size:.95rem}.hero-buttons{flex-direction:column;gap:1rem}.btn{width:100%;padding:.85rem 1.8rem;font-size:.85rem}.logo-hero{max-width:180px}.hand-icon{width:160px;height:160px}.hero-divider{height:60px}}@media (width<=640px){.hero{min-height:80vh}.hero-content{padding:2.5rem 1rem .5rem}.hero-title{font-size:1.8rem;line-height:1.2}.logo-hero{max-width:150px}.hand-icon{width:130px;height:130px}.hero-divider{height:40px}}.about-section{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#f8f9faf2 0%,#fffffff2 100%);padding:6rem 2rem;position:relative;overflow:hidden}.about-section:before{content:"";z-index:1;filter:blur(40px);background:radial-gradient(circle,#f59e0b14 0%,#f59e0b08 30%,#0000 70%);width:700px;height:700px;position:absolute;top:-30%;right:-15%}.about-section:after{content:"";z-index:1;filter:blur(40px);background:radial-gradient(circle,#f59e0b0f 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-20%;left:-10%}.about-container{z-index:2;max-width:1200px;margin:0 auto;position:relative}.about-title{color:#1a1a1a;text-align:center;margin-bottom:.8rem;font-size:2.5rem;font-weight:700}.about-subtitle{color:#666;text-align:center;max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.6}.about-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#ffffffe6 0%,#f8f9fad9 100%);border:1px solid #f59e0b1f;border-radius:8px;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:3rem;display:grid;box-shadow:0 8px 32px #00000014,inset 0 1px 1px #f59e0b14}.about-icon{color:#f59e0b;justify-content:center;align-items:center;width:280px;height:280px;margin:0 auto;font-size:8rem;display:flex}.card-title{color:#1a1a1a;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.card-text{color:#666;margin-bottom:2.5rem;font-size:.95rem;line-height:1.7}.benefits-list{flex-direction:column;gap:1.8rem;display:flex}.benefit-item{border-left:3px solid #f59e0b;gap:1.2rem;padding-left:1.2rem;display:flex}.benefit-icon{color:#f59e0b;flex-shrink:0;margin-top:2px;font-size:1.6rem}.benefit-item h4{color:#1a1a1a;margin-bottom:.4rem;font-size:1rem;font-weight:700}.benefit-item p{color:#666;font-size:.9rem;line-height:1.6}@media (width<=768px){.about-section{padding:4rem 1.5rem}.about-title{font-size:2.2rem}.about-card{grid-template-columns:1fr;align-items:center;gap:2rem;padding:2.5rem}.about-icon{width:200px;height:200px;margin:0 auto;font-size:5rem}.card-title{font-size:1.3rem}}.services-section{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#1a1a1af2 0%,#0f0f0ff2 100%);padding:6rem 2rem;position:relative;overflow:hidden}.services-section:before{content:"";z-index:1;filter:blur(40px);background:radial-gradient(circle,#f59e0b1f 0%,#f59e0b0d 30%,#0000 70%);width:700px;height:700px;position:absolute;top:-30%;right:-15%}.services-container{z-index:2;max-width:1200px;margin:0 auto;position:relative}.services-title{color:#fff;text-align:center;margin-bottom:.8rem;font-size:2.5rem;font-weight:700}.services-subtitle{color:#ccc;text-align:center;max-width:600px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.6}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.service-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#191919d9 0%,#232323cc 100%);border:1px solid #f59e0b26;border-radius:8px;padding:2.5rem;transition:all .3s;box-shadow:0 8px 32px #00000080}.service-card:hover{border-color:#f59e0b4d;transform:translateY(-5px);box-shadow:0 12px 40px #0009}.service-icon{color:#f59e0b;background:#f59e0b1a;border-radius:8px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;font-size:2.2rem;transition:all .3s;display:flex}.service-card:hover .service-icon{background:#f59e0b33;transform:scale(1.1)}.service-title{color:#fff;margin-bottom:.8rem;font-size:1.25rem;font-weight:700}.service-description{color:#ccc;font-size:.9rem;line-height:1.7}@media (width<=768px){.services-section{padding:4rem 1.5rem}.services-title{font-size:2.2rem}.services-grid{grid-template-columns:1fr;gap:2rem}.service-card{padding:2rem}}.logo-section{background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:800px;position:relative;overflow:hidden}@media (width<=768px){.logo-section{min-height:600px}}@media (width<=640px){.logo-section{min-height:500px}}.stats-section{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#1a1a1a;background:linear-gradient(135deg,#f8f9faf2 0%,#fffffff2 100%);padding:5rem 2rem;position:relative;overflow:hidden}.stats-section:before{content:"";z-index:1;filter:blur(40px);background:radial-gradient(circle,#f59e0b14 0%,#f59e0b08 30%,#0000 70%);width:700px;height:700px;position:absolute;top:-30%;right:-15%}.stats-section:after{content:"";z-index:1;filter:blur(40px);background:radial-gradient(circle,#f59e0b0f 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-20%;left:-10%}.stats-container{z-index:2;max-width:1200px;margin:0 auto;position:relative}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:4rem;padding-bottom:4rem;display:grid}.stat-item{text-align:center}.stat-number{color:#f59e0b;letter-spacing:-1px;margin-bottom:.8rem;font-size:3.8rem;font-weight:900}.stat-label{letter-spacing:1.5px;color:#1a1a1ad9;text-transform:uppercase;font-size:.85rem;font-weight:600}.stats-divider{background:linear-gradient(90deg,#0000,#f59e0b33,#0000);height:1px;margin-bottom:4rem}.stats-values{flex-wrap:wrap;justify-content:center;align-items:center;gap:3.5rem;display:flex}.value-item{align-items:center;gap:.8rem;font-size:.95rem;font-weight:600;display:flex}.value-icon{color:#f59e0b;font-size:1.6rem}.value-text{color:#1a1a1ae6;letter-spacing:.3px}@media (width<=768px){.stats-section{padding:4rem 1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem;padding-bottom:3rem}.stat-number{font-size:2.6rem}.stat-label{font-size:.7rem}.stats-divider{margin-bottom:3rem}.stats-values{gap:1.5rem}.value-item{text-align:center;flex-direction:column;font-size:.8rem}.value-icon{font-size:1.3rem}}.team{background-color:#0f0f0f;padding:6rem 3rem;position:relative}.team-container{max-width:1400px;margin:0 auto}.team-title{color:#fff;text-align:center;letter-spacing:0;margin-bottom:.8rem;font-size:2.5rem;font-weight:700}.team-subtitle{color:#ccc;text-align:center;max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.6}.team-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;display:grid}.team-card{cursor:pointer;background:#f59e0b0a;border:2px solid #f59e0b26;border-radius:12px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.team-card:hover{border-color:#f59e0b;box-shadow:0 15px 40px #f59e0b26}.team-card-2{border-color:#f59e0b40}.team-card-2:hover{border-color:#f59e0b}.team-card-5{border-color:#f59e0b40}.team-card-5:hover{border-color:#f59e0b}.team-image{aspect-ratio:1;background-color:#f5f5f5;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.team-image img{object-fit:cover;width:100%;height:100%}.team-placeholder{color:#666;background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:.9rem;display:flex}.team-info{flex-direction:column;flex:1;padding:1.5rem;display:flex}.team-name{color:#fff;margin:0 0 .5rem;font-size:1.3rem;font-weight:700}.team-role{color:#f59e0b;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 1rem;font-size:.85rem;font-weight:600}@media (width<=1024px){.team{padding:4rem 2rem}.team-title{font-size:2rem}.team-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem}}@media (width<=768px){.team{padding:3rem 1.5rem}.team-title{margin-bottom:.5rem;font-size:2.2rem}.team-subtitle{margin-bottom:2.5rem;font-size:1rem}.team-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.team-info{padding:1.2rem}.team-name{font-size:1.1rem}}@media (width<=640px){.team{padding:2rem 1rem}.team-title{font-size:2.2rem}.team-subtitle{margin-bottom:2rem;font-size:1rem}.team-grid{grid-template-columns:1fr;gap:1rem}.team-info{padding:1rem}.team-name{font-size:1.3rem}.team-role{font-size:1rem}}.testimonials-section{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#f8f9faf2 0%,#fffffff2 100%);padding:6rem 2rem;position:relative;overflow:hidden}.testimonials-section:before{content:"";z-index:1;filter:blur(40px);background:radial-gradient(circle,#f59e0b14 0%,#f59e0b08 30%,#0000 70%);width:700px;height:700px;position:absolute;top:-30%;right:-15%}.testimonials-container{text-align:center;z-index:2;max-width:900px;margin:0 auto;position:relative}.testimonials-title{color:#1a1a1a;margin-bottom:.8rem;font-size:2.5rem;font-weight:700}.testimonials-subtitle{color:#666;margin-bottom:3rem;font-size:1rem;line-height:1.6}.testimonial-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#ffffffe6 0%,#f8f9fad9 100%);border:1px solid #f59e0b1f;border-radius:8px;flex-direction:column;justify-content:center;min-height:260px;margin-bottom:2.5rem;padding:3rem 2.5rem;display:flex;box-shadow:0 8px 32px #00000014}.testimonial-text{color:#333;margin-bottom:1.8rem;font-size:1.1rem;font-style:italic;font-weight:500;line-height:1.8}.testimonial-author{color:#666;font-size:.9rem;font-weight:600}.testimonial-dots{justify-content:center;gap:1rem;display:flex}.dot{cursor:pointer;background:0 0;border:2px solid #f59e0b;border-radius:50%;width:11px;height:11px;padding:0;transition:all .3s}.dot.active{background:#f59e0b;transform:scale(1.2)}.dot:hover{background:#f59e0b66}@media (width<=768px){.testimonials-section{padding:4rem 1.5rem}.testimonials-title{font-size:2.2rem}.testimonial-card{min-height:220px;padding:2rem}.testimonial-text{font-size:1rem}.testimonial-author{font-size:.85rem}}.recovery-form-section{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#1a1a1af2 0%,#0f0f0ff2 100%);padding:6rem 2rem;position:relative;overflow:hidden}.recovery-form-section:before{content:"";z-index:1;filter:blur(40px);background:radial-gradient(circle,#f59e0b1f 0%,#f59e0b0d 30%,#0000 70%);width:700px;height:700px;position:absolute;top:-30%;right:-15%}.form-container{z-index:2;max-width:700px;margin:0 auto;position:relative}.form-title{color:#fff;text-align:center;margin-bottom:.8rem;font-size:2.5rem;font-weight:700}.form-subtitle{color:#ccc;text-align:center;margin-bottom:3rem;font-size:1rem;line-height:1.6}.recovery-form{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#191919d9 0%,#232323cc 100%);border:1px solid #f59e0b26;border-radius:8px;padding:3rem 3rem 3.5rem;box-shadow:0 8px 32px #00000080,inset 0 1px 1px #ffffff1a}.form-group{flex-direction:column;margin-bottom:1.5rem;display:flex}.form-group label{color:#fff;margin-bottom:.6rem;font-size:.9rem;font-weight:700}.form-group input,.form-group textarea{color:#fff;background:#ffffff0d;border:1px solid #f59e0b33;border-radius:4px;padding:.8rem 1.1rem;font-family:inherit;font-size:.95rem;transition:all .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#999999b3}.form-group input:focus,.form-group textarea:focus{background:#ffffff1a;border-color:#f59e0b;outline:none;box-shadow:0 0 8px #f59e0b4d,inset 0 0 10px #f59e0b1a}.form-group textarea{resize:vertical;min-height:130px;font-family:inherit}.form-hint{color:#9999;margin-top:.4rem;font-size:.75rem}.form-submit{color:#f59e0b;letter-spacing:1px;cursor:pointer;text-transform:uppercase;z-index:10;background:0 0;border:2px solid #f59e0b;border-radius:4px;justify-content:center;align-items:center;gap:.8rem;width:100%;margin-top:2rem;padding:1.2rem;font-size:.9rem;font-weight:700;transition:all .3s;display:flex;position:relative}.submit-icon{color:#f59e0b;font-size:1.3rem}.form-submit:hover{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#fbbf24 100%);border-color:#f59e0b;transform:translateY(-2px);box-shadow:0 10px 30px #f59e0b4d}.form-submit:hover .submit-icon{color:#fff}.form-submit:active{transform:translateY(0)}@media (width<=768px){.recovery-form-section{padding:4rem 1.5rem}.form-title{font-size:2.2rem}.recovery-form{padding:2.5rem}.form-group input,.form-group textarea{font-size:16px}}.footer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(#0f0f0fe6 0%,#0a0a0af2 100%);border-top:1px solid #f59e0b1f;padding:3.5rem 2rem 2.5rem;position:relative;overflow:hidden}.footer:before{content:"";z-index:1;background:linear-gradient(90deg,#0000,#f59e0b33,#0000);height:1px;position:absolute;top:0;left:0;right:0}.footer-content{z-index:2;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;max-width:1400px;margin:0 auto 2rem;display:grid;position:relative}.footer-section h3{background:linear-gradient(135deg,#f59e0b,#fbbf24);-webkit-text-fill-color:transparent;letter-spacing:1.5px;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.4rem;font-weight:700}.footer-section h4{color:#fffffff2;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.9rem;font-weight:600}.footer-section p{color:#999999d9;font-size:.9rem;line-height:1.7}.footer-section ul{flex-direction:column;gap:.85rem;list-style:none;display:flex}.footer-section a{color:#999999d9;font-size:.9rem;text-decoration:none;transition:all .3s}.footer-section a:hover{color:#f59e0b;padding-left:4px}.footer-link{color:#999999d9;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.9rem;text-decoration:none;transition:all .3s}.footer-link:hover{color:#f59e0b;padding-left:4px}.footer-icon{color:#f59e0b;margin-right:.5rem;font-size:.9rem}.footer-bottom{color:#666c;z-index:2;justify-content:center;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;font-size:.85rem;display:flex;position:relative}.footer-bottom p{margin:0}.footer-bottom a{color:#666c;text-decoration:none;transition:all .3s}.footer-bottom a:hover{color:#f59e0b}.whatsapp-button{color:#fff;z-index:50;background:linear-gradient(135deg,#25d366 0%,#20ba5a 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 8px 25px #25d36659,inset 0 1px 1px #fff3}.whatsapp-button:hover{transform:scale(1.12)translateY(-4px);box-shadow:0 12px 35px #25d36680,inset 0 1px 1px #ffffff4d}.whatsapp-button:active{transform:scale(1.08)}.whatsapp-button svg{filter:drop-shadow(0 2px 4px #0003);width:32px;height:32px}@media (width<=768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer{padding:2.5rem 1.5rem 2rem}.whatsapp-button{width:55px;height:55px;font-size:1.3rem;bottom:1.5rem;right:1.5rem}.whatsapp-button svg{width:28px;height:28px}}@media (width<=640px){.footer{padding:2rem 1rem 1.5rem}.footer-content{gap:1.5rem}.footer-section h3{font-size:1.2rem}.footer-section h4{font-size:.8rem}.whatsapp-button{width:50px;height:50px;bottom:1rem;right:1rem}.whatsapp-button svg{width:24px;height:24px}}.privacy-container{max-width:1000px;min-height:100vh;margin:0 auto;padding:4rem 2rem}.privacy-header{text-align:center;margin-bottom:3rem}.privacy-header h1{color:#f59e0b;margin-bottom:1rem;font-size:2.5rem}.privacy-content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#ffffffe6 0%,#f8f9fad9 100%);border:1px solid #f59e0b1f;border-radius:8px;padding:3rem;line-height:1.8}.privacy-content h2{color:#f59e0b;margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.privacy-content p{color:#666;text-align:justify;margin-bottom:1rem}.back-link{color:#f59e0b;margin-top:2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.back-link:hover{color:#fbbf24}@media (width<=768px){.privacy-container{padding:2rem 1rem}.privacy-header h1{font-size:1.8rem}.privacy-content{padding:1.5rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#1a1a1a;background-color:#f8f9fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}#root{width:100%}a{transition:all .3s}button{cursor:pointer}.hero-section-wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.hero-section-wrapper:before{content:"";z-index:1;background:linear-gradient(90deg,#0000004d 0%,#00000026 50%,#0000004d 100%);position:absolute;inset:0}.hero-section-wrapper>:not(nav){z-index:2;position:relative}.hero-section-wrapper nav{z-index:101;position:relative}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f8f9fa}::-webkit-scrollbar-thumb{background:#f59e0b;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#fbbf24}
