/* Gommans & Co — merk 2026: familie + tech */
:root {
  --gc-orange: #e85d04;
  --gc-orange-soft: #fff4eb;
  --gc-blue: #0b4f8a;
  --gc-blue-soft: #e8f1f8;
  --gc-anthracite: #1f2933;
  --gc-anthracite-soft: #2d3742;
  --gc-muted: #5c6770;
  --gc-line: #e5e7eb;
  --gc-white: #ffffff;
  --gc-bg: #f7f8fa;
}

/* Override legacy site tokens where present */
body {
  --primary: var(--gc-anthracite);
  --accent: var(--gc-orange);
  --bg-soft: var(--gc-bg);
  --text-main: var(--gc-anthracite);
  --text-muted: var(--gc-muted);
}

.payoff {
  display: inline-block;
  margin-top: 1.25rem;
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  font-style: italic;
}

.payoff-footer {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
  font-size: 0.95rem;
}

/* Drie pijlers */
.pillars {
  padding: 4.5rem 8%;
  background: var(--gc-bg);
}
.pillars-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 2.5rem;
}
.pillars-header .sub-header { color: var(--gc-orange); }
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1180px;
  margin: 0 auto;
}
.pillar-card {
  background: var(--gc-white);
  border: 1px solid var(--gc-line);
  border-radius: 16px;
  padding: 1.75rem 1.5rem 1.6rem;
  box-shadow: 0 8px 24px rgba(31, 41, 51, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pillar-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(31, 41, 51, 0.1);
}
.pillar-card .pillar-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #fff;
}
.pillar-card.apps .pillar-icon { background: linear-gradient(135deg, var(--gc-blue), #1670c2); }
.pillar-card.wholesale .pillar-icon { background: linear-gradient(135deg, var(--gc-anthracite), #3d4a57); }
.pillar-card.ntw .pillar-icon { background: linear-gradient(135deg, var(--gc-orange), #f48c06); }
.pillar-card.featured {
  border-color: #d6dde6;
  box-shadow: 0 10px 28px rgba(31, 41, 51, 0.08);
  transform: translateY(-2px);
}
.pillar-card.subtle {
  opacity: 0.96;
}
.pillar-card.subtle .pillar-icon {
  opacity: 0.9;
}

.pillar-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--gc-anthracite);
  margin-bottom: 0.5rem;
}
.pillar-card p {
  color: var(--gc-muted);
  font-size: 0.98rem;
  flex-grow: 1;
}
.pillar-card .btn {
  margin-top: 1.25rem;
  align-self: flex-start;
}

/* SaaS showcase */
.saas-showcase {
  padding: 4.5rem 8%;
  background: linear-gradient(180deg, #fff 0%, var(--gc-blue-soft) 100%);
}
.saas-showcase-inner { max-width: 1180px; margin: 0 auto; }
.saas-showcase .sub-header { color: var(--gc-blue); }
.saas-showcase h2 {
  color: var(--gc-anthracite);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin: 0.35rem 0 0.75rem;
}
.saas-lead {
  color: var(--gc-muted);
  max-width: 720px;
  margin-bottom: 2rem;
  font-size: 1.05rem;
}
.saas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.1rem;
}
.saas-card {
  background: #fff;
  border: 1px solid var(--gc-line);
  border-radius: 14px;
  padding: 1.4rem 1.25rem 1.35rem;
  position: relative;
  box-shadow: 0 6px 18px rgba(11, 79, 138, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.saas-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--gc-anthracite);
  margin: 0;
  padding-right: 4.5rem;
}
.saas-card p {
  margin: 0;
  color: var(--gc-muted);
  font-size: 0.95rem;
}
.saas-card ul {
  margin: 0.35rem 0 0;
  padding-left: 1.1rem;
  color: var(--gc-anthracite);
  font-size: 0.9rem;
}
.saas-card ul li { margin-bottom: 0.25rem; }
.saas-badge {
  position: absolute;
  top: 14px;
  right: 12px;
  background: var(--gc-orange);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
}
.saas-card.coming-soon {
  opacity: 0.92;
  border-style: dashed;
}
.saas-micro {
  margin-top: 1.75rem;
  padding: 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--gc-line);
  border-radius: 12px;
  color: var(--gc-muted);
  font-size: 0.92rem;
}
.saas-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.btn-blue {
  background: var(--gc-blue) !important;
  border-color: var(--gc-blue) !important;
  color: #fff !important;
}
.btn-blue:hover { filter: brightness(1.08); }
.btn-outline-dark-gc {
  background: transparent !important;
  border: 2px solid var(--gc-anthracite) !important;
  color: var(--gc-anthracite) !important;
}

/* Timeline / Ons Verhaal */
.story-hero {
  background: linear-gradient(135deg, var(--gc-anthracite) 0%, var(--gc-blue) 100%);
  color: #fff;
  padding: 4rem 8% 3.5rem;
  text-align: center;
}
.story-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  margin: 0.5rem 0 0.75rem;
}
.story-hero p { max-width: 720px; margin: 0 auto; opacity: 0.92; font-size: 1.05rem; }
.story-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 3rem 5% 4.5rem;
}
.story-wrap h2 {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--gc-anthracite);
  margin: 2.25rem 0 0.75rem;
}
.story-wrap p { color: var(--gc-muted); margin: 0 0 1rem; font-size: 1.02rem; }
.story-wrap p strong { color: var(--gc-anthracite); }

.timeline {
  position: relative;
  margin: 2.5rem 0 1rem;
  padding-left: 1.5rem;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 3px;
  background: linear-gradient(180deg, var(--gc-orange), var(--gc-blue));
  border-radius: 3px;
}
.timeline-item {
  position: relative;
  padding: 0 0 1.75rem 1.25rem;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0.35rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--gc-orange);
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--gc-orange);
}
.timeline-item:nth-child(2)::before { background: var(--gc-anthracite); box-shadow: 0 0 0 2px var(--gc-anthracite); }
.timeline-item:nth-child(3)::before { background: var(--gc-blue); box-shadow: 0 0 0 2px var(--gc-blue); }
.timeline-item:nth-child(4)::before { background: var(--gc-orange); box-shadow: 0 0 0 2px var(--gc-orange); }
.timeline-year {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gc-blue);
  margin-bottom: 0.25rem;
}
.timeline-item h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--gc-anthracite);
  margin: 0 0 0.4rem;
}
.timeline-item p { margin: 0; }

.story-pillars-mini {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0 1.5rem;
}
.story-pillars-mini article {
  border-left: 4px solid var(--gc-orange);
  background: var(--gc-bg);
  padding: 0.9rem 1rem;
  border-radius: 0 10px 10px 0;
}
.story-pillars-mini article:nth-child(1) { border-left-color: var(--gc-blue); }
.story-pillars-mini article:nth-child(2) { border-left-color: var(--gc-anthracite); }
.story-pillars-mini article:nth-child(3) { border-left-color: var(--gc-orange); }
.story-pillars-mini h3 { font-size: 1rem; margin: 0 0 0.3rem; color: var(--gc-anthracite); }
.story-pillars-mini p { margin: 0; font-size: 0.95rem; }

/* Trust strip */
.trust-strip {
  padding: 2.75rem 8% 3.25rem;
  background: #fff;
  border-top: 1px solid var(--gc-line);
  border-bottom: 1px solid var(--gc-line);
}
.trust-strip-inner { max-width: 1180px; margin: 0 auto; text-align: center; }
.trust-strip .sub-header { color: var(--gc-blue); }
.trust-strip h2 {
  margin: 0.35rem 0 0.5rem;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 800;
  color: var(--gc-anthracite);
}
.trust-strip .trust-lead {
  margin: 0 auto 1.75rem;
  max-width: 640px;
  color: var(--gc-muted);
  font-size: 1rem;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.trust-item {
  background: var(--gc-bg);
  border: 1px solid var(--gc-line);
  border-radius: 14px;
  padding: 1.15rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
}
.trust-item i {
  width: 44px; height: 44px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--gc-blue-soft); color: var(--gc-blue); font-size: 1.15rem;
}
.trust-item strong { color: var(--gc-anthracite); font-size: 0.98rem; }
.trust-item span { color: var(--gc-muted); font-size: 0.86rem; }
.trust-partners {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.65rem;
}
.trust-partner {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.55rem 0.9rem; border-radius: 999px;
  border: 1px solid var(--gc-line); background: #fff;
  color: var(--gc-anthracite); font-weight: 700; font-size: 0.88rem;
}
.trust-partner i { color: var(--gc-orange); }

/* Floating SaaS CTA */
.gco-saas-cta-banner {
  background: linear-gradient(90deg, var(--gc-orange-soft), #fff 40%, var(--gc-blue-soft));
  border-bottom: 1px solid var(--gc-line);
}
.gco-saas-cta-inner {
  max-width: 1100px; margin: 0 auto;
  padding: 1rem 5%;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.85rem;
}
.gco-saas-cta-inner strong { display: block; color: var(--gc-anthracite); font-size: 1rem; }
.gco-saas-cta-inner p { margin: 0.25rem 0 0; color: var(--gc-muted); font-size: 0.9rem; }
.btn-orange-cta {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--gc-orange) !important; color: #fff !important;
  border: 0; border-radius: 10px; padding: 0.8rem 1.15rem;
  font-weight: 800; text-decoration: none !important; white-space: nowrap;
}
.btn-orange-cta:hover { filter: brightness(1.06); }
.gco-float-cta {
  position: fixed; right: 1rem; bottom: 1rem; z-index: 60;
  display: flex; align-items: center; gap: 0.7rem;
  max-width: min(360px, calc(100vw - 1.5rem));
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  background: var(--gc-orange);
  color: #fff; text-decoration: none;
  box-shadow: 0 14px 34px rgba(232, 93, 4, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gco-float-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(232, 93, 4, 0.42); color: #fff; }
.gco-float-cta-icon {
  width: 40px; height: 40px; border-radius: 10px; flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.18); font-size: 1.1rem;
}
.gco-float-cta-copy { display: flex; flex-direction: column; gap: 0.1rem; min-width: 0; }
.gco-float-cta-copy strong { font-size: 0.9rem; line-height: 1.25; }
.gco-float-cta-copy small { font-size: 0.75rem; opacity: 0.92; line-height: 1.3; }
.gco-float-cta-go { margin-left: auto; opacity: 0.95; }

/* Breadcrumbs */
.gco-breadcrumbs {
  margin: 0 0 1rem;
  font-size: 0.86rem;
}
.gco-breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.15rem;
  margin: 0;
  padding: 0;
  align-items: center;
}
.gco-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  color: var(--gc-muted);
}
.gco-breadcrumbs li + li::before {
  content: "/";
  margin: 0 0.45rem 0 0.25rem;
  color: #94a3b8;
  font-weight: 600;
}
.gco-breadcrumbs a {
  color: var(--gc-blue);
  text-decoration: none;
  font-weight: 600;
}
.gco-breadcrumbs a:hover { text-decoration: underline; }
.gco-breadcrumbs span[aria-current="page"] {
  color: var(--gc-anthracite);
  font-weight: 700;
}

/* Timeline reveal */
.timeline-item {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.timeline-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.timeline-item .timeline-year {
  background: var(--gc-blue-soft);
  color: var(--gc-blue);
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
}

@media (max-width: 900px) {
  .pillars-grid { grid-template-columns: 1fr; }
  .pillars, .saas-showcase, .trust-strip { padding-left: 5%; padding-right: 5%; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .gco-float-cta { left: 0.75rem; right: 0.75rem; max-width: none; bottom: calc(0.75rem + env(safe-area-inset-bottom)); }
  .gco-float-cta-copy small { display: none; }
}
@media (max-width: 560px) {
  .trust-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .timeline-item { opacity: 1; transform: none; transition: none; }
  .gco-float-cta { transition: none; }
}
