/* =================================================================
   ATLAS WORKS — Design 2026 (funnel-optimized, mobile-first)
   Implementation of "Atlas Works Landing.html" design vocabulary,
   layered on top of existing aw-* classes via attribute selectors
   and design-token variable overrides. Loaded sitewide.
   ================================================================= */

/* ============= Design tokens (light, retail-friendly) ============= */
:root,
.atlas-brand-active {
  /* Atlas navy ladder */
  --aw-navy-900: #0E2A47;
  --aw-navy-800: #143560;
  --aw-navy-700: #1B477F;
  --aw-navy-600: #2456A0;
  --aw-navy-500: #2E80FF;
  --aw-navy-50:  #F4F7FB;

  /* Inks */
  --aw-ink-1: #0E1726;
  --aw-ink-2: #2A3648;
  --aw-ink-3: #5B6678;
  --aw-ink-4: #8A95A6;

  /* Lines + surfaces */
  --aw-line:    #E6EBF2;
  --aw-line-2:  #D4DDEA;
  --aw-paper:   #FFFFFF;
  --aw-cream:   #FAFBFD;
  --aw-warm:    #FFF7EE;

  /* Accents */
  --aw-orange:    #E76A1E;
  --aw-orange-d:  #C75812;
  --aw-green:     #1F8A52;
  --aw-green-bg:  #E8F5EE;
  --aw-pill-bg:   #F2F5FA;

  /* Shadows */
  --aw-shadow-1: 0 1px 0 rgba(14,42,71,0.04), 0 4px 12px rgba(14,42,71,0.04);
  --aw-shadow-2: 0 6px 20px rgba(14,42,71,0.08), 0 1px 0 rgba(14,42,71,0.04);
  --aw-shadow-3: 0 14px 40px rgba(14,42,71,0.12);

  /* Fonts */
  --aw-font-sans:    "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --aw-font-display: "Space Grotesk", "Inter", sans-serif;
  --aw-font-mono:    "JetBrains Mono", monospace;

  /* Aliases (override existing ones used elsewhere) */
  --atlas-blue:        var(--aw-navy-900);
  --atlas-blue-bright: var(--aw-navy-500);
  --atlas-blue-deep:   #08182d;
  --atlas-blue-mist:   var(--aw-navy-50);
  --atlas-ink:         var(--aw-ink-1);
  --atlas-line:        var(--aw-line);
}

body { background: var(--aw-cream); color: var(--aw-ink-1); font-family: var(--aw-font-sans); }
::selection { background: rgba(46,128,255,0.2); color: var(--aw-navy-900); }

/* ============= Promo / USP bar (top) =============
   Design: navy bg, USPs left, payment chips right with subtle border
   ============= */
.aw-usp-bar {
  background: var(--aw-navy-900);
  color: #DCE6F2;
  font-size: 12.5px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-family: var(--aw-font-sans);
}
.aw-usp-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 9px 16px;
  flex-wrap: nowrap;
  overflow: hidden;
}
.aw-usp-bar .aw-usp-strip {
  display: flex;
  gap: 24px;
  flex-wrap: nowrap;
}
.aw-usp-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: rgba(255,255,255,0.92);
}
.aw-usp-item svg { color: #6FA3F0; }
.aw-usp-item--pay {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.65);
  border-left: 0;
  padding-left: 0;
}
.aw-usp-item--pay strong { color: #fff; font-weight: 600; }
.aw-pay-chip {
  padding: 2px 8px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
  font-size: 11px;
}
@media (max-width: 900px) {
  .aw-usp-bar-inner { padding: 8px 14px; gap: 12px; }
  .aw-usp-bar .aw-usp-strip span:nth-child(n+3) { display: none; }
  .aw-usp-item--pay .aw-pay-chip:nth-child(n+3) { display: none; }
}
@media (max-width: 640px) {
  .aw-usp-item--pay { display: none; }
}

/* ============= Header =============
   Sticky, blurred white, search prominent, account/heart/cart icons right
   ============= */
.aw-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--aw-line);
}
.aw-header-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 16px;
  flex-wrap: wrap;
}
.aw-brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; text-decoration: none; }
.aw-brand-mark {
  width: 38px; height: 38px;
  border-radius: 9px;
  background: var(--aw-navy-900);
  display: grid; place-items: center;
  color: #fff;
  font-family: var(--aw-font-display);
  font-weight: 700;
  font-size: 16px;
}
.aw-brand-text strong {
  font-family: var(--aw-font-display);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.005em;
  color: var(--aw-navy-900);
  display: block;
  line-height: 1;
}
.aw-brand-text span {
  font-size: 11px;
  color: var(--aw-ink-3);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.aw-brand-logo { max-height: 44px; width: auto; }

/* Search input */
.aw-header-search {
  flex: 1;
  max-width: 560px;
  position: relative;
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
}
.aw-header-search:focus-within { box-shadow: none; }
.aw-header-search input {
  width: 100%;
  padding: 11px 14px 11px 42px;
  border: 1px solid var(--aw-line-2);
  border-radius: 10px;
  background: var(--aw-paper);
  font: 500 14px/1.4 var(--aw-font-sans);
  color: var(--aw-ink-1);
  transition: border-color .15s, box-shadow .15s;
}
.aw-header-search input::placeholder { color: var(--aw-ink-4); font-weight: 400; }
.aw-header-search input:focus {
  outline: none;
  border-color: var(--aw-navy-500);
  box-shadow: 0 0 0 3px rgba(46,128,255,0.18);
}
.aw-header-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--aw-ink-4);
  pointer-events: none;
}
.aw-header-search-submit {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--aw-navy-900);
  color: #fff;
  border: 0;
  border-radius: 7px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.aw-header-search-submit:hover { background: var(--aw-navy-800); }

/* Header right actions */
.aw-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.aw-icon-btn {
  width: 40px; height: 40px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: transparent;
  display: grid; place-items: center;
  color: var(--aw-ink-2);
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: background .15s, border-color .15s;
}
.aw-icon-btn:hover { background: var(--aw-navy-50); border-color: var(--aw-line); color: var(--aw-navy-900); }
.aw-icon-btn .aw-badge {
  position: absolute; top: 4px; right: 4px;
  min-width: 18px; height: 18px; padding: 0 5px;
  background: var(--aw-orange); color: #fff;
  border-radius: 999px; font-size: 10px; font-weight: 700;
  display: grid; place-items: center; line-height: 1;
}

/* B2C/B2B segment switch */
.aw-customer-switch {
  display: inline-flex;
  background: var(--aw-pill-bg);
  border: 1px solid var(--aw-line-2);
  border-radius: 999px;
  padding: 3px;
  gap: 0;
  margin-right: 8px;
}
.aw-customer-switch button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--aw-ink-3);
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0.01em;
  transition: background .15s, color .15s;
}
.aw-customer-switch button:hover { color: var(--aw-navy-900); }
.aw-customer-switch button.is-active {
  background: var(--aw-navy-900);
  color: #fff;
}

/* Nav row */
.aw-nav {
  display: flex;
  gap: 4px;
  padding: 4px 16px 12px;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid transparent;
}
.aw-nav a {
  padding: 7px 12px;
  border-radius: 8px;
  color: var(--aw-ink-2);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background .15s, color .15s;
}
.aw-nav a:hover, .aw-nav a.active { background: var(--aw-navy-50); color: var(--aw-navy-900); }
.aw-nav .aw-nav-cta {
  margin-left: auto;
  padding: 9px 16px;
  background: var(--aw-navy-900);
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.aw-nav .aw-nav-cta:hover { background: var(--aw-navy-800); color: #fff; }

@media (max-width: 1080px) {
  .aw-header-inner { gap: 14px; }
  .aw-header-search { order: 99; flex-basis: 100%; max-width: none; }
  .aw-customer-switch { order: 50; }
}
@media (max-width: 640px) {
  .aw-nav { display: none; }
  .aw-header-inner { padding: 12px 14px; }
  .aw-brand-text span { display: none; }
}

/* ============= Hero =============
   Two-column: copy left, layered visual right (laptop card + POS card + 100+ stamp)
   ============= */
.aw-hero { padding: 56px 0 64px; background: var(--aw-cream); }
.aw-hero .aw-container { padding: 0 16px; }
.aw-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.aw-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--aw-navy-50);
  color: var(--aw-navy-700);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border: 1px solid var(--aw-line-2);
  text-transform: uppercase;
}
.aw-hero-eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--aw-green);
  box-shadow: 0 0 0 4px rgba(31,138,82,0.15);
  animation: aw-pulse 2s ease-in-out infinite;
}
@keyframes aw-pulse {
  0%,100% { box-shadow: 0 0 0 4px rgba(31,138,82,0.15); }
  50%     { box-shadow: 0 0 0 7px rgba(31,138,82,0.05); }
}

.aw-hero h1 {
  font-family: var(--aw-font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--aw-navy-900);
  margin: 18px 0 22px;
  text-wrap: balance;
}
.aw-hero h1 em, .aw-hero h1 .aw-accent {
  font-style: normal;
  color: var(--aw-orange);
}

.aw-hero-lead, .aw-hero p.aw-intro {
  font-size: 19px;
  line-height: 1.55;
  color: var(--aw-ink-2);
  max-width: 50ch;
  text-wrap: pretty;
  margin: 0 0 32px;
}

.aw-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.aw-button, .aw-btn-primary, .aw-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background-color .15s, transform .15s, box-shadow .15s, border-color .15s;
}
.aw-button-primary, .aw-btn-primary { background: var(--aw-navy-900); color: #fff; }
.aw-button-primary:hover, .aw-btn-primary:hover {
  background: var(--aw-navy-800);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: var(--aw-shadow-2);
}
.aw-button-secondary, .aw-btn-ghost {
  background: transparent;
  border-color: var(--aw-line-2);
  color: var(--aw-ink-1);
}
.aw-button-secondary:hover, .aw-btn-ghost:hover {
  background: var(--aw-paper);
  border-color: var(--aw-ink-3);
  color: var(--aw-ink-1);
}

/* Hero trust row (4 USPs with green checks) */
.aw-trust-row {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--aw-line);
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 28px;
  justify-content: start;
  list-style: none;
}
.aw-trust-row li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--aw-ink-2);
  font-size: 13.5px;
}
.aw-trust-row li::before {
  content: "✓";
  color: var(--aw-green);
  font-weight: 800;
  font-size: 14px;
}
@media (max-width: 1080px) {
  .aw-trust-row { grid-template-columns: 1fr 1fr; }
}

/* Hero visual: layered cards */
.aw-hero-panel {
  position: relative;
  aspect-ratio: 4 / 5;
  min-height: 480px;
}
.aw-hero-card {
  position: absolute;
  background: var(--aw-paper);
  border: 1px solid var(--aw-line);
  border-radius: 18px;
  box-shadow: var(--aw-shadow-3);
  overflow: hidden;
}
.aw-hv-laptop {
  inset: 4% 6% 18% 8%;
  background: linear-gradient(160deg, #F0F4FA 0%, #DEE7F4 100%);
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.aw-hv-laptop .aw-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--aw-paper);
  color: var(--aw-navy-700);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  width: fit-content;
  border: 1px solid var(--aw-line-2);
}
.aw-hv-laptop .aw-name {
  margin-top: auto;
  font-family: var(--aw-font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--aw-navy-900);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.aw-hv-laptop .aw-specs {
  margin-top: 8px;
  font-size: 12.5px;
  color: var(--aw-ink-3);
  font-family: var(--aw-font-mono);
}
.aw-hv-laptop .aw-price {
  margin-top: 14px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.aw-hv-laptop .aw-price-now {
  font-family: var(--aw-font-display);
  font-weight: 700;
  font-size: 28px;
  color: var(--aw-navy-900);
}
.aw-hv-laptop .aw-price-was {
  font-size: 13px;
  color: var(--aw-ink-4);
  text-decoration: line-through;
}
.aw-hv-laptop .aw-laptop-art {
  margin: 14px -12px 0;
  aspect-ratio: 16/10;
  border-radius: 10px;
  background:
    radial-gradient(120% 70% at 50% 0%, rgba(255,255,255,0.7), transparent 60%),
    linear-gradient(180deg, #2A3648, #0E1726);
  border: 1px solid rgba(0,0,0,0.4);
  box-shadow: inset 0 0 0 4px #1A2230, 0 12px 30px rgba(14,23,38,0.25);
  display: grid; place-items: center;
  position: relative;
}
.aw-hv-laptop .aw-laptop-art::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 40px; height: 4px;
  background: rgba(255,255,255,0.06);
  border-radius: 2px;
  transform: translateX(-50%);
}
.aw-hv-laptop .aw-laptop-screen {
  width: 86%;
  height: 78%;
  border-radius: 4px;
  background: linear-gradient(135deg, #1B477F, #2E80FF 60%, #4EA0FF);
  box-shadow: inset 0 0 30px rgba(0,0,0,0.35);
  display: grid; place-items: center;
  color: rgba(255,255,255,0.9);
  font-family: var(--aw-font-display);
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 13px;
}

/* POS card */
.aw-hv-pos {
  right: 0; bottom: 6%;
  width: 58%;
  padding: 18px;
  background: var(--aw-paper);
}
.aw-hv-pos .aw-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--aw-orange);
}
.aw-hv-pos h4 {
  margin: 4px 0 10px;
  font-size: 16px;
  color: var(--aw-navy-900);
  font-weight: 700;
  font-family: var(--aw-font-display);
}
.aw-hv-pos .aw-pos-screen {
  aspect-ratio: 4/3;
  border-radius: 8px;
  background: linear-gradient(160deg, #0E2A47, #143560);
  padding: 12px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.06);
}
.aw-pos-row {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-family: var(--aw-font-mono);
  color: rgba(255,255,255,0.85);
}
.aw-pos-row.aw-pos-total {
  padding-top: 6px;
  border-top: 1px dashed rgba(255,255,255,0.2);
  margin-top: auto;
  font-size: 13px;
  font-weight: 700;
}
.aw-pos-keypad {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.aw-pos-keypad span {
  aspect-ratio: 1.6;
  border-radius: 6px;
  background: rgba(255,255,255,0.06);
  display: grid; place-items: center;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
}
.aw-pos-keypad .aw-pay {
  background: var(--aw-orange);
  color: #fff;
  grid-column: span 3;
  aspect-ratio: 4;
  font-size: 13px;
}

/* B2C Savings card */
.aw-hv-savings {
  right: 0; bottom: 6%;
  width: 58%;
  padding: 18px;
  background: var(--aw-paper);
}
.aw-hv-savings .aw-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--aw-orange);
}
.aw-hv-savings h4 {
  margin: 4px 0 12px;
  font-size: 16px;
  color: var(--aw-navy-900);
  font-weight: 700;
  font-family: var(--aw-font-display);
}
.aw-savings-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.aw-savings-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-family: var(--aw-font-mono);
  color: var(--aw-ink-2);
}
.aw-savings-amt--strike {
  text-decoration: line-through;
  color: var(--aw-ink-4);
}
.aw-savings-row--total {
  border-top: 1px dashed rgba(14,42,71,0.15);
  padding-top: 10px;
  margin-top: 2px;
  font-weight: 700;
  color: var(--aw-navy-900);
}
.aw-savings-amt--big {
  color: var(--aw-green);
  font-size: 18px;
  font-weight: 800;
}
.aw-savings-icons {
  margin-top: 10px;
  font-size: 11px;
  color: var(--aw-ink-3);
  font-family: var(--aw-font-mono);
}

/* 100+ stamp */
.aw-hv-stamp {
  left: -8px; top: 12%;
  width: 100px; height: 100px;
  border-radius: 50%;
  background: var(--aw-orange);
  color: #fff;
  display: grid; place-items: center;
  text-align: center;
  transform: rotate(-12deg);
  box-shadow: var(--aw-shadow-2);
  border: 1px solid var(--aw-orange-d);
  z-index: 2;
}
.aw-hv-stamp .aw-stamp-big {
  font-family: var(--aw-font-display);
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}
.aw-hv-stamp .aw-stamp-sm {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 2px;
  line-height: 1.2;
}

@media (max-width: 1080px) {
  .aw-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .aw-hero-panel { min-height: 420px; }
}
@media (max-width: 640px) {
  .aw-hero { padding: 32px 0 40px; }
  .aw-hero h1 { font-size: 26px; line-height: 1.1; }
  .aw-hero-panel { min-height: 360px; aspect-ratio: 4 / 4.2; }
  .aw-hv-stamp { width: 78px; height: 78px; }
  .aw-hv-stamp .aw-stamp-big { font-size: 22px; }
}

/* ============= Quick Categories (4 tiles after hero) ============= */
.aw-quick-cats {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.aw-qc {
  padding: 18px 20px;
  border: 1px solid var(--aw-line);
  border-radius: 12px;
  background: var(--aw-paper);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  transition: border-color .15s, background .15s, transform .15s;
}
.aw-qc:hover {
  border-color: var(--aw-navy-900);
  background: var(--aw-navy-50);
  transform: translateY(-1px);
}
.aw-qc-ic {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: var(--aw-navy-50);
  color: var(--aw-navy-700);
  display: grid; place-items: center;
  flex: 0 0 auto;
}
.aw-qc-text { display: flex; flex-direction: column; gap: 2px; }
.aw-qc-lbl {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--aw-navy-900);
  line-height: 1.25;
}
.aw-qc-sub {
  font-size: 11.5px;
  color: var(--aw-ink-3);
}
@media (max-width: 1080px) {
  .aw-quick-cats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .aw-quick-cats { grid-template-columns: 1fr 1fr; gap: 8px; }
}

/* ============= Section base ============= */
.aw-section { padding: 80px 0; }
.aw-section.aw-section--alt { background: var(--aw-paper); border-block: 1px solid var(--aw-line); }
.aw-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
  gap: 24px;
  flex-wrap: wrap;
}
.aw-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--aw-ink-3);
  margin-bottom: 6px;
}
.aw-section-head h2,
.aw-sec-title {
  font-family: var(--aw-font-display);
  font-weight: 700;
  font-size: clamp(28px, 3vw, 38px);
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--aw-navy-900);
  margin: 0;
  text-wrap: balance;
}
.aw-section-head p, .aw-sec-sub {
  color: var(--aw-ink-3);
  font-size: 16px;
  margin-top: 8px;
  max-width: 56ch;
}
@media (max-width: 640px) {
  .aw-section { padding: 48px 0; }
}

/* ============= Brand strip — single 6-cell row ============= */
.aw-brand-tiles, .aw-brands {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border: 1px solid var(--aw-line);
  border-radius: 14px;
  background: var(--aw-paper);
  overflow: hidden;
  margin-top: 28px;
}
.aw-brand-tile {
  padding: 22px;
  border-right: 1px solid var(--aw-line);
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  transition: background .15s;
  min-height: auto;
  text-align: left;
  align-items: flex-start;
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
}
.aw-brand-tile:last-child { border-right: none; }
.aw-brand-tile:hover {
  background: var(--aw-navy-50);
  transform: none;
  box-shadow: none;
  border-color: var(--aw-line);
  color: inherit;
}
.aw-brand-tile-name {
  font-family: var(--aw-font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--aw-navy-900);
  letter-spacing: -0.01em;
  margin: 0;
}
.aw-brand-tile-count {
  font-size: 12px;
  color: var(--aw-ink-3);
  font-family: var(--aw-font-mono);
  font-weight: 400;
}
.aw-brand-tile--empty .aw-brand-tile-name,
.aw-brand-tile--empty .aw-brand-tile-count {
  color: var(--aw-ink-4);
}
@media (max-width: 1080px) {
  .aw-brand-tiles, .aw-brands { grid-template-columns: 1fr 1fr 1fr; }
  .aw-brand-tile:nth-child(3n) { border-right: none; }
  .aw-brand-tile:nth-child(n+4) { border-top: 1px solid var(--aw-line); }
}
@media (max-width: 640px) {
  .aw-brand-tiles, .aw-brands { grid-template-columns: 1fr 1fr; }
  .aw-brand-tile:nth-child(2n) { border-right: none; }
  .aw-brand-tile:nth-child(odd) { border-right: 1px solid var(--aw-line); }
  .aw-brand-tile:nth-child(n+3) { border-top: 1px solid var(--aw-line); }
}

/* ============= Services grid (3-col cards with icon) ============= */
.aw-card-grid, .aw-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.aw-card, .aw-svc-card {
  background: var(--aw-paper);
  border: 1px solid var(--aw-line);
  border-radius: 14px;
  padding: 26px;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.aw-card:hover, .aw-svc-card:hover {
  transform: translateY(-2px);
  border-color: var(--aw-line-2);
  box-shadow: var(--aw-shadow-2);
}
.aw-svc-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--aw-navy-50);
  color: var(--aw-navy-700);
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.aw-card h3, .aw-svc-card h3 {
  font-family: var(--aw-font-display);
  font-weight: 700;
  font-size: 19px;
  color: var(--aw-navy-900);
  margin: 0 0 6px;
  letter-spacing: -0.005em;
}
.aw-card p, .aw-svc-card p {
  font-size: 14px;
  color: var(--aw-ink-3);
  margin: 0;
}
.aw-card-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--aw-navy-700);
  margin: 0 0 8px;
}
@media (max-width: 1080px) {
  .aw-card-grid, .aw-services { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .aw-card-grid, .aw-services { grid-template-columns: 1fr; }
}

/* ============= Compare (Wat je meestal krijgt vs Atlas Works) ============= */
.aw-compare, .aw-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.aw-compare-box {
  border-radius: 16px;
  padding: 26px 26px 22px;
  border: 1px solid var(--aw-line);
  background: var(--aw-paper);
  position: relative;
}
.aw-compare-box:not(.aw-compare-box-accent) { background: var(--aw-cream); }
.aw-compare-box.aw-compare-box-accent {
  background: var(--aw-paper);
  border-color: var(--aw-navy-900);
  box-shadow: 0 0 0 2px var(--aw-navy-900);
}
.aw-compare-box.aw-compare-box-accent::before {
  content: "Atlas Works";
  position: absolute;
  top: -12px;
  left: 22px;
  background: var(--aw-navy-900);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 5px;
}
.aw-compare-box h3 {
  font-family: var(--aw-font-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--aw-navy-900);
  margin: 0 0 14px;
}
.aw-compare-box:not(.aw-compare-box-accent) h3 { color: var(--aw-ink-3); }
.aw-compare-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.aw-compare-box li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  color: var(--aw-ink-1);
}
.aw-compare-box:not(.aw-compare-box-accent) li { color: var(--aw-ink-3); }
.aw-compare-box li::before {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: grid; place-items: center;
  flex: 0 0 auto;
  font-weight: 800;
  font-size: 11px;
}
.aw-compare-box:not(.aw-compare-box-accent) li::before {
  content: "✕";
  background: #F3D7D7;
  color: #B23A3A;
}
.aw-compare-box.aw-compare-box-accent li::before {
  content: "✓";
  background: var(--aw-green-bg);
  color: var(--aw-green);
}
@media (max-width: 1080px) {
  .aw-compare, .aw-split-grid { grid-template-columns: 1fr; }
}

/* ============= Process (4 horizontal steps) ============= */
.aw-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--aw-line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--aw-paper);
}
.aw-step {
  padding: 26px;
  border-right: 1px solid var(--aw-line);
  background: transparent;
  border-radius: 0;
}
.aw-step:last-child { border-right: none; }
.aw-step span {
  display: block;
  font-family: var(--aw-font-mono);
  font-size: 11px;
  color: var(--aw-orange);
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-bottom: 8px;
}
.aw-step span::before { content: "— STAP "; }
.aw-step h3 {
  margin: 0 0 6px;
  font-family: var(--aw-font-display);
  font-weight: 700;
  font-size: 19px;
  color: var(--aw-navy-900);
}
.aw-step p {
  margin: 0;
  font-size: 14px;
  color: var(--aw-ink-3);
}
@media (max-width: 1080px) {
  .aw-step-grid { grid-template-columns: 1fr 1fr; }
  .aw-step:nth-child(2n) { border-right: none; }
  .aw-step:nth-child(n+3) { border-top: 1px solid var(--aw-line); }
}
@media (max-width: 640px) {
  .aw-step-grid { grid-template-columns: 1fr; }
  .aw-step { border-right: none; border-bottom: 1px solid var(--aw-line); }
  .aw-step:last-child { border-bottom: none; }
}

/* ============= Product card v2 — design refinements (extends earlier card) ============= */
.aw-card-v2 {
  border-radius: 14px;
  border-color: var(--aw-line);
  background: var(--aw-paper);
}
.aw-card-v2:hover {
  border-color: var(--aw-line-2);
  box-shadow: var(--aw-shadow-2);
}
.aw-card-v2__media {
  background: linear-gradient(160deg, #F0F4FA, #DEE7F4);
  border-bottom: 1px solid var(--aw-line);
}
.aw-card-v2__stock--in {
  background: var(--aw-green-bg);
  color: var(--aw-green);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  font-size: 11px;
  padding: 4px 9px;
}
.aw-card-v2__stock--in::before {
  content: "";
  width: 5px; height: 5px;
  background: var(--aw-green);
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}
/* Conditie badge top-right */
.aw-card-v2__condition {
  position: absolute;
  top: 12px; right: 12px;
  background: var(--aw-paper);
  border: 1px solid var(--aw-line-2);
  padding: 3px 9px;
  border-radius: 6px;
  margin: 0;
  z-index: 2;
}
.aw-card-v2__condition .aw-stars { display: none; }
.aw-card-v2__condition-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--aw-ink-2);
}
.aw-card-v2.aw-condition--new .aw-card-v2__condition {
  background: var(--aw-navy-50);
  border-color: var(--aw-navy-50);
}
.aw-card-v2.aw-condition--new .aw-card-v2__condition-label { color: var(--aw-navy-700); }

.aw-card-v2__title {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--aw-navy-900);
  font-family: var(--aw-font-sans);
}
.aw-card-v2__title a { color: var(--aw-navy-900); }
.aw-card-v2__title a:hover { color: var(--aw-navy-700); }

.aw-card-v2__specs {
  font-size: 11px;
  color: var(--aw-ink-3);
}
.aw-card-v2__specs li {
  font-family: var(--aw-font-mono);
  background: var(--aw-cream);
  border: 1px solid var(--aw-line);
}

.aw-card-v2__price-row {
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px dashed var(--aw-line);
  flex-wrap: wrap;
}
.aw-card-v2__price {
  font-family: var(--aw-font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--aw-navy-900);
  letter-spacing: -0.01em;
}
.aw-card-v2__price del {
  font-family: var(--aw-font-sans);
  font-size: 12.5px;
  color: var(--aw-ink-4);
}
.aw-card-v2__in3 {
  margin-left: auto;
  font-size: 11px;
  color: var(--aw-ink-3);
  font-family: var(--aw-font-mono);
  font-weight: 400;
}
.aw-card-v2__in3 strong { color: var(--aw-navy-700); font-weight: 600; }

.aw-card-v2__add-cart {
  background: var(--aw-cream);
  border: 1px solid var(--aw-line);
  color: var(--aw-navy-900);
  font-size: 13px;
  font-weight: 600;
  padding: 10px 12px;
  border-radius: 8px;
  justify-content: space-between;
}
.aw-card-v2__add-cart:hover {
  background: var(--aw-navy-50);
  border-color: var(--aw-navy-50);
  color: var(--aw-navy-900);
}

/* Click & Collect badge on card */
.aw-card-v2__pickup {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: var(--aw-orange);
  font-weight: 600;
  font-family: var(--aw-font-mono);
}
.aw-card-v2__pickup::before { content: "📍"; font-size: 11px; }

/* ============= Reviews (inline section, NOT floating balloon) ============= */
.aw-reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.aw-review {
  background: var(--aw-paper);
  border: 1px solid var(--aw-line);
  border-radius: 14px;
  padding: 28px;
}
.aw-review-stars { color: #F1A82C; font-size: 16px; letter-spacing: 1px; }
.aw-review h3, .aw-review h4 {
  font-family: var(--aw-font-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--aw-navy-900);
  margin: 14px 0 10px;
}
.aw-review p {
  font-size: 15px;
  color: var(--aw-ink-2);
  margin: 0;
  line-height: 1.6;
}
.aw-review-who {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--aw-line);
}
.aw-review-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--aw-navy-700), var(--aw-navy-500));
  color: #fff;
  display: grid; place-items: center;
  font-weight: 700;
  font-size: 14px;
}
.aw-review-name { font-size: 14px; font-weight: 600; color: var(--aw-ink-1); }
.aw-review-role { font-size: 12.5px; color: var(--aw-ink-3); }
@media (max-width: 1080px) {
  .aw-reviews-grid { grid-template-columns: 1fr; }
}

/* Hide common floating Google reviews balloon plugins so they don't pull users away */
.tx-google-reviews-floating,
.fwgr-floating,
#cr-google-reviews-widget-wrap[data-position="floating"],
.gr-widget-floating,
.elementor-widget-trust-pilot,
[id^="trustindex-widget-"][data-floating="true"] {
  display: none !important;
}

/* ============= FAQ accordion ============= */
.aw-faq { display: grid; gap: 8px; }
.aw-faq-item {
  background: var(--aw-paper);
  border: 1px solid var(--aw-line);
  border-radius: 12px;
  overflow: hidden;
}
.aw-faq-item.is-open { border-color: var(--aw-navy-900); }
.aw-faq-q {
  padding: 18px 22px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--aw-navy-900);
  gap: 16px;
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
  font-family: inherit;
}
.aw-faq-plus {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--aw-navy-50);
  color: var(--aw-navy-700);
  display: grid; place-items: center;
  flex: 0 0 auto;
  transition: transform .2s, background .2s, color .2s;
  font-weight: 700;
}
.aw-faq-item.is-open .aw-faq-plus {
  transform: rotate(45deg);
  background: var(--aw-navy-900);
  color: #fff;
}
.aw-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
}
.aw-faq-item.is-open .aw-faq-a { max-height: 500px; }
.aw-faq-a-inner {
  padding: 0 22px 20px;
  font-size: 14.5px;
  color: var(--aw-ink-2);
  line-height: 1.6;
}

/* ============= Mobile sticky bottom action bar ============= */
.aw-mobile-bar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--aw-line);
  z-index: 60;
  padding: 6px 0 calc(6px + env(safe-area-inset-bottom));
  box-shadow: 0 -4px 20px rgba(14,42,71,0.08);
}
.aw-mobile-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.aw-mobile-bar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 8px 6px;
  text-decoration: none;
  color: var(--aw-ink-3);
  font-size: 10px;
  font-weight: 600;
  position: relative;
}
.aw-mobile-bar a.is-active { color: var(--aw-navy-900); }
.aw-mobile-bar a svg { width: 22px; height: 22px; }
.aw-mobile-bar .aw-mb-cart-count {
  position: absolute;
  top: 4px; right: calc(50% - 18px);
  min-width: 16px; height: 16px;
  padding: 0 5px;
  background: var(--aw-orange);
  color: #fff;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  display: grid; place-items: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .aw-mobile-bar { display: block; }
  body.aw-front-page, body.aw-shop-surface { padding-bottom: 64px; }
}

/* ============= B2C / B2B view modes ============= */
/* Default visibility */
.aw-b2c-only { display: none; }
.aw-b2b-only { display: none; }
body.aw-customer-b2c .aw-b2c-only { display: revert; }
body.aw-customer-b2b .aw-b2b-only { display: revert; }

/* B2B: emphasize "excl. BTW" */
body.aw-customer-b2b .aw-card-v2__price::after {
  content: " excl. BTW";
  font-family: var(--aw-font-sans);
  font-size: 11px;
  color: var(--aw-ink-3);
  font-weight: 500;
  margin-left: 4px;
  letter-spacing: 0;
}

/* ============= Click & Collect strip in cart/header ============= */
.aw-click-collect {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: var(--aw-warm);
  color: var(--aw-orange-d);
  border: 1px solid #F4D5B7;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

/* Toast */
.aw-toast {
  position: fixed;
  bottom: 24px; left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--aw-navy-900);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  box-shadow: var(--aw-shadow-3);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s, transform .25s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.aw-toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }

/* Reveal-on-scroll */
.aw-reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s, transform .6s; }
.aw-reveal.is-in { opacity: 1; transform: none; }

/* =============================================================
   FOOTER — 4-column dark navy
   ============================================================= */
.aw-footer {
  background: var(--aw-navy-900);
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  margin-top: 0;
}

.aw-footer-main {
  padding: 64px 0 48px;
}

.aw-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
}

/* Col 1 brand */
.aw-footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.aw-footer-logo span {
  font-family: var(--aw-font-display);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.aw-footer-tagline {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255,255,255,0.55);
  margin-bottom: 20px;
}
.aw-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.aw-footer-contact a,
.aw-footer-contact span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 13px;
  transition: color .2s;
}
.aw-footer-contact a:hover { color: #fff; }
.aw-footer-contact svg {
  width: 14px; height: 14px;
  flex-shrink: 0;
  stroke: var(--aw-orange);
}

/* Partner logos */
.aw-footer-partners-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 10px;
}
.aw-footer-partner-logos {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.aw-footer-partner-logos img {
  height: 28px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.55;
  transition: opacity .2s;
}
.aw-footer-partner-logos img:hover { opacity: 0.9; }

/* Footer nav columns */
.aw-footer-heading {
  font-family: var(--aw-font-display);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.4);
  margin: 0 0 16px;
}
.aw-footer-nav {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.aw-footer-nav a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  font-size: 14px;
  transition: color .15s;
}
.aw-footer-nav a:hover { color: #fff; }

/* Bottom bar */
.aw-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 18px 0;
}
.aw-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(255,255,255,0.35);
}
.aw-footer-payments {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.aw-footer-payments .aw-payment-chip {
  padding: 3px 9px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.04);
  font-family: var(--aw-font-mono);
}

/* Footer responsive */
@media (max-width: 960px) {
  .aw-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 32px;
  }
  .aw-footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 600px) {
  .aw-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .aw-footer-main { padding: 40px 0 32px; }
  .aw-footer-bottom-inner { flex-direction: column; align-items: flex-start; }
}
