/* ===== Template: Startup ===== */
.tp-stp-hero {
    background: radial-gradient(ellipse at 50% -20%, #e0e7ff 0%, #f8faff 55%, #fff 100%);
    padding: 80px 0 60px;
}
.tp-stp-hero-sm {
    background: radial-gradient(ellipse at 50% -20%, #e0e7ff 0%, #f8faff 55%, #fff 100%);
    padding: 50px 0 30px;
}
.tp-stp-badge {
    display: inline-block; background: #fff; border: 1px solid #dbe3f0; color: #4338ca;
    padding: 6px 16px; border-radius: 999px; font-weight: 600; font-size: .8rem;
    box-shadow: 0 4px 12px rgba(67, 56, 202, .08);
}
.tp-stp-title {
    font-weight: 900; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.2; margin: 16px auto 12px; max-width: 800px;
    background: linear-gradient(120deg, #111827 30%, #4338ca 70%, #7c3aed);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.tp-stp-desc { color: #55607a; max-width: 640px; margin: 0 auto 8px; font-size: 1rem; line-height: 1.6; }
.tp-stp-desc.lead { font-size: 1.1rem; font-weight: 400; }
.tp-stp-metrics { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-top: 2rem; }
.tp-stp-metrics strong { display: block; font-size: 1.6rem; font-weight: 800; color: #111827; }
.tp-stp-metrics span { color: #8892a8; font-size: .8rem; }

/* Plans / Cards */
.tp-stp-plan { background: #fff; border: 1px solid #e6eaf2; border-radius: 16px; padding: 24px 20px; position: relative; transition: transform .2s, box-shadow .2s; height: 100%; display: flex; flex-direction: column; }
.tp-stp-plan:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(30, 41, 90, .1); }
.tp-stp-plan.featured { border: 2px solid #4338ca; box-shadow: 0 16px 36px rgba(67, 56, 202, .12); }
.tp-stp-flag {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(135deg, #4338ca, #7c3aed); color: #fff; font-size: .7rem; font-weight: 700;
    padding: 4px 12px; border-radius: 999px; white-space: nowrap;
}
.tp-stp-plan-icon {
    width: 48px; height: 48px; border-radius: 12px; background: #eef2ff; color: #4338ca;
    display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 14px;
}
.tp-stp-plan h4 { font-weight: 700; font-size: 1.1rem; margin-bottom: 8px; }
.tp-stp-plan p { color: #55607a; font-size: .9rem; line-height: 1.6; margin-bottom: 12px; }
.tp-stp-feats { list-style: none; padding: 0; margin: 16px 0 0; }
.tp-stp-feats li { color: #55607a; padding: 4px 0; font-size: .9rem; display: flex; align-items: center; gap: 8px; }
.tp-stp-feats i { color: #10b981; font-size: .9rem; }
.tp-stp-logo { background: #fff; border: 1px solid #e6eaf2; border-radius: 14px; min-height: 92px; font-weight: 800; letter-spacing: 1px; color: #94a3b8; overflow: hidden; transition: transform .2s; }
.tp-stp-logo:hover { transform: scale(1.03); }
.tp-stp-logo img { max-height: 64px; object-fit: contain; }
.tp-stp-testimonial { max-width: 720px; background: #f8faff; border-radius: 22px; padding: 36px 28px; }
.tp-stp-avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #4338ca, #7c3aed); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; flex-shrink: 0; font-size: 1.1rem; }
.tp-stp-cta { background: #0b1020; padding: 60px 0; }
.tp-stp-cta-box { max-width: 700px; background: linear-gradient(135deg, #4338ca, #7c3aed); border-radius: 24px; padding: 44px 28px; color: #fff; }
.tp-stp-badge { display: inline-block; background: #fff; border: 1px solid #dbe3f0; color: #4338ca; padding: 6px 16px; border-radius: 999px; font-weight: 600; font-size: .8rem; box-shadow: 0 4px 12px rgba(67, 56, 202, .08); }
.tp-stp-title { font-weight: 900; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.2; margin: 16px auto 12px; max-width: 800px; background: linear-gradient(120deg, #111827 30%, #4338ca 70%, #7c3aed); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.tp-stp-desc { color: #55607a; max-width: 640px; margin: 0 auto 8px; font-size: 1rem; line-height: 1.6; }
.tp-stp-desc.lead { font-size: 1.1rem; font-weight: 400; }
.tp-stp-metrics { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-top: 2rem; }
.tp-stp-metrics strong { display: block; font-size: 1.6rem; font-weight: 800; color: #111827; }
.tp-stp-metrics span { color: #8892a8; font-size: .8rem; }

/* Utility classes for templates */
.tp-stp-plan-icon-custom { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 16px; }
.tp-stp-quote { font-style: italic; color: #55607a; border-left: 3px solid #4338ca; padding-left: 16px; margin: 12px 0; }
.tp-stp-mission-number { width: 28px; height: 28px; border-radius: 50%; background: #eef2ff; color: #4338ca; display: inline-flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; flex-shrink: 0; }
.tp-stp-feats-item { display: flex; align-items: start; gap: 10px; margin-bottom: 10px; }
.tp-stp-icon-success { color: #10b981; font-size: .95rem; flex-shrink: 0; margin-top: 1px; }
.tp-stp-icon-primary { width: 40px; height: 40px; border-radius: 10px; background: #eef2ff; color: #4338ca; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-icon-secondary { width: 40px; height: 40px; border-radius: 10px; background: #fef3c7; color: #d97706; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-icon-success { width: 40px; height: 40px; border-radius: 10px; background: #ecfdf5; color: #059669; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-quote { font-style: italic; color: #55607a; border-left: 3px solid #4338ca; padding-left: 16px; margin: 12px 0; }
.tp-stp-mission-number { width: 28px; height: 28px; border-radius: 50%; background: #eef2ff; color: #4338ca; display: inline-flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; flex-shrink: 0; }
.tp-stp-feats-item { display: flex; align-items: start; gap: 10px; margin-bottom: 10px; }
.tp-stp-icon-primary { width: 40px; height: 40px; border-radius: 10px; background: #eef2ff; color: #4338ca; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-icon-secondary { width: 40px; height: 40px; border-radius: 10px; background: #fef3c7; color: #d97706; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-icon-success { width: 40px; height: 40px; border-radius: 10px; background: #ecfdf5; color: #059669; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-quote { font-style: italic; color: #55607a; border-left: 3px solid #4338ca; padding-left: 16px; margin: 12px 0; }
.tp-stp-mission-number { width: 28px; height: 28px; border-radius: 50%; background: #eef2ff; color: #4338ca; display: inline-flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; flex-shrink: 0; }
.tp-stp-feats-item { display: flex; align-items: start; gap: 10px; margin-bottom: 10px; }
.tp-stp-icon-success { color: #10b981; font-size: .95rem; flex-shrink: 0; margin-top: 1px; }
.tp-stp-icon-primary { width: 40px; height: 40px; border-radius: 10px; background: #eef2ff; color: #4338ca; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-icon-secondary { width: 40px; height: 40px; border-radius: 10px; background: #fef3c7; color: #d97706; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-icon-success { width: 40px; height: 40px; border-radius: 10px; background: #ecfdf5; color: #059669; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-quote { font-style: italic; color: #55607a; border-left: 3px solid #4338ca; padding-left: 16px; margin: 12px 0; }
.tp-stp-mission-number { width: 28px; height: 28px; border-radius: 50%; background: #eef2ff; color: #4338ca; display: inline-flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; flex-shrink: 0; }
.tp-stp-feats-item { display: flex; align-items: start; gap: 10px; margin-bottom: 10px; }
.tp-stp-icon-success { color: #10b981; font-size: .95rem; flex-shrink: 0; margin-top: 1px; }
.tp-stp-icon-primary { width: 40px; height: 40px; border-radius: 10px; background: #eef2ff; color: #4338ca; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-icon-secondary { width: 40px; height: 40px; border-radius: 10px; background: #fef3c7; color: #d97706; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-icon-success { width: 40px; height: 40px; border-radius: 10px; background: #ecfdf5; color: #059669; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-quote { font-style: italic; color: #55607a; border-left: 3px solid #4338ca; padding-left: 16px; margin: 12px 0; }
.tp-stp-mission-number { width: 28px; height: 28px; border-radius: 50%; background: #eef2ff; color: #4338ca; display: inline-flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; flex-shrink: 0; }
.tp-stp-feats-item { display: flex; align-items: start; gap: 10px; margin-bottom: 10px; }
.tp-stp-icon-success { color: #10b981; font-size: .95rem; flex-shrink: 0; margin-top: 1px; }
.tp-stp-icon-primary { width: 40px; height: 40px; border-radius: 10px; background: #eef2ff; color: #4338ca; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-icon-secondary { width: 40px; height: 40px; border-radius: 10px; background: #fef3c7; color: #d97706; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-icon-success { width: 40px; height: 40px; border-radius: 10px; background: #ecfdf5; color: #059669; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-quote { font-style: italic; color: #55607a; border-left: 3px solid #4338ca; padding-left: 16px; margin: 12px 0; }
.tp-stp-mission-number { width: 28px; height: 28px; border-radius: 50%; background: #eef2ff; color: #4338ca; display: inline-flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; flex-shrink: 0; }
.tp-stp-feats-item { display: flex; align-items: start; gap: 10px; margin-bottom: 10px; }
.tp-stp-icon-success { color: #10b981; font-size: .95rem; flex-shrink: 0; margin-top: 1px; }
.tp-stp-icon-primary { width: 40px; height: 40px; border-radius: 10px; background: #eef2ff; color: #4338ca; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-icon-secondary { width: 40px; height: 40px; border-radius: 10px; background: #fef3c7; color: #d97706; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-icon-success { width: 40px; height: 40px; border-radius: 10px; background: #ecfdf5; color: #059669; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-quote { font-style: italic; color: #55607a; border-left: 3px solid #4338ca; padding-left: 16px; margin: 12px 0; }
.tp-stp-mission-number { width: 28px; height: 28px; border-radius: 50%; background: #eef2ff; color: #4338ca; display: inline-flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; flex-shrink: 0; }
.tp-stp-feats-item { display: flex; align-items: start; gap: 10px; margin-bottom: 10px; }
.tp-stp-icon-success { color: #10b981; font-size: .95rem; flex-shrink: 0; margin-top: 1px; }
.tp-stp-icon-primary { width: 40px; height: 40px; border-radius: 10px; background: #eef2ff; color: #4338ca; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-icon-secondary { width: 40px; height: 40px; border-radius: 10px; background: #fef3c7; color: #d97706; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-icon-success { width: 40px; height: 40px; border-radius: 10px; background: #ecfdf5; color: #059669; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.tp-stp-quote { font-style: italic; color: #55607a; border-left: 3px solid #4338ca; padding-left: 16px; margin: 12px 0; }
.tp-stp-mission-number { width: 28px; height: 28px; border-radius: 50%; background: #eef2ff; color: #4338ca; display: inline-flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; flex-shrink: 0; }
.tp-stp-feats-item { display: flex; align-items: start; gap: 10px; margin-bottom: 10px; }
.tp-stp-icon-success { color: #10b981; font-size: .95rem; flex-shrink: 0; margin-top: 1px; }