@charset "UTF-8";
:root {
  --bg-black: #f2f2f2;
  --color-black: #2a62b5;
  --logo-black: #393e3a;
  --logo-gold: #fddc6f;
  --color-white: #ffffff;
  --bg: #f6f8fc;
  --card: #ffffff;
  --text: #1b1f2a;
  --muted: #6b7280;
  --accent: #4f46e5;
  --accent2: #06b6d4;
  --shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
  --radius: 18px;
}

/*--- COMMON ---*/
html,
body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

body {
  font-family: "Rubik", sans-serif;
  background-color: #ffffff;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  h1 {
    font-size: calc(28px + 34 * (100vw - 320px) / 1900);
  }
}
@media (min-width: 767px) {
  h1 {
    font-size: calc(28px + 20 * 100vw / 1900);
  }
}
h1 {
  font-weight: 400;
}

@media (max-width: 767px) {
  h2 {
    font-size: calc(28px + 13.6 * (100vw - 320px) / 1900);
  }
}
@media (min-width: 767px) {
  h2 {
    font-size: calc(28px + 8 * 100vw / 1900);
  }
}
h2 {
  line-height: 1.2;
}

@media (max-width: 767px) {
  h3 {
    font-size: calc(20px + 10.2 * (100vw - 320px) / 1900);
  }
}
@media (min-width: 767px) {
  h3 {
    font-size: calc(20px + 6 * 100vw / 1900);
  }
}

a {
  text-decoration: none;
  color: #333;
}

/*--- CALC ---*/
.calc {
  background-image: url("../img/bg/main-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  background-attachment: fixed;
  margin: 0;
  padding: 30px 0;
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 100;
}

.art-ramka {
  display: none;
}

.price-calc {
  display: none;
}

#file-maket {
  display: none;
}

.calc-wrapper {
  margin: 60px auto;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .calc-wrapper {
    margin: 30px auto;
  }
}
.calc-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
  width: 100%;
}

.calc-header__left {
  flex: 1;
  max-width: 580px;
  text-align: left;
}

.calc-header__right {
  flex-shrink: 0;
  width: 420px;
}

@media (max-width: 991px) {
  .calc-header {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .calc-header__left {
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .calc-header__right {
    width: 100%;
    max-width: 500px;
  }
}
/*--- BADGE, HEADING, FEATURES ---*/
.badge-print {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(37, 99, 235, 0.05);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 30px;
  color: #1e3a8a;
  font-weight: 550;
  font-size: 13px;
  margin-bottom: 20px;
}

.badge-print-icon {
  color: #2563eb;
  flex-shrink: 0;
}

.calc-title {
  font-size: 46px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.15;
  margin: 0 0 20px 0;
  letter-spacing: -0.025em;
}

@media (max-width: 767px) {
  .calc-title {
    font-size: 32px;
  }
}
.calc-subtitle {
  font-size: 18px;
  font-weight: 450;
  color: #64748b;
  margin: 0 0 32px 0;
}

@media (max-width: 767px) {
  .calc-subtitle {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.features-list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .features-list {
    justify-content: center;
  }
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #475569;
  text-align: left;
}

.feature-icon-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  border: 1.5px solid rgba(37, 99, 235, 0.12);
  background: rgba(255, 255, 255, 0.45);
  flex-shrink: 0;
}

.feature-icon-wrapper__img {
  width: 100%;
}

.feature-icon-wrapper svg {
  width: 18px;
  height: 18px;
}

.feature-text {
  line-height: 1.35;
  font-weight: 500;
}

.feature-text strong {
  font-weight: 700;
  color: #1e293b;
}

/*--- CANVAS PREVIEW CONTAINER ---*/
.form-calc-fullprice__canvas {
  position: relative;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  aspect-ratio: 1.35/1;
}

.form-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-calc {
  position: absolute;
  top: 17%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--- CALCULATOR GRID ---*/
.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 32px;
  margin-bottom: 32px;
  width: 100%;
}

.calc-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 991px) {
  .calc-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .calc-col {
    gap: 24px;
  }
}
/*--- GLASS CARDS ---*/
.glass-card {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 15px 35px -10px rgba(15, 23, 42, 0.04), 0 1px 2px rgba(15, 23, 42, 0.01);
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 576px) {
  .glass-card {
    padding: 20px 16px;
    border-radius: 20px;
  }
}

.calc-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.card-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.card-icon-wrapper {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

.card-icon-wrapper svg {
  width: 18px;
  height: 18px;
}

.icon-blue {
  background: #2563eb;
}

.icon-teal {
  background: #0d9488;
}

.icon-purple {
  background: #8b5cf6;
}

.icon-orange {
  background: #f59e0b;
}

.icon-cyan {
  background: #06b6d4;
}

/*--- INPUTS, SELECTS, DROPDOWNS ---*/
.form-group {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group:last-child {
  margin-bottom: 0;
}

.label-form {
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  letter-spacing: -0.01em;
}

/* Custom Styled Select */
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.select-styled {
  width: 100%;
  padding: 10px 36px 10px 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 550;
  color: #1e293b;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  transition: all 0.2s ease;
  height: 44px;
  box-sizing: border-box;
}

.select-styled:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
  background: #fff;
}

.select-chevron-inside {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #64748b;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-chevron-inside svg {
  width: 14px;
  height: 14px;
}

/* Dropdown standard size selector */
.select-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 550;
  color: #1e293b;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 48px;
  transition: all 0.2s ease;
}

.select-box:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 0, 0, 0.12);
}

.select-chevron {
  width: 16px;
  height: 16px;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-chevron svg {
  width: 14px;
  height: 14px;
}

.razmer-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  width: 100%;
  display: none;
  box-sizing: border-box;
  z-index: 100;
  max-height: 220px;
  overflow-y: auto;
  padding: 6px;
}

.razmer-dropdown__item {
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  border-radius: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.razmer-dropdown__item:hover {
  background: rgba(37, 99, 235, 0.06);
  color: #2563eb;
}

.razmer-dropdown__item.active {
  background: #2563eb;
  color: #ffffff;
}

/*--- SIZE CHIPS SELECTOR ---*/
.size-chips-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  width: 100%;
}

.size-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  background: #e5e7eb;
  color: #1e293b;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: inherit;
  line-height: 1.2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.size-chip:hover {
  background: #d8dde4;
  color: #0f172a;
  transform: translateY(-1px);
}

.size-chip.active {
  background: #2563eb;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  border-color: #2563eb;
  transform: translateY(-1px);
}

@media (max-width: 480px) {
  .size-chips-wrap {
    gap: 6px 8px;
  }
  .size-chip {
    padding: 8px 11px;
    font-size: 13px;
    border-radius: 10px;
  }
}

/* Custom input numbers */
.custom-size-inputs {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.text-input {
  flex: 1;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 550;
  color: #1e293b;
  outline: none;
  transition: all 0.2s ease;
  text-align: center;
  height: 48px;
  box-sizing: border-box;
}

.text-input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
  background: #ffffff;
}

.custom-size-divider {
  font-size: 14px;
  font-weight: 600;
  color: #94a3b8;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Custom Checkboxes */
.checkbox-styled {
  position: relative;
  display: block;
  width: 100%;
}

.checkbox-styled label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  font-size: 14px;
  color: #334155;
  font-weight: 550;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.checkbox-styled label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1.5px solid #cbd5e1;
  border-radius: 6px;
  background: #ffffff;
  transition: all 0.2s ease;
}

.form-calc__radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.form-calc__radio:checked + label::before {
  background: #2563eb;
  border-color: #2563eb;
}

.checkbox-styled label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-55%) rotate(45deg) scale(0);
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transition: transform 0.2s ease;
  pointer-events: none;
}

.form-calc__radio:checked + label::after {
  transform: translateY(-55%) rotate(45deg) scale(1);
}

/*--- FRAME SWATCHES (RAMKA) ---*/
.ramka-grid {
  display: grid !important;
  grid-template-columns: repeat(8, 1fr) !important;
  gap: 14px !important;
  margin-top: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  float: none !important;
}

@media (max-width: 575px) {
  .ramka-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
  }
}
@media (max-width: 400px) {
  .ramka-grid {
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 8px !important;
  }
}
.form-calc__ramka {
  display: none;
}

.ramka-grid .ramka__item {
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 1/1 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
}

.label-ramka {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  box-sizing: border-box;
}

#ramka-0 + .label-ramka {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  text-align: center;
  line-height: 1.25;
  background: rgba(255, 255, 255, 0.85);
  text-transform: lowercase;
}

#ramka-0 + .label-ramka::first-line {
  text-transform: capitalize;
}

.ramka__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.ramka__link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 5;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  color: #2563eb;
}

.label-ramka:hover .ramka__link {
  transform: translate(-50%, -50%) scale(1);
}

.zoom-icon {
  width: 14px;
  height: 14px;
  color: #2563eb;
  display: block;
}

.form-calc__ramka:checked + .label-ramka {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
  background: rgba(37, 99, 235, 0.02);
}

#ramka-0:checked + .label-ramka {
  border-color: #2563eb;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.05);
}

/*--- PACKAGING SWATCHES ---*/
.ramka--upakovka {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 12px !important;
  margin-top: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  float: none !important;
}

@media (max-width: 991px) {
  .ramka--upakovka {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 575px) {
  .ramka--upakovka {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
  }
}
.ramka--upakovka .ramka__item {
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 1.35/1 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
}

.label-upakovka-str,
.label-upakovka,
.label-upakovka-b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
  box-sizing: border-box;
  padding: 8px;
}

.label-upakovka-str {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  text-align: center;
  line-height: 1.25;
  background: rgba(255, 255, 255, 0.85);
}

.ramka--upakovka img {
  max-height: 80%;
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.form-calc__ramka:checked + .label-upakovka-str,
.form-calc__ramka:checked + .label-upakovka,
.form-calc__ramka:checked + .label-upakovka-b {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
  background: rgba(37, 99, 235, 0.02);
}

.form-calc__ramka:checked + .label-upakovka-str {
  color: #2563eb;
  background: rgba(37, 99, 235, 0.05);
}

/*--- DELIVERY (INLINE STYLES) ---*/
.calc-card--inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 28px;
}

.calc-card--inline .calc-card-header {
  margin-bottom: 0;
}

.flex-grow {
  flex-grow: 1;
}

@media (max-width: 575px) {
  .calc-card--inline {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .calc-card--inline .flex-grow {
    width: 100%;
  }
}
/*--- FILE UPLOAD AREA & COMMENTS ---*/
.dotted-upload-box {
  border: 1.5px dashed rgba(37, 99, 235, 0.25);
  background: rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.dotted-upload-box:hover {
  background: rgba(255, 255, 255, 0.6);
  border-color: #2563eb;
}

.upload-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.upload-cloud-outline {
  color: #2563eb;
  display: block;
}

.upload-status-text {
  font-size: 13px;
  font-weight: 550;
  color: #64748b;
  margin: 0;
}

.btn-attach {
  display: inline-block;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #2563eb;
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.02);
}

.btn-attach:hover {
  background: rgba(37, 99, 235, 0.02);
}

.comment-group {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.comment-label {
  font-size: 14px;
  font-weight: 600;
  color: #475569;
}

.text-input-textarea {
  width: 100%;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
  outline: none;
  transition: all 0.2s ease;
  height: 100px;
  resize: vertical;
  box-sizing: border-box;
}

.text-input-textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
  background: #ffffff;
}

/*--- SUMMARY & COST TABLE ---*/
.all-price {
  width: 100%;
}

.all-price-table__row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1.5px dashed rgba(15, 23, 42, 0.06);
  font-size: 14px;
  color: #475569;
  font-weight: 500;
}

.all-price-table__row:last-child {
  border-bottom: none;
}

.all-price-table__text {
  text-align: left;
}

.all-price-table__price {
  text-align: right;
  color: #0f172a;
  font-weight: 600;
}

.price-summary-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.price-val-wrapper {
  background: #2563eb;
  color: #ffffff;
  border-radius: 20px;
  padding: 4px 14px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.25;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.price-currency {
  font-weight: 700;
  color: #0f172a;
}

.text-dostavka {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 12px;
  line-height: 1.35;
}

/*--- SUBMIT FOOTER ---*/
.submit-container {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  width: 100%;
}

.btn-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 16px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
  transition: all 0.2s ease;
}

.btn-checkout:hover {
  background: #1d4ed8;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.25);
}

.cart-icon {
  flex-shrink: 0;
}

/*--- CHECKOUT MODAL WINDOW ---*/
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 23, 42, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.modal-active {
  opacity: 1;
  pointer-events: auto;
}

.modal-card {
  max-width: 480px;
  width: 90%;
  padding: 32px;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s ease;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .modal-card {
    padding: 20px 16px;
    max-height: 90vh;
    overflow-y: auto;
  }
}

.modal-overlay.modal-active .modal-card {
  transform: translateY(0);
}

.modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  color: #64748b;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
}

.modal-close-btn:hover {
  color: #0f172a;
}

.modal-title {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 8px;
}

.modal-subtitle {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 24px;
  line-height: 1.4;
}

.modal-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}

.modal-field:last-of-type {
  margin-bottom: 24px;
}

.modal-label {
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}

.modal-input {
  width: 100%;
  box-sizing: border-box;
}

.btn-submit-order {
  width: 100%;
  background: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.15);
  box-sizing: border-box;
  text-align: center;
}

.btn-submit-order:hover {
  background: #1d4ed8;
}

/*--- AJAX MESSAGES / NOTIFICATIONS ---*/
.massage-send,
.massage-send-load {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 440px;
  max-width: 90%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
  opacity: 0;
  pointer-events: none;
  z-index: 2000;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-sizing: border-box;
}

.massage-send--active,
.massage-send-load--active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.massage-send__title,
.massage-send-load__title {
  font-size: 20px;
  font-weight: 700;
  color: #1e3a8a;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 0;
}

.massage-send__text {
  font-size: 14px;
  color: #475569;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 24px;
}

.massage-send-close {
  display: block;
  width: 100%;
  background: #2563eb;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s ease;
}

.massage-send-close:hover {
  background: #1d4ed8;
}

/*--- SCROLL BEHAVIOR & NEW DESIGN VARIABLES ---*/
html {
  scroll-behavior: smooth;
}

/*--- SITE HEADER (FLOATING) ---*/
.site-header {
  position: fixed;
  top: 24px;
  left: 0px;
  right: 0px;
  width: auto;
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  padding: 0 15px;
}
.site-header--scrolled {
  top: 12px;
}
.site-header--scrolled .site-header__container {
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-color: rgba(255, 255, 255, 0.4);
}

.site-header__container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 16px 32px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.site-logo__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.site-logo__text {
  display: flex;
  flex-direction: column;
}
.site-logo__title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.site-logo__subtitle {
  font-size: 11px;
  font-weight: 500;
  color: #2563eb;
  letter-spacing: 0.02em;
}

.site-logo__img {
  width: 38px;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav__link {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  transition: color 0.2s ease;
  position: relative;
}
.site-nav__link:hover {
  color: #2563eb;
}
.site-nav__link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #2563eb;
  transition: width 0.2s ease;
}
.site-nav__link:hover::after {
  width: 100%;
}

.site-contacts {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-contacts__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  flex-shrink: 0;
}
.site-contacts__text {
  display: flex;
  flex-direction: column;
}
.site-contacts__phone {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  transition: color 0.2s ease;
}
.site-contacts__phone:hover {
  color: #2563eb;
}
.site-contacts__hours {
  font-size: 11px;
  font-weight: 450;
  color: #64748b;
}

.btn-calc-header {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2563eb;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 12px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.btn-calc-header svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.btn-calc-header:hover {
  background: #1d4ed8;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
  transform: translateY(-1px);
  color: #ffffff;
}
.btn-calc-header:hover svg {
  transform: scale(1.1);
}
.btn-calc-header:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
}

.menu-burger-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1010;
}
.menu-burger-btn span {
  width: 100%;
  height: 2px;
  background-color: #0f172a;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

/*--- HERO SECTION ---*/
.hero {
  position: relative;
  padding-top: 150px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 100;
  background-image: url("../img/bg/bg-hero.png");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}

.hero__bg-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  will-change: opacity;
}
.hero__bg-img.active {
  opacity: 1;
}

.hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: auto;
}

.hero-swiper {
  width: 100%;
  overflow: hidden;
}

.hero__content {
  max-width: 680px;
  text-align: left;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(37, 99, 235, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  color: #93c5fd;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 24px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hero__badge-icon {
  color: #60a5fa;
  display: flex;
  align-items: center;
}

.hero__title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.hero__title-highlight {
  color: #3b82f6;
  position: relative;
  text-shadow: 0 0 20px rgba(59, 130, 246, 0.2);
}

.hero__subtitle {
  font-size: 18px;
  line-height: 1.5;
  color: #cbd5e1;
  margin-bottom: 40px;
  max-width: 580px;
  font-weight: 400;
}

/* Feature cards in Hero */
.hero__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.hero-feature-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease;
}
.hero-feature-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.hero-feature-card__icon-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 99, 235, 0.18);
  color: #60a5fa;
  margin-bottom: 14px;
  border: 1px solid rgba(96, 165, 250, 0.2);
  flex-shrink: 0;
}
.hero-feature-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.hero-feature-card__text {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.4;
  margin: 0;
}

/* Action buttons */
.hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.btn-calc-hero {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #2563eb;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 28px;
  border-radius: 14px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.btn-calc-hero:hover {
  background: #1d4ed8;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
  transform: translateY(-1px);
  color: #ffffff;
}
.btn-calc-hero:active {
  transform: translateY(0);
}

.btn-gallery-hero {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #1e293b;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 28px;
  border-radius: 14px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  text-decoration: none;
}
.btn-gallery-hero:hover {
  background: #f8fafc;
  transform: translateY(-1px);
  color: #0f172a;
}
.btn-gallery-hero:active {
  transform: translateY(0);
}

/* Slider Controls */
.hero__slider-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero__slider-arrow {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.hero__slider-arrow:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.hero__slider-pagination {
  font-size: 14px;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: 0.05em;
}

/* Bottom info bar */
.hero__bottom-bar {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
}

.hero__bottom-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 20px 32px;
  gap: 24px;
  box-sizing: border-box;
}

.hero-bottom-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero-bottom-item__icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.15);
  color: #60a5fa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-bottom-item__content {
  display: flex;
  flex-direction: column;
}
.hero-bottom-item__title {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
}
.hero-bottom-item__text {
  font-size: 14px;
  color: #94a3b8;
  margin-top: 2px;
}

/*--- RESPONSIVE STYLES (HEADER & HERO) ---*/
@media (max-width: 1240px) {
  .site-header {
    top: 16px;
  }
  .site-header--scrolled {
    top: 0;
  }
  .site-header__container {
    padding: 12px 24px;
  }
  .site-nav__list {
    gap: 16px;
  }
  .hero__title {
    font-size: 52px;
  }
}
@media (max-width: 1120px) {
  .menu-burger-btn {
    display: flex;
  }
  .site-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #ffffff;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 100px 40px 40px;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
  }
  .site-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .site-nav__link {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
  }
  .site-contacts {
    display: none;
  }
  .btn-calc-header {
    display: none;
  }
  .site-header.menu-active .site-nav {
    right: 0;
  }
  .site-header.menu-active .menu-burger-btn span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .site-header.menu-active .menu-burger-btn span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
  }
  .site-header.menu-active .menu-burger-btn span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .no-scroll {
    overflow: hidden;
  }
  .hero {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .hero__title {
    font-size: 44px;
  }
  .hero__bottom-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .site-header {
    top: 12px;
  }
  .site-header__container {
    padding: 10px 16px;
    border-radius: 12px;
  }
  .site-logo {
    gap: 8px;
  }
  .site-logo__title {
    font-size: 16px;
  }
  .site-logo__subtitle {
    font-size: 10px;
  }
  .site-logo__img {
    width: 32px;
  }
  .hero__badge {
    margin-bottom: 16px;
  }
  .hero__title {
    font-size: 36px;
  }
  .hero__subtitle {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .hero__features {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 28px;
  }
  .hero-feature-card {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
  }
  .hero-feature-card__icon-wrapper {
    margin-bottom: 0;
  }
  .hero__actions {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .hero__actions .btn-calc-hero,
  .hero__actions .btn-gallery-hero {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    padding: 14px;
  }
  .hero__slider-controls {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .hero__bottom-container {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 16px;
  }
  .hero-bottom-item {
    gap: 12px;
  }
}
/*--- ABOUT COMPANY SECTION ---*/
.company {
  background-image: url("../img/bg/bg-company.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  margin: 0;
  padding: 80px 0;
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.company .container {
  position: relative;
  z-index: 2;
}

.company__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1120px) {
  .company__grid {
    display: block;
  }
}

.company__col-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.company__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(37, 99, 235, 0.05);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 30px;
  color: #2563eb;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 24px;
}

.company__badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
}

.company__title {
  font-size: 44px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.15;
  margin: 0 0 20px 0;
  letter-spacing: -0.025em;
}
.company__title-highlight {
  color: #2563eb;
}

.company__text {
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 40px;
  max-width: 680px;
}

.company__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 44px;
  width: 100%;
}

.company-stat-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.company-stat-card__icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  margin-bottom: 12px;
}
.company-stat-card__icon-wrapper svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}
.company-stat-card__val {
  font-size: 26px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}
.company-stat-card__text {
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.45;
}

.company-reviews-slider {
  background: #ffffff;
  border-radius: 28px;
  padding: 36px 24px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.04), 0 1px 3px rgba(15, 23, 42, 0.02);
  border: 1px solid rgba(15, 23, 42, 0.05);
  max-width: 620px;
  width: 100%;
  margin-left: 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.company-review-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}
.company-review-card__header {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex-wrap: wrap;
}
.company-review-card__quote-col {
  color: #2563eb;
  opacity: 0.15;
  position: absolute;
  top: -12px;
  left: -8px;
  pointer-events: none;
}
.company-review-card__quote-icon {
  width: 32px;
  height: 32px;
}
.company-review-card__user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 36px;
  flex-grow: 1;
}
.company-review-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.company-review-card__avatar-placeholder {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.company-review-card__user-meta {
  display: flex;
  flex-direction: column;
}
.company-review-card__name {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}
.company-review-card__role {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}
.company-review-card__rating {
  display: flex;
  gap: 3px;
  align-items: center;
}
.company-review-card__rating .star-icon {
  width: 15px;
  height: 15px;
}
.company-review-card__body {
  padding-left: 36px;
}
.company-review-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
  font-weight: 450;
  margin: 0;
}

.company-reviews-pagination {
  margin-top: 24px;
  position: static !important;
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  padding-left: 36px;
}
.company-reviews-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #cbd5e1;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50%;
  margin: 0 !important;
  cursor: pointer;
}
.company-reviews-pagination .swiper-pagination-bullet-active {
  background: #2563eb;
  width: 18px;
  border-radius: 3px;
}

.company__col-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin: 60px 0 0 0;
}

.company-benefit-card {
  background: #2f3b4c;
  color: #ffffff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.1);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  box-sizing: border-box;
  padding: 28px;
  width: 100%;
}
.company-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 45px rgba(15, 23, 42, 0.2);
}
.company-benefit-card__icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.25);
  color: #60a5fa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.company-benefit-card__icon-box svg {
  width: 22px;
  height: 22px;
}
.company-benefit-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.01em;
}
.company-benefit-card__text {
  font-size: 14px;
  line-height: 1.5;
  color: #cbd5e1;
  margin: 0;
}

/*--- RESPONSIVE ABOUT COMPANY ---*/
@media (max-width: 1240px) {
  .company {
    padding: 80px 0;
  }
  .company__grid {
    gap: 40px;
  }
  .company__title {
    font-size: 38px;
  }
  .company__stats {
    gap: 16px;
  }
  .company-stat-card__val {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .company {
    background-position: 75% center;
  }
  .company::before {
    opacity: 1;
  }
  .company__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .company__col-left,
  .company__col-right {
    max-width: 100%;
  }
  .company-reviews-slider {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .company {
    padding: 60px 0;
    background-position: center;
  }
  .company::before {
    background: rgba(255, 255, 255, 0.7);
  }
  .company__title {
    font-size: 32px;
  }
  .company__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .company-review-card {
    padding: 4px;
  }
}
@media (max-width: 480px) {
  .company__stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .company-reviews-slider {
    padding: 24px 20px;
  }
  .company-review-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .company-review-card__user-info {
    padding-left: 0;
  }
  .company-review-card__quote-col {
    position: static;
    margin-bottom: -10px;
  }
  .company-review-card__body {
    padding-left: 0;
  }
  .company-reviews-pagination {
    padding-left: 0;
    justify-content: center;
  }
  .company-benefit-card {
    padding: 20px;
  }
}
/*--- DELIVERY & PAYMENT SECTION ---*/
.delivery-payment {
  background: url("../img/bg/bg-3.png") no-repeat center/cover;
  background-attachment: fixed;
  padding: 80px 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.delivery-payment__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  box-sizing: border-box;
}

.dp-banner {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 480px;
  display: flex;
  align-items: center;
  padding: 60px 60px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.dp-banner.delivery-banner {
  background-image: url("../img/bg/bg-1.png");
  justify-content: flex-start;
  background-position: right center;
}
.dp-banner.payment-banner {
  background-image: url("../img/bg/bg-2.png");
  justify-content: flex-end;
  background-position: left center;
}
.dp-banner__content {
  max-width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.dp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(37, 99, 235, 0.12);
  border: 1px solid rgba(37, 99, 235, 0.25);
  border-radius: 30px;
  color: #60a5fa;
  font-weight: 600;
  font-size: 13px;
  text-transform: capitalize;
  box-shadow: 0 0 15px rgba(37, 99, 235, 0.15);
}
.dp-badge__icon {
  color: #60a5fa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dp-badge__icon svg {
  display: block;
}

.dp-title {
  font-size: 38px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.02em;
  max-width: 100%;
}

.dp-features-grid {
  display: grid;
  gap: 16px;
  width: 100%;
  margin-top: 8px;
}
.dp-features-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.dp-features-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.dp-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 24px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  cursor: default;
}
.dp-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.dp-card:hover .dp-card__icon-wrapper {
  background: rgba(37, 99, 235, 0.25);
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.4);
}
.dp-card__icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.15);
  border: 1.5px solid rgba(37, 99, 235, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #60a5fa;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.dp-card__icon-wrapper svg {
  display: block;
}
.dp-card__icon-wrapper svg.glow-icon {
  color: #60a5fa;
  stroke: #60a5fa;
  filter: drop-shadow(0 0 6px rgba(37, 99, 235, 0.7));
}
.dp-card__icon-wrapper--sbp {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  width: auto;
  height: 50px;
  padding: 0 14px;
  border-radius: 25px;
}
.dp-card__icon-wrapper--sbp svg {
  filter: none;
}
.dp-card__text {
  font-size: 16px;
  font-weight: 500;
  color: #cbd5e1;
  line-height: 1.35;
}

/*--- RESPONSIVE DELIVERY & PAYMENT ---*/
@media (max-width: 1240px) {
  .dp-banner {
    padding: 50px 60px;
    min-height: 440px;
  }
  .dp-banner__content {
    max-width: 65%;
  }
  .dp-title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .delivery-payment {
    padding: 60px 0;
  }
  .dp-banner {
    padding: 40px;
    min-height: auto;
  }
  .dp-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.55);
    z-index: 1;
  }
  .dp-banner.delivery-banner, .dp-banner.payment-banner {
    justify-content: flex-start;
    background-position: center;
  }
  .dp-banner__content {
    max-width: 100%;
  }
  .dp-features-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .dp-features-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .delivery-payment {
    padding: 40px 0;
  }
  .delivery-payment__container {
    gap: 20px;
  }
  .dp-banner {
    padding: 30px 24px;
    border-radius: 20px;
  }
  .dp-title {
    font-size: 26px;
  }
  .dp-features-grid {
    gap: 12px;
  }
  .dp-features-grid--3, .dp-features-grid--4 {
    grid-template-columns: 1fr;
  }
  .dp-card {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 16px 20px;
    gap: 16px;
  }
  .dp-card__icon-wrapper {
    width: 44px;
    height: 44px;
  }
  .dp-card__icon-wrapper svg {
    width: 20px;
    height: 20px;
  }
  .dp-card__icon-wrapper--sbp {
    width: auto;
    height: 44px;
    padding: 0 12px;
    border-radius: 22px;
  }
  .dp-card__icon-wrapper--sbp svg {
    width: 58px;
    height: 20px;
  }
  .dp-card__text {
    font-size: 14px;
  }
}
/*--- WEDGETS ---*/
.messenger-widgets {
  position: fixed;
  right: 60px;
  bottom: 60px;
  width: 74px;
  height: 74px;
  background: linear-gradient(240deg, rgb(225, 72, 211), rgb(17, 187, 226));
  border: 1px solid rgb(182, 229, 243);
  box-sizing: border-box;
  padding: 14px 14px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: 10;
  animation: messenger-pulse 1.5s infinite;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .messenger-widgets {
    right: 20px !important;
    bottom: 20px !important;
    width: 55px;
    height: 55px;
    padding: 10px 10px;
    transform: none !important;
  }
}

.messenger-widgets--active {
  background: #646464;
  animation: none;
}

@keyframes messenger-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(17, 187, 226, 0.6);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(17, 187, 226, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(17, 187, 226, 0);
  }
}
.widgets-img {
  width: 100%;
}

.widgets-img-close {
  width: 100%;
  display: none;
}

.widgets-menu {
  display: none;
  position: absolute;
  bottom: 80px;
  right: 4px;
  width: 310px;
  background-color: #fff;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  box-sizing: border-box;
  padding: 16px 16px;
  border-radius: 6px 6px;
}

.widgets-menu--active {
  display: block;
}

.widgets-menu__header {
  font-weight: 600;
  box-sizing: border-box;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e1e1e1;
  color: #333;
}

.widgets-menu__body {
  padding: 12px 0 0px 0;
}

.widgets-text {
  font-size: 14px;
  line-height: 1.25;
  color: #696969;
}

.widgets-text:not(:last-child) {
  margin: 0 0 6px 0;
}

.group-widgets {
  display: flex;
  justify-content: space-between;
  margin: 12px 0 0 0;
}

.messenger-widget__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  padding: 6px 17px;
  border-radius: 6px 6px;
}

.messenger-widget__link--telegram {
  background-color: #2aabee;
}

.widgets-icon {
  width: 20px;
  margin: 0 10px 0 0;
}

.widgets-icon--mobile {
  width: 25px;
  margin: 0;
}

.messenger-widget__link--max {
  background-color: #0077ff;
}

.widgets-menu__footer {
  padding: 10px 0 0 0;
}

/*--- WEDGETS ---*/
/*--- PORTFOLIO ---*/
.portfolio {
  padding: 80px 0px;
  background: url("../img/bg/bg-3.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  z-index: 10;
}

.projects__gallery {
  margin: 50px 0 0 0;
}

.projects__accent {
  font-weight: 700;
  color: #bea28a;
  background: #e0f2fe;
  padding: 2px 8px;
  border-radius: 20px;
}

.projects__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  grid-auto-rows: minmax(100px, auto);
}

.projects__item {
  overflow: hidden;
  border-radius: 16px;
  background-color: #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.projects__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.projects__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .projects__image {
    height: 100% !important;
  }
}

.projects__item:nth-child(3) .projects__image {
  height: 300px;
}

.projects__item:nth-child(5) .projects__image {
  height: 300px;
}

.projects__item:nth-child(6) .projects__image {
  height: 300px;
}

@media (max-width: 1024px) {
  .projects__item:nth-child(5) .projects__image {
    height: 220px;
  }
}
.projects__item--1 {
  grid-column: span 2;
  grid-row: span 2;
}

.projects__item--2 {
  grid-column: span 1;
  grid-row: span 2;
}

.projects__item--3 {
  grid-column: span 1;
  grid-row: span 1;
}

.projects__item--4 {
  grid-column: span 1;
  grid-row: span 2;
}

.projects__item--5 {
  grid-column: span 2;
  grid-row: span 1;
}

.projects__item--6 {
  grid-column: span 1;
  grid-row: span 1;
}

.projects__item--7 {
  grid-column: span 1;
  grid-row: span 2;
}

.projects__item--8 {
  grid-column: span 2;
  grid-row: span 1;
}

.projects__item--9 {
  grid-column: span 1;
  grid-row: span 1;
}

.projects__item--10 {
  grid-column: span 1;
  grid-row: span 2;
}

.projects__info {
  background: var(--darker);
  border-radius: 48px;
  padding: 34px 56px;
}

.projects__description {
  font-size: 18px;
  line-height: 1.45;
  color: #fff;
  margin-bottom: 18px;
}

.projects__address {
  font-style: normal;
  box-sizing: border-box;
  padding: 12px 24px;
  border-radius: 40px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  width: 850px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .projects__address {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .projects__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .projects__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .projects {
    padding: 40px 16px;
  }
  .projects__item--1 {
    grid-column: span 2;
    grid-row: span 1;
    aspect-ratio: 2/1;
  }
  .projects__item--2,
  .projects__item--3,
  .projects__item--4,
  .projects__item--5 {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1/1;
  }
  .projects__item--6 {
    grid-column: span 3;
    grid-row: span 1;
    aspect-ratio: 2/1;
  }
  [class*=projects__item--] {
    grid-row: span 1 !important;
    /* !important для переопределения десктопных значений, 
       но можно и точнее перечислить классы */
  }
  .projects__info {
    padding: 24px;
  }
  .projects__description {
    font-size: 1.2rem;
  }
  .projects__address {
    font-size: 1rem;
    padding: 10px 18px;
    word-break: break-word;
  }
}
@media (max-width: 576px) {
  .projects__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .projects__item--1,
  .projects__item--5,
  .projects__item--6,
  .projects__item--8 {
    grid-column: span 2 !important;
  }
  .projects__item--2,
  .projects__item--3,
  .projects__item--4,
  .projects__item--7,
  .projects__item--9,
  .projects__item--10 {
    grid-column: span 1 !important;
  }
}
@media (max-width: 400px) {
  .projects__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  [class*=projects__item--] {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    aspect-ratio: 4/3 !important;
  }
}
/*--- PORTFOLIO ---*/
/*--- HOW TO ORDER ---*/
.steps {
  background-image: url("../img/bg/bg-4.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 991px) {
  .steps {
    background-position: center;
    padding: 60px 0;
  }
  .steps::before {
    opacity: 1;
  }
}

.steps__container {
  position: relative;
  z-index: 2;
}

.steps__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(37, 99, 235, 0.05);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 30px;
  color: #2563eb;
  font-weight: 550;
  font-size: 13px;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.03);
}
.steps__badge-icon {
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps__title {
  font-weight: 800;
  color: #0f172a;
  line-height: 1.15;
  margin: 0 0 16px 0;
  letter-spacing: -0.025em;
}
@media (max-width: 767px) {
  .steps__title {
    font-size: calc(32px + 23.8 * (100vw - 320px) / 1900);
  }
}
@media (min-width: 767px) {
  .steps__title {
    font-size: calc(32px + 14 * 100vw / 1900);
  }
}
.steps__title-highlight {
  color: #2563eb;
}

.steps__subtitle {
  font-weight: 450;
  color: #64748b;
  margin: 0 0 50px 0;
}
@media (max-width: 767px) {
  .steps__subtitle {
    font-size: calc(15px + 5.1 * (100vw - 320px) / 1900);
  }
}
@media (min-width: 767px) {
  .steps__subtitle {
    font-size: calc(15px + 3 * 100vw / 1900);
  }
}

.steps__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .steps__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .steps__row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.step-card {
  display: flex;
  flex-direction: column;
}
.step-card__number-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}
.step-card__number {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1.5px solid rgba(37, 99, 235, 0.15);
  background: #ffffff;
  color: #2563eb;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.05);
  flex-shrink: 0;
}
.step-card__line {
  height: 0;
  border-top: 2px dashed rgba(37, 99, 235, 0.3);
  flex-grow: 1;
  margin-left: 12px;
  align-self: center;
}
.step-card__line--arrow {
  position: relative;
}
.step-card__line--arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid rgba(37, 99, 235, 0.5);
  border-right: 2px solid rgba(37, 99, 235, 0.5);
  transform: translateY(-50%) rotate(45deg);
}
.step-card__body {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 32px 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background-color 0.3s ease;
}
.step-card__body:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(37, 99, 235, 0.2);
}
.step-card__icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.06);
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.02);
}
.step-card__icon-wrapper svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.step-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.step-card__text {
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
  font-weight: 450;
  margin: 0;
}
@media (max-width: 991px) {
  .step-card__line {
    display: none;
  }
  .step-card__number-wrapper {
    margin-bottom: 16px;
  }
  .step-card__body {
    padding: 24px 20px;
  }
}

.steps-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 991px) {
  .steps-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.steps-benefit-card {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.03);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background-color 0.3s ease;
}
.steps-benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(37, 99, 235, 0.15);
}
.steps-benefit-card__icon-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.06);
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.02);
}
.steps-benefit-card__icon-wrapper svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.steps-benefit-card__icon-wrapper--green {
  background: rgba(16, 185, 129, 0.06);
  color: #10b981;
}
.steps-benefit-card__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.steps-benefit-card__title {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.01em;
}
.steps-benefit-card__desc {
  font-size: 12.5px;
  color: #64748b;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 576px) {
  .steps-benefit-card {
    padding: 16px 20px;
  }
}

/*--- CONSULTATION EXPERT BLOCK ---*/
.consultation-expert {
  background-image: url("../img/bg/bg-5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0;
  color: #ffffff;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.consultation-expert__container {
  position: relative;
  z-index: 2;
  width: 100%;
}
.consultation-expert__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.consultation-expert__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.25);
  border-radius: 30px;
  color: #60a5fa;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 24px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.consultation-expert__badge-icon {
  color: #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .consultation-expert__title {
    font-size: calc(28px + 23.8 * (100vw - 320px) / 1900);
  }
}
@media (min-width: 767px) {
  .consultation-expert__title {
    font-size: calc(28px + 14 * 100vw / 1900);
  }
}
.consultation-expert__title {
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}
.consultation-expert__title-highlight {
  color: #3b82f6;
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.consultation-expert__text {
  font-size: 16px;
  line-height: 1.6;
  color: #cbd5e1;
  margin-bottom: 40px;
  max-width: 540px;
  font-weight: 450;
}
.consultation-expert__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  margin-bottom: 40px;
}
.consultation-expert__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1200px) {
  .consultation-expert__content {
    max-width: 65%;
  }
}
@media (max-width: 991px) {
  .consultation-expert {
    padding: 80px 0;
    background-position: 30% center;
  }
  .consultation-expert::before {
    opacity: 1;
  }
  .consultation-expert__content {
    max-width: 100%;
  }
  .consultation-expert__features {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .consultation-expert {
    padding: 60px 0;
    background-position: center;
  }
  .consultation-expert__title {
    font-size: 28px;
  }
  .consultation-expert__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .consultation-expert__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}

/* Feature Card */
.consultation-feature-card {
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 24px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.consultation-feature-card:hover {
  transform: translateY(-3px);
  background: rgba(15, 23, 42, 0.6);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}
.consultation-feature-card__icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #60a5fa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.consultation-feature-card__icon-box svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}
.consultation-feature-card__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.consultation-feature-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.01em;
}
.consultation-feature-card__text {
  font-size: 16px;
  line-height: 1.45;
  color: #94a3b8;
  margin: 0;
  font-weight: 450;
}
@media (max-width: 991px) {
  .consultation-feature-card {
    flex-direction: row;
    align-items: center;
    padding: 20px;
  }
  .consultation-feature-card__content {
    gap: 2px;
  }
}

/* Submit Consultation Button */
.btn-consultation-submit {
  background: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 14px;
  padding: 18px 32px;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
}
.btn-consultation-submit svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.btn-consultation-submit:hover {
  background: #1d4ed8;
  box-shadow: 0 15px 30px rgba(37, 99, 235, 0.4);
  transform: translateY(-2px);
}
.btn-consultation-submit:hover svg {
  transform: scale(1.1);
}
.btn-consultation-submit:active {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .btn-consultation-submit {
    width: 100%;
    padding: 16px 24px;
  }
}

/* Phone Card Widget */
.consultation-phone-card {
  background: rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.consultation-phone-card:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(15, 23, 42, 0.55);
  transform: translateY(-2px);
}
.consultation-phone-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.consultation-phone-card__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.consultation-phone-card__number {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  transition: color 0.2s ease;
}
.consultation-phone-card__number:hover {
  color: #60a5fa;
}
.consultation-phone-card__hours {
  font-size: 11.5px;
  color: #94a3b8;
  font-weight: 500;
}
@media (max-width: 767px) {
  .consultation-phone-card {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }
}

/*--- CONTACTS SECTION ---*/
.contacts-section {
  background-image: url("../img/bg/bg-6.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center; /* Focuses canvas graphic on the right */
  padding: 100px 0 60px 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.contacts-section__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.contacts-section__content {
  max-width: 580px; /* Take about half the screen on desktop */
}
.contacts-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(37, 99, 235, 0.06);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 30px;
  color: #1d4ed8;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 20px;
}
.contacts-section__badge-icon {
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts-section__title {
  font-size: 46px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.025em;
}
.contacts-section__title-highlight {
  color: #2563eb;
}
.contacts-section__text {
  font-size: 18px;
  font-weight: 450;
  color: #64748b;
  line-height: 1.5;
}

/* Contacts Grid & Cards */
.contacts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.contacts-card {
  background: #ffffff;
  border-radius: var(--radius, 18px);
  padding: 24px 18px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contacts-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(17, 24, 39, 0.08);
}
.contacts-card__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}
.contacts-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.contacts-card__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.contacts-card__label {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 6px;
}
.contacts-card__value {
  font-size: 16px;
  font-weight: 500;
  color: #0f172a;
  line-height: 1.35;
  transition: color 0.2s ease;
  word-break: break-word;
}
.contacts-card a.contacts-card__value:hover {
  color: #2563eb;
}
.contacts-card__right {
  font-size: 12px;
  line-height: 1.4;
  color: #64748b;
  text-align: right;
  font-weight: 500;
  flex-shrink: 0;
  margin-left: 12px;
  margin-bottom: 1px;
}

/* Bottom Features Bar */
.contacts-features {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius, 18px);
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 10px 25px rgba(17, 24, 39, 0.02);
  gap: 32px;
}

.contacts-feature {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  position: relative;
}
.contacts-feature:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 10%;
  height: 80%;
  width: 1px;
  background: rgba(0, 0, 0, 0.06);
}
.contacts-feature__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contacts-feature__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.contacts-feature__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contacts-feature__title {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}
.contacts-feature__text {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
}

/* Responsive Breakpoints */
@media (max-width: 1199px) {
  .contacts-section {
    padding: 80px 0 50px 0;
    background-position: right 30% center; /* Adjust image center */
  }
  .contacts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .contacts-card {
    padding: 22px;
  }
}
@media (max-width: 991px) {
  .contacts-section {
    /* Soft overlay over image to make text extremely readable on tablets */
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.95) 60%, rgba(255, 255, 255, 0.8)), url("../img/bg/bg-6.png");
  }
  .contacts-section__inner {
    margin-bottom: 36px;
  }
  .contacts-section__title {
    font-size: 36px;
  }
  .contacts-section__text {
    font-size: 16px;
  }
  .contacts-features {
    padding: 20px;
    gap: 20px;
  }
  .contacts-feature:not(:last-child)::after {
    right: -10px;
  }
}
@media (max-width: 767px) {
  .contacts-section {
    padding: 60px 0 40px 0;
    /* Center content and apply full gradient overlay for perfect mobile readability */
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.98)), url("../img/bg/bg-6.png");
    background-position: center center;
    text-align: center;
  }
  .contacts-section__inner {
    justify-content: center;
  }
  .contacts-section__content {
    max-width: 100%;
  }
  .contacts-section__badge {
    margin-bottom: 16px;
  }
  .contacts-section__title {
    font-size: 28px;
    line-height: 1.2;
  }
  .contacts-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .contacts-card {
    text-align: left;
    padding: 20px;
    align-items: center;
  }
  .contacts-card__icon {
    margin-bottom: 12px;
  }
  .contacts-features {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 20px 24px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  .contacts-feature {
    text-align: left;
  }
  .contacts-feature:not(:last-child)::after {
    display: none; /* Hide dividers in vertical stack */
  }
  .contacts-feature {
    /* Add bottom border instead of vertical divider on mobile */
  }
  .contacts-feature:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 16px;
  }
}
.footer {
  position: relative;
  overflow: hidden;
  padding: 72px 0 29px;
  color: #ffffff;
  background: radial-gradient(circle at 48% 45%, rgba(29, 66, 125, 0.25) 0, rgba(14, 33, 64, 0.12) 29%, transparent 57%), linear-gradient(108deg, #071327 0%, #0c1a31 49%, #071226 100%);
  position: relative;
  z-index: 10;
}

.footer::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 43%;
  width: 650px;
  height: 650px;
  pointer-events: none;
  border-radius: 50%;
  background: rgba(40, 100, 189, 0.07);
  filter: blur(100px);
}

.footer .container {
  position: relative;
  z-index: 1;
}

.footer__main {
  display: grid;
  grid-template-columns: minmax(280px, 1.55fr) minmax(150px, 0.9fr) minmax(185px, 1fr) minmax(220px, 1.25fr) minmax(300px, 1.45fr);
  gap: 55px;
  padding-bottom: 39px;
}

/* Логотип */
.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #ffffff;
}

.footer__logo-icon {
  width: 45px;
}

.footer__logo-content {
  display: flex;
  flex-direction: column;
}

.footer__logo-title {
  font-size: 25px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.footer__logo-subtitle {
  margin-top: 3px;
  color: #307cff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

.footer__description {
  margin-top: 24px;
  color: #9caac0;
  font-size: 15px;
  line-height: 1.62;
}

/* Социальные сети */
.footer__socials {
  display: flex;
  gap: 14px;
  margin-top: 20px;
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  color: #a9bad4;
  border: 1px solid rgba(255, 255, 255, 0.025);
  border-radius: 50%;
  background: rgba(61, 86, 126, 0.22);
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.footer__social svg {
  width: 20px;
  height: 20px;
}

.footer__social:hover {
  color: #ffffff;
  border-color: #347ff1;
  background: #347ff1;
  transform: translateY(-3px);
}

/* Колонки */
.footer__title {
  margin: 4px 0 20px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
}

.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__menu-item {
  margin: 0;
  padding: 0;
}

.footer__link {
  position: relative;
  display: inline-block;
  color: #9caac0;
  font-size: 15px;
  line-height: 1.35;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: #3b82f6;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s ease;
}

.footer__link:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.footer__link:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

/* Контакты */
.footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__contact {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer__contact-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #6ba5ff;
  border-radius: 50%;
  background: rgba(57, 88, 136, 0.24);
}

.footer__contact-icon svg {
  width: 21px;
  height: 21px;
}

.footer__contact-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.footer__contact-value {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 500;
  transition: color 0.25s ease;
}

a.footer__contact-value:hover {
  color: #6ba5ff;
}

.footer__contact-note {
  color: #8998af;
  font-size: 12px;
  line-height: 1.25;
}

/* Нижняя часть */
.footer__bottom {
  display: flex;
  min-height: 56px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-top: 27px;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.footer__copyright {
  color: #8e9bb1;
  font-size: 14px;
  line-height: 1.4;
}

.footer__payments {
  display: flex;
  align-items: center;
  gap: 38px;
  padding-right: 4px;
  color: #7e8ca3;
}

.footer__payment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.footer__payment--visa {
  font-family: Arial, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.footer__payment--mastercard {
  position: relative;
  width: 42px;
  height: 26px;
}

.footer__payment--mastercard span {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: currentColor;
}

.footer__payment--mastercard span:first-child {
  left: 2px;
  opacity: 0.9;
}

.footer__payment--mastercard span:last-child {
  right: 2px;
  opacity: 0.65;
}

.footer__payment--mir {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.footer__payment--sbp svg {
  width: 56px;
  height: 28px;
}

/* Адаптив */
@media (max-width: 1250px) {
  .footer__main {
    grid-template-columns: 1.4fr 0.8fr 1fr 1.2fr;
    gap: 40px;
  }
  .footer__contacts {
    grid-column: 1/-1;
  }
  .footer__contact-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
@media (max-width: 991px) {
  .footer {
    padding-top: 60px;
  }
  .footer__main {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 60px;
  }
  .footer__about {
    grid-column: 1/-1;
  }
  .footer__contacts {
    grid-column: 1/-1;
  }
  .footer__contact-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 47px 0 25px;
  }
  .footer__main {
    grid-template-columns: 1fr;
    gap: 37px;
    padding-bottom: 34px;
  }
  .footer__about,
  .footer__contacts {
    grid-column: auto;
  }
  .footer__logo-title {
    font-size: 23px;
  }
  .footer__description {
    font-size: 14px;
  }
  .footer__column,
  .footer__contacts {
    padding-top: 1px;
  }
  .footer__title {
    margin-bottom: 17px;
  }
  .footer__menu {
    gap: 13px;
  }
  .footer__link {
    font-size: 14px;
  }
  .footer__bottom {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 25px;
  }
  .footer__payments {
    width: 100%;
    justify-content: flex-start;
    gap: 27px;
    padding-right: 0;
  }
}
@media (max-width: 420px) {
  .footer__logo-icon svg {
    width: 43px;
    height: 43px;
  }
  .footer__logo-title {
    font-size: 21px;
  }
  .footer__logo-subtitle {
    font-size: 13px;
  }
  .footer__description br {
    display: none;
  }
  .footer__payments {
    flex-wrap: wrap;
    gap: 22px;
  }
  .footer__contact {
    align-items: flex-start;
  }
  .footer__contact-value {
    font-size: 15px;
  }
}