/* BECK SUMMER PROMO 2026 */

body#beck-promo main#content.beck-special {
	padding-top: 0px;
	padding-bottom: 0px;
}

/* ======================================================
   HERO
====================================================== */

body #content.beck-special p.hero-kicker {
    margin: 0 !important;
}

body #content.beck-special p.hero-presented {
    margin: 0 !important;
}

.beck-hero{
    background:#fff;
    padding:4rem 0;
}

.sponsored-tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;

    background: var(--surface-soft);
    border-radius: 999px;

    color: var(--muted-text);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body #content.beck-special p.hero-kicker {
    margin: 0 0 4px !important;

    color: var(--link-color);
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

body #content.beck-special p.hero-presented {
    margin: 0 0 1.5rem !important;
    color: var(--muted-text);
    font-size: 1.6rem;
}


/* ==========================================
   Hero Title
========================================== */

body #content.beck-special H2.beck-hero-title {
    margin: 2rem 0 1.25rem !important;
    font-family: "Newsreader", Georgia, serif !important;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--text-heading);
}

body #content.beck-special h2.beck-hero-title span {
    position: relative;
    display: inline-block;
}

body #content.beck-special h2.beck-hero-title span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.12em;

    width: 108%;
    height: 0.32em;

    transform: translateX(-50%);

    background: url("brush-underline.png")
                center bottom / 100% 100% no-repeat;

    pointer-events: none;
}

@media (max-width: 991px) {
    body #content.beck-special .beck-hero-title {
        font-size: 4rem;
    }
    
    .beck-hero .btn-primary {
    	margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    body #content.beck-special .beck-hero-title {
        font-size: 3.6rem !important;
        line-height: 1.1;
    }
    
}


.beck-hero .lead{
    font-size:1.35rem;
    color:#495057;
    font-weight: 700;
}

.hero-photo{
    max-height:640px;
}

.beck-special .btn-primary {
	text-transform: uppercase;
}

/* ==========================================
   Trust Bar
========================================== */

body #content.beck-special .beck-trustbar {
    padding: 24px 0;
    background: var(--surface-soft);
    border-top: 1px solid var(--border-soft);
    border-bottom: 1px solid var(--border-soft);
}

body #content.beck-special .beck-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;

    color: var(--text-heading);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

body #content.beck-special .beck-trust-icon {
    display: inline-block;
    width: 28px;
    margin-right: 12px;

    color: var(--link-color);
    font-size: 3rem;
    text-align: center;
    vertical-align: top;
}

body #content.beck-special .beck-trust-item span {
    max-width: 135px;
}

@media (max-width: 767px) {
body #content.beck-special .beck-trust-item span {
    max-width: none;
}
}

@media (max-width: 991px) {
    body #content.beck-special .beck-trust-item {
        margin-bottom: 18px;
    }
}



/* ==========================================
   Real Results
========================================== */

body #content.beck-special .beck-results {
    padding: 60px 0;
    background-color: White;
}

body #content.beck-special .beck-results h2 {
    margin-bottom: .5rem;
    text-align: center;
}

body #content.beck-special .beck-results-intro {
    max-width: 700px;
    margin: 0 auto 36px !important;
    text-align: center;
}

body #content.beck-special .beck-results-gallery img {
    border-radius: 6px;
    transition: transform .2s ease;
    display: block;
}

body #content.beck-special .beck-results-note {
    margin-top: 20px !important;
    text-align: center;
    color: var(--muted-text);
    font-size: 1.1rem;
}

@media (max-width: 767px) {

    body #content .beck-results H2 {
        font-size: 2rem !important;
        line-height: 1.1;
        padding-bottom: 20px;
    }

    body #content.beck-special .beck-results-gallery > div {
        margin-bottom: 15px;
    }

    body #content.beck-special .beck-results-gallery > div:nth-last-child(-n+3) {
        margin-bottom: 0;
    }

}





/* ==========================================
   July Special
========================================== */

body #content.beck-special .beck-special-offer {
    padding: 60px 0;
    background: #fff;
}

body #content.beck-special .beck-offer-card {
    padding: 24px 28px;
    border: 2px solid var(--border-soft);
    border-radius: 12px;
}

.beck-offer-card .row {
    display: flex;
    align-items: center;
}

body #content.beck-special .beck-offer-label {
    margin: 0 0 .5rem !important;
    color: var(--link-color);
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-align: center;
}

body #content.beck-special .beck-offer-price-main {

    font-family: "Newsreader", Georgia, serif;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1;
    color: var(--text-heading);
    text-align: center;
}

body #content.beck-special .beck-offer-regular {
    margin-top: .75rem !important;
    color: var(--muted-text);
    text-align: center;
}

body #content.beck-special .beck-offer-regular span {

    text-decoration: line-through;

}

body #content.beck-special .beck-offer-details ul {

    margin: 0;
    padding: 0;
    list-style: none;

}

body #content.beck-special .beck-offer-details li {
    margin-bottom: 14px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.35;
}

body #content.beck-special .beck-offer-details .fa {

    margin-right: 10px;
    color: var(--link-color);

}

body #content.beck-special .beck-offer-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

body #content.beck-special .beck-offer-cta p {

    margin-top: 16px !important;

    color: var(--muted-text);
    font-size: 1.1rem;

}


body #content.beck-special .beck-financing-box {
    margin-top: 32px;
    padding: 22px 24px;

    background: var(--surface-soft);
    border: 1px solid var(--border-soft);
    border-radius: 8px;
}

body #content.beck-special .beck-financing-box h3 {
    margin: 0 0 10px !important;
}

body #content.beck-special .beck-financing-box p {
    margin: 0 0 18px !important;
}

body #content.beck-special .beck-financing-logos {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

body #content.beck-special .beck-financing-logos img {
    max-height: 48px;
    width: auto;
}


@media (max-width: 767px) {

    body #content.beck-special .beck-offer-card {
        padding: 24px 20px;
    }

    body #content.beck-special .beck-offer-card .row {
        display: block;
    }

    body #content.beck-special .beck-offer-price,
    body #content.beck-special .beck-offer-details,
    body #content.beck-special .beck-offer-cta {
        text-align: center;
        margin-bottom: 28px;
    }

    body #content.beck-special .beck-offer-price-main {
        font-size: 3.5rem;
    }
    
    body #content.beck-special P.beck-offer-price-regular {
        line-height: 0.9rem;
    }

    body #content.beck-special .beck-offer-details ul {
        text-align: left;
    }

    body #content.beck-special .beck-offer-details li {
        font-size: 1.6rem;
    }

    body #content.beck-special .beck-offer-cta {
        margin-bottom: 0;
    }

    body #content.beck-special .beck-offer-cta .btn {
        width: 100%;
        max-width: 320px;
    }

}


/* ==========================================
   Process
========================================== */

body #content.beck-special .beck-process {
    padding: 60px 0;
}

body #content.beck-special .beck-process-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: step;
}

body #content.beck-special .beck-process-list li {
    position: relative;

    margin-bottom: 26px;
    padding-left: 54px;

    counter-increment: step;
}

body #content.beck-special .beck-process-list li::before {

    content: counter(step);

    position: absolute;
    left: 0;
    top: 2px;

    width: 34px;
    height: 34px;

    border-radius: 50%;

    background: var(--link-color);
    color: #fff;

    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;

}

body #content.beck-special .beck-process-list strong {
    color: var(--text-heading);
}






/* ==========================================
   About
========================================== */

body #content.beck-special .beck-about {
    padding: 60px 0;
}

body #content.beck-special .beck-media {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

body #content.beck-special .beck-media-photo {
    width: 130px;
    height: auto;    
    border-radius: 8px;
    flex-shrink: 0;
    margin-top: 27px;
}

body #content.beck-special .beck-media-body {
    flex: 1;
}

body #content.beck-special .beck-checklist {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

body #content.beck-special .beck-checklist li {
    position: relative;

    margin-bottom: 12px;
    padding-left: 30px;

    font-weight: 700;
}

body #content.beck-special .beck-checklist li::before {

    content: "\f058";
    font-family: FontAwesome;

    position: absolute;
    left: 0;
    top: 2px;

    color: var(--link-color);

}

body #content.beck-special .beck-address,
body #content.beck-special .beck-phone {

    position: relative;

    margin-top: 20px !important;
    padding-left: 28px;

}

body #content.beck-special .beck-address .fa,
body #content.beck-special .beck-phone .fa {

    position: absolute;
    left: 0;
    top: 3px;

    color: var(--link-color);

}


@media (max-width: 767px) {

    body #content.beck-special .beck-about {
        padding: 40px 0;
    }

    body #content.beck-special .beck-media {
        display: block;
        margin-bottom: 40px;
    }

    body #content.beck-special .beck-media-photo {
        display: block;
        width: 160px;
        margin: 0 auto 20px;
    }

    body #content.beck-special .beck-media:last-child {
        margin-bottom: 0;
    }

}



/* ==========================================
   Final CTA
========================================== */

body #content.beck-special .beck-final-cta {
    margin: 0;
    padding: 28px 40px;
    background: var(--surface-soft);
    border-radius: 10px;
}

body #content.beck-special .beck-final-cta .row {     
	display: flex;     
	align-items: center;
}

body #content.beck-special .beck-final-cta-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

body #content.beck-special .beck-final-cta-box .btn {
    min-width: 260px;
}

body #content.beck-special .beck-final-cta-box p {
    margin-top: 16px !important;
    font-size: 1.6rem;
}




@media (max-width: 767px) {

    body #content.beck-special .beck-final-cta {
        margin: 40px 0;
        padding: 28px 20px;
    }

    body #content.beck-special .beck-final-cta .row {
        display: block;
    }

    body #content.beck-special .beck-final-cta-box {
        margin-top: 30px;
        text-align: center;
    }

    body #content.beck-special .beck-final-cta-box .btn {
        min-width: 260px;
        max-width: 300px;
    }

}