html,body,#root{width:100%;min-height:100%;margin:0;padding:0}body{font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font-family:inherit}:root{--bee-yellow:#f5c400;--bee-gold:#e5a900;--bee-black:#171717;--bee-dark:#252525;--bee-white:#fff;--bee-light:#fffaf0}*{box-sizing:border-box}body{background:var(--bee-white);color:var(--bee-white);margin:0;font-family:Arial,Helvetica,sans-serif}button,a{font-family:inherit}a{color:inherit;text-decoration:none}.site-header{background:var(--bee-black);color:var(--bee-white);padding:18px 6%}.navbar{justify-content:space-between;align-items:center;gap:30px;max-width:1200px;margin:0 auto;display:flex;position:sticky;top:0}.logo-text{color:var(--bee-yellow);font-size:1.35rem;font-weight:800}.logo-text img{width:auto;height:50px;display:block}.nav-links{align-items:center;gap:24px;display:flex}.nav-links a{font-weight:600}.nav-links a:hover{color:var(--bee-yellow)}.hero-text{max-width:600px;color:var(--bee-white)}.hero-text p{margin-bottom:28px}.hero h1{max-width:700px;margin:0 0 20px;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.05}.hero-image img{border-radius:20px;width:100%;height:auto;display:block;box-shadow:0 10px 30px #0000004d}.hero{background:var(--bee-black);color:var(--bee-white);padding:70px 6%}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid}.hero-text{max-width:600px}.hero h1{max-width:700px;color:var(--bee-white);margin:0 0 20px;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.05}.hero p{max-width:600px;font-size:1.25rem;line-height:1.6}.hero-image{width:100%}.hero-image img{border-radius:16px;width:100%;height:auto;display:block}.button{background:var(--bee-yellow);color:var(--bee-black);border-radius:6px;margin-top:20px;padding:14px 24px;font-weight:800;display:inline-block}.button:hover{background:var(--bee-gold)}.section{width:100%;color:var(--bee-black);margin:0;padding:70px 6%}.section-light{background:var(--bee-light)}html,body,#root{width:100%;margin:0}.section h2{text-align:center;color:var(--bee-black);margin-top:0;font-size:2.3rem}.section-intro{text-align:center;max-width:700px;margin:0 auto 40px;line-height:1.7}.services-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.service-card{background:var(--bee-white);color:var(--bee-black);border:1px solid #e5e5e5;border-radius:12px;padding:30px;box-shadow:0 5px 15px #d4af37a6}.service-card h3{color:var(--bee-black);margin-top:0;margin-bottom:12px;font-size:1.25rem}.service-card p{line-height:1.6}footer{background:var(--bee-black);color:var(--bee-white);text-align:center;padding:30px 6%}@media (width<=800px){.navbar{flex-direction:column}.nav-links{flex-wrap:wrap;justify-content:center}.hero{padding:50px 6%}.hero-content{grid-template-columns:1fr;gap:35px}.hero-text{max-width:100%}.services-grid{grid-template-columns:1fr}.hero h1{font-size:2.8rem}}.estimate-form{background:#fff;border-radius:12px;max-width:800px;margin:40px auto 25px;padding:35px;box-shadow:0 8px 30px #00000014}.estimate-form label{margin:18px 0 8px;font-weight:700;display:block}.estimate-form input,.estimate-form select,.estimate-form textarea{background:#fff;border:1px solid #d6d6d6;border-radius:6px;width:100%;padding:14px;font-family:inherit;font-size:1rem}.estimate-form input:focus,.estimate-form select:focus,.estimate-form textarea:focus{outline:2px solid var(--bee-yellow);border-color:var(--bee-yellow)}.estimate-form textarea{resize:vertical}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.estimate-form .button{cursor:pointer;border:none;margin:20px auto 0;font-size:1rem;display:block}@media (width<=700px){.estimate-form{padding:25px 20px}.form-row{grid-template-columns:1fr;gap:0}}.about-image{justify-content:center;display:flex}.form-note{text-align:center;margin-top:20px}.why-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px;display:grid}.why-card{background:var(--bee-white);text-align:center;color:var(--bee-black);border:1px solid #e5e5e5;border-radius:12px;padding:30px 24px}.why-icon{margin-bottom:15px;font-size:2.2rem}.why-card h3{color:var(--bee-black);margin:0 0 12px;font-size:1.2rem}.why-card p{margin:0;line-height:1.6}.steps-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px;display:grid}.step-card{background:var(--bee-white);text-align:center;color:var(--bee-black);border:1px solid #e5e5e5;border-radius:12px;padding:30px 24px}.step-number{background:var(--bee-yellow);width:48px;height:48px;color:var(--bee-black);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;font-size:1.2rem;font-weight:800;display:flex}.step-card h3{color:var(--bee-black);margin:0 0 12px;font-size:1.2rem}.step-card p{margin:0;line-height:1.6}.reviews-placeholder{background:var(--bee-white);text-align:center;max-width:700px;color:var(--bee-black);border:1px solid #e5e5e5;border-radius:12px;margin:40px auto 0;padding:35px}.reviews-placeholder p{margin:0;font-size:1.1rem}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;display:grid}.gallery-item{background:var(--bee-white);border-radius:12px;overflow:hidden}.gallery-item img{width:100%;height:auto;display:block}@media (width<=900px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.gallery-grid{grid-template-columns:1fr}.gallery-item img{height:240px}}.gallery-page h1,.gallery-page .section-intro,.reviews-page h1,.reviews-page .section-intro{text-align:center}.hero-phone{color:inherit;margin-top:15px;font-size:1.15rem;font-weight:700;text-decoration:none;display:block}.hero-phone:hover{text-decoration:underline}.back-to-top{z-index:1000;background:var(--bee-yellow);color:#222;cursor:pointer;border:none;border-radius:8px;padding:10px 16px;font-weight:700;position:fixed;bottom:25px;right:25px;box-shadow:0 3px 10px #0003}.back-to-top:hover{transform:translateY(-2px)}.form-success{text-align:center;color:#1b5e20;background:#e8f5e9;border-radius:8px;margin-top:20px;padding:15px;font-size:1rem;line-height:1.6}.page-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-bottom:25px;display:flex}.page-links a{color:#000;background:#f2c300;border-radius:6px;padding:10px 18px;font-weight:700;text-decoration:none;transition:all .2s}.page-links a:hover{color:#f2c300;background:#000}.faq-list{max-width:900px;margin:30px auto 0}.faq-item{border:2px solid var(--bee-yellow);background:#fff;border-radius:8px;margin-bottom:12px;overflow:hidden;box-shadow:0 4px 10px #d4af3740}.faq-item summary{cursor:pointer;color:#000;padding:16px 20px;font-weight:700;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";float:right;color:var(--bee-yellow);font-size:1.3rem}.faq-item[open] summary:after{content:"−"}.faq-item p{color:#333;margin:0;padding:0 20px 18px;line-height:1.6}.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1100px;margin:30px auto;display:grid}.review-card{border:2px solid var(--bee-yellow);background:#fff;border-radius:10px;padding:24px;box-shadow:0 4px 12px #0000001f}.review-stars{color:var(--bee-yellow);letter-spacing:2px;margin-bottom:12px;font-size:1.2rem}.review-card p{margin-bottom:18px;line-height:1.65}.review-card h3{color:#000;margin:0;font-size:1rem;font-weight:800}.review-actions{text-align:center;margin:25px 0 35px}.review-button{background:var(--bee-yellow);color:#000;border-radius:6px;padding:12px 22px;font-weight:800;text-decoration:none;transition:transform .2s;display:inline-block}.review-button:hover{transform:translateY(-2px)}@media (width<=700px){.reviews-grid{grid-template-columns:1fr}}.hero-buttons{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.gallery-photo{width:100%;max-width:250px;height:auto;margin:0 auto;display:block}.service-area-highlight{text-align:center;background:var(--bee-black);border-radius:12px;max-width:900px;margin:40px auto;padding:35px 20px}.service-area-highlight h2{margin-bottom:12px;font-size:2rem;font-weight:800}.service-area-highlight .section-intro{max-width:700px;margin:0 auto;font-size:1.1rem;font-weight:600;line-height:1.6}
