/* =====================================================
   ENGAGEPOS SALES PAGE DESIGN SYSTEM — site-wide
   ===================================================== */

.sp-page { font-family: 'Montserrat', Arial, sans-serif; color: #0e1a2b; background: #fff; }

/* ── URGENCY BAR ── */
.sp-urgency { background: #1fc3b3; padding: 14px 0; text-align: center; }
.sp-urgency p { color: #fff; font-weight: 700; font-size: 0.94rem; margin: 0; }
.sp-urgency strong { font-weight: 900; }

/* ── HERO ── */
.sp-hero { background: #0e1a2b; padding: 80px 0 100px; text-align: center; position: relative; overflow: hidden; }
.sp-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(18,162,157,0.22) 0%, transparent 60%); pointer-events: none; }
.sp-hero-kicker { display: inline-block; padding: 7px 18px; border-radius: 999px; background: rgba(18,162,157,0.2); color: #1fc3b3; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 28px; }
.sp-hero h1 { font-size: clamp(2.4rem, 6vw, 5rem); font-weight: 900; color: #fff; line-height: 1.0; letter-spacing: -0.03em; margin: 0 auto 24px; max-width: 900px; }
.sp-hero h1 span { color: #1fc3b3; }
.sp-hero-sub { font-size: 1.12rem; color: rgba(255,255,255,0.65); max-width: 600px; margin: 0 auto 40px; line-height: 1.72; }
.sp-hero-proof { margin-top: 32px; display: flex; justify-content: center; align-items: center; gap: 28px; flex-wrap: wrap; }
.sp-hero-proof span { color: rgba(255,255,255,0.5); font-size: 0.9rem; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.sp-hero-proof i { color: #1fc3b3; }
.sp-hero-img { margin: 60px auto 0; max-width: 900px; padding: 0 20px; position: relative; z-index: 1; }
.sp-hero-img img { width: 100%; border-radius: 18px; box-shadow: 0 40px 80px rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.08); }

/* ── BUTTONS ── */
.sp-btn-big { display: inline-block; padding: 20px 44px; background: linear-gradient(135deg,#1fc3b3,#109895); color: #fff; font-weight: 900; font-size: 1.15rem; border-radius: 999px; text-decoration: none; box-shadow: 0 18px 40px rgba(18,162,157,0.38); letter-spacing: -0.01em; transition: transform 0.2s, box-shadow 0.2s; }
.sp-btn-big:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 24px 50px rgba(18,162,157,0.45); text-decoration: none; }
.sp-btn-white { display: inline-block; padding: 18px 36px; background: #fff; color: #109895; font-weight: 900; font-size: 1.05rem; border-radius: 999px; text-decoration: none; box-shadow: 0 16px 40px rgba(0,0,0,0.18); }
.sp-btn-white:hover { color: #109895; text-decoration: none; opacity: 0.94; }
.sp-btn-ghost-white { display: inline-block; padding: 18px 36px; background: rgba(255,255,255,0.12); color: #fff; font-weight: 800; font-size: 1rem; border-radius: 999px; text-decoration: none; border: 1px solid rgba(255,255,255,0.3); }
.sp-btn-ghost-white:hover { color: #fff; text-decoration: none; background: rgba(255,255,255,0.2); }

/* ── PROOF BAR ── */
.sp-proofbar { background: #f7fbff; border-bottom: 1px solid #e0edf5; padding: 22px 0; }
.sp-proofbar-inner { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; align-items: center; }
.sp-proof-stat strong { display: block; font-size: 1.6rem; font-weight: 900; color: #0e1a2b; letter-spacing: -0.03em; }
.sp-proof-stat span { font-size: 0.84rem; color: #69788c; font-weight: 600; }

/* ── SECTION BASE ── */
.sp-section { padding: 100px 0; }
.sp-section-label { display: inline-block; padding: 6px 16px; border-radius: 999px; background: rgba(18,162,157,0.1); color: #109895; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 18px; }
.sp-section h2 { font-size: clamp(2rem, 4.5vw, 3.6rem); font-weight: 900; color: #0e1a2b; line-height: 1.05; letter-spacing: -0.04em; margin: 0 0 18px; }
.sp-section-sub { font-size: 1.08rem; color: #69788c; line-height: 1.72; max-width: 600px; margin: 0 0 56px; }

/* ── WHO CARDS ── */
.sp-who-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.sp-who-card { padding: 28px 24px; background: #fff; border: 1.5px solid #e4edf5; border-radius: 20px; box-shadow: 0 8px 28px rgba(14,26,43,0.05); }
.sp-who-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 16px; }
.sp-who-icon--teal   { background: linear-gradient(135deg,#1fc3b3,#109895); }
.sp-who-icon--blue   { background: linear-gradient(135deg,#53a0ff,#2f78e8); }
.sp-who-icon--violet { background: linear-gradient(135deg,#9f6cff,#7b51f3); }
.sp-who-icon--amber  { background: linear-gradient(135deg,#ffbf42,#f59b17); }
.sp-who-card h3 { font-size: 1.05rem; font-weight: 800; color: #0e1a2b; margin: 0 0 10px; }
.sp-who-card p  { font-size: 0.93rem; color: #69788c; line-height: 1.68; margin: 0; }

/* ── PROBLEM SECTION ── */
.sp-problem { background: #0e1a2b; }
.sp-problem .sp-section-label { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.55); }
.sp-problem h2 { color: #fff; }
.sp-problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.sp-problem-card { padding: 32px 28px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; }
.sp-problem-emoji { font-size: 2.2rem; margin-bottom: 16px; }
.sp-problem-card h3 { color: #fff; font-size: 1.2rem; margin: 0 0 12px; }
.sp-problem-card p  { color: rgba(255,255,255,0.55); font-size: 0.95rem; line-height: 1.7; margin: 0 0 18px; }
.sp-problem-loss { padding: 12px 16px; background: rgba(239,68,68,0.12); border: 1px solid rgba(239,68,68,0.2); border-radius: 10px; font-size: 0.88rem; color: rgba(255,255,255,0.55); }
.sp-problem-loss strong { color: #ff6b6b; }

/* ── FEATURES ── */
.sp-feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.sp-feature-card { display: flex; gap: 20px; padding: 28px 26px; background: #fff; border: 1.5px solid #e4edf5; border-radius: 20px; box-shadow: 0 8px 28px rgba(14,26,43,0.05); align-items: flex-start; }
.sp-feature-icon { flex-shrink: 0; width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.35rem; color: #fff; }
.sp-feature-card h3 { font-size: 1.08rem; font-weight: 800; color: #0e1a2b; margin: 0 0 8px; }
.sp-feature-card p  { font-size: 0.93rem; color: #69788c; line-height: 1.68; margin: 0 0 14px; }
.sp-feature-proof { display: inline-block; padding: 6px 12px; background: rgba(18,162,157,0.08); border-radius: 8px; font-size: 0.82rem; font-weight: 700; color: #109895; }

/* ── BUSINESS TYPES ── */
.sp-biz-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.sp-biz-card { display: flex; align-items: center; justify-content: center; min-height: 72px; padding: 16px; background: #fff; border: 1.5px solid #e4edf5; border-radius: 16px; font-size: 0.95rem; font-weight: 700; color: #0e1a2b; text-align: center; box-shadow: 0 4px 14px rgba(14,26,43,0.04); }

/* ── TESTIMONIALS ── */
.sp-testimonials { background: #f7fbff; }
.sp-testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.sp-testi-card { padding: 28px 26px; background: #fff; border: 1.5px solid #e4edf5; border-radius: 20px; box-shadow: 0 8px 28px rgba(14,26,43,0.05); }
.sp-testi-stars { color: #f59b17; font-size: 0.9rem; margin-bottom: 14px; letter-spacing: 2px; }
.sp-testi-card p { font-size: 0.97rem; color: #344760; line-height: 1.72; margin: 0 0 20px; font-style: italic; }
.sp-testi-name { font-weight: 800; color: #0e1a2b; font-size: 0.9rem; }
.sp-testi-biz  { color: #69788c; font-size: 0.84rem; }

/* ── CLIENT LOGOS ── */
.sp-logo-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.sp-logo-card { display: flex; align-items: center; justify-content: center; min-height: 88px; padding: 14px; background: #fff; border: 1.5px solid #e4edf5; border-radius: 16px; }
.sp-logo-card img { max-width: 100%; max-height: 46px; object-fit: contain; }

/* ── PRICING ── */
.sp-pricing { background: #0e1a2b; }
.sp-pricing .sp-section-label { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.55); }
.sp-pricing h2 { color: #fff; }
.sp-pricing .sp-section-sub { color: rgba(255,255,255,0.5); }
.sp-plan-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.sp-plan { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; padding: 36px 28px; display: flex; flex-direction: column; }
.sp-plan--featured { background: #fff; border: 2px solid #1fc3b3; box-shadow: 0 28px 60px rgba(18,162,157,0.25); transform: translateY(-10px); }
.sp-plan-badge { display: inline-block; padding: 5px 14px; border-radius: 999px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 18px; width: fit-content; }
.sp-plan .sp-plan-badge { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); }
.sp-plan--featured .sp-plan-badge { background: linear-gradient(135deg,#1fc3b3,#109895); color: #fff; }
.sp-plan h3 { font-size: 1.4rem; font-weight: 900; margin: 0 0 10px; color: rgba(255,255,255,0.9); }
.sp-plan--featured h3 { color: #0e1a2b; }
.sp-plan-price { font-size: 3.2rem; font-weight: 900; letter-spacing: -0.05em; line-height: 1; margin: 12px 0 8px; color: #fff; }
.sp-plan--featured .sp-plan-price { color: #0e1a2b; }
.sp-plan-price sup { font-size: 1.4rem; vertical-align: top; margin-top: 8px; font-weight: 700; }
.sp-plan-price sub { font-size: 1rem; font-weight: 600; letter-spacing: 0; color: inherit; opacity: 0.55; }
.sp-plan > p { font-size: 0.92rem; color: rgba(255,255,255,0.45); line-height: 1.6; margin: 0 0 24px; }
.sp-plan--featured > p { color: #69788c; }
.sp-plan-list { list-style: none; padding: 0; margin: 0 0 28px; flex: 1; }
.sp-plan-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.92rem; color: rgba(255,255,255,0.65); margin-bottom: 12px; line-height: 1.5; }
.sp-plan--featured .sp-plan-list li { color: #344760; }
.sp-plan-list i { color: #1fc3b3; flex-shrink: 0; margin-top: 2px; }
.sp-plan-cta { display: block; padding: 15px; text-align: center; border-radius: 999px; font-weight: 800; font-size: 0.98rem; text-decoration: none; transition: opacity 0.2s; }
.sp-plan-cta:hover { opacity: 0.88; text-decoration: none; }
.sp-plan-cta--primary { background: linear-gradient(135deg,#1fc3b3,#109895); color: #fff; }
.sp-plan-cta--ghost { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.75); border: 1px solid rgba(255,255,255,0.12); }
.sp-plan-note { margin-top: 12px; text-align: center; font-size: 0.8rem; color: rgba(255,255,255,0.35); }
.sp-plan--featured .sp-plan-note { color: #8899aa; }

/* ── VALUE STACK ── */
.sp-value { background: linear-gradient(135deg,#effcf8 0%,#edf7ff 100%); border-top: 1px solid #d4eae8; border-bottom: 1px solid #d4eae8; padding: 64px 0; }
.sp-value-inner { display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.sp-value-copy h2 { font-size: 2.4rem; margin: 0 0 14px; max-width: 540px; letter-spacing: -0.03em; }
.sp-value-copy p  { color: #69788c; font-size: 1.02rem; line-height: 1.72; max-width: 520px; margin: 0; }

/* ── FAQ ── */
.sp-faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.sp-faq-item { padding: 26px 28px; background: #fff; border: 1.5px solid #e4edf5; border-radius: 18px; box-shadow: 0 4px 18px rgba(14,26,43,0.04); }
.sp-faq-item h4 { font-size: 1.05rem; font-weight: 800; color: #0e1a2b; margin: 0 0 10px; }
.sp-faq-item p  { font-size: 0.96rem; color: #69788c; line-height: 1.72; margin: 0; }

/* ── FINAL CTA ── */
.sp-final { background: linear-gradient(135deg,#109895 0%,#0e7a77 100%); padding: 100px 0; text-align: center; }
.sp-final h2 { font-size: clamp(2rem,4.5vw,3.6rem); font-weight: 900; color: #fff; line-height: 1.05; letter-spacing: -0.04em; max-width: 820px; margin: 0 auto 18px; }
.sp-final p { color: rgba(255,255,255,0.72); font-size: 1.1rem; max-width: 560px; margin: 0 auto 36px; line-height: 1.7; }
.sp-final-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.sp-final-disclaimer { margin-top: 20px; color: rgba(255,255,255,0.4); font-size: 0.86rem; }

/* ── RESPONSIVE ── */
@media (max-width: 1199px) {
    .sp-who-grid { grid-template-columns: repeat(2,1fr); }
    .sp-logo-grid { grid-template-columns: repeat(4,1fr); }
    .sp-biz-grid  { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 991px) {
    .sp-section { padding: 72px 0; }
    .sp-problem-grid, .sp-testi-grid, .sp-plan-grid { grid-template-columns: 1fr; }
    .sp-plan--featured { transform: none; }
    .sp-feature-grid { grid-template-columns: 1fr; }
    .sp-value-inner { flex-direction: column; }
    .sp-logo-grid { grid-template-columns: repeat(3,1fr); }
    .sp-biz-grid  { grid-template-columns: repeat(2,1fr); }
    .sp-proofbar-inner { gap: 28px; }
    .sp-hero { padding: 60px 0 80px; }
}
@media (max-width: 576px) {
    .sp-who-grid, .sp-biz-grid { grid-template-columns: 1fr; }
    .sp-logo-grid { grid-template-columns: repeat(2,1fr); }
    .sp-final-btns { flex-direction: column; align-items: stretch; }
    .sp-testi-grid { grid-template-columns: 1fr; }
}
