.vsot {
  max-width: 108rem;
  margin: 0 auto;
  padding: 3.75rem max(1.5rem, 4vw) 6rem;
  color: #09255a;
}

.vsot__hero {
  min-height: 20rem;
  padding: clamp(2.5rem, 5vw, 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: #fff;
  background: linear-gradient(100deg, #031d49 0%, #083987 61%, #0b58ca 100%);
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}

.vsot__hero::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 35rem;
  height: 35rem;
  border: 3.75rem solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.vsot__hero > * { position: relative; z-index: 1; }
.vsot__eyebrow, .vsot-result__header p, .vsot-shipment__heading p {
  margin: 0 0 0.55rem;
  color: #6da4ff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.vsot__hero h1 { max-width: 40rem; margin: 0; color: #fff; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.08; letter-spacing: 0; }
.vsot__hero h1 + p { max-width: 43rem; margin: 1.1rem 0 0; color: #dceaff; font-size: 1.06rem; line-height: 1.7; }
.vsot__hero-icon { width: 6.75rem; height: 6.75rem; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.08); font-size: 2.5rem; }

.vsot__layout { margin-top: 2rem; display: grid; grid-template-columns: minmax(0, 1fr) 21rem; gap: 1.4rem; align-items: stretch; }
.vsot__form, .vsot__help, .vsot-result { border: 1px solid #d7e2f3; background: #fff; box-shadow: 0 1.25rem 3rem rgba(6, 34, 82, .07); }
.vsot__form { padding: 2rem; border-radius: .5rem; }
.vsot__form-heading { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.7rem; }
.vsot__step { width: 2.35rem; height: 2.35rem; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #0962da; font-size: .8rem; font-weight: 800; }
.vsot__form h2, .vsot__help h2, .vsot-result h2, .vsot-result h3 { margin: 0; color: #08255c; letter-spacing: 0; }
.vsot__form h2 { font-size: 1.35rem; }
.vsot__form-heading p { margin: .25rem 0 0; color: #637898; font-size: .92rem; }
.vsot__form label { display: block; margin: 1rem 0 .45rem; color: #143462; font-size: .87rem; font-weight: 800; }
.vsot__form label span { margin-left: .25rem; color: #075bd4; }
.vsot__input-wrap { position: relative; }
.vsot__input-wrap i { position: absolute; top: 50%; left: 1rem; transform: translateY(-50%); color: #52719f; }
.vsot__input-wrap input { box-sizing: border-box; width: 100%; min-height: 3.5rem; padding: .75rem 1rem .75rem 2.75rem; border: 1px solid #bdcee8; border-radius: .25rem; background: #fff; color: #09255a; font: inherit; }
.vsot__input-wrap input:focus { outline: 3px solid rgba(9, 98, 218, .15); border-color: #0962da; }
.vsot__submit, .vsot-shipment__link { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 3.35rem; border: 0; border-radius: .25rem; color: #fff; background: #075bd4; font: inherit; font-weight: 800; cursor: pointer; text-decoration: none; }
.vsot__submit { width: 100%; margin-top: 1.5rem; }
.vsot__submit:hover, .vsot-shipment__link:hover { color: #fff; background: #043f99; }
.vsot__notice { display: flex; gap: .65rem; align-items: flex-start; margin-top: 1rem; padding: .85rem 1rem; border-radius: .25rem; font-size: .9rem; line-height: 1.45; }
.vsot__notice--error { border: 1px solid #edc4c4; color: #8e2525; background: #fff5f5; }

.vsot__help { padding: 2rem; border-radius: .5rem; background: #eff5ff; }
.vsot__help-icon { width: 3.2rem; height: 3.2rem; display: grid; place-items: center; border-radius: 50%; color: #0962da; background: #dceaff; font-size: 1.3rem; }
.vsot__help h2 { margin-top: 1.3rem; font-size: 1.35rem; }
.vsot__help p { margin: .7rem 0 1.5rem; color: #506a91; line-height: 1.65; }
.vsot__help a { display: inline-flex; gap: .6rem; align-items: center; color: #075bd4; font-weight: 800; text-decoration: none; }

.vsot-result { width: min(78rem, 100%); margin: 2.25rem auto 0; border-radius: .5rem; overflow: hidden; }
.vsot-result__header { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.5rem 1.75rem; background: #f5f8fd; border-bottom: 1px solid #d7e2f3; }
.vsot-result__header p { margin-bottom: .4rem; color: #0962da; }
.vsot-result__header h2 { font-size: clamp(1.55rem, 3vw, 2.15rem); }
.vsot-status { display: inline-flex; flex: 0 0 auto; align-items: center; gap: .45rem; min-height: 2.25rem; padding: 0 .8rem; border-radius: 999px; color: #075636; background: #ddf6e6; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.vsot-status::before { width: .42rem; height: .42rem; border-radius: 50%; background: currentColor; content: ''; }
.vsot-status--cancelled, .vsot-status--failed, .vsot-status--refunded { color: #8f2626; background: #fde5e5; }
.vsot-status--on-hold, .vsot-status--pending { color: #8b6000; background: #fff2c9; }
.vsot-result__summary { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #d7e2f3; }
.vsot-result__summary > div { min-width: 0; padding: 1.2rem 1.75rem; border-right: 1px solid #d7e2f3; }
.vsot-result__summary > div:last-child { border-right: 0; }
.vsot-result__summary span, .vsot-shipment__details span { display: block; margin-bottom: .3rem; color: #6b7f9f; font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.vsot-result__summary strong, .vsot-shipment__details strong { display: block; color: #09255a; font-size: .95rem; line-height: 1.4; }
.vsot-result .woocommerce-Price-amount,
.vsot-result .woocommerce-Price-currencySymbol { display: inline !important; width: auto !important; height: auto !important; margin: 0 !important; letter-spacing: 0; text-transform: none; }
.vsot-shipment { margin: 1.75rem 2rem 0; padding: 1.45rem; border-radius: .35rem; color: #fff; background: #06285d; }
.vsot-shipment__heading { display: flex; align-items: center; gap: 1rem; }
.vsot-shipment__heading > i { width: 3rem; height: 3rem; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #72a7ff; font-size: 1.2rem; }
.vsot-shipment__heading p { color: #70a4fd; }
.vsot-shipment h3 { color: #fff; font-size: 1.2rem; }
.vsot-shipment__details { display: flex; flex-wrap: wrap; gap: 1.4rem 3rem; margin-top: 1.35rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.2); }
.vsot-shipment__details span { color: #a7c5f6; }.vsot-shipment__details strong { color: #fff; }
.vsot-shipment__link { margin-top: 1.35rem; padding: 0 1rem; min-height: 2.7rem; background: #0a5cd1; font-size: .88rem; }
.vsot-result__items { padding: 1.5rem 1.75rem 1.75rem; }.vsot-result__items h3 { margin-bottom: .9rem; font-size: 1.08rem; }
.vsot-order-item { display: grid; grid-template-columns: 4.5rem minmax(0, 1fr) auto; align-items: center; gap: 1rem; min-height: 6.5rem; padding: .9rem 1rem; border: 1px solid #dfe8f4; border-radius: .45rem; background: #fbfcff; }
.vsot-order-item + .vsot-order-item { margin-top: .7rem; }.vsot-order-item:first-of-type { border-top: 1px solid #dfe8f4; }.vsot-order-item__image { width: 4.5rem; height: 4.5rem; display: grid; place-items: center; border: 1px solid #e1e8f2; border-radius: .4rem; background: #fff; overflow: hidden; }.vsot-order-item__image img { width: 100%; height: 100%; padding: .2rem; object-fit: contain; }
.vsot-order-item strong { display: block; color: #09255a; line-height: 1.4; }.vsot-order-item span { display: block; margin-top: .25rem; color: #64789a; font-size: .86rem; }.vsot-order-item b { color: #09255a; font-size: .95rem; white-space: nowrap; }

@media (max-width: 52rem) { .vsot__layout { grid-template-columns: 1fr; }.vsot__hero-icon { display: none; }.vsot-result__summary { grid-template-columns: 1fr; }.vsot-result__summary > div { border-right: 0; border-bottom: 1px solid #d7e2f3; }.vsot-result__summary > div:last-child { border-bottom: 0; } }
@media (max-width: 34rem) { .vsot { padding-left: 1rem; padding-right: 1rem; }.vsot__hero, .vsot__form, .vsot__help, .vsot-result__header, .vsot-result__items { padding: 1.4rem; }.vsot-result__header { align-items: flex-start; flex-direction: column; }.vsot-shipment { margin: 1.4rem 1.4rem 0; }.vsot-order-item { grid-template-columns: 3.4rem minmax(0, 1fr); min-height: 0; padding: .8rem; }.vsot-order-item__image { width: 3.4rem; height: 3.4rem; }.vsot-order-item b { grid-column: 2; } }

/* Match the shared customer-service page header treatment. */
.site-main > .vsot { padding-top: 0; }
.site-main > .vsot .vsot__hero {
  width: 100vw;
  min-height: 0;
  margin-left: calc(50% - 50vw);
  padding: clamp(2.5rem, 5vw, 5rem) max(1rem, 5vw);
  border-radius: 0;
  background-color: #061d47;
  background-image: linear-gradient(90deg, rgba(4, 24, 62, .96) 0%, rgba(4, 24, 62, .9) 48%, rgba(4, 24, 62, .62) 100%), url('/wp-content/themes/shrinkwrapping/assets/images/contact-hero-warehouse.png');
  background-position: center;
  background-size: cover;
}
.site-main > .vsot .vsot__hero::after,
.site-main > .vsot .vsot__hero-icon { display: none; }
.site-main > .vsot .vsot__hero > div { max-width: 48rem; }
.site-main > .vsot .vsot__hero h1 { font-size: clamp(2.15rem, 4vw, 3.4rem); }
.site-main > .vsot .vsot__hero h1 + p { max-width: 42rem; color: #e0ebfa; font-size: 1.08rem; }
.site-main > .vsot .vsot__eyebrow { color: #8dc1ff; }
@media (min-width: 120.0625rem) { .site-main > .vsot .vsot__hero { padding-right: 15vw; padding-left: 15vw; } }
@media (max-width: 58rem) { .site-main > .vsot .vsot__hero { padding: 2rem 1rem; background-image: linear-gradient(90deg, rgba(4, 24, 62, .94), rgba(4, 24, 62, .78)), url('/wp-content/themes/shrinkwrapping/assets/images/contact-hero-warehouse.png'); } }
