.admin_top {
  display: flex; align-items: center; gap: 20px; width: 100%; padding: 8px 20px; color: #ffffff; background: #000000;
}
.admin_top div::after {
  content: "|"; display: inline-block; padding: 0 20px;
}
.admin_top a {
  color: #ffffff;
}
.admin_top.red {
  background: #ff0000;
}

: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;
}
.menu-toggle, .nav-backdrop, .mobile-nav-contact {
  display: none;
}
.menu-toggle {
  position: relative; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 8px; background: #eef8eb; cursor: pointer;
}
.menu-toggle span:not(.sr-only) {
  position: absolute; left: 12px; width: 24px; height: 2px; border-radius: 2px; background: var(--dark2); transition: top .25s ease, transform .25s ease, opacity .2s ease;
}
.menu-toggle span:nth-child(1) {
  top: 15px;
}
.menu-toggle span:nth-child(2) {
  top: 23px;
}
.menu-toggle span:nth-child(3) {
  top: 31px;
}
.site-header.menu-open .menu-toggle span:nth-child(1) {
  top: 23px; transform: rotate(45deg);
}
.site-header.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}
.site-header.menu-open .menu-toggle span:nth-child(3) {
  top: 23px; transform: rotate(-45deg);
}
.logo {
  display: flex; align-items: center; flex-shrink: 0;
}  
.logo img {
  width: auto; height: 80px;
}
.main-nav ul {
  display: flex; align-items: center; justify-content: center; gap: 34px; margin: 0; padding: 0; list-style: none;
}
.main-nav > ul > li {
  position: relative;
}
.main-nav .nav-link-row {
  display: flex; align-items: center;
}
.main-nav a {
  position: relative; display: block; padding: 42px 0 38px; color: #111; font-size: 14px; font-weight: 800; text-transform: uppercase;
}
.main-nav .nav-link-row > a {
  padding-right: 4px;
}
.main-nav .submenu-toggle {
  display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 34px; padding: 0; color: #111; border: 0; background: transparent; cursor: pointer;
}
.main-nav .submenu-toggle i {
  font-size: 10px; transition: transform .2s ease;
}
.main-nav .submenu {
  position: absolute; left: -25px; top: calc(100% - 18px); z-index: 20; display: block; min-width: 230px; padding: 10px 0; visibility: hidden; opacity: 0; transform: translateY(10px); border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.14); transition: .2s ease;
}
.main-nav .submenu:before {
  position: absolute; left: 0; right: 0; top: -20px; height: 20px; content: "";
}
.main-nav .submenu li {
  display: block;
}
.main-nav .submenu a {
  padding: 12px 24px; font-size: 13px; text-transform: none; white-space: nowrap;
}
.main-nav .submenu a:hover {
  color: var(--green); background: #f2faf0;
}
.main-nav .has-submenu:hover .submenu,
.main-nav .has-submenu:focus-within .submenu,
.main-nav .has-submenu.submenu-open .submenu {
  visibility: visible; opacity: 1; transform: translateY(0);
}
.main-nav .has-submenu:hover .submenu-toggle i,
.main-nav .has-submenu:focus-within .submenu-toggle i,
.main-nav .has-submenu.submenu-open .submenu-toggle i {
  transform: rotate(180deg);
}
.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; color: #2a2a2a;
}
.phone-top strong {
  font-size: 28px; font-weight: 900; color: #2a2a2a;
}
.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 i {
  font-size: 20px;
}
.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; color: var(--white); background: var(--dark);
}
.hero-slide {
  position: relative; min-height: 805px; background-position: center right; background-size: cover;
}
.hero-slide:before {
  position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(0,15,9,.98) 0%, rgba(0,20,10,.92) 36%, rgba(0,20,10,.42) 61%, rgba(0,0,0,.16) 100%);
}
.hero-slide:after {
  position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 25% 50%, rgba(60,210,50,.18), transparent 28%), linear-gradient(0deg, rgba(0,0,0,.15), rgba(255,255,255,.04));
}
.hero-slide-pest {
  background-image: url('../img/header_image.png');
}
.hero-slide-disinfection {
  background-image: url('../img/header_disinfection.png');
}
.hero-inner {
  position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; min-height: 805px; padding: 70px 0;
}
.hero-content {
  width: min(1200px, 85%);
}
.hero h1, .hero h2 {
  margin: 0 0 26px; font-size: clamp(48px, 4.8vw, 82px); line-height: 1.05; letter-spacing: -3px;
}
.hero h1 span, .hero h2 span {
  display: block; color: var(--green2);
}
.hero-kicker {
  display: block; margin-bottom: 18px; color: var(--green2); font-size: 13px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase;
}
.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); align-items: start; gap: 35px; width: min(760px, 100%); margin-bottom: 55px;
}
.hero-points div {
  display: grid; grid-template-columns: 52px 1fr; grid-template-rows: auto auto; align-items: start; column-gap: 16px; row-gap: 3px;
}
.hero-points i {
  grid-row: 1 / 3; display: flex; align-items: center; justify-content: center; align-self: start; width: 52px; height: 52px; color: var(--green2); border: 3px solid var(--green2); border-radius: 14px; font-style: normal; font-weight: 700; font-size: 20px; line-height: 1;
}
.hero-points strong {
  display: block; align-self: start; padding-top: 2px; color: #fff; font-size: 15px; font-weight: 800; line-height: 1.18;
}
.hero-points small {
  display: block; align-self: start; 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;
}
.hero .owl-nav button.owl-prev,
.hero .owl-nav button.owl-next {
  position: absolute; top: 50%; z-index: 5; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin-top: -26px; color: #fff; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(3,20,14,.58); font-size: 18px; transition: .2s ease;
}
.hero .owl-nav button.owl-prev { left: 22px; }
.hero .owl-nav button.owl-next { right: 22px; }
.hero .owl-nav button:hover { background: var(--green); border-color: var(--green); }
.hero .owl-dots {
  position: absolute; left: 0; right: 0; bottom: 28px; z-index: 5; display: flex; justify-content: center; gap: 10px;
}
.hero .owl-dots button.owl-dot {
  width: 11px; height: 11px; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; background: transparent; transition: .2s ease;
}
.hero .owl-dots button.owl-dot.active { width: 32px; border-radius: 10px; border-color: var(--green2); background: var(--green2); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.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; border-radius: 50%; background: #eef8eb;
}
.service-icon img {
  width: 58px; height: 58px; object-fit: contain;
}
.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 {
  display: flex; align-items: center; gap: 12px; padding-left: 26px; color: #354239; font-weight: 600;
}
.service-card li:before {
  content: "✓"; color: var(--green); font-weight: 900;
}
.service-card a {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--green); font-size: 14px; font-weight: 900; text-transform: uppercase;
}
.service-card a i {
  font-size: 13px; line-height: 1;
}
.why {
  padding: 72px 0 78px; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(38,175,42,.15), transparent 24%), linear-gradient(90deg, #03140e, #062316);
}
.why-heading {
  display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 48px;
}
.why-heading > div > span {
  display: block; margin-bottom: 8px; color: var(--green2); font-size: 12px; font-weight: 900; letter-spacing: 4px; text-transform: uppercase;
}
.why h2 {
  margin: 0; font-size: 40px; line-height: 1.1; letter-spacing: -1px;
}
.why-heading p {
  width: min(560px, 100%); margin: 0; color: #cbd8ce; font-size: 16px;
}
.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); border-top: 1px solid rgba(255,255,255,.16);
}
.why-grid div {
  position: relative; display: flex; flex-direction: column; min-height: 205px; padding: 30px 30px 18px; border-right: 1px solid rgba(255,255,255,.16);
}
.why-grid div:last-child {
  border-right: 0;
}
.why-grid div:before {
  position: absolute; left: 30px; top: -2px; width: 48px; height: 3px; content: ""; background: var(--green2);
}
.why-grid b {
  margin-bottom: 34px; color: var(--green2); font-size: 13px; letter-spacing: 2px;
}
.why-grid strong {
  margin-bottom: 10px; color: #fff; font-size: 17px; line-height: 1.25;
}
.why-grid span {
  color: #b9c8bd; font-size: 14px; line-height: 1.55;
}
.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-intro {
  max-width: 660px; margin: 22px 0 0; color: #637067; font-size: 15px;
}
.area-content {
  display: grid; grid-template-columns: 230px 1fr; align-items: stretch; gap: 28px; margin-top: 30px;
}
.area-tags {
  display: grid; align-content: center; gap: 10px; margin: 0; padding: 0; list-style: none;
}
.area-tags li {
  display: flex; align-items: center; min-height: 46px; padding: 0 16px; color: #25402d; border: 1px solid #dfe9df; border-radius: 7px; background: #fff; font-size: 14px; font-weight: 800; list-style: none;
}
.area-tags li:before {
  flex-shrink: 0; width: 8px; height: 8px; margin-right: 12px; content: ""; border-radius: 50%; background: var(--green);
}
.coverage-visual {
  position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 250px; overflow: hidden; padding: 32px 36px; color: #fff; border-radius: 12px; background: radial-gradient(circle at 85% 20%, rgba(94,196,60,.42), transparent 28%), linear-gradient(135deg, #062719, #0b7117); box-shadow: 0 20px 45px rgba(11,113,23,.18);
}
.coverage-visual:before, .coverage-visual:after {
  position: absolute; right: -55px; top: -55px; width: 210px; height: 210px; content: ""; border: 1px solid rgba(255,255,255,.16); border-radius: 50%;
}
.coverage-visual:after {
  right: -5px; top: -5px; width: 110px; height: 110px;
}
.coverage-visual > span {
  margin-bottom: 9px; color: #a9e19f; font-size: 11px; font-weight: 900; letter-spacing: 3px; text-transform: uppercase;
}
.coverage-visual > strong {
  font-size: 34px; line-height: 1.05; letter-spacing: -1px;
}
.coverage-visual > div {
  display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; margin-top: 25px;
}
.coverage-visual b {
  color: var(--green2); font-size: 25px; line-height: 1;
}
.coverage-visual small {
  color: #d8e8da; font-size: 12px;
}

.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;
}
.btn-submit i {
  font-size: 15px; line-height: 1;
}
.reviews {
  padding: 35px 0 70px; background: #fff;
}
.review-grid {
  display: block;
}
.review-grid article {
  position: relative; height: 100%; min-height: 190px; padding: 28px 34px; border: 1px solid var(--line); border-radius: 8px; background: #fff;
}
.review-slider .owl-stage { display: flex; }
.review-slider .owl-item { display: flex; }
.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;
}
.reviews .owl-dots {
  display: flex; justify-content: center; gap: 9px; margin-top: 30px;
}
.reviews .owl-dots button.owl-dot {
  width: 10px; height: 7px; border-radius: 999px; background: #d9ded9;
}
.reviews .owl-dots button.owl-dot.active {
  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 {
 align-items: center;
}
.cta h2 {
  color: #fff; font-size: 31px;
}
.cta p {
  margin: 7px 0 0 0; font-size: 19px; font-weight: 600;
}
.cta a {
  display: grid; grid-template-columns: 58px 1fr; gap: 5px; 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 {
}
.footer-logo img {
  width: auto; height: 100px;
}
.footer p {
  max-width: 280px; margin: 18px 0 22px; color: #bdc9bf; font-size: 14px; line-height: 1.5;
}
.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;
}

.socials {
  display: flex; align-items: center; gap: 12px;
}
.socials a {
  display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; color: #ffffff; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.06); font-size: 15px; transition: .2s ease;
}
.socials a:hover {
  color: var(--green2); border-color: rgba(94,196,60,.55); background: rgba(94,196,60,.12);
}
.socials i {
  line-height: 1;
}

.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;
}

/* Podstranky */
.page-breadcrumbs {
}
.page-breadcrumbs .container {
  display: flex; align-items: center; min-height: 54px;
}
.breadcrumbs {
  width: 100%; min-width: 0; overflow: hidden;
}
.breadcrumbs .scrollable {
  width: 100%; overflow-x: auto; overflow-y: hidden;
}
.breadcrumbs ul {
  display: flex; align-items: center; width: max-content; min-width: 100%; margin: 0; padding: 0; list-style: none; white-space: nowrap;
}
.breadcrumbs li {
  display: flex; align-items: center; margin: 0; padding: 0;
}
.breadcrumbs li:not(:last-child)::after {
  margin: 0 13px; color: #91a097; content: "›"; font-size: 20px; font-weight: 400; line-height: 1;
}
.breadcrumbs a {
  color: #37433b; font-size: 13px; font-weight: 700; transition: color .2s ease;
}
.breadcrumbs a:hover, .breadcrumbs li:last-child a {
  color: #139a14;
}
.page-main {
  padding: 50px 0 50px; background: #fff;
}
.page-content {
  width: min(1600px, 100%); margin: 0 auto;
}
.page-content > h1:first-child {
  position: relative; margin: 0 0 42px; padding-bottom: 22px; color: #141414; font-size: clamp(38px, 4vw, 54px); font-weight: 800; line-height: 1.08; letter-spacing: -1.6px;
}
.page-content > h1:first-child::after {
  position: absolute; left: 0; bottom: 0; width: 58px; height: 4px; content: ""; border-radius: 999px; background: #139a14;
}
