/* ===== Services Detail Page ===== */
.sd-page { color: #1c1c1c; font-family: 'Poppins', system-ui, sans-serif; }
.sd-page h2, .sd-page h3 { font-weight: 700; color: #0a1d3a; }
.sd-page h2 span, .sd-page h3 span { color: #2e6dd6; }

/* Hero strip */
.sd-hero-strip { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 0; }
.sd-hero-strip > div { position: relative; overflow: hidden; }
.sd-hero-strip img { width: 100%; height: 320px; object-fit: cover; display: block; }
.sd-hero-strip .sd-hero-center { position: relative; }
.sd-hero-strip .sd-hero-center::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.45));
}
.sd-hero-title {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    color: #fff; font-weight: 800; font-size: clamp(28px, 5vw, 64px);
    letter-spacing: 1px; text-shadow: 0 4px 18px rgba(0,0,0,.4); z-index: 2;
}

/* Promo bar */
.sd-promo {
    background: #2e6dd6; color: #fff; padding: 18px 0;
    font-weight: 600;
}
.sd-promo .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* Section spacing */
.sd-section { padding: 60px 0; }

/* Intro */
.sd-intro p { color: #4a4a4a; line-height: 1.75; margin-bottom: 14px; }

/* What We Clean — LI grid */
.sd-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    color: #f08a23; font-weight: 600; font-size: 14px; margin-bottom: 8px;
}
.sd-eyebrow::before { content: "•"; color: #f08a23; font-size: 22px; line-height: 0; }
.sd-clean-intro { color: #555; max-width: 360px; }
.sd-clean-list {
    list-style: none; margin: 0; padding: 0;
    display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px;
}
.sd-clean-list li {
    border: 1px solid #f3c98a; border-radius: 10px; padding: 16px 10px;
    text-align: center; background: #fff; transition: .25s;
}
.sd-clean-list li:hover, .sd-clean-list li.active {
    background: #2e6dd6; border-color: #2e6dd6; color: #fff;
}
.sd-clean-list li:hover .sd-leaf, .sd-clean-list li.active .sd-leaf { filter: brightness(0) invert(1); }
.sd-leaf { width: 36px; height: 36px; margin-bottom: 8px; }
.sd-clean-list li h6 { font-size: 14px; font-weight: 700; margin: 4px 0 2px; }
.sd-clean-list li small { font-size: 11px; opacity: .85; display: block; }

/* Why Choose */
.sd-why h2 { margin-bottom: 14px; }
.sd-why p { color: #555; line-height: 1.75; }
.sd-why .sd-checks { list-style: none; padding: 0; margin: 18px 0; }
.sd-why .sd-checks li {
    padding-left: 22px; position: relative; margin-bottom: 8px; font-weight: 500;
}
.sd-why .sd-checks li::before {
    content: "•"; position: absolute; left: 0; color: #2e6dd6; font-size: 22px; line-height: 1;
}
.sd-why .sd-cta { color: #555; }
.sd-why .sd-cta a { color: #f08a23; font-weight: 700; text-decoration: none; }

/* Process circles */
.sd-process { text-align: center; }
.sd-process h2 { margin-bottom: 40px; }
.sd-process-row {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 20px; position: relative; margin-bottom: 20px;
}
.sd-process-row::before {
    content: ""; position: absolute; top: 35px; left: 12%; right: 12%;
    border-top: 1px dashed #c9c9c9; z-index: 0;
}
.sd-step { position: relative; z-index: 1; }
.sd-step-circle {
    width: 70px; height: 70px; border-radius: 50%;
    border: 1px solid #cfd8e8; background: #fff;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 18px; color: #2e6dd6; font-weight: 700;
}
.sd-step h5 { font-size: 16px; font-weight: 700; color: #0a1d3a; margin-bottom: 6px; }
.sd-step p { font-size: 13px; color: #6a6a6a; max-width: 200px; margin: 0 auto; }

/* Discount card */
.sd-discount {
    border: 1px solid #f3c98a; border-radius: 10px; overflow: hidden;
    display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;
    background: #fff;
}
.sd-discount-body { padding: 30px; }
.sd-discount-body .sd-eyebrow { color: #f08a23; }
.sd-discount-body h3 { margin: 6px 0 12px; }
.sd-discount-body p { color: #555; margin-bottom: 18px; }
.sd-discount-body .btn {
    background: #f08a23; color: #fff; border: 0; padding: 10px 20px; border-radius: 4px;
    font-weight: 600;
}
.sd-discount img { width: 100%; height: 100%; object-fit: cover; min-height: 220px; }

/* Advanced Techniques cards */
.sd-tech { text-align: center; }
.sd-tech h2 { margin-bottom: 30px; }
.sd-tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sd-tech-card {
    border: 1px solid #f3c98a; border-radius: 10px; padding: 24px; background: #fff; text-align: center;
}
.sd-tech-card.active { border-color: #f08a23; box-shadow: 0 8px 24px rgba(240,138,35,.08); }
.sd-tech-icon {
    width: 50px; height: 50px; margin: 0 auto 14px;
    display: flex; align-items: center; justify-content: center;
    color: #2e6dd6;
}
.sd-tech-card h5 { font-size: 16px; font-weight: 700; color: #0a1d3a; margin-bottom: 8px; }
.sd-tech-card p { font-size: 13px; color: #6a6a6a; margin: 0; }

/* Steps Taken */
.sd-steps-taken h2 { margin-bottom: 14px; }
.sd-steps-taken p { color: #555; line-height: 1.75; margin-bottom: 14px; }

/* FAQ retained */
.sd-faq-section { padding: 60px 0; background: #f7f9fc; }
.sd-faq-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; }
.sd-faq-item { border-bottom: 1px solid #e5e7eb; padding: 14px 0; }
.sd-faq-q {
    width: 100%; background: none; border: 0; text-align: left;
    display: flex; justify-content: space-between; align-items: center;
    font-weight: 600; color: #0a1d3a; padding: 8px 0;
}
.sd-faq-q.active { color: #2e6dd6; }
.sd-faq-a { display: none; padding: 8px 0 4px; color: #555; }
.sd-faq-a.open { display: block; }
.sd-quote-card {
    background: #2e6dd6; color: #fff; padding: 28px; border-radius: 10px;
    font-style: italic; align-self: start;
}

/* Responsive */
@media (max-width: 991px) {
    .sd-clean-list { grid-template-columns: repeat(4, 1fr); }
    .sd-process-row { grid-template-columns: repeat(2, 1fr); }
    .sd-process-row::before { display: none; }
    .sd-tech-grid { grid-template-columns: 1fr; }
    .sd-discount { grid-template-columns: 1fr; }
    .sd-faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
    .sd-clean-list { grid-template-columns: repeat(2, 1fr); }
    .sd-hero-strip { grid-template-columns: 1fr; }
    .sd-hero-strip img { height: 220px; }
}

/* ===== What We Clean (Figma) ===== */
.what-we-clean .rug-card{
    border:1.5px solid #f3c98b;
    background:#fff;
    transition:all .2s ease;
    min-height: 160px !important;
    color:#1c1c1c;
}
.what-we-clean .rug-card .rug-icon{ fill:#f08a23; }
.what-we-clean .rug-card small{ color:#6c757d; }
.what-we-clean .rug-card:hover{ box-shadow:0 6px 18px rgba(0,0,0,.06); }
.what-we-clean .rug-card-active{
    background:#6685DA;
    border-color:#6685DA;
    color:#fff;
    box-shadow:0 10px 22px rgba(102,133,218,.35);
}
.what-we-clean .rug-card-active .rug-icon{ fill:#fff; }
.what-we-clean .rug-card-active small{ color:rgba(255,255,255,.85); }
