/* =============================================================================
   CB11 Solution banner — top band, bottom layout, form, accordion
   ============================================================================= */

/* --- Top / bottom banner shells --- */

.cb11-solution-top_banner-inner {
    overflow: hidden;
    width: 100%;
    background: var(--color-footer-bg);
    position: relative;
    overflow: clip;
    margin-top: -84px;
}

.variant-one-btn .dot-how-it-works .dot{
    display: inline-block !important;
}
.cb11 .dot-how-it-works .dot{
    display: none;
}
.cb11_bg_image .dot-how-it-works .dot{
    display: none !important;
}
.dot-how-it-works .dot {
    width: 6px;
    height: 6px;
    margin-right: 6px;
    border-radius: 9999px;
    background: var(--color-brand);
    animation: pulseDot 1.2s ease-in-out infinite;
}

.cb11_bg_image .cb11-solution-top_banner-inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cb11-inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}
.only-image-showcase-cls .cb11-inner .soltuion-img-content{
    display: block;
}
.cb11_bg_image .cb11-inner-inside-shadow{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4));
}

.cb11_bg_image .banner-cta .bnr-btn-prm {
    background-color: var(--btn-primary) !important;
    color: #fff !important;
    text-transform: uppercase;
}

.cb11-solution-bottom_banner {
    position: relative;
    background: var(--background);
}
.variant-one-btn .bnr-btn-prm{
        background-color: var(--btn-primary) !important;
        color: #fff !important;
        text-transform: uppercase;
        box-shadow: rgba(61, 166, 71, 0.25) 0px 0px 30px;
}


.press-kit__badge {
    display: inline-block;
    margin-bottom: 1.25rem;
    padding: 0.375rem 0.75rem;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary);
    background: color-mix(in srgb, var(--primary) 10%, transparent);
    border-radius: 4px;
}

.variant-one-btn .press-kit__badge {
    border-radius: 9999px;
    border: 1px solid rgb(123 196 127 / 20%);
}
.cb11_bg_image .press-kit__badge{
    border-radius: 4px !important;
    border: none !important;
}
.solution-btm-container {
    display: flex;
    padding: 20px 0px 80px 0px;
    gap: 40px;
}

.cb11-inner {
    padding-top: 176px;
    padding-bottom: 96px;
}

/* --- Hero copy --- */

.cb-bnr-content {
    max-width: 600px;
}

.cb-bnr-content h1 {
    font-size: clamp(2.5rem, 5.5vw, 4.25rem);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--color-brand-foreground);
    margin-bottom: 1.25rem;
}
.solution-sub-cls h1{
    font-size: 56px !important;
}
.solution-sub-cls .banner-cta .bnr-btn-prm{
        background-color: var(--color-brand) !important;
        color: #fff !important;
}
.cb-bnr-content strong {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    color: rgb(123 196 127) !important;
}
.cb-bnr-content h1 span {
    color: #3DA647 !important;
}
.cb-bnr-content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.625;
    /* leading-relaxed */
    margin-bottom: 2rem;
    /* mb-8 = 32px */
    max-width: 520px;
}

/* --- Banner CTAs --- */

.banner-cta .bnr-btn-prm {
    background-color: var(--background);
    color: #2c2c2c;
    text-transform: uppercase;
    height: 52px;
    border: none;
}

.banner-cta .bnr-btn-prm:hover {
    background-color: var(--color-footer-text-strong);
}

.banner-cta .bnr-btn-sec {
    height: 52px;
    padding: 0 1.5rem;
    border: 1px solid var(--color-footer-placeholder);
    color: var(--color-brand-foreground);
    background-color: rgb(255 255 255 / .08);
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

.banner-cta .bnr-btn-sec:hover {
    background-color: rgb(255 255 255 / .14);
    border-color: rgba(255, 255, 255, 0.5);
}

.banner-cta .bnr-btn-sec span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.banner-cta .bnr-btn-sec span svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    color: var(--color-brand-foreground);
}

/* --- Form overlap offset --- */

.solution-form-inner {
    margin-top: -120px;
}

/* --- Lead form (sd-hero) --- */

.sd-hero__aside {
    max-width: 480px;
    margin: 0 auto;
    padding: 0px;
}
.page-id-434 .variant-one-btn .dot{
    display: none !important;
}
.page-id-561 .variant-one-btn .dot{
    display: none !important;
}
.page-id-434 .variant-one-btn .press-kit__badge{
    border-radius: 4px !important;
}
.page-id-561 .variant-one-btn .press-kit__badge{
    border-radius: 4px !important;
}

.banner-cta{
  display: flex;
  gap: 16px;
}

.sd-hero__aside,
.sd-wrap {
    animation: sd-hero-fade-up 0.6s ease 0.15s both;
}

.sd-hero__card {
    background: var(--card);
    border-radius: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.12);
    padding: 1.5rem;
}

@media (min-width: 640px) {
    .sd-hero__card {
        padding: 2rem;
    }
}

.sd-hero__form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sd-hero__grid2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .sd-hero__grid2 {
        grid-template-columns: 1fr 1fr;
    }
}

.sd-hero__label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 0.375rem;
}

.sd-hero__input,
.sd-hero__textarea {
    width: 100%;
    height: 44px;
    padding: 0 0.75rem;
    border: 1px solid #c8d0c8;
    border-radius: 0.375rem;
    background: var(--background);
    font-size: 14px;
    font-family: inherit;
    color: var(--color-primary);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sd-hero__textarea {
    height: auto;
    min-height: 6rem;
    padding: 0.75rem;
    resize: vertical;
}

.sd-hero__input:focus,
.sd-hero__textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 1px rgba(74, 119, 50, 0.2);
}

.sd-hero__fieldset {
    border: none;
    margin: 0;
    padding: 0.5rem 0;
}

.sd-hero__legend {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 0.75rem;
}

.sd-hero__radios {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.sd-hero__radio {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    cursor: pointer;
    font-size: 14px;
    color: var(--color-primary);
}

.sd-hero__radio input {
    width: 18px;
    height: 18px;
    accent-color: var(--primary);
}

.sd-hero__footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.5rem;
}

@media (min-width: 640px) {
    .sd-hero__footer {
        flex-direction: row;
        align-items: center;
    }
    .cb11-inner{
        display: flex;
        flex-direction: row;
        gap: 24px;
    }
    
}

@media (max-width: 769px) {
    .cb11-inner {
        padding-top: 176px;
        padding-bottom: 150px;
    }
}

.sd-hero__check {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    cursor: pointer;
    font-size: 13px;
    color: #496543;
}

.sd-hero__check input {
    width: 18px;
    height: 18px;
    margin-top: 0.125rem;
    accent-color: var(--primary);
    flex-shrink: 0;
}

.sd-hero__check a {
    color: var(--color-primary);
    text-decoration: underline;
    transition: color 0.2s ease;
}

.sd-hero__check a:hover {
    color: var(--primary);
}

.sd-hero__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 0 1.5rem;
    border: none;
    border-radius: 9999px;
    background: var(--primary);
    color: var(--color-brand-foreground);
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    white-space: nowrap;
    transition: filter 0.2s ease;
}

@media (min-width: 640px) {
    .sd-hero__submit {
        width: auto;
        padding: 0 2rem;
    }
}

.sd-hero__submit:hover {
    filter: brightness(1.1);
}

@keyframes sd-hero-fade-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Accordion column (sd-wrap) --- */

.sd-wrap {
    max-width: 640px;
    width: 100%;
    margin: 0;
    padding: 1.5rem;
}

.sd-acc {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px 0 0;
}

.sd-acc:last-of-type {
    border-bottom: 1px solid #e5e5e5;
}

.sd-acc__summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    width: 100%;
    text-align: left;
    font: inherit;
    cursor: pointer;
    color: var(--color-primary);
    transition: color 0.2s ease;
}

.sd-acc__summary:hover {
    color: hsl(99, 41%, 33%);
}

.sd-acc__summary::-webkit-details-marker {
    display: none;
}

.sd-acc__summary::marker {
    content: none;
}

.sd-acc__title {
    font-size: clamp(1.125rem, 2.5vw, 1.25rem);
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font-sans);
}

.sd-acc__iconBox {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: hsl(99, 41%, 33%);
    transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
}

.sd-acc__iconBox::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background: url("../../imgs/arrow-right-sv.svg") center / contain no-repeat;
    filter: brightness(0) invert(1);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.sd-acc[open] .sd-acc__iconBox {
    background: transparent;
    border: 1px solid #e5e5e5;
    transform: rotate(90deg);
}

.sd-acc[open] .sd-acc__iconBox::before {
    filter: none;
    transform: rotate(-45deg);
}

.sd-acc__panel {
    padding-bottom: 1.5rem;
}

.sd-wrap > details:first-of-type .sd-acc__panel > ul {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.sd-wrap > details:first-of-type .sd-acc__panel > ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-primary);
    line-height: 1.5;
}

.sd-wrap > details:first-of-type .sd-acc__panel > ul li::before {
    content: "";
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.125rem;
    background: url("../../imgs/check.svg") center / contain no-repeat;
}

.sd-acc__panel > p {
    font-size: 15px;
    line-height: 1.6;
    color: hsl(110, 20%, 33%);
    max-width: 460px;
    margin: 0;
}

.sd-wrap > details:nth-of-type(2) .sd-acc__panel > ul {
    list-style: none;
    margin: 0;
    padding: 0 0 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    counter-reset: sd-step 0;
}

.sd-wrap > details:nth-of-type(2) .sd-acc__panel > ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    counter-increment: sd-step;
    font-size: 14px;
    line-height: 1.6;
    color: var(--primary);
}

.sd-wrap > details:nth-of-type(2) .sd-acc__panel > ul li::before {
    content: counter(sd-step, decimal-leading-zero);
    font-size: 13px;
    font-weight: 700;
    color: var(--primary);
    margin-top: 0.125rem;
    flex-shrink: 0;
    min-width: 1.5rem;
}

.sd-wrap > details:nth-of-type(3) .sd-acc__panel > ul {
    list-style: none;
    margin: 0;
    padding: 0 0 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sd-wrap > details:nth-of-type(3) .sd-acc__panel > ul a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    color: hsl(110, 20%, 33%);
    text-decoration: none;
    padding: 0.25rem 0;
    transition: color 0.2s ease;
}

.sd-wrap > details:nth-of-type(3) .sd-acc__panel > ul a::before {
    content: "";
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
    background: url("../../imgs/arrow-right-sv.svg") center / contain no-repeat;
}

.sd-wrap > details:nth-of-type(3) .sd-acc__panel > ul a:hover {
    color: hsl(99, 41%, 33%);
}

/* --- Breakpoints --- */

@media screen and (max-width: 768px) {
    .solution-btm-container {
        display: flex;
        flex-direction: column-reverse;
        padding: 20px 0px 80px 0px;
        gap: 40px;
    }

    .solution-form-inner {
        margin-top: -60px;
    }

    .banner-cta {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .cb11-solution-top_banner-inner {
        margin-top: -92px;
    }

    .soltuion-img-content {
        display: none;
    }

    .monly-image-showcase-cls {
        padding-bottom: 60px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sd-hero__aside,
    .sd-wrap {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .sd-acc__summary,
    .sd-acc__iconBox,
    .sd-acc__iconBox::before,
    .sd-wrap > details:nth-of-type(3) .sd-acc__panel > ul a {
        transition: none;
    }
}
