.success-hero {
    text-align: center;
    margin: 0 0 2em;
}
.success-hero img {
    max-width: 100%;
    height: auto;
}
.success-section-number {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    margin: 2em 0 0.5em;
    padding-bottom: 0.3em;
    border-bottom: 3px solid #24bbb7;
}
.success-green-box {
    border-left: 4px solid #24bbb7;
    padding-left: 15px;
    margin: 2em 0 0.7em;
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #24bbb7;
}
.success-check-item {
    display: flex;
    align-items: flex-start;
    margin: 1em 0;
}
.success-check-item .check-icon {
    color: #24bbb7;
    font-size: 1.4em;
    margin-right: 8px;
    flex-shrink: 0;
    line-height: 1.4;
}
.success-check-item .check-text {
    line-height: 1.6;
}
.success-btn-area {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 2em 0;
    flex-wrap: wrap;
}
.success-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    min-width: 200px;
    box-sizing: border-box;
    transition: opacity 0.3s;
    line-height: 1.4;
}
.success-btn:hover {
    opacity: 0.7;
}
.success-btn--primary {
    background-color: #24bbb7;
    color: #fff;
    border: 2px solid #24bbb7;
}
.success-btn--outline {
    background-color: #ff8c00;
    color: #fff;
    border: 2px solid #ff8c00;
}
.success-contact {
    text-align: center;
    margin: 1.5em 0 2.5em;
    padding: 1em;
}
.success-contact-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 8px 0;
    font-size: 1.05rem;
    font-weight: 700;
}
.success-contact-row img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.success-contact-row .icon-envelope {
    font-size: 24px;
    vertical-align: middle;
}
.success-contact-row a {
    color: #333;
    text-decoration: none;
}
.success-question-box {
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 3px solid #24bbb7;
    padding: 8px 15px;
    margin: 1em 0;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}
.success-question-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #24bbb7;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    flex-shrink: 0;
}
.success-sub-heading {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 1.5em 0 0.5em;
    padding-bottom: 0.3em;
    border-bottom: 2px solid #24bbb7;
}
.success-numbered {
    font-weight: 500;
    margin: 1.2em 0 0.3em;
}
.success-catchcopy {
    text-align: center;
    margin: 3em 0;
    padding: 2em 0;
}
.success-catchcopy p {
    font-size: 1.1rem;
    margin-bottom: 0.8em;
    line-height: 1.6;
}
.success-catchcopy .big-text {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    background: linear-gradient(transparent 60%, #ffff00 60%);
    display: inline;
    padding: 0 4px;
}
.success-checklist-box {
    border: none;
    border-radius: 0;
    padding: 25px 30px;
    margin: 2em 0;
    background: #f5f5f5;
}
.success-checklist-item {
    margin: 1.2em 0;
}
.success-checklist-item .cl-title {
    font-weight: 700;
    font-size: 1.05rem;
    color: #24bbb7;
}
.success-checklist-item .cl-desc {
    font-size: 0.9rem;
    color: #666;
    margin-top: 3px;
    padding-left: 1.5em;
}
.success-examples-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 2.5em 0 1em;
    padding-bottom: 0.3em;
    border-bottom: 3px solid #24bbb7;
}
.success-example-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 2em;
    overflow: hidden;
}
.success-example-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 20px 10px;
}
.success-example-card-top-left {
    flex: 1;
}
.success-example-card-label {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 3px;
}
.success-example-card-title {
    font-size: 1.15rem;
    font-weight: 700;
}
.success-example-review-link {
    display: inline-block;
    background-color: #24bbb7;
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 12px;
    text-decoration: none;
    transition: opacity 0.3s;
    flex-shrink: 0;
    margin-left: 15px;
}
.success-example-review-link:hover {
    opacity: 0.7;
    color: #fff;
}
.success-example-card-content {
    display: flex;
}
.success-example-card-img {
    width: 45%;
    min-height: 200px;
    background-color: #eee;
    overflow: hidden;
}
.success-example-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.success-example-card-info {
    width: 55%;
    padding: 10px 20px;
    box-sizing: border-box;
}
.success-example-price-area {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-bottom: 15px;
    border: 2px solid #24bbb7;
    border-radius: 6px;
    padding: 12px 15px;
    background-color: #f8fffe;
}
.success-example-price-col {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}
.success-example-price-col + .success-example-price-col {
    padding-left: 20px;
    padding-right: 0;
    border-left: 2px solid #24bbb7;
}
.success-example-price-label {
    font-size: 0.75rem;
    color: #24bbb7;
    font-weight: 700;
    margin-bottom: 4px;
}
.success-example-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
}
.success-example-price small {
    font-size: 0.6em;
    font-weight: 400;
}
.success-example-price-sub {
    font-size: 0.65rem;
    color: #999;
    margin-top: 2px;
}
.success-example-days {
    font-size: 1.3rem;
    font-weight: 700;
}
.success-example-days small {
    font-size: 0.6em;
    font-weight: 400;
}
.success-example-badge {
    display: inline-block;
    background-color: #24bbb7;
    color: #fff;
    font-size: 0.75rem;
    padding: 2px 10px;
    margin-bottom: 8px;
}
.success-example-spec {
    font-size: 0.85rem;
    line-height: 1.8;
    color: #555;
}
.success-example-spec dt {
    float: left;
    clear: left;
    margin-right: 0.3em;
    font-weight: 500;
    color: #333;
}
.success-example-spec dd {
    margin-left: 0;
    margin-bottom: 0;
}
.success-example-schedule {
    font-size: 0.8rem;
    line-height: 2;
    color: #555;
}
.success-example-schedule-row {
    display: flex;
    gap: 8px;
}
.success-example-schedule-date {
    white-space: nowrap;
}
.success-example-schedule-milestone {
    color: #999;
}
.success-example-card-body {
    padding: 15px 20px;
    border-top: 1px solid #eee;
}
.success-example-comment-label {
    font-size: 0.85rem;
    color: #24bbb7;
    font-weight: 500;
    margin-bottom: 5px;
}
.success-example-comment {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #333;
}
.success-review-btn {
    text-align: center;
    margin: 2em 0 3em;
}
.success-review-btn a {
    display: inline-block;
    background-color: #24bbb7;
    color: #fff;
    padding: 12px 40px;
    border-radius: 30px;
    font-size: 1rem;
    text-decoration: none;
    transition: opacity 0.3s;
}
.success-review-btn a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .success-section-number {
        font-size: 1.3rem;
    }
    .success-green-box {
        font-size: 1.1rem;
    }
    .success-btn-area {
        flex-direction: column;
        align-items: center;
    }
    .success-btn {
        width: 100%;
        max-width: 300px;
    }
    .success-catchcopy {
        padding: 1.5em 0;
    }
    .success-catchcopy p {
        font-size: 1rem;
    }
    .success-catchcopy .big-text {
        font-size: 1.5rem;
    }
    .success-example-card-content {
        flex-direction: column;
    }
    .success-example-card-img {
        width: 100%;
        min-height: 180px;
    }
    .success-example-card-info {
        width: 100%;
    }
    .success-checklist-box {
        padding: 15px;
    }
}
