/* Khabeer Online — Vibe Automation Funnel
   Brand palette: deep teal, green, lime, yellow, orange-red */
:root {
	--khf-dark: #146152;
	--khf-green: #44803F;
	--khf-lime: #B4CF66;
	--khf-yellow: #FFEC5C;
	--khf-orange: #FF5A33;
	--khf-ink: #10241F;
	--khf-paper: #FBF9F1;
	--khf-white: #FFFFFF;
	--khf-radius: 18px;
	--khf-shadow: 0 12px 32px rgba(20, 97, 82, 0.14);
	--khf-font: 'Noto Kufi Arabic', 'Cairo', Tahoma, sans-serif;
}

.khf-page { direction: rtl; text-align: right; font-family: var(--khf-font); color: var(--khf-ink); background: var(--khf-paper); line-height: 1.7; }
.khf-page * { box-sizing: border-box; }
.khf-container { max-width: 980px; margin: 0 auto; padding: 0 20px; }
.khf-narrow { max-width: 720px; margin: 0 auto; padding: 0 20px; }

/* Top trust bar */
.khf-topbar { background: var(--khf-dark); color: var(--khf-white); text-align: center; font-size: 14px; padding: 10px 16px; font-weight: 600; }
.khf-topbar span { color: var(--khf-yellow); }

/* Hero */
.khf-hero { background: linear-gradient(160deg, var(--khf-dark) 0%, #0d453b 100%); color: var(--khf-white); padding: 64px 0 56px; }
.khf-badge { display: inline-block; background: var(--khf-orange); color: var(--khf-white); font-weight: 700; font-size: 14px; padding: 8px 18px; border-radius: 999px; margin-bottom: 20px; }
.khf-badge.alt { background: var(--khf-yellow); color: var(--khf-ink); }
.khf-hero h1 { font-size: clamp(28px, 4.5vw, 48px); font-weight: 800; line-height: 1.35; margin: 0 0 18px; }
.khf-hero h1 mark { background: var(--khf-lime); color: var(--khf-ink); padding: 2px 10px; border-radius: 8px; box-decoration-break: clone; }
.khf-hero p.khf-sub { font-size: clamp(17px, 2vw, 21px); opacity: .92; max-width: 680px; margin: 0 0 30px; }

/* Buttons */
.khf-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--khf-orange); color: var(--khf-white) !important; font-weight: 800; font-size: 18px; padding: 18px 36px; border-radius: 14px; text-decoration: none !important; border: none; cursor: pointer; box-shadow: 0 10px 24px rgba(255,90,51,.35); transition: transform .15s ease, box-shadow .15s ease; }
.khf-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(255,90,51,.45); color: var(--khf-white) !important; }
.khf-btn.khf-btn-lg { font-size: 21px; padding: 20px 46px; width: 100%; max-width: 480px; }
.khf-btn.khf-btn-secondary { background: var(--khf-white); color: var(--khf-dark) !important; border: 2px solid var(--khf-dark); box-shadow: none; }
.khf-btn.khf-btn-ghost { background: transparent; color: var(--khf-dark) !important; box-shadow: none; text-decoration: underline !important; font-weight: 600; font-size: 15px; padding: 10px; }
.khf-btn-wrap { text-align: center; margin: 28px 0; }
.khf-btn-note { display: block; margin-top: 12px; font-size: 14px; color: #5b6b66; }

/* Cards / sections */
.khf-section { padding: 56px 0; }
.khf-section.khf-alt { background: var(--khf-white); }
.khf-card { background: var(--khf-white); border-radius: var(--khf-radius); box-shadow: var(--khf-shadow); padding: 32px; }
.khf-section-title { font-size: clamp(24px, 3vw, 34px); font-weight: 800; text-align: center; margin: 0 0 12px; color: var(--khf-dark); }
.khf-section-sub { text-align: center; color: #4a5a55; max-width: 640px; margin: 0 auto 36px; font-size: 17px; }

/* Bullet list with checkmarks */
.khf-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.khf-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 17px; }
.khf-list li::before { content: "✓"; flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; background: var(--khf-green); color: var(--khf-white); font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.khf-list.khf-list-x li::before { content: "✕"; background: #e2e2e2; color: #888; }

/* Grid of tasks (11 tasks etc.) */
.khf-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.khf-tile { background: var(--khf-white); border-radius: 14px; padding: 22px; box-shadow: var(--khf-shadow); border-top: 4px solid var(--khf-lime); }
.khf-tile b { color: var(--khf-dark); }

/* Price box */
.khf-price-box { text-align: center; background: var(--khf-white); border-radius: var(--khf-radius); box-shadow: var(--khf-shadow); padding: 36px; border: 3px solid var(--khf-lime); }
.khf-price-old { text-decoration: line-through; color: #9aa6a2; font-size: 22px; margin-inline-end: 10px; }
.khf-price-new { color: var(--khf-orange); font-size: 52px; font-weight: 900; }
.khf-price-currency { font-size: 22px; font-weight: 700; }

/* Countdown */
.khf-countdown { display: flex; gap: 10px; justify-content: center; margin: 18px 0; }
.khf-countdown .khf-cd-box { background: var(--khf-ink); color: var(--khf-white); border-radius: 10px; padding: 10px 14px; min-width: 60px; text-align: center; }
.khf-countdown .khf-cd-num { font-size: 24px; font-weight: 800; display: block; }
.khf-countdown .khf-cd-label { font-size: 11px; opacity: .8; }

/* Testimonials */
.khf-quote { background: var(--khf-white); border-radius: 14px; padding: 22px; box-shadow: var(--khf-shadow); position: relative; }
.khf-quote p { font-size: 15.5px; color: #33443f; margin: 0 0 12px; }
.khf-quote .khf-quote-author { font-weight: 700; color: var(--khf-dark); font-size: 14px; }

/* Bio / credibility */
.khf-bio { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; background: var(--khf-white); border-radius: var(--khf-radius); box-shadow: var(--khf-shadow); padding: 28px; }
.khf-bio-stats { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 14px; }
.khf-bio-stat b { display: block; font-size: 26px; color: var(--khf-orange); font-weight: 900; }
.khf-bio-stat span { font-size: 13px; color: #556; }

/* Form (opt-in) */
.khf-form { background: var(--khf-white); border-radius: var(--khf-radius); box-shadow: var(--khf-shadow); padding: 32px; max-width: 460px; margin: 0 auto; }
.khf-form label { display: block; font-weight: 700; margin-bottom: 6px; font-size: 14px; }
.khf-form input { width: 100%; padding: 14px 16px; border: 2px solid #e3e9e6; border-radius: 12px; font-size: 16px; margin-bottom: 16px; font-family: var(--khf-font); }
.khf-form input:focus { outline: none; border-color: var(--khf-green); }
.khf-form-msg { margin-top: 14px; font-size: 14px; font-weight: 700; text-align: center; }
.khf-form-msg.khf-error { color: var(--khf-orange); }
.khf-form-msg.khf-success { color: var(--khf-green); }

/* Order bump style box */
.khf-offer-box { border: 3px dashed var(--khf-orange); border-radius: var(--khf-radius); padding: 26px; background: #fff8f2; }

/* FAQ */
.khf-faq details { background: var(--khf-white); border-radius: 12px; padding: 16px 20px; margin-bottom: 12px; box-shadow: 0 4px 14px rgba(0,0,0,.05); }
.khf-faq summary { font-weight: 700; cursor: pointer; font-size: 16px; }
.khf-faq p { margin: 12px 0 0; color: #445; }

/* Guarantee badge */
.khf-guarantee { display: flex; gap: 16px; align-items: center; background: var(--khf-white); border-radius: 14px; padding: 20px; box-shadow: var(--khf-shadow); }
.khf-guarantee .khf-g-icon { font-size: 40px; }

/* Sticky mobile CTA */
.khf-sticky-cta { position: fixed; inset-inline: 0; bottom: 0; background: var(--khf-white); box-shadow: 0 -8px 24px rgba(0,0,0,.12); padding: 12px 16px; display: none; z-index: 999; }
.khf-sticky-cta .khf-btn { width: 100%; padding: 14px; font-size: 16px; }
@media (max-width: 680px) { .khf-sticky-cta { display: block; } body.khf-page { padding-bottom: 74px; } }

/* Footer */
.khf-footer { background: var(--khf-ink); color: #cdd8d4; padding: 30px 0; text-align: center; font-size: 13px; }
.khf-footer a { color: var(--khf-lime); }

/* Utilities */
.khf-center { text-align: center; }
.khf-mt-0 { margin-top: 0; }
.khf-tag-yellow { background: var(--khf-yellow); color: var(--khf-ink); padding: 3px 10px; border-radius: 6px; font-weight: 700; }
.khf-loader { display: none; }
.khf-loading .khf-loader { display: inline-block; }
