:root{--duohome-primary: #2B5A34;--duohome-primary-dark: #1E3E25;--duohome-primary-light: #3D7B49;--duohome-accent: #4A8C55;--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(0, 0, 0, .08);--duohome-shadow-md: 0 4px 20px rgba(0, 0, 0, .1);--duohome-shadow-lg: 0 8px 40px rgba(0, 0, 0, .12);--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:10px 0}.duohome-header-inner{display:flex;justify-content:space-between;align-items:center}.duohome-logo{display:flex;align-items:center;gap:12px}.duohome-logo-img{height:60px;width:auto}.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:var(--duohome-primary);color:var(--duohome-white);box-shadow:0 4px 15px #00000026}.duohome-btn-primary:hover{background:var(--duohome-primary-dark);transform:translateY(-2px);box-shadow:0 6px 25px #0003}.duohome-btn-white{background:var(--duohome-white);color:var(--duohome-primary)}.duohome-btn-white:hover{background:var(--duohome-gray-lighter);transform:translateY(-2px)}.duohome-hero{background:linear-gradient(135deg,#1e3e25d9,#2b5a34cc),url(/buildings_bg.webp);background-size:cover;background-position:center;min-height:70vh;display:flex;align-items:center;position:relative;overflow:hidden}.duohome-hero-content{position:relative;z-index:2;max-width:700px}.duohome-hero h1{font-family:var(--duohome-font-heading);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--duohome-white);line-height:1.2;margin-bottom:24px}.duohome-hero h1 span{color:var(--duohome-white)}.duohome-hero-text{font-size:1.15rem;color:#ffffffe6;margin-bottom:32px;line-height:1.7;max-width:550px}.duohome-hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.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,2.5rem);font-weight:700;color:var(--duohome-black);margin-bottom:20px;line-height:1.2}.duohome-section-subtitle{font-size:1.1rem;color:var(--duohome-gray);line-height:1.7}.duohome-about{background:var(--duohome-gray-lighter)}.duohome-about-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:center}.duohome-about-image{border-radius:var(--duohome-border-radius-lg);overflow:hidden;background:var(--duohome-white);height:350px;display:flex;align-items:center;justify-content:center;padding:40px;box-shadow:var(--duohome-shadow-md)}.duohome-about-logo{max-height:200px;width:auto}.duohome-about-content{padding:20px 0}.duohome-about-content p{font-size:1.1rem;color:var(--duohome-gray);line-height:1.8;margin-bottom:20px}.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:var(--duohome-primary);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:#2b5a341a;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-ekartoteka{background:var(--duohome-gray-lighter);text-align:center}.duohome-ekartoteka-content{max-width:600px;margin:0 auto}.duohome-ekartoteka-content h2{font-family:var(--duohome-font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--duohome-black);margin-bottom:16px}.duohome-ekartoteka-content p{color:var(--duohome-gray);margin-bottom:24px;font-size:1.1rem}.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 #2b5a341a}.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 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:center;align-items:center}.duohome-footer-bottom p{color:#ffffff80;font-size:.9rem}@media(max-width:1024px){.duohome-services-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-about-grid{grid-template-columns:1fr}.duohome-about-image{height:250px}.duohome-services-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}.duohome-form-row{grid-template-columns:1fr}}
