@font-face {
  font-family: "Geologica";
  font-display: swap;
  src: url("../fonts/Geologica-Medium.woff") format("woff"), url("../fonts/Geologica-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Marketplace unit economics */
.market-page {
  min-height: 70vh;
  background:
    radial-gradient(circle at 8% 5%, rgba(70, 116, 247, 0.1), transparent 28%),
    radial-gradient(circle at 96% 12%, rgba(82, 198, 147, 0.08), transparent 24%),
    #f0f2f5;
  color: #1e293b;
  font-family: "Geologica", Arial, sans-serif;
}

.market-section {
  padding: 46px 0 88px;
}

.container.market-container {
  width: 100%;
  max-width: none;
  padding-right: 18px;
  padding-left: 18px;
}

.market-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  overflow: hidden;
  padding: 34px 38px;
  border: 1px solid rgba(75, 123, 255, 0.2);
  border-radius: 24px;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.9), rgba(223, 232, 255, 0.72));
  box-shadow: inset 0 4px 4px rgba(70, 116, 247, 0.04), 0 20px 52px rgba(70, 116, 247, 0.1);
}

.market-hero::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -72px;
  top: -122px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(70, 116, 247, 0.2), rgba(82, 198, 147, 0.08));
}

.market-hero__copy,
.market-hero__badge {
  position: relative;
  z-index: 1;
}

.market-eyebrow {
  margin: 0 0 9px;
  color: #4674f7;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.market-hero h1 {
  margin: 0;
  color: #1e293b;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  line-height: 115%;
}

.market-hero__text {
  max-width: 720px;
  margin: 14px 0 0;
  color: #64748b;
  font-size: 16px;
  line-height: 155%;
}

.market-hero__badge {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 98px;
  padding: 16px 20px;
  border: 1px solid rgba(75, 123, 255, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 10px 28px rgba(70, 116, 247, 0.09);
}

.market-hero__badge strong {
  color: #2d54c2;
  font-size: 30px;
  line-height: 1;
}

.market-hero__badge span {
  margin-top: 7px;
  color: #64748b;
  font-size: 13px;
}

.market-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 22px 0;
}

.market-tabs,
.market-period {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  border: 1px solid rgba(75, 123, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 24px rgba(70, 116, 247, 0.06);
}

.market-tabs__link,
.market-period__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 11px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.market-tabs__link:hover,
.market-period__link:hover {
  color: #2d54c2;
  background: rgba(70, 116, 247, 0.08);
}

.market-tabs__link.is-active,
.market-period__link.is-active {
  color: #fff;
  background: linear-gradient(325deg, #2d54c2, #4674f7 54%, #638cff);
  box-shadow: 0 7px 16px rgba(70, 116, 247, 0.25);
}

.market-tabs__link.is-active.is-ozon {
  background: linear-gradient(325deg, #1651c8, #2864e8 55%, #4d82ff);
}

.market-tabs__link.is-active.is-wb {
  background: linear-gradient(325deg, #8b2ac7, #c43cbb 55%, #e65baf);
}

.market-tabs__link.is-active.is-yandex {
  color: #1e293b;
  background: linear-gradient(325deg, #f0b800, #ffd447 55%, #ffe782);
}

.market-toolbar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.market-toolbar__actions form {
  margin: 0;
}

.market-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 17px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 9px 20px rgba(70, 116, 247, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.market-btn:hover {
  transform: translateY(-1px);
  color: #fff;
  box-shadow: 0 12px 26px rgba(70, 116, 247, 0.25);
}

.market-btn:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.market-btn--primary {
  background: linear-gradient(325deg, #2d54c2, #4674f7 55%, #638cff);
}

.market-btn--success {
  background: linear-gradient(325deg, #186342, #27a16a 55%, #52c693);
  box-shadow: 0 9px 20px rgba(39, 161, 106, 0.18);
}

.market-spinner {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.38);
  border-top-color: #fff;
  border-radius: 50%;
  animation: market-spin 0.7s linear infinite;
}

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

.market-alert {
  padding: 15px 18px;
  margin: 0 0 20px;
  border: 1px solid;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 145%;
}

.market-alert--success {
  color: #186342;
  border-color: rgba(39, 161, 106, 0.25);
  background: rgba(82, 198, 147, 0.12);
}

.market-alert--error {
  color: #991b1b;
  border-color: rgba(220, 38, 38, 0.24);
  background: rgba(254, 226, 226, 0.72);
}

.market-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.market-stat {
  min-width: 0;
  padding: 20px 22px;
  border: 1px solid rgba(75, 123, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 28px rgba(70, 116, 247, 0.06);
}

.market-stat--note {
  background: linear-gradient(135deg, rgba(223, 232, 255, 0.82), rgba(255, 255, 255, 0.76));
}

.market-stat__label,
.market-stat > span:last-child {
  display: block;
  color: #64748b;
  font-size: 12px;
  line-height: 140%;
}

.market-stat__label {
  margin-bottom: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.market-stat strong {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  color: #1e293b;
  font-size: 22px;
  font-weight: 800;
  line-height: 125%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market-stat strong.is-positive,
.market-result.is-positive {
  color: #16815a;
}

.market-stat strong.is-negative,
.market-result.is-negative {
  color: #c23939;
}

.market-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px 14px 20px;
  margin-bottom: 18px;
  border-left: 3px solid #4674f7;
  border-radius: 4px 16px 16px 4px;
  background: rgba(255, 255, 255, 0.58);
}

.market-context p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 155%;
}

.market-context p strong {
  color: #334155;
}

.market-period {
  flex: 0 0 auto;
  box-shadow: none;
}

.market-period__link {
  min-height: 32px;
  padding: 6px 11px;
  font-size: 12px;
}

.market-table-card {
  overflow: visible;
  width: 100%;
  min-width: 1380px;
  border: 1px solid rgba(75, 123, 255, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 4px 4px rgba(70, 116, 247, 0.04), 0 18px 42px rgba(70, 116, 247, 0.08);
}

.market-table-wrap {
  overflow: visible;
}

.market-table {
  width: 100%;
  min-width: 1380px;
  border-collapse: separate;
  border-spacing: 0;
}

.market-table th,
.market-table td {
  padding: 17px 15px;
  border-bottom: 1px solid rgba(100, 116, 139, 0.13);
  text-align: left;
  vertical-align: top;
}

.market-table th {
  position: sticky;
  top: 0;
  z-index: 2;
  color: #64748b;
  background: #eaf0ff;
  font-size: 11px;
  font-weight: 800;
  line-height: 135%;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
}

.market-table td {
  color: #334155;
  font-size: 13px;
  line-height: 145%;
  transition: background 0.18s ease;
}

.market-table tbody tr:last-child td {
  border-bottom: 0;
}

.market-table tbody tr:hover td {
  background: rgba(234, 240, 255, 0.48);
}

.market-table .is-number {
  text-align: right;
}

.market-product {
  width: 270px;
  min-width: 270px;
}

.market-product > strong {
  display: block;
  color: #1e293b;
  font-size: 15px;
  font-weight: 800;
  line-height: 135%;
}

.market-sku,
.metric-details {
  display: block;
  margin-top: 5px;
  color: #8290a4;
  font-size: 11px;
  font-weight: 500;
  line-height: 140%;
}

.market-sku {
  width: max-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.09);
}

.market-settings {
  margin-top: 10px;
}

.market-settings summary {
  width: max-content;
  color: #4674f7;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
}

.market-settings__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(145px, 1fr));
  gap: 8px;
  min-width: 330px;
  padding: 12px;
  margin-top: 9px;
  border: 1px solid rgba(75, 123, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.market-settings__grid > span {
  min-width: 0;
}

.market-settings__grid small,
.market-settings__grid b {
  display: block;
}

.market-settings__grid small {
  margin-bottom: 2px;
  color: #8290a4;
  font-size: 10px;
  line-height: 130%;
}

.market-settings__grid b {
  width: max-content;
  color: #334155;
  font-size: 12px;
}

.editable {
  border-bottom: 1px dashed rgba(70, 116, 247, 0.72);
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease;
}

.editable:hover {
  color: #2d54c2;
  background: rgba(70, 116, 247, 0.08);
}

.market-money,
.market-result,
.market-price-new {
  display: block;
  color: #1e293b;
  font-size: 14px;
  font-weight: 800;
  line-height: 135%;
  white-space: nowrap;
}

.market-money--muted {
  color: #475569;
}

.market-result {
  font-size: 15px;
}

.market-price-new {
  color: #2d54c2;
  font-size: 16px;
}

.market-price-form {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: 9px;
}

.market-set-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(70, 116, 247, 0.24);
  border-radius: 10px;
  color: #2d54c2;
  background: rgba(70, 116, 247, 0.09);
  font: 700 11px/1.2 "Geologica", Arial, sans-serif;
  white-space: nowrap;
  gap: 7px;
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.market-set-price:hover {
  color: #fff;
  background: #4674f7;
  transform: translateY(-1px);
}

.market-set-price:disabled {
  color: #64748b;
  border-color: rgba(100, 116, 139, 0.14);
  background: rgba(100, 116, 139, 0.08);
  cursor: default;
  transform: none;
}

.market-set-price .market-spinner {
  width: 13px;
  height: 13px;
}

.market-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 7px;
  margin-top: 6px;
  border-radius: 999px;
  color: #536178;
  background: rgba(100, 116, 139, 0.1);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.market-edit-value {
  padding: 3px 2px;
  border: 0;
  color: #1e293b;
  background: transparent;
  font-size: 14px;
  font-weight: 800;
  line-height: 135%;
  white-space: nowrap;
}

.market-edit-value.editable {
  border-bottom: 1px dashed rgba(70, 116, 247, 0.72);
}

.market-unavailable {
  color: #c23939;
  font-size: 12px;
  font-weight: 700;
}

.market-empty {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  color: #64748b;
  background: rgba(100, 116, 139, 0.1);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.market-table-empty {
  padding: 42px !important;
  color: #8290a4 !important;
  text-align: center !important;
}

@media (max-width: 1100px) {
  .market-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-toolbar,
  .market-context {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .market-section {
    padding: 28px 0 60px;
  }

  .market-container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .market-hero {
    align-items: flex-start;
    padding: 25px 22px;
  }

  .market-hero__badge {
    min-width: 84px;
    min-height: 76px;
    padding: 12px;
  }

  .market-hero__badge strong {
    font-size: 24px;
  }

  .market-hero__text {
    font-size: 14px;
  }

  .market-toolbar__actions,
  .market-toolbar__actions form,
  .market-btn {
    width: 100%;
  }

  .market-tabs {
    width: 100%;
    overflow-x: auto;
  }

  .market-tabs__link {
    flex: 1 0 auto;
  }

  .market-summary {
    grid-template-columns: 1fr;
  }

  .market-context {
    padding: 14px;
  }

  .market-period {
    width: 100%;
  }

  .market-period__link {
    flex: 1;
  }
}

@media (max-width: 470px) {
  .market-hero {
    gap: 16px;
  }

  .market-hero__badge {
    display: none;
  }

  .market-tabs {
    align-items: stretch;
    flex-direction: column;
  }

  .market-settings__grid {
    grid-template-columns: 1fr;
    min-width: 220px;
  }
}

@font-face {
  font-family: "Geologica";
  font-display: swap;
  src: url("../fonts/Geologica-ExtraBold.woff") format("woff"), url("../fonts/Geologica-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Geologica";
  font-display: swap;
  src: url("../fonts/Geologica-SemiBold.woff") format("woff"), url("../fonts/Geologica-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

html {
  min-height: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body.aventa-site {
  min-height: 100%;
  margin: 0;
  background: #f0f2f5;
  color: #334155;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 18px;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}

.flex-vc {
  display: flex;
  align-items: center;
}

.flex-vc-bw {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-vt-bw {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 0 13px;
  background: linear-gradient(360deg, #dfe8ff 0%, #eff3ff 100%);
  border-bottom: 1px solid rgba(70, 116, 247, 0.18);
  z-index: 999;
  font-family: "Geologica", Arial, sans-serif;
  box-sizing: border-box;
}

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

.header__container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

.header__content {
  gap: 15px;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header--admin {
  background: linear-gradient(360deg, #e5ecff 0%, #f3f6ff 100%);
}

.header-admin-badge,
.header-admin-exit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.header-admin-badge {
  padding: 8px 11px;
  color: #2d54c2;
  background: rgba(70, 116, 247, 0.12);
}

.header-admin-exit {
  padding: 8px 13px;
  color: #64748b;
  border: 1px solid rgba(75, 123, 255, 0.2);
  background: rgba(255, 255, 255, 0.48);
  transition: color 0.2s ease, background 0.2s ease;
}

.header-admin-exit:hover {
  color: #2d54c2;
  background: rgba(255, 255, 255, 0.82);
}

.header-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(75, 123, 255, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.38);
  transition: color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-cart:hover,
.header-cart.active {
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 4px 8px rgba(70, 116, 247, 0.25), inset 0 4px 4px rgba(70, 116, 247, 0.06);
}

.header-cart img {
  width: 23px;
  height: 23px;
}

.header-cart__count {
  position: absolute;
  top: -7px;
  right: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border: 2px solid #eff3ff;
  border-radius: 50%;
  background: #4674f7;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.header-cart__count[hidden] {
  display: none;
}

.header-cart.is-cart-updated {
  animation: cart-bump 0.48s ease;
}

@keyframes cart-bump {
  0%, 100% { transform: scale(1); }
  45% { transform: scale(1.18); }
}

.header__link {
  gap: 8px;
  color: #8b95a5;
  text-decoration: none;
}

.header__link span:first-child {
  font-weight: 600;
  font-size: 12px;
  line-height: 125%;
  text-align: right;
}

.header__chat-icon {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.logo {
  display: block;
  width: 145px;
  height: 44px;
}

.logo__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Geologica", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.03em;
}

.menu__item:not(:last-child) {
  margin-right: 18px;
}

.menu__link {
  position: relative;
  display: inline-block;
  padding: 5px 8px;
  color: #334155;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.menu__link.active,
.menu__link:hover {
  color: #4674f7;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.menu__link.active {
  font-weight: 600;
}

.menu__link.active::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: -8px;
  left: 8px;
  height: 2px;
  border-radius: 2px;
  background: #4674f7;
}

.burger {
  display: none;
  position: relative;
  width: 35px;
  height: 23px;
  cursor: pointer;
  z-index: 105;
}

.burger__line {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #4674f7;
  transition: all 0.3s ease;
}

.burger__line:first-child {
  top: 0;
}

.burger__line:last-child {
  top: auto;
  bottom: 0;
}

.burger.active .burger__line {
  transform: scale(0);
}

.burger.active .burger__line:first-child {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

.burger.active .burger__line:last-child {
  bottom: calc(50% - 1px);
  transform: rotate(45deg);
}

body.lock {
  overflow: hidden;
}

@media (max-width: 1140px) {
  .menu__item:not(:last-child) {
    margin-right: 14px;
  }
}

@media (max-width: 991.98px) {
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-section {
    padding: 58px 0 76px;
  }

  .header {
    padding: 12px 0;
  }

  .header__content {
    position: relative;
  }

  .header__actions {
    margin-left: auto;
  }

  .logo {
    width: 132px;
    height: 40px;
  }

  .burger {
    display: block;
    margin-left: 15px;
  }

  .burger__line {
    height: 3px;
    top: calc(50% - 1.5px);
  }

  .burger.active .burger__line:first-child {
    top: calc(50% - 1.5px);
  }

  .burger.active .burger__line:last-child {
    bottom: calc(50% - 1.5px);
  }

  .menu {
    position: fixed;
    top: 65px;
    right: 0;
    width: 100%;
    height: calc(100vh - 65px);
    overflow-y: auto;
    background: rgba(239, 243, 255, 0.98);
    border-top: 1px solid rgba(70, 116, 247, 0.2);
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
  }

  .menu.active {
    transform: translateX(0);
    visibility: visible;
  }

  .menu__body {
    padding: 32px 20px;
  }

  .menu__list {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    max-width: 750px;
    margin: 0 auto;
    font-size: 18px;
  }

  .menu__line {
    display: none;
  }

  .menu__item:not(:last-child) {
    margin-right: 0;
  }

  .menu__link {
    display: block;
    padding: 14px 16px;
  }

  .menu__link.active::after {
    right: auto;
    bottom: 5px;
    left: 16px;
    width: 36px;
  }
}

@media (max-width: 479.98px) {
  .header__link span:first-child {
    display: none;
  }

  .logo {
    width: 120px;
    height: 36px;
  }

  .menu {
    top: 61px;
    height: calc(100vh - 61px);
  }

  .menu__body {
    padding: 24px 15px;
  }
}

.footer {
  background: linear-gradient(360deg, #cad9ff 0%, #eff3ff 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  padding: 32px 0;
  font-family: "Geologica", Arial, sans-serif;
}

.footer__content {
  gap: 28px;
}

.footer__col {
  max-width: 250px;
}

.footer__col--details {
  max-width: 330px;
}

.footer__col--buyers {
  max-width: 330px;
}

.footer__title {
  color: #1e293b;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 18px;
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__list li {
  color: #334155;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
}

.footer__list li:not(:last-child) {
  margin: 0 0 13px;
}

.footer__list--buyers {
  display: grid;
  gap: 13px 26px;
  grid-template-columns: repeat(2, minmax(135px, 1fr));
  width: 330px;
}

.footer__list--buyers li:not(:last-child) {
  margin: 0;
}

.footer__details-link {
  color: #3568f4;
  font-weight: 600;
}

.footer__link {
  gap: 8px;
  color: inherit;
  text-decoration: none;
}

.footer__link:hover {
  color: #4674f7;
}

.footer__link .icon {
  min-width: 22px;
  width: 22px;
  height: 22px;
  fill: none;
}

.footer__max-icon {
  display: block;
  min-width: 22px;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.footer__bottom {
  color: #1e293b;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  margin-top: 26px;
}

.legal-page {
  background: #f4f6fa;
  color: #1e293b;
  font-family: "Geologica", Arial, sans-serif;
}

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

.legal-container {
  max-width: 1160px;
}

.legal-hero {
  background: #e8efff;
  border-bottom: 1px solid rgba(70, 116, 247, 0.18);
  padding: 72px 0 60px;
}

.legal-eyebrow {
  color: #4674f7;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.legal-hero h1 {
  color: #17233b;
  font-size: 54px;
  line-height: 1.08;
  margin: 0;
  max-width: 900px;
}

.legal-version {
  color: #64748b;
  font-size: 15px;
  margin: 18px 0 0;
}

.legal-content-section {
  padding: 56px 0 80px;
}

.legal-layout {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: 250px minmax(0, 1fr);
}

.legal-nav {
  border-left: 2px solid #d8e2fb;
  display: grid;
  gap: 4px;
  position: sticky;
  top: 100px;
}

.legal-nav a {
  color: #52627c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  padding: 10px 14px;
  text-decoration: none;
}

.legal-nav a:hover,
.legal-nav a.is-active {
  color: #3568f4;
}

.legal-nav a.is-active {
  background: #e8efff;
  border-left: 2px solid #4674f7;
  margin-left: -2px;
}

.legal-document {
  background: #fff;
  border: 1px solid rgba(70, 116, 247, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(44, 65, 105, 0.08);
  font-size: 16px;
  line-height: 1.7;
  padding: 46px 52px;
}

.legal-document h2 {
  color: #17233b;
  font-size: 26px;
  line-height: 1.25;
  margin: 42px 0 16px;
}

.legal-document h2:first-child {
  margin-top: 0;
}

.legal-document h3 {
  color: #253653;
  font-size: 19px;
  line-height: 1.35;
  margin: 28px 0 10px;
}

.legal-document p,
.legal-document ul,
.legal-document ol {
  margin: 0 0 16px;
}

.legal-document ul,
.legal-document ol {
  padding-left: 24px;
}

.legal-document li + li {
  margin-top: 8px;
}

.legal-document a {
  color: #3568f4;
  text-underline-offset: 3px;
}

.legal-note {
  background: #edf3ff;
  border-left: 3px solid #4674f7;
  color: #334155;
  margin-top: 28px !important;
  padding: 16px 18px;
}

.legal-details {
  margin: 0;
}

.legal-details div {
  border-bottom: 1px solid #e6eaf1;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(160px, 0.45fr) 1fr;
  padding: 14px 0;
}

.legal-details dt {
  color: #64748b;
  font-weight: 600;
}

.legal-details dd {
  margin: 0;
}

.smart-page {
  background: #f0f2f5;
  color: #334155;
  font-family: "Geologica", Arial, sans-serif;
}

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

.smart-page a {
  text-decoration: none;
}

.smart-container {
  max-width: 1140px;
}

.smart-hero {
  background: linear-gradient(360deg, #dfe8ff 0%, #eff3ff 100%);
  padding: 78px 0 88px;
}

.smart-hero__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
  gap: 72px;
}

.smart-hero__media {
  display: flex;
  justify-content: center;
}

.smart-hero__phone {
  display: block;
  width: min(100%, 430px);
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 18px 46px rgba(70, 116, 247, 0.18));
}

.smart-page__eyebrow {
  color: #4674f7;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.smart-hero h1,
.smart-section h2,
.smart-collab h2 {
  color: #1e293b;
  font-family: "Geologica", Arial, sans-serif;
  font-weight: 800;
  margin: 0;
}

.smart-hero h1 {
  max-width: 640px;
  font-size: 54px;
  line-height: 108%;
}

.smart-hero__text {
  max-width: 610px;
  color: #334155;
  font-size: 20px;
  line-height: 150%;
  margin: 28px 0 30px;
}

.smart-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.smart-store-link {
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0;
  border-radius: 8px;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.smart-store-link:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 8px 14px rgba(70, 116, 247, 0.16));
}

.smart-store-link img {
  display: block;
  height: 46px;
  width: auto;
}

.smart-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.smart-hero__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.smart-qr {
  display: flex;
  align-items: center;
  max-width: 390px;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(75, 123, 255, 0.2);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(235, 240, 255, 0.7) 100%);
  box-shadow: inset 0 4px 4px 0 rgba(70, 116, 247, 0.06), 0 4px 18px rgba(70, 116, 247, 0.08);
}

.smart-qr img {
  display: block;
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
}

.smart-qr span {
  color: #64748b;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
}

.smart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 16px 18px;
  box-sizing: border-box;
  overflow: hidden;
  color: #fff;
  font-family: "Geologica", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}

.page .btn {
  min-height: 60px;
  padding: 16px 18px;
  font-size: 16px;
}

.smart-btn span {
  position: relative;
  z-index: 3;
}

.smart-btn--accent {
  border-radius: 20px;
  background: linear-gradient(325deg, #2d54c2 0%, #4674f7 50%, #638cff 100%);
}

.smart-btn--accent::before {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.smart-btn--accent::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2d54c2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.smart-btn--accent:hover {
  color: #fff;
}

.smart-btn--accent:hover::after {
  opacity: 1;
  visibility: visible;
}

.smart-btn--outline {
  gap: 10px;
  color: #64748b;
  border: 2px solid rgba(75, 123, 255, 0.2);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(235, 240, 255, 0.15) 100%);
  box-shadow: 0 3px 6px rgba(70, 116, 247, 0.22), inset 0 3px 4px rgba(70, 116, 247, 0.04);
}

.page .btn__second {
  box-shadow: 0 3px 6px rgba(70, 116, 247, 0.22), inset 0 3px 4px rgba(70, 116, 247, 0.04);
}

.smart-btn--outline:hover {
  color: #64748b;
  background: rgba(75, 123, 255, 0.2);
}

.catalog-page {
  min-height: 70vh;
  background: #f0f2f5;
  color: #1e293b;
  font-family: "Geologica", Arial, sans-serif;
}

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

.catalog-section {
  padding: 72px 0 96px;
}

.catalog-container {
  max-width: 1140px;
}

.catalog-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.catalog-eyebrow {
  color: #4674f7;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.catalog-head h1 {
  color: #1e293b;
  font-size: 46px;
  line-height: 115%;
  margin: 0;
}

.catalog-head > p:not(.catalog-eyebrow) {
  color: #64748b;
  font-size: 18px;
  line-height: 155%;
  margin: 20px 0 0;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

.catalog-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-width: 0;
  border: 1px solid rgba(75, 123, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 32px rgba(70, 116, 247, 0.08);
}

.catalog-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 18px;
  background: #e2e7ed;
}

.catalog-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.catalog-card__sku {
  color: #4674f7;
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.catalog-card h2 {
  color: #1e293b;
  font-size: 21px;
  line-height: 130%;
  margin: 0;
}

.catalog-card h2 a {
  color: inherit;
}

.catalog-card h2 a:hover {
  color: #4674f7;
}

.catalog-card__body > p {
  color: #64748b;
  font-size: 15px;
  line-height: 150%;
  margin: 14px 0 0;
}

.catalog-card__purchase {
  display: grid;
  gap: 16px;
  padding-top: 20px;
  margin-top: auto;
}

.catalog-card__price {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 7px;
  padding-top: 18px;
  border-top: 1px solid rgba(100, 116, 139, 0.16);
}

.catalog-card__price strong {
  color: #1e293b;
  font-size: 23px;
  line-height: 120%;
}

.catalog-card__price span {
  color: #198754;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
}

.catalog-card__price .catalog-card__price-status--unavailable {
  color: #64748b;
}

.catalog-card__button {
  width: 100%;
}

.catalog-card__actions {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10px;
}

.catalog-card__actions form,
.catalog-card__details {
  width: 100%;
}

.catalog-card__actions .smart-btn {
  min-width: 0;
  min-height: 54px;
  padding: 13px 12px;
}

.product-page {
  min-height: 70vh;
  color: #1e293b;
  background: #f7f9fc;
  font-family: "Geologica", Arial, sans-serif;
}

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

.product-container {
  max-width: 1140px;
}

.product-hero {
  padding: 34px 0 82px;
  background: #eaf0ff;
}

.product-breadcrumbs {
  display: flex;
  overflow: hidden;
  align-items: center;
  gap: 9px;
  color: #64748b;
  font-size: 13px;
  line-height: 150%;
  white-space: nowrap;
  margin-bottom: 34px;
}

.product-breadcrumbs a {
  color: #4674f7;
}

.product-breadcrumbs > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  align-items: start;
  gap: 64px;
}

.product-gallery {
  min-width: 0;
}

.product-gallery__stage {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  padding: 28px;
  border: 1px solid rgba(75, 123, 255, 0.2);
  border-radius: 8px;
  background: #e2e7ed;
  box-shadow: 0 18px 44px rgba(70, 116, 247, 0.12);
}

.product-gallery__stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.product-gallery__thumb {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 5px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #e2e7ed;
  cursor: pointer;
}

.product-gallery__thumb.is-active {
  border-color: #4674f7;
}

.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-summary {
  min-width: 0;
  padding-top: 8px;
}

.product-eyebrow {
  color: #4674f7;
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.product-summary__sku {
  color: #64748b;
  font-size: 13px;
  line-height: 150%;
  margin-bottom: 12px;
}

.product-summary h1 {
  color: #17233b;
  font-size: 46px;
  line-height: 112%;
  overflow-wrap: anywhere;
  margin: 0;
}

.product-summary__lead {
  color: #5f718e;
  font-size: 18px;
  line-height: 158%;
  margin: 22px 0 0;
}

.product-summary__features,
.product-check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.product-summary__features li,
.product-check-list li {
  position: relative;
  color: #273750;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  padding-left: 28px;
}

.product-summary__features li::before,
.product-check-list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 10px;
  border-bottom: 3px solid #28a875;
  border-left: 3px solid #28a875;
  transform: rotate(-45deg);
}

.product-summary__order {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-top: 24px;
  margin-top: 28px;
  border-top: 1px solid rgba(100, 116, 139, 0.2);
}

.product-summary__price-row,
.product-summary__order > p {
  grid-column: 1 / -1;
}

.product-summary__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.product-summary__price-row strong {
  color: #17233b;
  font-size: 34px;
  line-height: 110%;
}

.product-summary__price-row span {
  color: #16845e;
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
}

.product-summary__order > p {
  color: #64748b;
  font-size: 13px;
  line-height: 150%;
  margin: 0;
}

.product-summary__cart-form,
.product-summary__cart-form .smart-btn,
.product-summary__order > .smart-btn {
  width: 100%;
}

.product-summary__assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #64748b;
  font-size: 12px;
  line-height: 145%;
  margin-top: 20px;
}

.product-summary__assurances span {
  position: relative;
  padding-left: 18px;
}

.product-summary__assurances span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4674f7;
  box-shadow: 0 0 0 4px rgba(70, 116, 247, 0.12);
}

.product-section {
  padding: 80px 0;
  background: #fff;
}

.product-section--tint {
  background: #f0f3f8;
}

.product-section h2 {
  color: #17233b;
  font-size: 36px;
  line-height: 120%;
  margin: 0;
}

.product-section p:not(.product-eyebrow) {
  color: #64748b;
  font-size: 16px;
  line-height: 165%;
  margin: 20px 0 0;
}

.product-about,
.product-details-grid,
.product-info-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 72px;
}

.product-about .product-check-list {
  margin-top: 6px;
}

.product-detail-block {
  min-width: 0;
}

.product-specifications {
  margin: 28px 0 0;
}

.product-specifications > div {
  display: grid;
  grid-template-columns: minmax(130px, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(100, 116, 139, 0.18);
}

.product-specifications dt {
  color: #64748b;
  font-size: 14px;
  line-height: 145%;
}

.product-specifications dd {
  color: #17233b;
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
  margin: 0;
}

.product-detail-block .product-check-list {
  margin-top: 28px;
}

.product-section__head {
  max-width: 720px;
  margin-bottom: 34px;
}

.product-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-service-grid article {
  padding: 26px;
  border: 1px solid rgba(75, 123, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.product-service-grid h3 {
  color: #17233b;
  font-size: 20px;
  line-height: 130%;
  margin: 0;
}

.product-service-grid article p:not(.product-eyebrow) {
  font-size: 14px;
  margin-top: 12px;
}

.product-service-grid a {
  display: inline-block;
  color: #4674f7;
  font-weight: 700;
  font-size: 13px;
  margin-top: 18px;
}

.product-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-faq-section {
  background: #fff;
}

.product-faq {
  max-width: 900px;
}

.product-faq details {
  border-bottom: 1px solid rgba(100, 116, 139, 0.2);
}

.product-faq summary {
  position: relative;
  color: #17233b;
  font-weight: 700;
  font-size: 17px;
  line-height: 145%;
  padding: 22px 48px 22px 0;
  cursor: pointer;
  list-style: none;
}

.product-faq summary::-webkit-details-marker {
  display: none;
}

.product-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  color: #4674f7;
  font-weight: 500;
  font-size: 28px;
  transform: translateY(-50%);
}

.product-faq details[open] summary::after {
  content: "−";
}

.product-faq details p:not(.product-eyebrow) {
  max-width: 760px;
  padding: 0 48px 22px 0;
  margin: 0;
}

.admin-product-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.admin-product-gallery__item {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(75, 123, 255, 0.18);
  border-radius: 8px;
}

.admin-product-gallery__item > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  margin-bottom: 14px;
  background: #e2e7ed;
}

@media (max-width: 991.98px) {
  .product-hero__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .product-gallery {
    max-width: 720px;
    margin: 0 auto;
  }

  .product-summary {
    max-width: 720px;
    margin: 0 auto;
  }

  .product-about,
  .product-details-grid,
  .product-info-columns {
    gap: 40px;
  }

  .product-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-product-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .catalog-card__actions,
  .product-summary__order,
  .product-about,
  .product-details-grid,
  .product-info-columns {
    grid-template-columns: 1fr;
  }

  .product-hero {
    padding: 24px 0 56px;
  }

  .product-breadcrumbs {
    margin-bottom: 24px;
  }

  .product-gallery__stage {
    padding: 16px;
  }

  .product-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-summary h1 {
    font-size: 34px;
  }

  .product-summary__lead {
    font-size: 16px;
  }

  .product-summary__price-row strong {
    font-size: 29px;
  }

  .product-summary__cart-form,
  .product-summary__order > .smart-btn {
    grid-column: 1;
  }

  .product-section {
    padding: 58px 0;
  }

  .product-section h2 {
    font-size: 30px;
  }

  .product-related-grid,
  .admin-product-gallery,
  .product-service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479.98px) {
  .product-summary h1 {
    font-size: 29px;
  }

  .product-summary__price-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-specifications > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.catalog-empty {
  padding: 54px 24px;
  border: 1px solid rgba(75, 123, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.catalog-empty h2 {
  margin: 0;
}

.catalog-empty p {
  color: #64748b;
  margin: 14px 0 24px;
}

.air-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  overflow: hidden;
  width: calc(100% - 16px);
  height: min(820px, calc(100svh - 88px));
  min-height: 680px;
  padding: 64px 0;
  margin: 8px;
  border: 1px solid rgba(75, 123, 255, 0.12);
  border-radius: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Geologica", Arial, sans-serif;
}

.air-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(247, 250, 255, 0.98) 0%, rgba(247, 250, 255, 0.88) 35%, rgba(247, 250, 255, 0.2) 63%, rgba(247, 250, 255, 0) 78%);
}

.air-hero__container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  min-height: 100%;
  padding-right: clamp(36px, 6vw, 100px);
  padding-left: clamp(36px, 6vw, 100px);
}

.air-hero__content {
  width: min(66.666%, 900px);
}

.air-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid rgba(75, 123, 255, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  color: #4674f7;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  gap: 9px;
  box-shadow: 0 4px 12px rgba(70, 116, 247, 0.1);
}

.air-hero__eyebrow svg {
  width: 20px;
  height: 20px;
  fill: #4674f7;
}

.air-hero h1 {
  max-width: 800px;
  color: #17233b;
  font-family: "Geologica", Arial, sans-serif;
  font-weight: 800;
  font-size: 58px;
  line-height: 112%;
  margin: 30px 0 0;
}

.air-hero h1 span {
  color: #4674f7;
}

.air-hero__lead {
  max-width: 740px;
  color: #334155;
  font-size: 18px;
  line-height: 155%;
  margin: 26px 0 0;
}

.air-hero__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 820px;
  list-style: none;
  padding: 0;
  margin: 34px 0 0;
}

.air-hero__features li {
  display: flex;
  align-items: center;
  min-width: 0;
  padding-right: 13px;
  color: #334155;
  font-weight: 500;
  font-size: 13px;
  line-height: 145%;
  gap: 10px;
}

.air-hero__features li:not(:first-child) {
  padding-left: 13px;
  border-left: 1px solid rgba(100, 116, 139, 0.16);
}

.air-hero__features svg {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 8px;
  border: 1px solid rgba(75, 123, 255, 0.16);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.72);
  fill: #4674f7;
  filter: drop-shadow(0 5px 8px rgba(70, 116, 247, 0.12));
}

.hero-offer {
  display: grid;
  width: min(100%, 650px);
  gap: 12px;
  margin-top: 26px;
}

.air-hero .hero-offer {
  width: min(100%, 820px);
}

.hero-offer__summary {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 68px;
  padding: 11px 16px;
  border: 1px solid rgba(75, 123, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  gap: 20px;
  box-shadow: 0 8px 24px rgba(70, 116, 247, 0.08);
}

.hero-offer__price {
  display: grid;
  flex: 0 0 auto;
  gap: 2px;
}

.hero-offer__price > span,
.hero-offer__availability small {
  color: #64748b;
  font-size: 12px;
  line-height: 140%;
}

.hero-offer__price strong {
  color: #17233b;
  font-family: "Geologica", Arial, sans-serif;
  font-weight: 750;
  font-size: 24px;
  line-height: 120%;
}

.hero-offer__availability {
  display: flex;
  align-items: center;
  min-width: 0;
  padding-left: 20px;
  border-left: 1px solid rgba(100, 116, 139, 0.18);
  color: #1f8f63;
  gap: 9px;
}

.hero-offer__availability > span:last-child {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.hero-offer__availability strong {
  font-weight: 650;
  font-size: 14px;
  line-height: 140%;
}

.hero-offer__availability small {
  display: block;
}

.hero-offer__status-dot {
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #21ad78;
  box-shadow: 0 0 0 4px rgba(33, 173, 120, 0.12);
}

.hero-offer__availability--unavailable {
  color: #64748b;
}

.hero-offer__availability--unavailable .hero-offer__status-dot {
  background: #94a3b8;
  box-shadow: 0 0 0 4px rgba(148, 163, 184, 0.14);
}

.hero-offer__conditions {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #52637a;
  font-size: 12px;
  line-height: 145%;
  gap: 7px 18px;
}

.hero-offer__conditions li {
  position: relative;
  padding-left: 16px;
}

.hero-offer__conditions li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4674f7;
}

.air-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 14px;
  margin-top: 36px;
}

.air-hero__actions .smart-btn {
  min-width: 220px;
}

.air-hero__actions .market-cart-form,
.green-hero__buttons .market-cart-form {
  margin: 0;
}

.air-hero__actions img,
.air-hero__actions svg {
  position: relative;
  z-index: 3;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.air-hero__actions img {
  filter: brightness(0) invert(1);
}

.air-hero__actions svg {
  fill: #64748b;
}

.air-hero__guarantee {
  display: flex;
  align-items: center;
  color: #64748b;
  font-size: 13px;
  line-height: 140%;
  gap: 8px;
  margin-top: 18px;
}

.air-hero__guarantee img {
  width: 18px;
  height: 18px;
  opacity: 0.7;
}

.air-hero__ecosystem {
  display: flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  min-height: 52px;
  padding: 10px 18px;
  border: 1px solid rgba(75, 123, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: #64748b;
  font-size: 13px;
  line-height: 140%;
  gap: 12px;
  margin-top: 30px;
  box-shadow: 0 8px 24px rgba(70, 116, 247, 0.08);
}

.air-hero__ecosystem strong {
  color: #334155;
  font-weight: 600;
  white-space: nowrap;
}

.air-hero__ecosystem svg {
  width: 25px;
  height: 25px;
  fill: #4674f7;
}

.air-hero__ecosystem i {
  width: 1px;
  height: 24px;
  background: rgba(100, 116, 139, 0.18);
}

.smart-section {
  padding: 96px 0;
  background: #f0f2f5;
}

.smart-section--tint {
  background: linear-gradient(360deg, #dfe8ff 0%, #eff3ff 100%);
}

.smart-section__head {
  max-width: 790px;
  margin-bottom: 42px;
}

.smart-section h2,
.smart-collab h2 {
  font-size: 40px;
  line-height: 130%;
}

.smart-section__head p,
.smart-collab p {
  color: #64748b;
  font-size: 18px;
  line-height: 150%;
  margin: 16px 0 0;
}

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

.smart-feature-card,
.smart-device-card,
.smart-collab {
  border: 1px solid rgba(75, 123, 255, 0.2);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(235, 240, 255, 0.58) 100%);
  box-shadow: inset 0 4px 4px 0 rgba(70, 116, 247, 0.06), 0 18px 42px rgba(70, 116, 247, 0.08);
}

.smart-feature-card {
  padding: 30px 28px;
}

.smart-feature-card h3,
.smart-device-card h3 {
  color: #1e293b;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  margin: 0;
}

.smart-feature-card p,
.smart-device-card p {
  color: #64748b;
  font-size: 16px;
  line-height: 150%;
  margin: 12px 0 0;
}

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

.smart-device-card {
  display: grid;
  grid-template-rows: 270px 1fr;
  overflow: hidden;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.smart-device-card:hover {
  color: inherit;
  transform: translateY(-4px);
  box-shadow: inset 0 4px 4px 0 rgba(70, 116, 247, 0.06), 0 24px 56px rgba(70, 116, 247, 0.14);
}

.smart-device-card img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.smart-device-card div {
  padding: 26px 28px 30px;
}

.smart-device-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 22px;
  padding: 0 20px;
  color: #4674f7;
  border: 1px solid rgba(75, 123, 255, 0.45);
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
}

.smart-collab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 40px;
}

.smart-collab div {
  max-width: 720px;
}

.smart-app-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: center;
  gap: 64px;
}

.smart-app-grid h2 {
  color: #1e293b;
  font-family: "Geologica", Arial, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 130%;
  margin: 0;
}

.smart-app-grid p {
  max-width: 620px;
  color: #64748b;
  font-size: 18px;
  line-height: 150%;
  margin: 16px 0 28px;
}

.smart-app-grid .smart-downloads {
  margin-bottom: 22px;
}

.smart-app-grid__media {
  display: flex;
  justify-content: center;
}

.smart-app-grid__media img {
  display: block;
  width: min(100%, 360px);
  max-height: 460px;
  object-fit: contain;
  filter: drop-shadow(0 18px 46px rgba(70, 116, 247, 0.16));
}

.collab-page {
  background: #f0f2f5;
  color: #334155;
  font-family: "Geologica", Arial, sans-serif;
}

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

.collab-page a {
  text-decoration: none;
}

.collab-container {
  max-width: 1140px;
}

.collab-hero,
.collab-section--tint {
  background: linear-gradient(360deg, #dfe8ff 0%, #eff3ff 100%);
}

.collab-hero {
  padding: 82px 0 92px;
}

.collab-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
  align-items: center;
  gap: 58px;
}

.collab-eyebrow {
  color: #4674f7;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.collab-hero h1,
.collab-section h2,
.collab-request h2 {
  color: #1e293b;
  font-family: "Geologica", Arial, sans-serif;
  font-weight: 800;
  margin: 0;
}

.collab-hero h1 {
  max-width: 760px;
  font-size: 52px;
  line-height: 108%;
}

.collab-hero__content > p:not(.collab-eyebrow),
.collab-section__head > p,
.collab-request__content > p {
  color: #64748b;
  font-size: 18px;
  line-height: 150%;
  margin: 24px 0 0;
}

.collab-hero__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.collab-hero__panel,
.collab-card,
.collab-step,
.collab-form-card,
.collab-contact-card {
  border: 1px solid rgba(75, 123, 255, 0.2);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(235, 240, 255, 0.58) 100%);
  box-shadow: inset 0 4px 4px 0 rgba(70, 116, 247, 0.06), 0 18px 42px rgba(70, 116, 247, 0.08);
}

.collab-hero__panel {
  padding: 34px 32px;
}

.collab-hero__panel h2,
.collab-card h3,
.collab-contact-card h3 {
  color: #1e293b;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  margin: 0;
}

.collab-hero__panel ul,
.collab-card ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.collab-hero__panel li,
.collab-card li {
  position: relative;
  color: #64748b;
  font-size: 16px;
  line-height: 150%;
  padding-left: 24px;
}

.collab-hero__panel li:not(:last-child),
.collab-card li:not(:last-child) {
  margin-bottom: 12px;
}

.collab-hero__panel li::before,
.collab-card li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4674f7;
  box-shadow: 0 0 0 5px rgba(70, 116, 247, 0.12);
}

.collab-section {
  padding: 96px 0;
  background: #f0f2f5;
}

.collab-section__head {
  max-width: 820px;
  margin-bottom: 42px;
}

.collab-section__head--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.collab-section h2,
.collab-request h2 {
  font-size: 40px;
  line-height: 130%;
}

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

.collab-card {
  padding: 34px 32px;
}

.collab-card__icon {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 22px;
}

.collab-card > p {
  color: #64748b;
  font-size: 16px;
  line-height: 150%;
  margin: 14px 0 24px;
}

.collab-card h4 {
  color: #1e293b;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  margin: 26px 0 0;
}

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

.collab-step {
  padding: 30px 28px;
}

.collab-step span {
  display: block;
  color: transparent;
  font-weight: 900;
  font-size: 48px;
  line-height: 110%;
  -webkit-text-stroke: 2px rgba(70, 117, 247, 0.28);
  margin-bottom: 16px;
}

.collab-step h3 {
  color: #1e293b;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin: 0;
}

.collab-step p {
  color: #64748b;
  font-size: 15px;
  line-height: 150%;
  margin: 12px 0 0;
}

.collab-request {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: start;
  gap: 42px;
}

.collab-contact-card {
  padding: 24px;
  margin-top: 32px;
}

.collab-contact-card a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #334155;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  overflow-wrap: anywhere;
}

.collab-contact-card a:not(:last-child) {
  margin: 18px 0 14px;
}

.collab-contact-card a:hover {
  color: #4674f7;
}

.collab-contact-card img {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.collab-form-card {
  padding: 34px;
}

.collab-form {
  display: grid;
  gap: 18px;
}

.collab-form label {
  display: block;
}

.collab-form label span {
  display: block;
  color: #1e293b;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 8px;
}

.collab-form .collab-form__consent {
  align-items: flex-start;
  display: grid;
  gap: 10px;
  grid-template-columns: 20px minmax(0, 1fr);
}

.collab-form .collab-form__consent input {
  height: 18px;
  margin: 2px 0 0;
  padding: 0;
  width: 18px;
}

.collab-form .collab-form__consent span {
  color: #52627c;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.collab-form__consent a {
  color: #3568f4;
}

.collab-form input,
.collab-form textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(75, 123, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: #1e293b;
  font: 500 16px/140% "Geologica", Arial, sans-serif;
  padding: 16px 18px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.collab-form textarea {
  resize: vertical;
  min-height: 140px;
}

.collab-form input:focus,
.collab-form textarea:focus {
  outline: none;
  border-color: rgba(70, 116, 247, 0.7);
  box-shadow: 0 0 0 4px rgba(70, 116, 247, 0.12);
}

.collab-form input::placeholder,
.collab-form textarea::placeholder {
  color: #94a3b8;
}

.collab-form button {
  border: 0;
  cursor: pointer;
  width: max-content;
}

.collab-alert {
  color: #186342;
  border: 1px solid rgba(39, 161, 106, 0.25);
  border-radius: 14px;
  background: rgba(82, 198, 147, 0.12);
  font-weight: 600;
  line-height: 140%;
  padding: 14px 16px;
  margin-bottom: 18px;
}

.collab-alert--error {
  color: #991b1b;
  border-color: rgba(220, 38, 38, 0.25);
  background: rgba(254, 226, 226, 0.75);
}

.collab-form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.green-page {
  background: #f0f2f5;
  color: #334155;
  font-family: "Geologica", Arial, sans-serif;
}

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

.green-page a {
  text-decoration: none;
}

.green-container {
  max-width: 1140px;
}

.green-hero {
  background: linear-gradient(360deg, #dfe8ff 0%, #eff3ff 100%);
}

.green-hero {
  padding: 82px 0 92px;
}

.green-hero__grid,
.green-split,
.green-management,
.green-buy,
.green-quick-release {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  align-items: center;
  gap: 58px;
}

.green-eyebrow {
  color: #4674f7;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.green-hero h1,
.green-section h2,
.green-split h2,
.green-management h2,
.green-buy h2,
.green-quick-release h2 {
  color: #1e293b;
  font-family: "Geologica", Arial, sans-serif;
  font-weight: 800;
  margin: 0;
}

.green-hero h1 {
  max-width: 660px;
  font-size: 54px;
  line-height: 108%;
}

.green-section h2,
.green-split h2,
.green-management h2,
.green-buy h2,
.green-quick-release h2 {
  font-size: 40px;
  line-height: 130%;
}

.green-hero__content > p:not(.green-eyebrow),
.green-section__head > p,
.green-split__content > p,
.green-management > div > p,
.green-buy__content > p,
.green-quick-release__content > p:not(.green-eyebrow) {
  color: #64748b;
  font-size: 18px;
  line-height: 150%;
  margin: 24px 0 0;
}

.green-hero__benefits {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
}

.green-hero__benefits li {
  position: relative;
  padding-left: 30px;
  color: #334155;
  font-weight: 600;
  font-size: 15px;
  line-height: 145%;
}

.green-hero__benefits li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("/img/icon/check.svg") center / contain no-repeat;
}

.green-hero__buttons {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 30px;
}

.green-hero__media,
.green-split__media,
.green-management__media,
.green-buy__media {
  display: flex;
  justify-content: center;
}

.green-hero__image,
.green-split__media img,
.green-management__media img,
.green-buy__media img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border-radius: 24px;
  filter: drop-shadow(0 18px 46px rgba(70, 116, 247, 0.16));
}

.green-hero__image {
  height: 420px;
  max-height: none;
  object-fit: cover;
  object-position: center 62%;
}

.green-section {
  padding: 96px 0;
  background: #f0f2f5;
}

.green-section.green-section--tint {
  background: #e2e7ed;
}

.green-section__head {
  max-width: 820px;
  margin-bottom: 42px;
}

.green-section__head--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.green-video-card,
.green-feature-card,
.green-image-card,
.green-mini-card,
.green-step,
.green-market-card,
.green-info-card,
.green-choice-card,
.green-compare__table,
.green-faq details {
  border: 1px solid rgba(75, 123, 255, 0.2);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(235, 240, 255, 0.58) 100%);
  box-shadow: inset 0 4px 4px 0 rgba(70, 116, 247, 0.06), 0 18px 42px rgba(70, 116, 247, 0.08);
}

.green-video-card {
  padding: 36px;
}

.green-video-card .green-section__head {
  margin-bottom: 28px;
}

.green-video {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #dfe8ff;
  aspect-ratio: 16 / 9;
}

.green-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.green-video--install {
  margin-top: 42px;
}

.green-feature-grid,
.green-image-grid,
.green-info-grid,
.green-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.green-feature-card,
.green-image-card,
.green-mini-card,
.green-info-card,
.green-choice-card {
  padding: 30px 28px;
}

.green-feature-card__icon {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 22px;
}

.green-feature-card h3,
.green-image-card h3,
.green-mini-card h3,
.green-info-card h3,
.green-choice-card h3,
.green-step h3 {
  color: #1e293b;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin: 0;
}

.green-feature-card p,
.green-image-card p,
.green-mini-card p,
.green-info-card p,
.green-choice-card p,
.green-step p,
.green-faq p {
  color: #64748b;
  font-size: 15px;
  line-height: 150%;
  margin: 12px 0 0;
}

.green-compare {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 42px;
}

.green-compare h2 {
  color: #1e293b;
  font-family: "Geologica", Arial, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 130%;
  margin: 0;
}

.green-compare > div > p {
  color: #64748b;
  font-size: 18px;
  line-height: 150%;
  margin: 24px 0 0;
}

.green-compare__table {
  display: grid;
  gap: 18px;
  padding: 26px;
}

.green-compare__table div {
  padding: 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.56);
}

.green-compare__table span {
  display: block;
  color: #1e293b;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 10px;
}

.green-compare__table p {
  color: #64748b;
  font-size: 15px;
  line-height: 150%;
  margin: 0;
}

.green-choice-card span {
  display: block;
  color: transparent;
  font-weight: 900;
  font-size: 42px;
  line-height: 100%;
  -webkit-text-stroke: 2px rgba(70, 117, 247, 0.28);
  margin-bottom: 18px;
}

.green-check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.green-check-list li {
  position: relative;
  color: #64748b;
  font-size: 16px;
  line-height: 150%;
  padding-left: 28px;
}

.green-check-list li:not(:last-child) {
  margin-bottom: 12px;
}

.green-check-list li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #27a16a;
  box-shadow: 0 0 0 5px rgba(39, 161, 106, 0.12);
}

.green-image-card {
  overflow: hidden;
  padding: 0 0 28px;
}

.green-image-card img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  margin-bottom: 24px;
}

.green-image-card h3,
.green-image-card p {
  padding-right: 28px;
  padding-left: 28px;
}

.green-quick-release {
  grid-template-columns: minmax(0, 1fr) minmax(440px, 1.1fr);
}

.green-quick-release__actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  margin-top: 30px;
}

.green-quick-release__actions .smart-btn {
  min-width: 190px;
}

button.smart-btn--accent {
  border: 0;
  cursor: pointer;
}

.green-quick-release__video {
  margin-top: 0;
}

.green-quick-release__stage {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(75, 123, 255, 0.2);
  border-radius: 20px;
  background: #d9e2ea;
  box-shadow: 0 18px 42px rgba(70, 116, 247, 0.1);
}

.green-quick-release__stage img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(30, 41, 59, 0.14));
}

.green-quick-release__stage img[data-fit="cover"] {
  padding: 0;
  object-fit: cover;
  filter: none;
}

.green-quick-release__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.green-quick-release__thumb {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 5px;
  border: 1px solid rgba(75, 123, 255, 0.24);
  border-radius: 12px;
  aspect-ratio: 4 / 3;
  background: #d9e2ea;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.green-quick-release__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.green-quick-release__thumb[data-fit="cover"] {
  padding: 0;
}

.green-quick-release__thumb[data-fit="cover"] img {
  object-fit: cover;
}

.green-quick-release__thumb:hover {
  border-color: rgba(70, 116, 247, 0.62);
  transform: translateY(-2px);
}

.green-quick-release__thumb.is-active {
  border-color: #4674f7;
  box-shadow: 0 0 0 3px rgba(70, 116, 247, 0.16);
}

.green-quick-release__thumb:focus-visible {
  outline: 3px solid rgba(70, 116, 247, 0.35);
  outline-offset: 2px;
}

.green-management {
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: center;
  gap: 72px;
}

.green-management__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.green-management__cards .green-mini-card {
  padding: 22px 20px;
}

.green-management__cards .green-mini-card h3 {
  font-size: 18px;
}

.green-management__cards .green-mini-card p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 145%;
}

.green-management__media img {
  max-height: 680px;
}

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

.green-step {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  column-gap: 24px;
  padding: 22px;
}

.green-step img {
  grid-row: span 3;
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
}

.green-step span {
  display: block;
  color: transparent;
  font-weight: 900;
  font-size: 42px;
  line-height: 100%;
  -webkit-text-stroke: 2px rgba(70, 117, 247, 0.28);
  margin-bottom: 8px;
}

.green-buy {
  align-items: start;
}

.green-market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.green-market-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  padding: 18px;
  color: #334155;
  font-weight: 700;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.green-market-card:hover {
  color: #4674f7;
  transform: translateY(-4px);
  box-shadow: inset 0 4px 4px 0 rgba(70, 116, 247, 0.06), 0 24px 56px rgba(70, 116, 247, 0.14);
}

.green-market-card img {
  display: block;
  max-width: 96px;
  max-height: 44px;
  object-fit: contain;
}

.green-market-card span {
  display: none;
}

.green-market-card--site {
  flex-direction: column;
  gap: 10px;
  color: #fff;
  background: linear-gradient(325deg, #2d54c2 0%, #4674f7 50%, #638cff 100%);
}

.green-market-card--site img {
  width: 72px;
  height: 72px;
  max-width: none;
  max-height: none;
  padding: 8px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.green-market-card--site span {
  display: block;
  color: #fff;
}

.market__item--site {
  color: #fff !important;
  background: linear-gradient(325deg, #2d54c2 0%, #4674f7 50%, #638cff 100%) !important;
}

.market__item--site .icon {
  width: 80px;
  height: 80px;
  padding: 8px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.market__item--site span {
  color: #fff;
}

.market-cart-form {
  display: contents;
}

.smart-btn:disabled,
.market__item:disabled,
.green-market-card:disabled {
  cursor: not-allowed;
  filter: grayscale(0.25);
  opacity: 0.58;
}

.admin-inventory-summary {
  align-self: end;
  display: grid;
  gap: 4px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #cbd9ff;
  border-radius: 8px;
  background: #f7f9ff;
}

.admin-inventory-summary span,
.admin-inventory-summary small,
.admin-form-help,
.checkout-product__availability {
  color: #64748b;
}

.admin-form-help {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.checkout-product__availability {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
}

.market-cart-form button.is-adding {
  cursor: wait;
  opacity: 0.72;
}

.cart-fly-item {
  position: fixed;
  z-index: 10000;
  display: block;
  width: 56px;
  height: 56px;
  padding: 13px;
  border: 2px solid rgba(70, 116, 247, 0.45);
  border-radius: 14px;
  background: #fff;
  object-fit: contain;
  pointer-events: none;
  box-shadow: 0 12px 28px rgba(30, 41, 59, 0.24);
}

button.green-market-card,
button.market__item {
  width: 100%;
  margin: 0;
  font-family: inherit;
}

button.green-market-card {
  border: 1px solid rgba(75, 123, 255, 0.2);
}

.green-check-list--columns {
  columns: 2;
  column-gap: 28px;
}

.green-check-list--columns li {
  break-inside: avoid;
}

.green-faq {
  display: grid;
  gap: 14px;
}

.green-faq details {
  padding: 0;
  overflow: hidden;
}

.green-faq summary {
  cursor: pointer;
  color: #1e293b;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  padding: 22px 26px;
  list-style: none;
}

.green-faq summary::-webkit-details-marker {
  display: none;
}

.green-faq p {
  padding: 0 26px 24px;
  margin: 0;
}

.checkout-page {
  background: #f0f2f5;
  color: #1e293b;
  font-family: "Geologica", Arial, sans-serif;
}

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

.checkout-container {
  max-width: 1240px;
}

.checkout-hero {
  padding: 58px 0 48px;
  background: linear-gradient(360deg, #dfe8ff 0%, #eff3ff 100%);
}

.checkout-eyebrow {
  color: #4674f7;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.checkout-hero h1 {
  color: #1e293b;
  font-weight: 800;
  font-size: 46px;
  line-height: 112%;
  margin: 0;
}

.checkout-hero p:not(.checkout-eyebrow) {
  max-width: 760px;
  color: #64748b;
  font-size: 18px;
  line-height: 150%;
  margin: 18px 0 0;
}

.checkout-section {
  padding: 42px 0 88px;
}

.checkout-alert {
  color: #186342;
  border: 1px solid rgba(39, 161, 106, 0.25);
  border-radius: 16px;
  background: rgba(82, 198, 147, 0.12);
  font-weight: 600;
  line-height: 140%;
  padding: 16px 18px;
  margin-bottom: 20px;
}

.checkout-alert--error {
  color: #991b1b;
  border-color: rgba(220, 38, 38, 0.25);
  background: rgba(254, 226, 226, 0.75);
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  align-items: start;
  gap: 28px;
}

.checkout-main {
  display: grid;
  gap: 24px;
}

.checkout-card,
.checkout-summary__card {
  border: 1px solid rgba(75, 123, 255, 0.2);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(235, 240, 255, 0.62) 100%);
  box-shadow: inset 0 4px 4px 0 rgba(70, 116, 247, 0.06), 0 18px 42px rgba(70, 116, 247, 0.08);
}

.checkout-card {
  padding: 30px;
}

.checkout-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.checkout-selection-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  min-height: 46px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.58);
  padding: 10px 14px;
  margin-bottom: 18px;
}

.checkout-remove-selected {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: #b42318;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  padding: 4px 0;
}

.checkout-remove-selected[hidden] {
  display: none;
}

.checkout-remove-selected img {
  width: 18px;
  height: 18px;
}

.checkout-card h2,
.checkout-summary__card h2 {
  color: #1e293b;
  font-weight: 800;
  font-size: 24px;
  line-height: 130%;
  margin: 0;
}

.checkout-select-all,
.checkout-checkbox,
.checkout-agreement {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #334155;
  font-size: 15px;
  line-height: 145%;
}

.checkout-select-all input,
.checkout-checkbox input,
.checkout-agreement input,
.checkout-product__check input,
.checkout-options input {
  width: 18px;
  height: 18px;
  accent-color: #4674f7;
}

.checkout-products {
  display: grid;
  gap: 18px;
}

.checkout-recommendations {
  padding-top: 26px;
  margin-top: 26px;
  border-top: 1px solid rgba(75, 123, 255, 0.16);
}

.checkout-recommendations__head {
  margin-bottom: 16px;
}

.checkout-recommendations__head h3 {
  color: #1e293b;
  font-weight: 800;
  font-size: 19px;
  line-height: 130%;
  margin: 0;
}

.checkout-recommendations__head p {
  color: #64748b;
  font-size: 14px;
  line-height: 145%;
  margin: 5px 0 0;
}

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

.checkout-recommendation {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(75, 123, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
}

.checkout-recommendation__image {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: span 2;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 10px;
  background: #eef4ff;
}

.checkout-recommendation__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.checkout-recommendation__content {
  min-width: 0;
}

.checkout-recommendation__content h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 135%;
  margin: 0 0 5px;
}

.checkout-recommendation__content h3 a {
  color: #1e293b;
}

.checkout-recommendation__content strong {
  color: #1e293b;
  font-size: 15px;
}

.checkout-recommendation__add {
  grid-column: 2;
}

.checkout-recommendation__add.smart-btn {
  width: auto;
  min-width: 0;
  min-height: 38px;
  padding: 8px 16px;
  font-size: 13px;
}

.checkout-product {
  display: grid;
  grid-template-columns: 22px 128px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  transition: opacity 0.2s ease, background 0.2s ease;
}

.checkout-product__check {
  padding-top: 8px;
}

.checkout-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 112px;
  overflow: hidden;
  border-radius: 16px;
  background: #eef4ff;
}

.checkout-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.checkout-product h3 {
  color: #1e293b;
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
  margin: 0 0 8px;
}

.checkout-product p {
  color: #64748b;
  font-size: 15px;
  line-height: 145%;
  margin: 0;
}

.checkout-product__content > span {
  display: inline-block;
  color: #94a3b8;
  font-size: 13px;
  margin-top: 6px;
}

.checkout-product__controls {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
}

.checkout-product__controls label {
  max-width: 190px;
}

.checkout-product__controls label span,
.checkout-fields label span,
.checkout-fields [data-cdek-pickup-field] > span {
  display: block;
  color: #1e293b;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 8px;
}

.checkout-product__price {
  color: #1e293b;
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
  text-align: right;
}

.checkout-product__end {
  display: flex;
  align-items: center;
  gap: 14px;
}

.checkout-product__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(75, 123, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.checkout-product__remove:hover {
  border-color: rgba(180, 35, 24, 0.28);
  background: rgba(254, 226, 226, 0.72);
}

.checkout-product__remove img {
  width: 19px;
  height: 19px;
}

.checkout-fields {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.checkout-fields[hidden] {
  display: none;
}

.checkout-fields--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-fields--single {
  grid-template-columns: 1fr;
}

.checkout-fields input,
.checkout-fields select,
.checkout-fields textarea,
.checkout-product select {
  display: block;
  width: 100%;
  border: 1px solid rgba(75, 123, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  color: #1e293b;
  font: 500 16px/140% "Geologica", Arial, sans-serif;
  padding: 15px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.checkout-fields textarea {
  resize: vertical;
  min-height: 118px;
}

.checkout-fields input:focus,
.checkout-fields select:focus,
.checkout-fields textarea:focus,
.checkout-product select:focus {
  outline: none;
  border-color: rgba(70, 116, 247, 0.7);
  box-shadow: 0 0 0 4px rgba(70, 116, 247, 0.12);
}

.checkout-fields input[readonly] {
  color: #64748b;
  background: rgba(241, 245, 249, 0.78);
  cursor: default;
}

.checkout-fields input::placeholder,
.checkout-fields textarea::placeholder {
  color: #94a3b8;
}

.checkout-fields [data-cdek-address-field] {
  position: relative;
}

.checkout-fields input.is-suggest-open {
  border-color: #111827;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}

.checkout-address-results {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 45;
  width: 100%;
  overflow: hidden;
  border: 1px solid #111827;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
}

.checkout-address-results[hidden] {
  display: none;
}

.checkout-address-results button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  color: #17233b;
  font: 500 14px/140% "Geologica", Arial, sans-serif;
  text-align: left;
  padding: 13px 16px;
  cursor: pointer;
}

.checkout-address-results button:hover {
  background: #f7f7f7;
}

.checkout-address-results span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkout-address-results small {
  color: #6b7280;
  font: 700 12px/120% "Geologica", Arial, sans-serif;
  white-space: nowrap;
}

.checkout-delivery-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.checkout-delivery-tools .smart-btn {
  min-height: 48px;
}

.checkout-delivery-tools p {
  flex-basis: 100%;
  color: #64748b;
  font-size: 14px;
  line-height: 150%;
  margin: 2px 0 0;
}

.checkout-delivery-tools p.is-error {
  color: #b91c1c;
  font-weight: 700;
}

.checkout-pvz-selected {
  color: #186342;
  background: rgba(39, 161, 106, 0.12);
  border: 1px solid rgba(39, 161, 106, 0.24);
  border-radius: 12px;
  font-size: 14px;
  line-height: 145%;
  padding: 10px 12px;
  margin-top: 10px;
}

.checkout-map-note {
  color: #64748b;
  background: rgba(70, 116, 247, 0.08);
  border: 1px solid rgba(70, 116, 247, 0.16);
  border-radius: 12px;
  font-size: 14px;
  line-height: 145%;
  padding: 10px 12px;
  margin-bottom: 12px;
}

.checkout-cdek-map {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 520px;
  overflow: hidden;
  border: 1px solid rgba(75, 123, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 4px 4px 0 rgba(70, 116, 247, 0.04);
  margin-bottom: 14px;
}

.checkout-cdek-map__canvas {
  width: 100% !important;
  height: 100% !important;
}

.checkout-cdek-map[hidden] {
  display: none;
}

.checkout-pvz-search {
  position: absolute !important;
  top: 14px;
  left: 14px;
  z-index: 30;
  width: min(320px, calc(100% - 28px));
}

.checkout-pvz-search label {
  display: block;
}

.checkout-pvz-search input {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #17233b;
  font-size: 15px;
  padding: 0 46px 0 14px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}

.checkout-pvz-search > button {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.checkout-pvz-search > button::before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 2px solid #7c8798;
  border-radius: 50%;
}

.checkout-pvz-search > button::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 9px;
  height: 2px;
  background: #7c8798;
  transform: rotate(45deg);
  transform-origin: center;
}

.checkout-pvz-results {
  margin-top: 6px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
}

.checkout-pvz-results button {
  display: grid;
  gap: 2px;
  width: 100% !important;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  color: #17233b;
  font-size: 14px;
  line-height: 135%;
  text-align: left;
  padding: 10px 12px;
  cursor: pointer;
}

.checkout-pvz-results button:hover {
  background: #f4f7ff;
}

.checkout-pvz-results span {
  color: #64748b;
}

.checkout-pvz-card {
  position: absolute;
  top: 76px;
  left: 50%;
  z-index: 25;
  display: grid;
  gap: 7px;
  width: min(320px, calc(100% - 36px));
  padding: 18px 14px 14px;
  border-radius: 10px;
  background: #fff;
  color: #17233b;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.2);
  transform: translateX(-50%);
}

.checkout-pvz-card[hidden] {
  display: none;
}

.checkout-pvz-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.checkout-pvz-card strong {
  padding-right: 28px;
  font-size: 15px;
  line-height: 130%;
}

.checkout-pvz-card span {
  color: #6b7280;
  font-size: 13px;
  line-height: 135%;
}

.checkout-pvz-card__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.checkout-pvz-card__close::before,
.checkout-pvz-card__close::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 6px;
  width: 16px;
  height: 2px;
  background: #64748b;
}

.checkout-pvz-card__close::before {
  transform: rotate(45deg);
}

.checkout-pvz-card__close::after {
  transform: rotate(-45deg);
}

.checkout-pvz-card__button {
  width: 100%;
  min-height: 34px;
  margin-top: 4px;
  border: 0;
  border-radius: 6px;
  background: #08b946;
  color: #fff;
  font-weight: 700 !important;
  cursor: pointer;
}

.checkout-pvz-fields {
  margin-top: 0;
}

.checkout-options {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.checkout-options--inline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1e293b;
  font-size: 16px;
  line-height: 140%;
}

.checkout-checkbox {
  margin-top: 22px;
}

.checkout-summary {
  position: sticky;
  top: 112px;
}

.checkout-summary__card {
  padding: 28px 24px;
}

.checkout-promo {
  width: 100%;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
  color: #1e293b;
  font-weight: 700;
  font-size: 15px;
  text-align: left;
  padding: 16px;
  margin: 22px 0 18px;
  cursor: default;
}

.checkout-summary dl {
  display: grid;
  gap: 12px;
  padding: 0 0 22px;
  margin: 0;
  border-bottom: 1px solid rgba(100, 116, 139, 0.18);
}

.checkout-summary dl div,
.checkout-summary__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.checkout-summary dt {
  color: #64748b;
  font-size: 14px;
  line-height: 140%;
}

.checkout-summary dd {
  color: #1e293b;
  font-weight: 800;
  font-size: 14px;
  line-height: 140%;
  text-align: right;
  margin: 0;
}

.checkout-summary__total {
  margin: 24px 0 22px;
}

.checkout-summary__total span {
  color: #1e293b;
  font-weight: 800;
  font-size: 22px;
}

.checkout-summary__total strong {
  color: #1e293b;
  font-size: 24px;
  line-height: 120%;
  text-align: right;
}

.checkout-agreement {
  font-size: 12px;
}

.checkout-agreement a {
  color: #4674f7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.checkout-submit {
  width: 100%;
  border: 0;
  margin-top: 20px;
}

.checkout-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.checkout-summary__card > p {
  color: #64748b;
  font-size: 13px;
  line-height: 145%;
  margin: 16px 0 0;
}

.checkout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.checkout-success-card {
  max-width: 760px;
  margin: 0 auto;
}

.checkout-success-card > p:not(.admin-eyebrow) {
  color: #1e293b;
  font-size: 18px;
  line-height: 155%;
  margin: 0 0 24px;
}

.checkout-success-items {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.checkout-success-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.66);
  padding: 14px 16px;
  color: #1e293b;
}

.checkout-success-item span,
.checkout-success-item strong {
  font-size: 16px;
  line-height: 140%;
}

.checkout-success-details {
  margin-top: 24px;
}

.checkout-empty {
  color: #64748b;
  margin: 0;
}

.checkout-empty-state {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.checkout-empty-state > img {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
}

.checkout-empty-state h1 {
  color: #1e293b;
  font-size: 32px;
  line-height: 125%;
  margin: 0 0 10px;
}

.checkout-empty-state > p {
  color: #64748b;
  line-height: 150%;
  margin: 0;
}

.checkout-empty-state .checkout-actions {
  justify-content: center;
  margin-top: 26px;
}

.checkout-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.admin-dashboard-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
  padding: 30px 34px;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.13);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 15%, rgba(96, 165, 250, 0.24), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #eef5ff 100%);
  box-shadow: 0 18px 45px rgba(30, 64, 175, 0.08);
}

.admin-dashboard-hero h1 {
  margin: 0 0 9px;
  color: #0f172a;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.admin-dashboard-hero p {
  max-width: 680px;
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.65;
}

.admin-dashboard-date {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: #475569;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.admin-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.admin-dashboard-stat {
  min-height: 150px;
  padding: 22px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.045);
}

.admin-dashboard-stat > span {
  display: block;
  margin-bottom: 16px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admin-dashboard-stat strong {
  display: block;
  color: #0f172a;
  font-size: clamp(24px, 2.5vw, 33px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.admin-dashboard-stat small {
  display: block;
  margin-top: 10px;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.45;
}

.admin-dashboard-stat--attention {
  border-color: #fed7aa;
  background: linear-gradient(145deg, #ffffff 0%, #fff7ed 100%);
}

.admin-dashboard-stat--attention strong {
  color: #c2410c;
}

.admin-dashboard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: start;
}

.admin-dashboard-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.admin-dashboard-card-head h2,
.admin-dashboard-actions h2 {
  margin: 0;
}

.admin-dashboard-link {
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.admin-dashboard-link:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.admin-dashboard-order-link {
  color: #0f172a;
  font-weight: 800;
  text-decoration: none;
}

.admin-dashboard-order-link:hover {
  color: #2563eb;
}

.admin-dashboard-table-note {
  display: block;
  margin-top: 5px;
  color: #94a3b8;
  font-size: 11px;
}

.admin-dashboard-empty {
  padding: 42px 20px;
  color: #94a3b8;
  text-align: center;
}

.admin-dashboard-action-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.admin-dashboard-action {
  display: block;
  padding: 16px 17px;
  border: 1px solid #e2e8f0;
  border-radius: 15px;
  background: #f8fafc;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.admin-dashboard-action:hover {
  transform: translateY(-2px);
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

@media (max-width: 1050px) {
  .admin-dashboard-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-dashboard-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .admin-dashboard-hero {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 20px;
  }

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

  .admin-dashboard-stat {
    min-height: 0;
  }

  .admin-dashboard-card-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

.admin-page {
  background: #f0f2f5;
  color: #1e293b;
  font-family: "Geologica", Arial, sans-serif;
}

.admin-section {
  padding: 48px 0 88px;
}

.admin-container {
  max-width: 1240px;
}

.admin-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.admin-eyebrow {
  color: #4674f7;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.admin-head h1 {
  color: #1e293b;
  font-weight: 800;
  font-size: 38px;
  line-height: 115%;
  margin: 0;
}

.admin-head__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-head__description {
  max-width: 680px;
  margin: 10px 0 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.55;
}

.admin-card {
  border: 1px solid rgba(75, 123, 255, 0.2);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(235, 240, 255, 0.62) 100%);
  box-shadow: inset 0 4px 4px 0 rgba(70, 116, 247, 0.06), 0 18px 42px rgba(70, 116, 247, 0.08);
  padding: 28px;
}

.admin-card h2 {
  color: #1e293b;
  font-weight: 800;
  font-size: 22px;
  line-height: 130%;
  margin: 0 0 20px;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 920px;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid rgba(100, 116, 139, 0.16);
  text-align: left;
  vertical-align: top;
  padding: 14px 12px;
}

.admin-table th {
  color: #64748b;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.admin-table td {
  color: #1e293b;
  font-size: 14px;
  line-height: 145%;
}

.admin-table td a {
  color: #4674f7;
  font-weight: 800;
}

.admin-table td span:not(.admin-status) {
  display: block;
  color: #64748b;
  margin-top: 4px;
}

.admin-status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  color: #1e293b;
  background: rgba(100, 116, 139, 0.14);
  font-weight: 700;
  font-size: 12px;
}

.admin-status--new {
  color: #1d4ed8;
  background: rgba(70, 116, 247, 0.14);
}

.admin-status--confirmed,
.admin-status--paid,
.admin-status--completed {
  color: #186342;
  background: rgba(39, 161, 106, 0.14);
}

.admin-status--cancelled {
  color: #991b1b;
  background: rgba(220, 38, 38, 0.12);
}

.admin-status--active {
  color: #186342;
  background: rgba(39, 161, 106, 0.14);
}

.admin-status--inactive {
  color: #64748b;
  background: rgba(100, 116, 139, 0.14);
}

.admin-order-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
}

.admin-order-grid .admin-card:nth-child(3),
.admin-order-grid .admin-card:nth-child(4) {
  grid-column: span 1;
}

.admin-form--compact {
  margin-top: 18px;
}

.admin-muted {
  color: #64748b;
  font-size: 14px;
  line-height: 150%;
  margin: 18px 0 0;
}

.admin-payment-payload {
  overflow-wrap: anywhere;
  color: #1e293b;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(75, 123, 255, 0.16);
  border-radius: 14px;
  padding: 14px;
  font-size: 13px;
  line-height: 150%;
}

.admin-items {
  display: grid;
  gap: 12px;
}

.admin-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px 140px;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
}

.admin-item strong,
.admin-item span {
  display: block;
}

.admin-item span {
  color: #64748b;
  font-size: 13px;
  margin-top: 4px;
}

.admin-item > div:nth-child(2),
.admin-item > div:nth-child(3) {
  color: #1e293b;
  font-weight: 800;
  text-align: right;
}

.admin-totals,
.admin-details {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
}

.admin-totals div,
.admin-details div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 14px;
}

.admin-totals dt,
.admin-details dt {
  color: #64748b;
  font-size: 14px;
}

.admin-totals dd,
.admin-details dd {
  color: #1e293b;
  font-weight: 700;
  margin: 0;
  overflow-wrap: anywhere;
}

.admin-form {
  display: grid;
  gap: 16px;
}

.admin-form label span {
  display: block;
  color: #1e293b;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}

.admin-form select,
.admin-form input,
.admin-form textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(75, 123, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  color: #1e293b;
  font: 500 16px/140% "Geologica", Arial, sans-serif;
  padding: 14px 16px;
}

.admin-form textarea {
  min-height: 120px;
  resize: vertical;
}

.admin-form button {
  width: 100%;
  border: 0;
}

.admin-products-table {
  min-width: 1080px;
}

.admin-product-cell {
  display: flex;
  align-items: center;
  min-width: 260px;
  gap: 14px;
}

.admin-product-cell > img {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background: #e2e7ed;
  object-fit: contain;
}

.admin-product-cell strong,
.admin-product-cell span {
  display: block;
}

.admin-product-editor {
  max-width: 920px;
  margin: 0 auto;
}

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

.admin-form-grid__wide {
  grid-column: 1 / -1;
}

.admin-form-section {
  padding-top: 22px;
  border-top: 1px solid rgba(100, 116, 139, 0.16);
}

.admin-form-section h2 {
  margin-bottom: 16px;
}

.admin-related-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.admin-related-product {
  display: grid;
  grid-template-columns: 20px 58px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(75, 123, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  padding: 10px;
  cursor: pointer;
}

.admin-related-product:has(input:checked) {
  border-color: rgba(70, 116, 247, 0.58);
  background: rgba(235, 240, 255, 0.86);
}

.admin-related-product input {
  width: 18px;
  height: 18px;
  accent-color: #4674f7;
}

.admin-related-product img {
  width: 58px;
  height: 58px;
  border-radius: 9px;
  background: #eef4ff;
  object-fit: contain;
}

.admin-related-product span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.admin-related-product strong {
  color: #1e293b;
  font-size: 14px;
  line-height: 135%;
}

.admin-related-product small,
.admin-form-empty {
  color: #64748b;
  font-size: 12px;
  line-height: 140%;
}

.admin-package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.admin-product-image-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 180px;
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid rgba(75, 123, 255, 0.18);
  border-radius: 14px;
  background: #e2e7ed;
}

.admin-product-image-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.admin-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-checkbox input[type="hidden"] {
  display: none;
}

.admin-checkbox input[type="checkbox"] {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
}

.admin-form .admin-checkbox span {
  margin: 0;
}

.admin-form-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-form-actions button {
  width: auto;
}

.admin-danger-zone {
  padding-top: 24px;
  margin-top: 28px;
  border-top: 1px solid rgba(220, 38, 38, 0.18);
}

.admin-delete-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid rgba(220, 38, 38, 0.24);
  border-radius: 12px;
  background: rgba(254, 226, 226, 0.72);
  color: #991b1b;
  font: 700 14px/140% "Geologica", Arial, sans-serif;
  gap: 8px;
}

.admin-delete-button img {
  width: 18px;
  height: 18px;
}

.admin-delete-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.admin-pagination {
  margin-top: 24px;
}

.admin-details__break {
  overflow-wrap: anywhere;
}

.admin-integrations-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.admin-integrations-create {
  position: sticky;
  top: 112px;
}

.admin-integrations-create h2 {
  margin-bottom: 8px;
}

.admin-token-create-form {
  margin-top: 22px;
}

.admin-token-create-form > .smart-btn {
  margin-top: 4px;
}

.admin-notification-options {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(75, 123, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.5);
}

.admin-notification-options legend {
  padding: 0 6px;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
}

.admin-integration-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(70, 116, 247, 0.12);
  color: #2563eb;
  font-size: 14px;
  font-weight: 800;
}

.admin-token-table {
  min-width: 1240px;
}

.admin-token-table th:last-child,
.admin-token-table td:last-child {
  text-align: right;
}

.admin-token-mask {
  display: inline-block;
  max-width: 220px;
  overflow: hidden;
  color: #334155;
  font: 700 12px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-token-status-form {
  display: grid;
  gap: 8px;
  min-width: 150px;
}

.admin-checkbox--compact {
  gap: 7px;
}

.admin-checkbox--compact span {
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.admin-token-save {
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2563eb;
  cursor: pointer;
  font: 800 12px/1.4 "Geologica", Arial, sans-serif;
}

.admin-token-save:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.admin-token-check-button {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 12px;
  white-space: nowrap;
}

.admin-connection-result {
  position: relative;
  max-width: 250px;
  padding-left: 15px;
  margin-top: 9px !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.admin-connection-result::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #94a3b8;
  content: "";
}

.admin-connection-result--ok {
  color: #15803d !important;
}

.admin-connection-result--ok::before {
  background: #22c55e;
}

.admin-connection-result--warning {
  color: #b45309 !important;
}

.admin-connection-result--warning::before {
  background: #f59e0b;
}

.admin-connection-result--error {
  color: #b91c1c !important;
}

.admin-connection-result--error::before {
  background: #ef4444;
}

.admin-promo-error {
  max-width: 270px;
  padding: 9px 10px;
  border: 1px solid rgba(220, 38, 38, 0.16);
  border-radius: 10px;
  background: rgba(254, 226, 226, 0.6);
  color: #991b1b !important;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .admin-integrations-layout {
    grid-template-columns: 1fr;
  }

  .admin-integrations-create {
    position: static;
  }
}

@media (max-width: 991.98px) {
  .legal-layout {
    gap: 30px;
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .legal-document {
    padding: 36px;
  }

  .smart-hero {
    padding: 58px 0 70px;
  }

  .smart-hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .smart-hero__media {
    order: 1;
  }

  .smart-hero__content {
    order: 2;
  }

  .smart-hero h1 {
    font-size: 42px;
  }

  .smart-hero__text {
    font-size: 18px;
  }

  .smart-hero__phone {
    max-height: 430px;
  }

  .smart-section {
    padding: 72px 0;
  }

  .smart-feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .smart-app-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .smart-app-grid__media {
    order: -1;
  }

  .smart-app-grid__media img {
    max-height: 360px;
  }

  .smart-device-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .smart-collab {
    display: block;
    padding: 32px;
  }

  .smart-collab .smart-btn {
    margin-top: 24px;
  }

  .collab-hero {
    padding: 58px 0 70px;
  }

  .collab-hero__grid,
  .collab-card-grid,
  .collab-request {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .collab-hero h1 {
    font-size: 42px;
  }

  .collab-section {
    padding: 72px 0;
  }

  .collab-steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .green-hero {
    padding: 58px 0 70px;
  }

  .green-hero__grid,
  .green-split,
  .green-management,
  .green-buy,
  .green-quick-release {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .green-management__media img {
    max-height: 620px;
  }

  .green-hero h1 {
    font-size: 42px;
  }

  .green-section {
    padding: 72px 0;
  }

  .green-feature-grid,
  .green-image-grid,
  .green-info-grid,
  .green-choice-grid,
  .green-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .green-compare {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer__content {
    flex-wrap: wrap;
    row-gap: 32px;
  }

  .footer__logo {
    width: 100%;
  }

  .footer__logo .logo__img {
    width: 145px;
  }

  .footer__col {
    max-width: calc(50% - 16px);
  }

  .footer__list--buyers {
    width: min(100%, 390px);
  }

  .footer__list li {
    font-size: 16px;
  }

  .footer__list li:not(:last-child) {
    margin-bottom: 16px;
  }

  .footer__list--buyers li:not(:last-child) {
    margin-bottom: 0;
  }

  .footer__bottom {
    margin-top: 28px;
    font-size: 16px;
  }

  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .checkout-summary {
    position: static;
  }

  .checkout-hero h1 {
    font-size: 38px;
  }

  .admin-order-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .legal-hero {
    padding: 46px 0 40px;
  }

  .legal-hero h1 {
    font-size: 36px;
  }

  .legal-content-section {
    padding: 32px 0 56px;
  }

  .legal-layout {
    display: block;
  }

  .legal-nav {
    display: flex;
    margin: 0 0 24px;
    overflow-x: auto;
    padding: 0 0 8px;
    position: static;
  }

  .legal-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .legal-document {
    font-size: 15px;
    padding: 28px 22px;
  }

  .legal-document h2 {
    font-size: 23px;
  }

  .legal-details div {
    display: block;
  }

  .legal-details dt {
    margin-bottom: 4px;
  }

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

  .catalog-head {
    margin-bottom: 30px;
  }

  .catalog-head h1 {
    font-size: 36px;
  }

  .catalog-head > p:not(.catalog-eyebrow) {
    font-size: 16px;
  }

  .green-quick-release__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .green-quick-release__actions .smart-btn {
    width: 100%;
    min-width: 0;
  }

  .smart-hero {
    padding: 42px 0 56px;
  }

  .smart-hero h1 {
    font-size: 34px;
  }

  .smart-section h2,
  .smart-collab h2,
  .smart-app-grid h2,
  .collab-section h2,
  .collab-request h2,
  .green-section h2,
  .green-split h2,
  .green-management h2,
  .green-buy h2,
  .green-quick-release h2,
  .green-compare h2 {
    font-size: 30px;
  }

  .collab-hero {
    padding: 42px 0 56px;
  }

  .collab-hero h1 {
    font-size: 34px;
  }

  .collab-form-card,
  .collab-card,
  .collab-hero__panel,
  .green-video-card {
    padding: 24px;
  }

  .green-hero {
    padding: 42px 0 56px;
  }

  .green-hero h1 {
    font-size: 34px;
  }

  .green-hero__image {
    height: 360px;
  }

  .green-hero__buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .green-hero__buttons .smart-btn {
    width: 100%;
  }

  .green-market-grid {
    grid-template-columns: 1fr;
  }

  .green-market-card {
    min-height: 88px;
  }

  .green-management__media img {
    max-height: 560px;
  }

  .checkout-section {
    padding: 28px 0 64px;
  }

  .checkout-card,
  .checkout-summary__card {
    padding: 22px;
    border-radius: 18px;
  }

  .checkout-card__head {
    display: grid;
  }

  .checkout-product {
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .checkout-product__image {
    grid-column: 2;
    width: 100%;
    height: 180px;
  }

  .checkout-product__content {
    grid-column: 2;
  }

  .checkout-product__controls,
  .checkout-options--inline {
    display: grid;
    grid-template-columns: 1fr;
  }

  .checkout-product__price {
    text-align: left;
  }

  .checkout-recommendations__list,
  .admin-related-products {
    grid-template-columns: 1fr;
  }

  .checkout-fields--grid {
    grid-template-columns: 1fr;
  }

  .checkout-cdek-map {
    height: 430px;
    border-radius: 16px;
  }

  .checkout-pvz-search {
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
  }

  .checkout-pvz-card {
    top: 72px;
    width: calc(100% - 28px);
  }

  .checkout-hero {
    padding: 42px 0;
  }

  .checkout-hero h1 {
    font-size: 32px;
  }

  .admin-head {
    display: grid;
  }

  .admin-head__actions {
    justify-content: flex-start;
  }

  .admin-head h1 {
    font-size: 30px;
  }

  .admin-card {
    padding: 22px;
  }

  .admin-item {
    grid-template-columns: 1fr;
  }

  .admin-item > div:nth-child(2),
  .admin-item > div:nth-child(3) {
    text-align: left;
  }

  .admin-totals div,
  .admin-details div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .admin-form-grid__wide {
    grid-column: auto;
  }

  .admin-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .green-check-list--columns {
    columns: 1;
  }

  .smart-section__head {
    margin-bottom: 28px;
  }

  .smart-store-link,
  .smart-store-link img {
    height: 42px;
  }

  .smart-qr {
    max-width: 100%;
  }

  .smart-device-card {
    grid-template-rows: 220px 1fr;
  }

  .smart-device-card img {
    height: 220px;
  }

  .footer__content {
    display: block;
  }

  .footer__logo {
    display: block;
    margin-bottom: 28px;
  }

  .footer__col {
    max-width: 100%;
  }

  .footer__col:not(:last-child) {
    margin-bottom: 28px;
  }

  .footer__list--buyers {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

@media (max-width: 479.98px) {
  .header__actions {
    gap: 7px;
  }

  .header-cart {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .header-cart img {
    width: 21px;
    height: 21px;
  }

}

@media (max-width: 479.98px) {
  .smart-hero h1 {
    font-size: 30px;
  }

  .admin-package-grid {
    grid-template-columns: 1fr;
  }

  .admin-form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .admin-product-image-preview {
    width: 100%;
    height: 200px;
  }

  .smart-page__eyebrow {
    font-size: 12px;
  }

  .smart-hero__text,
  .smart-section__head p,
  .smart-collab p,
  .smart-app-grid p,
  .collab-hero__content > p:not(.collab-eyebrow),
  .collab-section__head > p,
  .collab-request__content > p,
  .green-hero__content > p:not(.green-eyebrow),
  .green-section__head > p,
  .green-split__content > p,
  .green-management > div > p,
  .green-buy__content > p,
  .green-quick-release__content > p:not(.green-eyebrow),
  .green-compare > div > p {
    font-size: 16px;
  }

  .collab-eyebrow,
  .green-eyebrow {
    font-size: 12px;
  }

  .collab-hero__buttons,
  .collab-form button,
  .green-hero__buttons {
    width: 100%;
  }

  .green-hero__image {
    height: 280px;
    border-radius: 18px;
  }

  .smart-downloads {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 210px;
  }

  .smart-store-link,
  .smart-store-link img {
    height: 44px;
  }

  .smart-qr {
    align-items: flex-start;
    padding: 10px;
  }

  .smart-qr img {
    width: 92px;
    height: 92px;
    flex-basis: 92px;
  }

  .smart-qr span {
    font-size: 13px;
  }

  .smart-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .page .btn {
    white-space: normal;
    text-align: center;
  }

  .smart-feature-card,
  .smart-device-card div,
  .smart-collab,
  .collab-contact-card,
  .collab-step,
  .green-feature-card,
  .green-mini-card,
  .green-info-card,
  .green-choice-card,
  .green-compare__table {
    padding: 22px;
  }

  .green-step {
    grid-template-columns: 1fr;
  }

  .green-management__cards {
    grid-template-columns: 1fr;
  }

  .green-management__media img {
    max-height: 500px;
  }

  .green-step img {
    grid-row: auto;
    height: 210px;
  }

  .green-quick-release__stage {
    border-radius: 16px;
  }

  .green-quick-release__stage img {
    padding: 12px;
  }

  .green-quick-release__thumbs {
    gap: 7px;
    margin-top: 9px;
  }

  .green-quick-release__thumb {
    padding: 3px;
    border-radius: 9px;
  }

  .green-faq summary {
    font-size: 16px;
    padding: 18px 20px;
  }

  .green-faq p {
    padding: 0 20px 20px;
  }

  .footer__list li {
    font-size: 14px;
    overflow-wrap: anywhere;
  }

  .footer__list li:not(:last-child) {
    margin-bottom: 14px;
  }

  .footer__bottom {
    margin-top: 22px;
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .air-hero::before {
    background: linear-gradient(90deg, rgba(247, 250, 255, 0.99) 0%, rgba(247, 250, 255, 0.94) 42%, rgba(247, 250, 255, 0.28) 70%, rgba(247, 250, 255, 0) 84%);
  }
}

@media (max-width: 991.98px) {
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-section {
    padding: 58px 0 76px;
  }

  .air-hero {
    width: 100%;
    height: auto;
    min-height: 680px;
    margin: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background-position: 62% center;
  }

  .air-hero__container {
    padding-right: 32px;
    padding-left: 32px;
  }

  .air-hero__content {
    width: min(100%, 570px);
  }

  .air-hero h1 {
    font-size: 48px;
  }

  .air-hero__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 520px;
    gap: 16px;
  }

  .air-hero__features li,
  .air-hero__features li:not(:first-child) {
    padding: 0;
    border-left: 0;
  }

  .air-hero__actions {
    flex-wrap: wrap;
  }
}

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

  .catalog-head {
    margin-bottom: 30px;
  }

  .catalog-head h1 {
    font-size: 36px;
  }

  .catalog-head > p:not(.catalog-eyebrow) {
    font-size: 16px;
  }

  .air-hero {
    min-height: 0;
    padding: 42px 0 370px;
    background: #eef3fc !important;
  }

  .air-hero::before {
    z-index: -2;
    background: linear-gradient(180deg, #f7f9fd 0%, #eef3fc 68%, rgba(238, 243, 252, 0.2) 100%);
  }

  .air-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 360px;
    background: url("/img/hero-bg.webp") right bottom / auto 390px no-repeat;
  }

  .air-hero__container {
    align-items: flex-start;
    min-width: 0;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .air-hero__content {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .air-hero h1 {
    font-size: 39px;
    line-height: 112%;
    margin-top: 24px;
  }

  .air-hero__lead {
    font-size: 16px;
    margin-top: 20px;
  }

  .air-hero__features {
    width: 100%;
    max-width: 100%;
    gap: 16px 12px;
    margin-top: 28px;
  }

  .air-hero__features li {
    font-size: 12px;
  }

  .air-hero__features svg {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    padding: 7px;
  }

  .air-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 12px;
    margin-top: 30px;
  }

  .hero-offer__conditions {
    display: grid;
    gap: 6px;
  }

  .air-hero__actions .smart-btn {
    width: 100%;
    min-width: 0;
  }

  .air-hero__ecosystem {
    flex-wrap: wrap;
    width: 100%;
    gap: 8px 10px;
    margin-top: 24px;
  }
}

@media (max-width: 479.98px) {
  .hero-offer__summary {
    padding: 10px 12px;
    gap: 12px;
  }

  .hero-offer__availability {
    padding-left: 12px;
  }

  .hero-offer__price strong {
    font-size: 22px;
  }

  .air-hero h1 {
    font-size: 30px;
    line-height: 118%;
  }

  .air-hero__eyebrow {
    min-height: 38px;
    font-size: 13px;
  }

  .air-hero__ecosystem > span:first-child,
  .air-hero__ecosystem i {
    display: none;
  }
}

@media (max-width: 359.98px) {
  .hero-offer__summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hero-offer__availability {
    width: 100%;
    padding-top: 9px;
    padding-left: 0;
    border-top: 1px solid rgba(100, 116, 139, 0.18);
    border-left: 0;
  }
}

.video-modal-open {
  overflow: hidden;
}

.site-video-modal {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.site-video-modal[hidden] {
  display: none;
}

.site-video-modal.is-open {
  opacity: 1;
}

.site-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 18, 38, 0.78);
  backdrop-filter: blur(8px);
}

.site-video-modal__dialog {
  position: relative;
  width: min(100%, 1080px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #0b1324;
  box-shadow: 0 28px 80px rgba(3, 10, 24, 0.45);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.2s ease;
}

.site-video-modal.is-open .site-video-modal__dialog {
  transform: translateY(0) scale(1);
}

.site-video-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  gap: 20px;
  padding: 12px 14px 12px 22px;
}

.site-video-modal__head h2 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
}

.site-video-modal__close {
  position: relative;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: background 0.2s ease;
}

.site-video-modal__close:hover,
.site-video-modal__close:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.2);
}

.site-video-modal__close::before,
.site-video-modal__close::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 12px;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

.site-video-modal__close::before {
  transform: rotate(45deg);
}

.site-video-modal__close::after {
  transform: rotate(-45deg);
}

.site-video-modal__player {
  aspect-ratio: 16 / 9;
  background: #000;
}

.site-video-modal__player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.site-video-modal.is-portrait .site-video-modal__dialog {
  width: min(480px, calc((100vh - 110px) * 0.5625), calc(100vw - 48px));
  width: min(480px, calc((100dvh - 110px) * 0.5625), calc(100vw - 48px));
}

.site-video-modal.is-portrait .site-video-modal__player {
  aspect-ratio: 9 / 16;
}

@media (max-width: 767.98px) {
  .site-video-modal {
    padding: 12px;
  }

  .site-video-modal__head {
    min-height: 54px;
    padding: 8px 8px 8px 16px;
  }

  .site-video-modal__head h2 {
    font-size: 15px;
  }

  .site-video-modal__close {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .site-video-modal__close::before,
  .site-video-modal__close::after {
    top: 18px;
    left: 10px;
  }

  .site-video-modal.is-portrait .site-video-modal__dialog {
    width: min(480px, calc((100vh - 82px) * 0.5625), calc(100vw - 24px));
    width: min(480px, calc((100dvh - 82px) * 0.5625), calc(100vw - 24px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-video-modal,
  .site-video-modal__dialog {
    transition: none;
  }
}
