.layout{display:flex;flex-direction:column;min-height:100vh}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffffa;box-shadow:var(--shadow-sm);left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header-transparent{background-color:initial;box-shadow:none}.header-transparent .logo-text,.header-transparent .nav-link{color:#fff}.nav{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.logo{color:var(--primary-green);font-size:1.5rem;font-weight:700;letter-spacing:.5px}.logo-text{transition:color .3s ease}.nav-links{align-items:center;display:flex;gap:2rem}.nav-link{color:var(--text-dark);font-weight:500;position:relative;transition:color .3s ease}.nav-link:after{background-color:var(--primary-green);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.main-content{flex:1 1;padding-top:80px}.footer{background-color:var(--text-dark);color:#fff;margin-top:0;padding:60px 0 20px}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr 1fr;margin-bottom:40px}.footer-section h4,.footer-section h5{color:#fff;margin-bottom:1rem}.footer-section h5{font-size:1.1rem}.footer-section p{color:#ccc}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ccc;font-weight:400}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #333;color:#999;padding-top:30px;text-align:center}@media (max-width:768px){.nav-links{display:none}.footer-content{gap:30px;grid-template-columns:1fr}}.hero{align-items:center;background-image:url(/static/media/top-background.32337a17b5551114db17.jpg);background-position:center 20%;background-size:cover;display:flex;height:100vh;justify-content:center;margin-top:-80px;min-height:600px;position:relative}.hero-overlay{background:linear-gradient(135deg,#0006,#00000080);bottom:0;left:0;position:absolute;right:0;top:0}.hero-content{color:#fff;padding:0 20px;position:relative;text-align:center;z-index:1}.hero-title{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{color:#fff;font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem;opacity:.95}.hero-buttons{display:flex;gap:1rem;justify-content:center}.features{background-color:var(--bg-light)}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;border-radius:16px;box-shadow:var(--shadow-sm);padding:2.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{color:var(--text-dark);margin-bottom:1rem}.safety{background-color:#fff}.safety-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.safety-card{background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid var(--border-light);border-radius:16px;padding:2.5rem;text-align:center;transition:all .3s ease}.safety-card:hover{border-color:var(--primary-green);box-shadow:var(--shadow-md);transform:translateY(-4px)}.safety-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-green) 0,var(--secondary-green) 100%);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:3rem;margin-bottom:1.5rem}.safety-card h3{color:var(--text-dark);font-size:1.25rem;margin-bottom:1rem}.safety-card p{color:var(--text-light);line-height:1.6}.how-it-works{background-color:var(--bg-light)}.steps{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.step{position:relative;text-align:center}.step-number{align-items:center;background-color:var(--primary-green);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.step h4{color:var(--text-dark);margin-bottom:1rem}.cta{background:linear-gradient(135deg,var(--primary-green) 0,var(--secondary-green) 100%)}.cta,.cta h2{color:#fff}.cta p{color:#ffffffe6;font-size:1.125rem}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{align-items:center;flex-direction:column}.features-grid,.safety-grid,.steps{grid-template-columns:1fr}}.company-page{min-height:calc(100vh - 200px)}.page-header{background:linear-gradient(135deg,var(--primary-green) 0,var(--secondary-green) 100%);margin-bottom:60px;padding:80px 0 60px}.page-header h1{color:#fff;font-size:2.5rem;margin-bottom:0}.company-info{margin:0 auto;max-width:800px}.info-section{margin-bottom:60px}.info-section:last-child{margin-bottom:0}.info-section h2{border-bottom:2px solid var(--border-light);color:var(--primary-green);font-size:1.75rem;margin-bottom:2rem;padding-bottom:1rem}.info-table{border-collapse:collapse;width:100%}.info-table td,.info-table th{border-bottom:1px solid var(--border-light);padding:1rem;text-align:left}.info-table th{background-color:var(--bg-light);color:var(--text-dark);font-weight:600;width:30%}.info-table td{color:var(--text-light);line-height:1.6}.map-placeholder{background-color:var(--bg-light);border-radius:8px;color:var(--text-light);line-height:1.8;padding:3rem;text-align:center}.contact-email{color:var(--primary-green);font-size:1.25rem;font-weight:600;margin:1rem 0}.note{color:var(--text-light);font-size:.875rem}@media (max-width:768px){.page-header h1{font-size:2rem}.info-table td,.info-table th{display:block;padding:.75rem;width:100%}.info-table th{background-color:initial;border-bottom:none;font-weight:700;padding-bottom:.25rem}.info-table td{padding-bottom:1.5rem;padding-top:.25rem}}.legal-page{min-height:calc(100vh - 200px)}.legal-content{margin:0 auto;max-width:800px}.last-updated{color:var(--text-light);font-size:.875rem;margin-bottom:2rem;text-align:right}.legal-section{margin-bottom:3rem}.legal-section h2{border-bottom:2px solid var(--border-light);color:var(--primary-green);font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.75rem}.legal-section h3{color:var(--text-dark);font-size:1.25rem;margin-bottom:1rem;margin-top:1.5rem}.legal-section p,.legal-section ul{line-height:1.8;margin-bottom:1rem}.legal-section ul{margin-left:2rem}.legal-section li{color:var(--text-light);margin-bottom:.5rem}.contact-info{background-color:var(--bg-light);border-radius:8px;margin-top:1rem;padding:1.5rem 2rem}.contact-info p{color:var(--text-dark);margin-bottom:.5rem}.contact-info p:last-child{margin-bottom:0}.text-right{text-align:right}@media (max-width:768px){.legal-content{padding:0 1rem}.legal-section h2{font-size:1.25rem}.legal-section ul{margin-left:1.5rem}}:root{--primary-green:#00693e;--secondary-green:#4a7c59;--accent-gold:#d4af37;--text-dark:#1a1a1a;--text-light:#666;--bg-light:#f8f9fa;--bg-white:#fff;--border-light:#e9ecef;--shadow-sm:0 2px 4px #00000014;--shadow-md:0 4px 12px #0000001f;--shadow-lg:0 8px 24px #00000029}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg-white);color:#1a1a1a;color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem;font-weight:700}h2{font-size:2.25rem}h3{font-size:1.75rem}h4{font-size:1.5rem}p{color:#666;color:var(--text-light);margin-bottom:1rem}a{color:#00693e;color:var(--primary-green);text-decoration:none;transition:color .3s ease}a:hover{color:#4a7c59;color:var(--secondary-green)}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;outline:none;padding:12px 32px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#00693e;background-color:var(--primary-green);box-shadow:0 2px 4px #00000014;box-shadow:var(--shadow-sm);color:#fff}.btn-primary:hover{background-color:#4a7c59;background-color:var(--secondary-green);box-shadow:0 4px 12px #0000001f;box-shadow:var(--shadow-md);color:#fff;transform:translateY(-2px)}.btn-secondary{background-color:initial;border:2px solid #00693e;border:2px solid var(--primary-green);color:#00693e;color:var(--primary-green)}.btn-secondary:hover{background-color:#00693e;background-color:var(--primary-green);color:#fff}.section{padding:80px 0}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.section{padding:60px 0}}
/*# sourceMappingURL=main.ff8a977d.css.map*/