/* HELEOS delivery & payment — based on supplied courier/pickup reference. */
.delivery-page {
  padding: 0 0 78px;
  color: #2a2c31;
  background: #f1f3f7;
}
.delivery-breadcrumbs {
  display: flex;
  gap: 11px;
  align-items: center;
  padding-top: 30px;
  color: #969ba5;
  font-size: 12px;
}
.delivery-breadcrumbs a { color: #8e949f; }
.delivery-breadcrumbs b { color: #5f6570; font-weight: 650; }
.delivery-breadcrumbs span { color: #c0c4cb; }
.delivery-intro { padding-top: 24px; }
.delivery-kicker {
  margin: 0 0 8px;
  color: #3e52ac;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.delivery-intro h1,
.delivery-payment-heading h2 {
  margin: 0;
  color: #2b2d32;
  font-size: clamp(44px,5vw,64px);
  line-height: .96;
  letter-spacing: -.05em;
  font-weight: 780;
}
.delivery-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: #6b7079;
  font-size: 16px;
  line-height: 1.55;
}
.delivery-facts {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 16px;
  margin-top: 34px;
}
.delivery-facts article {
  min-height: 104px;
  padding: 22px 24px;
  border: 1px solid #e9ebf0;
  border-radius: 14px;
  background: #fff;
}
.delivery-facts strong {
  display: block;
  color: #33469f;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.035em;
}
.delivery-facts span { display: block; margin-top: 9px; color: #858b94; font-size: 12px; }

.delivery-methods { padding-top: 34px; }
.delivery-tabs {
  display: inline-flex;
  gap: 4px;
  max-width: 100%;
  padding: 5px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 2px 0 rgba(37,45,81,.015);
}
.delivery-tab {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 9px 17px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #464b54;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  transition: background .16s ease,color .16s ease,box-shadow .16s ease;
}
.delivery-tab:hover { background: #f5f6fa; }
.delivery-tab.is-active { color: #fff; background: #3848a5; box-shadow: 0 7px 17px rgba(52,66,155,.18); }
.delivery-tab-icon { width: 20px; height: 20px; }
.delivery-tab-icon svg,
.delivery-detail-icon svg,
.payment-fact-icon svg,
.delivery-contact-button svg {
  width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round;
}
.delivery-panels { margin-top: 20px; }
.delivery-detail-panel {
  max-width: 1030px;
  padding: 34px 36px 30px;
  border: 1px solid #e8eaf0;
  border-radius: 16px;
  background: #fff;
}
.delivery-detail-panel[hidden] { display: none !important; }
.delivery-detail-head {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 20px;
  align-items: start;
}
.delivery-detail-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 13px;
  border-radius: 12px;
  background: #f3f5fa;
  color: #3f51a9;
}
.delivery-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.delivery-badge-orange { color: #fff; background: #e88426; }
.delivery-badge-blue { color: #fff; background: #3a4aa4; }
.delivery-detail-head h3 {
  margin: 8px 0 0;
  color: #2b2d32;
  font-size: 27px;
  line-height: 1.06;
  font-weight: 780;
  letter-spacing: -.03em;
}
.delivery-detail-head p {
  max-width: 790px;
  margin: 9px 0 0;
  color: #737982;
  font-size: 14px;
  line-height: 1.5;
}
.delivery-howto { margin-top: 28px; }
.delivery-howto h4 {
  margin: 0 0 13px;
  color: #4051a6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.delivery-howto ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  counter-reset: deliveryStep;
  list-style: none;
}
.delivery-howto li {
  display: grid;
  grid-template-columns: 28px minmax(0,1fr);
  gap: 12px;
  align-items: start;
  counter-increment: deliveryStep;
  color: #3d4148;
  font-size: 13px;
  line-height: 1.48;
}
.delivery-howto li::before {
  content: counter(deliveryStep);
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-top: -3px;
  border-radius: 50%;
  background: #f1f3f8;
  color: #4051a6;
  font-size: 11px;
  font-weight: 800;
}
.delivery-note-grid { display: grid; gap: 12px; margin-top: 24px; }
.delivery-note {
  padding: 17px 19px;
  border-radius: 11px;
  background: #f5f6f8;
}
.delivery-note strong {
  display: block;
  margin-bottom: 8px;
  color: #4a505a;
  font-size: 12px;
  font-weight: 800;
}
.delivery-note ul { display: grid; gap: 5px; margin: 0; padding-left: 18px; color: #5f646d; font-size: 12px; line-height: 1.45; }
.delivery-note-success { background: #f5f6f8; }
.delivery-note-success strong { color: #e27d22; }
.delivery-note-warning { background: #fff7ef; }
.delivery-note-warning strong { color: #df7820; }
.delivery-note-info { background: #f3f5fb; }
.delivery-note-info strong { color: #4052a8; }

.delivery-payment-section {
  margin-top: 72px;
  padding: 68px 0 70px;
  border-top: 1px solid #e6e9ef;
  border-bottom: 1px solid #e6e9ef;
  background: #fff;
}
.delivery-payment-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 28px;
}
.delivery-payment-heading > p { max-width: 480px; margin: 0 0 5px; color: #747a84; font-size: 14px; line-height: 1.55; }
.payment-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-bottom: 26px; }
.payment-facts article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 112px;
  padding: 19px 22px;
  border: 1px solid #e7eaf0;
  border-radius: 14px;
  background: #f9fafc;
}
.payment-fact-icon { display: grid; place-items: center; width: 54px; height: 54px; padding: 14px; border-radius: 12px; background: #eef1f9; color: #4052ad; }
.payment-facts strong { display: block; color: #2d3036; font-size: 16px; }
.payment-facts p { margin: 6px 0 0; color: #777d87; font-size: 12px; line-height: 1.45; }
.payment-tabs-wrap .delivery-panels { margin-top: 18px; }
.payment-detail-panel { max-width: none; background: #fbfcff; }

.delivery-help-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 54px;
  padding: 28px 34px;
  border-radius: 14px;
  background: linear-gradient(110deg,#181f4a 0%,#3445a6 100%);
  color: #fff;
}
.delivery-help-panel h2 { margin: 0; color: #fff; font-size: 23px; line-height: 1.1; letter-spacing: -.025em; }
.delivery-help-panel p { margin: 8px 0 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.45; }
.delivery-help-actions { display: flex; gap: 12px; flex: 0 0 auto; }
.delivery-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.delivery-contact-button:hover { color: #fff; border-color: rgba(255,255,255,.55); }
.delivery-contact-button-light { background: #fff; border-color: #fff; color: #314398; }
.delivery-contact-button-light:hover { color: #314398; }
.delivery-contact-button span { width: 18px; height: 18px; }
.sr-only { position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important; }

@media (max-width: 980px) {
  .delivery-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .delivery-payment-heading { align-items: start; flex-direction: column; gap: 12px; }
  .delivery-detail-panel { max-width: none; }
  .delivery-help-panel { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 720px) {
  .delivery-page { padding-bottom: 48px; }
  .delivery-breadcrumbs { padding-top: 20px; }
  .delivery-intro { padding-top: 18px; }
  .delivery-lead { font-size: 14px; }
  .delivery-facts { grid-template-columns: 1fr 1fr; gap: 10px; }
  .delivery-facts article { min-height: 92px; padding: 18px; }
  .delivery-facts strong { font-size: 21px; }
  .delivery-tabs { display: grid; grid-template-columns: 1fr; width: 100%; }
  .delivery-tab { justify-content: flex-start; width: 100%; }
  .delivery-detail-panel { padding: 24px 20px; }
  .delivery-detail-head { grid-template-columns: 44px minmax(0,1fr); gap: 14px; }
  .delivery-detail-icon { width: 44px; height: 44px; padding: 11px; }
  .delivery-detail-head h3 { font-size: 23px; }
  .delivery-detail-head p { font-size: 13px; }
  .delivery-howto li { font-size: 12px; }
  .delivery-payment-section { margin-top: 52px; padding: 48px 0; }
  .payment-facts { grid-template-columns: 1fr; }
  .delivery-help-panel { margin-top: 36px; padding: 24px 20px; }
  .delivery-help-actions { flex-direction: column; width: 100%; }
  .delivery-contact-button { width: 100%; }
}
@media (max-width: 480px) {
  .delivery-facts { grid-template-columns: 1fr; }
}
