:root { --green:#139a14; --green2:#5ec43c; --dark:#03140e; --dark2:#071c14; --text:#141414; --muted:#647067; --line:#e2e7e2; --bg:#f7faf7; --white:#ffffff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding: 0; color: var(--text); background: var(--white); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.container { width: min(1800px, calc(100% - 90px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; width: 100%; background: rgba(255,255,255,.96); box-shadow: 0 2px 22px rgba(0,0,0,.08); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 105px; gap: 42px; }
.logo { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.logo-mark { display: flex; align-items: center; justify-content: center; width: 74px; height: 82px; color: var(--green); }
.logo-mark svg path:first-child { fill: none; stroke: currentColor; stroke-width: 3.2; }
.logo-mark svg path:not(:first-child), .logo-mark svg circle { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.logo-text { display: grid; color: #171b18; font-size: 42px; font-weight: 900; line-height: .82; letter-spacing: -2px; }
.logo-text em { color: var(--green); font-style: normal; }
.main-nav ul { display: flex; align-items: center; justify-content: center; gap: 34px; margin: 0; padding: 0; list-style: none; }
.main-nav a { position: relative; display: block; padding: 42px 0 38px; color: #111; font-size: 14px; font-weight: 800; text-transform: uppercase; }
.main-nav a.active, .main-nav a:hover { color: var(--green); }
.main-nav a.active:after { position: absolute; left: 0; bottom: 29px; width: 100%; height: 3px; content: ""; background: var(--green); }
.header-contact { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.phone-top { display: grid; grid-template-columns: auto 1fr; column-gap: 9px; color: var(--green); line-height: 1.05; }
.phone-top span { grid-row: 1 / 3; font-size: 28px; }
.phone-top small { color: #4b5a50; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.phone-top strong { font-size: 28px; font-weight: 900; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 8px; border: 0; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.btn-primary { color: var(--white); background: linear-gradient(135deg, #0b8e0d, #16ad18); box-shadow: 0 10px 25px rgba(19,154,20,.25); }
.header-contact .btn { min-width: 210px; min-height: 50px; padding: 0 24px; font-size: 13px; }
.hero { position: relative; overflow: hidden; min-height: 805px; color: var(--white); background: var(--dark); }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,15,9,.98) 0%, rgba(0,20,10,.92) 36%, rgba(0,20,10,.35) 60%, rgba(0,0,0,.16) 100%), url('https://images.unsplash.com/photo-1582719471384-894fbb16e074?auto=format&fit=crop&w=2200&q=80') center right / cover no-repeat; filter: saturate(.75); }
.hero-bg:after { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 25% 50%, rgba(60,210,50,.2), transparent 28%), linear-gradient(0deg, rgba(0,0,0,.15), rgba(255,255,255,.04)); }
.hero-inner { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 805px; padding: 70px 0; }
.hero-content { width: min(1200px, 85%); }
.hero h1 { margin: 0 0 26px; font-size: clamp(48px, 4.8vw, 82px); line-height: 1.05; letter-spacing: -3px; }
.hero h1 span { display: block; color: var(--green2); }
.hero p { width: min(570px, 100%); margin: 0 0 56px; color: #f2f7f2; font-size: 23px; font-weight: 600; line-height: 1.55; }
.hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; width: min(760px, 100%); margin-bottom: 55px; }
.hero-points div { display: grid; grid-template-columns: 52px 1fr; column-gap: 16px; }
.hero-points i { grid-row: 1 / 3; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; color: var(--green2); border: 3px solid var(--green2); border-radius: 14px; font-style: normal; font-size: 24px; }
.hero-points strong { color: #fff; font-size: 15px; line-height: 1.25; }
.hero-points small { color: #dceade; font-size: 13px; line-height: 1.3; }
.hero-buttons { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.btn-large { min-height: 70px; padding: 0 34px; font-size: 15px; }
.btn-outline { color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.8); }
.hero-card { position: absolute; right: 55px; bottom: 88px; display: grid; width: 310px; min-height: 188px; padding: 28px 30px; border-radius: 12px; background: rgba(4,14,12,.88); box-shadow: 0 20px 55px rgba(0,0,0,.35); }
.hero-card span { color: #e8f2e7; font-size: 15px; font-weight: 700; }
.hero-card strong { color: var(--green2); font-size: 78px; line-height: .95; }
.hero-card em { color: #fff; font-style: normal; font-weight: 800; }
.hero-card a { position: absolute; right: -22px; bottom: -24px; display: flex; align-items: center; justify-content: center; width: 62px; height: 62px; color: #fff; border-radius: 999px; background: var(--green); font-size: 28px; }
.services { padding: 70px 0 55px; background: #fff; }
.section-title { margin-bottom: 46px; text-align: center; }
.section-title span { display: block; margin-bottom: 6px; color: var(--green); font-size: 14px; font-weight: 900; letter-spacing: 5px; text-transform: uppercase; }
.section-title h2, .area-box h2, .contact-form h2, .cta h2 { margin: 0; font-size: 42px; line-height: 1.15; letter-spacing: -1.4px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.service-card { min-height: 370px; padding: 36px 36px 32px; text-align: center; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 38px rgba(0,0,0,.03); }
.service-icon { display: flex; align-items: center; justify-content: center; width: 92px; height: 92px; margin: 0 auto 22px; color: #165c25; border-radius: 50%; background: #eef8eb; font-size: 42px; }
.service-card h3 { margin: 0 0 22px; font-size: 23px; line-height: 1.1; text-transform: uppercase; }
.service-card ul { display: grid; gap: 8px; margin: 0 0 33px; padding: 0; list-style: none; text-align: left; }
.service-card li { position: relative; padding-left: 26px; color: #354239; font-weight: 600; }
.service-card li:before { position: absolute; left: 0; top: 2px; content: "✓"; color: var(--green); font-weight: 900; }
.service-card a { color: var(--green); font-size: 14px; font-weight: 900; text-transform: uppercase; }
.why { padding: 55px 0 72px; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(38,175,42,.15), transparent 24%), linear-gradient(90deg, #03140e, #062316); }
.why h2, .reviews h2 { margin: 0 0 43px; text-align: center; font-size: 22px; text-transform: uppercase; }
.why-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.why-grid div { display: grid; justify-items: center; gap: 8px; min-height: 130px; padding: 0 35px; text-align: center; border-right: 1px solid rgba(255,255,255,.22); }
.why-grid div:last-child { border-right: 0; }
.why-grid i { color: var(--green2); font-style: normal; font-size: 54px; line-height: 1; }
.why-grid strong { font-size: 16px; }
.why-grid span { color: #e8f1e7; font-size: 15px; line-height: 1.35; }
.area-form { padding: 45px 0 55px; background: linear-gradient(180deg, #fbfdfb, #fff); }
.area-form-grid { display: grid; grid-template-columns: 1fr 1.18fr; gap: 80px; align-items: start; }
.area-box { padding-top: 20px; }
.area-box > span { display: block; color: #6d786f; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.area-box h2:after { display: block; width: 62px; height: 3px; margin-top: 16px; content: ""; background: var(--green); }
.area-content { display: grid; grid-template-columns: 250px 1fr; align-items: center; gap: 20px; margin-top: 30px; }
.area-content ul { display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; }
.area-content li { position: relative; padding-left: 31px; font-weight: 700; }
.area-content li:before { position: absolute; left: 0; top: 0; content: "⊙"; color: var(--green); font-weight: 900; }
.map-shape { position: relative; width: 390px; height: 330px; margin-left: auto; background: linear-gradient(135deg, rgba(191,226,178,.45), rgba(146,209,119,.9)); clip-path: polygon(26% 8%, 48% 2%, 72% 16%, 89% 42%, 80% 82%, 43% 96%, 15% 78%, 5% 43%); opacity: .95; }
.map-shape:before { position: absolute; inset: 28px 45px; content: ""; border: 2px solid rgba(49,120,42,.2); clip-path: polygon(25% 0, 80% 10%, 100% 44%, 82% 100%, 26% 82%, 0 30%); background: rgba(255,255,255,.16); }
.map-shape span { position: absolute; display: block; width: 24px; height: 24px; border-radius: 50% 50% 50% 0; background: var(--green); transform: rotate(-45deg); box-shadow: 0 4px 10px rgba(0,0,0,.18); }
.map-shape span:after { position: absolute; left: 7px; top: 7px; width: 10px; height: 10px; border-radius: 50%; content: ""; background: #fff; }
.map-shape span:nth-child(1) { left: 150px; top: 58px; }
.map-shape span:nth-child(2) { left: 245px; top: 96px; }
.map-shape span:nth-child(3) { left: 272px; top: 188px; }
.map-shape span:nth-child(4) { left: 340px; top: 232px; }
.call-box { display: flex; align-items: center; gap: 22px; width: min(690px, 100%); margin-top: 26px; padding: 24px 28px; border-radius: 8px; background: #fff; box-shadow: 0 18px 55px rgba(0,0,0,.08); }
.call-box > span { color: var(--green); font-size: 44px; }
.call-box div { display: grid; line-height: 1.25; }
.call-box strong { font-size: 16px; }
.call-box small { color: #4f5d52; font-size: 14px; }
.call-box em { margin-left: auto; color: var(--green); font-size: 28px; font-style: normal; font-weight: 900; }
.contact-form { padding: 45px 50px 50px; border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: 0 16px 45px rgba(0,0,0,.035); }
.contact-form p { margin: 8px 0 27px; color: #69746c; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 20px; }
input, select, textarea { width: 100%; min-height: 62px; padding: 0 22px; color: #333; border: 1px solid #dbe2dc; border-radius: 5px; background: #fff; font: inherit; }
textarea { min-height: 118px; padding-top: 20px; resize: vertical; }
.btn-submit { width: min(620px, 100%); min-height: 70px; margin-top: 20px; font-size: 15px; }
.reviews { padding: 35px 0 70px; background: #fff; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; }
.review-grid article { position: relative; min-height: 175px; padding: 28px 34px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.review-grid article:after { position: absolute; right: 28px; top: 5px; content: "”"; color: #dcefd6; font-size: 92px; font-weight: 900; line-height: 1; }
.review-grid div { color: var(--green2); letter-spacing: 3px; }
.review-grid p { max-width: 400px; margin: 15px 0 22px; color: #28332b; font-size: 15px; font-weight: 600; line-height: 1.5; }
.review-grid strong, .review-grid span { display: block; font-size: 14px; }
.review-grid span { color: #647067; }
.dots { display: flex; justify-content: center; gap: 9px; margin-top: 30px; }
.dots span { width: 10px; height: 7px; border-radius: 999px; background: #d9ded9; }
.dots span:first-child { width: 24px; background: var(--green); }
.cta { color: #fff; background: linear-gradient(100deg, #0d8c17, #07730f); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; min-height: 135px; gap: 30px; }
.cta-inner > div { display: grid; grid-template-columns: 90px 1fr; column-gap: 22px; align-items: center; }
.cta i { grid-row: 1 / 3; font-style: normal; font-size: 58px; }
.cta h2 { color: #fff; font-size: 31px; }
.cta p { margin: 0; font-size: 19px; font-weight: 800; }
.cta a { display: grid; grid-template-columns: 58px 1fr; align-items: center; min-width: 460px; padding: 17px 34px; border: 2px solid rgba(255,255,255,.75); border-radius: 8px; line-height: 1.1; }
.cta a span { grid-row: 1 / 3; font-size: 43px; }
.cta a strong { font-size: 35px; }
.cta a small { font-size: 13px; font-weight: 900; text-transform: uppercase; }
.footer { color: #d7e1d8; background: linear-gradient(100deg, #07120f, #101917); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.25fr 1fr; gap: 75px; padding: 55px 0 48px; }
.footer-logo .logo-mark { width: 58px; height: 66px; }
.footer-logo .logo-text { color: #fff; font-size: 31px; }
.footer p { max-width: 280px; margin: 18px 0 22px; color: #bdc9bf; font-size: 14px; line-height: 1.5; }
.socials { display: flex; gap: 20px; }
.socials a { color: #fff; font-weight: 900; }
.footer h3 { margin: 0 0 20px; color: #fff; font-size: 14px; text-transform: uppercase; }
.footer-grid a, .footer-grid span { display: block; margin-bottom: 11px; color: #d7e1d8; font-size: 14px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 54px; color: #aab5ad; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.footer-bottom div { display: flex; gap: 45px; }
@media (max-width: 1300px) { .container { width: min(100% - 42px, 1180px); } .header-inner { min-height: auto; padding: 14px 0; flex-wrap: wrap; } .main-nav { order: 3; width: 100%; } .main-nav ul { justify-content: flex-start; gap: 22px; overflow-x: auto; } .main-nav a { padding: 12px 0; } .main-nav a.active:after { bottom: 3px; } .hero-content { width: 68%; } .service-grid { grid-template-columns: repeat(2, 1fr); } .area-form-grid { grid-template-columns: 1fr; gap: 45px; } .footer-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .container { width: min(100% - 30px, 760px); } .logo-mark { width: 55px; height: 62px; } .logo-text { font-size: 31px; } .header-contact { width: 100%; justify-content: space-between; } .phone-top strong { font-size: 22px; } .hero, .hero-inner { min-height: auto; } .hero-inner { padding: 80px 0 140px; } .hero-content { width: 100%; } .hero h1 { font-size: 44px; letter-spacing: -1.5px; } .hero p { font-size: 18px; } .hero-points { grid-template-columns: 1fr; gap: 20px; } .hero-card { right: 15px; bottom: 28px; width: 250px; min-height: 150px; } .hero-card strong { font-size: 56px; } .service-grid, .review-grid, .form-row, .footer-grid { grid-template-columns: 1fr; } .why-grid { grid-template-columns: 1fr; gap: 28px; } .why-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); } .area-content { grid-template-columns: 1fr; } .map-shape { width: min(100%, 360px); margin: 0; } .call-box, .cta-inner, .footer-bottom { flex-direction: column; align-items: flex-start; } .call-box em { margin-left: 0; } .contact-form { padding: 30px 20px; } .cta-inner { padding: 28px 0; } .cta-inner > div { grid-template-columns: 1fr; } .cta a { min-width: 0; width: 100%; } }
