.cto-shell {
    max-width: 1180px;
    margin: 28px auto 0;
    padding: 0 20px;
}

.cto-hero {
    background: radial-gradient(circle at top, #db2777, #be185d);
    color: white;
    border-radius: 28px;
    padding: 34px 30px;
    box-shadow: 0 20px 50px rgba(190, 24, 93, 0.18);
    overflow: hidden;
    position: relative;
}

.cto-hero::before {
    content: "";
    position: absolute;
    width: 540px;
    height: 540px;
    background: rgba(255,255,255,0.08);
    filter: blur(120px);
    top: -220px;
    right: -120px;
}

.cto-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}

.cto-kicker {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.85rem;
    font-weight: 700;
    opacity: 0.9;
    color: white;
    margin: 0 0 8px;
}

.cto-hero h1 {
    color: white !important;
    margin: 0 0 10px;
    font-size: 2.6rem;
    max-width: 760px;
}

.cto-subtitle {
    margin: 0;
    font-size: 1.04rem;
    opacity: 0.95;
    max-width: 760px;
    line-height: 1.7;
    color: white;
}

.cto-hero-card {
    min-width: 250px;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(12px);
    border-radius: 22px;
    padding: 18px 22px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.cto-hero-card span,
.cto-hero-card strong {
    display: block;
    color: white;
}

.cto-hero-card span {
    font-size: 0.9rem;
    opacity: 0.92;
    margin-bottom: 7px;
}

.cto-hero-card strong {
    font-size: 1.15rem;
}

.cto-panel {
    background: white;
    border-radius: 26px;
    padding: 28px;
    margin-top: 28px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.07);
}

.cto-intro-card {
    background: linear-gradient(135deg, #fdf2f8, #fff);
    border: 1px solid #fbcfe8;
    border-radius: 22px;
    padding: 24px;
    margin-bottom: 24px;
}

.cto-intro-card h2 {
    margin: 0 0 12px;
    color: #111827;
}

.cto-intro-card p,
.tool-card p,
.workflow-item p,
.tip-box p,
.final-note p {
    color: #4b5563;
    line-height: 1.8;
}

.cto-intro-card p {
    margin: 0 0 12px;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 32px;
}

.tool-card {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tool-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.08);
}

.tool-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #fce7f3;
    color: #be185d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 16px;
}

.tool-card h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 1.1rem;
}

.tool-card p,
.workflow-item p,
.tip-box p,
.final-note p {
    margin: 0;
}

.content-section,
.final-note {
    margin-top: 34px;
}

.section-heading {
    margin-bottom: 18px;
}

.section-heading h2 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 1.85rem;
}

.section-heading p {
    margin: 0;
    color: #6b7280;
}

.workflow-section {
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 24px;
    padding: 24px;
}

.workflow-list {
    display: grid;
    gap: 16px;
}

.workflow-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    background: white;
    border: 1px solid #edf2f7;
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.04);
}

.workflow-item span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #be185d, #db2777);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.workflow-item strong {
    display: block;
    color: #111827;
    margin-bottom: 6px;
}

.compare-section {
    background: #fdf2f8;
    border: 1px solid #fbcfe8;
    border-radius: 24px;
    padding: 24px;
}

.compare-table-wrap {
    overflow-x: auto;
    border-radius: 20px;
    border: 1px solid #edf2f7;
    background: white;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.compare-table th {
    background: linear-gradient(135deg, #be185d, #db2777);
    color: white;
    text-align: left;
    padding: 16px;
    font-size: 0.95rem;
}

.compare-table td {
    padding: 16px;
    border-bottom: 1px solid #edf2f7;
    color: #4b5563;
    line-height: 1.6;
}

.compare-table tr:last-child td {
    border-bottom: none;
}

.compare-table td:first-child {
    color: #111827;
    font-weight: 800;
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.tip-box {
    background: linear-gradient(135deg, #ffffff, #fcfcfd);
    border: 1px solid #edf2f7;
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

.tip-box i {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #fce7f3;
    color: #be185d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-size: 1.1rem;
}

.tip-box strong {
    display: block;
    color: #111827;
    margin-bottom: 8px;
}

.final-note {
    text-align: center;
    background: linear-gradient(135deg, #fdf2f8, #fff);
    border: 1px solid #fbcfe8;
    border-radius: 24px;
    padding: 28px;
}

.final-note h2 {
    margin-top: 0;
    color: #111827;
}

.final-strong {
    font-weight: 800;
    color: #be185d !important;
    font-size: 1.08rem;
    margin-top: 12px !important;
}

@media (max-width: 1100px) {
    .tools-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .cto-shell {
        padding: 0 14px;
        margin-top: 20px;
    }

    .cto-hero {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .cto-hero h1 {
        font-size: 2rem;
    }

    .cto-panel {
        padding: 20px;
        border-radius: 20px;
    }

    .cto-hero-card {
        width: 100%;
    }

    .tools-grid,
    .tips-grid {
        grid-template-columns: 1fr;
    }

    .section-heading h2 {
        font-size: 1.55rem;
    }
}

@media (max-width: 480px) {
    .cto-intro-card,
    .tool-card,
    .workflow-section,
    .compare-section,
    .tip-box,
    .final-note {
        padding: 18px;
        border-radius: 18px;
    }

    .cto-hero h1 {
        font-size: 1.8rem;
    }

    .workflow-item {
        grid-template-columns: 1fr;
    }
}
