/* MakiTools — Landing Page Styles */

.lp-alert-banner { background: #1A1A2E; color: #FF6B00; text-align: center; padding: 10px 16px; font-size: 14px; font-weight: 600; position: sticky; top: 0; z-index: 100; }
.lp-container { max-width: 900px; margin: 0 auto; padding: 0 16px; }
.lp-section { padding: 40px 0; }
.lp-section:nth-child(even) { background: #f9f9f9; }
.lp-section h2 { font-size: 22px; font-weight: 700; margin-bottom: 24px; text-align: center; }

/* Hero */
.lp-hero { padding: 32px 0; background: #fff; }
.lp-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.lp-hero-image { position: relative; }
.lp-hero-image img { width: 100%; border-radius: 12px; }
.lp-badge-discount { position: absolute; top: 12px; left: 12px; background: #FF6B00; color: #fff; padding: 6px 14px; border-radius: 20px; font-weight: 700; font-size: 14px; z-index: 2; }
.lp-rating { font-size: 14px; color: #f59e0b; margin-bottom: 8px; }
.lp-rating span { color: #666; }
.lp-hero-info h1 { font-size: 24px; font-weight: 700; line-height: 1.3; margin-bottom: 16px; }
.lp-price-block { margin-bottom: 20px; display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.lp-price-sale { font-size: 32px; font-weight: 800; color: #00A651; }
.lp-price-regular { font-size: 18px; color: #999; text-decoration: line-through; }
.lp-price-save { font-size: 13px; background: #e8f5e9; color: #2e7d32; padding: 4px 10px; border-radius: 12px; font-weight: 600; }
.lp-cta-primary { display: block; width: 100%; background: #FF6B00; color: #fff; text-align: center; padding: 16px 24px; border-radius: 10px; font-size: 18px; font-weight: 700; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s; }
.lp-cta-primary:hover { background: #E05E00; color: #fff; }
.lp-payment-terms { display: flex; gap: 16px; margin-top: 14px; font-size: 13px; color: #555; flex-wrap: wrap; }

/* Scarcity */
.lp-scarcity { background: #fff9f0; padding: 24px 0; border-top: 2px solid #FF6B00; border-bottom: 2px solid #FF6B00; }
.lp-stock-bar { height: 10px; background: #eee; border-radius: 5px; overflow: hidden; margin-bottom: 10px; }
.lp-stock-fill { height: 100%; background: linear-gradient(90deg, #FF6B00, #ff3d00); border-radius: 5px; transition: width 1s; }
.lp-stock-info { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 14px; flex-wrap: wrap; gap: 8px; }
.lp-viewers { color: #FF6B00; font-weight: 600; }
.lp-stock-locations { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; }
.lp-loc { background: #fff; border: 1px solid #ddd; border-radius: 8px; padding: 8px 14px; font-size: 13px; display: flex; gap: 8px; }
.lp-loc-city { font-weight: 600; }
.lp-loc-qty { color: #00A651; font-weight: 600; }
.lp-loc-qty.soldout { color: #d32f2f; }
.lp-stock-warn { text-align: center; font-size: 14px; color: #d32f2f; font-weight: 600; margin-top: 8px; }

/* Kit Contents */
.lp-kit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.lp-kit-item { background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; padding: 16px; text-align: center; font-size: 14px; }
.lp-kit-item.main { border-color: #00A651; background: #f5faf7; }
.lp-kit-item.gift { border-color: #FF6B00; background: #fff9f0; }
.lp-kit-icon { font-size: 28px; display: block; margin-bottom: 8px; }
.lp-kit-tag { display: inline-block; background: #00A651; color: #fff; font-size: 11px; padding: 2px 8px; border-radius: 10px; margin-top: 6px; }
.lp-kit-item.gift .lp-kit-tag { background: #FF6B00; }

/* Shield */
.lp-shield { background: #f5faf7; }
.lp-shield-box { background: #fff; border: 2px solid #00A651; border-radius: 12px; padding: 24px; text-align: center; }
.lp-shield-box h2 { color: #00A651; margin-bottom: 8px; }
.lp-shield-box p { font-size: 15px; color: #555; margin: 0; }

/* Why cheap */
.lp-why-content { max-width: 600px; margin: 0 auto; font-size: 15px; line-height: 1.7; }
.lp-why-content ul { list-style: none; padding: 0; }
.lp-why-content li { margin: 8px 0; }

/* Specs */
.lp-specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.lp-spec-group h3 { font-size: 16px; margin-bottom: 12px; color: #1A1A2E; }
.lp-spec-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.lp-spec-table td { padding: 8px 12px; border-bottom: 1px solid #eee; }
.lp-spec-table td:first-child { font-weight: 600; color: #555; width: 45%; }

/* Reviews */
.lp-reviews-section { background: #f9f9f9; }
.lp-review-header { text-align: center; margin-bottom: 24px; }
.lp-review-score { font-size: 36px; font-weight: 800; color: #1A1A2E; }
.lp-review-stars { font-size: 24px; color: #f59e0b; margin: 0 8px; }
.lp-review-count { font-size: 14px; color: #666; }
.lp-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lp-review { background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; padding: 20px; }
.lp-review-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; font-size: 14px; }
.lp-verified { font-size: 12px; color: #00A651; }
.lp-review-stars { color: #f59e0b; font-size: 14px; }
.lp-review h4 { font-size: 15px; margin: 8px 0; }
.lp-review p { font-size: 13px; color: #555; line-height: 1.6; }
.lp-review-date { font-size: 12px; color: #999; margin-top: 8px; display: block; }

/* Guarantees */
.lp-guarantees { background: #1A1A2E; color: #fff; padding: 48px 0; }
.lp-guarantees h2 { color: #fff; }
.lp-guar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; margin-bottom: 32px; }
.lp-guar-icon { font-size: 40px; display: block; margin-bottom: 12px; }
.lp-guar h3 { font-size: 16px; margin-bottom: 8px; }
.lp-guar p { font-size: 13px; color: #aaa; line-height: 1.6; }
.lp-trust-row { display: flex; justify-content: center; gap: 24px; font-size: 13px; color: #ccc; flex-wrap: wrap; }

/* FAQ */
.lp-faq { max-width: 600px; margin: 0 auto; }
.lp-faq-item { border-bottom: 1px solid #e0e0e0; }
.lp-faq-q { width: 100%; background: none; border: none; padding: 16px 0; font-size: 15px; font-weight: 600; text-align: left; cursor: pointer; display: flex; justify-content: space-between; }
.lp-faq-q::after { content: '+'; font-size: 20px; color: #00A651; transition: transform 0.2s; }
.lp-faq-item.open .lp-faq-q::after { content: '−'; }
.lp-faq-a { max-height: 0; overflow: hidden; font-size: 14px; color: #555; line-height: 1.7; transition: max-height 0.3s, padding 0.3s; padding: 0; }
.lp-faq-item.open .lp-faq-a { max-height: 200px; padding-bottom: 16px; }

/* Order Form */
.lp-order { background: #f5faf7; padding: 48px 0; }
.lp-order-box { max-width: 500px; margin: 0 auto; background: #fff; border: 2px solid #00A651; border-radius: 16px; padding: 24px; }
.lp-order-summary { margin-bottom: 20px; }
.lp-order-product { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; }
.lp-order-product img { width: 80px; border-radius: 8px; }
.lp-order-perks { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; }
.lp-order-perks span { background: #f5faf7; border: 1px solid #c8e6c9; border-radius: 6px; padding: 4px 10px; }
.lp-field { margin-bottom: 14px; }
.lp-field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 4px; }
.lp-field input { width: 100%; padding: 10px 14px; border: 1px solid #ddd; border-radius: 8px; font-size: 15px; box-sizing: border-box; }
.lp-field input:focus { border-color: #00A651; outline: none; }
.lp-field-row { display: grid; grid-template-columns: 2fr 1fr; gap: 12px; }
.lp-cta-submit { margin-top: 8px; font-size: 17px; }
.lp-form-note { text-align: center; font-size: 12px; color: #888; margin-top: 12px; }

/* Sticky bar */
.lp-sticky-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 2px solid #00A651; padding: 10px 16px; z-index: 200; justify-content: space-between; align-items: center; box-shadow: 0 -4px 12px rgba(0,0,0,0.1); }
.lp-sticky-price { display: flex; align-items: baseline; gap: 8px; }
.lp-sticky-price .lp-price-sale { font-size: 22px; }
.lp-sticky-price .lp-price-regular { font-size: 14px; }
.lp-cta-sticky { background: #FF6B00; color: #fff; padding: 12px 28px; border-radius: 8px; font-weight: 700; text-decoration: none; font-size: 15px; }

/* MOBILE */
@media (max-width: 768px) {
  .lp-hero-grid { grid-template-columns: 1fr; }
  .lp-kit-grid { grid-template-columns: 1fr 1fr; }
  .lp-specs-grid { grid-template-columns: 1fr; }
  .lp-reviews-grid { grid-template-columns: 1fr; }
  .lp-guar-grid { grid-template-columns: 1fr; }
  .lp-hero-info h1 { font-size: 20px; }
  .lp-price-sale { font-size: 28px; }
  .lp-sticky-bar { display: flex; }
  .lp-stock-locations { justify-content: center; }
}
