:root{--primary:#1a3d14;--primary-light:#2e6127;--primary-pale:#e8f5e2;--accent:#c9a227;--accent-light:#f0d87a;--text:#1a1a1a;--text-muted:#5a6a58;--bg:#fff;--bg-alt:#f6fbf4;--border:#ddebd8;--white:#fff;--shadow-sm:0 2px 10px #0000000f;--shadow-md:0 8px 30px #0000001a;--shadow-lg:0 20px 60px #0000001f;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--font:"Outfit", sans-serif;--transition:.3s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}button{font-family:var(--font);cursor:pointer;background:0 0;border:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:100px 0}.btn{border-radius:var(--radius-full);transition:var(--transition);cursor:pointer;white-space:nowrap;border:2px solid #0000;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--primary);color:var(--white);box-shadow:0 4px 15px #1a3d144d}.btn-primary:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:0 8px 25px #1a3d1459}.btn-outline{border-color:var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary);color:var(--white);transform:translateY(-2px)}.btn-accent{background:var(--accent);color:var(--primary);font-weight:700;box-shadow:0 4px 15px #c9a2274d}.btn-accent:hover{background:var(--accent-light);transform:translateY(-2px)}.section-label{background:var(--primary-pale);color:var(--primary);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-full);margin-bottom:1.2rem;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.section-title{color:var(--primary);margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.2}.section-title.centered{text-align:center}.section-subtitle{color:var(--text-muted);max-width:580px;font-size:1.1rem;line-height:1.7}.section-subtitle.centered{text-align:center;margin:0 auto 3rem}.header{z-index:1000;transition:var(--transition);padding:1.2rem 0;position:fixed;top:0;left:0;right:0}.header.scrolled{-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-sm);background:#ffffffeb;padding:.8rem 0}.nav-inner{justify-content:space-between;align-items:center;display:flex}.nav-logo{align-items:center;display:flex}.nav-logo-img{width:auto;height:42px}.footer-logo-img{width:auto;height:36px}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{color:var(--text);font-size:.9rem;font-weight:500;position:relative}.nav-link:after{content:"";background:var(--primary);width:0;height:2px;transition:width var(--transition);position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.nav-link:hover{color:var(--primary)}.nav-cta{margin-left:1rem}.nav-toggle{cursor:pointer;flex-direction:column;gap:5px;padding:4px;display:none}.nav-toggle span{background:var(--primary);width:24px;height:2px;transition:var(--transition);border-radius:2px;display:block}.mobile-menu{background:var(--white);z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:2rem;font-size:1.5rem;font-weight:600;display:none;position:fixed;inset:0}.mobile-menu.open{display:flex}.mobile-menu-close{cursor:pointer;color:var(--primary);font-size:2rem;position:absolute;top:1.5rem;right:1.5rem}#home{background:var(--bg-alt);align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}#home:before{content:"";background:radial-gradient(circle,#1a3d140f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-100px;right:-100px}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-badge{background:var(--primary-pale);color:var(--primary);letter-spacing:.05em;border-radius:var(--radius-full);border:1px solid var(--border);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.82rem;font-weight:700;display:inline-flex}.hero-badge:before{content:"✓"}.hero-title{color:var(--text);margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800;line-height:1.15}.hero-title .highlight{color:var(--primary)}.hero-subtitle{color:var(--text-muted);max-width:500px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-image-wrap{position:relative}.hero-image-wrap img{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:520px;box-shadow:var(--shadow-lg)}.hero-badge-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);border:1px solid var(--border);align-items:center;gap:1rem;padding:1.2rem 1.5rem;display:flex;position:absolute;bottom:-1.5rem;left:-1.5rem}.hero-badge-icon{background:var(--primary-pale);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.hero-badge-label{color:var(--primary);font-size:.95rem;font-weight:700}.hero-badge-sublabel{color:var(--text-muted);font-size:.78rem}.hero-stats{border-top:1px solid var(--border);gap:2rem;margin-top:3rem;padding-top:2rem;display:flex}.hero-stat-num{color:var(--primary);font-size:1.8rem;font-weight:800}.hero-stat-label{color:var(--text-muted);font-size:.82rem}#services{background:var(--white)}.services-header{text-align:center;margin-bottom:4rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.service-card{background:var(--bg-alt);border-radius:var(--radius-md);border:1px solid var(--border);transition:var(--transition);padding:2.5rem 2rem;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--primary-light));height:3px;transition:transform var(--transition);transform-origin:0;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{background:var(--white);box-shadow:var(--shadow-md);transform:translateY(-4px)}.service-icon{background:var(--primary-pale);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.8rem;display:flex}.service-title{color:var(--primary);margin-bottom:.8rem;font-size:1.15rem;font-weight:700}.service-desc{color:var(--text-muted);font-size:.9rem;line-height:1.7}#procedure{background:var(--primary);color:var(--white);position:relative;overflow:hidden}#procedure:before{content:"";background:#ffffff0a;border-radius:50%;width:500px;height:500px;position:absolute;top:-150px;right:-150px}#procedure:after{content:"";background:#ffffff08;border-radius:50%;width:600px;height:600px;position:absolute;bottom:-200px;left:-100px}.procedure-grid{z-index:1;grid-template-columns:1fr 1.4fr;align-items:start;gap:5rem;display:grid;position:relative}.procedure-label{color:var(--accent-light);background:#ffffff26;border:none}.procedure-title{color:var(--white);font-size:clamp(2rem,4vw,3rem)}.procedure-subtitle{color:#ffffffb3;margin-bottom:2.5rem}.procedure-cta-note{color:#fff9;margin-top:1rem;font-size:.85rem}.steps-list{flex-direction:column;gap:1rem;display:flex}.step-item{border-radius:var(--radius-md);transition:var(--transition);background:#ffffff14;border:1px solid #ffffff1f;align-items:flex-start;gap:1.2rem;padding:1.4rem 1.6rem;display:flex}.step-item:hover{background:#ffffff21;transform:translate(4px)}.step-num{background:var(--accent);width:36px;height:36px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex}.step-text{color:#ffffffe6;font-size:.95rem;line-height:1.6}.step-text strong{color:var(--white);font-weight:700}.step-highlight{border-radius:var(--radius-sm);background:#c9a22733;border:1px solid #c9a22766;align-items:center;gap:.8rem;margin-top:1.5rem;padding:1rem 1.4rem;display:flex}.step-highlight-icon{font-size:1.2rem}.step-highlight p{color:var(--accent-light);font-size:.88rem;font-weight:600}#about{background:var(--bg-alt)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-subtitle{margin-bottom:2rem}.about-text{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.about-cards{grid-template-columns:1fr;gap:1.2rem;display:grid}.about-card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-sm);padding:1.8rem}.about-card-icon{margin-bottom:.8rem;font-size:1.5rem}.about-card-title{color:var(--primary);margin-bottom:.4rem;font-size:1rem;font-weight:700}.about-card-text{color:var(--text-muted);font-size:.88rem;line-height:1.6}.compliance-badges{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.badge{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--primary);align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:flex}#contact{background:var(--white)}.contact-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:5rem;display:grid}.contact-info-items{flex-direction:column;gap:2rem;margin-top:2rem;display:flex}.contact-item{align-items:flex-start;gap:1.2rem;display:flex}.contact-icon{background:var(--primary-pale);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;display:flex}.contact-item-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.8rem}.contact-item-value{color:var(--text);font-size:.95rem;font-weight:600}.contact-form-wrap{background:var(--bg-alt);border-radius:var(--radius-lg);border:1px solid var(--border);padding:2.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:1.2rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:var(--text);font-size:.85rem;font-weight:600}.form-control{border-radius:var(--radius-sm);border:1.5px solid var(--border);font-family:var(--font);color:var(--text);background:var(--white);transition:border-color var(--transition);outline:none;padding:.85rem 1.1rem;font-size:.92rem}.form-control:focus{border-color:var(--primary)}.form-control::placeholder{color:#aaa}textarea.form-control{resize:vertical;min-height:130px}select.form-control{appearance:none}.form-group-full{margin-bottom:1.2rem}.btn-submit{justify-content:center;width:100%;margin-top:.5rem;padding:1rem 2rem;font-size:1rem}footer{background:var(--primary);color:var(--white);padding:5rem 0 2rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.footer-logo-text{letter-spacing:-.02em;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.2rem;font-weight:800;display:flex}.footer-logo-text .logo-icon{background:var(--accent);width:32px;height:32px;color:var(--primary);border-radius:8px;justify-content:center;align-items:center;font-size:1rem;display:flex}.footer-desc{color:#fff9;font-size:.88rem;line-height:1.7}.footer-col-title{text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.footer-links{flex-direction:column;gap:.9rem;display:flex}.footer-links a{color:#ffffffb3;font-size:.9rem}.footer-links a:hover{color:var(--accent)}.social-icons{gap:.8rem;margin-top:.5rem;display:flex}.social-icon{width:40px;height:40px;transition:var(--transition);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.social-icon:hover{background:var(--accent);color:var(--primary)}.footer-bottom{color:#fff6;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.82rem;display:flex}.footer-bottom-links{gap:2rem;display:flex}.footer-bottom-links a{color:#fff6}.footer-bottom-links a:hover{color:var(--white)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-up{animation:.8s forwards fadeUp}.fade-in{animation:.6s forwards fadeIn}@media (width<=1024px){.hero-grid,.procedure-grid,.about-grid,.contact-grid{grid-template-columns:1fr;gap:3rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.hero-badge-card{display:none}.hero-image-wrap img{height:380px}}@media (width<=768px){section{padding:70px 0}.nav-links{display:none}.nav-toggle{display:flex}.hero-stats{gap:1.2rem}.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.form-row{grid-template-columns:1fr}}.whatsapp-float{color:#fff;z-index:1001;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;transition:transform .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #0003}.whatsapp-float:hover{background-color:#128c7e;transform:scale(1.1)}@media (width<=768px){.whatsapp-float{width:50px;height:50px;font-size:1.5rem;bottom:1.5rem;right:1.5rem}}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);margin-bottom:1rem;overflow:hidden}.faq-question{width:100%;color:var(--primary);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-weight:700;display:flex}.faq-answer{color:var(--text-muted);padding:0 1.5rem 1.5rem;font-size:.95rem;line-height:1.6;display:none}.faq-item.active .faq-answer{display:block}.faq-item.active{background:var(--white);box-shadow:var(--shadow-sm);border-color:var(--primary-light)}.faq-icon{transition:transform .3s}.faq-item.active .faq-icon{transform:rotate(180deg)}.checklist-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.checklist-item{background:var(--white);border-radius:var(--radius-sm);border-left:4px solid var(--accent);box-shadow:var(--shadow-sm);align-items:flex-start;gap:1rem;padding:1.2rem;display:flex}.checklist-check{color:var(--accent);flex-shrink:0;font-size:1.2rem}.service-details{border-top:1px solid var(--border);color:var(--text-muted);margin-top:1rem;padding-top:1rem;font-size:.85rem;animation:.3s fadeIn}.learn-more-btn{color:var(--primary);text-transform:uppercase;cursor:pointer;align-items:center;gap:.3rem;margin-top:1rem;font-size:.8rem;font-weight:700;display:flex}
