.contractor-tax-new {
    background: #fbf7fb;
    color: #161616;
    font-family: Arial, Helvetica, sans-serif;
}
.contractor-tax-new .ct-wrap {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 18px;
}
.ct-hero {
    background: radial-gradient(circle at 58% 35%, #fff277 0, #ffe816 34%, #ffdc16 100%);
    min-height: 380px;
    overflow: hidden;
}
.ct-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 34px;
    align-items: end;
}
.ct-hero-copy {
    padding: 70px 0 50px;
}
.ct-hero h1 {
    margin: 0 0 18px;
    font-size: 38px;
    line-height: 1.16;
    font-weight: 700;
}
.ct-hero h1 span {
    display: block;
}
.ct-hero h1 strong {
    font-weight: 800;
}
.ct-hero p {
    max-width: 470px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.55;
}
.ct-hero-note {
    margin-top: 12px;
    font-size: 11px;
}
.ct-hero-media {
    position: relative;
    min-height: 340px;
}
.ct-hero-person {
    position: absolute;
    right: 18px;
    bottom: 0;
    max-height: 425px;
    width: auto;
}
.ct-cash-stack {
    position: absolute;
    right: 0;
    top: 112px;
    display: flex;
    transform: rotate(-10deg);
}
.ct-cash-stack span {
    display: block;
    width: 58px;
    height: 30px;
    margin-left: -34px;
    border: 2px solid #166b38;
    border-radius: 4px;
    background: #46b96a;
    box-shadow: inset 0 0 0 5px #9de29e;
}
.ct-cash-stack span:after {
    content: "$";
    display: block;
    text-align: center;
    color: #0b5227;
    font-weight: 700;
    line-height: 26px;
}
.ct-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 24px;
    border-radius: 4px;
    background: #1f6d2f;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .18);
}
.ct-btn:before {
    content: "\203A";
    font-size: 20px;
    line-height: 1;
}
.ct-section {
    padding: 28px 0;
    border-bottom: 1px solid #ece7ec;
}
.ct-center {
    text-align: center;
}
.ct-section h2 {
    margin: 0 0 14px;
    font-size: 26px;
    font-weight: 700;
}
.ct-section-lead {
    max-width: 760px;
    margin: 0 auto 22px;
    font-size: 15px;
    line-height: 1.55;
}
.ct-panel {
    background: rgba(255, 255, 255, .76);
    border: 1px solid #ddd7df;
    border-radius: 4px;
    box-shadow: 0 6px 22px rgba(41, 25, 45, .08);
}
.ct-benefits {
    padding: 22px 18px 18px;
}
.ct-benefits h3 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 22px;
}
.ct-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.ct-benefit {
    position: relative;
    min-height: 170px;
    padding: 28px 14px 16px;
    text-align: center;
    background: #fff;
    border: 1px solid #dddce4;
    border-radius: 4px;
}
.ct-num {
    position: absolute;
    top: -14px;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    border: 2px solid #222;
    border-radius: 50%;
    background: #ffe51c;
    font-weight: 800;
    line-height: 32px;
}
.ct-benefit h4 {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 700;
}
.ct-benefit strong {
    display: block;
    margin-bottom: 8px;
    font-size: 28px;
}
.ct-benefit p {
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
}
.ct-trust-image {
    display: block;
    max-width: 116px;
    max-height: 58px;
    width: auto;
    height: auto;
    margin: 10px auto 8px;
}
.ct-refund-image {
    display: block;
    max-width: 74px;
    max-height: 58px;
    width: auto;
    height: auto;
    margin: 10px auto 8px;
}
.ct-tpba-image {
    display: block;
    max-width: 118px;
    max-height: 54px;
    width: auto;
    height: auto;
    margin: 10px auto 0;
}
.ct-check {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.ct-check li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 24px;
    font-size: 15px;
}
.ct-check li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: #19833a;
    font-weight: 800;
}
.ct-two-col {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 18px;
}
.ct-info {
    padding: 18px 24px;
}
.ct-info h3 {
    margin: 0 0 14px;
    text-align: center;
    font-size: 23px;
}
.ct-testimonial {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 18px 22px;
}
.ct-quote {
    color: #777;
    font-size: 52px;
    line-height: 1;
}
.ct-stars {
    color: #657200;
    font-size: 19px;
    letter-spacing: 1px;
}
.ct-testimonial p {
    margin: 4px 0;
    font-size: 16px;
    font-weight: 700;
}
.ct-testimonial small {
    display: block;
    text-align: right;
}
.ct-faq-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 18px 24px;
}
.ct-logos {
    display: flex;
    gap: 14px;
    align-items: center;
}
.ct-logos img {
    max-height: 42px;
    width: auto;
}
.ct-security-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    min-height: 42px;
    border: 1px solid #b9c9c5;
    border-radius: 4px;
    color: #31524c;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}
.ct-action-row {
    margin-top: 18px;
    text-align: center;
}
.ct-faq-list {
    margin: 20px auto 0;
    padding: 0;
    list-style: none;
}
.ct-faq-item {
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid #ddd7df;
    border-radius: 4px;
    box-shadow: 0 5px 18px rgba(41, 25, 45, .06);
    overflow: hidden;
}
.ct-faq-question {
    position: relative;
    margin: 0;
    padding: 16px 46px 16px 20px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    cursor: pointer;
}
.ct-faq-question:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 14px;
    color: #1f6d2f;
    font-size: 24px;
    font-weight: 700;
}
.ct-faq-question.active:after {
    content: "-";
}
.ct-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
}
.ct-faq-answer p {
    margin: 0;
    padding: 0 20px 16px;
    font-size: 15px;
    line-height: 1.55;
}
.ct-faq-title {
    margin-bottom: 8px !important;
}

@media (max-width: 767px) {
    .ct-hero-grid,
    .ct-benefit-grid,
    .ct-two-col,
    .ct-testimonial,
    .ct-faq-panel {
        grid-template-columns: 1fr;
    }
    .ct-hero-copy {
        padding: 42px 0 16px;
        text-align: center;
    }
    .ct-hero p {
        margin-left: auto;
        margin-right: auto;
    }
    .ct-hero h1 {
        font-size: 30px;
    }
    .ct-hero-media {
        min-height: 270px;
    }
    .ct-hero-person {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        max-height: 270px;
    }
    .ct-cash-stack {
        right: 18%;
        top: 45px;
    }
    .ct-testimonial {
        text-align: center;
    }
    .ct-testimonial small {
        text-align: center;
    }
    .ct-logos {
        justify-content: center;
        flex-wrap: wrap;
    }
}
