:root { --green: #079447; --orange: #f5a112; --ink: #222; --muted: #666; }
* { box-sizing: border-box; }
body.home-2026 { min-width: 1024px; margin: 0; color: var(--ink); background: #fff; font-family: Arial, "Segoe UI", sans-serif; letter-spacing: 0; }
.home-shell { width: 80%; min-width: 1024px; max-width: 1400px; margin: 0 auto; }
.home-header { background: #fff; }
.home-header-inner { position: relative; height: 108px; display: flex; align-items: center; justify-content: flex-end; }
.home-brand { position: absolute; left: 0; color: #13a452; font-size: 28px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.home-social { display: flex; gap: 8px; }
.home-social a { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: #36569a; color: #fff; font: 10px/1 Arial; text-decoration: none; }
.home-social a.has-social-image { background: transparent; }
.home-social a img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.home-social a img.home-social-default-icon { filter: brightness(0) invert(1); }
.home-social a:nth-child(2) { background: #51a7d8; }.home-social a:nth-child(3) { background: #e28d21; }.home-social a:nth-child(4) { background: #df4a3c; }.home-social a:nth-child(5) { background: #df4b84; }
.home-nav { border-bottom: 2px solid var(--green); }.home-nav ul { height: 54px; display: flex; justify-content: center; align-items: stretch; margin: 0; padding: 0; list-style: none; }.home-nav li { display: flex; }.home-nav a { display: flex; align-items: center; padding: 0 27px; color: #252525; text-decoration: none; font-size: 14px; font-weight: 600; }.home-nav li.is-active a, .home-nav a:hover { background: var(--green); color: white; }.home-nav ul:has(a:hover) li.is-active:not(:has(a:hover)) a { background: transparent; color: #252525; }.home-menu-toggle { display: none; }
.home-hero { position: relative; height: 690px; overflow: hidden; background: #e7eceb; }
.home-hero-slide { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: 0; transition: opacity .7s ease; }
.home-hero-slide.is-active { opacity: 1; }
.home-hero-control { position: absolute; top: 50%; z-index: 1; display: grid; width: 48px; height: 72px; padding: 0; place-items: center; border: 0; background: rgba(0, 0, 0, .3); color: #fff; cursor: pointer; font: 54px/1 Arial, sans-serif; opacity: .72; transform: translateY(-50%); transition: background .2s ease, opacity .2s ease; }
.home-hero-control:hover { background: rgba(0, 0, 0, .58); opacity: 1; }
.home-hero-control-prev { left: 0; }
.home-hero-control-next { right: 0; }
.home-hero-dots { position: absolute; bottom: 20px; left: 50%; z-index: 1; display: flex; gap: 9px; transform: translateX(-50%); }
.home-hero-dot { width: 10px; height: 10px; padding: 0; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; background: rgba(0,0,0,.28); cursor: pointer; }
.home-hero-dot.is-active { background: #fff; }
.home-section { padding: 42px 0 35px; }.home-section-title { text-align: center; }.home-section-title h1, .home-section-title h2 { margin: 0; color: var(--green); font-size: 29px; font-weight: 700; }.home-section-title strong { color: var(--orange); }.home-section-title p { margin: 11px 0 24px; color: #4d4d4d; font-size: 17px; font-weight: 600; }.home-workshop-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }.home-workshop-item { height: 235px; overflow: hidden; display: block; }.home-workshop-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }.home-workshop-item:hover img { transform: scale(1.045); }.home-more { display: block; width: 127px; margin: 26px auto 0; padding: 8px 18px; border-radius: 14px; color: #fff; text-align: center; text-decoration: none; font-size: 17px; letter-spacing: 5px; }.home-more-orange { background: var(--orange); }.home-more-green { background: var(--green); margin-left: 0; border-radius: 7px; font-size: 12px; letter-spacing: 3px; }
.home-advantages { position: relative; padding: 0 0 55px; background: linear-gradient(rgba(0,147,70,.91),rgba(0,147,70,.91)), var(--advantage-image) center/cover; }.home-advantages-heading { text-align: center; color: #fff; }.home-advantages-heading span { display: grid; place-items: center; width: 70px; height: 53px; margin: 0 auto 17px; border-radius: 0 0 35px 35px; background: #fff; color: var(--green); font: 38px/26px Arial; }.home-advantages h2 { margin: 0 0 30px; font-size: 30px; font-weight: 400; letter-spacing: 3px; }.home-advantage-tabs { display: flex; justify-content: center; gap: 18px; margin-bottom: 38px; }.home-advantage-tab { min-width: 156px; padding: 10px 13px; border: 0; background: #fff; color: #555; font-size: 12px; cursor: pointer; }.home-advantage-tab.is-active { background: var(--orange); color: #fff; }.home-advantage-card { display: grid; grid-template-columns: 1.25fr .9fr; gap: 52px; padding: 22px; background: #fff; }.home-advantage-card img { width: 100%; height: 270px; object-fit: cover; }.home-advantage-card div { padding: 20px 16px; }.home-advantage-card h3 { padding-bottom: 21px; border-bottom: 1px solid #ddd; text-align: center; font-size: 20px; font-weight: 400; }.home-advantage-card p { color: #555; line-height: 2; font-size: 13px; }
.home-workshop { padding-bottom: 40px; }
.home-more.home-more-orange { display: flex; width: 224px; min-height: 56px; align-items: center; justify-content: center; margin-top: 40px; padding: 8px 20px; border-radius: 20px; font-size: 30px; font-weight: 400; letter-spacing: 6px; }
.home-advantages-heading .home-advantages-marker { position: relative; display: block; width: 120px; height: 60px; margin: 0 auto 30px; overflow: hidden; border-radius: 0 0 60px 60px; background: #fff; color: transparent; font: inherit; }
.home-advantages-marker::before, .home-advantages-marker::after { position: absolute; left: 50%; width: 16px; height: 16px; margin-left: -8px; border-right: 3px solid var(--green); border-bottom: 3px solid var(--green); content: ""; transform: rotate(45deg); }
.home-advantages-marker::before { top: 9px; }
.home-advantages-marker::after { top: 21px; }
.home-about { padding-top: 58px; }.home-about .home-section-title { text-align: left; }.home-about-grid { display: grid; grid-template-columns: .96fr 1.1fr; gap: 30px; align-items: center; max-width: none; margin: 0; }.home-about-grid img { width: 100%; height: 263px; object-fit: cover; }.home-about-grid p { margin: 0; color: #333; font-size: 14px; line-height: 2; letter-spacing: 3px; }.home-about-grid p + p { margin-top: 16px; }
.home-news { padding: 35px 0 80px; }.home-news-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }.home-news h2 { margin: 0 0 22px; font-size: 22px; }.home-company-news { display: grid; grid-template-columns: 180px 1fr; gap: 22px; color: #333; text-decoration: none; }.home-company-news img { width: 180px; height: 140px; object-fit: cover; }.home-company-news b { display: block; margin-bottom: 14px; font-size: 13px; letter-spacing: 2px; }.home-company-news small { display: block; color: #666; font-size: 11px; line-height: 1.65; letter-spacing: 1px; }.home-company-news em { display: block; margin-top: 10px; color: #666; font-size: 11px; font-style: normal; }.home-trends { border-top: 1px solid #ddd; }.home-trend { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid #ddd; color: #444; text-decoration: none; font-size: 11px; letter-spacing: .7px; }.home-trend span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.home-trend time { flex: 0 0 auto; color: #777; }.home-empty { color: #777; }
.home-quick-links { position: fixed; right: 12px; top: 47%; z-index: 5; box-shadow: 0 4px 12px rgba(184, 112, 0, .22); }.home-quick-links a { position: relative; display: flex; width: 56px; min-height: 58px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border-bottom: 1px solid rgba(255,255,255,.55); background: #f3a20f; color: #fff; text-align: center; text-decoration: none; font-size: 9px; line-height: 1; }.home-quick-links a img { width: 15px; height: 15px; filter: brightness(0) invert(1); }.home-quick-links a[data-tooltip]::after { position: absolute; right: calc(100% + 10px); top: 50%; max-width: 260px; padding: 8px 10px; border-radius: 3px; background: rgba(32, 32, 32, .92); color: #fff; content: attr(data-tooltip); font-size: 12px; line-height: 1.35; opacity: 0; pointer-events: none; transform: translateY(-50%) translateX(5px); transition: opacity .2s ease, transform .2s ease; white-space: nowrap; }.home-quick-links a[data-tooltip]:hover::after { opacity: 1; transform: translateY(-50%) translateX(0); }.home-quick-links a:hover { background: #e89000; }.home-footer { padding: 25px 0; background: #fff5e3; color: #555; font-size: 12px; letter-spacing: 1px; }.home-footer p { margin: 8px 0; }
.home-inner-hero { height: 260px; background-position: center; background-size: cover; }.home-inner-hero-mask { height: 100%; display: flex; align-items: center; background: rgba(4, 72, 34, .62); }.home-inner-hero p { margin: 0; color: #fff; font-size: 34px; font-weight: 700; letter-spacing: 1px; }.home-inner-content { padding: 58px 0 85px; }.home-inner-intro { max-width: 720px; margin: 0 auto 32px; color: var(--muted); text-align: center; font-size: 15px; line-height: 1.9; }.home-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.home-gallery-item { display: block; height: 275px; overflow: hidden; background: #eee; }.home-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }.home-gallery-item:hover img { transform: scale(1.04); }
@media (max-width: 1023px) { body.home-2026, .home-shell { min-width: 0; }.home-shell { width: min(92%, 740px); }.home-header-inner { height: 84px; }.home-brand { font-size: 20px; }.home-nav ul { justify-content: flex-start; overflow-x: auto; }.home-nav a { padding: 0 15px; white-space: nowrap; }.home-hero { height: 320px; }.home-workshop-item { height: 175px; }.home-advantage-tabs { flex-wrap: wrap; }.home-advantage-card { grid-template-columns: 1fr; gap: 10px; }.home-advantage-card img { height: 210px; }.home-about-grid, .home-news-grid { grid-template-columns: 1fr; }.home-news-grid { gap: 35px; }.home-quick-links { display: none; } }
