/* =====================================================================
   WOW 777.shopping — INNER PAGES styles
   about.html / services.html / who-we-help.html / contact.html /
   request-a-quote.html. Loaded AFTER style.css + home.css so every
   inner page shares the Sourceful pastel look of the v10 homepage.
   Only inner-page-specific additions live here.
   ===================================================================== */

/* ---------------- Inner page hero: centred Sourceful banner ---------------- */
.page-hero {
  position: relative;
  text-align: center;
  padding: 96px 0 86px;
  background:
    radial-gradient(760px 340px at 12% -10%, rgba(91, 46, 200, 0.10), transparent 62%),
    radial-gradient(760px 340px at 88% 112%, rgba(0, 153, 130, 0.10), transparent 62%),
    linear-gradient(180deg, #F7F1FF 0%, #EDF1FF 52%, #EDF8F2 100%);
  border-bottom: 1px solid #EFE7F8;
  overflow: hidden;
}
.page-hero h1 {
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.06;
  color: var(--ink);
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.page-hero h1 mark { background: var(--yellow); color: inherit; }
.page-hero .lead {
  color: var(--muted);
  font-size: 17.5px;
  line-height: 1.65;
  max-width: 700px;
  margin: 22px auto 0;
}
.page-hero .eyebrow { justify-content: center; }

/* hero chips — small frosted pills under the lead */
.ph-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
}
.ph-chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #EAE0F8;
  color: #4A4458;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 16px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}
.ph-chips .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--violet);
  flex: none;
}
.ph-chips span:nth-child(2) .dot { background: #2358FF; }
.ph-chips span:nth-child(3) .dot { background: var(--green-d); }

/* ---------------- Extra pastel icon tints for 6-up service cards ---------------- */
.c3.d .ico { background: #FFE4EF; }
.c3.d .ico svg { stroke: #E03A7F; }
.c3.e .ico { background: #FFF0D6; }
.c3.e .ico svg { stroke: #C97A12; }
.c3.f .ico { background: #DDEFEC; }
.c3.f .ico svg { stroke: #0E7C7C; }

/* ---------------- Audience groups (who-we-help) ---------------- */
.ag-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}
.ag-card {
  background: #fff;
  border: 1px solid #E7E8EE;
  border-radius: 22px;
  padding: 34px 32px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.ag-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(91, 46, 200, 0.10);
  border-color: #E9DDFF;
}
.ag-card .ag-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--violet-d);
  background: var(--violet-l);
  padding: 6px 14px;
  border-radius: 999px;
}
.ag-card .ag-title {
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--ink);
  margin: 16px 0 0;
}
.ag-card .ag-desc {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
  margin-top: 10px;
}
.ag-card .chips { margin-top: 18px; gap: 8px; }
.ag-card .chip {
  font-size: 12.5px;
  font-weight: 600;
  color: #4A5163;
  border: 1px solid #E7E8EE;
  background: #fff;
  padding: 8px 14px;
}
.ag-card .chip:hover { border-color: var(--violet); color: var(--violet); }

/* ---------------- Generic bordered content panel (contact / notes) ---------------- */
.panel-card {
  background: #fff;
  border: 1px solid #E7E8EE;
  border-radius: 20px;
  padding: 30px 32px;
}
.panel-card h3 { font-size: 1.15rem; font-weight: 900; color: var(--ink); margin-bottom: 14px; }
.panel-card ul { list-style: none; display: grid; gap: 12px; }
.panel-card li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
}
.panel-card li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  transform: rotate(45deg);
  background: #D9C2F5;
}

/* contact cards — stack label/value/hint on separate lines, swap emoji squares for tinted SVG chips */
.contact-card > span > .label,
.contact-card > span > .value,
.contact-card > span > .hint { display: block; }
.contact-card .ico svg { width: 24px; height: 24px; }
a.contact-card .ic-wa svg { fill: #25D366; }
a.contact-card .ic-em svg { stroke: #2358FF; }
.contact-card .ic-em svg { fill: none; stroke-width: 1.8; }
.contact-card .ic-site svg { stroke: var(--violet); fill: none; stroke-width: 1.8; }
.contact-card .ic-wa { background: #E0F6E7; }
.contact-card .ic-em { background: #DCE6FF; }
.contact-card .ic-site { background: var(--violet-l); }

/* upload icon in the quote form — svg paperclip chip */
.quote-wrap .up-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto;
  border-radius: 14px;
  background: var(--violet-l);
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-wrap .up-icon svg { width: 21px; height: 21px; stroke: var(--violet); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.upload-box:hover .up-icon { background: #fff; }

/* ---------------- Product category pages ---------------- */
.prod-cat-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.prod-cat-nav .pcn {
  font-size: 13px;
  font-weight: 700;
  color: #4A5163;
  background: #fff;
  border: 1px solid #E7E8EE;
  padding: 9px 18px;
  border-radius: 999px;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.prod-cat-nav .pcn:hover { border-color: var(--violet); color: var(--violet); }
.prod-cat-nav .pcn.on {
  background: var(--violet);
  border-color: var(--violet);
  color: #fff;
}

.prod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.prod-card {
  background: #fff;
  border: 1px solid #E7E8EE;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.prod-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(91, 46, 200, 0.10);
  border-color: #E9DDFF;
}
.prod-card .ph { aspect-ratio: 1/1; overflow: hidden; background: #F4F3EF; }
.prod-card .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.prod-card:hover .ph img { transform: scale(1.05); }
.prod-card .bd { padding: 18px 20px 20px; }
.prod-card h3 {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.prod-card .ex {
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 6px;
  line-height: 1.55;
  font-weight: 500;
}

/* ---------------- Responsive ---------------- */
@media (max-width: 1020px) {
  .ag-grid { grid-template-columns: 1fr; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .page-hero { padding: 68px 0 60px; }
  .page-hero h1 { letter-spacing: -0.035em; }
  .ph-chips span { font-size: 12px; padding: 8px 13px; }
  .ag-card { padding: 26px 22px; }
  .prod-grid { grid-template-columns: 1fr; }
}
