.cp-landing {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #111827;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 16px 60px;
}

.cp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.2fr);
    gap: 32px;
    align-items: center;
    margin-bottom: 48px;
}

.cp-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #2563eb;
    background: #eff6ff;
    padding: 6px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.cp-hero h1 {
    font-size: 32px;
    line-height: 1.15;
    margin: 0 0 12px;
    color: #0f172a;
}

.cp-hero-lead {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 18px;
}

.cp-hero-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    font-size: 14px;
    color: #374151;
}

.cp-hero-bullets li {
    margin-bottom: 6px;
}

.cp-hero-bullets li::before {
    content: "✓";
    color: #16a34a;
    font-weight: 700;
    margin-right: 6px;
}

.cp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cp-btn-primary,
.cp-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: background-color 0.18s ease, transform 0.1s ease, box-shadow 0.18s ease;
}

/*.cp-btn-primary {*/
/*    background-color: #2563eb;*/
/*    color: #fff;*/
/*    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.28);*/
/*}*/

.cp-btn-primary {
    background: linear-gradient(135deg, #f97316, #ec4899);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(248, 113, 113, 0.45);
}

.cp-btn-primary:hover {
    background-color: #1d4ed8;
    transform: translateY(-1px);
}

.cp-btn-secondary {
    background-color: #f3f4f6;
    color: #111827;
}

.cp-btn-secondary:hover {
    background-color: #e5e7eb;
}

.cp-hero-side {
    background: radial-gradient(circle at 0% 0%, #dbeafe 0, #eff6ff 45%, #ffffff 100%);
    border-radius: 20px;
    padding: 18px 18px 20px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.cp-hero-side-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111827;
}

.cp-hero-side-sub {
    font-size: 12px;
    color: #4b5563;
    margin-bottom: 12px;
}

.cp-hero-side-preview {
    border-radius: 14px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #e5e7eb;
    background-color: #fff;
}

.cp-hero-side-col {
    padding: 10px;
    text-align: center;
}

.cp-hero-side-col-header {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    margin-bottom: 8px;
}

.cp-hero-side-img {
    border-radius: 10px;
    background: #e5e7eb;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #4b5563;
    padding: 10px;
}

.cp-hero-side-note {
    margin-top: 10px;
    font-size: 11px;
    color: #6b7280;
}

/* TOOL DEMO SECTION (PLACE YOUR EXISTING UI HERE) */

.cp-tool-demo {
    margin-bottom: 48px;
    padding: 20px;
    border-radius: 16px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}

.cp-tool-demo h2 {
    font-size: 18px;
    margin: 0 0 6px;
    color: #111827;
}

.cp-tool-demo p {
    margin: 0 0 16px;
    font-size: 14px;
    color: #4b5563;
}

/* HOW IT WORKS */

.cp-section {
    margin-bottom: 48px;
}

.cp-section-title {
    font-size: 22px;
    margin-bottom: 8px;
    color: #0f172a;
}

.cp-section-subtitle {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 18px;
}

.cp-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.cp-step-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 14px 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.03);
}

.cp-step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.cp-step-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #111827;
}

.cp-step-text {
    font-size: 13px;
    color: #4b5563;
    line-height: 1.6;
}

/* USE CASES */

.cp-usecases-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.cp-usecase-card {
    background: #f9fafb;
    border-radius: 12px;
    padding: 14px 14px 16px;
    border: 1px solid #e5e7eb;
}

.cp-usecase-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #111827;
}

.cp-usecase-text {
    font-size: 13px;
    color: #4b5563;
}

/* COMPARISON TABLE */

.cp-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-top: 12px;
}

.cp-compare-table th,
.cp-compare-table td {
    border: 1px solid #e5e7eb;
    padding: 8px 10px;
    text-align: left;
}

.cp-compare-table th {
    background-color: #f3f4f6;
    font-weight: 600;
    color: #111827;
}

.cp-compare-highlight {
    background-color: #ecfdf5;
    font-weight: 600;
    color: #166534;
}

/* FAQ */

.cp-faq-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cp-faq-item {
    border-top: 1px solid #e5e7eb;
    padding: 12px 0;
}

.cp-faq-q {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
    color: #111827;
}

.cp-faq-a {
    font-size: 13px;
    color: #4b5563;
    line-height: 1.7;
}

/* FOOTER CTA STRIP */

/*.cp-bottom-cta {*/
/*    margin-top: 10px;*/
/*    padding: 18px 16px;*/
/*    border-radius: 14px;*/
/*    background: linear-gradient(135deg, #2563eb, #4f46e5);*/
/*    color: #e5edff;*/
/*    text-align: center;*/
/*}*/

.cp-bottom-cta {
    text-align: center;
    background: linear-gradient(135deg, #0f172a, #1d4ed8);
    color: #f9fafb;
    border-radius: 20px;
    padding: 28px 20px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.6);
}
.cp-bottom-cta h2 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #f9fafb;
}

.cp-bottom-cta p {
    font-size: 14px;
    margin-bottom: 12px;
}

/* RESPONSIVE */

@media (max-width: 900px) {
    .cp-hero {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 768px) {
    .cp-landing {
        padding: 28px 12px 40px;
    }

    .cp-steps-grid,
    .cp-usecases-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .cp-hero h1 {
        font-size: 26px;
    }
}

.sample-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}