/* Rich, lightweight service and commerce presentation. No additional image or script requests. */
.page-hero-rich {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 16%, rgba(91, 42, 134, 0.13), transparent 28%),
    linear-gradient(135deg, #f6f8fa, #edf2f5);
}

.page-hero-rich::after {
  position: absolute;
  right: -130px;
  bottom: -240px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(91, 42, 134, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(91, 42, 134, 0.025), 0 0 0 140px rgba(91, 42, 134, 0.018);
  content: "";
}

.page-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: 80px;
}

.page-hero-copy > p:last-child {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
}

.page-signal-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 45%, rgba(91, 42, 134, 0.35), transparent 29%),
    linear-gradient(145deg, #10283d, #091724);
  color: var(--white);
  box-shadow: 0 28px 70px rgba(13, 27, 42, 0.22);
}

.page-signal-card::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent);
}

.page-signal-kicker,
.page-signal-status {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #bfccd5;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.page-signal-kicker i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 14px var(--teal);
}

.page-signal-map {
  position: relative;
  min-height: 230px;
}

.page-signal-map::before,
.page-signal-map::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(25, 166, 161, 0.7), transparent);
  content: "";
  transform: translate(-50%, -50%) rotate(28deg);
  box-shadow: 0 0 12px rgba(25, 166, 161, 0.32);
}

.page-signal-map::after {
  transform: translate(-50%, -50%) rotate(-28deg);
}

.page-signal-core,
.page-signal-node {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 26, 41, 0.92);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
}

.page-signal-core {
  top: 50%;
  left: 50%;
  width: 102px;
  height: 102px;
  flex-direction: column;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--purple), #351554);
  font-size: 0.9rem;
}

.page-signal-core small {
  margin-top: 3px;
  color: #dfd0ed;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-signal-node {
  min-width: 112px;
  min-height: 48px;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
}

.page-signal-node i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 10px var(--teal);
}

.page-signal-node.node-1 { top: 12px; left: 4px; }
.page-signal-node.node-2 { top: 12px; right: 4px; }
.page-signal-node.node-3 { right: 50%; bottom: 4px; transform: translateX(50%); }

.page-signal-status {
  justify-content: center;
  color: #8fa3b2;
  letter-spacing: 0.07em;
}

.page-signal-status i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ff956d;
}

.page-signal-wifi .page-signal-core,
.page-signal-trade .page-signal-core { background: linear-gradient(145deg, #b8441f, #79230b); }
.page-signal-sectors .page-signal-core,
.page-signal-outcomes .page-signal-core { background: linear-gradient(145deg, #147c79, #0b4a52); }

.page-assurance {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.page-assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-assurance article {
  min-height: 230px;
  padding: 34px 34px 30px;
  border-right: 1px solid var(--line);
}

.page-assurance article:first-child { border-left: 1px solid var(--line); }
.page-assurance article > span:first-child {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--mist);
  color: var(--purple);
  font-size: 0.68rem;
  font-weight: 900;
}
.page-assurance h2 { margin-bottom: 11px; font-size: 1.45rem; letter-spacing: -0.02em; }
.page-assurance p { margin: 0; color: var(--muted); font-size: 0.88rem; line-height: 1.6; }
.page-assurance .text-link { margin-top: 18px; font-size: 0.82rem; }

.commerce-hero-rich {
  position: relative;
  overflow: hidden;
  padding-block: 78px;
  background:
    radial-gradient(circle at 80% 20%, rgba(91, 42, 134, 0.2), transparent 24%),
    linear-gradient(125deg, #f5f7f9, #e9eff3);
}

.commerce-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.58fr);
  align-items: center;
  gap: 80px;
}

.commerce-hero-layout > div:first-child > p:last-child { max-width: 720px; color: var(--muted); font-size: 1.08rem; }

.shop-search-panel {
  padding: 30px;
  border-radius: 20px;
  background: var(--navy);
  color: #cfdae2;
  box-shadow: 0 24px 65px rgba(13, 27, 42, 0.2);
}
.shop-search-panel strong { display: block; color: var(--white); font-size: 1.08rem; }
.shop-search-panel > p { margin: 5px 0 18px; font-size: 0.84rem; }
.woocommerce-product-search { display: flex; }
.woocommerce-product-search .search-field {
  min-width: 0;
  min-height: 48px;
  flex: 1;
  padding: 10px 14px;
  border: 0;
  border-radius: 9px 0 0 9px;
  font: inherit;
  font-size: 0.86rem;
}
.woocommerce-product-search button {
  min-height: 48px;
  padding: 10px 17px;
  border: 0;
  border-radius: 0 9px 9px 0;
  background: var(--orange);
  color: var(--white);
  font-weight: 850;
  cursor: pointer;
}
.shop-search-panel ul { display: flex; flex-wrap: wrap; gap: 7px 18px; margin: 20px 0 0; padding: 0; list-style: none; color: #aebdca; font-size: 0.68rem; font-weight: 750; }
.shop-search-panel li::before { margin-right: 6px; color: var(--teal); content: "✓"; }

.shop-category-nav { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.shop-category-nav .wrap { display: flex; min-height: 62px; align-items: center; gap: 9px; overflow-x: auto; scrollbar-width: thin; }
.shop-category-nav span { flex: none; margin-right: 7px; color: var(--muted); font-size: 0.72rem; font-weight: 850; text-transform: uppercase; }
.shop-category-nav a { flex: none; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); font-size: 0.76rem; font-weight: 800; text-decoration: none; }
.shop-category-nav a:hover { border-color: var(--orange); color: var(--orange-dark); }

.shop-landing { padding-block: 80px 110px; }
.shop-directory { scroll-margin-top: 20px; }
.shop-section-intro,
.shop-product-heading { display: grid; grid-template-columns: 1fr 0.72fr; align-items: end; gap: 70px; }
.shop-section-intro { margin-bottom: 38px; }
.shop-section-intro h2 { max-width: 720px; }
.shop-section-intro > p,
.shop-product-heading p { color: var(--muted); }

.shop-directory-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.shop-directory-card {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 26px 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.shop-directory-card::after { position: absolute; right: -45px; bottom: -70px; width: 150px; height: 150px; border: 25px solid rgba(91, 42, 134, 0.045); border-radius: 50%; content: ""; }
.shop-directory-card:hover { transform: translateY(-4px); border-color: rgba(197, 70, 27, 0.55); color: var(--ink); box-shadow: var(--shadow); }
.shop-category-icon { display: grid; width: 64px; height: 64px; margin-bottom: 34px; place-items: center; border-radius: 18px; background: linear-gradient(145deg, var(--navy), #1b3852); color: var(--white); }
.shop-category-icon svg { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.4; }
.shop-category-count { color: var(--orange-dark); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.shop-directory-card h3 { margin: 9px 0 10px; font-size: 1.35rem; }
.shop-directory-card p { color: var(--muted); font-size: 0.8rem; line-height: 1.55; }
.shop-directory-card strong { margin-top: auto; color: var(--ink); font-size: 0.76rem; }

.shop-guidance {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 75px;
  margin-block: 90px;
  padding: 55px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 5%, rgba(91, 42, 134, 0.48), transparent 28%),
    var(--navy);
  color: #c7d4dd;
}
.shop-guidance h2 { color: var(--white); }
.shop-guidance > div > p:not(.eyebrow) { max-width: 620px; }
.shop-guidance-mark { display: grid; width: 44px; height: 44px; margin-bottom: 25px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 50%; color: #ff956d; font-size: 1.35rem; font-weight: 900; }
.shop-guidance ul { display: grid; align-content: center; gap: 0; margin: 0; padding: 0; list-style: none; }
.shop-guidance li { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.shop-guidance li:last-child { border: 0; }
.shop-guidance li strong { color: var(--white); font-size: 0.82rem; }
.shop-guidance li span { color: #aebdca; font-size: 0.78rem; }

.shop-product-section { scroll-margin-top: 20px; padding-block: 75px; border-top: 1px solid var(--line); }
.shop-product-section:first-of-type { border-top: 0; }
.shop-product-heading { margin-bottom: 32px; }
.shop-product-heading h2 { margin-bottom: 8px; }
.shop-product-heading p { margin: 0; }
.shop-product-heading .text-link { justify-self: end; align-self: end; }
.shop-product-section .woocommerce { width: 100%; }
.shop-product-section .woocommerce ul.products { margin-bottom: 0; }

@supports (content-visibility: auto) {
  .shop-product-section { content-visibility: auto; contain-intrinsic-size: auto 900px; }
}

@media (max-width: 580px) {
  @supports (content-visibility: auto) {
    .shop-product-section { contain-intrinsic-size: auto 1800px; }
  }
}

@media (max-width: 1080px) {
  .page-hero-layout,
  .commerce-hero-layout { gap: 45px; }
  .shop-directory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .shop-directory-card { min-height: 300px; }
}

@media (max-width: 860px) {
  .page-hero-layout,
  .commerce-hero-layout { grid-template-columns: 1fr; }
  .page-signal-card { width: min(100%, 620px); }
  .page-assurance-grid { grid-template-columns: 1fr; padding-block: 14px; }
  .page-assurance article,
  .page-assurance article:first-child { min-height: 0; padding: 26px 8px; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .page-assurance article:last-child { border-bottom: 0; }
  .page-assurance article > span:first-child { margin-bottom: 14px; }
  .shop-section-intro,
  .shop-product-heading { grid-template-columns: 1fr; gap: 18px; }
  .shop-product-heading .text-link { justify-self: start; }
  .shop-guidance { grid-template-columns: 1fr; gap: 35px; padding: 42px; }
}

@media (max-width: 580px) {
  .page-hero-layout { gap: 34px; }
  .page-signal-card { min-height: 306px; padding: 20px; border-radius: 19px; }
  .page-signal-map { min-height: 208px; }
  .page-signal-core { width: 86px; height: 86px; font-size: 0.78rem; }
  .page-signal-node { min-width: 92px; min-height: 42px; padding: 8px; font-size: 0.61rem; }
  .page-signal-status { gap: 6px; font-size: 0.58rem; }
  .commerce-hero-rich { padding-block: 52px; }
  .commerce-hero-layout { gap: 34px; }
  .shop-search-panel { padding: 23px; }
  .shop-category-nav .wrap { width: calc(100% - 20px); }
  .shop-landing { padding-block: 60px 80px; }
  .shop-directory-grid { grid-template-columns: 1fr; }
  .shop-directory-card { min-height: 270px; }
  .shop-category-icon { margin-bottom: 25px; }
  .shop-guidance { margin-block: 65px; padding: 30px 24px; }
  .shop-guidance li { grid-template-columns: 1fr; gap: 5px; }
  .shop-product-section { padding-block: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  .shop-directory-card { transition: none; }
}
