.shedsale-home {
    --ss-orange: #ff6a00;
    --ss-orange-dark: #d85600;
    --ss-green: #173a25;
    --ss-green-soft: #234f34;
    --ss-cream: #fff9f2;
    --ss-border: #e7dfd4;
    --ss-text: #2c2c2c;
    --ss-muted: #6a6a6a;
    color: var(--ss-text);
    margin-top: 10px;
}

.shedsale-home section {
    position: relative;
}

.shedsale-home .container {
    position: relative;
}

.shedsale-home p,
.shedsale-home li {
    font-size: 16px;
    line-height: 1.7;
}

.shedsale-home .section-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ss-orange-dark);
    margin-bottom: 12px;
}

.shedsale-home .section-heading {
    font-size: 34px;
    line-height: 1.15;
    margin: 0 0 12px;
    color: var(--ss-green);
    font-weight: 700;
}

.shedsale-home .section-intro {
    color: var(--ss-muted);
    max-width: 760px;
    margin: 0 auto 24px;
}


.shedsale-home .hero-banner {
    width: 100%;
    overflow: hidden;
    background: var(--ss-orange);
    box-shadow: 0 20px 44px rgba(23, 58, 37, 0.12);
}

.shedsale-home .hero-banner-link {
    display: block;
    width: 100%;
}

.shedsale-home .hero-banner img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.shedsale-home .hero-intro {
    background: linear-gradient(135deg, #fff6ec 0%, #ffffff 58%, #f5f8f3 100%);
    border: 1px solid var(--ss-border);
    border-radius: 28px;
    box-shadow: 0 24px 50px rgba(23, 58, 37, 0.08);
    padding: 34px;
}

.shedsale-home .hero-intro .hero-copy {
    padding: 4px 18px 4px 0;
}

.shedsale-home .hero-badge {
    display: inline-block;
    background: rgba(255, 106, 0, 0.12);
    color: var(--ss-orange-dark);
    border: 1px solid rgba(255, 106, 0, 0.28);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.shedsale-home .hero-title {
    font-size: 46px;
    line-height: 1.05;
    color: var(--ss-green);
    margin: 0 0 18px;
    font-weight: 700;
}

.shedsale-home .hero-lead {
    font-size: 19px;
    color: #4b4b4b;
    margin: 0 0 24px;
    max-width: 650px;
}

.shedsale-home .hero-points {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
}

.shedsale-home .hero-points li {
    margin-bottom: 8px;
    color: #3f3f3f;
}

.shedsale-home .hero-points i {
    color: var(--ss-orange);
    margin-right: 8px;
}

.shedsale-home .cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.shedsale-home .cta-row .btn,
.shedsale-home .range-card .btn,
.shedsale-home .final-cta .btn,
.shedsale-home .action-card .btn,
.shedsale-home .cta-panel .btn,
.shedsale-home .review-cta .btn {
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 700;
    font-size: 15px;
    border-width: 2px;
    transition: all .2s ease;
}

.shedsale-home .btn-primary-cta {
    background: var(--ss-orange);
    color: #fff;
    border-color: var(--ss-orange);
}

.shedsale-home .btn-primary-cta:hover,
.shedsale-home .btn-primary-cta:focus {
    background: var(--ss-orange-dark);
    border-color: var(--ss-orange-dark);
    color: #fff;
}

.shedsale-home .btn-secondary-cta {
    background: transparent;
    color: var(--ss-green);
    border-color: rgba(23, 58, 37, 0.18);
}

.shedsale-home .btn-secondary-cta:hover,
.shedsale-home .btn-secondary-cta:focus {
    background: rgba(23, 58, 37, 0.06);
    color: var(--ss-green);
}

.shedsale-home .hero-trust-card {
    height: 100%;
    background: #fff;
}

.shedsale-home .trust-card,
.shedsale-home .info-card,
.shedsale-home .range-card,
.shedsale-home .review-card,
.shedsale-home .action-card,
.shedsale-home .cta-panel {
    background: #fff;
    border: 1px solid var(--ss-border);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(23, 58, 37, 0.07);
}

.shedsale-home .trust-card {
    padding: 22px;
}

.shedsale-home .trust-card h3,
.shedsale-home .review-card h3,
.shedsale-home .cta-panel h3,
.shedsale-home .action-card h3,
.shedsale-home .range-card h3,
.shedsale-home .build-panel h3 {
    margin-top: 0;
    color: var(--ss-green);
    font-size: 24px;
    font-weight: 700;
}

.shedsale-home .trust-card p,
.shedsale-home .review-card p,
.shedsale-home .cta-panel p,
.shedsale-home .action-card p,
.shedsale-home .range-card p,
.shedsale-home .build-panel p {
    color: var(--ss-muted);
}

.shedsale-home .info-bar {
    background: var(--ss-green);
    color: #fff;
    border-radius: 20px;
    padding: 14px 20px;
    margin: 18px 0 0;
}

.shedsale-home .section-space {
    margin-top: 26px;
}

.shedsale-home .quick-actions {
    margin: 26px 0 10px;
}

.shedsale-home .action-card {
    padding: 24px;
    height: 100%;
}

.shedsale-home .action-card .action-icon,
.shedsale-home .info-card .info-icon,
.shedsale-home .range-card .range-icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 18px;
    background: rgba(255, 106, 0, 0.12);
    color: var(--ss-orange);
    font-size: 24px;
    margin-bottom: 18px;
}

.shedsale-home .why-section,
.shedsale-home .ranges-section,
.shedsale-home .build-section,
.shedsale-home .reviews-section,
.shedsale-home .support-section,
.shedsale-home .final-cta {
    margin-top: 34px;
}

.shedsale-home .info-card {
    padding: 28px 24px;
    height: 100%;
}

.shedsale-home .info-card h3 {
    color: var(--ss-green);
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
}

.shedsale-home .range-card {
    padding: 28px 24px;
    height: 100%;
}

.shedsale-home .range-meta {
    margin-bottom: 14px;
    display: inline-block;
    background: #f5f8f3;
    color: var(--ss-green);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
}

.shedsale-home .build-panel,
.shedsale-home .review-card,
.shedsale-home .cta-panel {
    background: #fff;
    border: 1px solid var(--ss-border);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(23, 58, 37, 0.07);
    padding: 28px;
    height: 100%;
}

.shedsale-home .build-list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.shedsale-home .build-list li {
    margin-bottom: 8px;
}

.shedsale-home .build-list i {
    color: var(--ss-orange);
    margin-right: 8px;
}

.shedsale-home .home-form-group {
    margin-bottom: 16px;
}

.shedsale-home .home-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: var(--ss-green);
}

.shedsale-home .home-form-group select,
.shedsale-home .home-form-group input[type="text"] {
    width: 100%;
    height: 50px;
    padding: 10px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 14px;
    background: #fff;
    font-size: 15px;
}

.shedsale-home .review-highlight {
    background: var(--ss-cream);
    border-left: 4px solid var(--ss-orange);
    border-radius: 16px;
    padding: 18px;
    margin-top: 20px;
}

.shedsale-home .review-quote {
    font-size: 18px;
    color: #3c3c3c;
    margin: 0 0 12px;
}

.shedsale-home .review-author {
    font-weight: 700;
    color: var(--ss-green);
}

.shedsale-home .review-cta {
    margin-top: 18px;
}

.shedsale-home .support-section .action-card {
    min-height: 100%;
}

.shedsale-home .final-cta {
    background: linear-gradient(135deg, var(--ss-green) 0%, var(--ss-green-soft) 100%);
    color: #fff;
    border-radius: 28px;
    padding: 40px 28px;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(23,58,37,0.2);
    margin-bottom: 20px;
}

.shedsale-home .final-cta .section-kicker,
.shedsale-home .final-cta h2,
.shedsale-home .final-cta p {
    color: #fff;
}

.shedsale-home .final-cta .section-kicker {
    opacity: 0.8;
}

.shedsale-home .final-cta .btn-secondary-cta {
    color: #fff;
    border-color: rgba(255,255,255,0.28);
}

.shedsale-home .final-cta .btn-secondary-cta:hover,
.shedsale-home .final-cta .btn-secondary-cta:focus {
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.shedsale-home .home-disclaimer {
    margin-top: 10px;
    font-size: 12px;
    color: rgba(255,255,255,0.8);
}

.shedsale-home .text-link {
    color: var(--ss-orange-dark);
    font-weight: 700;
}

.shedsale-home .text-link:hover,
.shedsale-home .text-link:focus {
    color: var(--ss-orange);
}

@media (max-width: 991px) {
    .shedsale-home .hero-intro {
        padding: 28px 24px;
    }

    .shedsale-home .hero-intro .hero-copy {
        padding-right: 0;
        margin-bottom: 22px;
    }

    .shedsale-home .hero-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .shedsale-home {
        margin-top: 0;
    }

    .shedsale-home .hero-intro,
    .shedsale-home .trust-card,
    .shedsale-home .info-card,
    .shedsale-home .range-card,
    .shedsale-home .build-panel,
    .shedsale-home .review-card,
    .shedsale-home .cta-panel,
    .shedsale-home .final-cta,
    .shedsale-home .action-card,
    .shedsale-home .info-bar {
        border-radius: 18px;
    }

    .shedsale-home .hero-title {
        font-size: 32px;
    }

    .shedsale-home .hero-lead {
        font-size: 17px;
    }

    .shedsale-home .section-heading {
        font-size: 28px;
    }


    .shedsale-home .cta-row {
        flex-direction: column;
    }

    .shedsale-home .cta-row .btn,
    .shedsale-home .range-card .btn,
    .shedsale-home .final-cta .btn,
    .shedsale-home .action-card .btn,
    .shedsale-home .cta-panel .btn,
    .shedsale-home .review-cta .btn {
        width: 100%;
    }
}

/* Range photography */
.shedsale-home .range-card-row {
    display: flex;
    flex-wrap: wrap;
}
.shedsale-home .range-card-row > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}
.shedsale-home .range-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    padding-top: 0;
}
.shedsale-home .range-photo-link {
    display: block;
    margin: 0 -24px 20px;
    overflow: hidden;
    background: #eee;
}
.shedsale-home .range-photo {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    transition: transform .25s ease;
}
.shedsale-home .range-photo-classic {
    object-position: center 40%;
}
.shedsale-home .range-photo-tanalised {
    object-position: center 40%;
}
.shedsale-home .range-photo-link:hover .range-photo,
.shedsale-home .range-photo-link:focus .range-photo {
    transform: scale(1.025);
}
.shedsale-home .range-card .btn-secondary-cta {
    margin-top: auto;
}

/* Secondary CTAs: high-contrast default, orange interaction state. */
.shedsale-home .btn-secondary-cta,
.shedsale-home .final-cta .btn-secondary-cta {
    background: var(--ss-green);
    color: #fff;
    border-color: var(--ss-green);
    box-shadow: 0 3px 10px rgba(23, 58, 37, 0.16);
}
.shedsale-home .btn-secondary-cta:hover,
.shedsale-home .btn-secondary-cta:focus,
.shedsale-home .final-cta .btn-secondary-cta:hover,
.shedsale-home .final-cta .btn-secondary-cta:focus {
    background: var(--ss-orange);
    color: #fff;
    border-color: var(--ss-orange);
}

@media (max-width: 767px) {
    .shedsale-home .range-card-row {
        display: block;
    }
    .shedsale-home .range-card-row > [class*="col-"] {
        display: block;
    }
    .shedsale-home .range-photo {
        height: 300px;
    }
}
