@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-400.ttf?v=20260424-2") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-600.ttf?v=20260424-2") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-800.ttf?v=20260424-2") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans SC";
  src: url("../assets/fonts/NotoSansSC-700.ttf?v=20260424-2") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --page-width: 1440px;
  --container-width: 1200px;
  --green: #67b32e;
  --green-hover: #529222;
  --text: #101010;
  --muted: #999999;
  --bg: #f7f7f7;
  --topbar-bg: #eaeaea;
  --secondary: #5f95bf;
  --success: #26de81;
  --error: #f40000;
  --radius: 10px;
  --radius-small: 8px;
  --radius-xs: 5px;
  --shadow: 0 0 15px rgba(16, 16, 16, 0.12);
  --nav-shadow: 0 4px 6px rgba(210, 210, 210, 0.25);
  --hero-overlay: rgba(16, 16, 16, 0.6);
  --line: rgba(16, 16, 16, 0.12);
  --chevron-size: 8px;
  --chevron-stroke: 2px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

input {
  border: 0;
  outline: none;
  background: transparent;
  width: 100%;
  color: var(--text);
}

input::placeholder {
  color: var(--muted);
  opacity: 1;
}

.page {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  overflow-x: hidden;
}

.container {
  width: min(calc(100% - 48px), var(--container-width));
  margin: 0 auto;
}

.section {
  margin-top: 144px;
}

.section-group {
  margin-top: 144px;
}

.section-group--muted {
  background: var(--bg);
  padding: 144px 0;
}

.section-group--muted .section {
  margin-top: 0;
}

.section-group--muted .section + .section {
  margin-top: 144px;
}

.section--inner {
  margin-top: 0;
}

.section-title {
  margin: 0;
  color: var(--text);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.section-title--left {
  text-align: left;
}

.section-subtitle {
  margin: 32px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.shadow-card {
  box-shadow: var(--shadow);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 8px 24px;
  border: 0;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.btn:hover {
  filter: none;
  transform: none;
}

.btn--primary {
  background: var(--green);
  color: #ffffff;
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background: var(--green-hover);
}

.btn--primary:active {
  background: var(--green);
}

.btn--full {
  width: 100%;
}

.btn__icon {
  width: 24px;
  height: 24px;
  position: relative;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.btn__icon::before,
.btn__icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 999px;
}

.btn__icon::before {
  left: 4px;
  right: 8px;
  top: 11px;
  height: 2px;
}

.btn__icon::after {
  width: var(--chevron-size);
  height: var(--chevron-size);
  right: 6px;
  top: 8px;
  border-right: var(--chevron-stroke) solid currentColor;
  border-bottom: var(--chevron-stroke) solid currentColor;
  background: transparent;
  border-radius: 0;
  transform: rotate(-45deg);
}

.topbar {
  background: var(--topbar-bg);
}

.topbar__inner,
.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar__inner {
  min-height: 64px;
}

.currency-rates,
.topbar__contact,
.navbar__menu,
.socials,
.footer-top,
.footer-top__menu,
.footer-bottom,
.hero__features,
.calc-section,
.about-section,
.marketplace-section,
.reviews-layout,
.faq-section,
.final-cta,
.import-card {
  display: flex;
}

.currency-rates {
  align-items: center;
  gap: 16px;
  font-size: 16px;
  line-height: 1.3;
}

.currency-rates > span {
  display: inline-flex;
  align-items: center;
}

.currency-rates strong {
  color: var(--green);
  font-weight: 400;
}

.rate-value {
  display: inline;
}

.rate-value--loading {
  display: inline-block;
  height: 1em;
  min-width: 56px;
  vertical-align: middle;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(103, 179, 46, 0.16) 0%,
    rgba(103, 179, 46, 0.32) 50%,
    rgba(103, 179, 46, 0.16) 100%
  );
  background-size: 200% 100%;
  animation: rate-loading 1.1s linear infinite;
}

.nav-skeleton {
  display: inline-block;
  width: var(--nav-skeleton-width, 76px);
  height: 1em;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, currentColor 12%, transparent) 0%,
    color-mix(in srgb, currentColor 24%, transparent) 50%,
    color-mix(in srgb, currentColor 12%, transparent) 100%
  );
  background-size: 200% 100%;
  animation: rate-loading 1.1s linear infinite;
}

.currency-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  align-self: center;
  border-radius: 50%;
  background: var(--text);
}

.topbar__contact {
  align-items: center;
  gap: 56px;
}

.phone {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.phone:hover,
.phone:focus-visible {
  color: var(--green);
  border-color: var(--green);
}

.socials {
  align-items: center;
  gap: 8px;
}

.socials--spaced {
  gap: 16px;
}

.social-link {
  --social-link-bg: var(--green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 5px;
  background: var(--social-link-bg);
  color: #ffffff;
  transition: background-color 0.2s ease;
}

.social-link svg {
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.social-link[aria-label="Telegram"] svg {
  width: 38px;
  height: 38px;
}

.social-link[aria-label="VK"] svg {
  width: 38px;
  height: 38px;
}

.social-link[aria-label="WhatsApp"] svg {
  width: 30px;
  height: 30px;
}

.social-link:hover,
.social-link:focus-visible {
  --social-link-bg: var(--green-hover);
}

.navbar {
  background: #ffffff;
  box-shadow: var(--nav-shadow);
}

.navbar__inner {
  min-height: 88px;
}

.navbar__logo {
  width: 100px;
  flex: 0 0 auto;
}

.navbar__logo img {
  width: 100px;
  height: 65px;
  object-fit: contain;
}

.navbar__menu,
.footer-top__menu {
  align-items: center;
  gap: 24px;
}

.navbar__menu-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.navbar__menu-info {
  display: none;
}

.navbar__menu a,
.footer-top__menu a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.navbar__menu a:hover,
.navbar__menu a:focus-visible,
.footer-top__menu a:hover,
.footer-top__menu a:focus-visible {
  color: var(--green);
}

.navbar__menu a.is-active,
.footer-top__menu a.is-active {
  color: var(--green);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: 100%;
  height: 18px;
}

.nav-dropdown__trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-dropdown__trigger::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.nav-dropdown__panel {
  position: absolute;
  left: -20px;
  top: calc(100% + 18px);
  display: grid;
  gap: 10px;
  min-width: 280px;
  padding: 16px;
  border: 1px solid rgba(32, 32, 32, 0.08);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  z-index: 20;
}

.nav-dropdown:hover .nav-dropdown__panel,
.nav-dropdown:focus-within .nav-dropdown__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown__link {
  display: block;
  white-space: normal !important;
}

.account-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease;
}

.account-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: var(--green);
  color: #ffffff;
}

.account-link__icon svg {
  width: 18px;
  height: 18px;
}

.account-link:hover .account-link__icon,
.account-link:focus-visible .account-link__icon {
  background: var(--green-hover);
}

.nav-toggle,
.services-section__more,
.delivery-section__more,
.faq-section__title,
.gallery-controls,
.final-cta__gallery-window {
  display: none;
}

.nav-toggle {
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  border: 0;
  border-radius: 5px;
  background: var(--green);
  flex: 0 0 auto;
}

.nav-toggle span {
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle span:nth-child(1) {
  transform: translateY(-4px);
}

.nav-toggle span:nth-child(3) {
  transform: translateY(4px);
}

.navbar.is-open .nav-toggle span:nth-child(1) {
  transform: rotate(45deg);
}

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

.navbar.is-open .nav-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  background: #ffffff;
  background-image:
    linear-gradient(var(--hero-overlay), var(--hero-overlay)),
    url("../assets/hero/hero.png?v=20260514-1");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 700px;
}

.hero__static {
  height: 100%;
}

.hero__slide {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 104px 0 32px;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: transparent;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: 1051px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  text-align: center;
  color: #ffffff;
}

.hero__copy {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.hero__copy h1 {
  width: 100%;
  margin: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
}

.hero__copy p {
  width: 795px;
  max-width: 100%;
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
}

.hero__features {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  align-items: stretch;
  gap: 32px;
}

.hero-feature {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: var(--radius);
  background: var(--bg);
}

.advantage-card {
  position: relative;
  top: -18px;
  opacity: 0;
  animation: advantage-appear 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  cursor: pointer;
}

.advantage-card:nth-child(1) {
  animation-delay: 0.08s;
}

.advantage-card:nth-child(2) {
  animation-delay: 0.2s;
}

.advantage-card:nth-child(3) {
  animation-delay: 0.32s;
}

.hero-feature__icon {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
}

.hero-feature__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-feature__text strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.hero-feature__text span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

@keyframes advantage-appear {
  from {
    top: -18px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.calc-section {
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.calc-section__copy {
  width: 48.67%;
  flex: 0 1 48.67%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.calc-section__media {
  width: 40.08%;
  height: 370px;
  flex: 0 1 40.08%;
  border-radius: var(--radius);
  overflow: hidden;
}

.calc-section__media img,
.gallery-item img,
.final-cta__media img,
.service-card__media img,
.delivery-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item,
.review-thumb,
.final-cta__gallery-item {
  display: block;
  color: inherit;
  text-decoration: none;
}

.form-card,
.form-card--plain {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.input-shell {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 48px;
  padding: 18px 24px 6px;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.input-shell input {
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 1.2;
}

.input-shell__label {
  position: absolute;
  left: 26px;
  top: 50%;
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  pointer-events: none;
  transform: translateY(-50%);
  transform-origin: left center;
  transition:
    transform 0.2s ease,
    top 0.2s ease,
    font-size 0.2s ease,
    color 0.2s ease;
}

.input-shell:focus-within .input-shell__label,
.input-shell input:not(:placeholder-shown) + .input-shell__label {
  top: 6px;
  font-size: 12px;
  transform: translateY(0);
}

.consent {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  font-size: 12px;
  line-height: 1.3;
  cursor: pointer;
}

.consent input {
  appearance: none;
  width: 16px;
  height: 16px;
  position: relative;
  flex: 0 0 auto;
  border: 1.5px solid var(--text);
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.consent input:hover,
.consent input:focus-visible {
  border-color: var(--secondary);
}

.consent input:checked {
  border-color: var(--secondary);
}

.consent input:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 8px;
  border-right: 1.5px solid var(--secondary);
  border-bottom: 1.5px solid var(--secondary);
  transform: translate(-50%, -58%) rotate(45deg);
}

.consent a {
  color: var(--secondary);
}

.consent a:hover,
.consent a:focus-visible {
  text-decoration: underline;
}

.services-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.service-card {
  position: relative;
  min-height: 284px;
  padding: 32px;
  background: #ffffff;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.service-card__title {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.service-card__media {
  position: absolute;
  right: 0;
  top: 64px;
  width: 252px;
  height: 220px;
  z-index: 1;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.service-card__media img {
  object-fit: contain;
  object-position: right center;
}

.service-card__panel {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 32px;
  border-radius: inherit;
  background: var(--green);
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.service-card__description {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

@media (hover: hover) and (pointer: fine) {
  .advantage-card:hover,
  .advantage-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.12);
  }

  .service-card:hover,
  .service-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.12);
  }

  .service-card:hover .service-card__title,
  .service-card:focus-within .service-card__title,
  .service-card:hover .service-card__media,
  .service-card:focus-within .service-card__media {
    opacity: 0;
    transform: translateY(-8px);
  }

  .service-card:hover .service-card__panel,
  .service-card:focus-within .service-card__panel {
    opacity: 1;
  }

  .delivery-card:hover,
  .delivery-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.12);
  }
}

.delivery-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.delivery-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.delivery-card__head {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px 24px;
  border-radius: 10px 10px 0 0;
  background: var(--green);
  overflow: hidden;
}

.delivery-card__head strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 140px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.delivery-card__media {
  position: absolute;
  right: -110px;
  top: 50%;
  width: 282px;
  height: 120px;
  transform: translateY(-50%);
}

.delivery-card__media img {
  object-fit: contain;
  object-position: center;
  transform: scale(0.576);
  transform-origin: center;
}

.delivery-card__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  background: #ffffff;
  border-radius: 0 0 var(--radius) var(--radius);
}

.delivery-card__body .btn {
  white-space: nowrap;
  padding-inline: 16px;
}

.delivery-card__meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.delivery-row {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  line-height: 1.3;
}

.delivery-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: var(--text);
}

.delivery-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.delivery-card__price {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.section-head {
  text-align: center;
}

.strengths-section .section-head {
  margin-bottom: 64px;
}

.strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 56px;
  column-gap: 32px;
}

.strength-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.strength-card img {
  width: 56px;
  height: 56px;
}

.strength-card p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.about-section {
  align-items: flex-start;
  gap: 135px;
}

.about-card {
  position: relative;
  width: 481px;
  height: 580px;
  flex: 0 0 auto;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--green);
  cursor: pointer;
}

.about-card__deco {
  position: absolute;
  top: -110px;
  right: -20px;
  width: 328px;
  height: 314px;
}

.about-card__deco img {
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}

.about-card__certificate {
  position: absolute;
  left: -230px;
  top: 200px;
  width: 662px;
  height: 541px;
  transform: rotate(15.28deg);
}

.about-card__certificate img {
  width: 576px;
  height: 404px;
  border-radius: var(--radius);
  object-fit: cover;
}

.search-corners {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 104px;
  height: 104px;
  padding: 0;
  border: 0;
  display: block;
  background: var(--green);
  border-radius: 0 0 var(--radius) 0;
  overflow: hidden;
}

.btn:hover .btn__icon,
.btn:focus-visible .btn__icon {
  transform: translateX(5px);
}

.search-corners__frame {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 40px;
  height: 40px;
  transform-origin: center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  background:
    linear-gradient(#ffffff 0 0) left top / 14px 2px no-repeat,
    linear-gradient(#ffffff 0 0) left top / 2px 14px no-repeat,
    linear-gradient(#ffffff 0 0) right top / 14px 2px no-repeat,
    linear-gradient(#ffffff 0 0) right top / 2px 14px no-repeat,
    linear-gradient(#ffffff 0 0) left bottom / 14px 2px no-repeat,
    linear-gradient(#ffffff 0 0) left bottom / 2px 14px no-repeat,
    linear-gradient(#ffffff 0 0) right bottom / 14px 2px no-repeat,
    linear-gradient(#ffffff 0 0) right bottom / 2px 14px no-repeat;
}

.search-corners svg {
  position: absolute;
  z-index: 1;
  right: 27px;
  bottom: 27px;
  width: 42px;
  height: 42px;
  transform-origin: center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-card:hover .search-corners__frame,
.about-card:hover .search-corners svg {
  transform: scale(1.5);
}

.about-content {
  width: 48.67%;
  flex: 0 1 48.67%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.about-content__text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-content__text p,
.marketplace-copy p,
.faq-promo__copy p,
.final-cta__copy p,
.import-card__subtitle {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.about-content__text p + p {
  margin-top: -16px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.stat-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat-card strong {
  color: var(--green);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.stat-card span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.import-card {
  position: relative;
  height: auto;
  flex-direction: column;
  gap: 32px;
  padding: 56px;
  border-radius: var(--radius);
  background: var(--bg);
  overflow: hidden;
}

.import-card__copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.import-card__subtitle {
  width: 100%;
  max-width: none;
}

.bullet-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 43ch;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.bullet-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.bullet-list li::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 1px;
  flex: 0 0 auto;
  background: center/cover no-repeat
    url("../assets/import/bullet-check.svg?v=20260424-2");
}

.import-card__truck {
  position: absolute;
  right: -450px;
  top: 50%;
  width: 1000px;
  height: 548px;
  transform: translateY(-50%);
}

.import-card__truck img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.import-card__banner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 16px;
  border-radius: var(--radius);
  background: var(--green);
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.gallery-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.gallery-window {
  width: 100%;
  overflow: hidden;
}

.gallery-track {
  width: 100%;
}

.gallery-window .splide__list,
.review-card__thumbs .splide__list,
.final-cta__gallery-window .splide__list {
  align-items: stretch;
}

.gallery-controls {
  align-self: flex-end;
  gap: 16px;
}

.gallery-slide {
  width: 379px;
  height: 379px;
  flex: 0 0 auto;
}

.gallery-item {
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
}

.process-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.process-card {
  min-height: 182px;
  padding: 24px;
  border-radius: var(--radius);
  background: #ffffff;
  text-align: center;
}

.process-card__index {
  color: var(--green);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.process-card strong {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.process-card p {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.map-panel {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 450;
  margin-top: 64px;
  overflow: hidden;
}

.map-panel__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}

.marketplace-section {
  align-items: center;
  justify-content: space-between;
}

.marketplace-copy {
  width: 48.67%;
  flex: 0 1 48.67%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.marketplace-copy p {
  margin-top: -32px;
}

.marketplace-copy .btn {
  width: 178px;
}

.marketplace-logos {
  position: relative;
  width: 393px;
  height: 312px;
  flex: 0 0 auto;
}

.marketplace-logo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 173px;
  height: 173px;
  border-radius: var(--radius);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  animation-duration: 1s;
  transform: translateY(-10px);
  animation: wave 1.5s ease-in-out 0s infinite alternate;
}

.marketplace-logo--yellow {
  left: 116px;
  top: 4px;
  background: #ffdd00;
  color: #111111;
  z-index: 2;
  animation-delay: 0.5s;
}

.marketplace-logo--violet {
  left: 7px;
  top: 124px;
  background: #7c2ae8;
  color: #ffffff;
  font-weight: 600;
  text-transform: lowercase;
  z-index: 3;
}

.marketplace-logo--blue {
  right: 0;
  left: auto;
  top: 154px;
  background: #1a5cef;
  color: #ffffff;
  font-size: 26px;
  z-index: 1;
  animation-delay: 1s;
}

@keyframes wave {
  from {
    transform: translateY(-10px);
  }

  to {
    transform: translateY(10px);
  }
}

.reviews-section {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.reviews-layout {
  align-items: stretch;
  gap: 32px;
  margin-top: 64px;
}

.review-slider-wrap {
  width: 57.25%;
  flex: 0 1 57.25%;
  min-width: 0;
}

.review-slider__track {
  width: 100%;
  flex: 0 1 auto;
  min-height: auto;
  margin-bottom: 72px;
}

.review-slider__track,
.review-slider__track .splide__list,
.review-slide {
  height: auto;
}

.reviews-empty {
  min-height: 600px;
  padding: 32px;
  border-radius: var(--radius);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.reviews-empty--loading {
  gap: 20px;
  flex-direction: column;
  animation: reviews-pulse 1.2s ease-in-out infinite;
}

.reviews-loader {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(103, 179, 46, 0.2);
  border-top-color: var(--green);
  border-radius: 50%;
  animation: reviews-spin 0.9s linear infinite;
}

.reviews-empty__text {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

@keyframes reviews-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes reviews-pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.72;
  }
}

.review-slide {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.reviews-section .shadow-card {
  box-shadow: none;
}

.review-card {
  width: 100%;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 600px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: var(--radius);
  background: #ffffff;
}

.review-slider-wrap.review-card {
  width: 57.25%;
  flex: 0 1 57.25%;
  position: relative;
}

.review-slider-wrap.review-card.review-slider-wrap--static {
  visibility: visible;
}

.review-card__top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.review-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.review-card__meta {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 16px;
}

.review-card__meta strong {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.review-card__meta span {
  color: var(--muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.review-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.review-card__footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 0;
}

.review-card__text {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.review-card__text.is-collapsed {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}

.review-card__toggle {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.review-card__toggle[hidden] {
  display: none !important;
}

.review-card__toggle-icon {
  width: 24px;
  height: 24px;
  position: relative;
  flex: 0 0 auto;
}

.review-card__toggle-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--chevron-size);
  height: var(--chevron-size);
  border-right: var(--chevron-stroke) solid currentColor;
  border-bottom: var(--chevron-stroke) solid currentColor;
  transform: translate(-50%, -65%) rotate(45deg);
  transition: transform 0.2s ease;
}

.review-card__toggle.is-expanded .review-card__toggle-icon::before {
  transform: translate(-50%, -35%) rotate(-135deg);
}

.review-card__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}

.review-thumb {
  width: 63px;
  height: 63px;
  border-radius: var(--radius);
  overflow: hidden;
  flex: 0 0 auto;
}

.review-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-thumb--more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: var(--green);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
}

.review-thumb--more:hover,
.review-thumb--more:focus-visible {
  background: var(--green-hover);
}

.review-card__arrows {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.review-card__arrows.splide__arrows {
  position: absolute;
  right: 32px;
  bottom: 32px;
  inset: auto 32px 32px auto;
  margin-top: 0;
  padding: 0;
}

.review-slider-wrap--static .review-card__arrows {
  display: none;
}

.review-card__arrows .splide__arrow {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  margin: 0;
  opacity: 1;
}

.icon-button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: var(--radius);
  background: var(--bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.icon-button:hover,
.icon-button:focus-visible {
  background: #ececec;
}

.icon-button__chevron {
  width: var(--chevron-size);
  height: var(--chevron-size);
  border-right: var(--chevron-stroke) solid var(--text);
  border-bottom: var(--chevron-stroke) solid var(--text);
}

.icon-button__chevron--left {
  transform: rotate(135deg);
}

.icon-button__chevron--right {
  transform: rotate(-45deg);
}

.reviews-widget {
  width: 40.08%;
  flex: 0 1 40.08%;
  min-height: 600px;
  border-radius: var(--radius);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-widget p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.reviews-cta {
  margin-top: 32px;
  min-height: 76px;
  padding: 16px 24px;
  border-radius: var(--radius);
  background: var(--green);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.faq-section {
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 660px;
}

.faq-promo {
  position: static;
  width: 31.58%;
  flex: 0 1 31.58%;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.faq-promo__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.faq-promo__copy .btn {
  width: 250px;
}

.faq-promo__image {
  position: absolute;
  left: -70px;
  top: auto;
  bottom: 70px;
  width: 535px;
  height: 292px;
  clip-path: inset(0 0 0 70px);
  pointer-events: none;
  z-index: 0;
}

.faq-promo__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
}

.faq-list {
  position: relative;
  z-index: 1;
  width: 57.25%;
  flex: 0 1 57.25%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.faq-item--empty {
  padding: 24px 32px;
}

.faq-item--empty p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}

.faq-item__button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 32px;
  border: 0;
  background: transparent;
  text-align: left;
}

.faq-item__button strong {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.faq-item__icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius);
  background: var(--bg);
  position: relative;
  flex: 0 0 auto;
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--chevron-size);
  height: var(--chevron-size);
  border-right: var(--chevron-stroke) solid var(--text);
  border-bottom: var(--chevron-stroke) solid var(--text);
  transform: translate(-50%, -65%) rotate(45deg);
}

.faq-item.is-open .faq-item__icon::before,
.faq-item.is-open .faq-item__icon::after {
  transform: translate(-50%, -35%) rotate(-135deg);
}

.faq-item__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.faq-item__content p {
  margin: 0;
  padding: 0 32px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.final-cta-section {
  margin-bottom: 144px;
}

.final-cta {
  align-items: stretch;
  gap: 32px;
  height: auto;
}

.final-cta__form {
  width: 48.67%;
  flex: 0 1 48.67%;
  min-width: 0;
  padding: 56px 32px;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.final-cta__copy {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.final-cta__media {
  width: 48.67%;
  height: auto;
  flex: 0 1 48.67%;
  min-width: 0;
  aspect-ratio: 584 / 621;
  border-radius: var(--radius);
  overflow: hidden;
}

.final-cta__gallery {
  width: 100%;
}

.final-cta__gallery-item {
  width: 332px;
  height: 332px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: var(--radius);
}

.final-cta__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-detail {
  margin-top: 72px;
  margin-bottom: 120px;
}

.page-detail__container {
  max-width: var(--container-width);
}

.page-detail__eyebrow {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.page-detail__title {
  margin: 0;
  color: var(--text);
  font-size: 48px;
  font-weight: 800;
  line-height: 1.12;
}

.page-detail__lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.page-content {
  margin-top: 40px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.65;
}

.page-content > *:first-child {
  margin-top: 0;
}

.page-content p,
.page-content ul,
.page-content ol,
.page-content table,
.page-content figure {
  margin: 20px 0 0;
}

.page-content h2,
.page-content h3,
.page-content h4 {
  margin: 44px 0 16px;
  color: var(--text);
  font-weight: 800;
  line-height: 1.2;
}

.page-content h2 {
  font-size: 32px;
}

.page-content h3 {
  font-size: 26px;
}

.page-content h4 {
  font-size: 22px;
}

.page-content ul,
.page-content ol {
  padding-left: 48px;
}

.page-content li + li {
  margin-top: 10px;
}

.page-content hr {
  height: 0;
  margin: 32px 0;
  border: 0;
  border-top: 1px solid rgba(32, 32, 32, 0.12);
}

.page-content a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 24px 0 0;
  border-radius: var(--radius);
}

.page-content__image-link {
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 24px 0 0;
}

.page-content__image-link img {
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
}

.page-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.page-content th,
.page-content td {
  padding: 12px 16px;
  border: 1px solid rgba(32, 32, 32, 0.12);
  text-align: left;
}

@media (max-width: 767px) {
  .page-detail {
    margin-top: 48px;
    margin-bottom: 80px;
  }

  .page-detail__title {
    font-size: 34px;
  }

  .page-content {
    font-size: 16px;
    line-height: 1.6;
  }

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

  .page-content h3 {
    font-size: 24px;
  }

  .page-content ul,
  .page-content ol {
    padding-left: 24px;
  }
}

.site-footer {
  padding: 40px 0;
  background: var(--bg);
}

@media (min-width: 768px) {
  .service-card__media {
    right: -76px;
    top: 70px;
  }
}

@media (min-width: 1280px) {
  .service-card__media img {
    transform: scale(1.5);
    transform-origin: right center;
  }
}

@media (max-width: 1279px) {
  .navbar__menu {
    display: none;
    position: fixed;
    inset: 0;
    box-sizing: border-box;
    height: 100dvh;
    padding: 72px 16px 24px;
    border-radius: 0;
    background: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    z-index: 25;
  }

  .navbar.is-open .navbar__menu {
    display: flex;
  }

  .navbar__menu-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
  }

  .navbar__menu-links a {
    font-size: 16px;
    line-height: 1.3;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .nav-dropdown,
  .nav-dropdown__trigger,
  .nav-dropdown__panel {
    width: 100%;
  }

  .nav-dropdown::after {
    display: none;
  }

  .nav-dropdown__panel {
    position: static;
    display: grid;
    gap: 12px;
    min-width: 0;
    margin-top: 14px;
    padding: 0 0 0 16px;
    border: 0;
    border-left: 2px solid rgba(103, 179, 46, 0.25);
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .navbar__menu-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
  }

  .navbar__menu-rates {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .navbar__menu-rates p {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
  }

.navbar__menu-rates strong {
  color: var(--green);
  font-weight: 400;
}

@keyframes rate-loading {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}

  .navbar__menu-phone {
    padding-bottom: 2px;
  }

  .navbar__menu-socials {
    gap: 16px;
  }

  .nav-toggle {
    display: inline-flex;
    position: relative;
    z-index: 30;
  }

  .navbar.is-open {
    position: fixed;
    inset: 0;
    z-index: 90;
    box-shadow: none;
  }

  .navbar.is-open .navbar__inner {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    padding: 0;
  }

  .navbar.is-open .navbar__logo,
  .navbar.is-open .account-link {
    opacity: 0;
    pointer-events: none;
  }

  .navbar.is-open .nav-toggle {
    position: absolute;
    top: 24px;
    right: 16px;
    width: 24px;
    height: 24px;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

  .navbar.is-open .nav-toggle span {
    width: 16px;
    background: var(--text);
  }

  .navbar.is-open .nav-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

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

  .navbar.is-open .nav-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }
}

.footer-top {
  align-items: center;
  justify-content: space-between;
}

.footer-top__logo {
  width: 100px;
  flex: 0 0 auto;
}

.footer-top__button {
  flex: 0 0 auto;
}

.footer-divider {
  height: 1px;
  margin-top: 32px;
  background: rgba(16, 16, 16, 0.12);
}

.footer-bottom {
  margin-top: 32px;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-column--mail {
  width: 271px;
}

.footer-column--mail .phone {
  width: fit-content;
}

.footer-column--address {
  width: 250px;
}

.footer-note {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.footer-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.footer-address {
  margin: 0;
  font-family: "Montserrat", "Noto Sans SC", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .container {
    width: calc(100% - 80px);
    max-width: none;
  }

  .section,
  .section-group,
  .final-cta-section {
    margin-top: 120px;
  }

  .section-group--muted {
    padding: 120px 0;
  }

  .section-group--muted .section + .section {
    margin-top: 120px;
  }

  .topbar {
    background: var(--bg);
  }

  .navbar__inner {
    min-height: 76px;
    padding: 16px 0;
    position: relative;
  }

  .account-link {
    margin-left: auto;
    margin-right: 32px;
  }

  body.menu-open {
    overflow: hidden;
  }

  .hero {
    min-height: 765px;
    height: auto;
    background-image:
      linear-gradient(var(--hero-overlay), var(--hero-overlay)),
      url("../assets/hero/hero.png?v=20260514-1");
  }

  .hero__static {
    height: auto;
  }

  .hero__content {
    width: 100%;
    gap: 64px;
  }

  .hero__slide {
    min-height: 765px;
    height: auto;
    padding-top: 80px;
  }

  .hero__copy {
    width: 100%;
  }

  .hero__copy h1 {
    font-size: 48px;
  }

  .hero__copy p {
    width: 100%;
    font-size: 24px;
    line-height: 1.3;
  }

  .hero__features {
    width: calc(100% - 80px);
    max-width: none;
    bottom: auto;
    gap: 8px;
  }

  .hero-feature {
    min-height: 194px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }

  .advantage-card {
    bottom: auto;
  }

  .hero-feature__text {
    width: 100%;
  }

  .hero-feature__text span {
    line-height: 1.3;
  }

  .calc-section {
    align-items: flex-start;
    gap: 24px;
  }

  .calc-section__copy {
    width: 61.19%;
    gap: 48px;
  }

  .calc-section__media {
    width: 35.32%;
    height: 403px;
  }

  .services-grid,
  .delivery-grid,
  .strengths-grid,
  .process-grid {
    margin-top: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .service-card__media img {
    transform: scale(1.2);
    transform-origin: right center;
  }

  .delivery-section__more {
    display: flex;
    width: 241px;
    margin: 48px auto 0;
    justify-content: center;
  }

  .strengths-section .section-head {
    margin-bottom: 48px;
  }

  .strengths-grid {
    row-gap: 24px;
  }

  .about-section {
    display: grid;
    grid-template-columns: minmax(0, 1.73fr) minmax(0, 1fr);
    column-gap: 24px;
    row-gap: 24px;
    align-items: start;
  }

  .about-content {
    display: contents;
  }

  .about-content__text {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }

  .about-card {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100%;
    min-height: 457px;
    align-self: stretch;
  }

  .about-card__deco {
    right: -65px;
    top: -110px;
    width: 328px;
    height: 314px;
  }

  .about-card__certificate {
    left: -245px;
    top: 244px;
    width: 482px;
    height: 394px;
  }

  .about-card__certificate img {
    width: 418px;
    height: 294px;
  }

  .search-corners {
    width: 104px;
    height: 104px;
  }

  .stats-grid {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
  }

  .import-card {
    height: auto;
    padding: 40px 32px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 48px;
    row-gap: 32px;
    align-items: start;
    position: relative;
  }

  .import-card__copy {
    grid-column: 1 / -1;
    width: 100%;
  }

  .import-card__subtitle,
  .bullet-list {
    width: 100%;
  }

  .import-card__truck {
    position: absolute;
    right: 32px;
    top: calc(100% + 175px);
    width: 468px;
    height: 350px;
    transform: translate(33%, calc(-100% - 30%));
  }

  .import-card__banner {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-height: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
  }

  .gallery-section {
    gap: 48px;
  }

  .gallery-window {
    width: 100%;
    overflow: hidden;
  }

  .gallery-track {
    width: 100%;
  }

  .gallery-slide {
    width: 332px;
    min-width: 332px;
    height: 379px;
    flex: 0 0 332px;
  }

  .map-panel {
    margin-top: 48px;
  }

  .marketplace-section {
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
  }

  .marketplace-copy {
    width: 62.43%;
    gap: 64px;
  }

  .marketplace-copy p {
    margin-top: -32px;
  }

  .marketplace-logos {
    width: 37.57%;
    max-width: 370px;
    height: 422px;
  }

  .marketplace-logo--yellow {
    top: 0;
    right: 0;
    left: auto;
  }

  .marketplace-logo--violet {
    top: 127px;
    left: 50px;
  }

  .marketplace-logo--blue {
    right: 0;
    top: 252px;
    left: auto;
  }

  .reviews-section {
    gap: 0;
  }

  .reviews-layout,
  .faq-section {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .reviews-layout {
    margin-top: 48px;
  }

  .review-card,
  .reviews-widget,
  .faq-list,
  .faq-promo,
  .final-cta__form {
    width: 100%;
  }

  .review-slider-wrap {
    width: 100%;
    flex: 0 1 100%;
  }

  .review-slider-wrap.review-card {
    width: 100%;
    flex: 0 1 100%;
  }

  .reviews-widget {
    min-height: 600px;
  }

  .faq-section__title {
    display: block;
    text-align: left;
  }

  .faq-promo {
    order: 3;
    width: 100%;
  }

  .faq-list {
    order: 2;
  }

  .faq-promo__copy {
    align-items: center;
    gap: 24px;
    text-align: center;
  }

  .faq-promo__copy .section-title {
    display: none;
  }

  .faq-promo__copy p {
    width: 100%;
  }

  .faq-promo__copy .btn {
    width: 250px;
  }

  .faq-promo__image {
    display: none;
  }

  .final-cta {
    height: auto;
    box-shadow: none;
    flex-direction: column;
    gap: 48px;
  }

  .final-cta__form {
    padding: 40px 32px;
    gap: 48px;
  }

  .final-cta__media {
    display: none;
  }

  .final-cta__gallery-window {
    display: block;
    width: 100%;
    margin-top: 48px;
    overflow: hidden;
  }

  .final-cta__gallery {
    width: 100%;
  }

  .final-cta__gallery-item {
    width: 332px;
    min-width: 332px;
    height: 332px;
    aspect-ratio: auto;
    flex: 0 0 332px;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
  }

  .footer-top__menu {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    column-gap: 32px;
    row-gap: 16px;
    justify-content: start;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }

  .footer-column,
  .footer-column--mail,
  .footer-column--address {
    width: calc((100% - 24px) / 2);
  }
}

@media (max-width: 767px) {
  .container {
    width: calc(100% - 32px);
    max-width: none;
  }

  .section,
  .section-group,
  .final-cta-section {
    margin-top: 80px;
  }

  .section-group--muted {
    padding: 80px 0;
  }

  .section-group--muted .section + .section {
    margin-top: 80px;
  }

  .section-title,
  .hero__copy h1 {
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
  }

  .section-title {
    font-size: 28px;
  }

  .hero__copy p,
  .about-content__text p,
  .marketplace-copy p,
  .faq-promo__copy p,
  .final-cta__copy p,
  .import-card__subtitle,
  .reviews-cta,
  .delivery-row,
  .review-card__text {
    font-size: 16px;
    line-height: 1.3;
  }

  .services-grid,
  .delivery-grid,
  .process-grid,
  .form-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .strengths-grid,
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .delivery-card__price,
  .stat-card strong {
    font-size: 28px;
  }

  .page {
    width: 100%;
  }

  .topbar {
    display: none;
  }

  .navbar__inner {
    position: relative;
    min-height: 76px;
    padding: 16px 0;
  }

  .navbar__logo,
  .footer-top__logo {
    width: 100px;
  }

  .navbar__logo img,
  .footer-top__logo img {
    width: 56px;
    height: 44px;
  }

  .account-link {
    margin-left: auto;
    margin-right: 12px;
    gap: 0;
  }

  .account-link > span:last-child {
    display: none;
  }

  body.menu-open {
    overflow: hidden;
  }

  .hero {
    background: #ffffff;
    background-image: none;
    min-height: 1079px;
    height: auto;
  }

  .hero__static {
    height: auto;
  }

  .hero__slide {
    min-height: 1079px;
    height: auto;
    padding: 56px 0 0;
  }

  .hero__overlay {
    inset: 0 0 auto;
    height: 485px;
    background-image:
      linear-gradient(var(--hero-overlay), var(--hero-overlay)),
      url("../assets/hero/hero.png?v=20260514-1");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero__content {
    width: 100%;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
  }

  .hero__copy {
    width: 100%;
    gap: 24px;
    align-items: flex-start;
  }

  .hero__copy p {
    width: 100%;
    font-size: 18px;
    line-height: 1.3;
  }

  .hero__content .btn {
    width: 100%;
  }

  .hero__features {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 1;
    transform: none;
    width: calc(100% - 32px);
    max-width: none;
    margin: 140px auto 0;
    flex-direction: column;
    gap: 16px;
  }

  .hero-feature {
    min-height: 174px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    border-radius: 10px;
  }

  .hero-feature__text {
    gap: 12px;
  }

  .hero-feature__text strong {
    font-size: 18px;
    line-height: 1.2;
  }

  .hero-feature__text span {
    font-size: 16px;
    line-height: 1.3;
  }

  .advantage-card:hover,
  .advantage-card:focus-within {
    transform: none;
    box-shadow: none;
  }

  .advantage-card {
    cursor: default;
  }

  .calc-section,
  .about-section,
  .marketplace-section,
  .reviews-layout,
  .faq-section,
  .final-cta,
  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .calc-section {
    gap: 24px;
  }

  .calc-section__copy,
  .about-content,
  .marketplace-copy,
  .faq-promo,
  .review-card,
  .reviews-widget,
  .faq-list,
  .final-cta__form {
    width: 100%;
  }

  .calc-section__copy {
    gap: 32px;
  }

  .calc-section__media {
    width: 100%;
    height: 260px;
  }

  .input-shell {
    padding: 18px 16px 6px;
  }

  .input-shell__label {
    left: 18px;
  }

  .consent {
    width: 100%;
    align-items: flex-start;
    gap: 16px;
    line-height: 1.3;
  }

  .services-grid,
  .process-grid {
    margin-top: 40px;
    gap: 16px;
  }

  .delivery-grid {
    margin-top: 40px;
    gap: 24px;
  }

  .services-grid .service-card:nth-child(n + 5) {
    display: none;
  }

  .service-card {
    min-height: 284px;
    padding: 24px;
  }

  .service-card__media {
    top: 70px;
    right: -8px;
    width: 222px;
    height: 194px;
  }

  .services-section__more,
  .delivery-section__more {
    display: inline-flex;
    width: 100%;
    margin-top: 24px;
  }

  .delivery-card__body {
    gap: 24px;
  }

  .strengths-section .section-head,
  .gallery-section {
    gap: 40px;
  }

  .reviews-section {
    gap: 0;
  }

  .section-subtitle {
    margin-top: 24px;
    text-align: left;
    line-height: 1.3;
  }

  .strength-card {
    align-items: flex-start;
    gap: 16px;
    text-align: left;
  }

  .strength-card p {
    font-size: 16px;
    line-height: 1.3;
  }

  .about-section {
    gap: 40px;
  }

  .about-content {
    order: 1;
    gap: 40px;
  }

  .about-content__text {
    gap: 24px;
  }

  .about-content__text p + p {
    margin-top: 0;
  }

  .stats-grid {
    width: 100%;
  }

  .stat-card {
    gap: 12px;
  }

  .about-card {
    order: 2;
    width: 100%;
    height: 280px;
  }

  .about-card__deco {
    top: -72px;
    right: -94px;
    width: 214px;
    height: 204px;
  }

  .about-card__certificate {
    left: -124px;
    top: 56px;
    width: 446px;
    height: 328px;
  }

  .about-card__certificate img {
    width: 388px;
    height: 272px;
  }

  .search-corners {
    width: 96px;
    height: 96px;
  }

  .import-card {
    height: auto;
    padding: 32px 16px;
    gap: 24px;
  }

  .import-card__copy,
  .import-card__subtitle,
  .bullet-list {
    width: 100%;
  }

  .import-card__copy {
    gap: 16px;
  }

  .bullet-list {
    margin-top: 0;
    gap: 12px;
  }

  .bullet-list li {
    font-size: 16px;
  }

  .import-card__truck {
    display: none;
  }

  .import-card__banner {
    min-height: 162px;
    padding: 24px 16px;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    justify-content: flex-start;
  }

  .gallery-section {
    align-items: stretch;
  }

  .gallery-window {
    width: 100%;
    overflow: hidden;
    scroll-snap-type: none;
  }

  .gallery-window::-webkit-scrollbar {
    display: none;
  }

  .gallery-track {
    width: 100%;
  }

  .gallery-slide {
    width: 328px;
    min-width: 328px;
    height: 328px;
    flex: 0 0 328px;
  }

  .gallery-item {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    scroll-snap-align: start;
  }

  .gallery-item img {
    object-fit: cover;
  }

  .gallery-controls {
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .process-card {
    min-height: 170px;
    padding: 20px 16px;
  }

  .process-card p {
    font-size: 14px;
  }

  .map-panel {
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
  }

  .map-panel__image {
    object-fit: cover;
  }

  .marketplace-section {
    gap: 32px;
  }

  .marketplace-copy {
    gap: 32px;
  }

  .marketplace-copy p {
    margin-top: 0;
  }

  .marketplace-copy .btn {
    width: 100%;
  }

  .marketplace-logos {
    width: 100%;
    height: 214px;
  }

  .marketplace-logo {
    width: 130px;
    height: 130px;
    font-size: 14px;
    border-radius: 8px;
    animation: none;
    transform: none;
  }

  .marketplace-logo--yellow {
    top: 0;
    left: 0;
    right: auto;
  }

  .marketplace-logo--violet {
    left: 50%;
    right: auto;
    top: 91px;
    transform: translateX(-50%);
  }

  .marketplace-logo--blue {
    top: 0;
    right: 0;
    bottom: auto;
    font-size: 20px;
  }

  .reviews-layout {
    gap: 16px;
    margin-top: 40px;
  }

  .review-slider-wrap,
  .review-slider-wrap.review-card,
  .review-slider__track,
  .review-slider__track .splide__list,
  .review-slide {
    width: 100%;
    max-width: none;
  }

  .review-card {
    min-height: auto;
    padding: 16px;
    gap: 24px;
  }

  .reviews-empty {
    min-height: auto;
    padding: 24px 16px;
  }

  .reviews-empty__text {
    font-size: 16px;
  }

  .review-card__meta {
    flex-wrap: wrap;
    gap: 8px 12px;
  }

  .review-card__text.is-collapsed {
    -webkit-line-clamp: 9;
  }

  .review-card__thumbs {
    width: 100%;
  }

  .review-card__footer {
    gap: 16px;
    margin-top: 0;
  }

  .review-thumb,
  .review-thumb--more {
    width: 42px;
    height: 42px;
    border-radius: 8px;
  }

  .review-thumb--more {
    font-size: 14px;
    line-height: 1.2;
  }

  .review-card__arrows {
    justify-content: center;
    gap: 16px;
  }

  .reviews-widget {
    min-height: 480px;
    padding: 24px 16px;
  }

  .reviews-widget p {
    text-align: center;
  }

  .reviews-cta {
    min-height: 142px;
    padding: 24px 16px;
    text-align: left;
  }

  .faq-section {
    gap: 24px;
  }

  .faq-section__title {
    display: block;
  }

  .faq-list {
    order: 1;
    gap: 12px;
  }

  .faq-promo {
    order: 2;
    gap: 24px;
  }

  .faq-promo__copy {
    gap: 24px;
  }

  .faq-promo__copy .section-title {
    display: none;
  }

  .faq-promo__copy .btn {
    width: 100%;
  }

  .faq-promo__image {
    display: none;
  }

  .faq-item__button {
    gap: 16px;
    padding: 16px;
  }

  .faq-item__button strong {
    font-size: 16px;
  }

  .faq-item__icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }

  .faq-item__content p {
    padding: 0 16px 16px;
  }

  .final-cta-section {
    margin-bottom: 80px;
  }

  .final-cta {
    height: auto;
    gap: 16px;
    box-shadow: none;
  }

  .final-cta__form {
    padding: 24px 16px 32px;
    gap: 32px;
  }

  .final-cta__copy {
    gap: 24px;
  }

  .final-cta__media {
    display: none;
  }

  .final-cta__gallery-window {
    display: block;
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
  }

  .final-cta__gallery-window::-webkit-scrollbar {
    display: none;
  }

  .final-cta__gallery {
    width: 100%;
  }

  .final-cta__gallery-item {
    width: 328px;
    min-width: 328px;
    height: 328px;
    aspect-ratio: auto;
    flex: 0 0 328px;
  }

  .site-footer {
    padding: 32px 0;
  }

  .footer-top,
  .footer-bottom {
    gap: 24px;
  }

  .footer-top__menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
    gap: 16px 28px;
    justify-content: start;
  }

  .footer-top__button {
    width: 100%;
  }

  .footer-divider {
    margin-top: 24px;
  }

  .footer-bottom {
    margin-top: 24px;
  }

  .footer-column,
  .footer-column--mail,
  .footer-column--address {
    width: 100%;
  }
}


