:root {
  --font-main: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  --bg: #d9d9d9;
  --card: #f3f3f3;
  --text: #171b1f;
  --green: #2c6c61;
  --green-strong: #22554c;
  --muted: #6e757d;
  --radius-xl: 20px;
  --radius-lg: 14px;
  --radius-md: 10px;
  --shadow-soft: 0 10px 24px rgba(14, 24, 35, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-main);
  background: var(--bg);
  color: var(--text);
}

body.is-page-loading {
  overflow: hidden;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(circle at top, rgba(81, 131, 119, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(243, 244, 244, 0.98), rgba(237, 239, 239, 0.98));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

body.is-page-loading .site-loader {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-loader__inner {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.site-loader__logo {
  width: 82px;
  height: 82px;
  object-fit: contain;
  animation: loaderFloat 1.2s ease-in-out infinite alternate;
}

.site-loader__bar {
  width: 148px;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(44, 108, 97, 0.15);
}

.site-loader__bar span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2e6f5e, #396a60);
  animation: loaderBar 0.9s ease-in-out infinite;
}
.case-image-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
}

.case-image-modal__nav--prev {
  left: 16px;
}

.case-image-modal__nav--next {
  right: 16px;
}

@keyframes loaderFloat {
  from { transform: translateY(-3px); }
  to { transform: translateY(3px); }
}

@keyframes loaderBar {
  from { transform: translateX(-100%); }
  to { transform: translateX(340%); }
}

img {
  display: block;
  max-width: 100%;
}

a[x-apple-data-detectors],
a[x-apple-data-detectors]:hover,
a[x-apple-data-detectors]:focus,
a[x-apple-data-detectors]:active {
  color: inherit !important;
  text-decoration: none !important;
  font: inherit !important;
}

.container {
  width: min(1300px, 92vw);
  margin: 0 auto;
}

.reveal-item {
  opacity: 0;
  transform: translateY(12px) scale(0.992);
  transition:
    opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 720px) {
  .reveal-item,
  .reveal-item.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.main {
  padding-bottom: 54px;
}

.header {
  padding: 16px 0 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
}
.header.container{
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.company-card{
  background: #f3f4f4;
  width: 658px;
  max-width: 100%;
  height: 103px;
  border-radius: 10px;
  opacity: 1;
  border: 0.5px solid rgba(0, 0, 0, 0.068);
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 64px 1fr 260px; /* logo | left | contacts */
  align-items: center;
  column-gap: 16px;

}
.company-top {
  width: 212px;
}

.company-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.company-info{
  display: grid;
  grid-template-columns: 1fr 260px; /* title+buttons | contacts */
  align-items: center;
  column-gap: 16px;
  min-width: 0;
  
}

.company-info h1{
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 2px;
}

.company-actions{
  grid-column: 1;          /* кнопки остаются слева */
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.company-actions .btn{ flex: 1; }
.company-actions > .btn-call{ flex: 2; }      /* Позвонить шире RU */
.btn-lang-wrap{
  flex: 1;
  position: relative;
  min-width: 92px;
}

.company-meta{
  grid-column: 2;          /* контакты уезжают вправо */
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  padding-left: 15px;
}

.company-meta p{
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: #222222;
}

.company-meta p a,
.contacts li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

.company-meta p a img,
.contacts li a img {
  display: block;
}
/* .company-meta p img{
  width: 16px;
  height: 16px;
} */

.btn {
  --btn-hover-bg: #396A60;
  --btn-hover-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  padding: 7px 14px;
  min-height: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease,
    background-color 220ms ease;
}

.btn-call {
  background: #2e6f5e;
  color: #fff;
  --btn-hover-bg: #245d4e;
}

.btn-lang {
  background: #2f343a;
  color: #fff;
  --btn-hover-bg: #23272c;
  width: 100%;
  min-height: 36px;
  padding: 8px 12px 8px 14px;
  justify-content: space-between;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.08),
    0 10px 18px rgba(7, 12, 18, 0.14);
}

.btn-lang:hover,
.btn-lang:focus {
  background: #23272c;
}

.btn-lang-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.btn-lang-arrow {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-right: 2px solid rgba(137, 174, 165, 0.95);
  border-bottom: 2px solid rgba(137, 174, 165, 0.95);
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.btn-lang-wrap.is-open .btn-lang-arrow {
  transform: translateY(2px) rotate(-135deg);
}

.mobile-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: #b4b6b6;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
  padding: 0;
  cursor: pointer;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mobile-nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #506059;
  transition: transform 180ms ease, opacity 180ms ease;
}

.mobile-nav-toggle span + span {
  margin-top: 4px;
}

.btn-lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 100%;
  padding: 4px 0;
  background: #38383c;
  border-radius: 10px;
  box-shadow: 0 16px 30px rgba(10, 16, 24, 0.26);
  border: 1px solid rgba(255,255,255,0.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  z-index: 30;
  overflow: hidden;
}

.btn-lang-wrap.is-open .btn-lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btn-lang-option {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 8px 16px;
  text-align: center;
  cursor: pointer;
  transition: background-color 140ms ease, color 140ms ease;
}

.btn-lang-option:hover {
  background: rgba(255,255,255,0.08);
}

.btn-lang-option.is-active {
  background: #2e6f5e;
  color: #fff;
}

.top-nav {
  display: grid;
  grid-template-columns: repeat(7, 90px);
  gap: 8px;
}

.nav-item {
  width: 90px;
  height: 103px;
  background: #f4f5f6;
  border-radius: 10px;
  border: 0.5px solid rgba(0, 0, 0, 0.068); /* или #d0d5db */
  opacity: 1;

  padding: 8px 4px;
  text-decoration: none;
  color: #242a30;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;

  box-sizing: border-box;
}

.nav-item img,
.socials img {

  object-fit: contain;
}

.nav-item span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.nav-item.active {
  background: #2f343a;
  color: #fff;
}

.hero {
  width: 1391px;
  max-width: 100%;
  height: 504px;
  border-radius: 20px;
  opacity: 1;
  position: relative;
  overflow: hidden;
  background: #0f2439;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 700ms ease;
  pointer-events: none;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 15, 23, 0.78) 0%, rgba(8, 15, 23, 0.46) 48%, rgba(8, 15, 23, 0.2) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 128px 44px 56px;
}

.hero h2 {
  margin: 0 0 18px;
  max-width: 640px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 46px;
  letter-spacing: 0;
  color: white;
}

.hero p {
  margin: 0;
  max-width: 560px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 450;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  color: #e6edf5;
}

.hero-buttons {
  margin-top: 32px;
  display: flex;
  gap: 12px;
}

.hero .hero-buttons .btn {
  width: 158px;
  height: 45px;
  border-radius: 8px;
  opacity: 1;
  padding: 0 14px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero .hero-buttons .btn-primary {
  background: #396A60;
  color: #fff;
  gap: 8px;
  --btn-hover-bg: #2f5b52;
}

.hero .hero-buttons .btn-muted {
  background: #787878;
  color: #fff;
  --btn-hover-bg: #646464;
}

.hero .hero-buttons .btn-primary::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("assets/icons/arrow.webp") center/contain no-repeat;
}

.section {
  margin-top: 44px;
  content-visibility: auto;
  contain-intrinsic-size: 600px;
}

.section h3 {
  margin: 0 0 20px;
  text-align: center;
  font-size: clamp(34px, 3vw, 54px);
  font-weight: 800;
  line-height: 1.05;
  color: var(--green);
  letter-spacing: -0.02em;
}

.section h3.home-main-title {
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
}

.build-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.build-card {
  width: 100%;
  max-width: 331px;
  height: 204px;
  border-radius: 9px;
  opacity: 1;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  padding: 12px 12px;
  justify-self: center;
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.build-card h4 {
  margin: 0;
  max-width: 76%;
  font-family: var(--font-main);
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 6px;
}

.build-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.steps-grid {
  display: grid;
  gap: 10px;
}

.steps-grid.five {
  grid-template-columns: repeat(5, 1fr);
}

.step-card {
  width: 100%;
  max-width: 265px;
  min-height: 223px;
  border-radius: 10px;
  opacity: 1;
  background: #f6f6f6;
  padding: 14px 12px;
  justify-self: center;
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.step-card span,
.benefit-card span {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #E4EAE6;
  color: #272727;
  font-size: 21px;
  font-weight: 800;
}

.steps-grid.five .step-card span {
  width: 50px;
  height: 50px;
  border-radius: 9px;
  opacity: 1;
  color: #fff;
  background: linear-gradient(112.71deg, #30455B 5.54%, #396A60 84.95%);
}

.step-card p {
  margin: 16px 0 0;
  max-width: 100%;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 1.28;
  letter-spacing: 0;
  padding-top: 16px;
  overflow-wrap: anywhere;
  word-break: normal;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.feature-card {
  width: 100%;
  max-width: 684px;
  height: 365px;
  border-radius: 10px;
  opacity: 1;
  position: relative;
  overflow: hidden;
  padding: 0;
  display: block;
  justify-self: center;
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
  
}

.feature-card.light {
  background: linear-gradient(125deg, #cae8ef 0%, #96d0db 100%);
}

.feature-card.dark {
  background: linear-gradient(130deg, #4a4f56 0%, #91969d 100%);
  color: #fff;
}

.feature-card h4 {
  margin: 0;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 46px;
  letter-spacing: 0;
}

.feature-card p {
  margin: 11px 0 0;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 450;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  display: block;
  max-width: 420px;
}

.feature-card .btn {
  margin-top: 0;
  width: 158px;
  height: 45px;
  border-radius: 8px;
  opacity: 1;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.feature-card .btn-dark {
  background: #3A3A3B;
  color: #fff;
  --btn-hover-bg: #2f2f30;
}

.feature-card .btn-primary {
  background: #396A60;
  color: #fff;
  --btn-hover-bg: #2f5b52;
}

.feature-card .btn-primary::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: url("assets/icons/arrow.webp") center/contain no-repeat;
}

.feature-card > div {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.feature-card .feature-copy {
  position: absolute;
  top: 40%;
  left: 23px;
  transform: translateY(-50%);
  width: 365px;
  max-width: calc(100% - 46px);
  min-height: 92px;
  opacity: 1;
}

.feature-card > div > .btn {
  position: absolute;
  left: 23px;
  bottom: 23px;
}

.feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.benefits .section-subtitle {
  max-width: 920px;
  margin: -2px auto 18px;
  text-align: center;
  color: #2f363e;
  font-size: 14px;
  line-height: 1.45;
}

.steps-grid.six {
  grid-template-columns: repeat(3, 1fr);
}

.benefit-card {
  width: 100%;
  max-width: 448px;
  height: 256px;
  border-radius: 10px;
  opacity: 1;
  background: #f6f6f6;
  padding: 14px 14px 12px;
  justify-self: center;
  display: grid;
  grid-template-rows: 1fr auto;
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.benefit-card h4 {
  margin: 0;
  margin-bottom: 40px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0;
  align-self: center;
  justify-self: start;
}

.benefit-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  align-self: end;
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2px;
}

.benefit-card li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 450;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.benefit-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #2c6c61;
  font-weight: 800;
}

.cta {
  margin-top: 40px;
  text-align: center;
}

.cta p {
  margin: 0;
  padding-bottom: 20px;
}

.cta-description {
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D1D1E;
}

.cta .hero-buttons {
  justify-content: center;
  margin-top: 16px;
}

.cta .hero-buttons .btn {
  width: 158px;
  height: 45px;
  border-radius: 8px;
  opacity: 1;
}

.cta .hero-buttons .btn-primary {
  background: #396A60;
  color: #fff;
  --btn-hover-bg: #2f5b52;
}

.cta .hero-buttons .btn-muted {
  background: #787878;
  color: #fff;
  --btn-hover-bg: #646464;
}

.product-hero,
.offer-card,
.area-card,
.process-card,
.case-card,
.tech-white-card,
.tech-small-card,
.harvest-card,
.about-stats,
.about-map,
.about-time-card,
.about-why-card {
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.feature-card img,
.build-card img,
.product-hero img,
.offer-card img,
.tech-small-card img,
.harvest-card img,
.case-main-image {
  transition: transform 320ms ease, opacity 180ms ease, filter 180ms ease;
}

@media (hover: hover) {
  .build-card:hover,
  .step-card:hover,
  .feature-card:hover,
  .benefit-card:hover,
  .product-hero:hover,
  .offer-card:hover,
  .area-card:hover,
  .process-card:hover,
  .case-card:hover,
  .tech-white-card:hover,
  .tech-small-card:hover,
  .harvest-card:hover,
  .about-stats:hover,
  .about-map:hover,
  .about-time-card:hover,
  .about-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(16, 24, 32, 0.16);
    filter: saturate(1.04);
  }

  .feature-card:hover img,
  .build-card:hover img,
  .product-hero:hover img,
  .offer-card:hover img,
  .tech-small-card:hover img,
  .harvest-card:hover img,
  .case-card:hover .case-main-image {
    transform: scale(1.03);
  }

  .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(16, 24, 32, 0.18);
    background: var(--btn-hover-bg);
    color: var(--btn-hover-color);
    filter: none;
  }
}

.btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(16, 24, 32, 0.14);
}

.footer {
  background: #f2f2f2;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding: 30px 0 26px;
  content-visibility: auto;
  contain-intrinsic-size: 320px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2.2fr 2fr 1fr 1fr;
  gap: 24px;
}

.footer-brand {
  display: flex;
  gap: 10px;
  align-items: start;
  text-decoration: none;
  color: inherit;
}

.footer-brand img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.footer h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 800;

}

.footer-brand h4,
.footer-brand p {
  color: inherit;
  text-decoration: none;
  margin-top: 22px;
}

.footer p {
  margin: 0;
  color: #3a4047;
  font-size: 12px;
  line-height: 1.4;
  padding-top: 32px;
}

.small {
  margin-top: 9px !important;
}

.socials {
  display: flex;
  gap: 7px;
  margin-bottom: 8px;
}

.socials a {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-soft);
}

.contacts,
.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contacts li {
  margin: 7px 0;
  font-size: 12px;
  color: #2f353b;
  display: flex;
  gap: 7px;
  align-items: center;
}

.footer-links li {
  margin: 6px 0;
}

.footer-links a {
  text-decoration: none;
  color: #2f353a;
  font-size: 13px;
  font-weight: 500;
}

.scroll-top-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1250;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: #343434;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(10, 16, 24, 0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease, background-color 180ms ease;
}

.scroll-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top-btn:hover {
  background: #2a2a2a;
}

.scroll-top-btn__arrow {
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translateY(2px) rotate(45deg);
}

.products-page {
  padding-bottom: 58px;
}

.products-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}

.product-hero {
  width: 100%;
  max-width: 100%;
  height: 364px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 0;
  display: block;
}

.product-hero.panel {
  background: linear-gradient(120deg, #213748 0%, #6d717b 100%);
}

.product-hero.block {
  background: linear-gradient(120deg, #2a0f08 0%, #703010 52%, #4c2e25 100%);
}

.product-hero-content {
  color: #fff;
  z-index: 2;
  position: absolute;
  inset: 0;
  padding: 31px;
}

.product-hero-content h2 {
  margin: 0;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 46px;
  letter-spacing: 0;
}

.product-hero-content p {
  margin: 0;
  width: 339px;
  height: 88px;
  position: absolute;
  top: 144px;
  left: 31px;
  opacity: 1;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 450;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #e2e7ec;
}

.product-btn {
  position: absolute;
  left: 31px;
  top: 298px;
  width: 158px;
  height: 45px;
  border-radius: 8px;
  opacity: 1;
  background: #fff;
  color: #232b32;
  font-weight: 700;
}

.product-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 15, 23, 0.7) 0%, rgba(8, 15, 23, 0.32) 55%, rgba(8, 15, 23, 0.1) 100%);
  z-index: 1;
}

.products-offer .section-subtitle,
.product-areas .section-subtitle,
.process .section-subtitle {
  margin: -2px auto 20px;
  max-width: 860px;
  text-align: center;
  font-size: 14px;
  color: #353b42;
  line-height: 1.45;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
}

.offer-card {
  background: #f5f5f5;
  width: 100%;
  max-width: 100%;
  height: 369px;
  border-radius: 18px;
  opacity: 1;
  border: 5px solid #f5f5f5;
  overflow: hidden;
  justify-self: stretch;
}

.offer-card img {
  width: 100%;
  height: 192px;
  object-fit: cover;
}

.offer-card h4 {
  margin: 12px 12px 0;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0;
}

.product-areas {
  margin-top: 70px;
}

.areas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}

.area-card {
  background: #f6f6f6;
  width: 100%;
  max-width: 100%;
  height: 275px;
  border-radius: 10px;
  opacity: 1;
  padding: 16px 14px;
  position: relative;
  justify-self: stretch;
  overflow: hidden;
}

.area-card span {
  width: 50px;
  height: 50px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: linear-gradient(112.71deg, #30455B 5.54%, #396A60 84.95%);
  color: #fff;
  font-size: 21px;
  font-weight: 800;
}

.area-card h4 {
  margin: 16px 0 10px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0;
}

.area-card p {
  margin: 0;
  width: 409px;
  max-width: calc(100% - 28px);
  height: 72px;
  position: absolute;
  top: 178px;
  left: 14px;
  opacity: 1;
  color: #333940;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 450;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}

.process-card {
  width: 100%;
  max-width: 100%;
  height: 495px;
  border-radius: 10px;
  opacity: 1;
  padding: 18px 24px 14px;
  background: linear-gradient(112.71deg, #30455B 5.54%, #396A60 84.95%);
  color: #fff;
  justify-self: stretch;
  overflow: hidden;
}

.process-card.right {
  background: linear-gradient(112.71deg, #30455B 5.54%, #396A60 84.95%);
}

.process-card h4 {
  margin: 0 0 8px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0;
  padding-bottom: 10px;
}

.process-card ul {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  padding-bottom: 10px;
}

.process-card li {
  position: relative;
  margin: 7px 0;
  padding-left: 18px;
  color: #deedf3;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 450;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.process-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #3be2a8;
  font-weight: 800;
}

.cases-page {
  padding-bottom: 84px;
}

.cases-intro {
  margin-top: 18px;
}

.cases-intro .section-subtitle {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #323940;
  font-size: 14px;
  line-height: 1.45;
}

.cases-list {
  margin-top: 22px;
  display: grid;
  gap: 12px;
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.case-card {
  display: grid;
  width: 1305px;
  max-width: 100%;
  height: 430px;
  position: relative;
  grid-template-columns: 43% 43% 14%;
  gap: 8px;
  background: #f5f5f5;
  border-radius: 18px;
  opacity: 1;
  padding: 8px;
  overflow: hidden;
  justify-self: center;
}

.case-info {
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.case-info::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #dddddd;
  pointer-events: none;
  z-index: 1;
}

.case-info h4 {
  margin: 8px 10px 0;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 0;
  color: #222222;
}

.case-text {
  margin: 8px 10px 10px;
  color: #2f353b;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 450;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  padding-bottom: 20px;
}

.case-meta {
  margin: 0;
  padding: 10px 10px 8px;
  list-style: none;
  border-top: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 10px;
  align-content: end;
}

.case-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2f353b;
  font-size: 14px;
  padding-top: 16px;
  
}

.case-meta img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.case-main-image-wrap {
  border-radius: 10px;
  overflow: hidden;
  background: #e9e9e9;
}

.case-main-image {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  opacity: 1;
  will-change: opacity, transform;
}

.case-main-image.is-swapping {
  opacity: 0.38;
  filter: saturate(0.94);
}

.case-thumbs {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 8px;
}

.case-thumbs img,
.thumb-empty {
  width: 100%;
  height: 100%;
  max-width: 160px;
  min-height: 114px;
  border-radius: 10px;
  object-fit: cover;
  background: #ebebeb;
}

.cases-list .case-main-image,
.cases-list .case-thumbs img {
  cursor: zoom-in;
}

.case-image-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.case-image-modal.is-open {
  display: flex;
}

.case-image-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 18, 0.78);
}

.case-image-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1000px, 92vw);
  max-height: 92vh;
  border-radius: 24px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.35);
  touch-action: pan-y;
}

.case-image-modal__img {
  width: 100%;
  max-height: 92vh;
  object-fit: contain;
  background: #111;
}

.case-image-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.72);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

body.case-modal-open {
  overflow: hidden;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.contact-modal.is-open {
  display: flex;
}

.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 18, 0.28);
  backdrop-filter: blur(4px);
}

.contact-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1380px, 96vw) !important;
  border-radius: 10px;
  background: #f3f3f3;
  box-shadow: 0 24px 56px rgba(9, 12, 16, 0.24);
  overflow: hidden;
  height: 459px;
}

.contact-modal__close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 8px;
  background: #dde2e2;
  color: #293239;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.contact-modal__grid {
  display: grid;
  grid-template-columns: 44% 27% 6%;
  gap: 18px;
  padding: 35px 16px 14px;
  height: 400px;
  justify-content: center;
  /* padding-top: 60px; */
}

.contact-pane h4 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.1;
  color: #1f2730;
}

.contact-form {
  display: grid;
  gap: 10px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #dcdcdc;
  color: #1f2730;
  padding: 10px 12px;
  font: 500 13px/1.3 var(--font-main);
}

.contact-form textarea {
  min-height: 154px;
  resize: vertical;
}

.contact-form__footer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
}

.contact-form__submit {
  min-width: 170px;
  height: 38px;
  border-radius: 8px;
  background: #2f6f64;
  color: #fff;
}

.contact-form__hint,
.contact-form__secure,
.contact-form__status {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: #3e474f;
}

.contact-form__secure {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-form__secure-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex: 0 0 auto;
}

.contact-form__status.is-error {
  color: #b13333;
}

.contact-form__status.is-success {
  color: #2f6f64;
}

.contact-steps,
.contact-docs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  margin-bottom: 14px;
  align-items: start;
}

.contact-steps span {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #356d69;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 24px;
}

.contact-steps p {
  margin: 0;
  color: #253039;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.contact-docs li {
  margin-bottom: 14px;
}

.contact-docs p {
  margin: 0 0 8px;
  color: #253039;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.contact-docs__btn {
  display: inline-block;
  min-width: 128px;
  height: 32px;
  padding: 6px 14px;
  border-radius: 8px;
  background: #2f6f64;
  color: #fff;
  text-decoration: none;
  font: 600 12px/20px var(--font-main);
}

body.contact-modal-open {
  overflow: hidden;
}

.technology-page {
  padding-bottom: 64px;
}

.tech-top {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 12px;
  margin-top: 6px;
}

.tech-menu {
  display: grid;
  gap: 8px;
  align-content: start;
}

.tech-menu-item {
  width: 282px;
  max-width: 100%;
  height: 120px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  opacity: 1;
  background: #f4f4f4;
  color: #2b3138;
  text-align: left;
  padding: 0 16px 0 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.tech-menu-item .tech-menu-text {
  width: 191px;
  height: 66px;
  opacity: 1;
  display: flex;
  align-items: center;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0;
}

.tech-menu-item .tech-menu-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
}

.technology-page .home-main-title[id] {
  scroll-margin-top: 90px;
}

.tech-hero-card {
  background: linear-gradient(120deg, #184351 0%, #2f6f74 38%, #99c6cf 100%);
  width: 1009px;
  max-width: 100%;
  height: 504px;
  border-radius: 20px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  display: block;
  justify-self: center;
}

.tech-hero-content {
  position: relative;
  z-index: 2;
  max-width: 58%;
  height: 100%;
  padding: 20px 20px 18px;
  color: #fff;
}

.tech-hero-content .product-btn {
  position: absolute;
  left: 30px;
  bottom: 28px;
  top: auto;
  margin-top: 0;
  
}

.tech-hero-text {
  width: 542px;
  max-width: calc(100% - 62px);
  height: 308px;
  position: absolute;
  top: 98px;
  left: 31px;
  opacity: 1;
  overflow: auto;
}

.tech-hero-content h2 {
  margin: 0;
  width: 202px;
  height: 46px;
  position: absolute;
  top: 40px;
  left: 31px;
  opacity: 1;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 46px;
  letter-spacing: 0;
}


.tech-hero-text p {
  margin: 0 0 10px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 450;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #d8e9ee;
}

.tech-hero-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.tech-white-card {
  background: #f6f6f6;
  border-radius: 14px;
  padding: 14px;
}

.tech-yield-copy p {
  margin: 0 0 10px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #343a41;
}

.mini-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.mini-table th,
.mini-table td {
  padding: 5px 8px;
  text-align: left;
}

.mini-table thead th {
  font-weight: 700;
  border-bottom: 1px solid #d0d0d0;
  padding-top: 10px;
}

.mini-table tbody td:first-child {
  font-weight: 700;
}

.tech-yield-card {
  width: 1391px;
  max-width: 100%;
  height: 400px;
  border-radius: 18px;
  opacity: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 485px;
  gap: 0;
  align-items: center;
  overflow: hidden;
  padding: 0;
}

.tech-yield-card .tech-yield-copy {
  height: 100%;
  padding: 16px 16px 12px;
  border-right: 1px solid #dcdcdc;
}

.tech-map {
  width: 485px;
  max-width: 100%;
  height: 366px;
  opacity: 1;
  object-fit: contain;
  border-radius: 0;
  justify-self: center;
  align-self: center;
}

.tech-cluster-subtitle {
  width: 1019px;
  max-width: 100%;
  height: 48px;
  opacity: 1;
  margin: -2px auto 20px;
  text-align: center;
}

.tech-harvest-subtitle {
  width: 588px;
  max-width: 100%;
  height: 48px;
  opacity: 1;
  margin: -2px auto 20px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
}

.tech-grid-12 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}

.tech-small-card {
  width: 210px;
  max-width: 100%;
  height: 273px;
  border-radius: 10px;
  opacity: 1;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #f5f5f5;
  min-height: 273px;
}

.tech-small-card img {
  width: 100%;
  height: 215px; 
  object-fit: cover;
}

.tech-small-card p {
  margin: 6px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}

.harvest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.harvest-card {
  width: 424px;
  max-width: 100%;
  height: 254px;
  border-radius: 10px;
  opacity: 1;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
  justify-self: center;
}

.harvest-card span {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 22px;
  z-index: 2;
}

.harvest-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 209px;
  object-fit: cover;
}

.harvest-card p {
  margin: 8px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0;
}

.grow-card {
  width: 1391px;
  max-width: 100%;
  height: 410px;
  border-radius: 18px;
  opacity: 1;
  padding: 18px 22px 18px;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto auto 1fr;
  row-gap: 12px;
  align-content: start;
  overflow: hidden;
}

.grow-card p {
  margin: 0;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.grow-card .legend-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px 18px;
  margin: 0;
  height: 0;
  padding-top: 10px;
}

.grow-card .legend-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.grow-card .legend-row i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
}

.lg1 { background: #96bf3d; }
.lg2 { background: #df8f24; }
.lg3 { background: #d3d3d3; }
.lg4 { background: #ead6a9; }
.lg5 { background: #d16c16; }
.lg6 { background: #80606d; }
.lg7 { background: #f0ab2c; }
.lg8 { background: #9fc4c6; }
.lg9 { background: #b45100; }
.lg10 { background: #7a8e2f; }
.lg11 { background: #2e6970; }

.grow-card .calendar-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 222px;
  margin: 0;
  overflow: hidden;
}

.grow-card .calendar-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.grow-card .calendar-table th,
.grow-card .calendar-table td {
  height: 44px;
  padding: 0 8px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.grow-card .calendar-table th:first-child,
.grow-card .calendar-table td:first-child {
  width: 110px;
}

.calendar-table th,
.calendar-table td {
  border: 1px solid #c7c7c7;
  padding: 7px 8px;
  text-align: center;
  font-size: 11px;
}

.calendar-table th:first-child,
.calendar-table td:first-child {
  background: #1f6a62;
  color: #fff;
  font-weight: 700;
}

.month-short {
  display: none;
}

.bg-empty { background: #ece4d0; }
.bg-grey { background: #bbb5bf; }
.bg-orange { background: #d8571f; }
.bg-green { background: #6b8f2e; }
.bg-lime { background: #9ec03e; }
.bg-brown { background: #993000; }

.panel-data {
  padding: 0;
  overflow: hidden;
}

.panel-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.tab-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding: 4px;
}

.tab {
  border: none;
  background: #efefef;
  min-height: 38px;
  border-radius: 6px;
  font: 700 11px/1.2 var(--font-main);
  color: #232b33;
  -webkit-appearance: none;
  appearance: none;
}

.tab.active {
  background: #2f6f64;
  color: #fff;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.data-table th,
.data-table td {
  border-top: 1px solid #d8d8d8;
  padding: 10px 10px;
  text-align: left;
}

.data-table .emisco {
  color: #2f916d;
  background: #e8f4ed;
}

.manufacturing-page {
  padding-bottom: 72px;
}

.manufacturing-stages .mfg-subtitle {
  max-width: 760px;
  margin: -2px auto 26px;
  text-align: center;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #2f363e;
}

.mfg-accordion-group {
  --total-options: 4;
  --option-width: 130px;
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  min-height: 300px;
}

.mfg-step {
  flex: 0 0 var(--option-width);
  flex-grow: 1;
  min-width: 0;
  min-height: 300px;
  border-radius: 10px;
  background: #f5f5f5;
  border: 0.5px solid rgba(0, 0, 0, 0.08);
  padding: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: flex-grow 1.25s cubic-bezier(.17, .84, .44, 1), box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1), transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mfg-step.is-open {
  flex-grow: var(--total-options);
}

.mfg-step__toggle {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  width: fit-content;
  cursor: pointer;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}

.mfg-step__num {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #dbe1df;
  color: #232b33;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.mfg-step__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  flex: 1;
  height: auto;
  position: relative;
  margin-top: 0;
}

.mfg-step.is-open .mfg-step__content {
  grid-template-columns: 52% 48%;
  align-items: stretch;
}

.mfg-step:not(.is-open) .mfg-step__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.mfg-step__day {
  margin: 0 0 6px;
  color: #7a828a;
  font-size: 12px;
  line-height: 1.2;
}

.mfg-step__text h4 {
  margin: 0 0 8px;
  color: #262d34;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  opacity: 1;
  transform: translateY(0);
}

.mfg-step__text p {
  margin: 0;
  color: #313940;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.mfg-step__img {
  width: 100%;
  height: 100%;
  min-height: 295px;
  max-width: 295px;
  max-height: 190px;
  border-radius: 8px;
  object-fit: cover;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1), transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mfg-step .mfg-step__text {
  margin-top: auto;
  align-self: end;
  min-height: 158px;
  position: relative;
  z-index: 2;
}

.mfg-step:not(.is-open) .mfg-step__text {
  margin-top: 0;
  align-self: stretch;
}

.mfg-step:not(.is-open) .mfg-step__day {
  margin-top: auto;
}

.mfg-step:not(.is-open) .mfg-step__text h4::after {
  content: " \25B8";
  color: #356d69;
  font-size: 14px;
  vertical-align: middle;
}

.mfg-step:not(.is-open) .mfg-step__img {
  opacity: 0.78;
  transform: scale(1.12);
  position: absolute;
  inset: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  min-height: 100%;
  filter: grayscale(1) blur(1.8px) brightness(0.62);
  pointer-events: none;
  z-index: 0;
}

.mfg-step:not(.is-open)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 24, 0.7);
  z-index: 1;
  pointer-events: none;
}

.mfg-step:not(.is-open) .mfg-step__text h4,
.mfg-step:not(.is-open) .mfg-step__text p {
  color: #eef3f6;
}

.mfg-step:not(.is-open) .mfg-step__day {
  color: #d8e1e8;
}

.mfg-step.is-open .mfg-step__day {
  display: none;
}

.mfg-step .mfg-step__text > p:last-child {
  height: 88px;
  max-height: 88px;
  opacity: 1;
  transform: translateY(0);
  overflow: hidden;
  transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1), transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0ms;
  visibility: visible;
}

.mfg-step:not(.is-open) .mfg-step__text > p:last-child {
  opacity: 0;
  transform: translateY(8px);
  height: 88px;
  max-height: 88px;
  visibility: hidden;
}

.mfg-step.is-open .mfg-step__text > p:last-child {
  visibility: visible;
  transition-delay: 0ms;
}

.mfg-step.is-open.is-opening .mfg-step__text > p:last-child {
  transition-delay: 700ms;
}

.mfg-step.is-open.is-opening .mfg-step__text h4 {
  animation: mfgHeadingReveal 1500ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes mfgHeadingReveal {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  55% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.mfg-tech {
  margin-top: 28px;
}

.mfg-accordion-mobile {
  display: none;
}

.mfg-doc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.mfg-doc-card {
  min-height: 176px;
  border-radius: 10px;
  background: #f5f5f5;
  border: 0.5px solid rgba(0, 0, 0, 0.08);
  padding: 12px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.mfg-doc-label {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.2;
  color: #7a828a;
}

.mfg-doc-card h4 {
  margin: 0 0 12px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #232b33;
}

.mfg-doc-btn {
  display: inline-block;
  min-width: 128px;
  height: 32px;
  padding: 6px 14px;
  border-radius: 8px;
  background: #2f6f64;
  color: #fff;
  text-decoration: none;
  font: 600 12px/20px var(--font-main);
}
.mfg-text{
  text-align: center;
}
.mfg-cta {
  margin-top: 24px;
}

.about-page {
  padding-bottom: 78px;
}

.about-hero {
  width: 1391px;
  max-width: 100%;
  height: 364px;
  min-height: 364px;
  border-radius: 20px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(90deg, rgba(8, 13, 19, 0.86) 0%, rgba(8, 13, 19, 0.45) 45%, rgba(8, 13, 19, 0.12) 72%),
    radial-gradient(circle at 82% 25%, rgba(187, 128, 49, 0.75) 0%, rgba(131, 84, 29, 0.72) 34%, rgba(35, 27, 18, 0.82) 74%),
    linear-gradient(135deg, #3a3f44 0%, #25292f 100%);
}

.about-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.about-hero-overlay {
  position: relative;
  z-index: 1;
  max-width: 56%;
  padding: 44px 35px 34px;
  color: #fff;
}

.about-hero-overlay h2 {
  margin: 0 0 12px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 46px;
  letter-spacing: 0;
}

.about-hero-overlay p {
  margin: 0;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-weight: 450;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #dce5eb;
}

.about-hero-btn {
  position: absolute;
  left: 31px;
  top: 298px;
  width: 158px;
  height: 45px;
  border-radius: 8px;
  opacity: 1;
  margin-top: 0;
  min-width: 158px;
  background: #f4f4f4;
  color: #1f262d;
}

.about-story {
  width: 1391px;
  max-width: 100%;
  height: 417px;
  border-radius: 10px;
  opacity: 1;
  background: #f5f5f5;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 346px 346px;
  gap: 12px;
  padding: 11px;
  box-sizing: border-box;
}

.about-stats,
.about-map,
.about-why-card,
.about-time-card {
  border-radius: 10px;
  background: #f5f5f5;
}

.about-story .about-story-copy,
.about-story .about-story-media {
  background: transparent;
  border-radius: 0;
}

.about-story-copy {
  grid-column: 1 / 2;
  align-self: stretch;
  position: relative;
  background: transparent !important;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none;
  padding: 10px 17px;
  left: 10px;
}

.about-story-copy h3 {
  margin: 26px 0 10px;
  font-size: clamp(30px, 2.2vw, 42px);
  line-height: 1.08;
  color: #293139;
  text-align: left;
}

.about-story-copy p {
  margin: 0 0 10px;
  color: #2e353c;
  font-size: 14px;
  line-height: 1.45;
  margin-top: 20px;
}

.about-story-copy .btn-call {
  position: absolute;
  top: 330px;
  left: 17px;
  width: 158px;
  height: 45px;
  min-width: 158px;
  border-radius: 8px;
  opacity: 1;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.about-story-media {
  width: 346px;
  height: 395px;
  border-radius: 10px;
  opacity: 1;
  min-height: 395px;
  position: relative;
  overflow: hidden;
}

.about-story-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story-media::before {
  content: "";
  position: absolute;
  inset: 0;
}

/* .about-story-media.media-a::before {
  background:
    linear-gradient(140deg, rgba(35, 92, 142, 0.62) 0%, rgba(23, 64, 111, 0.1) 44%, rgba(41, 42, 31, 0.52) 100%),
    radial-gradient(circle at 74% 26%, rgba(246, 191, 75, 0.88) 0%, rgba(118, 145, 77, 0.72) 42%, rgba(56, 77, 44, 0.86) 85%);
} */

/* .about-story-media.media-b::before {
  background:
    linear-gradient(165deg, rgba(70, 78, 86, 0.82) 0%, rgba(16, 19, 23, 0.46) 100%),
    radial-gradient(circle at 72% 78%, rgba(119, 166, 64, 0.88) 0%, rgba(84, 129, 46, 0.75) 40%, rgba(38, 45, 28, 0.9) 84%);
} */

.about-timeline-wrap h3,
.about-why h3 {
  margin-bottom: 18px;
}

.about-timeline {
  display: grid;
  grid-template-columns: repeat(7, minmax(150px, 1fr));
  gap: 10px;
}

.about-time-card {
  min-height: 194px;
  padding: 12px 10px;
  position: relative;
}

.about-time-card::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  top: -16px;
  left: 10px;
  background: #2f6f64;
  box-shadow: 0 0 0 3px #d9d9d9;
}

.about-time-card span {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  background: #dfe4e3;
  color: #20282f;
  font-size: 24px;
  font-weight: 800;
}

.about-time-card p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #2e353c;
}

.about-numbers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.about-stats {
  padding: 16px 14px;
}

.about-stats h3 {
  margin: 0 0 14px;
  font-size: clamp(21px, 2.2vw, 44px);
  line-height: 1.08;
  text-align: left;
  color: #273038;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
}

.about-stats-grid strong {
  display: block;
  color: #2e6f64;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.about-stats-grid p {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.35;
  color: #2f363d;
}

.about-map {
  min-height: 320px;
  position: relative;
  overflow: hidden;
  background: #dfe6eb;
}

.about-map-embed {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}

.about-map-pin {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d6493d;
  position: absolute;
  left: 62%;
  top: 48%;
  box-shadow: 0 0 0 6px rgba(214, 73, 61, 0.2);
}

.about-map-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 8px;
  height: 12px;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #d6493d;
}

.about-why .section-subtitle {
  margin: -2px auto 28px;
  max-width: 700px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #2f363e;
}

.about-why-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.about-why-card {
  min-height: 216px;
  padding: 18px 16px 16px;
}

.about-why-grid .about-why-card:nth-child(-n + 3) {
  grid-column: span 4;
  min-height: 300px;
}

.about-why-grid .about-why-card:nth-child(n + 4) {
  grid-column: span 3;
}

.about-why-card span {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: linear-gradient(112.71deg, #30455b 5.54%, #396a60 84.95%);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

.about-why-card h4 {
  margin: 18px 0 12px;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
  color: #252c33;
}

.about-why-card p {
  margin: 0;
  font-family: "Suisse Int'l", "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #313940;
}

@media (max-width: 980px) {
  .header {
    grid-template-columns: 1fr;
  }

  .company-top {
    grid-template-columns: 1fr;
  }

  .company-meta {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .top-nav {
    grid-template-columns: repeat(7, minmax(78px, 1fr));
  }
}

@media (max-width: 1024px) {
  .hero {
    height: 380px;
  }

  .hero-content {
    max-width: 640px;
    padding: 48px 30px 42px;
  }

  .tech-top {
    grid-template-columns: 1fr;
  }

  .tech-hero-content {
    max-width: 100%;
  }

  .tech-yield-card {
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
  }

  .tech-yield-card .tech-yield-copy {
    border-right: 0;
    border-bottom: 1px solid #dcdcdc;
  }

  .contact-modal__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .contact-form textarea {
    max-height: 120px;
    min-height: 30px;
  }
  .contact-pane h4 {
    font-size: 24px;
  }
  
  .tech-grid-12 {
    grid-template-columns: repeat(3, 1fr);
  }

  .mfg-accordion-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 0;
  }

  .mfg-step,
  .mfg-step.is-open {
    flex: none;
    min-height: 280px;
  }

  .mfg-step.is-open .mfg-step__content {
    grid-template-columns: 1fr;
  }

  .grow-card .calendar-wrap {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .grow-card .calendar-table {
    width: 100%;
    min-width: 780px;
  }

  .harvest-grid {
    grid-template-columns: 1fr;
  }

  .case-card {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .case-main-image-wrap {
    order: 1;
  }

  .case-thumbs {
    order: 2;
  }

  .case-info {
    order: 3;
  }

  .case-main-image {
    min-height: 300px;
  }

  .case-thumbs {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }

  .case-thumbs img,
  .thumb-empty {
    min-height: 100px;
  }

  .products-top,
  .offer-grid,
  .areas-grid,
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-hero-overlay {
    max-width: 72%;
  }

  .about-story {
    height: auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-story-copy {
    grid-column: 1 / -1;
  }

  .about-timeline {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-numbers,
  .about-why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-why-grid .about-why-card:nth-child(-n + 3),
  .about-why-grid .about-why-card:nth-child(n + 4) {
    grid-column: span 1;
    min-height: 220px;
  }

  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer-card h4,
  .area-card h4,
  .process-card h4 {
    font-size: 32px;
  }

  .build-grid,
  .steps-grid.five,
  .why-grid,
  .steps-grid.six,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-card {
    grid-template-columns: 1fr;
  }

  .feature-card img {
    width: 48%;
    margin-left: auto;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(1300px, calc(100vw - 20px));
  }

  .main,
  .products-page,
  .technology-page,
  .manufacturing-page,
  .about-page,
  .cases-page {
    padding-bottom: 42px;
  }

  .header.container {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 0px 0 14px;
  }

  .company-card {
    width: 100%;
    height: auto;
    position: relative;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 10px 56px 10px 12px;
    border-radius: 0 0 24px 24px;
    background: #f4f5f4;
    border: 0;
    box-shadow: 0 8px 22px rgba(15, 22, 28, 0.08);
  }

  .company-logo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
  }

  .company-info,
  .company-top {
    display: block;
    width: auto;
  }
  .contact-pane {
    margin-bottom: -15px;
    padding-bottom: 15px;
  }
  .company-top {
    width: 100%;
  }

  .company-info {
    min-width: 0;
  }

  .company-info h1 {
    font-size: 18px;
    line-height: 1.05;
    letter-spacing: -0.01em;
    padding-bottom: 0;
  }

  .company-topbar {
    display: block;
  }

  .mobile-nav-toggle {
    display: inline-flex;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: #E2E2E2;
    box-shadow: none;
  }

  .company-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
    margin-top: 10px;
    align-items: stretch;
  }

  .company-actions .btn,
  .btn-lang-wrap {
    min-width: 0;
    width: 100%;
  }

  .btn-lang-wrap {
    order: 1;
  }

  .company-actions > .btn-call {
    order: 2;
    flex: none;
    min-height: 38px;
    width: 170px;
    border-radius: 8px;
  }

  .btn-lang {
    min-height: 38px;
    border-radius: 8px;
    padding: 8px 10px 8px 12px;
    font-size: 14px;
    letter-spacing: 0.04em;
  }

  .btn-lang-label {
    justify-content: center;
  }

  .company-meta {
    display: none;
  }

  .company-meta p {
    font-size: 13px;
    line-height: 1.35;
  }

  .company-meta p img {
    width: 14px;
    height: 14px;
    object-fit: contain;
  }

  .top-nav {
    position: fixed;
    top: 96px;
    left: 10px;
    right: 10px;
    z-index: 1100;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 12px;
    margin: 0;
    background: rgba(243, 244, 244, 0.98);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(12, 18, 24, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(0.98);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .top-nav::-webkit-scrollbar {
    display: none;
  }

  body.mobile-nav-open .top-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  body.mobile-nav-open {
    overflow: hidden;
  }

  body.mobile-nav-open .mobile-nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body.mobile-nav-open .mobile-nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.mobile-nav-open .mobile-nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .nav-item {
    width: 100%;
    min-width: 0;
    height: 65px;
    padding: 10px 8px;
    gap: 5px;
    flex-direction: row;
  }

  .nav-item img {
    width: 47px;
    height: 47px;
  }

  .nav-item span {
    font-size: 15px;
  }

  .hero {
    width: 100%;
    min-height: 690px;
    height: auto;
    border-radius: 18px;
    background: #f5f5f5;
  }

  .hero-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    max-width: 100%;
    min-height: 0;
    display: block;
    padding: 18px 16px 16px;
    background: #f5f5f5;
    border-radius: 0 0 18px 18px;
  }

  .hero-overlay {
    display: none;
  }

  .hero-bg-image {
    inset: 0 0 auto 0;
    height: 400px;
    /* object-position: right center; */
  }

  .hero h2 {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.1;
    color: #23282e;
  }

  .hero p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.45;
    color: #2f353b;
  }

  .hero-buttons {
    margin-top: 18px;
    gap: 10px;
    align-items: stretch;
    flex-direction: row;
  }

  .hero .hero-buttons .btn,
  .cta .hero-buttons .btn {
    width: 49%;
    min-width: 0;
    flex: 1 1 0;
    min-height: 48px;
  }

  .contact-modal {
    padding: 8px;
    padding-top: 40px;
  }
  .contact-docs p {
    font-size: 12px;
    line-height: 1.45;
  }
  .contact-modal__dialog {
    width: 100%;
    max-height: 95vh;
    overflow: auto;
  }

  .contact-form__row,
  .contact-form__footer {
    grid-template-columns: 1fr;
  }

  .contact-modal__grid {
    grid-template-columns: 1fr;
    height: auto;
    padding: 10px 12px 12px;
  }

  .contact-pane h4 {
    font-size: 26px;
  }

  .contact-steps li {
    margin-bottom: 10px;
  }

  .contact-docs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 10px;
  }

  .contact-docs li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .contact-docs li:last-child,
  .contact-steps li:last-child {
    margin-bottom: 0;
  }

  .section {
    margin-top: 30px;
  }

  .section h3.home-main-title,
  .section h3 {
    margin-bottom: 16px;
    padding-bottom: 0;
    font-size: 34px;
    line-height: 1.12;
  }

  .build-grid,
  .steps-grid.five,
  .why-grid,
  .steps-grid.six,
  .about-story,
  .about-timeline,
  .about-numbers,
  .about-why-grid,
  .footer-grid,
  .products-top,
  .offer-grid,
  .areas-grid,
  .process-grid,
  .tech-grid-12 {
    grid-template-columns: 1fr;
  }

  .build-card,
  .step-card,
  .benefit-card,
  .offer-card,
  .area-card,
  .process-card,
  .tech-small-card,
  .harvest-card,
  .mfg-doc-card,
  .about-why-card {
    max-width: 100%;
  }

  .build-card,
  .step-card,
  .benefit-card,
  .offer-card,
  .area-card,
  .process-card {
    height: auto;
    min-height: 0;
  }

  .build-card {
    max-width: 100%;
    min-height: 196px;
  }

  .build-card h4 {
    max-width: 86%;
    font-size: 17px;
    line-height: 1.35;
  }

  .step-card {
    padding: 14px;
  }

  .step-card p {
    font-size: 24px;
    line-height: 1.2;
    padding-top: 12px;
  }

  .feature-card {
    height: auto;
    min-height: 420px;
    border-radius: 18px;
  }

  .feature-card > div {
    position: relative;
    min-height: 420px;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .feature-card .feature-copy {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    max-width: 100%;
    min-height: 0;
    margin-bottom: 18px;
    /* color: black; */
  }

  .feature-card h4 {
    font-size: 26px;
    line-height: 1.12;
  }

  .feature-card p {
    max-width: 60%;
    font-size: 14px;
    line-height: 1.45;
  }

  .feature-card > div > .btn {
    position: relative;
    left: auto;
    bottom: auto;
  }

  .feature-card img {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }

  .benefit-card {
    padding: 14px;
    gap: 12px;
    grid-template-rows: auto auto auto;
  }

  .benefit-card h4 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.15;
  }

  .benefit-card ul {
    min-height: 0;
  }

  .product-hero,
  .tech-hero-card,
  .about-hero {
    height: auto;
    min-height: 460px;
    border-radius: 18px;
  }

  .product-hero-content,
  .tech-hero-content,
  .about-hero-overlay {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 210px 18px 18px;
  }

  .product-hero-content h2,
  .tech-hero-content h2,
  .about-hero-overlay h2 {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.12;
  }

  .product-hero-content p,
  .tech-hero-text,
  .about-hero-overlay p {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    overflow: visible;
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
  }

  .product-btn,
  .tech-hero-content .product-btn,
  .about-hero-btn {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin-top: 16px;
  }

  .offer-card img {
    height: 210px;
  }

  .offer-card h4,
  .area-card h4,
  .process-card h4,
  .case-info h4 {
    font-size: 24px;
    line-height: 1.15;
  }

  .area-card {
    padding: 14px;
  }

  .area-card p {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 14px;
    line-height: 1.45;
  }

  .process-card {
    padding: 16px 16px 14px;
  }

  .case-card {
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 16px;
  }

  .case-main-image-wrap {
    order: 1;
  }

  .case-thumbs {
    order: 2;
  }

  .case-info {
    order: 3;
    grid-template-rows: auto auto auto;
  }

  .case-info::after {
    display: none;
  }

  .case-text {
    margin-bottom: 0;
    padding-bottom: 16px;
    line-height: 1.5;
  }

  .case-meta {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .case-meta li {
    padding-top: 8px;
  }

  .case-main-image {
    min-height: 232px;
  }

  .case-thumbs img,
  .thumb-empty {
    min-height: 82px;
  }

  .mfg-accordion-group {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 10px;
    margin-bottom: 10px;
  }

  .mfg-accordion-desktop {
    display: none;
  }

  .mfg-accordion-mobile {
    display: grid;
  }

  .mfg-step,
  .mfg-step.is-open {
    flex: none;
    min-height: 0;
    padding: 12px;
  }

  .mfg-step__toggle {
    position: static;
    display: inline-flex;
    margin-bottom: 12px;
  }

  .mfg-step__content,
  .mfg-step.is-open .mfg-step__content,
  .mfg-step:not(.is-open) .mfg-step__content {
    grid-template-columns: 1fr;
    gap: 12px;
    display: grid;
    justify-content: stretch;
  }
  
  .mfg-step, .mfg-step.is-open {
    width: 100%;
  }
  .mfg-step__img {
    max-width: 100%;
    max-height: 195px;
    width: 100%;
    order: 3;
  }

  .mfg-step .mfg-step__text,
  .mfg-step:not(.is-open) .mfg-step__text {
    order: 2;
    margin-top: 0;
    align-self: stretch;
    min-height: 0;
  }

  .mfg-step .mfg-step__text > p:last-child,
  .mfg-step.is-open .mfg-step__text > p:last-child {
    height: auto;
    max-height: 100% !important;
    min-width: 100%;
  }

  .mfg-step:not(.is-open) .mfg-step__img {
    opacity: 0.78;
    transform: scale(1.12);
    position: absolute;
    inset: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    min-height: 100%;
    max-height: none;
    filter: grayscale(1) blur(1.8px) brightness(0.62);
    pointer-events: none;
    z-index: 0;
  }

  .mfg-step:not(.is-open) .mfg-step__text h4,
  .mfg-step:not(.is-open) .mfg-step__text p,
  .mfg-step:not(.is-open) .mfg-step__day {
    color: #eef3f6;
  }

  .mfg-step:not(.is-open) .mfg-step__text h4::after {
    content: " \25B8";
  }

  .mfg-step.is-open .mfg-step__day {
    display: block;
  }

  .mfg-doc-grid {
    grid-template-columns: 1fr;
  }

  .about-why-grid .about-why-card:nth-child(-n + 3),
  .about-why-grid .about-why-card:nth-child(n + 4) {
    grid-column: span 1;
    min-height: 200px;
  }

  .about-story {
    height: auto;
    padding: 12px;
    gap: 12px;
  }

  .about-story-copy {
    left: auto;
    padding: 0;
  }

  .about-story-copy h3 {
    margin-top: 0;
    font-size: 30px;
    line-height: 1.1;
  }

  .about-story-copy .btn-call {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 16px;
  }

  .about-story-media {
    width: 100%;
    height: 220px;
    min-height: 220px;
  }

  .about-time-card span,
  .about-why-card h4 {
    font-size: 24px;
  }

  .about-stats-grid {
    grid-template-columns: 1fr;
  }

  .about-stats-grid strong {
    font-size: 38px;
  }

  .about-map,
  .about-map-embed {
    min-height: 260px;
  }

  .tech-menu-item {
    width: 100%;
    height: auto;
    min-height: 86px;
    padding: 14px 16px;
  }

  .tech-menu-item .tech-menu-text {
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 1.35;
  }

  .tech-menu-item .tech-menu-icon {
    width: 42px;
    height: 42px;
  }

  .tech-yield-card {
    height: auto;
  }

  .tech-yield-card .tech-yield-copy {
    padding: 14px;
  }

  .tech-map {
    width: 100%;
    height: 240px;
  }

  .technology-page .section {
    margin-top: 26px;
  }

  .tech-top {
    margin-top: 0;
  }

  .tech-menu {
    display: none;
  }

  .tech-hero-card {
    width: 100%;
    min-height: 560px;
    border-radius: 18px;
    background: #f5f5f5;
    max-width: 100%;
    justify-self: stretch;
  }

  .tech-hero-card::after {
    display: none;
  }

  .tech-hero-card img {
    inset: 0 0 auto 0;
    height: 360px;
  }

  .tech-hero-content {
    position: absolute;
    inset: auto 0 0 0;
    max-width: 100%;
    height: auto;
    padding: 0 16px 18px;
    color: #23282e;
    z-index: 2;
  }

  .tech-hero-content h2 {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.08;
    color: #23282e;
  }

  .tech-hero-text {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    overflow: visible;
    margin: 0;
  }

  .tech-hero-text p {
    color: #2f353b;
    line-height: 1.45;
    margin-bottom: 8px;
  }

  .tech-hero-content .product-btn {
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-flex;
    min-width: 160px;
    margin-top: 14px;
  }

  .tech-white-card {
    border-radius: 18px;
    padding: 14px;
  }

  .tech-yield-copy p,
  .tech-cluster-subtitle,
  .tech-harvest-subtitle,
  .grow-card p {
    font-size: 14px;
    line-height: 1.45;
  }

  .tech-cluster-subtitle,
  .tech-harvest-subtitle {
    height: auto;
    margin: -2px auto 16px;
  }

  .mini-table {
    min-width: 640px;
    font-size: 13px;
    line-height: 1.3;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
  }

  .tech-yield-card .tech-yield-copy {
    padding: 14px;
    overflow-x: auto;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 84%, rgba(229, 233, 234, 0.4) 100%);
    border-radius: 16px 16px 0 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .mini-table th,
  .mini-table td {
    padding: 10px 12px;
    white-space: nowrap;
  }

  .mini-table thead th {
    background: #e7ece9;
    border-bottom: 1px solid #d5ddda;
    font-size: 12px;
  }

  .mini-table tbody tr:nth-child(even) td {
    background: #fafbfb;
  }

  .mini-table tbody td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background: #eef2f1;
    box-shadow: 8px 0 12px rgba(238, 242, 241, 0.85);
  }

  .tech-grid-12 {
    gap: 10px;
  }

  .tech-small-card {
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 14px;
  }

  .tech-small-card img {
    height: 220px;
  }

  .tech-small-card p {
    margin: 10px 10px 12px;
    font-size: 15px;
    line-height: 1.35;
  }

  .harvest-grid {
    gap: 10px;
  }

  .harvest-card {
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 14px;
  }

  .harvest-card img {
    height: 228px;
  }

  .harvest-card p {
    margin: 10px;
    font-size: 16px;
    line-height: 1.3;
  }

  .grow-card {
    gap: 10px;
  }

  .grow-card .legend-row {
    height: auto;
    padding-top: 2px;
    gap: 8px 14px;
  }

  .grow-card .legend-row span {
    font-size: 12px;
    line-height: 1.35;
  }

  .panel-data {
    overflow: hidden;
    padding: 10px;
  }

  .panel-table-wrap {
    overflow-x: auto;
    margin-top: 2px;
  }

  .tab-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    padding: 0 0 10px;
  }

  .data-table {
    min-width: 660px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    font-size: 12px;
  }

  .grow-card {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .data-table th,
  .data-table td {
    padding: 10px 12px;
    white-space: nowrap;
  }

  .data-table thead th {
    background: #e7ece9;
    border-top: 0;
    font-size: 12px;
    line-height: 1.25;
  }

  .data-table tbody tr:nth-child(even) td {
    background: #fafbfb;
  }

  .data-table th:first-child,
  .data-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background: #eef2f1;
    box-shadow: 8px 0 12px rgba(238, 242, 241, 0.85);
  }

  .data-table th.emisco,
  .data-table td.emisco {
    position: relative;
    z-index: 0;
  }

  .grow-card .calendar-wrap {
    overflow-x: auto;
    border-radius: 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .grow-card {
    height: auto;
    padding: 14px;
  }

  .grow-card .calendar-table {
    min-width: 720px;
    background: #fff;
  }

  .calendar-table th,
  .calendar-table td {
    white-space: nowrap;
  }

  .calendar-table th {
    font-size: 10px;
    line-height: 1.2;
  }

  .calendar-table td {
    font-size: 10px;
    line-height: 1.2;
  }

  .month-full {
    display: none;
  }

  .month-short {
    display: inline;
  }

  .footer {
    padding: 26px 0 24px;
  }

  .scroll-top-btn {
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
  }

  .footer-grid {
    gap: 18px;
  }

  .footer-brand {
    align-items: center;
  }

  .contacts li,
  .footer-links a,
  .footer p {
    font-size: 13px;
    line-height: 1.45;
    padding-top: 0;
  }
  .footer-brand h4 {
    margin-top: 7px;
  }
  .product-hero img {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .company-info h1 {
    font-size: 16px;
    padding-top: 10px;
  }
  .company-actions > .btn-call {
    width: 80%;
  }
  .company-actions {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .company-card {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    padding: 9px 52px 9px 10px;
  }

  .company-logo {
    width: 64px;
    height: 64px;
  }


  .mobile-nav-toggle {
    width: 38px;
    height: 38px;
  }

  .top-nav {
    grid-template-columns: 1fr;
    top: 92px;
  }

  .hero {
    min-height: 630px;
  }

  .hero-content,
  .product-hero-content,
  .tech-hero-content,
  .about-hero-overlay {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero h2,
  .product-hero-content h2,
  .tech-hero-content h2,
  .about-hero-overlay h2,
  .section h3.home-main-title,
  .section h3 {
    font-size: 28px;
  }

  .tech-hero-card {
    min-height: 540px;
  }

  .tech-hero-card img {
    height: 100%;
  }

  .tech-hero-content {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 16px;
  }

  .tech-hero-content h2 {
    font-size: 28px;
  }

  .tech-hero-content .product-btn {
    width: 100%;
  }

  .hero-bg-image {
    height: 500px;
    /* object-position: right center; */
  }

  .hero-buttons {
    flex-direction: row;
    align-items: stretch;
  }

  .hero .hero-buttons .btn,
  .cta .hero-buttons .btn {
    flex: none;
    min-height: 46px;
  }

  .step-card p {
    font-size: 21px;
  }

  .feature-card,
  .feature-card > div {
    min-height: 392px;
  }

  .product-hero,
  .tech-hero-card,
  .about-hero {
    min-height: 420px;
  }

  .case-thumbs {
    gap: 6px;
  }

  .tab-row {
    grid-template-columns: 1fr;
  }

  .mini-table {
    min-width: 580px;
  }

  .data-table {
    min-width: 620px;
  }

  .case-thumbs img,
  .thumb-empty {
    min-height: 74px;
    border-radius: 8px;
  }

  .contact-modal__dialog {
    border-radius: 16px;
  }
  .contact-pane {
    margin-bottom: -30px;
    padding-bottom: 15px;
  }
  .contact-form__submit,
  .contact-docs__btn {
    width: 100%;
  }
}
