/* __WHITEPAGE_V7__ site=walmart.gr.com generated=2026-04-26 palette=blue-purple-terracotta-warm */

:root {
  --brand: #2D3A6E;
  --brand-deep: #1B2549;
  --brand-soft: #DDE2F2;
  --accent: #D4732E;
  --accent-deep: #A2531A;
  --accent-soft: #F4E2D1;
  --bg: #F8F6F2;
  --bg-alt: #EFEBE3;
  --bg-warm: #E5DECF;
  --bg-dark: #1F2A38;
  --ink: #1F2A38;
  --muted: #5C6573;
  --line: #D9D2C5;
  --white: #FFFFFF;
  --shadow-sm: 0 1px 2px rgba(31, 42, 56, 0.05);
  --shadow-md: 0 6px 18px rgba(31, 42, 56, 0.1);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Figtree", system-ui, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  margin: 0;
}

img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--brand-deep); text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: var(--brand); }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

h1, h2, h3, h4 { font-weight: 700; line-height: 1.2; margin: 0 0 0.5em; letter-spacing: -0.018em; color: var(--ink); }
h1 { font-size: clamp(2.1rem, 4.4vw, 3.2rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1em; }

.u-textCenter { text-align: center; }
.u-sizeFill { width: 100%; }
.is-active { color: var(--brand); }
.is-open { display: block; }

.Grid { max-width: 1240px; margin: 0 auto; padding: 0 1.5rem; }

/* Header — double-row: categories nav + utility nav (V7 SUIT) */
.Header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.Header-categoryRow, .Header-utilityRow {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.Header-categoryRow {
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid var(--bg-alt);
}
.Header-utilityRow {
  padding-top: 0.55rem;
  padding-bottom: 0.6rem;
  font-size: 0.85rem;
}
.Header-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  font-size: 1.36rem;
  color: var(--brand);
  text-decoration: none;
  letter-spacing: -0.018em;
}
.Header-brand .mark {
  width: 32px;
  height: 32px;
  background: var(--brand);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 800;
}
.Nav--category { flex: 1; display: flex; gap: 1.4rem; align-items: center; }
.Nav--utility { flex: 1; display: flex; gap: 1.2rem; align-items: center; }
.Nav-link {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}
.Nav-link:hover { color: var(--brand); }
.Nav-utilityLink {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.85rem;
}
.Nav-utilityLink:hover { color: var(--brand-deep); }
.Header-cta {
  background: var(--brand);
  color: var(--white) !important;
  padding: 0.55rem 1.2rem;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 0.9rem;
}
.Header-cta:hover { background: var(--brand-deep); }
@media (max-width: 880px) {
  .Nav--category, .Nav--utility { display: none; }
}

/* Hero — wide landscape banner 45vh + H1+intro+CTA BELOW on white */
.Hero {
  background: var(--bg-alt);
}
.Hero.has-image .Hero-banner {
  width: 100%;
  height: 45vh;
  min-height: 360px;
  background-position: center;
  background-size: cover;
  border-bottom: 4px solid var(--accent);
  content-visibility: auto;
}
.Hero-body {
  background: var(--white);
  padding: 2.4rem 0 2.8rem;
}
.Hero-body .Grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2.6rem;
  align-items: center;
}
.Hero-title { margin-bottom: 0.7rem; }
.Hero-intro { font-size: 1.12rem; color: var(--muted); margin-bottom: 1.6rem; max-width: 620px; }
.Hero-ctaRow { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.Hero-cta-primary, .Hero-cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.85rem 1.6rem;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
}
.Hero-cta-primary { background: var(--accent); color: var(--white); }
.Hero-cta-primary:hover { background: var(--accent-deep); color: var(--white); }
.Hero-cta-ghost { border: 1.5px solid var(--brand); color: var(--brand); }
.Hero-cta-ghost:hover { background: var(--brand-soft); }
.Hero-aside { display: flex; flex-direction: column; gap: 0.8rem; padding: 1.4rem; background: var(--bg-alt); border-radius: 6px; }
.Hero-aside h3 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--brand); margin-bottom: 0.4rem; }
.Hero-aside ul { list-style: none; padding: 0; margin: 0; }
.Hero-aside li { font-size: 0.92rem; color: var(--ink); padding: 0.3rem 0; border-bottom: 1px dotted var(--line); }
@media (max-width: 880px) { .Hero-body .Grid { grid-template-columns: 1fr; } }

/* Trust — Why trust us 2x2 */
.Trust {
  background: var(--bg);
  padding: 2.6rem 0;
  border-bottom: 1px solid var(--line);
}
.Trust h2 { text-align: center; margin-bottom: 1.6rem; }
.Trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; max-width: 1000px; margin: 0 auto; padding: 0 1.5rem; }
.Trust-item {
  display: flex;
  align-items: start;
  gap: 1rem;
  padding: 1.4rem;
  background: var(--white);
  border-left: 4px solid var(--accent);
  border-radius: 4px;
}
.Trust-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: var(--brand-soft);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.Trust-icon svg { width: 24px; height: 24px; stroke-width: 1.6; }
.Trust-item h3 { font-size: 1.04rem; margin-bottom: 0.4rem; color: var(--brand-deep); }
.Trust-item p { font-size: 0.94rem; color: var(--ink); margin: 0; }
@media (max-width: 720px) { .Trust-grid { grid-template-columns: 1fr; } }

/* FeatureRows — 3 alternating */
.FeatureRows { padding: 3.4rem 0; background: var(--bg); }
.FeatureRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.6rem;
  align-items: center;
  margin-bottom: 3rem;
}
.FeatureRow--reverse .FeatureRow-media { order: 2; }
.FeatureRow-media img { border-radius: 6px; box-shadow: var(--shadow-sm); }
.FeatureRow-body h3 { font-size: 1.5rem; margin-bottom: 0.6rem; color: var(--brand-deep); }
.FeatureRow-body p { color: var(--ink); }
.FeatureRow-body p a { font-weight: 600; }
@media (max-width: 720px) {
  .FeatureRow { grid-template-columns: 1fr; }
  .FeatureRow--reverse .FeatureRow-media { order: 0; }
}

/* Testimonial-featured — 1 big + Pillow headshot circle */
.Testimonial-featured {
  background: var(--bg-warm);
  padding: 3rem 0;
  margin: 2rem 0;
}
.Testimonial-featured-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 2rem;
  align-items: center;
}
.Testimonial-featured-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 4px solid var(--accent);
  background-size: cover;
  background-position: center;
  background-color: var(--brand-soft);
}
.Testimonial-featured-quote p {
  font-size: 1.18rem;
  font-style: italic;
  color: var(--ink);
  line-height: 1.5;
  margin-bottom: 1rem;
}
.Testimonial-featured-quote cite {
  font-style: normal;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--brand-deep);
  display: block;
}
.Testimonial-featured-quote cite small { display: block; font-weight: 400; color: var(--muted); margin-top: 0.15rem; }
@media (max-width: 720px) {
  .Testimonial-featured-inner { grid-template-columns: 1fr; text-align: center; }
  .Testimonial-featured-photo { margin: 0 auto; }
}

/* FAQGrouped — 2 topic groups x 4 Q's each, H2 per group, H3+P (NOT accordion) */
.FAQGrouped { padding: 3rem 0; max-width: 1000px; margin: 0 auto; }
.FAQGrouped > h2 { text-align: center; margin-bottom: 0.4rem; }
.FAQGrouped-intro { text-align: center; color: var(--muted); margin-bottom: 2rem; padding: 0 1.5rem; }
.FAQGrouped-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4rem; padding: 0 1.5rem; }
.FAQGrouped-group h2 {
  font-size: 1.3rem;
  color: var(--brand-deep);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
}
.FAQGrouped-q h3 { font-size: 1rem; color: var(--ink); margin: 1.2rem 0 0.4rem; }
.FAQGrouped-q p { font-size: 0.96rem; margin: 0 0 0.8rem; }
@media (max-width: 720px) { .FAQGrouped-groups { grid-template-columns: 1fr; gap: 1.4rem; } }

/* CTA-block */
.CTA-block {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  color: var(--white);
  padding: 3rem 0;
  text-align: center;
}
.CTA-block h2 { color: var(--white); margin-bottom: 0.6rem; }
.CTA-block p { color: rgba(255, 255, 255, 0.92); max-width: 620px; margin: 0 auto 1.4rem; }
.CTA-block a {
  display: inline-block;
  padding: 0.85rem 1.8rem;
  background: var(--accent);
  color: var(--white);
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
}
.CTA-block a:hover { background: var(--accent-deep); }

/* Footer — expanded "Quick access to popular pages" 4x6 + 3-col 1:2:1 legal */
.Footer {
  background: var(--bg-dark);
  color: rgba(248, 246, 242, 0.78);
  padding: 3rem 0 1.4rem;
}
.Footer-quickAccess {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem 2.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.Footer-quickAccess h2 {
  color: var(--white);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 1.2rem;
  font-weight: 700;
}
.Footer-quickAccess .Grid--alt3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.45rem 1.4rem;
}
.Footer-quickAccess a {
  display: block;
  color: rgba(248, 246, 242, 0.78);
  text-decoration: none;
  font-size: 0.92rem;
  padding: 0.3rem 0;
}
.Footer-quickAccess a:hover { color: var(--accent); }
.Footer-legal {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1.4rem 1.5rem 0;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 1.4rem;
  font-size: 0.85rem;
}
.Footer-legal__brand strong { color: var(--white); display: block; font-size: 1rem; margin-bottom: 0.3rem; }
.Footer-legal__center { text-align: center; }
.Footer-legal__right { text-align: right; }
.Footer-legal a { color: rgba(248, 246, 242, 0.55); text-decoration: none; }
.Footer-legal a:hover { color: var(--white); }
@media (max-width: 880px) {
  .Footer-quickAccess .Grid--alt3 { grid-template-columns: repeat(2, 1fr); }
  .Footer-legal { grid-template-columns: 1fr; }
  .Footer-legal__right { text-align: left; }
}

/* Crumbs */
.Crumbs {
  background: var(--bg-warm);
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.86rem;
  color: var(--muted);
}
.Crumbs ol {
  list-style: none;
  margin: 0 auto;
  padding: 0 1.5rem;
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.Crumbs li:not(:last-child)::after { content: " / "; margin-left: 0.45rem; color: var(--line); }
.Crumbs a { color: var(--muted); text-decoration: none; }
.Crumbs a:hover { color: var(--brand-deep); text-decoration: underline; }

/* Card-body / Card-title */
.Card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.6rem;
}
.Card-title { font-size: 1.12rem; margin-bottom: 0.6rem; }
.Card-body { color: var(--muted); font-size: 0.94rem; }

/* Sub-page article body */
.article-body { max-width: 880px; margin: 2rem auto; padding: 0 1.5rem; }
.article-body h2 { margin-top: 2.2rem; }
.article-body h3 { margin-top: 1.6rem; color: var(--accent-deep); }
.article-body ul, .article-body ol { padding-left: 1.4rem; margin: 0 0 1.2rem; }
.article-body li { margin-bottom: 0.4rem; }
.article-body .lead-callout {
  background: var(--brand-soft);
  border-left: 4px solid var(--brand);
  padding: 1.4rem 1.6rem;
  border-radius: 0 6px 6px 0;
  margin: 1.6rem 0;
}
.article-body .lead-callout::before {
  content: attr(data-label);
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--brand);
  font-weight: 800;
  margin-bottom: 0.6rem;
}
.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.8rem 0;
  font-size: 0.95rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.article-body th, .article-body td { padding: 0.85rem 1.1rem; text-align: left; border-bottom: 1px solid var(--line); }
.article-body th { background: var(--bg-warm); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--brand-deep); }
.article-body tr:last-child td { border-bottom: none; }
.article-body caption { caption-side: top; text-align: left; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); padding-bottom: 0.6rem; }
.article-body blockquote { margin: 1.4rem 0; padding: 1rem 1.4rem; border-left: 4px solid var(--accent); background: var(--bg-warm); font-style: italic; }

/* Related */
.related-services { max-width: 1100px; margin: 3rem auto 2rem; padding: 0 1.5rem; }
.related-services h2 { font-size: 1.3rem; border-bottom: 2px solid var(--brand); padding-bottom: 0.5rem; margin-bottom: 1.2rem; }
.related-services .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0.8rem; }
.related-services .grid a {
  display: block;
  padding: 0.95rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
}
.related-services .grid a:hover { border-color: var(--brand); background: var(--bg-warm); }

@media print {
  .Header, .Hero, .Testimonial-featured, .CTA-block, .Footer { display: none; }
  body { background: white; color: black; }
}
