/* Slideshow navigation arrows */
.slide-prev, .slide-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(47, 91, 62, 0.8);
  color: #fff;
  font-size: 32px;
  padding: 12px 18px;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  z-index: 2;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.slide-prev {
  left: 12px;
}
.slide-next {
  right: 12px;
}
.slide-prev:hover, .slide-next:hover {
  background: #2f5b3e;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}
.slideshow-container {
  position: relative;
}

/* Slideshow image styling */
.slideshow-container {
  max-width: 600px;
  margin: 0 auto;
}
.slideshow-img {
  width: 100%;
  max-width: 600px;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
/* ===================================================
   Product Section Styles
   ================================================== */

#product{
  background:linear-gradient(180deg, var(--sand) 0%, transparent 100%);
}

#product h2{
  text-align:left; 
  font-size:clamp(32px, 3.5vw, 44px); 
  color:var(--deep);
  margin-bottom:20px;
  margin-top:0;
}

#product .container{
  background:#FCF9F2;
  padding:50px;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}

.product-intro{
  text-align:center;
  max-width:700px;
  margin:0 auto 40px;
  font-size:18px;
  color:var(--muted);
}

.product-grid{display:grid; gap:30px; grid-template-columns: .9fr 1.1fr; align-items: center;}

.product-intro {
  text-align: left;
  max-width: 100%;
  margin: 0 0 30px;
  font-size: 18px;
  color: var(--muted);
  line-height: 1.6;
}

.illus{
  background:linear-gradient(180deg, #cfe4d1, #f9fcf8 55%);
  border:1px solid var(--line); border-radius:18px; 
  height: auto;
  min-height: 500px;
  position:relative; overflow:hidden; box-shadow:var(--shadow)
}

/* ===================================================
   Slideshow Styles
   ================================================== */

.slideshow-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
}

.slide {
  display: none;
  animation: fadeIn 0.5s;
  height: 100%;
}

.slide.active {
  display: block;
}

.slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  min-height: 500px;
}

@keyframes fadeIn {
  from { opacity: 0.4; }
  to { opacity: 1; }
}

/* Navigation arrows */
.slide-prev, .slide-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  padding: 0;
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 50%;
  user-select: none;
  background-color: rgba(47, 91, 62, 0.7);
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-prev {
  left: -60px;
}

.slide-next {
  right: -60px;
}

.slide-prev:hover, .slide-next:hover {
  background-color: rgba(47, 91, 62, 0.95);
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Dots */
.slide-dots {
  text-align: center;
  position: absolute;
  bottom: 25px;
  width: 100%;
  z-index: 100;
  background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
  padding: 15px 0 10px;
}

.dot {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 8px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.dot.active {
  background-color: #2f5b3e;
  border-color: white;
  transform: scale(1.3);
  box-shadow: 0 3px 10px rgba(47, 91, 62, 0.8);
}

.dot:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.2);
}

/* Responsive adjustments */
@media(max-width: 768px) {
  .product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .slide-prev, .slide-next {
    padding: 12px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    /* On mobile, show them inside the image */
    left: 10px !important;
  }
  
  .slide-next {
    right: 10px !important;
    left: auto !important;
  }
  
  .slide img {
    min-height: 250px;
  }
  
  .illus {
    min-height: 300px;
  }
}

.bullet{display:flex; gap:10px}

.bullet:before{
  content:"•"; color:var(--deep); font-weight:900; display:block; line-height:1.2
}

.quote{font-style:italic; color:var(--muted); margin:6px 0}

.illus{
  background:linear-gradient(180deg, #cfe4d1, #f9fcf8 55%);
  border:1px solid var(--line); border-radius:18px; height:220px;
  position:relative; overflow:hidden; box-shadow:var(--shadow)
}

/* wat wij bieden */
.offer{
  display:grid; gap:24px; grid-template-columns: 1fr 1fr;
  align-items:center; background:linear-gradient(180deg, var(--sand), transparent);
  padding:26px 0 10px;
}

.comparison{
  border:1px dashed var(--leaf); border-radius:18px; padding:16px; background:#fff;
  display:flex; align-items:center; justify-content:center
}

.mock{
  width:100%; height:300px; border-radius:12px; background:
    linear-gradient(90deg, #dcdcdc 49.5%, transparent 49.5% 50.5%, #dcdcdc 50.5%),
    linear-gradient(#f6f6f6, #ececec);
  display:grid; place-items:center; color:#7a7a7a; font-size:16px; font-weight:600
}

.testimonials{display:grid; gap:12px}

.review{
  border:1px solid var(--line); 
  border-radius:14px; 
  padding:20px; 
  background:#fff; 
  box-shadow:var(--shadow);
  transition:transform 0.3s, box-shadow 0.3s;
}

.review:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.review p{
  margin:8px 0 4px;
}

.stars{letter-spacing:2px; color:#f2b01e}

/* bestel */
#bestel {
  padding: 60px 0;
  background: linear-gradient(180deg, #fff 0%, var(--sand) 100%);
}

#bestel h2 {
  text-align: center;
  font-size: clamp(32px, 3.5vw, 44px);
  color: var(--deep);
  margin-bottom: 16px;
}

.order-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 18px;
  color: var(--muted);
}

.order-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Product Card */
.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px;
  box-shadow: var(--shadow);
  height: fit-content;
  position: sticky;
  top: 100px;
}

.product-header h3 {
  font-size: 24px;
  color: var(--deep);
  margin-bottom: 12px;
  line-height: 1.3;
}

.product-description {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.product-features {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
  padding: 20px;
  background: linear-gradient(135deg, #f0f7f1, #fdfdfb);
  border-radius: 12px;
  border: 1px solid #e5efe6;
}

.feature-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--deep);
  font-weight: 500;
}

.product-pricing {
  padding-top: 20px;
  border-top: 2px solid var(--line);
}

.pricing-table {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.pricing-header {
  background: linear-gradient(135deg, var(--deep), var(--leaf));
  color: #fff;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s;
  position: relative;
}

.price-row:last-of-type {
  border-bottom: none;
}

.price-row:hover {
  background: #f9fcf9;
}

.price-row.highlight {
  background: linear-gradient(135deg, #f0f7f1, #fdfdfb);
  border-left: 3px solid var(--leaf);
}

.price-qty {
  font-size: 15px;
  color: var(--deep);
  font-weight: 500;
}

.price-amount {
  font-size: 16px;
  font-weight: 700;
  color: var(--deep);
}

.price-badge {
  position: absolute;
  right: 100px;
  background: var(--leaf);
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.price-note-box {
  padding: 14px 16px;
  background: linear-gradient(135deg, #fff8e1, #fffef7);
  border-top: 1px solid #f0f0f0;
  font-size: 13px;
  color: #7a6a00;
  line-height: 1.5;
}

.payment-methods {
  margin-top: 20px;
  padding: 16px;
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border-radius: 12px;
  border: 1px solid var(--line);
}

.payment-header {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 10px;
  font-weight: 600;
}

.payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.payment-icon {
  display: inline-block;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--deep);
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* Shipping Info */
.shipping-info {
  margin-top: 20px;
  padding: 16px;
  background: linear-gradient(135deg, #e8f5e9, #f1f8f4);
  border-radius: 12px;
  border: 1px solid #c8e6c9;
}

.shipping-header {
  font-size: 14px;
  color: var(--deep);
  margin-bottom: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}

.shipping-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.shipping-item {
  font-size: 13px;
  color: var(--deep);
  line-height: 1.5;
}

.shipping-item strong {
  color: var(--leaf);
  font-weight: 600;
}

.shipping-note {
  margin-top: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  font-size: 12px;
  color: #2e7d32;
  line-height: 1.5;
  border-left: 3px solid var(--leaf);
}

.price-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price-label {
  font-size: 24px;
  font-weight: 700;
  color: var(--deep);
}

.price-note {
  font-size: 14px;
  color: var(--leaf);
  font-weight: 500;
}

/* Order Form Card */
.order-form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px;
  box-shadow: var(--shadow);
}

.order-form-card h3 {
  font-size: 24px;
  color: var(--deep);
  margin-bottom: 24px;
}

.order-confirmation {
  background: #d4edda;
  color: #155724;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #c3e6cb;
}

.order-error {
  background: #f8d7da;
  color: #721c24;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #f5c6cb;
}

/* Order Form Styling */
.order-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
  color: var(--deep);
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.2s;
  background: #fff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--leaf);
  box-shadow: 0 0 0 3px rgba(91, 149, 104, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 60px;
}

.order-submit-btn {
  background: var(--deep);
  color: #fff;
  padding: 16px 32px;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: var(--shadow);
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.order-submit-btn .btn-icon {
  font-size: 18px;
}

.order-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(47, 91, 62, 0.3);
  background: #2a4a35;
}

.order-submit-btn:active {
  transform: translateY(0);
}

/* Price Display */
.price-display {
  background: linear-gradient(135deg, #f0f7f1, #fdfdfb);
  border: 2px solid var(--leaf);
  border-radius: 12px;
  padding: 16px;
  margin: 16px 0;
}

.price-display-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.price-display .price-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--deep);
}

.price-display .price-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--leaf);
}

.price-display-note {
  font-size: 12px;
  color: var(--muted);
  text-align: right;
}

.form-disclaimer {
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
  text-align: center;
  line-height: 1.5;
}

.big-btn{
  display:inline-block; margin-top:10px; padding:14px 26px; font-weight:800;
  border-radius:999px; background:var(--deep); color:#fff; border:0; box-shadow:var(--shadow);
  transition:all 0.2s; cursor:pointer;
}

.big-btn:hover{transform:translateY(-2px); box-shadow:0 12px 32px rgba(47,91,62,0.3)}
.big-btn:focus{outline:2px solid var(--deep); outline-offset:4px}

/* Responsive styling */
@media (max-width: 768px) {
  #product .container {
    padding: 24px 16px;
  }
  
  .product-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .offer {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .illus {
    min-height: 300px;
  }
  
  .mock {
    height: 220px;
  }
  
  /* Slideshow mobile adjustments */
  .slideshow-container {
    min-height: 300px;
  }
  
  .slide img {
    min-height: 300px;
  }
  
  .slide-prev, .slide-next {
    width: 40px;
    height: 40px;
    font-size: 18px;
    left: 10px !important;
  }
  
  .slide-next {
    right: 10px !important;
    left: auto !important;
  }
  
  .dot {
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
  
  /* Order section responsive */
  .order-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .product-card {
    position: static;
    padding: 24px 16px;
  }
  
  .order-form-card {
    padding: 24px 16px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  #bestel {
    padding: 40px 0;
  }
  
  .product-features {
    padding: 16px;
  }
  
  .pricing-table {
    font-size: 14px;
  }
  
  .price-amount {
    font-size: 15px;
  }
  
  .price-badge {
    position: static;
    display: block;
    margin-top: 6px;
    width: fit-content;
  }
  
  .payment-icons {
    gap: 6px;
  }
  
  .payment-icon {
    font-size: 11px;
    padding: 5px 10px;
  }
}

@media (max-width: 480px) {
  #product .container {
    padding: 20px 12px;
  }
  
  #product h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  
  .product-intro {
    font-size: 16px;
    margin-bottom: 24px;
  }
  
  .product-card,
  .order-form-card {
    padding: 20px 12px;
  }
  
  .product-card h3,
  .order-form-card h3 {
    font-size: 20px;
  }
  
  .illus,
  .slideshow-container {
    min-height: 250px;
  }
  
  .slide img {
    min-height: 250px;
  }
  
  .order-submit-btn {
    padding: 14px 24px;
    font-size: 15px;
  }
  
  .price-display .price-value {
    font-size: 24px;
  }
  
  .shipping-info,
  .payment-methods {
    padding: 12px;
  }
}

