:root{--duohome-primary: #1B5E20;--duohome-primary-dark: #0D3D12;--duohome-primary-light: #2E7D32;--duohome-accent: #4CAF50;--duohome-white: #FFFFFF;--duohome-black: #1A1A1A;--duohome-gray-dark: #333333;--duohome-gray: #666666;--duohome-gray-light: #999999;--duohome-gray-lighter: #F5F5F5;--duohome-gray-border: #E0E0E0;--duohome-font-primary: "Inter", sans-serif;--duohome-font-heading: "Outfit", sans-serif;--duohome-container-max: 1200px;--duohome-section-padding: 80px;--duohome-border-radius: 12px;--duohome-border-radius-lg: 20px;--duohome-shadow-sm: 0 2px 8px rgba(27, 94, 32, .08);--duohome-shadow-md: 0 4px 20px rgba(27, 94, 32, .12);--duohome-shadow-lg: 0 8px 40px rgba(27, 94, 32, .15);--duohome-transition: all .3s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden}body{font-family:var(--duohome-font-primary);color:var(--duohome-black);line-height:1.6;background:var(--duohome-white)}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.duohome-container{max-width:var(--duohome-container-max);margin:0 auto;padding:0 20px}.duohome-header{background:var(--duohome-white);box-shadow:var(--duohome-shadow-sm);position:sticky;top:0;z-index:1000;padding:15px 0}.duohome-header-inner{display:flex;justify-content:space-between;align-items:center}.duohome-logo{display:flex;align-items:center;gap:12px}.duohome-logo-icon{width:45px;height:45px;color:var(--duohome-primary)}.duohome-logo-text{font-family:var(--duohome-font-heading);font-size:1.4rem;font-weight:700;color:var(--duohome-primary)}.duohome-logo-tagline{font-size:.65rem;color:var(--duohome-gray);text-transform:uppercase;letter-spacing:1px}.duohome-nav{display:flex;gap:32px;align-items:center}.duohome-nav a{font-weight:500;color:var(--duohome-gray-dark);transition:var(--duohome-transition);position:relative}.duohome-nav a:hover{color:var(--duohome-primary)}.duohome-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--duohome-primary);transition:var(--duohome-transition)}.duohome-nav a:hover:after{width:100%}.duohome-nav .duohome-btn-primary,.duohome-nav .duohome-btn-primary:hover{color:var(--duohome-white)}.duohome-nav .duohome-btn-primary:after{display:none}.duohome-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-family:var(--duohome-font-primary);font-weight:600;font-size:1rem;border-radius:var(--duohome-border-radius);cursor:pointer;border:none;transition:var(--duohome-transition)}.duohome-btn-primary{background:linear-gradient(135deg,var(--duohome-primary) 0%,var(--duohome-primary-light) 100%);color:var(--duohome-white);box-shadow:0 4px 15px #1b5e204d}.duohome-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #1b5e2066}.duohome-btn-white{background:var(--duohome-white);color:var(--duohome-primary)}.duohome-btn-white:hover{background:var(--duohome-gray-lighter);transform:translateY(-2px)}.duohome-btn-outline-light{background:transparent;border:2px solid rgba(255,255,255,.3);color:#fff}.duohome-btn-outline-light:hover{background:#ffffff1a}.duohome-hero{background:linear-gradient(135deg,var(--duohome-primary) 0%,var(--duohome-primary-dark) 50%,#0A2E0D 100%);min-height:85vh;display:flex;align-items:center;position:relative;overflow:hidden}.duohome-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>')}.duohome-hero:after{content:"";position:absolute;bottom:-50%;right:-20%;width:80%;height:120%;background:radial-gradient(ellipse,rgba(76,175,80,.15) 0%,transparent 70%)}.duohome-hero-content{position:relative;z-index:2;max-width:700px}.duohome-hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:50px;color:var(--duohome-white);font-size:.875rem;font-weight:500;margin-bottom:24px;border:1px solid rgba(255,255,255,.2)}.duohome-hero h1{font-family:var(--duohome-font-heading);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:var(--duohome-white);line-height:1.1;margin-bottom:24px}.duohome-hero h1 span{background:linear-gradient(135deg,#fff,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.duohome-hero-text{font-size:1.25rem;color:#ffffffd9;margin-bottom:40px;line-height:1.7}.duohome-hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.duohome-hero-stats{display:flex;gap:48px;margin-top:20px;padding-top:40px;border-top:1px solid rgba(255,255,255,.1)}.duohome-hero-stat-number{font-family:var(--duohome-font-heading);font-size:2.5rem;font-weight:700;color:var(--duohome-white);line-height:1}.duohome-hero-stat-label{color:#ffffffb3;font-size:.9rem;margin-top:8px}.duohome-section{padding:var(--duohome-section-padding) 0}.duohome-section-header{text-align:center;max-width:700px;margin:0 auto 60px}.duohome-section-tag{display:inline-block;color:var(--duohome-primary);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px}.duohome-section-title{font-family:var(--duohome-font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--duohome-black);margin-bottom:20px;line-height:1.2}.duohome-section-subtitle{font-size:1.125rem;color:var(--duohome-gray);line-height:1.7}.duohome-about{background:var(--duohome-gray-lighter)}.duohome-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.duohome-about-image{border-radius:var(--duohome-border-radius-lg);overflow:hidden;box-shadow:var(--duohome-shadow-lg);background:linear-gradient(135deg,#1b5e20,#2e7d32);height:450px;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;padding:40px}.duohome-about-content h2{font-family:var(--duohome-font-heading);font-size:2.5rem;font-weight:700;color:var(--duohome-black);margin-bottom:24px}.duohome-about-content p{font-size:1.1rem;color:var(--duohome-gray);line-height:1.8;margin-bottom:20px}.duohome-about-features{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:32px}.duohome-about-feature{display:flex;align-items:flex-start;gap:12px}.duohome-about-feature svg{width:24px;height:24px;color:var(--duohome-primary);flex-shrink:0}.duohome-about-feature span{font-weight:500;color:var(--duohome-gray-dark)}.duohome-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.duohome-service-card{background:var(--duohome-white);border-radius:var(--duohome-border-radius-lg);padding:40px 30px;box-shadow:var(--duohome-shadow-sm);transition:var(--duohome-transition);border:1px solid var(--duohome-gray-border);position:relative;overflow:hidden}.duohome-service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--duohome-primary),var(--duohome-accent));transform:scaleX(0);transform-origin:left;transition:var(--duohome-transition)}.duohome-service-card:hover{transform:translateY(-8px);box-shadow:var(--duohome-shadow-lg)}.duohome-service-card:hover:before{transform:scaleX(1)}.duohome-service-icon{width:60px;height:60px;background:linear-gradient(135deg,#1b5e201a,#4caf501a);border-radius:var(--duohome-border-radius);display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:var(--duohome-primary)}.duohome-service-icon svg{width:28px;height:28px}.duohome-service-card h3{font-family:var(--duohome-font-heading);font-size:1.35rem;font-weight:600;color:var(--duohome-black);margin-bottom:16px}.duohome-service-card p{color:var(--duohome-gray);line-height:1.7;font-size:.95rem}.duohome-why{background:linear-gradient(135deg,var(--duohome-primary) 0%,var(--duohome-primary-dark) 100%);color:var(--duohome-white)}.duohome-why .duohome-section-tag{color:#fffc}.duohome-why .duohome-section-title{color:var(--duohome-white)}.duohome-why .duohome-section-subtitle{color:#fffc}.duohome-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.duohome-why-card{text-align:center;padding:32px 24px;background:#ffffff0d;border-radius:var(--duohome-border-radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:var(--duohome-transition)}.duohome-why-card:hover{background:#ffffff1a;transform:translateY(-4px)}.duohome-why-icon{width:60px;height:60px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.duohome-why-icon svg{width:28px;height:28px}.duohome-why-card h4{font-family:var(--duohome-font-heading);font-size:1.1rem;font-weight:600;margin-bottom:12px}.duohome-why-card p{font-size:.9rem;opacity:.85;line-height:1.6}.duohome-contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px}.duohome-contact-info{background:var(--duohome-gray-lighter);border-radius:var(--duohome-border-radius-lg);padding:48px}.duohome-contact-info h3{font-family:var(--duohome-font-heading);font-size:1.75rem;font-weight:700;color:var(--duohome-black);margin-bottom:8px}.duohome-contact-item{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}.duohome-contact-item-icon{width:48px;height:48px;background:var(--duohome-primary);border-radius:var(--duohome-border-radius);display:flex;align-items:center;justify-content:center;color:var(--duohome-white);flex-shrink:0}.duohome-contact-item-icon svg{width:22px;height:22px}.duohome-contact-item-content h4{font-weight:600;color:var(--duohome-gray-dark);margin-bottom:4px;font-size:.9rem}.duohome-contact-item-content{min-width:0;overflow-wrap:break-word;word-break:break-word}.duohome-contact-item-content p,.duohome-contact-item-content a{color:var(--duohome-black);font-size:1.1rem;font-weight:500;word-break:break-word;overflow-wrap:break-word}.duohome-contact-item-content a:hover{color:var(--duohome-primary)}.duohome-contact-form{background:var(--duohome-white);border-radius:var(--duohome-border-radius-lg);padding:48px;box-shadow:var(--duohome-shadow-md);border:1px solid var(--duohome-gray-border)}.duohome-contact-form h3{margin-bottom:24px;font-family:var(--duohome-font-heading);font-size:1.5rem}.duohome-form-group{margin-bottom:24px}.duohome-form-group label{display:block;font-weight:500;color:var(--duohome-gray-dark);margin-bottom:8px;font-size:.9rem}.duohome-form-group input,.duohome-form-group textarea{width:100%;padding:14px 18px;border:1px solid var(--duohome-gray-border);border-radius:var(--duohome-border-radius);font-family:var(--duohome-font-primary);font-size:1rem;transition:var(--duohome-transition);background:var(--duohome-gray-lighter)}.duohome-form-group input:focus,.duohome-form-group textarea:focus{outline:none;border-color:var(--duohome-primary);background:var(--duohome-white);box-shadow:0 0 0 3px #1b5e201a}.duohome-form-group textarea{resize:vertical;min-height:140px}.duohome-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.duohome-footer{background:var(--duohome-black);color:var(--duohome-white);padding:60px 0 30px}.duohome-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:40px}.duohome-footer-brand p{color:#ffffffb3;line-height:1.7;font-size:.95rem}.duohome-footer h4{font-family:var(--duohome-font-heading);font-size:1.1rem;font-weight:600;margin-bottom:20px}.duohome-footer-links{list-style:none}.duohome-footer-links li{margin-bottom:12px}.duohome-footer-links a{color:#ffffffb3;transition:var(--duohome-transition)}.duohome-footer-links a:hover{color:var(--duohome-accent)}.duohome-footer-contact p{display:flex;align-items:center;gap:10px;color:#ffffffb3;margin-bottom:12px;font-size:.95rem}.duohome-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;display:flex;justify-content:space-between;align-items:center}.duohome-footer-bottom p{color:#ffffff80;font-size:.9rem}.duohome-footer-social{display:flex;gap:12px}.duohome-footer-social a{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--duohome-transition)}.duohome-footer-social a:hover{background:var(--duohome-primary)}@media(max-width:1024px){.duohome-services-grid,.duohome-why-grid{grid-template-columns:repeat(2,1fr)}.duohome-footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){:root{--duohome-section-padding: 60px}.duohome-nav{display:none}.duohome-hero{min-height:auto;padding:80px 0}.duohome-hero-stats{flex-wrap:wrap;gap:30px}.duohome-about-grid,.duohome-services-grid,.duohome-why-grid,.duohome-contact-grid{grid-template-columns:1fr}.duohome-footer-grid{grid-template-columns:1fr;text-align:center}.duohome-footer-bottom{flex-direction:column;text-align:center;gap:20px}}@media(max-width:480px){.duohome-hero h1{font-size:2rem}.duohome-hero-buttons{flex-direction:column}.duohome-btn{width:100%;justify-content:center}.duohome-service-card,.duohome-contact-info,.duohome-contact-form{padding:30px 20px}}
