/* P10-SITE-1034: product-detail trust-to-footer completion */

body.product-page-premium .trust-links {
  padding-top: 64px;
  padding-bottom: 64px;
  background:
    linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
}

body.product-page-premium .trust-links .section-heading.compact {
  grid-template-columns: minmax(0, .94fr) minmax(340px, .56fr);
  gap: clamp(42px, 5vw, 76px);
  margin-bottom: 30px;
}

body.product-page-premium .trust-links .section-heading.compact h2 {
  max-width: 760px;
}

body.product-page-premium .trust-links .language-card a {
  min-height: 132px;
}

body.product-page-premium .site-footer {
  position: relative;
  align-items: flex-start;
  gap: 40px;
  padding-top: 38px;
  padding-bottom: 38px;
  border-top: 1px solid rgba(157, 217, 255, .28);
}

body.product-page-premium .site-footer > div {
  min-width: 0;
}

body.product-page-premium .site-footer > div > strong {
  color: #f7fbff;
  font-size: 16px;
  line-height: 1.4;
}

body.product-page-premium .site-footer > div > p:not(.footer-contact) {
  font-size: 15px;
  line-height: 1.55;
}

body.product-page-premium .site-footer .footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 820px;
  margin-top: 16px;
  font-style: normal;
}

body.product-page-premium .site-footer .footer-contact-item {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  padding: 0 11px;
  border: 1px solid rgba(199, 215, 227, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .055);
}

body.product-page-premium .site-footer .footer-contact-label {
  color: #9fc3d9;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.product-page-premium .site-footer .footer-contact a,
body.product-page-premium .site-footer .footer-contact-value {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 44px;
  color: #f7fbff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

body.product-page-premium .site-footer nav {
  align-self: flex-start;
  gap: 6px;
}

body.product-page-premium .site-footer nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 10px;
}

body.product-page-premium .site-footer nav a:hover {
  border-color: rgba(157, 217, 255, .32);
  background: rgba(157, 217, 255, .09);
  color: #fff;
}

body.product-page-premium .site-footer a:focus-visible {
  outline: 3px solid #9dd9ff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px rgba(11, 34, 57, .88);
}

@media (max-width: 720px) {
  body.product-page-premium .trust-links {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  body.product-page-premium .trust-links .section-heading.compact {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 24px;
  }

  body.product-page-premium .trust-links .section-heading.compact h2 {
    font-size: 27px;
  }

  body.product-page-premium .trust-links .language-grid {
    gap: 12px;
  }

  body.product-page-premium .trust-links .language-card a {
    min-height: 0;
    padding: 18px;
  }

  body.product-page-premium .site-footer {
    gap: 24px;
    padding: 32px 18px 28px;
  }

  body.product-page-premium .site-footer::after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: calc(108px + env(safe-area-inset-bottom));
    background: #0b2239;
    pointer-events: none;
    content: "";
  }

  body.product-page-premium .site-footer > div > strong {
    font-size: 16px;
  }

  body.product-page-premium .site-footer > div > p:not(.footer-contact) {
    font-size: 15px;
  }

  body.product-page-premium .site-footer .footer-contact {
    display: grid;
    gap: 6px;
    width: 100%;
    margin-top: 16px;
  }

  body.product-page-premium .site-footer .footer-contact-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    min-height: 48px;
    padding: 0;
    border: 0;
    border-top: 1px solid rgba(199, 215, 227, .18);
    border-radius: 0;
    background: transparent;
  }

  body.product-page-premium .site-footer .footer-contact-label {
    font-size: 11px;
  }

  body.product-page-premium .site-footer .footer-contact a,
  body.product-page-premium .site-footer .footer-contact-value {
    min-height: 44px;
    padding: 7px 0;
    font-size: 14px;
  }

  body.product-page-premium .site-footer nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  body.product-page-premium .site-footer nav a {
    min-width: 0;
    min-height: 44px;
    padding: 8px 6px;
    border-color: rgba(199, 215, 227, .2);
    border-radius: 11px;
    background: rgba(255, 255, 255, .055);
    color: #e5f0f7;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
  }
}

@media (max-width: 359px) {
  body.product-page-premium .site-footer .footer-contact-item:first-child {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-top: 7px;
  }
}
