*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f5f7f5;--surface: #ffffff;--surface2: #eef2ee;--border: #d0ddd0;--text: #1a2a1a;--text-muted: #5a7060;--accent: #1a4d2e;--accent-hover: #15401f;--shadow: 0 2px 16px rgba(0, 0, 0, .07);--success-bg: #d1fae5;--success-text: #065f46;--success-border: #6ee7b7;--error-bg: #fee2e2;--error-text: #991b1b;--error-border: #fca5a5}[data-theme=dark]{--bg: #0f1117;--surface: #1a1d27;--surface2: #22263a;--border: #2d3148;--text: #e2e8f0;--text-muted: #8892a4;--accent: #4a8c5c;--accent-hover: #3a7a4c;--shadow: none;--success-bg: #1a3a2a;--success-text: #68d391;--success-border: #2f6a4a;--error-bg: #3a1a1a;--error-text: #fc8181;--error-border: #6a2f2f}html{scroll-behavior:smooth}.hero-content,.section-title,.service-card,.calc-card,.about-inner,.contact-info-section,.faq-section,.pages-stub{-webkit-user-select:none;user-select:none}.form-inner input,.form-inner textarea,.form-inner select{-webkit-user-select:text;user-select:text}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);transition:background .3s,color .3s;line-height:1.6}.header{position:sticky;top:0;z-index:100;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow);padding:.9rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-brand{display:flex;align-items:center;gap:.75rem}.brand-logo-text{font-size:1.3rem;font-weight:800;color:var(--accent);letter-spacing:-.02em;white-space:nowrap;text-decoration:none}.logo{height:40px;width:auto;object-fit:contain;border-radius:6px}.logo[src="/images/logo.png"]{min-width:40px;background:var(--border);border:2px dashed var(--text-muted)}.brand-name{font-size:1.2rem;font-weight:700;color:var(--text)}.header-nav{display:flex;align-items:center;gap:1.5rem}.header-phone{font-size:.95rem;font-weight:500;color:var(--text);cursor:pointer;transition:color .15s}.header-phone:hover{color:var(--accent)}.header-phone.phone-copied{color:var(--success-text)}.theme-toggle{background:none;border:1.5px solid var(--border);border-radius:8px;padding:.4rem .5rem;cursor:pointer;color:var(--text);transition:border-color .2s,background .2s;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{background:var(--surface2);border-color:var(--accent)}.theme-toggle svg{display:block}.hero{position:relative;min-height:88vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem;background-color:var(--surface2);background-position:center;background-size:cover;background-repeat:no-repeat}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000085;pointer-events:none}[data-theme=light] .hero:before{background:#00000061}.hero-content{position:relative;z-index:1;max-width:700px}.hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.15rem;color:#ffffffd9;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent);color:#fff;padding:.9rem 2.2rem;border-radius:10px;font-size:1.05rem;font-weight:600;border:none;cursor:pointer;transition:background .2s,transform .15s;text-decoration:none;font-family:inherit}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#fff;padding:.9rem 2.2rem;border-radius:10px;font-size:1.05rem;font-weight:600;border:2px solid rgba(255,255,255,.6);cursor:pointer;transition:background .2s,border-color .2s,transform .15s;text-decoration:none;font-family:inherit}.btn-outline:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.section-title p{color:var(--text-muted);font-size:1rem}.services{padding:5rem 1.5rem;background:var(--surface)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:960px;margin:0 auto}.service-card{background:var(--surface2);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;padding:2rem 1.5rem;text-align:center;transition:border-color .2s,transform .2s}.service-card:hover{border-color:var(--accent);transform:translateY(-4px)}.service-icon{width:72px;height:72px;object-fit:contain;margin:0 auto 1.25rem;border-radius:12px;display:block}.service-icon[src^="/images/service"]{background:var(--border);border:2px dashed var(--text-muted)}.service-icon-emoji{display:block;font-size:2.5rem;text-align:center;margin:0 auto 1.25rem;line-height:1}.service-icon-svg{display:block;margin:0 auto 1.25rem}.service-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.service-card p{font-size:.9rem;color:var(--text-muted)}.about{padding:5rem 1.5rem;background:var(--bg)}.about-inner{max-width:960px;margin:0 auto;display:flex;gap:3rem;align-items:center}.about-img{width:50%;max-width:480px;flex-shrink:0;border-radius:16px;object-fit:contain;border:1px solid var(--border);background:var(--surface2)}.about-text h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:var(--text)}.about-text p{color:var(--text-muted);margin-bottom:.75rem;line-height:1.7}.form-section{padding:5rem 1.5rem;background:var(--surface)}.form-card{background:var(--surface2);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;padding:2.5rem 2rem;max-width:480px;margin:0 auto}.form-inner{display:flex;flex-direction:column;gap:.85rem}.form-inner input,.form-inner textarea{padding:.75rem 1rem;background:var(--bg);border:1.5px solid var(--border);border-radius:8px;font-size:.95rem;color:var(--text);width:100%;transition:border-color .2s,background .3s,color .3s;font-family:inherit}.form-inner input::placeholder,.form-inner textarea::placeholder{color:var(--text-muted)}.form-inner input:focus,.form-inner textarea:focus{outline:none;border-color:var(--accent)}.form-inner textarea{resize:vertical;min-height:80px}.btn-submit{background:var(--accent);color:#fff;border:none;padding:.85rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.3rem;font-family:inherit;width:100%}.btn-submit:hover{background:var(--accent-hover)}.btn-submit:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed}.form-msg{text-align:center;padding:.75rem;border-radius:8px;font-size:.9rem}.form-msg.success{background:var(--success-bg);color:var(--success-text);border:1px solid var(--success-border)}.form-msg.error{background:var(--error-bg);color:var(--error-text);border:1px solid var(--error-border)}.calc-section{padding:5rem 1.5rem;background:var(--bg)}.calc-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;padding:2rem;max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.calc-group{display:flex;flex-direction:column;gap:.5rem}.calc-label{font-size:.85rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.calc-tabs{display:flex;gap:.5rem}.calc-tab{flex:1;padding:.65rem 1rem;border-radius:8px;border:1.5px solid var(--border);background:transparent;color:var(--text);font-size:.95rem;font-weight:500;cursor:pointer;transition:border-color .2s,background .2s,color .2s;font-family:inherit}.calc-tab:hover{border-color:var(--accent)}.calc-tab.active{background:var(--accent);border-color:var(--accent);color:#fff}.calc-height-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(115px,1fr));gap:.5rem}.calc-height-btn{display:flex;flex-direction:column;align-items:center;padding:.6rem .5rem;border-radius:8px;border:1.5px solid var(--border);background:transparent;cursor:pointer;transition:border-color .2s,background .2s;font-family:inherit;gap:.15rem}.calc-height-btn:hover{border-color:var(--accent)}.calc-height-btn.active{background:var(--accent);border-color:var(--accent)}.calc-height-btn.active .height-label,.calc-height-btn.active .height-price{color:#fff}.height-label{font-size:.88rem;font-weight:600;color:var(--text)}.height-price{font-size:.75rem;color:var(--text-muted)}.calc-input{padding:.75rem 1rem;background:var(--bg);border:1.5px solid var(--border);border-radius:8px;font-size:.95rem;color:var(--text);width:100%;transition:border-color .2s;font-family:inherit}.calc-input::placeholder{color:var(--text-muted)}.calc-input:focus{outline:none;border-color:var(--accent)}.calc-density-group{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.calc-density-btn{display:flex;flex-direction:column;align-items:center;padding:.65rem .5rem;border-radius:8px;border:1.5px solid var(--border);background:transparent;cursor:pointer;transition:border-color .2s,background .2s;gap:.15rem}.calc-density-btn input[type=radio]{display:none}.calc-density-btn:hover{border-color:var(--accent)}.calc-density-btn.active{background:var(--accent);border-color:var(--accent)}.calc-density-btn.active .density-value,.calc-density-btn.active .density-desc{color:#fff}.density-value{font-size:.9rem;font-weight:600;color:var(--text)}.density-desc{font-size:.72rem;color:var(--text-muted)}.calc-planting-row{display:flex;align-items:center;gap:.65rem;cursor:pointer;font-size:.95rem;color:var(--text)}.calc-planting-row input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent);cursor:pointer;flex-shrink:0;color-scheme:light}[data-theme=dark] .calc-planting-row input[type=checkbox]{color-scheme:dark;accent-color:#4a8c5c}.planting-price{margin-left:.4rem;font-size:.8rem;color:var(--text-muted)}.calc-result{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;opacity:0;transform:translateY(6px);transition:opacity .25s,transform .25s}.calc-result.visible{opacity:1;transform:none}.calc-result-hint{color:var(--text-muted);font-size:.9rem;text-align:center}.calc-result-row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--text-muted);gap:1rem}.calc-result-row strong{color:var(--text);white-space:nowrap}.calc-row-icon{vertical-align:middle;margin-right:5px;flex-shrink:0}.calc-result-total{display:flex;justify-content:space-between;align-items:center;padding-top:.65rem;border-top:1px solid var(--border);font-size:1.05rem;font-weight:600;color:var(--text);gap:1rem}.calc-result-total strong{color:var(--accent);font-size:1.2rem}.calc-cta{width:100%;justify-content:center;margin-top:.25rem}footer{background:var(--surface);border-top:1px solid var(--border);padding:2rem 1.5rem;text-align:center}.footer-logo{height:36px;width:auto;margin:0 auto .75rem;border-radius:4px;display:block}.footer-logo[src="/images/logo.png"]{min-width:36px;min-height:36px;background:var(--border);border:2px dashed var(--text-muted)}.footer-copy{font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:.25rem .75rem;margin-bottom:.75rem}.footer-links a{font-size:.8rem;color:var(--text-muted);text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--accent)}.footer-logo-text{font-size:1.1rem;font-weight:800;color:var(--accent);letter-spacing:-.02em;margin-bottom:.5rem}.contact-info-section{padding:3rem 1.5rem;background:var(--surface);border-top:1px solid var(--border)}.contact-info-inner{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:.85rem}.contact-info-row{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:var(--text)}.contact-info-row .ci-icon{font-size:1.2rem;flex-shrink:0}.contact-info-row a{color:var(--accent);text-decoration:none}.contact-info-row a:hover{text-decoration:underline}.phones-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;max-width:620px;margin:0 auto 1.75rem}.phone-card{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem .75rem;border:1px solid var(--border);border-radius:12px;background:var(--surface);text-decoration:none;text-align:center;transition:border-color .2s,box-shadow .2s;cursor:pointer}.phone-card:hover{border-color:var(--accent);box-shadow:var(--shadow)}.phone-card.primary{border-color:var(--accent);background:var(--surface2)}.phone-card .phone-lang{font-size:.68rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.08em}.phone-card .phone-number{font-size:.9rem;font-weight:600;color:var(--text)}.phone-card .phone-label{font-size:.72rem;color:var(--text-muted)}@media (max-width: 500px){.phones-grid{grid-template-columns:1fr}}.faq-section{padding:5rem 1.5rem;background:var(--bg)}.faq-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.faq-question{width:100%;padding:1.1rem 1.25rem;background:none;border:none;text-align:left;font-size:1rem;font-weight:600;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-family:inherit;transition:background .2s}.faq-question:hover{background:var(--surface2)}.faq-question .faq-chevron{font-size:.85rem;color:var(--text-muted);transition:transform .2s;flex-shrink:0}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:200px;padding:0 1.25rem 1.1rem}.faq-answer p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.stub-page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem;gap:1rem}.stub-page h1{font-size:2rem;font-weight:700;color:var(--text)}.stub-page p{color:var(--text-muted);max-width:400px}@media (max-width: 680px){.header{padding:.75rem 1rem}.header-phone{display:none}.hero{min-height:70vh}.hero h1{font-size:1.8rem}.hero p{font-size:1rem}.section-title h2{font-size:1.6rem}.about-inner{flex-direction:column;gap:2rem}.about-img{width:100%;max-width:100%}.form-card{padding:1.5rem 1rem}}
