@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,700&family=Inter:wght@400;500;600&display=swap");
.services-wrapper *, .services-wrapper *::before, .services-wrapper *::after {
  box-sizing: border-box;
}
.services-wrapper h1, .services-wrapper h2, .services-wrapper h3, .services-wrapper h4, .services-wrapper h5, .services-wrapper ul, .services-wrapper li, .services-wrapper figure {
  margin: 0;
  padding: 0;
}
.services-wrapper ul {
  list-style: none;
}
.services-wrapper img {
  display: block;
  max-width: 100%;
}
.services-wrapper a {
  text-decoration: none;
}
.services-wrapper button {
  cursor: pointer;
  border: none;
  background: none;
}

.services-wrapper {
  font-family: "Inter", sans-serif;
  color: #595b62;
  font-size: 16px;
  line-height: 1.8;
  background: #ffffff;
}

.service-page {
  width: 100%;
  overflow: hidden;
}

.svc-eyebrow {
  display: inline-block;
  padding: 8px 22px;
  background-color: #c6d936;
  border-radius: 30px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a3841;
  margin-bottom: 32px;
}

.svc-label, .svc-closing--agriculture__eyebrow, .svc-agri-value__eyebrow, .svc-agri-prestations__eyebrow, .svc-closing--ingenierie__overline, .svc-ing-why__eyebrow, .svc-ing-approach__eyebrow, .svc-ing-prestations__eyebrow, .svc-closing--commerce__eyebrow, .svc-reasons__eyebrow, .svc-value-block__label, .svc-domains__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c6d936;
}
.svc-label::before, .svc-closing--agriculture__eyebrow::before, .svc-agri-value__eyebrow::before, .svc-agri-prestations__eyebrow::before, .svc-closing--ingenierie__overline::before, .svc-ing-why__eyebrow::before, .svc-ing-approach__eyebrow::before, .svc-ing-prestations__eyebrow::before, .svc-closing--commerce__eyebrow::before, .svc-reasons__eyebrow::before, .svc-value-block__label::before, .svc-domains__eyebrow::before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #c6d936;
  flex-shrink: 0;
}

.svc-btn, .svc-closing--ingenierie__btn, .svc-btn--dark, .svc-closing--agriculture__btn, .svc-closing--commerce__btn, .svc-closing__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 14px 32px;
  background-color: #c6d936;
  color: #1a3841;
  border-radius: 3px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  transition: background 0.25s, gap 0.2s;
}
.svc-btn:hover, .svc-closing--ingenierie__btn:hover, .svc-btn--dark:hover, .svc-closing--agriculture__btn:hover, .svc-closing--commerce__btn:hover, .svc-closing__btn:hover {
  background-color: #8fa020;
  gap: 22px;
}
.svc-btn svg, .svc-closing--ingenierie__btn svg, .svc-btn--dark svg, .svc-closing--agriculture__btn svg, .svc-closing--commerce__btn svg, .svc-closing__btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.svc-btn--dark, .svc-closing--agriculture__btn, .svc-closing--commerce__btn, .svc-closing__btn {
  background-color: #1a4137;
  color: #ffffff;
}
.svc-btn--dark:hover, .svc-closing--agriculture__btn:hover, .svc-closing--commerce__btn:hover, .svc-closing__btn:hover {
  background-color: #1a3841;
}

.svc-hero {
  background-color: #1a3841;
  padding: 96px 56px 56px;
  position: relative;
  overflow: hidden;
}
.svc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 70px 70px;
  pointer-events: none;
}
.svc-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 6px;
  background-color: #c6d936;
}
@media (max-width: 768px) {
  .svc-hero {
    padding: 56px 32px 32px;
  }
}
.svc-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.svc-hero__title {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 700;
  line-height: 1.05;
  color: #ffffff;
  letter-spacing: -0.025em;
  margin-bottom: 56px;
  max-width: 820px;
}
.svc-hero__title em {
  font-style: normal;
  color: #c6d936;
}
.svc-hero__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 700px) {
  .svc-hero__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.svc-hero__intro {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.85;
  max-width: 460px;
}
.svc-hero__intro strong {
  font-weight: 600;
  color: #ffffff;
}
.svc-hero__stats {
  display: flex;
  gap: 56px;
  flex-shrink: 0;
}
.svc-hero__stat {
  text-align: right;
}
@media (max-width: 700px) {
  .svc-hero__stat {
    text-align: left;
  }
}
.svc-hero__stat-num {
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.03em;
}
.svc-hero__stat-num span {
  color: #c6d936;
  font-size: 26px;
}
.svc-hero__stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.06em;
  margin-top: 4px;
  text-transform: uppercase;
}

.svc-ticker {
  background: #c6d936;
  overflow: hidden;
  padding: 10px 0;
}
.svc-ticker__track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 28s linear infinite;
}
.svc-ticker__item {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 32px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a3841;
  white-space: nowrap;
}
.svc-ticker__item::after {
  content: "·";
  font-size: 18px;
  opacity: 0.4;
}
@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.svc-domains {
  background: #f8f5f2;
  padding: 96px 56px;
}
@media (max-width: 768px) {
  .svc-domains {
    padding: 56px 32px;
  }
}
.svc-domains__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.svc-domains__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 56px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e2dfd8;
  gap: 32px;
}
@media (max-width: 600px) {
  .svc-domains__header {
    flex-direction: column;
    gap: 16px;
  }
}
.svc-domains__title {
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #051b05;
  letter-spacing: -0.015em;
}
.svc-domains__grid {
  display: flex;
  flex-direction: column;
}

.svc-domain-item {
  display: grid;
  grid-template-columns: 100px 1fr 1fr;
  gap: 56px;
  align-items: start;
  padding: 32px 0 !important;
  border-bottom: 1px solid #e2dfd8;
  transition: background 0.2s;
  cursor: default;
}
.svc-domain-item:last-child {
  border-bottom: none;
}
@media (max-width: 800px) {
  .svc-domain-item {
    grid-template-columns: 60px 1fr;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .svc-domain-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 32px 0;
  }
}
.svc-domain-item:hover .svc-domain-item__num {
  color: #c6d936;
}
.svc-domain-item:hover .svc-domain-item__icon {
  background: #c6d936;
  border-color: #c6d936;
}
.svc-domain-item:hover .svc-domain-item__icon svg {
  stroke: #1a3841;
}
.svc-domain-item__num {
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #e2dfd8;
  line-height: 1;
  letter-spacing: -0.04em;
  transition: color 0.25s;
  padding-top: 4px;
}
.svc-domain-item__icon {
  width: 44px;
  height: 44px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #e2dfd8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: background 0.25s, border-color 0.25s;
}
.svc-domain-item__icon svg {
  width: 20px;
  height: 20px;
  stroke: #1a4137;
  transition: stroke 0.25s;
}
.svc-domain-item__title {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #051b05;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  line-height: 1.3;
}
.svc-domain-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}
.svc-domain-item__tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a3841;
  background: #c6d936;
  padding: 4px 12px;
  border-radius: 30px;
}
.svc-domain-item__desc {
  font-size: 14px;
  color: #595b62;
  line-height: 1.75;
}
@media (max-width: 800px) {
  .svc-domain-item__desc {
    display: none;
  }
}

.svc-values {
  background: #ffffff;
  margin-top: 56px;
  margin-bottom: 56px;
}

.svc-value-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e2dfd8;
}
@media (max-width: 768px) {
  .svc-value-block {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.svc-value-block__visual {
  position: relative;
  overflow: hidden;
  order: 2;
}
@media (max-width: 768px) {
  .svc-value-block__visual {
    order: 0;
    height: 280px;
  }
}
.svc-value-block__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.svc-value-block:hover .svc-value-block__img {
  transform: scale(1.04);
}
.svc-value-block--img-left .svc-value-block__visual {
  order: 1;
}
.svc-value-block--img-left .svc-value-block__content {
  order: 2;
}
.svc-value-block__content {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px 56px;
  background: #1a3841;
}
@media (max-width: 900px) {
  .svc-value-block__content {
    padding: 56px 32px;
  }
}
@media (max-width: 768px) {
  .svc-value-block__content {
    order: 0;
    padding: 32px;
  }
}
.svc-value-block__num {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(60px, 9vw, 110px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 16px;
  user-select: none;
}
.svc-value-block__label {
  margin-bottom: 32px;
}
.svc-value-block__title {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 16px;
}
.svc-value-block__body {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.85;
  margin-bottom: 32px;
}
.svc-value-block__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.svc-value-block__list li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  padding-left: 16px;
  position: relative;
  line-height: 1.55;
}
.svc-value-block__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 2px;
  background: #c6d936;
}

.svc-closing {
  background: #f8f5f2;
  padding: 96px 56px;
}
@media (max-width: 768px) {
  .svc-closing {
    padding: 56px 32px;
  }
}
.svc-closing__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 56px;
}
@media (max-width: 700px) {
  .svc-closing__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.svc-closing__text {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 700;
  color: #051b05;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.svc-closing__text em {
  font-style: normal;
  color: #1a4137;
}
.svc-closing__btn {
  flex-shrink: 0;
  white-space: nowrap;
}

.svc-prestations {
  background: #f8f5f2;
  padding: 96px 56px;
}
@media (max-width: 768px) {
  .svc-prestations {
    padding: 56px 32px;
  }
}
.svc-prestations__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.svc-prestations__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 32px;
  margin-bottom: 56px;
  border-bottom: 1px solid #e2dfd8;
}
.svc-prestations__count {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #8a8880;
  letter-spacing: 0.06em;
}
.svc-prestations__list {
  display: flex;
  flex-direction: column;
}

.svc-prest-row {
  display: grid;
  grid-template-columns: 120px 1fr 1fr;
  gap: 56px;
  align-items: start;
  padding: 56px 0 !important;
  border-bottom: 1px solid #e2dfd8;
}
.svc-prest-row:last-child {
  border-bottom: none;
}
@media (max-width: 900px) {
  .svc-prest-row {
    grid-template-columns: 72px 1fr;
    gap: 32px;
  }
}
@media (max-width: 560px) {
  .svc-prest-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 32px 0;
  }
}
.svc-prest-row:hover .svc-prest-row__num {
  color: #c6d936;
}
.svc-prest-row:hover .svc-prest-row__icon {
  background: #c6d936;
  border-color: #c6d936;
}
.svc-prest-row:hover .svc-prest-row__icon svg {
  stroke: #1a3841;
}
.svc-prest-row__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 3px;
}
.svc-prest-row__num {
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #e2dfd8;
  line-height: 1;
  letter-spacing: -0.04em;
  transition: color 0.25s;
}
.svc-prest-row__icon {
  width: 44px;
  height: 44px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #e2dfd8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, border-color 0.25s;
}
.svc-prest-row__icon svg {
  width: 18px;
  height: 18px;
  stroke: #1a4137;
  transition: stroke 0.25s;
}
.svc-prest-row__title {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #051b05;
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin-bottom: 16px;
}
.svc-prest-row__desc {
  font-size: 14px;
  color: #595b62;
  line-height: 1.75;
}
.svc-prest-row__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px;
}
@media (max-width: 900px) {
  .svc-prest-row__items {
    grid-column: 2;
  }
}
@media (max-width: 560px) {
  .svc-prest-row__items {
    grid-column: 1;
  }
}
.svc-prest-row__items li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #051b05;
  line-height: 1.55;
}
.svc-prest-row__items li::before {
  content: "";
  flex-shrink: 0;
  margin-top: 8px;
  width: 18px;
  height: 2px;
  background: #c6d936;
}

.svc-reasons {
  background: #1a3841;
  padding: 96px 56px;
}
@media (max-width: 768px) {
  .svc-reasons {
    padding: 56px 32px;
  }
}
.svc-reasons__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.svc-reasons__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 56px;
  gap: 32px;
}
@media (max-width: 600px) {
  .svc-reasons__header {
    flex-direction: column;
    gap: 16px;
  }
}
.svc-reasons__eyebrow {
  color: rgba(255, 255, 255, 0.35);
}
.svc-reasons__title {
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.svc-reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .svc-reasons__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .svc-reasons__grid {
    grid-template-columns: 1fr;
  }
}

.svc-reason-card {
  background: rgba(255, 255, 255, 0.02);
  padding: 32px 20px;
  position: relative;
  overflow: hidden;
  transition: background 0.25s;
}
.svc-reason-card:hover {
  background: rgba(255, 255, 255, 0.06);
}
.svc-reason-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #c6d936;
  opacity: 0;
  transition: opacity 0.25s;
}
.svc-reason-card:hover::before {
  opacity: 1;
}
.svc-reason-card__watermark {
  position: absolute;
  top: -10px;
  right: -6px;
  font-family: "DM Sans", sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.03);
  line-height: 1;
  user-select: none;
}
.svc-reason-card__icon {
  width: 38px;
  height: 38px;
  border-radius: 3px;
  background: rgba(198, 217, 54, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  transition: background 0.25s;
}
.svc-reason-card__icon svg {
  width: 18px;
  height: 18px;
  stroke: #c6d936;
}
.svc-reason-card:hover .svc-reason-card__icon {
  background: rgba(198, 217, 54, 0.22);
}
.svc-reason-card__title {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  line-height: 1.25;
}
.svc-reason-card__desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.7;
}

.svc-closing--commerce {
  background: #f8f5f2;
  padding: 96px 56px;
  text-align: center;
}
@media (max-width: 768px) {
  .svc-closing--commerce {
    padding: 56px 32px;
  }
}
.svc-closing--commerce__inner {
  max-width: 760px;
  margin: 0 auto;
}
.svc-closing--commerce__eyebrow {
  justify-content: center;
  margin-bottom: 56px;
}
.svc-closing--commerce__eyebrow::before {
  display: none;
}
.svc-closing--commerce__eyebrow::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #c6d936;
}
.svc-closing--commerce__quote {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  color: #051b05;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 56px;
}
.svc-closing--commerce__quote em {
  font-style: normal;
  color: #1a4137;
}
.svc-closing--commerce__sub {
  font-size: 16px;
  color: #595b62;
  line-height: 1.8;
  margin-bottom: 56px;
}
.svc-hero--ingenierie .svc-hero__mission {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 56px;
}
.svc-hero--ingenierie .svc-hero__mission::before, .svc-hero--ingenierie .svc-hero__mission::after {
  content: "";
  height: 1px;
  width: 28px;
  background: rgba(255, 255, 255, 0.2);
}
.svc-hero--ingenierie .svc-hero__intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  padding-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 700px) {
  .svc-hero--ingenierie .svc-hero__intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.svc-hero--ingenierie .svc-hero__intro-col {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.85;
}
.svc-hero--ingenierie .svc-hero__intro-col strong {
  font-weight: 600;
  color: #ffffff;
}

.svc-ing-prestations {
  background: #f8f5f2;
  padding: 96px 56px;
}
@media (max-width: 768px) {
  .svc-ing-prestations {
    padding: 56px 32px;
  }
}
.svc-ing-prestations__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.svc-ing-prestations__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 56px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e2dfd8;
  gap: 32px;
}
@media (max-width: 600px) {
  .svc-ing-prestations__header {
    flex-direction: column;
    gap: 16px;
  }
}
.svc-ing-prestations__subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #051b05;
  letter-spacing: -0.02em;
}
.svc-ing-prestations__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e2dfd8;
  border: 1px solid #e2dfd8;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .svc-ing-prestations__grid {
    grid-template-columns: 1fr;
  }
}

.svc-ing-card {
  background: #ffffff;
  padding: 56px 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}
.svc-ing-card:hover {
  background: #f8f5f2;
}
.svc-ing-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 2px;
  background: #c6d936;
  opacity: 0;
  transition: opacity 0.3s;
}
.svc-ing-card:hover::before {
  opacity: 1;
}
.svc-ing-card__num {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #8fa020;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.svc-ing-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 3px;
  border: 1px solid #e2dfd8;
  background: #f8f5f2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, border-color 0.3s;
}
.svc-ing-card__icon svg {
  width: 22px;
  height: 22px;
  stroke: #1a4137;
  transition: stroke 0.3s;
}
.svc-ing-card:hover .svc-ing-card__icon {
  background: #c6d936;
  border-color: #c6d936;
}
.svc-ing-card:hover .svc-ing-card__icon svg {
  stroke: #1a3841;
}
.svc-ing-card__title {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #051b05;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.svc-ing-card__desc {
  font-size: 14px;
  color: #595b62;
  line-height: 1.75;
  flex: 1;
}
.svc-ing-card__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid #e2dfd8;
  padding-top: 32px !important;
  margin-top: auto;
}
.svc-ing-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #595b62;
  line-height: 1.55;
}
.svc-ing-card__list li::before {
  content: "";
  flex-shrink: 0;
  margin-top: 8px;
  width: 14px;
  height: 2px;
  background: #c6d936;
}

.svc-ing-approach {
  background: #ffffff;
  padding: 96px 56px;
  border-top: 1px solid #e2dfd8;
}
@media (max-width: 768px) {
  .svc-ing-approach {
    padding: 56px 32px;
  }
}
.svc-ing-approach__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.svc-ing-approach__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid #e2dfd8;
}
@media (max-width: 700px) {
  .svc-ing-approach__top {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.svc-ing-approach__eyebrow {
  margin-bottom: 32px;
  display: block;
}
.svc-ing-approach__title {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: #051b05;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.svc-ing-approach__desc {
  font-size: 16px;
  color: #595b62;
  line-height: 1.8;
  align-self: end;
}
.svc-ing-approach__pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #e2dfd8;
  border: 1px solid #e2dfd8;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .svc-ing-approach__pillars {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .svc-ing-approach__pillars {
    grid-template-columns: 1fr;
  }
}
.svc-ing-approach__pillar {
  background: #f8f5f2;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background 0.2s;
}
.svc-ing-approach__pillar:hover {
  background: #ffffff;
}
.svc-ing-approach__pillar::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #c6d936;
  margin-bottom: 8px;
}
.svc-ing-approach__pillar-num {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 700;
  color: #e2dfd8;
  line-height: 1;
  letter-spacing: -0.04em;
  transition: color 0.25s;
}
.svc-ing-approach__pillar:hover .svc-ing-approach__pillar-num {
  color: #8fa020;
}
.svc-ing-approach__pillar-title {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #051b05;
  line-height: 1.3;
}
.svc-ing-approach__pillar-detail {
  font-size: 14px;
  color: #595b62;
  line-height: 1.65;
}

.svc-ing-why {
  background: #f8f5f2;
  padding: 96px 56px;
  border-top: 1px solid #e2dfd8;
}
@media (max-width: 768px) {
  .svc-ing-why {
    padding: 56px 32px;
  }
}
.svc-ing-why__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.svc-ing-why__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 56px;
  gap: 32px;
}
@media (max-width: 600px) {
  .svc-ing-why__header {
    flex-direction: column;
    gap: 16px;
  }
}
.svc-ing-why__title {
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #051b05;
  letter-spacing: -0.02em;
}
.svc-ing-why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 600px) {
  .svc-ing-why__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.svc-ing-why-item {
  border-left: 3px solid #c6d936;
  padding: 16px 32px;
  background: #ffffff;
  border-radius: 0 3px 3px 0;
  transition: background 0.2s, border-color 0.2s;
}
.svc-ing-why-item:hover {
  background: #c6d936;
  border-color: #8fa020;
}
.svc-ing-why-item__title {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #051b05;
  margin-bottom: 8px;
  transition: color 0.2s;
}
.svc-ing-why-item__desc {
  font-size: 14px;
  color: #595b62;
  line-height: 1.7;
  transition: color 0.2s;
}
.svc-ing-why-item:hover .svc-ing-why-item__title {
  color: #1a3841;
}
.svc-ing-why-item:hover .svc-ing-why-item__desc {
  color: #1a3841;
}

.svc-closing--ingenierie {
  background: #1a3841;
  padding: 96px 56px;
  text-align: center;
}
@media (max-width: 768px) {
  .svc-closing--ingenierie {
    padding: 56px 32px;
  }
}
.svc-closing--ingenierie__inner {
  max-width: 820px;
  margin: 0 auto;
}
.svc-closing--ingenierie__overline {
  color: #c6d936;
  justify-content: center;
  margin-bottom: 56px;
}
.svc-closing--ingenierie__overline::before {
  display: none;
}
.svc-closing--ingenierie__overline::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #c6d936;
}
.svc-closing--ingenierie__title {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}
.svc-closing--ingenierie__title em {
  font-style: normal;
  color: #c6d936;
}
.svc-closing--ingenierie__sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.8;
  margin-bottom: 56px;
}
.svc-hero--agriculture .svc-hero__tagline {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: -0.01em;
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 540px;
  line-height: 1.5;
}
.svc-hero--agriculture .svc-hero__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 700px) {
  .svc-hero--agriculture .svc-hero__bottom {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.svc-hero--agriculture .svc-hero__intro-col {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.85;
}
.svc-hero--agriculture .svc-hero__intro-col strong {
  font-weight: 600;
  color: #ffffff;
}

.svc-agri-prestations {
  background: #ffffff;
  padding: 96px 56px;
}
@media (max-width: 768px) {
  .svc-agri-prestations {
    padding: 56px 32px;
  }
}
.svc-agri-prestations__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.svc-agri-prestations__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 32px;
  margin-bottom: 56px;
  border-bottom: 1px solid #e2dfd8;
  gap: 32px;
}
@media (max-width: 600px) {
  .svc-agri-prestations__header {
    flex-direction: column;
    gap: 16px;
  }
}
.svc-agri-prestations__count {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #8a8880;
  letter-spacing: 0.06em;
}

.svc-agri-block {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 56px;
  padding: 56px 0;
  border-bottom: 1px solid #e2dfd8;
}
.svc-agri-block:last-child {
  border-bottom: none;
}
@media (max-width: 800px) {
  .svc-agri-block {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.svc-agri-block__aside {
  padding-top: 4px;
}
.svc-agri-block__num {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #8fa020;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}
.svc-agri-block__title {
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #051b05;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 32px;
}
.svc-agri-block__icon {
  width: 52px;
  height: 52px;
  border-radius: 3px;
  background: #c6d936;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svc-agri-block__icon svg {
  width: 24px;
  height: 24px;
  stroke: #1a3841;
}
.svc-agri-block__intro {
  font-size: 16px;
  color: #595b62;
  line-height: 1.8;
  margin-bottom: 56px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e2dfd8;
}
.svc-agri-block__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 56px;
}
@media (max-width: 640px) {
  .svc-agri-block__items {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.svc-agri-block__item-title {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #051b05;
  margin-bottom: 6px;
  line-height: 1.3;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.svc-agri-block__item-title::before {
  content: "";
  flex-shrink: 0;
  margin-top: 10px;
  width: 16px;
  height: 2px;
  background: #c6d936;
}
.svc-agri-block__item-desc {
  font-size: 14px;
  color: #595b62;
  line-height: 1.65;
  padding-left: 24px;
}

.svc-agri-value {
  background: #1a4137;
  padding: 96px 56px;
}
@media (max-width: 768px) {
  .svc-agri-value {
    padding: 56px 32px;
  }
}
.svc-agri-value__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.svc-agri-value__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 700px) {
  .svc-agri-value__header {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.svc-agri-value__eyebrow {
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 32px;
  display: block;
}
.svc-agri-value__title {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.svc-agri-value__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.8;
  align-self: end;
}
.svc-agri-value__grid {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 3px;
  overflow: hidden;
}

.svc-agri-value-card {
  display: grid;
  grid-template-columns: 72px 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 32px;
  background: rgba(255, 255, 255, 0.03);
  transition: background 0.2s;
}
.svc-agri-value-card:hover {
  background: rgba(255, 255, 255, 0.07);
}
@media (max-width: 800px) {
  .svc-agri-value-card {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .svc-agri-value-card {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px;
  }
}
.svc-agri-value-card__num {
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
  letter-spacing: -0.05em;
  user-select: none;
}
@media (max-width: 800px) {
  .svc-agri-value-card__num {
    font-size: 38px;
  }
}
.svc-agri-value-card__title {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.svc-agri-value-card__title::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #c6d936;
  margin-bottom: 8px;
}
.svc-agri-value-card__desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.7;
}

.svc-closing--agriculture {
  background: #f8f5f2;
  padding: 96px 56px;
}
@media (max-width: 768px) {
  .svc-closing--agriculture {
    padding: 56px 32px;
  }
}
.svc-closing--agriculture__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 56px;
  align-items: center;
}
@media (max-width: 700px) {
  .svc-closing--agriculture__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.svc-closing--agriculture__eyebrow {
  margin-bottom: 32px;
  display: block;
}
.svc-closing--agriculture__text {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: #051b05;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.svc-closing--agriculture__text em {
  font-style: normal;
  color: #1a4137;
}
.svc-closing--agriculture__btn {
  flex-shrink: 0;
  white-space: nowrap;
}

.svc-hero--commerce .svc-hero__intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  padding-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 700px) {
  .svc-hero--commerce .svc-hero__intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.svc-hero--commerce .svc-hero__intro-col {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.85;
}
.svc-hero--commerce .svc-hero__intro-col strong {
  font-weight: 600;
  color: #ffffff;
}

.main-menu ul.navigation > li > a {
  padding: 20px 0;
}
.main-menu ul.navigation > li.dropdown > .dropdown-btn {
  height: 100%;
  padding: 20px 0;
}

.main-header.header-style-one {
  position: relative;
  z-index: 200;
  background-color: #fff;
}

body .page-wrapper {
  background-color: #000000;
}
body .page-wrapper header.main-header ~ * {
  transition: 0.5s ease;
}
body .page-wrapper #content {
  background-color: #FFFFFF;
}
body .page-wrapper .main-menu .navigation > li.has-mega-menu {
  position: relative;
}
body .page-wrapper .main-menu .navigation > li.has-mega-menu > .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 780px;
  min-width: 560px;
  max-width: calc(100vw - 60px);
  margin-top: 30px;
  padding: 30px 28px;
  background-color: #F0F0F0;
  border-radius: 2px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease, margin-top 0.5s ease, visibility 0.5s ease;
  z-index: 100;
}
body .page-wrapper .main-menu .navigation > li.has-mega-menu:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  transform: translateY(0);
}
body .page-wrapper .mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 20px;
}
@media (max-width: 1199.98px) {
  body .page-wrapper .mega-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body .page-wrapper .mega-menu-column {
  min-width: 0;
}
body .page-wrapper .mega-menu-heading {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--theme-color6);
  margin: 0 0 14px 0;
}
body .page-wrapper .mega-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .page-wrapper .mega-menu-list li {
  margin: 0;
}
body .page-wrapper .mega-menu-list a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 0;
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.5s ease, padding-left 0.5s ease;
}
body .page-wrapper .mega-menu-list a:hover {
  color: var(--theme-color2);
  padding-left: 6px;
}
body .page-wrapper .mega-menu-list a i.fa {
  font-size: 10px;
}
body:has(header.main-header .main-menu .navigation > li.dropdown:hover) #content {
  opacity: 0.2;
}
@media (max-width: 991.98px) {
  body .main-menu .navigation > li.has-mega-menu > .mega-menu {
    display: none !important;
  }
  body .mobile-menu .navigation .mega-menu {
    position: static;
    width: auto;
    min-width: 0;
    max-width: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    display: none;
  }
  body .mobile-menu .navigation .mega-menu-grid {
    display: block;
  }
  body .mobile-menu .navigation .mega-menu-column {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  body .mobile-menu .navigation .mega-menu-column:last-child {
    border-bottom: none;
  }
  body .mobile-menu .navigation .mega-menu-heading {
    color: var(--theme-color1);
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  body .mobile-menu .navigation .mega-menu-list a {
    color: rgba(255, 255, 255, 0.85);
    padding: 4px 0;
    font-size: 14px;
  }
  body .mobile-menu .navigation .mega-menu-list a:hover {
    color: #ffffff;
    padding-left: 4px;
  }
}

@keyframes gcFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.gc {
  color: #111310;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
.gc .gc-eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C5A254;
  margin-bottom: 14px;
}
.gc .gc-eyebrow--light {
  color: #6b7269;
}
.gc .gc-eyebrow--gold {
  color: #C5A254;
}
.gc .gc-hero {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: center;
  background: #F3F4F4;
  border: 1px solid #E8E9E9;
  border-radius: 24px;
  padding: 64px 56px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.gc .gc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='1' cy='1' r='1' fill='%2300000005'/%3E%3C/svg%3E");
  pointer-events: none;
}
@media (max-width: 992px) {
  .gc .gc-hero {
    grid-template-columns: 1fr;
    padding: 48px 36px;
  }
}
.gc .gc-hero__text {
  position: relative;
  z-index: 1;
}
.gc .gc-hero__title {
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 900;
  line-height: 1.08;
  color: #111310;
  margin-bottom: 24px;
}
.gc .gc-hero__title em {
  display: block;
  font-style: italic;
  color: #1A4137;
}
.gc .gc-hero__sub {
  font-size: 16px;
  font-weight: 300;
  color: #6b7269;
  max-width: 500px;
  line-height: 1.85;
}
.gc .gc-hero__stat {
  background: #ffffff;
  border: 1px solid #E8E9E9;
  border-radius: 16px;
  padding: 36px 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .gc .gc-hero__stat {
    display: none;
  }
}
.gc .gc-hero__stat-number {
  display: block;
  font-size: 56px;
  font-weight: 900;
  color: #1A4137;
  line-height: 1;
}
.gc .gc-hero__stat-divider {
  width: 36px;
  height: 2px;
  background: #1A4137;
  opacity: 0.2;
  margin: 18px 0;
}
.gc .gc-hero__stat-label {
  font-size: 13px;
  color: #6b7269;
  font-weight: 400;
  line-height: 1.6;
}
.gc .gc-tags {
  display: flex;
  border: 1px solid #E8E9E9;
  border-top: none;
  background: #F3F4F4;
  border-radius: 0 0 24px 24px;
  margin-bottom: 96px;
  overflow: hidden;
}
.gc .gc-tag {
  flex: 1;
  padding: 18px 24px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7269;
  border-right: 1px solid #E8E9E9;
  text-align: center;
}
.gc .gc-tag:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .gc .gc-tag {
    min-width: 50%;
    border-bottom: 1px solid #E8E9E9;
  }
  .gc .gc-tag:nth-child(2n) {
    border-right: none;
  }
}
.gc .gc-block {
  margin-bottom: 96px;
}
.gc .gc-block__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .gc .gc-block__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 36px;
  }
}
.gc .gc-block__title {
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  color: #0d2420;
}
.gc .gc-block__title em {
  font-style: italic;
  color: #1A4137;
}
.gc .gc-block__title--light {
  color: #111310;
}
.gc .gc-block__title--light em {
  color: #1A4137;
}
.gc .gc-block__desc {
  max-width: 360px;
  font-size: 14.5px;
  color: #6b7269;
  font-weight: 300;
  line-height: 1.8;
  flex-shrink: 0;
}
.gc .gc-block__desc--light {
  color: #6b7269;
}
.gc .gc-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .gc .gc-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .gc .gc-cards {
    grid-template-columns: 1fr;
  }
}
.gc .gc-card {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s;
}
.gc .gc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(13, 36, 32, 0.1);
  border-color: rgba(26, 65, 55, 0.25);
}
.gc .gc-card__img-wrap {
  height: 195px;
  overflow: hidden;
  position: relative;
}
.gc .gc-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gc .gc-card:hover .gc .gc-card__img-wrap img {
  transform: scale(1.07);
}
.gc .gc-card__badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #0d2420;
  color: #e8d09a;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
}
.gc .gc-card__body {
  padding: 22px;
}
.gc .gc-card__body h5 {
  font-size: 18px;
  font-weight: 700;
  color: #0d2420;
  margin-bottom: 8px;
}
.gc .gc-card__body p {
  font-size: 13.5px;
  color: #6b7269;
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
}
.gc .gc-process {
  background: #F3F4F4;
  border: 1px solid #E8E9E9;
  border-radius: 24px;
  padding: 96px 56px;
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  .gc .gc-process {
    padding: 56px 28px;
  }
}
.gc .gc-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 56px;
  position: relative;
}
.gc .gc-timeline::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #E8E9E9 20%, #E8E9E9 80%, transparent);
  pointer-events: none;
}
@media (max-width: 992px) {
  .gc .gc-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .gc .gc-timeline::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .gc .gc-timeline {
    grid-template-columns: 1fr;
  }
}
.gc .gc-timeline__step {
  padding: 0 16px;
  text-align: center;
  position: relative;
}
.gc .gc-timeline__num {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border: 1px solid #E8E9E9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  position: relative;
  z-index: 1;
}
.gc .gc-timeline__num span {
  font-size: 20px;
  font-weight: 900;
  color: #1A4137;
}
.gc .gc-timeline__step h5 {
  font-size: 16px;
  font-weight: 700;
  color: #111310;
  margin-bottom: 10px;
}
.gc .gc-timeline__step p {
  font-size: 13px;
  color: #6b7269;
  font-weight: 300;
  line-height: 1.8;
  margin: 0;
}
.gc .gc-indicators {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .gc .gc-indicators {
    grid-template-columns: 1fr;
  }
}
.gc .gc-indicator {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  padding: 30px 28px;
  transition: border-color 0.25s;
}
.gc .gc-indicator:hover {
  border-color: #1A4137;
}
.gc .gc-indicator__icon {
  width: 46px;
  height: 46px;
  background: #1A4137;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gc .gc-indicator__icon svg {
  width: 20px;
  height: 20px;
  fill: #C5A254;
}
.gc .gc-indicator__title {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #0d2420;
  margin-bottom: 6px;
}
.gc .gc-indicator__desc {
  font-size: 13.5px;
  color: #6b7269;
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
}
.gc .gc-livrables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 24px;
  padding: 56px;
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .gc .gc-livrables {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 28px;
  }
}
.gc .gc-livrables__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.gc .gc-livrables__images img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.gc .gc-livrables__images img:first-child {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .gc .gc-livrables__images img:first-child {
    margin-top: 0;
  }
}
.gc .gc-checklist {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
}
.gc .gc-checklist li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 17px 0;
  border-bottom: 1px solid #e2e2e2;
  font-size: 14.5px;
  color: #111310;
  font-weight: 400;
  line-height: 1.65;
}
.gc .gc-checklist li:first-child {
  border-top: 1px solid #e2e2e2;
}
.gc .gc-check {
  width: 20px;
  height: 20px;
  background: #1A4137;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
}
.gc .gc-check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 4px;
  border-left: 1.5px solid #C5A254;
  border-bottom: 1.5px solid #C5A254;
  transform: translate(-50%, -60%) rotate(-45deg);
}
.gc .gc-innovation {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: center;
  background: #F3F4F4;
  border: 1px solid #E8E9E9;
  border-radius: 24px;
  padding: 48px 56px;
}
@media (max-width: 768px) {
  .gc .gc-innovation {
    grid-template-columns: 1fr;
    padding: 40px 28px;
  }
}
.gc .gc-innovation__icon-wrap {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(26, 65, 55, 0.2);
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gc .gc-innovation__icon-wrap svg {
  width: 32px;
  height: 32px;
  fill: #1A4137;
}
.gc .gc-innovation__text p {
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.6;
  color: #111310;
  margin: 0;
}
.gc .gc-innovation__text p strong {
  font-weight: 700;
  color: #1A4137;
}

.bc {
  font-family: "Sora", system-ui, sans-serif;
  color: #111310;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
.bc .bc-eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C5A254;
  margin-bottom: 14px;
}
.bc .bc-eyebrow--light {
  color: #6b7269;
}
.bc .bc-eyebrow--gold {
  color: #C5A254;
}
.bc .bc-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  background: #F3F4F4;
  border: 1px solid #E8E9E9;
  border-radius: 24px;
  padding: 64px 56px;
  position: relative;
  overflow: hidden;
}
.bc .bc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='1' cy='1' r='1' fill='%2300000005'/%3E%3C/svg%3E");
  pointer-events: none;
}
@media (max-width: 992px) {
  .bc .bc-hero {
    grid-template-columns: 1fr;
    padding: 48px 36px;
  }
}
.bc .bc-hero__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 900;
  line-height: 1.08;
  color: #111310;
  margin-bottom: 24px;
}
.bc .bc-hero__title em {
  display: block;
  font-style: italic;
  color: #1a4128;
}
.bc .bc-hero__sub {
  font-size: 16px;
  font-weight: 300;
  color: #6b7269;
  max-width: 540px;
  line-height: 1.85;
}
.bc .bc-hero__norms {
  background: #ffffff;
  border: 1px solid #E8E9E9;
  border-radius: 16px;
  padding: 28px 24px;
  min-width: 220px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .bc .bc-hero__norms {
    min-width: unset;
  }
}
.bc .bc-hero__norms-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b7269;
  margin-bottom: 14px;
}
.bc .bc-norm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bc .bc-norm-tag {
  background: #1a4128;
  color: #e8d09a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
}
.bc .bc-tags {
  display: flex;
  border: 1px solid #E8E9E9;
  border-top: none;
  background: #F3F4F4;
  border-radius: 0 0 24px 24px;
  margin-bottom: 96px;
  overflow: hidden;
}
.bc .bc-tag {
  flex: 1;
  padding: 18px 24px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7269;
  border-right: 1px solid #E8E9E9;
  text-align: center;
}
.bc .bc-tag:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .bc .bc-tag {
    min-width: 50%;
    border-bottom: 1px solid #E8E9E9;
  }
  .bc .bc-tag:nth-child(2n) {
    border-right: none;
  }
}
.bc .bc-block {
  margin-bottom: 96px;
}
.bc .bc-block__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .bc .bc-block__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 36px;
  }
}
.bc .bc-block__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  color: #0d2420;
}
.bc .bc-block__title em {
  font-style: italic;
  color: #1a4128;
}
.bc .bc-block__title--light {
  color: #111310;
}
.bc .bc-block__title--light em {
  color: #1a4128;
}
.bc .bc-block__desc {
  max-width: 360px;
  font-size: 14.5px;
  color: #6b7269;
  font-weight: 300;
  line-height: 1.8;
  flex-shrink: 0;
}
.bc .bc-block__desc--light {
  color: #6b7269;
}
.bc .bc-typologies {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .bc .bc-typologies {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .bc .bc-typologies {
    grid-template-columns: 1fr;
  }
}
.bc .bc-typo {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  padding: 28px 24px 24px;
  transition: border-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bc .bc-typo:hover {
  border-color: rgba(26, 65, 40, 0.3);
  transform: translateY(-3px);
}
.bc .bc-typo__icon {
  width: 48px;
  height: 48px;
  background: #F3F4F4;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: background 0.25s;
}
.bc .bc-typo__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #1a4128;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bc .bc-typo:hover .bc .bc-typo__icon {
  background: rgba(26, 65, 40, 0.08);
}
.bc .bc-typo h5 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  color: #0d2420;
  margin-bottom: 8px;
  line-height: 1.3;
}
.bc .bc-typo p {
  font-size: 13px;
  color: #6b7269;
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
}
.bc .bc-process {
  background: #F3F4F4;
  border: 1px solid #E8E9E9;
  border-radius: 24px;
  padding: 96px 56px;
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  .bc .bc-process {
    padding: 56px 28px;
  }
}
.bc .bc-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 56px;
  position: relative;
}
.bc .bc-timeline::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #E8E9E9 20%, #E8E9E9 80%, transparent);
  pointer-events: none;
}
@media (max-width: 992px) {
  .bc .bc-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .bc .bc-timeline::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .bc .bc-timeline {
    grid-template-columns: 1fr;
  }
}
.bc .bc-timeline__step {
  padding: 0 14px;
  text-align: center;
  position: relative;
}
.bc .bc-timeline__num {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border: 1px solid #E8E9E9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  position: relative;
  z-index: 1;
}
.bc .bc-timeline__num span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-weight: 900;
  color: #1a4128;
}
.bc .bc-timeline__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  height: 20px;
}
.bc .bc-timeline__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #6b7269;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bc .bc-timeline__step h5 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  color: #111310;
  margin-bottom: 10px;
  line-height: 1.3;
}
.bc .bc-timeline__step p {
  font-size: 12.5px;
  color: #6b7269;
  font-weight: 300;
  line-height: 1.75;
  margin: 0;
}
.bc .bc-livrables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 24px;
  padding: 56px;
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .bc .bc-livrables {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 28px;
  }
}
.bc .bc-livrables__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.bc .bc-livrables__images img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.bc .bc-livrables__images img:first-child {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .bc .bc-livrables__images img:first-child {
    margin-top: 0;
  }
}
.bc .bc-checklist {
  list-style: none;
  padding: 0;
  margin: 32px 0 32px;
}
.bc .bc-checklist li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
  color: #111310;
  font-weight: 400;
  line-height: 1.65;
}
.bc .bc-checklist li:first-child {
  border-top: 1px solid #e2e2e2;
}
.bc .bc-check {
  width: 20px;
  height: 20px;
  background: #1a4128;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
}
.bc .bc-check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 4px;
  border-left: 1.5px solid #C5A254;
  border-bottom: 1.5px solid #C5A254;
  transform: translate(-50%, -60%) rotate(-45deg);
}
.bc .bc-guarantees {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
.bc .bc-guarantee {
  flex: 1;
  background: #F3F4F4;
  border: 1px solid #E8E9E9;
  border-radius: 12px;
  padding: 14px 12px;
  text-align: center;
}
.bc .bc-guarantee__num {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 900;
  color: #1a4128;
  line-height: 1;
  margin-bottom: 6px;
}
.bc .bc-guarantee__label {
  font-size: 11px;
  color: #6b7269;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.bc .bc-normes {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: center;
  background: #F3F4F4;
  border: 1px solid #E8E9E9;
  border-radius: 24px;
  padding: 48px 56px;
}
@media (max-width: 768px) {
  .bc .bc-normes {
    grid-template-columns: 1fr;
    padding: 40px 28px;
  }
}
.bc .bc-normes__icon-wrap {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(26, 65, 40, 0.2);
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bc .bc-normes__icon-wrap svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #1a4128;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bc .bc-normes__text p:last-child {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 400;
  line-height: 1.65;
  color: #111310;
  margin: 0;
}
.bc .bc-normes__text p:last-child strong {
  font-weight: 700;
  color: #1a4128;
}

.main-menu .navigation li {
  margin: 0 !important;
}
.main-menu .navigation li a {
  padding: 2.5px 20px !important;
}
.main-menu .navigation li.active a {
  border-bottom: solid 1px #1a4128;
  background-color: rgb(55.1428571429, 137.8571428571, 84.8351648352);
  color: #ffffff;
}

.inner-column .image .info2 {
  position: absolute;
  bottom: -45px;
  left: -50px;
  width: 275px;
  padding: 40px 20px;
  padding-left: 50px;
  background-color: var(--theme-color1);
  border-radius: 12px;
}

.blog-section .content {
  height: 230px;
}
.blog-section .content .info {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.blog-section .content .info li {
  font-size: 13px;
}

.offers-gallery {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}
.offers-gallery div {
  border: solid 5px #d0d0d0;
  border-radius: 4px;
  min-width: 400px;
  max-width: 400px;
  height: 180px;
  background-size: cover;
}

.banner-slider {
  height: 750px;
}
.banner-slider .swiper-wrapper .swiper-slide .container .outer-box {
  padding: 10% 0;
}
.banner-slider .swiper-wrapper .swiper-slide .container .outer-box .title {
  font-size: 70px;
  line-height: 74px;
}
.banner-slider .swiper-wrapper .swiper-slide .container .outer-box .sub-title {
  font-size: 30px;
  line-height: 40px;
}

/*# sourceMappingURL=web.css.map */
