/* ============================================
   WEBSTER ELECTRICAL - INNER PAGES (SHARED)
   ============================================ */

@font-face {
    font-family: 'Satoshi';
    src: url('/fonts/satoshi/Satoshi-Regular.woff2') format('woff2'),
         url('/fonts/satoshi/Satoshi-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Satoshi', sans-serif; color: #303231; background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }

/* Section Title */
.we-section-title { font-family: 'Satoshi', sans-serif; font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 700; color: #303231; margin-bottom: 24px; }
.we-section-title--light { color: #fff; }
.we-section-title--center { text-align: center; }
.we-section-title--center .we-section-title__line { margin: 12px auto 0; }
.we-section-title__line { display: block; width: 48px; height: 3px; background: #e8a020; margin: 12px auto 0; border-radius: 2px; }

/* Buttons */
.we-btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; font-family: 'Satoshi', sans-serif; font-size: 0.95rem; font-weight: 700; text-decoration: none; border-radius: 6px; border: none; transition: background 0.2s ease; cursor: pointer; }
.we-btn--primary { background: #e8a020; color: #303231; }
.we-btn--primary:hover { background: #d4911a; }
.we-btn--dark { background: #303231; color: #fff; }
.we-btn--dark:hover { background: #1a1b1a; }
.we-btn--book { background: #303231; color: #fff; }
.we-btn--book:hover { background: #1a1b1a; }

/* Contextual Links */
.we-link { color: #303231; text-decoration: underline; text-decoration-color: #e8a020; text-underline-offset: 3px; text-decoration-thickness: 2px; font-weight: 500; transition: color 0.2s ease; }
.we-link:hover { color: #e8a020; }
.we-link--light { color: #fff; text-decoration-color: #e8a020; }
.we-link--light:hover { color: #e8a020; }

/* Utility */
.we-text--white { color: #fff !important; }

/* Inner Hero */
.we-inner-hero { background: linear-gradient(135deg, #303231 0%, #383a39 70%, #4a4330 100%); padding: 56px 24px; text-align: center; }
.we-inner-hero__inner { max-width: 1280px; margin: 0 auto; }
.we-inner-hero h1 { font-family: 'Satoshi', sans-serif; font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 700; color: #fff; margin-bottom: 12px; }
.we-inner-hero__breadcrumb { font-size: 0.85rem; color: rgba(255,255,255,0.5); }
.we-inner-hero__breadcrumb a { color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s ease; }
.we-inner-hero__breadcrumb a:hover { color: #e8a020; }
.we-inner-hero__breadcrumb span { color: rgba(255,255,255,0.3); margin: 0 6px; }
.we-inner-hero__reviews { padding-top: 16px; }

/* Content Section */
.we-section { padding: 80px 0; }
.we-section--light { background: #f7f7f4; }
.we-section--dark { background: #303231; color: #fff; }
.we-section--dark .we-section-title { color: #fff; }
.we-section--dark p { color: rgba(255,255,255,0.75); }
.we-section__inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.we-section__inner--narrow { max-width: 800px; }

/* Two Column */
.we-two-col { display: flex; flex-direction: column; align-items: center; gap: 40px; text-align: center; }
.we-two-col__img { width: 100%; max-width: 100%; border-radius: 10px; overflow: hidden; }
.we-two-col__img img { width: 100%; height: 320px; object-fit: cover; display: block; background: #e0e0dc; }
.we-two-col__content { max-width: 600px; }
.we-two-col__content p { font-size: 1.05rem; color: #555; line-height: 1.75; margin-bottom: 20px; }
.we-two-col__content p:last-of-type { margin-bottom: 32px; }

@media (min-width: 768px) {
    .we-two-col { flex-direction: row; text-align: left; gap: 56px; }
    .we-two-col--reverse { flex-direction: row-reverse; }
    .we-two-col__img { max-width: 420px; flex-shrink: 0; }
    .we-two-col__img img { height: 360px; }
    .we-two-col .we-section-title__line { margin-left: 0; }
}

.we-section--dark .we-two-col__content p { color: rgba(255,255,255,0.75); }

/* CTA Section */
.we-inner-cta { padding: 80px 0; background: #e8a020; text-align: center; }
.we-inner-cta__inner { max-width: 640px; margin: 0 auto; padding: 0 24px; }
.we-inner-cta .we-section-title { color: #303231; }
.we-inner-cta .we-section-title__line { background: #303231; margin: 12px auto 0; }
.we-inner-cta p { font-size: 1.05rem; color: rgba(48,50,49,0.8); margin-bottom: 32px; }
.we-inner-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 28px; }
.we-inner-cta__reviews { padding-top: 4px; }

/* ============================================
   SERVICE PAGES (individual)
   ============================================ */

/* Service List Grid */
.we-svc-list { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 40px; }
.we-svc-list__item { background: #f7f7f4; border-radius: 10px; padding: 32px 28px; text-align: center; }
.we-section--dark .we-svc-list__item { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); }
.we-svc-list__item h3 { font-family: 'Satoshi', sans-serif; font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; }
.we-svc-list__item p { font-size: 0.9rem; color: #666; line-height: 1.7; }
.we-section--dark .we-svc-list__item h3 { color: #fff; }
.we-section--dark .we-svc-list__item p { color: rgba(255,255,255,0.6); }

@media (min-width: 600px) { .we-svc-list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .we-svc-list { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 768px) { .we-svc-list__item { text-align: left; } }

/* FAQ Accordion */
.we-faq { margin-top: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }
.we-faq__item { border-bottom: 1px solid #e0e0dc; }
.we-section--dark .we-faq__item { border-bottom-color: rgba(255,255,255,0.1); }

.we-faq__question {
    display: flex; align-items: center; justify-content: space-between; width: 100%;
    padding: 20px 0; background: none; border: none; cursor: pointer;
    font-family: 'Satoshi', sans-serif; font-size: 1rem; font-weight: 700;
    color: #303231; text-align: left; gap: 16px;
}

.we-section--dark .we-faq__question { color: #fff; }
.we-faq__question:hover { color: #e8a020; }

.we-faq__icon { flex-shrink: 0; width: 20px; height: 20px; transition: transform 0.3s ease; }
.we-faq__icon line { stroke: #e8a020; }
.we-faq__item--open .we-faq__icon { transform: rotate(45deg); }

.we-faq__answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.we-faq__answer p { padding: 0 0 20px; font-size: 0.95rem; color: #666; line-height: 1.75; }
.we-section--dark .we-faq__answer p { color: rgba(255,255,255,0.6); }
.we-faq__item--open .we-faq__answer { max-height: 500px; }

/* ---- SERVICE TRUST STRIP ---- */
.we-svc-trust {
    padding: 32px 0;
    background: #e8a020;
    border-top: 3px solid #303231;
}

.we-svc-trust__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 40px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.we-svc-trust__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Satoshi', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #303231;
    letter-spacing: 0.01em;
}


/* ---- SERVICE ICON CARD GRID ---- */
.we-svc-icon-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
}

.we-svc-icon-card {
    background: #fff;
    border-radius: 12px;
    padding: 36px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.we-svc-icon-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: #e8a020;
}

.we-svc-icon-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.we-svc-icon-card__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(232, 160, 32, 0.1);
    border-radius: 12px;
}

.we-svc-icon-card h3 {
    font-family: 'Satoshi', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #303231;
    margin-bottom: 10px;
}

.we-svc-icon-card p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.7;
}

@media (min-width: 600px) {
    .we-svc-icon-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 992px) {
    .we-svc-icon-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 768px) {
    .we-svc-icon-card { text-align: left; padding: 40px 32px 40px 36px; }
    .we-svc-icon-card__icon { margin: 0 0 20px; }
}
