.home-page{width:100%;max-width:1200px;margin:0 auto;padding:32px}.home-banner{display:flex;align-items:center;justify-content:center;gap:16px;background:var(--mdui-color-surface-container);padding:18px 32px;margin:-32px -32px 24px}.home-banner-logo{width:50px;height:50px;object-fit:contain;flex-shrink:0}.home-banner-text{font-size:1.5rem;font-weight:600;color:var(--mdui-color-on-surface)}.hero-section{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;margin-bottom:48px}.hero-video{position:relative;width:100%;border-radius:16px;overflow:hidden;cursor:pointer}.hero-video-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#00000059;z-index:10;pointer-events:none}.hero-video-player{width:100%;height:100%;display:block;object-fit:cover;border-radius:16px}.hero-video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:#0000008c;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:36px;pointer-events:none;transition:background .2s}.hero-video:hover .hero-video-play-btn{background:#000000bf}.hero-features{display:flex;flex-direction:column;gap:12px}.hero-features-title{color:var(--mdui-color-on-surface);font-size:1.3rem;font-weight:600;margin:0 0 4px;text-align:center}.hero-feature-link{text-decoration:none;display:block;color:inherit}.hero-feature-card{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:16px;cursor:default}.hero-feature-card--clickable{cursor:pointer;transition:opacity .15s}.hero-feature-card--clickable:hover{opacity:.85}.hero-feature-icon{color:var(--mdui-color-primary);font-size:32px;flex-shrink:0}.hero-feature-text h3{margin:0;font-size:1rem;font-weight:600;color:var(--mdui-color-on-surface)}.hero-feature-text p{margin:2px 0 0;font-size:.82rem;color:var(--mdui-color-on-surface-variant);line-height:1.4}.section-title{color:var(--mdui-color-on-surface);font-size:1.6rem;font-weight:500;margin:0 0 24px;text-align:center}.services-section{margin-bottom:48px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{overflow:hidden;border-radius:16px;text-decoration:none;color:inherit;display:block;cursor:pointer;transition:box-shadow .2s}.service-card:hover{box-shadow:var(--mdui-elevation-level3)}.service-card-inner{position:relative;overflow:hidden;border-radius:16px;width:100%}.service-card-img{width:100%;height:180px;object-fit:cover;display:block}.service-card-loading{display:flex;justify-content:center;align-items:center;height:180px}.service-card-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);padding:32px 16px 14px}.service-card-overlay span{color:#fff;font-size:.95rem;font-weight:600}.cta-buttons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:48px}.mini-calc-section{margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto}.mini-calc-card{border-radius:16px;padding:24px;text-align:center;width:100%}.mini-calc-title{display:flex;align-items:center;justify-content:center;gap:10px;font-size:1.2rem;font-weight:600;color:var(--mdui-color-on-surface);margin:0 0 16px}.mini-calc-icon{color:var(--mdui-color-primary);font-size:26px}.mini-calc-form{display:flex;gap:12px;align-items:flex-start;flex-wrap:wrap;justify-content:center}.mini-calc-select{flex:1;min-width:200px;padding:10px 12px;border:1px solid var(--mdui-color-outline-variant);border-radius:8px;background:var(--mdui-color-surface);color:var(--mdui-color-on-surface);font-size:.9rem;font-family:inherit}.mini-calc-inputs{display:flex;gap:8px}.mini-calc-input{width:100px;padding:10px 12px;border:1px solid var(--mdui-color-outline-variant);border-radius:8px;background:var(--mdui-color-surface);color:var(--mdui-color-on-surface);font-size:.9rem;font-family:inherit;box-sizing:border-box}.mini-calc-input::placeholder{color:var(--mdui-color-on-surface-variant)}.mini-calc-actions{display:flex;gap:8px;align-items:center}.mini-calc-result{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:14px 16px;background:var(--mdui-color-surface-container);border-radius:10px;font-size:.95rem;color:var(--mdui-color-on-surface)}.mini-calc-total{font-size:1.2rem;font-weight:700;color:var(--mdui-color-primary)}.home-carousel-section{margin-bottom:48px}.home-carousel{position:relative;border-radius:16px;overflow:hidden;background:var(--mdui-color-surface-variant)}.home-carousel-track{display:flex;transition:transform .7s cubic-bezier(.4,0,.2,1)}.home-carousel-slide{flex:none;width:50%;text-decoration:none;color:inherit;position:relative}.home-carousel-img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}.home-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#00000073;color:#fff;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background .2s;font-size:0}.home-carousel-btn:hover{background:#000000b3}.home-carousel-btn--prev{left:12px}.home-carousel-btn--next{right:12px}.home-carousel-label{position:absolute;bottom:40px;left:0;right:0;text-align:center;color:#fff;font-size:.9rem;font-weight:500;text-shadow:0 1px 4px rgba(0,0,0,.7);padding:0 60px;pointer-events:none}.home-carousel-dots{position:absolute;bottom:12px;left:0;right:0;display:flex;gap:6px;justify-content:center;z-index:2}.home-carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;padding:0;transition:background .3s,transform .3s}.home-carousel-dot.active{background:#fff;transform:scale(1.3)}.blog-preview-section{margin-bottom:48px}.blog-preview-scroll{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.blog-preview-scroll::-webkit-scrollbar{display:none}.blog-preview-link{text-decoration:none;color:inherit;flex:0 0 calc(100% - 32px);scroll-snap-align:start}.blog-preview-card{overflow:hidden;border-radius:16px;cursor:pointer;transition:box-shadow .2s;width:100%;height:100%;display:flex;flex-direction:column}.blog-preview-card:hover{box-shadow:var(--mdui-elevation-level3)}.blog-preview-img-wrapper{flex-shrink:0}.blog-preview-img{width:100%;height:160px;object-fit:cover;display:block}.blog-preview-loading{display:flex;justify-content:center;align-items:center;height:160px}.blog-preview-body{padding:14px 16px;flex:1}.blog-preview-body h3{margin:0 0 6px;font-size:.95rem;font-weight:600;color:var(--mdui-color-on-surface);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-preview-body p{margin:0;font-size:.82rem;color:var(--mdui-color-on-surface-variant);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5}.blog-preview-cta{text-align:center;margin-top:20px}@media(min-width:841px){.blog-preview-link{flex:0 0 480px}.blog-preview-card{flex-direction:row;height:auto}.blog-preview-img-wrapper{flex:0 0 200px}.blog-preview-img{width:200px;height:100%;min-height:130px}.blog-preview-loading{width:200px;height:130px}}.why-us-section{margin-bottom:48px}.why-us-card{border-radius:16px;padding:32px}.why-us-content{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.why-us-text h3{margin:0 0 12px;font-size:1.2rem;font-weight:600;color:var(--mdui-color-on-surface)}.why-us-text p{margin:0 0 20px;font-size:.95rem;color:var(--mdui-color-on-surface-variant);line-height:1.7}.why-us-highlights{display:grid;grid-template-columns:1fr 1fr;gap:16px}.why-us-highlight{display:flex;align-items:center;gap:10px}.why-us-highlight mdui-icon-check-circle--outlined,.why-us-highlight .why-icon{color:var(--mdui-color-primary);font-size:24px;flex-shrink:0}.why-us-highlight span{font-size:.9rem;color:var(--mdui-color-on-surface);font-weight:500}.why-us-buttons{display:flex;gap:12px;flex-wrap:wrap}.reviews-section{margin-bottom:48px}.reviews-cta{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin:24px 0}.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.review-card{border-radius:16px;padding:24px}.review-text{font-size:.92rem;color:var(--mdui-color-on-surface-variant);line-height:1.6;margin:0 0 16px;font-style:italic}.review-author{font-size:.9rem;font-weight:600;color:var(--mdui-color-on-surface);margin:0}.review-stars{color:#f59e0b;font-size:.85rem;margin:4px 0 0}.home-footer{background:var(--mdui-color-surface-container);border-radius:16px;padding:32px;text-align:center}.home-footer-address{font-size:.9rem;color:var(--mdui-color-on-surface-variant);margin:0 0 12px}.home-footer-phones{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:16px}.home-footer-copyright{font-size:.8rem;color:var(--mdui-color-on-surface-variant);margin:0}@media(max-width:840px){.home-page{padding:20px 16px}.home-banner{margin:-20px -16px 20px}.hero-section{grid-template-columns:1fr;margin-bottom:32px}.services-grid{grid-template-columns:repeat(2,1fr);gap:12px}.service-card-img,.service-card-loading{height:140px}.mini-calc-form{flex-direction:column}.mini-calc-select,.mini-calc-inputs{width:100%}.mini-calc-input{flex:1}.blog-preview-scroll-unused{grid-template-columns:1fr 1fr;gap:12px}.why-us-card{padding:20px}.why-us-content{grid-template-columns:1fr;gap:20px}.why-us-highlights,.reviews-grid{grid-template-columns:1fr}.section-title{font-size:1.3rem}.home-footer-phones{flex-direction:column;align-items:center}}@media(max-width:480px){.services-grid{grid-template-columns:1fr}.service-card-img{width:100%;object-fit:cover}.blog-preview-scroll-unused{grid-template-columns:1fr}}
