/* Info pages: delivery, about, payment, contacts */

.info-page {
  padding-bottom: 48px;
}
.info-page h1 {
  font-family: "Source Serif 4", serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--elmet-ink, #1c5d68);
}
.info-page h2 {
  font-family: "Source Serif 4", serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: var(--elmet-ink, #1c5d68);
}
.info-page .lead {
  font-size: 17px;
  line-height: 1.5;
  color: #3d6e77;
  max-width: 42em;
}
.info-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--elmet-aqua-deep, #3ea0b0);
  margin-bottom: 8px;
}

.info-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
  background: linear-gradient(180deg, #f4fbfc 0%, #fff 100%);
  border: 1px solid var(--line, #c5e6ed);
  border-radius: 24px;
  padding: 28px 32px;
  margin-bottom: 22px;
  overflow: hidden;
}
.info-hero:not(:has(figure)) { grid-template-columns: 1fr; }
.info-hero figure {
  margin: 0;
  position: relative;
}
.info-hero img {
  width: 100%;
  height: auto;
  max-height: 340px;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
}
.info-hero figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(28, 93, 104, 0.92);
  color: #fff;
  font-size: 12px;
  font-weight: 650;
  padding: 6px 10px;
  border-radius: 999px;
}
.info-hero-acts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.info-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.info-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line, #c5e6ed);
  font-size: 13px;
  font-weight: 650;
  color: var(--elmet-ink, #1c5d68);
}

.info-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}
.info-stat {
  background: #fff;
  border: 1px solid var(--line, #c5e6ed);
  border-radius: 18px;
  padding: 18px 18px 16px;
  min-height: 148px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.info-stat b {
  font-family: "Source Serif 4", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--elmet-ink, #1c5d68);
  line-height: 1.1;
}
.info-stat small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--elmet-aqua-deep, #3ea0b0);
}
.info-stat p {
  font-size: 14px;
  line-height: 1.4;
  color: #4a7d86;
  margin-top: auto;
}
.info-stat.accent {
  background: var(--elmet-aqua, #8ed4e1);
  border-color: transparent;
}
.info-stat.accent p { color: #1c5d68; }

.info-section {
  background: #fff;
  border: 1px solid var(--line, #c5e6ed);
  border-radius: 20px;
  padding: 22px 22px 24px;
  margin-bottom: 14px;
}

.info-flow {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.info-flow li {
  position: relative;
  padding: 8px 18px 8px 0;
}
.info-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 44px;
  right: 8px;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--elmet-aqua-deep, #3ea0b0) 0 8px, transparent 8px 14px);
}
.info-flow .n {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--elmet-ink, #1c5d68);
  color: #fff;
  font-weight: 800;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.info-flow b {
  display: block;
  font-size: 15px;
  color: var(--elmet-ink, #1c5d68);
  margin-bottom: 4px;
}
.info-flow p {
  font-size: 13px;
  line-height: 1.4;
  color: #4a7d86;
  max-width: 16em;
}

.info-carriers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.info-carrier {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 118px;
  padding: 14px 10px 12px;
  border-radius: 16px;
  background: #f4fbfc;
  border: 1px solid var(--line, #c5e6ed);
  text-align: center;
}
.info-carrier svg { width: 100%; height: 42px; }
.info-carrier span {
  font-size: 12px;
  font-weight: 700;
  color: var(--elmet-ink, #1c5d68);
}
.info-note a {
  font-weight: 700;
  color: var(--elmet-ink, #1c5d68);
}

.info-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.info-card {
  background: #fff;
  border: 1px solid var(--line, #c5e6ed);
  border-radius: 18px;
  padding: 18px 18px 16px;
}
.info-card h3 {
  font-size: 17px;
  font-weight: 750;
  color: var(--elmet-ink, #1c5d68);
  margin: 0 0 8px;
}
.info-card p {
  font-size: 14px;
  line-height: 1.45;
  color: #4a7d86;
}
.info-card .tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--elmet-aqua-deep, #3ea0b0);
  margin-bottom: 6px;
}

.info-arts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}
.info-arts figure {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line, #c5e6ed);
  border-radius: 18px;
  overflow: hidden;
}
.info-arts .info-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info-arts img { width: 100%; height: auto; }
.info-arts figcaption {
  padding: 10px 14px 12px;
  font-size: 13px;
  font-weight: 650;
  color: var(--elmet-ink, #1c5d68);
}

.info-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 8px;
  padding: 18px 22px;
  background: var(--elmet-ink, #1c5d68);
  color: #fff;
  border-radius: 18px;
}
.info-cta p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  max-width: 36em;
}
.info-cta .btn.cart {
  background: #fff !important;
  color: var(--elmet-ink, #1c5d68) !important;
  border: 0;
}

.info-contacts {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 12px;
  margin-bottom: 14px;
}
.info-map {
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: 18px;
  background: #e7f6f9;
}
.info-map-box {
  background: #fff;
  border: 1px solid var(--line, #c5e6ed);
  border-radius: 20px;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.info-map-box .cap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 12px 16px;
  font-size: 13px;
  color: var(--elmet-ink, #1c5d68);
}
.info-map-box .cap a {
  font-weight: 700;
  color: var(--elmet-aqua-deep, #3ea0b0);
  white-space: nowrap;
}

.info-req {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.info-req th {
  text-align: left;
  width: 38%;
  padding: 10px 8px 10px 0;
  color: #4a7d86;
  font-weight: 600;
  border-bottom: 1px solid var(--line, #c5e6ed);
  vertical-align: top;
}
.info-req td {
  padding: 10px 0;
  border-bottom: 1px solid var(--line, #c5e6ed);
  color: var(--elmet-ink, #1c5d68);
  font-weight: 650;
}
.info-copy {
  appearance: none;
  margin-left: 8px;
  border: 1px solid var(--line, #c5e6ed);
  background: #f4fbfc;
  color: var(--elmet-ink, #1c5d68);
  border-radius: 999px;
  padding: 3px 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  vertical-align: middle;
}
.info-copy.on {
  background: var(--elmet-aqua, #8ed4e1);
  border-color: transparent;
}

.info-linkrow {
  display: grid;
  gap: 8px;
}
.info-linkrow a, .info-linkrow span {
  display: block;
  font-size: 18px;
  font-weight: 750;
  color: var(--elmet-ink, #1c5d68);
}
.info-linkrow small {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #4a7d86;
}

.info-quote {
  margin: 0 0 22px;
  padding: 22px 26px;
  background: linear-gradient(180deg, #f4fbfc 0%, #fff 100%);
  border: 1px solid var(--line, #c5e6ed);
  border-radius: 20px;
  font-family: "Source Serif 4", serif;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--elmet-ink, #1c5d68);
}
.info-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
}
.info-split-rev { grid-template-columns: 0.9fr 1.1fr; }
.info-split figure {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line, #c5e6ed);
  border-radius: 20px;
  overflow: hidden;
}
.info-split img {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
}
.info-split figcaption {
  padding: 10px 14px 12px;
  font-size: 13px;
  font-weight: 650;
  color: var(--elmet-ink, #1c5d68);
}
.info-prose h2 { margin-bottom: 12px; }
.info-prose p {
  font-size: 16px;
  line-height: 1.55;
  color: #3d6e77;
  max-width: 42em;
}
.info-prose p + p { margin-top: 12px; }

@media (max-width: 900px) {
  .info-hero,
  .info-contacts,
  .info-arts,
  .info-cards,
  .info-stats,
  .info-carriers,
  .info-flow,
  .info-split,
  .info-split-rev {
    grid-template-columns: 1fr 1fr;
  }
  .info-flow li:nth-child(2)::after { display: none; }
}
@media (max-width: 640px) {
  .info-hero,
  .info-contacts,
  .info-arts,
  .info-cards,
  .info-stats,
  .info-carriers,
  .info-flow,
  .info-split,
  .info-split-rev {
    grid-template-columns: 1fr;
  }
  .info-hero { padding: 18px 16px; }
  .info-flow li:not(:last-child)::after { display: none; }
  .info-map { height: 280px; }
  .info-cta { padding: 16px; }
}
