/* HERO */
.area-hero { position: relative; background: linear-gradient(135deg, #09427c 0%, #0a2e5c 100%); color: #fff; overflow: hidden; padding: 60px 0 70px; }
.area-hero::after { content: ""; position: absolute; inset: 0; background: url('https://alecs3piecesuites.co.uk/freshstock/26/jan10/16.webp') no-repeat center/cover; opacity: 0.18; z-index: 1; }
.area-hero__inner { position: relative; z-index: 2; }
.area-hero__pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(49,183,112,0.18); border: 1px solid rgba(49,183,112,0.4); color: #fff; padding: 7px 14px; border-radius: 999px; font-weight: 700; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 18px; }
.area-hero__pill__dot { width: 8px; height: 8px; border-radius: 50%; background: #31b770; animation: area-pulse 2s infinite; }
@keyframes area-pulse { 0% { box-shadow: 0 0 0 0 rgba(49,183,112,.7); } 70% { box-shadow: 0 0 0 8px rgba(49,183,112,0); } 100% { box-shadow: 0 0 0 0 rgba(49,183,112,0); } }
.area-hero h1 { font-size: 2rem; font-weight: 900; line-height: 1.1; color: #fff; margin: 0 0 14px 0; }
@media (min-width: 768px) { .area-hero h1 { font-size: 3rem; } }
.area-hero__sub { font-size: 1.1rem; line-height: 1.55; color: rgba(255,255,255,0.92); max-width: 640px; margin: 0 0 28px 0; }
@media (min-width: 768px) { .area-hero__sub { font-size: 1.25rem; } }
.area-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.area-btn { display: inline-block; padding: 14px 28px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: all .2s; font-size: 1rem; line-height: 1.2; }
.area-btn--primary { background: #31b770; color: #fff !important; border: 2px solid #31b770; }
.area-btn--primary:hover { background: #1f8f57; border-color: #1f8f57; transform: translateY(-2px); color: #fff !important; }
.area-btn--ghost { background: transparent; color: #fff !important; border: 2px solid #fff; }
.area-btn--ghost:hover { background: #fff; color: #09427c !important; transform: translateY(-2px); }

/* USP STRIP */
.area-usp { background: #f8f9fa; padding: 32px 0; border-bottom: 3px solid #31b770; }
.area-usp__row { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px 12px; text-align: center; }
@media (min-width: 768px) { .area-usp__row { grid-template-columns: repeat(5,1fr); gap: 16px; } }
.area-usp__item { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 0 4px; }
.area-usp__big { font-size: 1.5rem; font-weight: 900; color: #31b770; line-height: 1; letter-spacing: 0.01em; }
@media (min-width: 768px) { .area-usp__big { font-size: 1.85rem; } }
.area-usp__title { font-weight: 700; font-size: .9rem; color: #09427c; line-height: 1.3; margin: 5px 0 0; }
.area-usp__sub { font-size: .78rem; color: #555; margin: 0; line-height: 1.4; }

/* CUMBRIA LOCATION FEATURE */
.area-nine {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 6px solid #31b770;
    border-radius: 14px;
    padding: 30px 28px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}
@media (min-width: 768px) { .area-nine { padding: 36px 40px; } }
.area-nine__tag { display: inline-block; background: #31b770; color: #fff; padding: 5px 14px; border-radius: 999px; font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.area-nine__heading { font-size: 1.4rem; font-weight: 800; color: #09427c; line-height: 1.2; margin: 0 0 12px 0; }
@media (min-width: 768px) { .area-nine__heading { font-size: 1.75rem; } }
.area-nine__body { font-size: 1rem; color: #333; line-height: 1.6; margin: 0 0 18px 0; }
.area-nine__towns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (min-width: 600px) { .area-nine__towns { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .area-nine__towns { grid-template-columns: repeat(5, 1fr); } }
.area-nine__towns li {
    background: #f0faf4;
    color: #1f8f57;
    border: 1px solid #b8e6cd;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: .88rem;
    font-weight: 700;
    text-align: center;
}

/* SECTIONS */
.area-section { margin: 56px 0; }
.area-section h2 { font-size: 1.6rem; font-weight: 800; color: #09427c; line-height: 1.2; margin: 0 0 12px 0; }
@media (min-width: 768px) { .area-section h2 { font-size: 2rem; } }
.area-section p { font-size: 1.05rem; line-height: 1.6; color: #333; }
.area-section h3 { font-size: 1.2rem; font-weight: 700; color: #09427c; margin-top: 24px; }

/* LIVE STOCK */
.area-stock-meta { display: inline-flex; align-items: center; gap: 8px; background: #e7f7ee; color: #1f8f57; border: 1px solid #b8e6cd; padding: 6px 12px; border-radius: 999px; font-weight: 700; font-size: .82rem; margin-bottom: 16px; }
.area-stock-meta__dot { width: 7px; height: 7px; border-radius: 50%; background: #31b770; animation: area-pulse 2s infinite; }
.area-stock-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-top: 20px; }
@media (min-width: 600px) { .area-stock-grid { grid-template-columns: repeat(3,1fr); } }
.area-stock-card { border-radius: 8px; overflow: hidden; border: 1px solid #e2e8f0; background: #fff; transition: transform .2s, box-shadow .2s; }
.area-stock-card:hover { transform: translateY(-3px); box-shadow: 0 8px 18px rgba(0,0,0,.1); }
.area-stock-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }

/* CATEGORIES */
.cat-card { border-radius: 10px; overflow: hidden; box-shadow: 0 2px 6px rgba(0,0,0,0.08); background: #fff; height: 100%; display: flex; flex-direction: column; transition: transform .3s, box-shadow .3s; }
.cat-card:hover { transform: translateY(-6px); box-shadow: 0 6px 18px rgba(0,0,0,0.15); }
.cat-card__img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .4s; }
.cat-card:hover .cat-card__img { transform: scale(1.05); }
.cat-card__title { color: #09427c; font-weight: 600; font-size: 1rem; padding: .75rem; text-align: center; background: #f8f9fa; border-top: 3px solid #31b770; margin: 0; transition: color .3s; }
.cat-card:hover .cat-card__title { color: #31b770; }

/* WHY US TILES */
.why-card { background: #fff; border: 1px solid #e2e8f0; border-top: 4px solid #31b770; border-radius: 10px; padding: 26px 22px; height: 100%; display: flex; flex-direction: column; gap: 8px; transition: transform .25s, box-shadow .25s; }
.why-card:hover { transform: translateY(-4px); box-shadow: 0 8px 22px rgba(0,0,0,0.1); }
.why-card__big { font-size: 1.4rem; font-weight: 900; color: #31b770; line-height: 1; margin-bottom: 4px; }
.why-card__heading { font-size: 1.15rem; font-weight: 800; color: #09427c; margin: 0; line-height: 1.3; }
.why-card__desc { font-size: .95rem; color: #444; margin: 0; line-height: 1.5; }

/* COMPARE */
.area-compare { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; }
.area-compare__row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 0; }
.area-compare__cell { padding: 14px 16px; border-bottom: 1px solid #eef0f3; font-size: .95rem; }
.area-compare__cell--head { background: #f8f9fa; font-weight: 800; color: #09427c; }
.area-compare__cell--alecs { background: #f0faf4; color: #1f8f57; font-weight: 700; }
.area-compare__cell--label { font-weight: 700; color: #333; }
.area-compare__row:last-child .area-compare__cell { border-bottom: 0; }
@media (max-width: 600px) { .area-compare__cell { font-size: .85rem; padding: 11px 12px; } }

/* HOW IT WORKS */
.area-steps { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 20px; }
@media (min-width: 768px) { .area-steps { grid-template-columns: repeat(4,1fr); } }
.area-step { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 22px 20px; }
.area-step__num { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: #31b770; color: #fff; font-weight: 900; margin-bottom: 10px; }
.area-step__heading { font-size: 1.05rem; font-weight: 800; color: #09427c; margin: 0 0 6px 0; }
.area-step__desc { font-size: .9rem; color: #444; margin: 0; line-height: 1.5; }

/* REVIEWS */
.area-reviews { background: linear-gradient(135deg, #f0faf4 0%, #ffffff 100%); border: 1px solid #b8e6cd; border-radius: 14px; padding: 32px 28px; text-align: center; }
.area-reviews__stars { font-size: 1.4rem; color: #f5a623; letter-spacing: 2px; margin-bottom: 8px; }
.area-reviews__rating { font-size: 1.8rem; font-weight: 900; color: #09427c; margin: 0 0 4px 0; }
.area-reviews__sub { font-size: .95rem; color: #555; margin: 0 0 16px 0; }
.area-reviews__link { display: inline-block; padding: 10px 22px; background: #31b770; color: #fff !important; border-radius: 8px; font-weight: 700; text-decoration: none; transition: background .2s, transform .2s; }
.area-reviews__link:hover { background: #1f8f57; transform: translateY(-2px); color: #fff !important; }

/* AREAS */
.area-areas { background: #f8f9fa; border-radius: 12px; padding: 28px 24px; }
.area-areas__heading { font-size: 1.05rem; font-weight: 800; color: #09427c; margin: 18px 0 8px 0; }
.area-areas__heading:first-child { margin-top: 0; }
.area-areas__list { display: grid; grid-template-columns: repeat(2,1fr); gap: 4px 14px; list-style: none; margin: 0; padding: 0; }
@media (min-width: 600px) { .area-areas__list { grid-template-columns: repeat(3,1fr); } }
@media (min-width: 992px) { .area-areas__list { grid-template-columns: repeat(4,1fr); } }
.area-areas__list li { font-size: .92rem; color: #333; padding: 3px 0; }
.area-postcodes { font-size: .9rem; color: #555; line-height: 1.7; margin-top: 14px; }
.area-postcodes code { background: #fff; border: 1px solid #d8dde6; border-radius: 4px; padding: 2px 7px; font-size: .85rem; color: #09427c; font-family: monospace; }

/* SHOWROOM */
.area-showroom { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,0.08); border: 1px solid #e2e8f0; }
.area-showroom__image { width: 100%; height: 100%; min-height: 280px; object-fit: cover; display: block; }
.area-showroom__content { padding: 32px 28px; }
@media (min-width: 768px) { .area-showroom__content { padding: 44px 40px; } }
.area-showroom__pill { display: inline-block; background: #31b770; color: #fff; padding: 5px 13px; border-radius: 999px; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.area-showroom__heading { font-size: 1.5rem; font-weight: 800; color: #09427c; line-height: 1.2; margin: 0 0 16px 0; }
@media (min-width: 768px) { .area-showroom__heading { font-size: 1.8rem; } }
.area-showroom__address, .area-showroom__phone, .area-showroom__hours { font-size: 1rem; line-height: 1.6; color: #333; margin-bottom: 14px; }
.area-showroom__phone a { color: #09427c; text-decoration: none; font-weight: 700; }
.area-showroom__phone a:hover { color: #31b770; }
.area-showroom__cta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.area-showroom__btn { display: inline-block; padding: 11px 22px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: all .2s; font-size: .92rem; }
.area-showroom__btn--solid { background: #31b770; color: #fff !important; border: 2px solid #31b770; }
.area-showroom__btn--solid:hover { background: #1f8f57; border-color: #1f8f57; transform: translateY(-2px); color: #fff !important; }
.area-showroom__btn--outline { background: transparent; color: #09427c !important; border: 2px solid #09427c; padding: 9px 20px; }
.area-showroom__btn--outline:hover { background: #09427c; color: #fff !important; }

/* CLOSING */
.area-closing { margin: 56px 0; }
.area-closing__inner { background: linear-gradient(135deg, #31b770 0%, #1f8f57 100%); border-radius: 14px; padding: 40px 28px; text-align: center; color: #fff; box-shadow: 0 10px 30px rgba(31,143,87,0.25); }
@media (min-width: 768px) { .area-closing__inner { padding: 56px 40px; } }
.area-closing__heading { font-size: 1.7rem; font-weight: 900; line-height: 1.1; margin: 0 0 12px 0; color: #fff; }
@media (min-width: 768px) { .area-closing__heading { font-size: 2.4rem; } }
.area-closing__sub { font-size: 1.05rem; line-height: 1.5; margin: 0 auto 24px; color: rgba(255,255,255,.95); max-width: 600px; }
.area-closing__buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.area-closing__btn { display: inline-block; padding: 14px 28px; border-radius: 8px; font-weight: 800; text-decoration: none; transition: all .2s; font-size: 1rem; }
.area-closing__btn--white { background: #fff; color: #1f8f57 !important; }
.area-closing__btn--white:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.15); color: #1f8f57 !important; }
.area-closing__btn--ghost { background: transparent; color: #fff !important; border: 2px solid #fff; }
.area-closing__btn--ghost:hover { background: #fff; color: #1f8f57 !important; transform: translateY(-2px); }

/* FAQ */
.faq-accordion { max-width: 820px; margin: 24px auto 0; }
.faq-item { border-bottom: 1px solid #ddd; }
.faq-item input { display: none; }
.faq-question { display: block; padding: 16px 22px; font-weight: 600; color: #09427c; cursor: pointer; position: relative; transition: background .3s; }
.faq-question:hover { background: #f8f9fa; }
.faq-question::after { content: "+"; position: absolute; right: 22px; font-size: 22px; transition: transform .3s; }
.faq-item input:checked + .faq-question::after { content: "-"; transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; padding: 0 22px; }
.faq-item input:checked ~ .faq-answer { max-height: 540px; padding: 16px 22px; }
.faq-answer p { margin: 0; color: #000; font-size: .95rem; line-height: 1.6; }
