/* BoostLeads marketing landing page. Scoped under .lp so it can never
   collide with the app's bootstrap styles loaded by the same header. */

.lp {
	--navy: #2d2e4c;
	--navy-soft: #404268;
	--accent: #fe4967;
	--accent-dark: #e63a57;
	--tint: #f9f8fe;
	--tint-2: #f1effb;
	--line: #e7e5f4;
	--text: #333;
	--muted: #6b6b83;

	direction: rtl;
	font-family: 'Assistant', 'Segoe UI', Arial, sans-serif;
	color: var(--text);
	background: #fff;
	line-height: 1.65;
	font-size: 17px;
}

.lp * { box-sizing: border-box; }
.lp h1, .lp h2, .lp h3, .lp h4 { color: var(--navy); font-weight: 800; margin: 0 0 .5em; line-height: 1.25; }
.lp p { margin: 0 0 1em; }
.lp a { text-decoration: none; }

.lp-wrap { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.lp-wrap-narrow { max-width: 840px; }

/* ---------- nav ---------- */
.lp-nav { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.lp-nav-inner { display: flex; align-items: center; gap: 26px; height: 76px; }
.lp-logo img { height: 34px; display: block; }
.lp-links { display: flex; gap: 26px; margin-inline-start: auto; }
.lp-links a { color: var(--navy); font-weight: 600; font-size: 16px; }
.lp-links a:hover { color: var(--accent); }
.lp-nav-cta { display: flex; gap: 10px; }

/* ---------- buttons ---------- */
.lp-btn { display: inline-block; padding: 11px 22px; border-radius: 999px; font-weight: 700; font-size: 16px; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; border: 1px solid transparent; }
.lp-btn-primary { background: var(--accent); color: #fff; box-shadow: 0 8px 20px rgba(254,73,103,.28); }
.lp-btn-primary:hover { background: var(--accent-dark); color: #fff; transform: translateY(-1px); }
.lp-btn-ghost { background: #fff; color: var(--navy); border-color: var(--line); }
.lp-btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.lp-btn-light { background: #fff; color: var(--navy); }
.lp-btn-light:hover { background: var(--tint-2); color: var(--navy); }
.lp-btn-lg { padding: 15px 32px; font-size: 18px; }

/* ---------- hero ---------- */
.lp-hero { background: linear-gradient(180deg, var(--tint) 0%, #fff 100%); padding: 72px 0 64px; }
.lp-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 54px; align-items: center; }
.lp-eyebrow { display: inline-block; background: var(--tint-2); color: var(--navy-soft); font-weight: 700; font-size: 14px; padding: 6px 15px; border-radius: 999px; margin-bottom: 16px; }
.lp-hero h1 { font-size: 50px; letter-spacing: -.5px; }
.lp-mark { color: var(--accent); }
.lp-lead { font-size: 19px; color: var(--muted); max-width: 620px; }
.lp-hero-points { list-style: none; padding: 0; margin: 22px 0 30px; }
.lp-hero-points li { position: relative; padding-inline-start: 30px; margin-bottom: 11px; color: var(--navy-soft); font-weight: 600; }
.lp-hero-points li::before { content: "✓"; position: absolute; inset-inline-start: 0; top: -1px; width: 21px; height: 21px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.lp-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.lp-trust { display: flex; gap: 38px; margin-top: 36px; padding-top: 26px; border-top: 1px solid var(--line); }
.lp-trust strong { display: block; font-size: 30px; color: var(--navy); font-weight: 800; line-height: 1.1; }
.lp-trust span { font-size: 15px; color: var(--muted); }

/* live-leads card */
.lp-hero-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 24px 55px rgba(45,46,76,.13); padding: 22px; }
.lp-card-head { display: flex; align-items: center; gap: 9px; font-weight: 700; color: var(--navy); margin-bottom: 16px; }
.lp-dot { width: 9px; height: 9px; border-radius: 50%; background: #21c17a; box-shadow: 0 0 0 4px rgba(33,193,122,.18); }
.lp-lead-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px; border: 1px solid var(--line); border-radius: 13px; margin-bottom: 10px; background: #fff; }
.lp-lead-main { display: flex; align-items: center; gap: 11px; }
.lp-lead-main strong { display: block; color: var(--navy); font-size: 16px; }
.lp-lead-main small { color: var(--muted); font-size: 13px; }
.lp-tag { background: var(--tint-2); color: var(--navy-soft); font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 999px; white-space: nowrap; }
.lp-tag-solo { background: rgba(254,73,103,.12); color: var(--accent); }
.lp-lead-price { font-weight: 800; color: var(--navy); font-size: 18px; white-space: nowrap; }
.lp-card-foot { font-size: 13px; color: var(--muted); text-align: center; margin-top: 12px; }

/* ---------- value strip ---------- */
.lp-strip { background: var(--navy); color: #fff; }
.lp-strip-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding: 26px 22px; font-size: 15.5px; }
.lp-strip-inner strong { color: #fff; }
.lp-strip-inner div { color: rgba(255,255,255,.78); }

/* ---------- sections ---------- */
.lp-section { padding: 78px 0; }
.lp-section-alt { background: var(--tint); }
.lp-head { text-align: center; max-width: 760px; margin: 0 auto 46px; }
.lp-head h2 { font-size: 36px; }
.lp-head p { color: var(--muted); font-size: 18px; margin: 0; }

/* steps */
.lp-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.lp-step { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px 24px; transition: transform .18s ease, box-shadow .18s ease; }
.lp-step:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(45,46,76,.1); }
.lp-step-num { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 800; font-size: 19px; margin-bottom: 16px; }
.lp-step h3 { font-size: 20px; }
.lp-step p { color: var(--muted); font-size: 16px; margin: 0; }

/* categories */
.lp-cats { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.lp-cat { background: #fff; border: 1px solid var(--line); color: var(--navy); font-weight: 600; padding: 12px 22px; border-radius: 999px; transition: border-color .15s ease, color .15s ease; }
.lp-cat:hover { border-color: var(--accent); color: var(--accent); }
.lp-cats-cta { text-align: center; margin-top: 38px; }

/* features */
.lp-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lp-feature { background: var(--tint); border-radius: 18px; padding: 30px 26px; border: 1px solid transparent; transition: border-color .18s ease, background .18s ease; }
.lp-feature:hover { background: #fff; border-color: var(--line); }
.lp-feature h3 { font-size: 20px; }
.lp-feature p { color: var(--muted); font-size: 16px; margin: 0; }

/* cta band */
.lp-cta-band { background: linear-gradient(120deg, var(--navy) 0%, var(--navy-soft) 100%); color: #fff; padding: 58px 0; }
.lp-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.lp-cta-band h2 { color: #fff; font-size: 32px; margin-bottom: .25em; }
.lp-cta-band p { color: rgba(255,255,255,.82); margin: 0; font-size: 18px; }

/* faq */
.lp-faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px 22px; margin-bottom: 12px; }
.lp-faq summary { cursor: pointer; font-weight: 700; color: var(--navy); font-size: 18px; list-style: none; position: relative; padding-inline-end: 30px; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; position: absolute; inset-inline-end: 0; top: -2px; color: var(--accent); font-size: 24px; font-weight: 700; line-height: 1; }
.lp-faq details[open] summary::after { content: "−"; }
.lp-faq p { color: var(--muted); margin: 12px 0 0; font-size: 16px; }

/* footer */
.lp-foot { background: var(--navy); color: rgba(255,255,255,.75); padding: 54px 0 0; }
.lp-foot-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 34px; padding-bottom: 38px; }
.lp-foot h4 { color: #fff; font-size: 17px; margin-bottom: 14px; }
.lp-foot-brand img { height: 32px; margin-bottom: 14px; }
.lp-foot-brand p { font-size: 15.5px; max-width: 340px; margin: 0; }
.lp-foot-col { display: flex; flex-direction: column; gap: 9px; }
.lp-foot-col a { color: rgba(255,255,255,.75); font-size: 15.5px; }
.lp-foot-col a:hover { color: #fff; }
.lp-foot-bottom { border-top: 1px solid rgba(255,255,255,.13); padding: 20px 22px; font-size: 14.5px; }

/* ---------- responsive ---------- */
@media (max-width: 991px) {
	.lp-hero-grid { grid-template-columns: 1fr; gap: 38px; }
	.lp-hero h1 { font-size: 38px; }
	.lp-steps, .lp-features { grid-template-columns: repeat(2, 1fr); }
	.lp-strip-inner { grid-template-columns: repeat(2, 1fr); }
	.lp-foot-inner { grid-template-columns: 1fr 1fr; }
	.lp-links { display: none; }
}

@media (max-width: 620px) {
	.lp { font-size: 16px; }
	.lp-hero { padding: 46px 0 40px; }
	.lp-hero h1 { font-size: 31px; }
	.lp-lead { font-size: 17px; }
	.lp-head h2 { font-size: 27px; }
	.lp-steps, .lp-features, .lp-strip-inner, .lp-foot-inner { grid-template-columns: 1fr; }
	.lp-trust { gap: 20px; }
	.lp-trust strong { font-size: 24px; }
	.lp-section { padding: 52px 0; }
	.lp-nav-inner { height: 66px; gap: 12px; }
	.lp-nav-cta .lp-btn-ghost { display: none; }
	.lp-btn { padding: 10px 18px; font-size: 15px; }
	.lp-btn-lg { padding: 13px 24px; font-size: 16.5px; }
	.lp-cta-band h2 { font-size: 25px; }
}

/* The app skin wraps page content in .container-fluid > .row > main.
   For the landing page those wrappers must not add gutters or width caps. */
body:has(.lp) { background: #fff !important; }
.container-fluid:has(.lp),
.container-fluid:has(.lp) > .row,
.container-fluid:has(.lp) > .row > main { padding: 0 !important; margin: 0 !important; max-width: none !important; width: 100% !important; }
