@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap";:root{--primary-green:#113c2b;--primary-green-light:#1e5a42;--accent-gold:#d4af37;--accent-gold-hover:#b5952f;--bg-light:#fdfdfc;--bg-dark:#0a1f15;--text-main:#333;--text-muted:#666;--text-light:#fff}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-main);background-color:var(--bg-light);font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--primary-green);font-family:Playfair Display,serif;font-weight:600}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section-title{text-align:center;margin-bottom:1rem;font-size:2.5rem;display:inline-block;position:relative;left:50%;transform:translate(-50%)}.section-title:after{content:"";background-color:var(--accent-gold);width:60px;height:3px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.section-subtitle{text-align:center;color:var(--text-muted);max-width:700px;margin:0 auto 3rem;font-size:1.1rem}.btn{text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;padding:1rem 2rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:500;transition:all .3s;display:inline-block}.btn-primary{background-color:var(--accent-gold);color:var(--primary-green);font-weight:600}.btn-primary:hover{background-color:var(--accent-gold-hover);transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.btn-outline{border:2px solid var(--text-light);color:var(--text-light);background-color:#0000}.btn-outline:hover{background-color:var(--text-light);color:var(--primary-green)}.navbar{z-index:1000;background-color:#fff;width:100%;padding:.8rem 0;position:fixed;top:0;left:0;box-shadow:0 4px 20px #0000000d}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo img{height:50px;display:block}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--primary-green);text-transform:uppercase;letter-spacing:1px;font-size:1rem;font-weight:500;transition:color .3s}.nav-link:hover{color:var(--accent-gold)}.nav-contact{color:var(--accent-gold);align-items:center;gap:.5rem;font-weight:600;display:flex}.hero{text-align:center;height:100vh;color:var(--text-light);background-color:var(--primary-green);justify-content:center;align-items:center;display:flex;position:relative}.hero-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:1;background:linear-gradient(90deg,#113c2bcc,#113c2b66);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;max-width:900px;padding:0 2rem;position:relative}.hero-subtitle{text-transform:uppercase;letter-spacing:4px;color:var(--accent-gold);margin-bottom:1rem;font-size:1.2rem;font-weight:600}.hero-title{color:var(--text-light);text-shadow:2px 2px 4px #0000004d;margin-bottom:1.5rem;font-size:4.5rem;line-height:1.1}.hero-desc{max-width:800px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.2rem;font-weight:300}.hero-buttons{justify-content:center;gap:1rem;display:flex}.stats-section{background-color:var(--primary-green);color:var(--text-light);z-index:10;margin-top:-50px;padding:4rem 0;position:relative;box-shadow:0 10px 30px #0000001a}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-item h3{color:var(--accent-gold);margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:3rem}.stat-item p{text-transform:uppercase;letter-spacing:1px;color:#fffc;font-size:1rem}.slogan-container{text-align:center;max-width:850px;margin:0 auto;padding:.5rem 0}.slogan-subtitle{letter-spacing:4px;text-transform:uppercase;color:var(--accent-gold);margin-bottom:1rem;font-size:.9rem;font-weight:600}.slogan-text{color:var(--text-light);font-family:Playfair Display,serif;font-size:2.2rem;font-style:italic;font-weight:500;line-height:1.5}.slogan-divider{background-color:var(--accent-gold);opacity:.8;width:80px;height:2px;margin:1.5rem auto 0}.developer-link{color:var(--accent-gold);border-bottom:1px solid #0000;font-weight:500;transition:all .3s;display:inline-block}.developer-link:hover{color:var(--text-light);border-bottom-color:var(--text-light)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-image{position:relative}.about-image img{border-radius:4px;width:100%;height:auto;box-shadow:0 20px 40px #0000001a}.about-image:before{content:"";border:2px solid var(--accent-gold);z-index:-1;border-radius:4px;width:100%;height:100%;position:absolute;top:-20px;left:-20px}.about-content h2{margin-bottom:1.5rem;font-size:2.5rem}.about-content p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem}.services-section{background-color:#f5f7f6}.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;display:grid}.service-card{background:var(--text-light);border-bottom:4px solid #0000;border-radius:4px;padding:3rem;transition:all .3s;box-shadow:0 10px 30px #00000008}.service-card:hover{border-color:var(--accent-gold);transform:translateY(-10px);box-shadow:0 20px 40px #00000014}.service-icon{color:var(--accent-gold);margin-bottom:1.5rem}.service-card h3{color:var(--primary-green);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.5rem}.service-card p{color:var(--text-muted)}.why-grid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.why-content h2{margin-bottom:1.5rem;font-size:2.5rem}.why-list{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.why-item{align-items:center;gap:.8rem;font-weight:500;display:flex}.why-item-icon{color:var(--accent-gold)}.testimonials-section{background-color:var(--primary-green);color:var(--text-light);text-align:center}.testimonials-section .section-title,.testimonials-section h2,.testimonials-section h3{color:var(--text-light)}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.testimonial-card{text-align:left;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:2.5rem;position:relative}.quote-icon{color:var(--accent-gold);opacity:.5;margin-bottom:1rem}.testimonial-text{margin-bottom:1.5rem;font-size:1.1rem;font-style:italic;line-height:1.8}.testimonial-author{color:var(--accent-gold);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}.cta-section{text-align:center;color:var(--text-light);background-image:linear-gradient(#113c2be6,#113c2be6),url(/hero.png);background-position:50%;background-size:cover;background-attachment:fixed;padding:8rem 0}.cta-section h2{color:var(--text-light);margin-bottom:1.5rem;font-size:3rem}.cta-section p{max-width:700px;margin:0 auto 2.5rem;font-size:1.2rem}.footer{background-color:var(--bg-dark);color:var(--text-light);padding:5rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-about p{color:#fff9;max-width:400px;margin:1.5rem 0}.footer-title{color:var(--accent-gold);margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:1.2rem}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#fff9;transition:color .3s}.footer-links a:hover{color:var(--accent-gold)}.contact-info li{color:#fff9;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.contact-icon{color:var(--accent-gold)}.footer-bottom{color:#fff6;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}.contact-section{background-color:var(--bg-light);padding:6rem 0}.contact-container{background:#fff;border-radius:8px;grid-template-columns:1fr 1fr;gap:4rem;padding:3rem;display:grid;box-shadow:0 10px 40px #0000000d}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{text-align:left;flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-main);font-size:.9rem;font-weight:500}.form-group label span{color:var(--accent-gold)}.form-input,.form-textarea{border:1px solid #e0e0e0;border-radius:4px;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-input:focus,.form-textarea:focus{border-color:var(--primary-green);outline:none}.form-textarea{resize:vertical;min-height:150px}.contact-info-block{text-align:left}.contact-info-block h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.5rem}.contact-info-block p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.contact-details{margin-bottom:2rem}.contact-detail-item{color:var(--text-main);align-items:center;gap:1rem;margin-bottom:1rem;font-weight:500;display:flex}.contact-detail-icon{color:var(--accent-gold);background:#d4af371a;border-radius:50%;padding:.5rem}.social-links{gap:1rem;margin-bottom:2rem;display:flex}.social-icon{background:var(--text-main);color:#fff;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-icon:hover{background:var(--accent-gold);transform:translateY(-2px)}.map-container{border-radius:4px;width:100%;height:250px;overflow:hidden}.map-container iframe{border:none;width:100%;height:100%}@media (width<=1024px){.hero-title{font-size:3.5rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.why-grid{grid-template-columns:1fr;gap:3rem}.contact-container{gap:2rem;padding:2rem}}@media (width<=768px){.nav-links{display:none}.hero-title{font-size:2.2rem}.hero-desc{margin-bottom:2rem;padding:0 1rem;font-size:1rem}.hero-buttons{flex-direction:column;gap:.8rem;margin-bottom:10px}.slogan-text{font-size:1.6rem}.services-grid,.testimonial-grid,.why-list{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.contact-container,.form-row{grid-template-columns:1fr}}
