:root{--green:#004b32;--green-dark:#003825;--green-light:#064;--gold:#fc0;--gold-dark:#e6b800;--white:#fff;--black:#1a1a1a;--gray-100:#f7f8f8;--gray-200:#e8ebea;--gray-400:#9ca3a0;--gray-600:#4b5563;--shadow-sm:0 1px 3px #004b3214;--shadow-md:0 4px 20px #004b321f;--shadow-lg:0 8px 40px #004b3226;--radius:8px;--radius-lg:12px;--transition:.25s ease;--header-height:96px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:var(--green);transition:color var(--transition);text-decoration:none}a:hover{color:var(--green-light)}ul{list-style:none}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 1.5rem}.logo-link{flex-shrink:0;display:inline-flex}.logo-frame{justify-content:center;align-items:center;display:flex;overflow:hidden}.logo-frame--header{width:220px;height:76px}.logo-frame--footer{width:280px;height:96px;margin:0 auto}.logo-image{object-fit:cover;object-position:center;transform-origin:50%;width:100%;height:100%;transform:scale(1.55)}.logo-link:hover .logo-image{transform:scale(1.6)}.btn{border-radius:var(--radius);cursor:pointer;transition:all var(--transition);border:2px solid #0000;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--gold);color:var(--green-dark);border-color:var(--gold)}.btn-primary:hover{background:var(--gold-dark);border-color:var(--gold-dark);color:var(--green-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{color:var(--white);background:0 0;border-color:#fff9}.btn-secondary:hover{border-color:var(--white);color:var(--white);background:#ffffff1a}.btn-full{width:100%}.text-link{font-size:.9375rem;font-weight:600}.text-link:hover{color:var(--green-light)}.site-header{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--gray-200);height:var(--header-height);background:#fffffff7;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;height:100%;display:flex}.site-nav ul{gap:2rem;display:flex}.site-nav a{color:var(--black);font-size:.9375rem;font-weight:500;position:relative}.site-nav a:after{content:"";background:var(--gold);width:0;height:2px;transition:width var(--transition);position:absolute;bottom:-4px;left:0}.site-nav a:hover,.site-nav a.active{color:var(--green)}.site-nav a:hover:after,.site-nav a.active:after{width:100%}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-toggle span{background:var(--green);width:24px;height:2px;transition:all var(--transition);display:block}.hero{min-height:calc(100vh - var(--header-height));background:var(--green);position:relative;overflow:hidden}.hero-split{min-height:calc(100vh - var(--header-height));grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid}.hero-media{min-height:100%;position:relative;overflow:hidden}.hero-slideshow{position:absolute;inset:0}.hero-slideshow img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1.2s ease-in-out;position:absolute;inset:0}.hero-slideshow img.is-active{opacity:1}.hero-blend{z-index:1;background:linear-gradient(to left, #00382514 0%, #004b3259 28%, #004b32b8 52%, #004b32f0 72%, var(--green) 100%);pointer-events:none;position:absolute;inset:0}.hero-slide-dots{z-index:2;gap:.5rem;display:flex;position:absolute;bottom:1.5rem;left:auto;right:1.5rem}.hero-slide-dots button{cursor:pointer;width:10px;height:10px;transition:background var(--transition), transform var(--transition);background:#ffffff73;border:none;border-radius:50%;padding:0}.hero-slide-dots button.is-active{background:var(--gold);transform:scale(1.15)}.hero-panel{background:linear-gradient(135deg, var(--green-dark) 0%, var(--green) 100%);justify-content:flex-start;align-items:center;padding:3rem clamp(1.5rem,3vw,3rem);display:flex;position:relative}.hero-panel:before{content:"";background:linear-gradient(to right, var(--green), #004b3273, transparent);pointer-events:none;width:240px;position:absolute;top:0;bottom:0;right:-120px}.hero-content{z-index:1;text-align:left;width:100%;max-width:100%;position:relative}.hero-tagline{letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-size:.8125rem;font-weight:600;display:inline-block}.hero h1{color:var(--white);margin-bottom:1.25rem;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:700;line-height:1.15}.hero-subheading{color:#ffffffe0;max-width:100%;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.125rem)}.hero-actions{flex-wrap:wrap;justify-content:flex-start;gap:1rem;display:flex}.page-hero{background:linear-gradient(135deg, var(--green-dark), var(--green));padding:4rem 0 3rem}.page-hero-text{color:#ffffffd9;max-width:640px;font-size:1.0625rem}.section{padding:5rem 0}.section-header{margin-bottom:3rem}.section-header--light .section-label,.section-header--light h2{color:var(--white)}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-size:.8125rem;font-weight:600;display:block}.section-header h2{color:var(--green);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.section-header--light h2{color:var(--white)}.section-cta{text-align:center;margin-top:2.5rem}.lead-text{color:var(--gray-600);margin-bottom:1.5rem;font-size:1.0625rem}.prose p{color:var(--gray-600);margin-bottom:1.25rem}.prose p:last-child{margin-bottom:0}.about-preview{background:var(--gray-100)}.about-preview-grid,.about-page-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.about-preview-cards,.about-highlights{flex-direction:column;gap:1.25rem;display:flex}.highlight-card{background:var(--white);border-radius:var(--radius-lg);border-left:4px solid var(--gold);box-shadow:var(--shadow-sm);padding:1.5rem}.highlight-number{color:var(--gold);letter-spacing:.05em;font-size:.75rem;font-weight:700}.highlight-card h3{color:var(--green);margin:.25rem 0 .5rem;font-size:1.0625rem;font-weight:600}.highlight-card p{color:var(--gray-600);font-size:.9375rem}.services-preview{background:var(--green)}.services-page{background:var(--green);padding-top:3rem}.services-preview .section-header h2,.services-page .service-card h3{color:var(--white)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.service-card{border-radius:var(--radius-lg);transition:all var(--transition);background:#ffffff0f;border:1px solid #ffffff1a;padding:2rem}.services-page .service-card,.services-preview .service-card{background:#ffffff0f}.service-card:hover{box-shadow:var(--shadow-lg);background:#ffffff1a;transform:translateY(-4px)}.service-icon{width:48px;height:48px;color:var(--gold);margin-bottom:1.25rem}.service-icon svg{width:100%;height:100%}.service-card h3{color:var(--white);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.service-card p{color:#ffffffc7;font-size:.9375rem;line-height:1.55}.why-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.why-list{flex-direction:column;gap:1rem;display:flex}.why-list li{color:var(--gray-600);align-items:flex-start;gap:.75rem;font-size:1rem;display:flex}.why-list li:before{content:"";background:var(--gold);flex-shrink:0;width:8px;height:8px;margin-top:.5rem;transform:rotate(45deg)}.why-visual{justify-content:center;align-items:flex-end;gap:1.5rem;height:280px;display:flex}.why-accent-bar{background:var(--green);border-radius:24px;width:48px;height:180px;transform:skew(-8deg)}.why-accent-bar:nth-child(2){height:220px}.why-accent-bar--gold{background:linear-gradient(to top right, var(--green) 40%, var(--gold) 40%);height:260px}.process{background:var(--gray-100)}.process-steps{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.process-step{background:var(--white);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);padding:2rem 1.5rem;position:relative}.process-step:after{content:"";background:var(--gold);width:1.5rem;height:2px;position:absolute;top:50%;right:-.75rem;transform:translateY(-50%)}.process-step:last-child:after{display:none}.step-number{background:var(--green);width:40px;height:40px;color:var(--gold);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1rem;font-weight:700;display:inline-flex}.process-step h3{color:var(--green);font-size:1rem;font-weight:600}.cta-banner{background:var(--green-dark)}.cta-banner-inner{text-align:center;max-width:640px}.cta-banner h2{color:var(--white);margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem)}.cta-banner p{color:#fffc;margin-bottom:2rem}.contact-page{background:var(--gray-100)}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.contact-details{flex-direction:column;gap:1.5rem;display:flex}.contact-details li{align-items:flex-start;gap:1rem;display:flex}.contact-details svg{width:24px;height:24px;color:var(--green);flex-shrink:0;margin-top:2px}.contact-label{letter-spacing:.06em;text-transform:uppercase;color:var(--gray-400);margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.contact-details a,.contact-details span{color:var(--black);font-size:1rem}.contact-details a:hover{color:var(--green)}.contact-form{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2rem}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--black);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);width:100%;color:var(--black);transition:border-color var(--transition);padding:.75rem 1rem;font-family:inherit;font-size:.9375rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px #004b321a}.form-group textarea{resize:vertical;min-height:120px}.form-note{text-align:center;margin-top:1rem;font-size:.875rem}.form-note.success{color:var(--green)}.site-footer{background:var(--black);text-align:center;padding:3rem 0 2rem}.footer-text{color:#ffffffa6;max-width:520px;margin:1.5rem auto;font-size:.9375rem}.footer-nav{justify-content:center;gap:2rem;margin-bottom:1.5rem;display:flex}.footer-nav a{color:#ffffffb3;font-size:.875rem}.footer-nav a:hover{color:var(--gold)}.footer-copy{color:#fff6;font-size:.8125rem}.whatsapp-float{z-index:999;width:56px;height:56px;box-shadow:var(--shadow-md);transition:transform var(--transition);background:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.whatsapp-float svg{width:28px;height:28px;color:var(--white)}.whatsapp-float:hover{color:var(--white);transform:scale(1.08)}@media (width<=900px){.about-preview-grid,.about-page-grid,.why-grid,.contact-grid{grid-template-columns:1fr;gap:2rem}.why-visual{height:200px}.process-steps{grid-template-columns:repeat(2,1fr)}.process-step:after{display:none}}@media (width<=768px){:root{--header-height:88px}.logo-frame--header{width:180px;height:64px}.logo-image{transform:scale(1.5)}.nav-toggle{display:flex}.site-nav{top:var(--header-height);background:var(--white);border-bottom:1px solid var(--gray-200);opacity:0;visibility:hidden;transition:all var(--transition);box-shadow:var(--shadow-md);padding:1rem 0;position:fixed;left:0;right:0;transform:translateY(-100%)}.site-nav.is-open{opacity:1;visibility:visible;transform:translateY(0)}.site-nav ul{flex-direction:column;gap:0}.site-nav a{padding:.875rem 1.5rem;display:block}.nav-toggle.is-active span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav-toggle.is-active span:nth-child(2){opacity:0}.nav-toggle.is-active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero-split{grid-template-columns:1fr;min-height:auto}.hero-media{aspect-ratio:16/10;min-height:320px}.hero-blend{background:linear-gradient(#004b32eb 0%,#004b328c 45%,#0038250d 100%)}.hero-panel{justify-content:center;padding:2.5rem 1.5rem 3rem}.hero-panel:before{display:none}.hero-content{text-align:left;max-width:none;margin-left:0}.hero-subheading{max-width:none}.hero-actions{flex-direction:column;justify-content:flex-start}.hero-actions .btn{width:100%}.hero-slide-dots{bottom:1rem;left:50%;right:auto;transform:translate(-50%)}.process-steps{grid-template-columns:1fr}.section{padding:3.5rem 0}}
