/* ==========================================================================
   JP SAP Elementor Widgets — Stylesheet
   Colors: blue-700 #1d4ed8 | blue-800 #1e40af | slate-900 #0f172a
   ========================================================================== */

.jp-hero, .jp-stats, .jp-comparison, .jp-tracks, .jp-cta {
    box-sizing: border-box;
}
.jp-hero *, .jp-stats *, .jp-comparison *, .jp-tracks *, .jp-cta * {
    box-sizing: border-box;
}

/* ---------- Hero ---------- */
.jp-hero {
    position: relative;
    padding: 96px 20px 80px;
    background: #ffffff;
    overflow: hidden;
    text-align: center;
}
.jp-hero-inner {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.jp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(239, 246, 255, 0.8);
    color: #1d4ed8;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 32px;
    border: 1px solid #dbeafe;
}
.jp-hero-headline {
    font-size: 42px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 32px;
}
.jp-h-highlight { color: #1d4ed8; }
.jp-hero-sub1 { font-size: 20px; color: #475569; max-width: 700px; margin: 0 auto 16px; font-weight: 500; }
.jp-hero-sub2 { font-size: 20px; color: #1e293b; max-width: 800px; margin: 0 auto 16px; font-weight: 700; }
.jp-hero-sub3 { font-size: 17px; color: #1d4ed8; max-width: 800px; margin: 0 auto 40px; font-weight: 700; }
.jp-hero-vision { max-width: 800px; margin: 0 auto 48px; }
.jp-hero-vision p { font-size: 15px; color: #64748b; line-height: 1.7; font-weight: 500; }

.jp-hero-highlights-box {
    max-width: 640px;
    margin: 0 auto 48px;
    padding: 32px;
    border-radius: 24px;
    background: rgba(248, 250, 252, 0.5);
    border: 1px solid #f1f5f9;
}
.jp-hero-highlights-title {
    font-size: 10px;
    font-weight: 900;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin: 0 0 32px;
}
.jp-hero-highlights-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 40px;
    text-align: left;
}
@media (min-width: 768px) {
    .jp-hero-highlights-grid { grid-template-columns: 1fr 1fr; }
}
.jp-hero-highlight-item { display: flex; align-items: flex-start; gap: 12px; }
.jp-hero-highlight-item span:last-child { color: #334155; font-weight: 600; font-size: 15px; line-height: 1.3; }
.jp-check-icon, .jp-check-icon-lg {
    display: inline-block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    position: relative;
    margin-top: 2px;
}
.jp-check-icon::after, .jp-check-icon-lg::after {
    content: "✓";
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px;
    font-weight: 900;
}
.jp-check-icon-lg { width: 28px; height: 28px; background: transparent; color: #22c55e; }
.jp-check-icon-lg::after { font-size: 20px; }

.jp-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 48px;
}
.jp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px 28px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.jp-btn-primary { background: #1d4ed8; color: #fff; box-shadow: 0 10px 25px rgba(29,78,216,0.25); }
.jp-btn-primary:hover { background: #1e40af; transform: translateY(-2px); color: #fff; }
.jp-btn-outline { background: #fff; color: #1d4ed8; border: 2px solid #1d4ed8; }
.jp-btn-outline:hover { background: #eff6ff; transform: translateY(-2px); color: #1d4ed8; }
.jp-btn-ghost { background: #fff; color: #0f172a; border: 1px solid #e2e8f0; }
.jp-btn-ghost:hover { background: #f8fafc; transform: translateY(-2px); color: #0f172a; }
.jp-btn-large { padding: 20px 48px; font-size: 18px; }

.jp-hero-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

/* ---------- Stats ---------- */
.jp-stats { background: #0f172a; padding: 80px 20px; }
.jp-stats-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 24px;
    text-align: center;
}
@media (min-width: 992px) {
    .jp-stats-grid { grid-template-columns: repeat(4, 1fr); }
}
.jp-stat-value { font-size: 48px; font-weight: 900; color: #fff; margin: 0 0 12px; }
.jp-stat-label { font-size: 13px; font-weight: 700; color: #60a5fa; text-transform: uppercase; letter-spacing: 0.2em; margin: 0; }

/* ---------- Comparison ---------- */
.jp-comparison { padding: 80px 20px; background: #f9fafb; }
.jp-comparison-header { max-width: 700px; margin: 0 auto 48px; text-align: center; }
.jp-comparison-header h2 { font-size: 32px; font-weight: 900; color: #0f172a; margin: 0 0 12px; }
.jp-comparison-header p { color: #475569; font-weight: 500; margin: 0; }
.jp-comparison-card {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}
.jp-comparison-scroll { overflow-x: auto; }
.jp-comparison-table { width: 100%; border-collapse: collapse; min-width: 600px; text-align: left; }
.jp-comparison-table thead { border-bottom: 1px solid #f1f5f9; }
.jp-comparison-table th { padding: 24px 32px; font-size: 16px; }
.jp-comparison-table th.jp-col-feature { color: #0f172a; font-weight: 700; }
.jp-comparison-table th.jp-col-generic { color: #94a3b8; font-weight: 500; }
.jp-comparison-table th.jp-col-jp { color: #1d4ed8; font-weight: 700; }
.jp-comparison-table td { padding: 20px 32px; border-top: 1px solid #f8fafc; }
.jp-comparison-table td.jp-col-feature { font-weight: 700; color: #1e293b; }
.jp-comparison-table td.jp-col-generic { color: #94a3b8; font-weight: 500; }
.jp-comparison-table td.jp-col-jp { color: #1d4ed8; font-weight: 700; }
.jp-comparison-table tbody tr:hover { background: #f8fafc; }

/* ---------- Tracks ---------- */
.jp-tracks { padding: 80px 20px; background: #fff; max-width: 1200px; margin: 0 auto; }
.jp-tracks-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 48px;
}
.jp-tracks-header h2 { font-size: 28px; font-weight: 900; color: #0f172a; margin: 0 0 12px; }
.jp-tracks-header p { color: #475569; font-weight: 500; margin: 0; }
.jp-tracks-link { color: #1d4ed8; font-weight: 700; text-decoration: none; }
.jp-tracks-link:hover { text-decoration: underline; }
.jp-tracks-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
@media (min-width: 768px) { .jp-tracks-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 992px) { .jp-tracks-grid { grid-template-columns: 1fr 1fr 1fr; } }
.jp-track-card {
    padding: 40px;
    border-radius: 32px;
    border: 1px solid #f1f5f9;
    background: #fff;
    transition: all 0.25s ease;
}
.jp-track-card:hover { border-color: #bfdbfe; box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
.jp-track-icon {
    width: 56px; height: 56px;
    background: #eff6ff;
    border-radius: 16px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d4ed8;
    font-size: 22px;
}
.jp-track-card h3 { font-size: 20px; font-weight: 700; color: #0f172a; margin: 0 0 12px; }
.jp-track-desc { color: #475569; font-size: 14px; margin: 0 0 24px; line-height: 1.6; font-weight: 500; }
.jp-track-outcomes-label { font-size: 11px; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.15em; margin: 0 0 12px; }
.jp-track-outcomes { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.jp-track-outcome { display: flex; align-items: center; gap: 12px; font-size: 14px; color: #334155; font-weight: 500; }
.jp-dot { width: 6px; height: 6px; border-radius: 50%; background: #3b82f6; flex-shrink: 0; }
.jp-track-card-link { color: #1d4ed8; font-weight: 700; font-size: 14px; text-decoration: none; }
.jp-track-card-link:hover { text-decoration: underline; }

/* ---------- CTA ---------- */
.jp-cta { padding: 80px 20px; background: #fff; border-top: 1px solid #f8fafc; text-align: center; max-width: 1000px; margin: 0 auto; }
.jp-cta h2 { font-size: 34px; font-weight: 900; color: #0f172a; margin: 0 0 24px; }
.jp-cta-desc { font-size: 18px; color: #475569; font-weight: 500; line-height: 1.6; margin: 0 0 48px; max-width: 800px; margin-left: auto; margin-right: auto; }
.jp-cta-checklist {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 56px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
@media (min-width: 768px) { .jp-cta-checklist { grid-template-columns: 1fr 1fr; } }
.jp-cta-checklist-item { display: flex; align-items: center; gap: 16px; font-weight: 700; color: #334155; }
.jp-cta-checklist-item span:last-child { font-size: 17px; }

/* ---------- Header ---------- */
.jp-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #e2e8f0;
}
.jp-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jp-header-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.jp-header-logo { height: 60px !important; width: auto !important; max-width: none !important; }
.jp-header-brand-text { display: none; font-weight: 800; color: #1e293b; font-size: 18px; letter-spacing: -0.01em; }
.jp-header-brand-highlight { color: #1d4ed8; }
@media (min-width: 992px) { .jp-header-brand-text { display: inline; } }

.jp-header-desktop { display: none; align-items: center; gap: 32px; }
@media (min-width: 768px) { .jp-header-desktop { display: flex; } }
.jp-header-nav { display: flex; align-items: center; gap: 24px; }
.jp-header-nav-link { font-size: 14px; font-weight: 600; color: #475569; text-decoration: none; white-space: nowrap; transition: color 0.2s; }
.jp-header-nav-link:hover { color: #2563eb; }
.jp-header-nav-link.jp-active { color: #1d4ed8; text-decoration: underline; text-underline-offset: 8px; text-decoration-thickness: 2px; }
.jp-header-cta { padding: 10px 24px; font-size: 14px; white-space: nowrap; }

.jp-header-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #475569;
}
@media (min-width: 768px) { .jp-header-mobile-toggle { display: none; } }
.jp-icon-menu, .jp-icon-menu::before, .jp-icon-menu::after {
    display: block;
    width: 24px;
    height: 2px;
    background: currentColor;
    position: relative;
    transition: 0.2s;
}
.jp-icon-menu::before, .jp-icon-menu::after { content: ""; position: absolute; left: 0; }
.jp-icon-menu::before { top: -8px; }
.jp-icon-menu::after { top: 8px; }

.jp-header-mobile-nav {
    display: none;
    flex-direction: column;
    gap: 4px;
    padding: 12px 20px 24px;
    border-top: 1px solid #e2e8f0;
    background: rgba(255,255,255,0.95);
}
.jp-header.jp-mobile-open .jp-header-mobile-nav { display: flex; }
.jp-header-mobile-link { padding: 12px; border-radius: 10px; font-weight: 600; color: #475569; text-decoration: none; font-size: 15px; }
.jp-header-mobile-link.jp-active { background: #eff6ff; color: #1d4ed8; }
.jp-header-mobile-cta { text-align: center; margin-top: 12px; }
@media (min-width: 768px) { .jp-header-mobile-nav { display: none !important; } }

/* ---------- Footer ---------- */
.jp-footer { background: #0f172a; color: #cbd5e1; padding: 64px 20px 32px; position: relative; }
.jp-footer-inner { max-width: 1280px; margin: 0 auto; }
.jp-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    margin-bottom: 64px;
}
@media (min-width: 768px) { .jp-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 992px) { .jp-footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.jp-footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.jp-footer-logo { height: 48px; background: #fff; border-radius: 8px; padding: 4px; }
.jp-footer-brand-text { font-weight: 800; color: #fff; font-size: 20px; }
.jp-footer-desc { font-size: 14px; line-height: 1.7; color: #94a3b8; margin: 0 0 24px; }
.jp-footer-socials { display: flex; gap: 16px; }
.jp-social-icon {
    background: #1e293b;
    color: #cbd5e1;
    width: 36px; height: 36px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 800;
    text-decoration: none;
    transition: 0.2s;
}
.jp-social-icon:hover { background: #1d4ed8; color: #fff; }
.jp-footer-col h4 { color: #fff; font-weight: 700; font-size: 17px; margin: 0 0 24px; }
.jp-footer-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.jp-footer-links a { color: #cbd5e1; text-decoration: none; font-size: 14px; }
.jp-footer-links a:hover { color: #60a5fa; }
.jp-footer-hours { display: flex; flex-direction: column; gap: 16px; }
.jp-hour-days { color: #f1f5f9; font-weight: 600; margin: 0; font-size: 14px; }
.jp-hour-time { color: #94a3b8; margin: 4px 0 0; font-size: 14px; }
.jp-footer-contact { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; font-size: 14px; }
.jp-footer-contact li { line-height: 1.6; }
.jp-footer-contact a { color: #cbd5e1; text-decoration: none; font-weight: 600; }
.jp-footer-contact a:hover { color: #60a5fa; }

.jp-footer-bottom {
    padding-top: 32px;
    border-top: 1px solid #1e293b;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #64748b;
}
.jp-footer-bottom-links { display: flex; align-items: center; gap: 16px; }
.jp-footer-bottom-links a { color: #94a3b8; text-decoration: none; }
.jp-footer-bottom-links a:hover { color: #60a5fa; }

.jp-whatsapp-float {
    position: fixed;
    bottom: 24px; right: 24px;
    z-index: 998;
    background: #22c55e;
    color: #fff;
    width: 56px; height: 56px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 12px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    transition: 0.2s;
}
.jp-whatsapp-float:hover { background: #16a34a; transform: scale(1.08); color: #fff; }
