/* __WHITEPAGE_V2__ site=costco.gr.com generated=2026-04-26 palette=deep-navy-vivid-red-cool */

:root {
  --brand: #002F66;
  --brand-deep: #001E45;
  --brand-soft: #DDE5F1;
  --accent: #D8242C;
  --accent-deep: #A91720;
  --accent-soft: #F8DCDD;
  --bg-deep: #0F1B2E;
  --bg-light: #F4F6FA;
  --bg-warm: #E8ECF3;
  --ink: #102236;
  --muted: #5C6776;
  --line: #D2D8E2;
  --white: #FFFFFF;
  --shadow-sm: 0 1px 2px rgba(15, 27, 46, 0.05);
  --shadow-md: 0 6px 18px rgba(15, 27, 46, 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: "IBM Plex Sans", system-ui, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg-light);
  margin: 0;
}

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

h1, h2, h3, h4 { font-weight: 700; line-height: 1.18; margin: 0 0 0.5em; letter-spacing: -0.015em; color: var(--ink); }
h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); font-weight: 700; }
h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1em; }

/* Atomic utilities (V2) */
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 1.5rem; }
.flex { display: flex; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); }
.gap-3 { gap: 0.75rem; } .gap-4 { gap: 1rem; } .gap-6 { gap: 1.5rem; } .gap-8 { gap: 2rem; }
.p-4 { padding: 1rem; } .p-6 { padding: 1.5rem; } .p-8 { padding: 2rem; }
.txt-lg { font-size: 1.1rem; } .txt-xl { font-size: 1.25rem; } .txt-2xl { font-size: 1.5rem; } .txt-3xl { font-size: 1.875rem; } .txt-4xl { font-size: 2.4rem; }
.w-400 { font-weight: 400; } .w-500 { font-weight: 500; } .w-600 { font-weight: 600; } .w-700 { font-weight: 700; }
.bg-deep { background: var(--bg-deep); color: var(--bg-light); }
.bg-brand { background: var(--brand); color: var(--white); }
.bg-accent { background: var(--accent); color: var(--white); }
.bg-light { background: var(--bg-light); }
.c-white { color: var(--white); }
.c-muted { color: var(--muted); }
.c-brand { color: var(--brand); }

/* Topbar — plain logo + flat pills + sign-in CTA */
.topbar {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.topbar .wrap {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.topbar__brand {
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--brand);
  text-decoration: none;
  letter-spacing: -0.015em;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.topbar__brand-mark {
  width: 32px;
  height: 32px;
  background: var(--brand);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1rem;
}
.topbar__brand-mark.is-accent { background: var(--accent); }
.nav-pills { flex: 1; display: flex; gap: 0.4rem; align-items: center; flex-wrap: wrap; }
.nav-pill {
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
  font-size: 0.9rem;
}
.nav-pill:hover { background: var(--bg-warm); color: var(--brand); }
.nav-pill.is-active { background: var(--brand-soft); color: var(--brand); }
.nav-pill-cta {
  background: var(--brand);
  color: var(--white) !important;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none !important;
}
.nav-pill-cta:hover { background: var(--brand-deep); }
@media (max-width: 880px) {
  .nav-pills { display: none; }
}

/* Masthead — full-bleed gradient with radial overlay */
.masthead {
  position: relative;
  background: linear-gradient(140deg, var(--brand-deep) 0%, var(--brand) 100%);
  color: var(--white);
  text-align: center;
  padding: 5rem 0 4rem;
  overflow: hidden;
  content-visibility: auto;
}
.masthead::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 36, 44, 0.12) 0%, transparent 60%);
  pointer-events: none;
}
.masthead .wrap { position: relative; z-index: 2; max-width: 880px; }
.masthead h1 { color: var(--white); margin-bottom: 1rem; max-width: 760px; margin-left: auto; margin-right: auto; }
.masthead .lead { font-size: 1.16rem; color: rgba(255, 255, 255, 0.9); max-width: 720px; margin: 0 auto 2rem; }
.masthead__cta { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; }
.masthead__primary, .masthead__ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.85rem 1.6rem;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
}
.masthead__primary { background: var(--accent); color: var(--white); }
.masthead__primary:hover { background: var(--accent-deep); color: var(--white); }
.masthead__ghost { border: 1.5px solid rgba(255, 255, 255, 0.4); color: var(--white); }
.masthead__ghost:hover { background: rgba(255, 255, 255, 0.1); color: var(--white); }

/* Sub-page masthead (30vh) */
.masthead--sub { padding: 2.6rem 0 2.2rem; }
.masthead--sub h1 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
.masthead--sub .lead { font-size: 1rem; }

/* Stats — 4 stat__value/__label */
.stats {
  background: var(--white);
  padding: 2.4rem 0;
  border-bottom: 1px solid var(--line);
}
.stats .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  text-align: center;
}
.stat { padding: 0.5rem; }
.stat__value { display: block; font-size: 2.2rem; font-weight: 700; color: var(--brand); line-height: 1; letter-spacing: -0.02em; }
.stat__label { display: block; font-size: 0.78rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; margin-top: 0.55rem; }
@media (max-width: 720px) { .stats .wrap { grid-template-columns: repeat(2, 1fr); } }

/* Products grid-3 × 2 rows */
.products {
  padding: 3.4rem 0 1rem;
}
.products h2 { text-align: center; margin-bottom: 0.4rem; }
.products .products-intro { text-align: center; color: var(--muted); margin-bottom: 2rem; max-width: 720px; margin-left: auto; margin-right: auto; }
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.product {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.6rem 1.4rem;
  display: flex;
  flex-direction: column;
}
.product:hover { border-color: var(--brand); box-shadow: var(--shadow-md); }
.product__icon {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: var(--brand-soft);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
}
.product__icon svg { width: 24px; height: 24px; stroke-width: 1.5; }
.product h3 { font-size: 1.12rem; margin: 0 0 0.6rem; }
.product p { font-size: 0.94rem; color: var(--muted); flex: 1; margin-bottom: 0.9rem; }
.product a { font-weight: 600; text-decoration: none; color: var(--brand); font-size: 0.9rem; }
.product a::after { content: " →"; }
@media (max-width: 880px) { .products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .products-grid { grid-template-columns: 1fr; } }

/* Trust 2-col legal + cert row */
.trust {
  background: var(--white);
  padding: 2.6rem 0;
  margin-top: 2rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust .wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2.4rem;
  align-items: start;
}
.trust h2 { font-size: 1.3rem; color: var(--brand); margin-bottom: 0.5rem; }
.trust p { font-size: 0.95rem; color: var(--ink); }
.trust__certs { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.trust__cert {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.95rem;
  background: var(--bg-warm);
  border-radius: 999px;
  font-size: 0.82rem;
  color: var(--ink);
  font-weight: 600;
}
.trust__cert svg { width: 14px; height: 14px; color: var(--accent); }
@media (max-width: 720px) { .trust .wrap { grid-template-columns: 1fr; } }

/* Testimonials 2 featured + 4 mini */
.testimonials {
  padding: 3.4rem 0;
  background: var(--bg-warm);
  margin: 3rem 0;
}
.testimonials h2 { text-align: center; margin-bottom: 2rem; }
.testimonials .wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
.quote {
  background: var(--white);
  padding: 1.6rem;
  border-radius: 6px;
  border-left: 3px solid var(--brand);
  box-shadow: var(--shadow-sm);
}
.quote--featured { background: var(--brand-deep); color: var(--white); border-left-color: var(--accent); }
.quote--featured p { color: var(--white); font-size: 1.05rem; }
.quote--featured cite { color: var(--accent); }
.quote--featured cite small { color: rgba(255, 255, 255, 0.65); }
.quote p { font-size: 1rem; margin-bottom: 0.9rem; line-height: 1.5; }
.quote cite { font-style: normal; font-weight: 700; font-size: 0.9rem; color: var(--brand); display: block; }
.quote cite small { display: block; font-weight: 400; color: var(--muted); margin-top: 0.15rem; }
.quote--mini { padding: 1.1rem 1.3rem; }
.quote--mini p { font-size: 0.9rem; }
.testimonials .mini-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; grid-column: span 2; }
@media (max-width: 880px) {
  .testimonials .wrap { grid-template-columns: 1fr; }
  .testimonials .mini-stack { grid-column: 1; grid-template-columns: 1fr; }
}

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

/* Flat FAQ */
.faq {
  padding: 3rem 0;
  max-width: 920px;
  margin: 0 auto;
}
.faq .wrap { padding: 0 1.5rem; }
.faq h2 { text-align: center; margin-bottom: 0.4rem; }
.faq .faq-intro { text-align: center; color: var(--muted); margin-bottom: 2rem; }
.faq__item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.4rem 1.6rem;
  margin-bottom: 0.8rem;
}
.faq__q { font-weight: 700; font-size: 1.08rem; color: var(--brand); margin: 0 0 0.55rem; }
.faq__a { font-size: 0.97rem; margin: 0; }

/* Footer wide 5-col */
.footer-wide {
  background: var(--bg-deep);
  color: rgba(244, 246, 250, 0.78);
  padding: 3rem 0 1.4rem;
  margin-top: 3rem;
}
.footer-wide .wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 1.6rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-col h4 { color: var(--accent); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 0.85rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 0.45rem; }
.footer-col a { color: rgba(244, 246, 250, 0.78); text-decoration: none; font-size: 0.92rem; }
.footer-col a:hover { color: var(--white); }
.footer-col__brand { color: var(--white); font-weight: 700; font-size: 1.18rem; margin-bottom: 0.5rem; }
.footer-col__statement { font-size: 0.92rem; line-height: 1.55; color: rgba(244, 246, 250, 0.78); }
.footer-bottom {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1.4rem 1.5rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: rgba(244, 246, 250, 0.55);
}
.footer-bottom a { color: rgba(244, 246, 250, 0.55); text-decoration: none; }
.footer-bottom a:hover { color: var(--white); }
@media (max-width: 980px) {
  .footer-wide .wrap { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 640px) {
  .footer-wide .wrap { grid-template-columns: 1fr 1fr; }
}

/* 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); text-decoration: underline; }

/* Sub-page content */
.content { max-width: 880px; margin: 2.4rem auto; padding: 0 1.5rem; }
.content h2 { margin-top: 2.2rem; }
.content h3 { margin-top: 1.6rem; color: var(--brand-deep); }
.content ul, .content ol { padding-left: 1.4rem; margin: 0 0 1.2rem; }
.content li { margin-bottom: 0.4rem; }
.content .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.8rem 0;
}
.content .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: 700;
  margin-bottom: 0.6rem;
}
.content 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;
}
.content th, .content td { padding: 0.85rem 1.1rem; text-align: left; border-bottom: 1px solid var(--line); }
.content th { background: var(--bg-warm); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--brand); }
.content tr:last-child td { border-bottom: none; }
.content 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; }
.content 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 {
  .topbar, .masthead, .testimonials, .cta-card, .footer-wide { display: none; }
  body { background: white; color: black; }
}
