* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.eyebrow .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #de6727;
  flex: none;
}
.hero {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background: url("") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 64px;
  background: #00143e;
  border-radius: 32px;
  height: 600px;
}
.hero {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 64px;
  height: 600px;
  background-color: #00143e;
  background-image:
    linear-gradient(180deg, rgba(0, 20, 62, 1) 0%, rgba(0, 20, 62, 0.8) 100%),
    var(--hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero .eyebrow {
  margin-bottom: 16px;
  padding-top: 81px;
}
.hero h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: clamp(24px, 4vw, 45px);
  line-height: 130%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 48px;
}
.hero h1 .accent {
  color: #f45500;
}
.hero p {
  max-width: 1052px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
.collage-section {
  padding: 30px 0;
}
.tile {
  border-radius: 0;
  overflow: hidden;
}
.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.collage {
  display: grid;
  grid-template-columns: 327px 239px 327px 239px;
  grid-auto-rows: 327px;
  gap: 16px;
}
/* ── ряд 1 ── */
.t-blue {
  grid-column: 1;
  grid-row: 1;
} /* 327 × 327 */
.t-tape {
  grid-column: 2;
  grid-row: 1;
} /* 239 × 327 */
.t-rollers {
  grid-column: 3;
  grid-row: 1 / 3;
} /* 327 × 670 — высокая, на 2 ряда */
.t-glove {
  grid-column: 4;
  grid-row: 1;
} /* 239 × 327 */
.exp-card {
  grid-column: 1 / 3;
  grid-row: 2;
} /* 582 × 327 — синяя вставка */
.t-yellow {
  grid-column: 4;
  grid-row: 2;
} /* 239 × 327 — если нужна 6-я плитка */
.exp-card {
  background: #00143e;
  color: #fff;
  padding: 48px;
  display: flex;
  flex-direction: column;
}
.exp-card h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: clamp(16px, 2.5vw, 24px);
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 12px;
}
.exp-card .loc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 43px;
}
.exp-card .loc svg {
  flex: none;
}
.exp-sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.exp-sub--card {
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
}
.exp-sub .h {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 8px;
}
.exp-sub .p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #ffffff;
}

/* ============ HOW WE WORK ============ */
.how-section {
  padding: 68px 0 56px;
}
.section-head {
  text-align: center;
}
.section-head .eyebrow {
  margin-bottom: 16px;
}
.section-head h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 130%;
  text-align: center;
  color: #000000;
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.how-card {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  background: #f5f8ff;
  border-radius: 24px;
  padding: 24px;
}
.how-icon {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 64px;
  height: 64px;
  background: #ffffff;
  box-shadow:
    0px 16px 32px -4px rgba(12, 12, 13, 0.1),
    0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  border-radius: 100px;
  margin-bottom: 3px;
}
.how-card h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}
.how-card .sub {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}
.how-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #dde8ff;
  padding-top: 16px;
}
.how-list li {
  position: relative;
  padding-left: 16px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
.how-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f45500;
}
.why-section {
  background: #f5f8ff;
  padding: 36px 0;
}
.why-section h2 {
  margin-bottom: 44px;
}
.how-mobile-text {
  display: none;
}
.how-mobile-text {
  border-top: 1px solid #dde8ff;
  margin-top: 16px;
  padding-top: 16px;
}
.how-mobile-text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin: 0 0 12px;
  text-align: left;
}
.how-mobile-text p:last-child {
  margin-bottom: 0;
}
h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.why-card {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.why-ic {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f45500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.why-card h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 8px;
}
.why-card p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
.why-card p b {
  color: var(--ink);
  font-weight: 700;
}
.values-section {
  padding: 66px 0;
}
.values {
  display: flex;
  gap: 86px;
  align-items: center;
}
.values-illo {
  width: 313px;
  height: 465px;
}
.values-illo-man {
  width: 313px;
  height: 465px;
}
.values-illo-man img {
  width: 100%;
  height: 100%;
}
.values-right {
  width: 100%;
  max-width: 781px;
}
.values-right h2 {
  text-align: left;
}
.value-row {
  background: #f5f8ff;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 8px;
}
.value-ic {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 64px;
  height: 64px;
  background: #ffffff;
  box-shadow:
    0px 16px 32px -4px rgba(12, 12, 13, 0.1),
    0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  border-radius: 100px;
}
.value-row h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 8px;
}
.value-row p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
.about-cta {
  background: #f5f8ff;
  background-image: var(--about-cta-bg);
  background-repeat: no-repeat !important;
  background-position: center bottom 85px;
  position: relative;
}

.about-cta__inner {
  width: 100%;
  padding-top: 30px;
}
.about-cta h2 {
  font-size: clamp(24px, 3vw, 45px);
}
.about-cta__form {
  position: static !important;
  left: auto;
  transform: none;
  margin-bottom: 56px;
}
.about-cta__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 24px);
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin-bottom: 64px;
}
.about-cta__updated {
  padding: 32px 0;
  text-align: right;
  font-style: italic;
}
.about-cta .btn-orange {
  padding: 16px 100px;
  white-space: nowrap;
}

.how-section .eyebrow {
  color: #000000;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1200px) {
  .privacy {
    padding: 0 20px;
  }
}
@media (max-width: 980px) {
  .how-grid {
    grid-template-columns: 1fr 1fr;
  }
  .values {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .values-illo {
    order: -1;
  }
}
@media (max-width: 768px) {
  .hero {
    background: linear-gradient(
      180deg,
      rgba(40, 19, 0, 1) 0%,
      rgba(40, 19, 0, 0.5) 100%
    );
    height: 562px;
    border-radius: 0;
    padding: 114px 16px;
  }
  .hero .eyebrow {
    padding-top: 0;
  }
  .hero h1 {
    margin-bottom: 24px;
  }
  .how-section {
    padding: 0 20px;
  }
  .how-card {
    border-radius: 0;
    background: #f7f0e9;
  }
  .how-icon {
    border-radius: 0;
    box-shadow: none;
  }
  .how-icon__img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(50%) saturate(2000%)
      hue-rotate(15deg);
  }
  .why-section {
    padding: 48px 20px;
    background: #f7f0e9;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-card {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 0;
  }
  .why-ic {
    border-radius: 0;
    background: #ad6220;
  }
  .values-section {
    flex-direction: column;
    padding: 48px 20px;
  }
  .values {
    flex-direction: column;
    gap: 8px;
  }
  .values-right {
    width: 100%;
    max-width: none;
  }
  .value-ic {
    border-radius: 0;
  }
  .value-row {
    flex-direction: column;
    gap: 24px;
    border-radius: 0;
    background: #f7f0e9;
    text-align: center;
  }
  .collage-section {
    padding: 0 20px;
    margin-bottom: 64px;
  }
  .value-ic {
    box-shadow: none;
  }
  .value-ic__img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(50%) saturate(2000%)
      hue-rotate(15deg);
  }
  .about-cta__inner {
    padding: 0 20px;
    padding-top: 48px;
  }
  .values {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .values-right {
    display: contents;
  }
  .values-right h2 {
    order: 1;
    text-align: center;
    width: 100%;
  }
  .values-illo {
    order: 2;
    width: 100%;
    max-width: 280px;
    height: 220px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .values-illo img {
    width: 100%;
    max-width: none;
    height: auto;
    flex-shrink: 0;
  }
  .value-row {
    order: 3;
    flex-direction: column;
    gap: 24px;
    border-radius: 0;
    background: #f7f0e9;
    text-align: center;
  }
  .value-ic {
    border-radius: 0;
  }
  .exp-card .loc {
    margin-bottom: 12px;
  }
  .about-cta__form {
    width: 100%;
  }
  .exp-card {
    padding: 16px;
  }
  .exp-card h3 {
    text-align: center;
  }
  .page-template-page-about .breadcrumbs {
    position: static;
    z-index: auto;
  }
  .collage {
    padding-top: 0;
  }
  .privacy {
    padding: 0 16px;
  }
}
@media (max-width: 560px) {
  .how-grid {
    grid-template-columns: 1fr;
  }
  .collage {
    grid-template-columns: 142fr 197fr;
    grid-auto-rows: 195px;
    gap: 4px;
  }
  .t-blue {
    grid-column: 2;
    grid-row: 1;
  } /* 197 × 195 — широкая справа */
  .t-tape {
    grid-column: 1;
    grid-row: 1;
  } /* 142 × 195 — узкая слева */
  /* ── ряд 2: синяя вставка во всю ширину ── */
  .exp-card {
    grid-column: 1 / 3;
    grid-row: 2;
  } /* 343 × 195 */
  /* ── ряды 3–4 ── */
  .t-rollers {
    grid-column: 1;
    grid-row: 3;
  } /* 142 × 195 — слева сверху */
  .t-yellow {
    grid-column: 1;
    grid-row: 4;
  } /* 142 × 195 — слева снизу */
  .t-glove {
    grid-column: 2;
    grid-row: 3 / 5;
  } /* 197 × 394 — высокая справа */
  .t-label {
    display: none;
  }
  .how-section {
    padding: 0 16px;
  }
  .why-section {
    padding: 48px 16px;
  }
  .values-section {
    padding: 48px 16px;
  }
  .about-cta {
    background-color: #f7f0e9;
  }
  .about-cta__text {
    margin-bottom: 33px;
  }
  .about-cta__inner {
    padding: 0 16px;
    padding-top: 48px;
  }
  .exp-sub--card {
    padding: 8px;
  }
  .exp-sub .h {
    font-size: 10px;
  }
  .exp-sub .p {
    font-size: 10px;
  }
  .collage-section {
    padding: 0 16px;
  }
  .hero {
    height: 562px;
    border-radius: 0;
    padding: 114px 16px;
    background-color: #281300;
    background-image:
      linear-gradient(
        180deg,
        rgba(40, 19, 0, 0.85) 0%,
        rgba(40, 19, 0, 0.8) 100%
      ),
      var(--hero-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .privacy {
    padding: 0 16px;
  }
}
/* Стили для страницы контакты */
.contacts {
  width: 100%;
}
.contacts-row {
  display: flex;
  justify-content: space-between;
}
.contacts-wrapper {
  border-radius: 24px;
  padding: 40px;
  background-color: #f5f8ff;
  margin-bottom: 170px;
  background-image: var(--contacts-bg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.contacts-card {
  display: flex;
  justify-content: space-between;
}
.contacts-left {
  width: 100%;
  max-width: 582px;
}
.contacts-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: clamp(20px, 4vw, 38px);
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
}
.contacts-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 32px;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.info-row {
  display: flex;
  gap: 16px;
}
.info-text {
  display: flex;
  flex-direction: column;
}
.info-main {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 8px;
}
.info-sub {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
}
.social-row {
  display: flex;
  gap: 10px;
  padding: 16px 0 48px;
}
.social-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 69, 245, 0.1);
}
.cta-btn {
  background: #f45500;
  border-radius: 8px;
  padding: 16px 32px;
  text-decoration: none;
  width: fit-content;
  margin: 0 auto;
}
.contacts-row {
  position: relative;
}

.contacts-right {
  width: 100%;
  height: 100%;
  max-width: 354px;
  max-height: 538px;
}

.contacts-man {
  position: absolute;
  width: 380px;
  height: 588px;
  right: 42px;
  top: -40px;
  z-index: 3;
  object-fit: contain;
  pointer-events: none;
}
.contacts-man img {
  width: 100%;
  height: 100%;
}

.updated-date {
  text-align: right;
  padding-top: 48px;
  padding-bottom: 32px;
  font-style: italic;
}
@media (max-width: 768px) {
  .contacts-wrapper {
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 24px;
    padding: 20px;
  }
  .contacts-left {
    padding-top: 32px;
  }
  .info-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .contacts-row {
    flex-direction: column;
  }
  .contacts-title {
    padding-top: 32px;
    font-weight: 600;
  }
  .contacts-right img {
    display: block;
    height: 220px;
    margin: 0 auto;
  }
  .contacts-left {
    display: flex;
    flex-direction: column;
    order: 2;
  }
  .contacts-right {
    order: 3;
  }
  .info-grid {
    order: -1;
  }
  .contacts-title {
    order: 1;
  }
  .contacts-desc {
    order: 2;
  }
  .social-row {
    display: none;
  }
  .contacts-right img {
    height: 250px;
  }
  .cta-btn {
    order: 6;
  }
}
/* Політика конфіденційності */
.privacy {
  width: 100%;
}
.privacy__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: clamp(29px, 3vw, 38px);
  line-height: 130%;
  color: #000000;
  margin-bottom: 24px;
}
.privacy__h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 120%;
  color: #000000;
  text-align: left;
  margin-bottom: 17px;
}
.privacy__text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(15px, 1vw, 16px);
  line-height: 140%;
  color: #000000;
}
.privacy__list li {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 12px;
}
.privacy__list li:last-child {
  margin-bottom: 0;
}
.privacy__section:nth-of-type(1) .privacy__text {
  margin-bottom: 64px;
}
.privacy__section:nth-of-type(2) .privacy__text {
  margin-bottom: 16px;
}
.privacy__section:nth-of-type(3) .privacy__text {
  margin-bottom: 12px;
}
.privacy__section:nth-of-type(4) .privacy__text {
  margin-bottom: 64px;
}
.privacy__section:nth-of-type(5) .privacy__text {
  margin-bottom: 76px;
}
.privacy__list {
  margin-left: 64px;
}
.privacy__list li {
  position: relative;
  padding-left: 20px;
}
.privacy__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #f45500;
  border-radius: 50%;
}
.privacy__list {
  margin-bottom: 64px;
}
.privacy__updated {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: right;
  color: #000000;
  padding: 32px 0;
}
@media (max-width: 768px) {
  .contacts {
    padding: 0;
  }
  .contacts-wrapper {
    background: transparent;
    border-radius: 0;
    padding: 16px;
    margin: 0;
    max-width: 100%;
  }
  .contacts-row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .contacts-left {
    display: contents;
  }
  .info-grid {
    order: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
  }
  .info-block {
    background: transparent;
    border: none;
    padding: 0;
  }
  .info-row {
    gap: 12px;
    align-items: flex-start;
  }
  .contacts-title {
    order: 2;
    text-align: center;
    margin: 0;
    margin-top: 32px;
    padding: 32px 16px;
    background: #f5e6d3;
    border-radius: 0;
  }
  .contacts-desc {
    order: 3;
    text-align: center;
    margin: 0;
    padding: 0 24px 16px;
    background: #f5e6d3;
    font-size: 15px;
  }
  .contacts-right {
    order: 4;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 280px;
    margin: 0;
    background: #f5e6d3;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .contacts-right picture,
  .contacts-right img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    display: block;
    flex-shrink: 0;
  }
  .cta-btn {
    order: 5;
    position: relative;
    z-index: 2;
    width: 248px;
    margin: -92px auto 24px;
    padding: 15px 32px;
    font-size: 12px;
    background: #ad6220;
    color: #ffffff !important;
    text-align: center;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    cursor: pointer;
    text-decoration: none;
    display: block;
  }
  .social-row {
    display: none;
  }
  .updated-date {
    text-align: right;
    padding: 16px 16px 32px;
  }
  .page-template-page-contacts .breadcrumbs {
    position: static;
    z-index: auto;
  }
  .page-template-page-privacy .breadcrumbs {
    position: static;
    z-index: auto;
  }

  .privacy__title {
    font-weight: 600;
    margin-bottom: 24px;
  }
  .privacy__h2 {
    margin-bottom: 16px;
  }
  .privacy__section:nth-of-type(1) .privacy__text {
    margin-bottom: 48px;
  }
  .privacy__section:nth-of-type(2) .privacy__text {
    margin-bottom: 16px;
  }
  .privacy__section:nth-of-type(3) .privacy__text {
    margin-bottom: 16px;
  }
  .privacy__section:nth-of-type(4) .privacy__text {
    margin-bottom: 48px;
  }
  .privacy__section:nth-of-type(5) .privacy__text {
    margin-bottom: 48px;
  }
  .privacy__list {
    margin-left: 24px;
    margin-bottom: 48px;
  }
  .privacy__list li::before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
  .privacy__list li {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 12px;
  }
  .privacy__list li:last-child {
    margin-bottom: 0;
  }
  .privacy__updated {
    font-size: 15px;
  }
}
