/* __WHITEPAGE_V6__ site=bestbuy.gr.com generated=2026-04-25 palette=deep-blue-yellow-cool */

:root {
  --primary: #0046A8;
  --primary-deep: #003176;
  --primary-soft: #DCE7F7;
  --accent: #F5C12C;
  --accent-deep: #C29816;
  --accent-soft: #FCF1CC;
  --bg: #F7F9FC;
  --bg-tile: #FFFFFF;
  --bg-warm: #EDF1F8;
  --ink: #0E1828;
  --muted: #5B6675;
  --line: #D6DDE8;
  --white: #FFFFFF;
  --shadow-sm: 0 1px 2px rgba(14, 24, 40, 0.05);
  --shadow-md: 0 4px 14px rgba(14, 24, 40, 0.1);
  --shadow-lg: 0 12px 32px rgba(14, 24, 40, 0.12);
}

@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: "Outfit", system-ui, -apple-system, 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(--primary); text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: var(--primary-deep); }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 2px; }

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

/* Utility classes (V6 utility-first) */
.f-col { display: flex; flex-direction: column; }
.f-row { display: flex; flex-direction: row; }
.f-center { display: flex; align-items: center; justify-content: center; }
.f-between { display: flex; align-items: center; justify-content: space-between; }
.g-3 { gap: 0.75rem; } .g-4 { gap: 1rem; } .g-6 { gap: 1.5rem; } .g-8 { gap: 2rem; }
.p-3 { padding: 0.75rem; } .p-4 { padding: 1rem; } .p-6 { padding: 1.5rem; } .p-8 { padding: 2rem; }
.bd-r-sm { border-radius: 4px; } .bd-r-md { border-radius: 8px; }
.bd-r-lg { border-radius: 14px; } .bd-r-xl { border-radius: 20px; } .bd-r-full { border-radius: 999px; }
.bg-primary { background: var(--primary); color: var(--white); }
.bg-tile { background: var(--bg-tile); }
.bg-accent-soft { background: var(--accent-soft); }
.c-primary { color: var(--primary); }
.c-accent { color: var(--accent-deep); }

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

/* Top bar — minimal: logo-dot + 4 nav + sign-btn, no dropdown */
.top-bar {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.top-bar .row {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.top-bar__brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--primary);
  text-decoration: none;
  letter-spacing: -0.015em;
}
.top-bar__brand .logo-dot {
  width: 36px;
  height: 36px;
  background: var(--primary);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-weight: 800;
  font-size: 1rem;
}
.top-bar__nav {
  flex: 1;
  display: flex;
  gap: 1.4rem;
  align-items: center;
}
.top-bar__nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}
.top-bar__nav a:hover { color: var(--primary); }
.top-bar__cta {
  background: var(--primary);
  color: var(--white) !important;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 0.92rem;
}
.top-bar__cta:hover { background: var(--primary-deep); }
@media (max-width: 880px) {
  .top-bar__nav { display: none; }
}

/* Hero band — narrow 45vh + gradient + 2 floating SVG accents */
.hero-band {
  position: relative;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-deep) 100%);
  color: var(--white);
  padding: 4.4rem 0 3.4rem;
  overflow: hidden;
  min-height: 45vh;
  content-visibility: auto;
}
.hero-band::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 193, 44, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.hero-band::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 10%;
  width: 320px;
  height: 320px;
  background: conic-gradient(from 45deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  border-radius: 50%;
  pointer-events: none;
}
.hero-band .row { position: relative; z-index: 2; max-width: 920px; }
.hero-band h1 { color: var(--white); margin-bottom: 1rem; max-width: 720px; }
.hero-band .lead { font-size: 1.15rem; color: rgba(255, 255, 255, 0.92); max-width: 680px; margin-bottom: 1.6rem; }
.hero-band__cta-row { display: flex; gap: 0.9rem; flex-wrap: wrap; }
.hero-band__primary, .hero-band__ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.96rem;
}
.hero-band__primary { background: var(--accent); color: var(--ink); }
.hero-band__primary:hover { background: var(--accent-deep); color: var(--ink); }
.hero-band__ghost { border: 1.5px solid rgba(255, 255, 255, 0.4); color: var(--white); }
.hero-band__ghost:hover { background: rgba(255, 255, 255, 0.1); color: var(--white); }

/* Badge row — 5 chip badges inline at band bottom */
.badge-row {
  background: var(--bg-warm);
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}
.badge-row .row { display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: center; }
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
}
.badge svg { width: 16px; height: 16px; color: var(--primary); }

/* Tile-grid — 9 tiles 3x3 equal size */
.tile-grid-section { padding: 3.4rem 0 1rem; }
.tile-grid-section h2 { text-align: center; margin-bottom: 0.4rem; }
.tile-grid-section .grid-intro { text-align: center; color: var(--muted); margin-bottom: 2rem; max-width: 720px; margin-left: auto; margin-right: auto; }
.tile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  max-width: 1100px;
  margin: 0 auto;
}
.tile {
  background: var(--bg-tile);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.8rem 1.6rem;
  display: flex;
  flex-direction: column;
  transition: 0.18s;
}
.tile:hover { border-color: var(--primary); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.tile__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--primary-soft);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.tile__icon svg { width: 24px; height: 24px; stroke-width: 1.5; }
.tile h3 { font-size: 1.1rem; margin: 0 0 0.6rem; }
.tile p { font-size: 0.95rem; color: var(--muted); flex: 1; margin-bottom: 1rem; }
.tile a {
  font-weight: 700;
  text-decoration: none;
  color: var(--primary);
  font-size: 0.92rem;
}
.tile a::after { content: " →"; }
@media (max-width: 880px) { .tile-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .tile-grid { grid-template-columns: 1fr; } }

/* Testimonial row — 1 featured + 3 mini */
.testimonial-row {
  padding: 3rem 0;
  background: var(--bg-warm);
  margin-top: 3rem;
}
.testimonial-row h2 { text-align: center; margin-bottom: 2rem; }
.testimonial-row__layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 1.6rem;
  max-width: 1100px;
  margin: 0 auto;
}
.testimonial-row__featured {
  background: var(--ink);
  color: var(--bg-warm);
  padding: 2rem;
  border-radius: 14px;
}
.testimonial-row__featured p { font-size: 1.15rem; margin-bottom: 1.2rem; line-height: 1.5; color: var(--white); }
.testimonial-row__featured cite { font-style: normal; font-weight: 700; font-size: 0.95rem; color: var(--accent); display: block; }
.testimonial-row__featured cite small { display: block; font-weight: 400; color: rgba(255, 255, 255, 0.6); margin-top: 0.2rem; }
.testimonial-row__mini-stack { display: flex; flex-direction: column; gap: 1rem; }
.testimonial-row__mini {
  background: var(--white);
  padding: 1.1rem 1.3rem;
  border-radius: 10px;
  border-left: 3px solid var(--primary);
  box-shadow: var(--shadow-sm);
}
.testimonial-row__mini p { font-size: 0.92rem; margin-bottom: 0.6rem; }
.testimonial-row__mini cite { font-style: normal; font-weight: 700; font-size: 0.82rem; color: var(--primary-deep); display: block; }
.testimonial-row__mini cite small { display: block; font-weight: 400; color: var(--muted); margin-top: 0.15rem; }
@media (max-width: 880px) { .testimonial-row__layout { grid-template-columns: 1fr; } }

/* FAQ interactive — custom button + panel */
.faq-interactive { padding: 3rem 0; max-width: 880px; margin: 0 auto; }
.faq-interactive .row { padding: 0 1.5rem; }
.faq-interactive h2 { text-align: center; margin-bottom: 0.4rem; }
.faq-interactive .faq-intro { text-align: center; color: var(--muted); margin-bottom: 2rem; }
.faq-stack { display: flex; flex-direction: column; gap: 0.8rem; }
.faq-button {
  width: 100%;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.1rem 1.4rem;
  text-align: left;
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: 0.15s;
}
.faq-button:hover { border-color: var(--primary); }
.faq-button[aria-expanded="true"] { border-color: var(--primary); background: var(--primary-soft); }
.faq-button::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--primary);
  transition: 0.15s;
}
.faq-button[aria-expanded="true"]::after { content: "−"; }
.faq-panel {
  padding: 0.8rem 1.4rem 1.4rem;
  font-size: 0.97rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-top: none;
  border-radius: 0 0 10px 10px;
  margin-top: -0.85rem;
}
.faq-panel p { margin: 0; }

/* CTA band — narrow */
.cta-band {
  background: var(--accent-soft);
  padding: 2.4rem 0;
  text-align: center;
  margin: 3rem 0 0;
}
.cta-band h2 { color: var(--ink); margin-bottom: 0.6rem; font-size: 1.6rem; }
.cta-band p { color: var(--muted); max-width: 620px; margin: 0 auto 1.4rem; }
.cta-band a {
  display: inline-block;
  padding: 0.85rem 1.6rem;
  background: var(--primary);
  color: var(--white);
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}
.cta-band a:hover { background: var(--primary-deep); color: var(--white); }

/* Chip strip — 12 rounded-pill anchors */
.chip-strip {
  padding: 2.4rem 0;
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.chip-strip__title { text-align: center; font-size: 1rem; color: var(--muted); margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }
.chip-strip__list { display: flex; flex-wrap: wrap; gap: 0.55rem; justify-content: center; max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.chip {
  display: inline-block;
  padding: 0.5rem 1.1rem;
  background: var(--bg-warm);
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 600;
  transition: 0.15s;
}
.chip:hover { background: var(--primary); color: var(--white); border-color: var(--primary); }

/* Mega footer — 2-col: brand-statement + 4 nav sub-cols */
.mega-footer {
  background: var(--ink);
  color: var(--bg-warm);
  padding: 3rem 0 1.4rem;
}
.mega-footer__layout {
  display: grid;
  grid-template-columns: 1.4fr 3fr;
  gap: 2.6rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mega-footer__statement strong { color: var(--accent); display: block; font-size: 1.18rem; margin-bottom: 0.6rem; font-weight: 800; letter-spacing: -0.01em; }
.mega-footer__statement p { font-size: 0.92rem; line-height: 1.55; color: rgba(247, 249, 252, 0.8); margin: 0; }
.mega-footer__nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; }
.mega-footer__nav h4 { color: var(--accent); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 0.85rem; font-weight: 700; }
.mega-footer__nav ul { list-style: none; padding: 0; margin: 0; }
.mega-footer__nav li { margin-bottom: 0.45rem; }
.mega-footer__nav a { color: rgba(247, 249, 252, 0.8); text-decoration: none; font-size: 0.92rem; }
.mega-footer__nav a:hover { color: var(--white); }
.mega-footer__bottom {
  padding-top: 1.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: rgba(247, 249, 252, 0.55);
}
.mega-footer__bottom a { color: rgba(247, 249, 252, 0.55); text-decoration: none; }
.mega-footer__bottom a:hover { color: var(--white); }
@media (max-width: 880px) {
  .mega-footer__layout { grid-template-columns: 1fr; }
  .mega-footer__nav { grid-template-columns: 1fr 1fr; }
}

/* Sub-page hero band (narrower) */
.hero-band--sub { padding: 2.6rem 0 2rem; min-height: auto; }
.hero-band--sub h1 { font-size: clamp(1.9rem, 3.4vw, 2.5rem); }
.hero-band--sub .lead { font-size: 1rem; }

/* 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; padding: 0 1.5rem; max-width: 1240px; margin: 0 auto; 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(--primary); text-decoration: underline; }

/* Article body */
.article-body { max-width: 880px; margin: 2.4rem auto; padding: 0 1.5rem; }
.article-body h2 { margin-top: 2.2rem; }
.article-body h3 { margin-top: 1.6rem; color: var(--primary-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(--accent-soft);
  border-left: 4px solid var(--accent-deep);
  padding: 1.4rem 1.6rem;
  border-radius: 0 8px 8px 0;
  margin: 1.8rem 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(--accent-deep);
  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: 8px;
  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(--primary-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(--primary); background: var(--bg-warm); font-style: italic; }

/* Related services */
.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(--primary); 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: 8px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
}
.related-services .grid a:hover { border-color: var(--primary); background: var(--bg-warm); }

@media print {
  .top-bar, .hero-band, .testimonial-row, .cta-band, .chip-strip, .mega-footer { display: none; }
  body { background: white; color: black; }
}
