/*
 * TryyCart Global 1.10.73
 * Consolidated header, editorial seller close and compact site footer.
 * Presentation/content placement only; transactional owners remain untouched.
 */

/* Remove the second header row while retaining a hidden compatibility mount
   for the existing live currency selector. */
body .tc-site-chrome.tc-site-chrome .tc-utility-bar,
body .tc-site-chrome.tc-site-chrome .tc-currency-bridge {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

body .tc-site-chrome.tc-site-chrome,
body .tc-site-chrome.tc-site-chrome .tc-main-header,
body .tc-site-chrome.tc-site-chrome .tc-nav-inner {
  overflow: visible !important;
}

body .tc-site-chrome.tc-site-chrome .tc-nav-actions {
  gap: 6px !important;
}

body .tc-site-chrome.tc-site-chrome .tc-main-header-tools {
  display: inline-flex !important;
  min-width: 0;
  align-items: center;
  gap: 5px;
  margin-right: 2px;
  padding-right: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

body .tc-site-chrome.tc-site-chrome .tc-currency-slot {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
}

body .tc-site-chrome.tc-site-chrome .tc-currency-slot:empty {
  display: none;
}

body .tc-site-chrome.tc-site-chrome
  :is(.tc-main-header-tools, .tc-mobile-currency-row)
  :is(.tc-currency-selector, [data-tc-currency-selector]) {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  max-width: 112px !important;
  margin: 0 !important;
  transform: none !important;
}

body .tc-site-chrome.tc-site-chrome .tc-header-track {
  display: inline-flex !important;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 10px;
  color: #f5f8ff !important;
  background: rgba(255, 255, 255, 0.09);
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body .tc-site-chrome.tc-site-chrome .tc-header-track:hover,
body .tc-site-chrome.tc-site-chrome .tc-header-track:focus-visible {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.17);
  transform: translateY(-1px);
}

body .tc-site-chrome.tc-site-chrome .tc-header-track-icon {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.11);
  color: #fff !important;
  font-size: 13px;
}

body .tc-site-chrome.tc-site-chrome .tc-mobile-currency-row {
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 10px;
  border: 1px solid rgba(111, 134, 170, 0.28);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.68);
}

body .tc-site-chrome.tc-site-chrome .tc-mobile-currency-row:not([hidden]) {
  display: flex !important;
}

/* Seller close: the same reusable title hierarchy as FAQ, on a light aurora
   canvas rather than a separate dark promotional slab. */
body.tryycart-global-theme #tc-page-home > .contact-band {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(36px, 4.2vw, 62px) 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(151, 165, 191, 0.30) !important;
  color: #344761 !important;
  background-color: #e8eaf0 !important;
  background-image:
    radial-gradient(ellipse at 8% 10%, rgba(239, 151, 111, 0.28), transparent 34%),
    radial-gradient(ellipse at 92% 14%, rgba(71, 143, 229, 0.25), transparent 36%),
    radial-gradient(ellipse at 58% 90%, rgba(121, 99, 210, 0.14), transparent 40%),
    linear-gradient(142deg, #eee9e8 0%, #e3e8f0 54%, #e2e8f2 100%) !important;
}

body.tryycart-global-theme #tc-page-home > .contact-band::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(58, 76, 111, 0.10) 0.7px, transparent 0.8px);
  background-size: 17px 17px;
  opacity: 0.30;
  content: "";
  pointer-events: none;
}

body.tryycart-global-theme #tc-page-home .contact-grid {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr) !important;
  align-items: center !important;
  gap: clamp(26px, 4vw, 62px) !important;
  padding: clamp(25px, 3vw, 42px) !important;
  border: 1px solid rgba(255, 255, 255, 0.76) !important;
  border-radius: 26px !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.70), rgba(235, 240, 249, 0.55)) !important;
  box-shadow: 0 22px 52px rgba(44, 58, 91, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}

body.tryycart-global-theme #tc-page-home .contact-band .section-title {
  margin: 0 0 16px !important;
}

body.tryycart-global-theme #tc-page-home .contact-band .section-title .eyebrow {
  display: inline-flex !important;
  width: max-content;
  margin: 0 0 12px !important;
  padding: 6px 12px !important;
  border: 1px solid rgba(224, 92, 31, 0.58) !important;
  border-radius: 999px !important;
  color: #a73b12 !important;
  background: rgba(255, 248, 244, 0.72) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

body.tryycart-global-theme #tc-page-home .contact-band .section-title h2 {
  max-width: 800px !important;
  margin: 0 !important;
  color: #10233f !important;
  font-family: var(--tc-heading-font) !important;
  font-size: clamp(32px, 4vw, 58px) !important;
  font-weight: 600 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.052em !important;
  text-wrap: balance;
}

body.tryycart-global-theme #tc-page-home .contact-band .section-title .gradient-text {
  color: transparent !important;
  background: linear-gradient(92deg, #c14713 0%, #dd672c 37%, #3569c8 72%, #3b8fd9 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

body.tryycart-global-theme #tc-page-home .contact-band .section-title .title-bar {
  display: block !important;
  width: min(164px, 34%) !important;
  height: 3px !important;
  margin-top: 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #e65e20, #566fd8, #4fa7db) !important;
}

body.tryycart-global-theme #tc-page-home .contact-grid > div:first-child > p {
  max-width: 700px;
  margin: 0 0 16px !important;
  color: #455a75 !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
}

body.tryycart-global-theme #tc-page-home .seller-points {
  display: flex !important;
  flex-wrap: wrap;
  gap: 7px !important;
  margin: 0 0 18px !important;
}

body.tryycart-global-theme #tc-page-home .seller-points b {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 11px;
  border: 1px solid rgba(93, 115, 151, 0.23);
  border-radius: 999px;
  color: #29425f !important;
  background: rgba(255, 255, 255, 0.58);
  font-size: 12px !important;
  font-weight: 700 !important;
}

body.tryycart-global-theme #tc-page-home .tc-seller-cta {
  display: inline-flex !important;
  width: max-content !important;
  min-height: 46px !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.30) !important;
  border-radius: 12px !important;
  color: #fff !important;
  background: linear-gradient(118deg, #c54a14 0%, #da5a20 44%, #3f62c5 100%) !important;
  box-shadow: 0 11px 24px rgba(58, 66, 130, 0.22) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

body.tryycart-global-theme #tc-page-home .tc-seller-cta span {
  color: #fff !important;
}

body.tryycart-global-theme #tc-page-home .contact-card {
  padding: 22px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 14px 32px rgba(42, 57, 91, 0.11), inset 0 1px 0 #fff !important;
}

body.tryycart-global-theme #tc-page-home .contact-card h3 {
  margin-block: 6px 12px !important;
  color: #142b49 !important;
  font-size: clamp(20px, 2vw, 27px) !important;
  line-height: 1.08 !important;
}

body.tryycart-global-theme #tc-page-home .contact-card :is(small, p, span) {
  color: #536883 !important;
}

/* Compact footer: same destinations, about half the former desktop height. */
body .tc-site-footer.tc-site-footer {
  padding: 26px 0 0 !important;
}

body .tc-site-footer.tc-site-footer .footer-grid {
  display: grid !important;
  grid-template-columns: minmax(230px, 1.25fr) minmax(150px, 0.75fr) minmax(190px, 0.9fr) minmax(260px, 1.2fr) !important;
  align-items: start !important;
  gap: clamp(20px, 2.8vw, 42px) !important;
}

body .tc-site-footer.tc-site-footer .footer-brand .logo-lockup img {
  width: 122px !important;
  max-width: 122px !important;
  margin: 0 0 8px !important;
}

body .tc-site-footer.tc-site-footer .footer-brand p {
  max-width: 300px !important;
  margin: 0 !important;
  color: #eef2ff !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
}

body .tc-site-footer.tc-site-footer .footer-section {
  display: block !important;
}

body .tc-site-footer.tc-site-footer h4 {
  margin: 1px 0 8px !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  letter-spacing: 0.075em !important;
}

body .tc-site-footer.tc-site-footer .footer-link-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 15px;
  row-gap: 3px;
}

body .tc-site-footer.tc-site-footer .footer-link-list a {
  display: inline-flex !important;
  min-width: 0;
  min-height: 24px;
  align-items: center;
  margin: 0 !important;
  padding: 2px 0 !important;
  color: #eef2ff !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere;
}

body .tc-site-footer.tc-site-footer .footer-support .footer-link-list {
  grid-template-columns: repeat(2, minmax(112px, 1fr));
}

body .tc-site-footer.tc-site-footer .footer-bottom {
  min-height: 40px !important;
  margin-top: 17px !important;
  padding-block: 8px !important;
  font-size: 9.5px !important;
  line-height: 1.3 !important;
}

@media (max-width: 1380px) and (min-width: 1321px) {
  body .tc-site-chrome.tc-site-chrome .tc-desktop-nav a {
    gap: 4px !important;
    padding-inline: 6px !important;
    font-size: 11px !important;
  }

  body .tc-site-chrome.tc-site-chrome .tc-main-header-tools {
    padding-right: 5px;
  }

  body .tc-site-chrome.tc-site-chrome .tc-header-track {
    padding-inline: 7px;
    font-size: 11px;
  }
}

@media (max-width: 1320px) {
  body .tc-site-chrome.tc-site-chrome .tc-desktop-nav,
  body .tc-site-chrome.tc-site-chrome .login-link {
    display: none !important;
  }

  body .tc-site-chrome.tc-site-chrome .menu-button {
    display: inline-grid !important;
    place-items: center;
  }

  body .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    grid-template-columns: 164px minmax(0, 1fr) !important;
  }
}

@media (max-width: 1120px) {
  body .tc-site-footer.tc-site-footer .footer-grid {
    grid-template-columns: minmax(220px, 1.2fr) repeat(2, minmax(160px, 1fr)) !important;
  }

  body .tc-site-footer.tc-site-footer .footer-support {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  body .tc-site-chrome.tc-site-chrome .tc-main-header-tools {
    display: none !important;
  }
}

@media (max-width: 820px) {
  body.tryycart-global-theme #tc-page-home .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body.tryycart-global-theme #tc-page-home .contact-card {
    max-width: none !important;
  }

  body .tc-site-footer.tc-site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }

  body .tc-site-footer.tc-site-footer .footer-brand,
  body .tc-site-footer.tc-site-footer .footer-support {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  body.tryycart-global-theme #tc-page-home > .contact-band {
    padding: 28px 0 !important;
  }

  body.tryycart-global-theme #tc-page-home .contact-grid {
    padding: 21px !important;
    border-radius: 20px !important;
  }

  body.tryycart-global-theme #tc-page-home .contact-band .section-title h2 {
    font-size: clamp(30px, 10vw, 42px) !important;
  }

  body .tc-site-footer.tc-site-footer {
    padding-top: 22px !important;
  }

  body .tc-site-footer.tc-site-footer .footer-grid {
    gap: 18px 14px !important;
  }

  body .tc-site-footer.tc-site-footer .footer-link-list,
  body .tc-site-footer.tc-site-footer .footer-support .footer-link-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .tc-site-footer.tc-site-footer .footer-bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 3px !important;
    margin-top: 14px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .tc-site-chrome.tc-site-chrome .tc-header-track,
  body.tryycart-global-theme #tc-page-home .tc-seller-cta {
    transition: none !important;
  }
}
