/*
Theme Name: Fatbike Center
Theme URI: https://fatbikecenter.nl
Author: Fatbike Center
Description: Custom WordPress theme voor Fatbike Center met fatbike verkoop, service, onderhoud en afspraakmodule.
Version: 1.0.0
Text Domain: fatbikecenter
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  color: #111827;
  background: #f4f6f3;
  line-height: 1.6;
}

.site-header {
  background: linear-gradient(135deg, #07130d, #142019 55%, #1f3b27);
  color: #ffffff;
}

.navbar {
  max-width: 1120px;
  margin: 0 auto;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.logo span {
  color: #22c55e;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: 90px 20px 110px;
}

.hero-content {
  max-width: 680px;
}

.label {
  color: #86efac;
  font-weight: 700;
  margin-bottom: 12px;
}

h1 {
  font-size: clamp(42px, 7vw, 72px);
  line-height: 1.05;
  margin-bottom: 20px;
}

.hero-text {
  font-size: 20px;
  color: #e5e7eb;
  margin-bottom: 32px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary,
.btn-small {
  display: inline-block;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
}

.btn-primary {
  background: #35b233;
  color: #052e16;
  padding: 14px 22px;
}

.btn-secondary {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 12px 22px;
}

.btn-small {
  background: #35b233;
  color: #052e16 !important;
  padding: 9px 16px;
}

main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 70px 20px;
}

.intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 45px;
}

h2 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.section-label {
  color: #16a34a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.shop {
  margin-bottom: 70px;
}

.shop-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.shop-heading div {
  max-width: 720px;
}

.cart-link span {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  margin-left: 7px;
  place-items: center;
  border-radius: 999px;
  background: #052e16;
  color: #ffffff;
  font-size: 13px;
}

.shop-banner {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 22px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}

.benefit-strip span {
  padding: 14px 16px;
  border-radius: 12px;
  background: #0f1b14;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.product-card,
.cart-box,
.category-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.sale-badge {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #35b233;
  color: #052e16;
  font-size: 13px;
  font-weight: 900;
}

.product-gallery {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 8px;
  padding: 12px;
  background: #f8fafc;
}

.product-gallery img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  border-radius: 10px;
  background: #ffffff;
}

.product-gallery img + img {
  height: 210px;
}

.product-info {
  padding: 22px;
}

.product-info h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.stock {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: 13px;
  font-weight: 800;
}

.colors {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.swatch {
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #cbd5e1;
}

.swatch.black {
  background: #050505;
}

.swatch.grey {
  background: #9ca3af;
}

.swatch.dark-grey {
  background: #374151;
}

.swatch.green {
  background: #1f6b38;
}

.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
}

.price {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.price span {
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: line-through;
}

.price strong,
.cart-total strong {
  font-size: 24px;
}

.product-bottom button {
  padding: 11px 16px;
  border: 0;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
}

.cart-box {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 22px;
  margin-top: 24px;
  padding: 24px;
}

.cart-box h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.cart-box ul {
  margin-top: 12px;
}

.cart-total {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  border-radius: 14px;
  background: #f1f5f9;
}

.categories {
  margin-bottom: 70px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.category-card {
  color: #111827;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
}

.category-card img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  background: #f8fafc;
}

.category-card div {
  padding: 18px;
}

.category-card h3 {
  margin-bottom: 6px;
  font-size: 20px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 42px;
}

.card,
.highlight-box,
.contact {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.card h3,
.highlight-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.pickup-service {
  margin-bottom: 70px;
}

.pickup-intro {
  max-width: 850px;
  margin-bottom: 24px;
}

.pickup-intro p {
  margin-bottom: 12px;
}

.pickup-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 26px 0 22px;
}

.pickup-photo-grid img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.service-feature-grid,
.quality-grid {
  display: grid;
  gap: 18px;
}

.service-feature-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 18px;
}

.quality-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-feature,
.quality-grid article {
  padding: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.service-feature h3,
.quality-grid h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.service-feature p {
  margin-bottom: 18px;
}

.why {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 70px;
}

ul {
  list-style: none;
  margin-top: 18px;
}

li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 800;
}

.highlight-box {
  background: #ecfdf5;
}

.highlight-box p {
  margin-bottom: 20px;
}

.contact {
  text-align: center;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 28px 0;
  text-align: left;
}

.contact-grid div {
  background: #f1f5f9;
  border-radius: 16px;
  padding: 18px;
}

footer {
  text-align: center;
  padding: 28px 20px;
  background: #111827;
  color: #e5e7eb;
}

.info-page .site-header {
  background: #07130d;
}

.info-hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: 58px 20px 68px;
}

.info-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.info-layout img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.16);
}

.info-panel {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.info-panel h2 {
  font-size: 28px;
}

.info-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.info-panel .btn-secondary {
  border-color: #111827;
  color: #111827;
}

.service-story {
  margin-top: 44px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-bottom: 64px;
}

.step-card {
  padding: 0 18px;
  background: transparent;
  text-align: center;
}

.step-card span {
  display: grid;
  width: 112px;
  height: 112px;
  margin: 0 auto 24px;
  place-items: center;
  border-radius: 50%;
  background: #eef1ee;
  color: #374151;
  font-size: 46px;
  font-weight: 500;
}

.step-card h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.appointment-promo {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
  margin-bottom: 48px;
}

.appointment-promo.reverse-layout img {
  order: 2;
}

.appointment-promo img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.16);
}

.appointment-promo h2 {
  font-size: clamp(34px, 5vw, 52px);
}

.appointment-promo p {
  margin-bottom: 14px;
}

.service-steps {
  margin-top: 20px;
}

.compact-list {
  margin: 14px 0 0;
}

.compact-list li {
  font-size: 15px;
  margin-bottom: 8px;
}

.service-details {
  display: grid;
  gap: 54px;
  margin-bottom: 52px;
}

.faq-box {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.faq-box h2 {
  font-size: clamp(38px, 6vw, 58px);
  margin-bottom: 28px;
}

.faq-list {
  display: grid;
  gap: 0;
  margin-top: 8px;
  text-align: left;
}

.faq-list details {
  border-bottom: 1px solid #e5e7eb;
  background: transparent;
}

.faq-list summary {
  position: relative;
  padding: 24px 70px 24px 0;
  cursor: pointer;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef1ee;
  color: #111827;
  font-size: 26px;
  font-weight: 900;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  max-width: 780px;
  padding: 0 70px 24px 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
}

.store-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.store-box h2 {
  font-size: 30px;
}

.store-box iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 12px;
  background: #f1f5f9;
}

.store-box a {
  color: #166534;
  font-weight: 800;
}

.appointment {
  margin-top: 44px;
  padding: 30px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.appointment-heading {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}

.hours-box {
  padding: 18px;
  border-radius: 12px;
  background: #ecfdf5;
}

.hours-box strong {
  display: block;
  margin-bottom: 8px;
}

.appointment-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.appointment-form label {
  display: grid;
  gap: 7px;
  color: #111827;
  font-weight: 800;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #ffffff;
  color: #111827;
  font: inherit;
}

.appointment-form textarea {
  resize: vertical;
}

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
  border-color: #35b233;
  outline: 3px solid rgba(53, 178, 51, 0.18);
}

.appointment-form button {
  justify-self: start;
}

.form-note {
  color: #475569;
  font-weight: 700;
}

@media (max-width: 820px) {
  .navbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 12px;
  }

  .shop-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .shop-banner {
    height: 220px;
  }

  .benefit-strip,
  .appointment-heading,
  .appointment-promo,
  .cards,
  .category-grid,
  .info-layout,
  .product-grid,
  .pickup-photo-grid,
  .service-details,
  .service-feature-grid,
  .steps-grid,
  .store-box,
  .quality-grid,
  .why,
  .contact-grid,
  .cart-box {
    grid-template-columns: 1fr;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .cart-total {
    align-items: stretch;
  }

  .hero {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
