/* Mobile-first base styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: system-ui, -apple-system, 'Segoe UI', sans-serif; color: #1a1a2e; line-height: 1.6; font-size: 16px; }

/* Header */
.lp-header { background: #1d1d2e; color: #fff; text-align: center; padding: 14px 16px; }
.lp-brand { font-size: 18px; font-weight: 800; letter-spacing: 1px; color: #1D9E75; }

/* Hero */
.lp-hero { background: linear-gradient(135deg, #1d1d2e, #2e2e50); color: #fff; text-align: center; padding: 40px 16px 32px; }
.lp-hero-img { max-width: 280px; width: 100%; border-radius: 12px; margin-bottom: 20px; box-shadow: 0 8px 32px rgba(0,0,0,.3); }
.lp-hero h1 { font-size: clamp(22px, 5vw, 36px); font-weight: 800; line-height: 1.2; margin-bottom: 12px; }
.subheadline { font-size: 16px; color: #a0c4b8; max-width: 520px; margin: 0 auto; }

/* Sections */
.lp-section { padding: 32px 16px; }
.lp-inner { max-width: 480px; margin: 0 auto; }
.lp-desc { background: #f9fafb; }
.lp-desc p { font-size: 15px; color: #374151; }

/* Price */
.lp-price { text-align: center; background: #fff; }
.price-normal { font-size: 18px; color: #9ca3af; text-decoration: line-through; margin-right: 12px; }
.price-promo { font-size: 36px; font-weight: 800; color: #1D9E75; }

/* Testimoni */
.lp-testi { background: #f0fdf8; }
.lp-testi h2 { text-align: center; font-size: 20px; margin-bottom: 20px; }
.testi-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.testi-card { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.testi-card img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; margin-bottom: 12px; }
.testi-card p { font-size: 14px; color: #374151; margin-bottom: 10px; font-style: italic; }
.testi-card strong { font-size: 13px; color: #1d1d2e; }
.testi-card small { display: block; font-size: 11px; color: #9ca3af; margin-top: 2px; }

/* Form */
.lp-form-section { background: #fff; }
.lp-form-section h2 { font-size: 22px; font-weight: 700; text-align: center; margin-bottom: 6px; }
.form-note { text-align: center; color: #6b7280; font-size: 14px; margin-bottom: 24px; }
.order-form { max-width: 480px; margin: 0 auto; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: #374151; margin-bottom: 6px; }
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1.5px solid #d1d5db;
  border-radius: 10px;
  font-size: 16px; /* min 16px: cegah zoom iOS */
  color: #1a1a2e;
  appearance: none;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { outline: none; border-color: #1D9E75; box-shadow: 0 0 0 3px rgba(29,158,117,.12); }

/* CTA Button — touch-friendly */
.btn-order {
  display: block;
  width: 100%;
  min-height: 56px;
  padding: 16px;
  background: #1D9E75;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-top: 8px;
  transition: background .15s, transform .1s;
  letter-spacing: .3px;
  -webkit-tap-highlight-color: transparent;
}
.btn-order:hover { background: #178a64; }
.btn-order:active { transform: scale(.98); }
.btn-order:disabled { opacity: .6; cursor: not-allowed; }

/* Alert */
.form-alert { padding: 12px 16px; border-radius: 8px; margin-bottom: 16px; font-size: 14px; }
.form-alert-success { background: #d1fae5; color: #065f46; border: 1px solid #6ee7b7; }
.form-alert-error { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }

/* Footer */
.lp-footer { background: #1d1d2e; color: #6b7280; text-align: center; padding: 20px 16px; font-size: 12px; }

/* Desktop */
@media (min-width: 600px) {
  .lp-section { padding: 40px 24px; }
  .lp-inner { max-width: 640px; }
  .testi-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
}
