/* ================= HERO ================= */
.ep-hero { background: linear-gradient(135deg, #2d8086, #253a4e); color: #fff; padding: 30px 20px; text-align: center; margin-bottom: 10px; }

.ep-hero-content { max-width: 700px; margin: auto; }

.ep-hero-content h1 { font-size: 32px; margin-bottom: 15px; color: #fff; }

.ep-hero-sub { margin-bottom: 20px; }

.ep-hero-trust { padding-top: 20px; }

.ep-btn { display: inline-block; padding: 10px 18px; margin: 5px; background: #28a745; color: #fff; border-radius: 5px; text-decoration: none; }

.ep-btn.secondary { background: #ffc107; color: #000; }

.ep-seo { margin-top: 20px; padding: 10px 20px; border-radius: 5px; border: 1px solid #ddd; }

/* ================= Home ================= */
.ep-container { max-width: 1200px!important; margin: auto; padding: 0 15px; }

.ep-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; border-radius: 5px; border: 1px solid #ddd; padding: 10px; }

.ep-card { background: #fff; border-radius: 5px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); overflow: hidden; transition: 0.3s; }

.ep-card-img { background: #406185; text-align: center; padding: 15px; }

.ep-card-img img { max-width: 80%; width: 200px; height: 200px; border-radius: 6px; }

.ep-card-body { padding: 15px; text-align: center; }

.ep-card-body h2 { font-weight: 600; margin-bottom: 10px; }

.ep-card-body p { line-height: 1.5; margin-bottom: 15px; }

.ep-btn { display: inline-block; padding: 8px 16px; background: #198754; color: #fff; text-decoration: none; border-radius: 5px; font-size: 15px; }

.ep-btn:hover { background: #0d5231; color: #fff; }

/* ================= FAQ ================= */
.ep-faq-wrapper { margin: 40px 0; padding: 5px 10px; border-radius: 5px; border: 1px solid #ddd; }

.ep-faq-wrapper h2 { margin: 5px auto; text-align: center; font-weight: 600; }

.ep-faq-item { border-bottom: 1px solid #ddd; }

.ep-faq-item:last-child { border-bottom: none; }

.ep-faq-question { width: 100%; text-align: left; padding: 15px; background: transparent; border: none; outline: none; font: inherit; cursor: pointer; font-weight: 600; font-size: large; color: #333; position: relative; }

.ep-faq-item button { background: transparent; }

.ep-faq-question::after { content: "+"; position: absolute; right: 10px; font-size: 18px; }

.ep-faq-item.active .ep-faq-question::after { content: "-"; }

.ep-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; padding: 0 15px; }

.ep-faq-item.active .ep-faq-answer { padding: 10px 15px; }

.ep-faq-answer p { margin: 10px 0; }

/* ================= LIST STYLING ================= */

article ol { margin-left: 20px!important; }

article ol li { position: relative; padding-left: 10px; margin-bottom: 6px; }

article ul { list-style: none; padding-left: 0; }

article ul li { position: relative; padding-left: 25px; margin-bottom: 6px; }

article ul li::before { content: "\f0fb"; font-family: "FontAwesome"; position: absolute; left: 0; top: 2px; color: var(--wp--preset--color--primary, #0073aa); font-size: 13px; }

.ep-features-list li::before { content: "\f00c"; }

.ep-usage-list li::before { content: "\f0da"; }

.ep-tips-list li::before { content: "\f0eb"; }

/* ================= Theme Footer ================= */

.ep-footer-links { display: flex; justify-content: center; text-align: center; font-size: 14px; margin: 10px 0; }

.ep-footer-links a { color: inherit; text-decoration: none; margin: 0 5px; }

.ep-footer-links a:hover { text-decoration: none; color: #ed853b; }

/* ================= Cookies ================= */
#cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #222; color: #fff; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; z-index: 9999; }

#cookie-banner { display: none; }

#cookie-banner p { flex: 1; }

#cookie-banner a { color: #4db8ff; }

#accept-cookie { background: #0073aa; color: #fff; border: none; padding: 6px 12px; cursor: pointer; }

@media (max-width: 600px) {
  #cookie-banner { display: flex; flex-direction: column; align-items: center; }
  #cookie-banner { display: none; }
}

/* Home Page */
.ast-single-post.ast-page-builder-template .site-main > article { padding: 0; }
