*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Inter', sans-serif;
  background: #f5f5f5;
  color: #222;
  font-size: 15px;
  line-height: 1.5;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }

a { color: inherit; text-decoration: none; }

/* ALERT */
.alert-bar {
  background: #ff4444;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-weight: 600;
}

/* HERO */
.hero {
  background: linear-gradient(135deg, #fff 60%, #f0faf0 100%);
  padding: 32px 0 24px;
  border-bottom: 3px solid #e8e8e8;
}

.hero-inner {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.hero-image-col {
  flex: 0 0 320px;
  position: relative;
}

.badge-avantajli {
  background: linear-gradient(135deg, #ff6b00, #ff9500);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(255,107,0,0.3);
}

.product-image-wrap {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  text-align: center;
}

.product-img {
  width: 100%;
  max-width: 260px;
  height: auto;
  object-fit: contain;
}

.tablet-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #2d7a2d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 12px;
}

.trust-badges-side {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.trust-badge-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #2d7a2d;
}

.tb-icon { font-size: 16px; }

/* Hero Info */
.hero-info-col { flex: 1; }

.brand-tag {
  background: #2d7a2d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 8px;
}

.product-title {
  font-size: 28px;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 6px;
}

.product-subtitle {
  color: #555;
  font-size: 14px;
  margin-bottom: 12px;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.stars { color: #f5a623; font-size: 18px; }
.rating-val { font-weight: 700; color: #333; }
.rating-sep { color: #ccc; }
.rating-count, .qa-count { font-size: 13px; color: #666; }

.favorite-row {
  color: #e74c3c;
  font-size: 14px;
  margin-bottom: 10px;
}

.product-desc {
  color: #555;
  font-size: 14px;
  margin-bottom: 14px;
  line-height: 1.8;
}

.product-desc br + br { display: block; content: ''; margin-top: 6px; }

.price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.price-old {
  text-decoration: line-through;
  color: #999;
  font-size: 16px;
}

.discount-label {
  background: #ff4444;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
}

.price-new {
  font-size: 36px;
  font-weight: 900;
  color: #2d7a2d;
  margin-bottom: 16px;
}

.btn-cta {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b00, #ff9500);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding: 16px 40px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(255,107,0,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  margin-bottom: 20px;
  text-decoration: none;
}

.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,107,0,0.5);
}

.trust-strip {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 14px 0;
  border-top: 1px solid #eee;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #444;
}

/* MAIN CONTENT */
.main-content { padding: 32px 0; }

.content-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 28px;
  align-items: start;
}

/* Section Blocks */
.section-block {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.section-title {
  font-size: 20px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.block-title {
  font-size: 16px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #2d7a2d;
}

/* Features */
.features-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.feature-card {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 14px 8px;
  text-align: center;
  border: 1px solid #eee;
}

.feature-icon { font-size: 28px; margin-bottom: 6px; }
.feature-label { font-size: 11px; font-weight: 600; color: #333; line-height: 1.3; }

/* Ingredients */
.ingredient-inner {
  display: flex;
  gap: 20px;
  align-items: center;
}

.ingredient-list { flex: 1; }
.ingredient-note { font-size: 13px; color: #666; margin-bottom: 8px; }
.ingredient-list ul { list-style: none; }
.ingredient-list ul li {
  padding: 5px 0;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
}

.ingredient-img { flex: 0 0 140px; }
.ingredient-img img { width: 100%; border-radius: 8px; }

/* Who */
.who-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.who-card {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 16px 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  border: 1px solid #eee;
}

.who-icon { font-size: 28px; margin-bottom: 8px; }

/* Reviews */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.review-card {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 16px;
  border: 1px solid #eee;
}

.review-stars { color: #f5a623; font-size: 16px; margin-bottom: 8px; }
.review-text { font-size: 13px; color: #444; margin-bottom: 10px; line-height: 1.5; }
.review-footer { display: flex; flex-direction: column; gap: 4px; }
.review-footer strong { font-size: 13px; }
.verified-badge { font-size: 11px; color: #2d7a2d; font-weight: 600; }

/* ORDER FORM */
.order-form-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  position: sticky;
  top: 20px;
}

.form-header {
  background: #2d7a2d;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 16px 20px;
  text-align: center;
  letter-spacing: 1px;
}

#orderForm { padding: 20px; }

.form-section-title {
  font-size: 13px;
  font-weight: 700;
  color: #2d7a2d;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-group {
  position: relative;
  margin-bottom: 10px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.2s;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #2d7a2d;
}

.form-group textarea { resize: none; }

.form-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  pointer-events: none;
}

.form-group:has(.form-icon) input {
  padding-left: 36px;
}

.form-group:has(.form-icon) textarea {
  padding-left: 36px;
}

.card-no-group .card-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.form-row { display: flex; gap: 10px; }
.form-group.half { flex: 1; }

.cvv-help {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #999;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: help;
}

.form-error {
  background: #fff0f0;
  border: 1px solid #ffcccc;
  color: #cc0000;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 10px;
}

.btn-order {
  width: 100%;
  background: linear-gradient(135deg, #2d7a2d, #3d9a3d);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  padding: 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.2s;
  font-family: inherit;
}

.btn-order:hover { opacity: 0.9; }
.btn-order:disabled { opacity: 0.6; cursor: not-allowed; }

.ssl-info {
  text-align: center;
  font-size: 12px;
  color: #666;
  padding: 10px 20px 0;
}

.payment-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px 16px;
}

.payment-logos img { height: 28px; }

.ssl-badge {
  background: #2d7a2d;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.3;
}

/* WHY BOX */
.why-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.why-inner { display: flex; gap: 16px; align-items: center; }

.why-text h3 {
  font-size: 14px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.why-text ul { list-style: none; }
.why-text ul li {
  font-size: 13px;
  color: #333;
  padding: 4px 0;
  font-weight: 500;
}

.why-img { flex: 0 0 100px; }
.why-img img { width: 100%; border-radius: 8px; }

/* FOOTER TRUST */
.footer-trust {
  background: #1a1a1a;
  color: #fff;
  padding: 28px 0;
}

.footer-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.ft-item { padding: 0 10px; }
.ft-icon { font-size: 28px; margin-bottom: 8px; }
.ft-item strong { display: block; font-size: 13px; margin-bottom: 4px; }
.ft-item p { font-size: 12px; color: #aaa; }

/* FOOTER */
.footer {
  background: #111;
  color: #ccc;
  padding: 40px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}

.footer-logo {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}

.footer-col p { font-size: 13px; line-height: 1.6; }

.social-links { display: flex; gap: 12px; margin-top: 12px; font-size: 20px; }
.social-links a:hover { opacity: 0.7; }

.footer-col h4 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 6px; }
.footer-col ul li a { font-size: 13px; color: #aaa; }
.footer-col ul li a:hover { color: #fff; }

.wp-link { color: #25d366; font-size: 13px; }

.footer-payment { display: flex; gap: 8px; align-items: center; margin-top: 8px; }
.footer-payment img { height: 24px; filter: brightness(0.8); }

.footer-bottom {
  text-align: center;
  padding: 16px 0;
  font-size: 12px;
  color: #666;
}

/* ÖDEME YÖNTEMİ TABS */
.payment-method-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.pm-tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 8px;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  transition: all 0.2s;
  user-select: none;
}

.pm-tab input[type="radio"] { display: none; }

.pm-tab:hover { border-color: #aaa; }

.pm-tab.active {
  border-color: #2d7a2d;
  background: #e8f5e9;
  color: #2d7a2d;
}

/* HAVALE BİLGİ KUTUSU */
.havale-info-box {
  background: #e3f2fd;
  border: 1px solid #90caf9;
  border-radius: 10px;
  padding: 14px 16px;
}

.havale-title {
  font-size: 13px;
  font-weight: 800;
  color: #1565c0;
  margin-bottom: 10px;
}

.havale-banka-row {
  padding: 8px 0;
  border-bottom: 1px solid #bbdefb;
}

.havale-banka-row:last-of-type { border: none; }

.havale-banka-ad {
  font-weight: 700;
  font-size: 13px;
  color: #1a1a1a;
}

.havale-banka-detail {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 3px;
  font-size: 12px;
  color: #444;
}

.havale-iban {
  font-family: monospace;
  background: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  color: #1565c0;
  font-weight: 600;
}

.havale-iban:hover { background: #e3f2fd; }

.havale-aciklama {
  font-size: 12px;
  color: #1565c0;
  margin-top: 8px;
  font-weight: 500;
  line-height: 1.5;
}

/* PAYTR MODAL */
.paytr-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paytr-modal-inner {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #666;
}

/* MOBILE */
@media (max-width: 900px) {
  .hero-inner { flex-direction: column; }
  .hero-image-col { flex: none; width: 100%; }
  .content-grid { grid-template-columns: 1fr; }
  .content-right { order: -1; }
  .order-form-box { position: static; }
  .features-grid { grid-template-columns: repeat(3, 1fr); }
  .who-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-trust-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .product-title { font-size: 22px; }
  .price-new { font-size: 28px; }
  .btn-cta { font-size: 16px; padding: 14px 24px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip { gap: 12px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-trust-grid { grid-template-columns: 1fr 1fr; }
  .ingredient-inner { flex-direction: column; }
  .ingredient-img { width: 100%; }
}
