/* ==========================================================================
   Service Rewrite template — /service/ landing pages
   Reuses theme CSS variables: --color-primary (#b954e5), --color-secondary
   (#d24991), --color-terciary (#5d2d7a), --fm-body, --fm-roboto
   Prefix: .sr-* (to coexist with .sc-* category template styles)
   ========================================================================== */

.sr-page {
    font-family: var(--fm-body, "Poppins"), sans-serif;
    color: #333;
    line-height: 1.6;
}

.sr-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ----- Buttons ----- */
.sr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 50px;
    font-family: var(--fm-body, "Poppins"), sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
    border: 2px solid transparent;
    cursor: pointer;
    white-space: nowrap;
}
.sr-btn--primary {
    background: linear-gradient(135deg, var(--color-primary, #b954e5), var(--color-secondary, #d24991));
    color: #fff;
}
.sr-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(185, 84, 229, 0.35);
    color: #fff;
}
.sr-btn--outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.8);
}
.sr-btn--outline:hover {
    background: #fff;
    color: var(--color-primary, #b954e5);
}
.sr-btn--outline-white {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.85);
}
.sr-btn--outline-white:hover {
    background: #fff;
    color: var(--color-primary, #b954e5);
}
.sr-btn--white {
    background: #fff;
    color: var(--color-primary, #b954e5);
}
.sr-btn--white:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    color: var(--color-primary, #b954e5);
}
.sr-btn--large {
    padding: 18px 36px;
    font-size: 17px;
}
.sr-btn--phone {
    letter-spacing: 0.3px;
}
.sr-btn__icon {
    font-size: 1.1em;
    line-height: 1;
}

/* ----- Section titles ----- */
.sr-section__title {
    font-family: var(--fm-roboto, "Roboto Condensed"), sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    color: var(--color-terciary, #5d2d7a);
    margin: 0 0 16px;
    line-height: 1.2;
}
.sr-section__title--center {
    text-align: center;
}
.sr-section__title--light {
    color: #fff;
}
.sr-section__sub {
    font-size: 17px;
    color: #666;
    max-width: 820px;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 1.6;
}
.sr-section__sub p { margin: 0 0 12px; }
.sr-section__sub p:last-child { margin-bottom: 0; }
.sr-section__sub--light {
    color: rgba(255, 255, 255, 0.9);
}

/* ==========================================================================
   HERO (consolidated single-block — breadcrumb + H1 + offer + lead + trust + CTAs + image)
   ========================================================================== */
.sr-hero-content {
    background: linear-gradient(180deg, #faf6ff 0%, #fff 100%);
    padding: 32px 0 60px;
}
.sr-breadcrumb {
    font-size: 13px;
    color: #777;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    letter-spacing: 0.2px;
    margin: 0 0 24px;
}
.sr-breadcrumb a {
    color: var(--color-primary, #b954e5);
    text-decoration: none;
    font-weight: 500;
}
.sr-breadcrumb a:hover {
    text-decoration: underline;
}
.sr-breadcrumb__sep {
    color: #aaa;
    font-size: 14px;
}
.sr-breadcrumb__current {
    color: #666;
    font-weight: 500;
}

.sr-hero-content__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 56px;
    align-items: center;
}
.sr-hero-content__body {
    /* content flows */
}
.sr-hero-content__offer {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(185, 84, 229, 0.08);
    color: var(--color-terciary, #5d2d7a);
    font-family: var(--fm-roboto, "Roboto Condensed"), sans-serif;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 50px;
    border: 1px solid rgba(185, 84, 229, 0.25);
    margin: 0 0 18px;
    letter-spacing: 0.2px;
}
.sr-hero-content__offer-spark {
    color: var(--color-primary, #b954e5);
    font-size: 12px;
    line-height: 1;
}
.sr-hero-content__h1 {
    font-family: var(--fm-roboto, "Roboto Condensed"), sans-serif;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 700;
    color: var(--color-terciary, #5d2d7a);
    line-height: 1.15;
    margin: 0 0 20px;
}
.sr-hero-content__desc {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 22px;
}
.sr-hero-content__desc p {
    margin: 0 0 12px;
}
.sr-hero-content__desc p:first-child {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
.sr-hero-content__desc p:last-child {
    margin-bottom: 0;
}
.sr-hero-content__desc strong {
    color: var(--color-terciary, #5d2d7a);
    font-weight: 700;
}
.sr-hero-content__desc a {
    color: var(--color-primary, #b954e5);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(185, 84, 229, 0.3);
}
.sr-hero-content__desc a:hover {
    border-bottom-color: var(--color-primary, #b954e5);
}
.sr-hero-content__trust {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
}
.sr-hero-content__trust li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.sr-hero-content__trust-icon {
    color: #f4b93a;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
}
.sr-hero-content__trust li:nth-child(2) .sr-hero-content__trust-icon,
.sr-hero-content__trust li:nth-child(3) .sr-hero-content__trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary, #b954e5), var(--color-secondary, #d24991));
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
}
.sr-hero-content__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}
.sr-btn--secondary {
    background: #fff;
    color: var(--color-primary, #b954e5);
    border-color: var(--color-primary, #b954e5);
}
.sr-btn--secondary:hover {
    background: var(--color-primary, #b954e5);
    color: #fff;
}
.sr-hero-content__phone-line {
    margin: 14px 0 0;
    font-size: 14px;
    color: #666;
    font-style: italic;
}
.sr-hero-content__image {
    position: relative;
}
.sr-hero-content__image img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 24px 56px rgba(93, 45, 122, 0.18);
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

/* ==========================================================================
   INTRO
   ========================================================================== */
.sr-intro {
    padding: 60px 0;
    background: #fff;
}
.sr-intro__wrap {
    max-width: 860px;
    margin: 0 auto;
}
.sr-intro__title {
    font-family: var(--fm-roboto, "Roboto Condensed"), sans-serif;
    font-size: clamp(24px, 3vw, 32px);
    color: var(--color-terciary, #5d2d7a);
    margin: 0 0 18px;
    font-weight: 700;
    text-align: center;
}
.sr-intro__body {
    font-size: 17px;
    line-height: 1.75;
    color: #444;
}
.sr-intro__body p { margin: 0 0 16px; }
.sr-intro__body p:last-child { margin-bottom: 0; }
/* With side image → 2-col grid, text left-aligned, wider container */
.sr-intro--has-image .sr-intro__wrap {
    max-width: 1140px;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 48px;
    align-items: center;
}
.sr-intro--has-image .sr-intro__title {
    text-align: left;
}
.sr-intro__image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    box-shadow: 0 18px 48px rgba(93, 45, 122, 0.14);
}

/* ==========================================================================
   USP (top bullet list)
   ========================================================================== */
.sr-usp {
    padding: 70px 0;
    background: linear-gradient(180deg, #faf6ff 0%, #fff 100%);
}
.sr-usp__list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 820px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
.sr-usp__item {
    position: relative;
    padding: 18px 20px 18px 56px;
    background: #fff;
    border: 1px solid rgba(185, 84, 229, 0.12);
    border-radius: 14px;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    box-shadow: 0 4px 20px rgba(93, 45, 122, 0.05);
}
.sr-usp__item::before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 18px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary, #b954e5), var(--color-secondary, #d24991));
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
}
.sr-usp__label {
    display: block;
    font-weight: 700;
    color: var(--color-terciary, #5d2d7a);
    margin-bottom: 4px;
    font-size: 17px;
}
.sr-usp__text {
    display: block;
}
.sr-usp__text p { margin: 0 0 8px; }
.sr-usp__text p:last-child { margin-bottom: 0; }

/* ==========================================================================
   SIGNS — bullet list of warning signs
   ========================================================================== */
.sr-signs {
    padding: 70px 0;
    background: #fafafa;
}
.sr-signs__intro {
    max-width: 820px;
    margin: 0 auto 32px;
    text-align: center;
    font-size: 17px;
    color: #555;
    line-height: 1.6;
}
.sr-signs__intro p { margin: 0 0 12px; }
.sr-signs__intro p:last-child { margin-bottom: 0; }
.sr-signs__list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 820px;
    display: grid;
    gap: 16px;
}
.sr-sign {
    position: relative;
    padding: 18px 22px 18px 62px;
    background: #fff;
    border-radius: 14px;
    border-left: 4px solid var(--color-primary, #b954e5);
    box-shadow: 0 4px 20px rgba(93, 45, 122, 0.06);
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}
.sr-sign::before {
    content: "!";
    position: absolute;
    left: 18px;
    top: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary, #b954e5), var(--color-secondary, #d24991));
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-family: var(--fm-roboto, "Roboto Condensed"), sans-serif;
}
.sr-sign__label {
    display: block;
    font-weight: 700;
    color: var(--color-terciary, #5d2d7a);
    margin-bottom: 4px;
    font-size: 17px;
}
.sr-sign__text {
    display: block;
}
.sr-signs__outro {
    max-width: 820px;
    margin: 28px auto 0;
    text-align: center;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* ==========================================================================
   CAUSES (secondary H3 list — Sewer Repair Causes etc)
   ========================================================================== */
.sr-causes {
    padding: 70px 0;
    background: #fff;
}
.sr-causes__intro {
    max-width: 820px;
    margin: 0 0 32px;
    font-size: 17px;
    color: #555;
    line-height: 1.6;
}
.sr-causes__intro p { margin: 0 0 12px; }
.sr-causes__intro p:last-child { margin-bottom: 0; }
.sr-causes__list {
    display: grid;
    gap: 44px;
    max-width: 1120px;
    margin: 0 auto;
}
.sr-cause__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: center;
}
.sr-cause--has-image .sr-cause__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.sr-cause--has-image:nth-child(even) .sr-cause__image {
    order: 2;
}
.sr-cause__image img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    box-shadow: 0 14px 36px rgba(93, 45, 122, 0.12);
}
.sr-cause__body {
    padding-left: 20px;
    border-left: 3px solid var(--color-primary, #b954e5);
}
.sr-cause--has-image .sr-cause__body {
    padding-left: 24px;
}
.sr-cause__title {
    font-family: var(--fm-roboto, "Roboto Condensed"), sans-serif;
    font-size: 24px;
    color: var(--color-terciary, #5d2d7a);
    margin: 0 0 12px;
    font-weight: 700;
    line-height: 1.2;
}
.sr-cause__text {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}
.sr-cause__text p { margin: 0 0 10px; }
.sr-cause__text p:last-child { margin-bottom: 0; }

/* ==========================================================================
   METHODS (card grid with icons)
   ========================================================================== */
.sr-methods {
    padding: 80px 0;
    background: #fafafa;
}
.sr-methods__intro {
    max-width: 820px;
    margin: 0 auto 44px;
    font-size: 17px;
    color: #555;
    line-height: 1.6;
    text-align: center;
}
.sr-methods__intro p { margin: 0 0 12px; }
.sr-methods__intro p:last-child { margin-bottom: 0; }
.sr-methods__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}
/* Count-aware layouts — keeps orphan cards from looking abandoned */
.sr-methods__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.sr-methods__grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sr-methods__grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sr-methods__grid--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
/* 5 items: 3 on top, 2 centered on bottom using a 6-col base */
.sr-methods__grid--5 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.sr-methods__grid--5 > .sr-method { grid-column: span 2; }
.sr-methods__grid--5 > .sr-method:nth-child(4) { grid-column: 2 / span 2; }
.sr-methods__grid--5 > .sr-method:nth-child(5) { grid-column: 4 / span 2; }
@media (max-width: 1024px) {
    .sr-methods__grid--4,
    .sr-methods__grid--6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sr-methods__grid--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sr-methods__grid--5 > .sr-method,
    .sr-methods__grid--5 > .sr-method:nth-child(4),
    .sr-methods__grid--5 > .sr-method:nth-child(5) {
        grid-column: auto;
    }
}
.sr-method {
    background: #fff;
    border: 1px solid rgba(93, 45, 122, 0.08);
    border-radius: 16px;
    padding: 32px 24px 28px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(93, 45, 122, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.sr-method:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(93, 45, 122, 0.14);
    border-color: rgba(185, 84, 229, 0.35);
}
.sr-method__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(185, 84, 229, 0.12), rgba(210, 73, 145, 0.12));
    color: var(--color-terciary, #5d2d7a);
}
.sr-method__icon svg {
    width: 32px;
    height: 32px;
}
.sr-method__title {
    font-family: var(--fm-roboto, "Roboto Condensed"), sans-serif;
    font-size: 19px;
    color: var(--color-terciary, #5d2d7a);
    margin: 0 0 12px;
    font-weight: 700;
    line-height: 1.3;
}
.sr-method__text {
    font-size: 15px;
    line-height: 1.65;
    color: #4a4a4a;
}
.sr-method__text p { margin: 0 0 10px; }
.sr-method__text p:last-child { margin-bottom: 0; }
.sr-methods__outro {
    max-width: 820px;
    margin: 36px auto 0;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    font-style: italic;
    text-align: center;
}
@media (max-width: 767px) {
    .sr-methods__grid,
    .sr-methods__grid--2,
    .sr-methods__grid--3,
    .sr-methods__grid--4,
    .sr-methods__grid--5,
    .sr-methods__grid--6 {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .sr-methods__grid--5 > .sr-method,
    .sr-methods__grid--5 > .sr-method:nth-child(4),
    .sr-methods__grid--5 > .sr-method:nth-child(5) {
        grid-column: auto;
    }
    .sr-method { padding: 26px 20px 22px; }
}

/* ==========================================================================
   COMPARISON / TOOL / PRICING TABLES (shared base styling)
   ========================================================================== */
.sr-comparison,
.sr-tools,
.sr-pricing {
    padding: 70px 0;
    background: #fff;
}
.sr-pricing {
    background: #fafafa;
}
.sr-table-wrap {
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    background: #fff;
}
.sr-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 15.5px;
    /* Bootstrap Reboot ships `table { margin-bottom: 1rem }` which creates a
       phantom 30px gap below the last row inside the wrap — kill it.
       border-radius is handled by .sr-table-wrap (with isolation + overflow clip). */
    margin: 0 !important;
}
.sr-table thead {
    background: linear-gradient(135deg, var(--color-terciary, #5d2d7a), var(--color-primary, #b954e5));
    color: #fff;
}
.sr-table th {
    padding: 16px 18px;
    text-align: left;
    font-family: var(--fm-roboto, "Roboto Condensed"), sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.3px;
    /* Defensive: paint gradient on TH too (some mobile layouts drop thead background) */
    background: linear-gradient(135deg, var(--color-terciary, #5d2d7a), var(--color-primary, #b954e5));
    color: #fff;
}
.sr-table td {
    padding: 14px 18px;
    border-bottom: 1px solid rgba(93, 45, 122, 0.1);
    color: #444;
    line-height: 1.55;
    vertical-align: top;
}
.sr-table tbody tr:last-child td {
    border-bottom: 0 none !important;
}
.sr-table tr:nth-child(even) td {
    background: rgba(185, 84, 229, 0.03);
}
.sr-table__row-label {
    font-weight: 700;
    color: var(--color-terciary, #5d2d7a);
}
.sr-table__price {
    font-weight: 700;
    color: var(--color-primary, #b954e5);
    white-space: nowrap;
}

.sr-comparison__outro,
.sr-pricing__outro {
    max-width: 820px;
    margin: 28px auto 0;
    text-align: center;
    font-size: 15px;
    color: #555;
    font-style: italic;
}

/* ==========================================================================
   PROCESS (numbered steps)
   ========================================================================== */
.sr-process {
    background: linear-gradient(135deg, #5d2d7a 0%, #b954e5 55%, #d24991 100%);
    color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.sr-process::before {
    content: "";
    position: absolute;
    top: -140px;
    right: -120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}
.sr-process .sr-container { position: relative; z-index: 1; }
.sr-process__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 28px;
    max-width: 1080px;
    margin: 0 auto;
}
/* Count-aware process grid — avoids orphan cards on last row */
.sr-process__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 680px;
}
.sr-process__grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sr-process__grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sr-process__grid--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); } /* 3×2 */
/* 5 items: 3 top + 2 bottom centered (6-col base, each step spans 2) */
.sr-process__grid--5 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.sr-process__grid--5 > .sr-process__step { grid-column: span 2; }
.sr-process__grid--5 > .sr-process__step:nth-child(4) { grid-column: 2 / span 2; }
.sr-process__grid--5 > .sr-process__step:nth-child(5) { grid-column: 4 / span 2; }
@media (max-width: 1024px) {
    .sr-process__grid--4,
    .sr-process__grid--6,
    .sr-process__grid--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sr-process__grid--5 > .sr-process__step,
    .sr-process__grid--5 > .sr-process__step:nth-child(4),
    .sr-process__grid--5 > .sr-process__step:nth-child(5) {
        grid-column: auto;
    }
}
@media (max-width: 767px) {
    .sr-process__grid,
    .sr-process__grid--2,
    .sr-process__grid--3,
    .sr-process__grid--4,
    .sr-process__grid--5,
    .sr-process__grid--6 {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .sr-process__grid--5 > .sr-process__step,
    .sr-process__grid--5 > .sr-process__step:nth-child(4),
    .sr-process__grid--5 > .sr-process__step:nth-child(5) {
        grid-column: auto;
    }
}
.sr-process__step {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    padding: 28px 22px;
    border-radius: 16px;
    position: relative;
    transition: transform 0.2s ease;
}
.sr-process__step:hover {
    transform: translateY(-4px);
}
.sr-process__number {
    font-family: var(--fm-roboto, "Roboto Condensed"), sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 12px;
}
.sr-process__title {
    font-family: var(--fm-roboto, "Roboto Condensed"), sans-serif;
    font-size: 19px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.25;
}
.sr-process__text {
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
}
.sr-process__text p { margin: 0 0 8px; }
.sr-process__text p:last-child { margin-bottom: 0; }

/* ==========================================================================
   PREP STEPS (What to Do Before — Emergency)
   ========================================================================== */
.sr-prep {
    padding: 70px 0;
    background: #fff;
}
.sr-prep__wrap {
    max-width: 820px;
    margin: 0 auto;
}
/* With side image → 2-col grid, text left-aligned, wider container */
.sr-prep--has-image .sr-prep__wrap {
    max-width: 1140px;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 48px;
    align-items: center;
}
.sr-prep__image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    box-shadow: 0 18px 48px rgba(93, 45, 122, 0.14);
}
.sr-prep__list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 820px;
    counter-reset: prep;
    display: grid;
    gap: 16px;
}
.sr-prep__item {
    position: relative;
    padding: 18px 22px 18px 70px;
    background: #fafafa;
    border-radius: 14px;
    font-size: 16px;
    line-height: 1.65;
    color: #444;
    border: 1px solid rgba(185, 84, 229, 0.1);
    counter-increment: prep;
}
.sr-prep__item::before {
    content: counter(prep);
    position: absolute;
    left: 16px;
    top: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary, #b954e5), var(--color-secondary, #d24991));
    color: #fff;
    font-family: var(--fm-roboto, "Roboto Condensed"), sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}
.sr-prep__label {
    display: block;
    font-weight: 700;
    color: var(--color-terciary, #5d2d7a);
    margin-bottom: 4px;
    font-size: 17px;
}

/* ==========================================================================
   WHY CHOOSE (numbered reasons, same as sc-why pattern)
   ========================================================================== */
.sr-why {
    padding: 80px 0;
    background: #fafafa;
}
.sr-why__list {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 24px;
}
.sr-why__row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: flex-start;
    padding: 22px 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(93, 45, 122, 0.06);
}
.sr-why__number {
    font-family: var(--fm-roboto, "Roboto Condensed"), sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(135deg, var(--color-primary, #b954e5), var(--color-secondary, #d24991));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sr-why__title {
    font-family: var(--fm-roboto, "Roboto Condensed"), sans-serif;
    font-size: 21px;
    color: var(--color-terciary, #5d2d7a);
    margin: 0 0 8px;
    font-weight: 700;
}
.sr-why__text {
    font-size: 15.5px;
    line-height: 1.65;
    color: #444;
}

/* ==========================================================================
   SERVICE AREAS
   ========================================================================== */
.sr-areas {
    padding: 80px 0;
    background: #fff;
}
.sr-areas__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 22px;
    max-width: 1100px;
    margin: 0 auto;
}
.sr-area {
    padding: 24px 22px 24px 58px;
    background: #fafafa;
    border-radius: 14px;
    position: relative;
    border: 1px solid rgba(185, 84, 229, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sr-area:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(93, 45, 122, 0.1);
}
.sr-area::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 28px;
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, var(--color-primary, #b954e5), var(--color-secondary, #d24991));
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8 2 5 5 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-4-3-7-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z'/%3E%3C/svg%3E") no-repeat center / contain;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8 2 5 5 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-4-3-7-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.sr-area__title {
    font-family: var(--fm-roboto, "Roboto Condensed"), sans-serif;
    font-size: 18px;
    color: var(--color-terciary, #5d2d7a);
    margin: 0 0 6px;
    font-weight: 700;
}
.sr-area__title a {
    color: inherit;
    text-decoration: none;
}
.sr-area__title a:hover {
    color: var(--color-primary, #b954e5);
    text-decoration: underline;
}
.sr-area__text {
    font-size: 14.5px;
    line-height: 1.55;
    color: #555;
}
.sr-areas__outro {
    max-width: 820px;
    margin: 32px auto 0;
    text-align: center;
    font-size: 15px;
    color: #555;
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.sr-faq {
    padding: 80px 0;
    background: #fafafa;
}
.sr-faq__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
}
.sr-faq__grid--no-image {
    grid-template-columns: 1fr;
    max-width: 820px;
}
.sr-faq .sr-section__title {
    text-align: left;
    margin-bottom: 28px;
}
.sr-faq__grid--no-image .sr-section__title {
    text-align: center;
}
.sr-faq__accordion {
    display: grid;
    gap: 14px;
}
.sr-faq__item {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(185, 84, 229, 0.12);
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}
.sr-faq__item.active {
    box-shadow: 0 14px 36px rgba(93, 45, 122, 0.1);
}
.sr-faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: var(--fm-body, "Poppins"), sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-terciary, #5d2d7a);
    line-height: 1.4;
}
.sr-faq__text {
    flex: 1;
}
.sr-faq__toggle {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-primary, #b954e5);
    line-height: 1;
}
.sr-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 22px;
    font-size: 15.5px;
    line-height: 1.7;
    color: #444;
}
.sr-faq__item.active .sr-faq__answer {
    max-height: 800px;
    padding: 0 22px 20px;
}
.sr-faq__answer p { margin: 0 0 10px; }
.sr-faq__answer p:last-child { margin-bottom: 0; }
.sr-faq__image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
}

/* ==========================================================================
   CTA BANNER
   ========================================================================== */
.sr-cta-banner {
    background: linear-gradient(135deg, #5d2d7a 0%, #b954e5 55%, #d24991 100%);
    color: #fff;
    padding: 70px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sr-cta-banner::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255,255,255,0.16), transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}
.sr-cta-banner .sr-container {
    position: relative;
    z-index: 1;
}
.sr-cta-banner__title {
    font-family: var(--fm-roboto, "Roboto Condensed"), sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    margin: 0 0 16px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}
.sr-cta-banner__desc {
    font-size: 17px;
    max-width: 720px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
}
.sr-cta-banner__desc p { margin: 0 0 10px; }
.sr-cta-banner__desc p:last-child { margin-bottom: 0; }
.sr-cta-banner__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin: 0 auto;
}
.sr-cta-banner__phone-line {
    margin-top: 18px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-style: italic;
}

/* ==========================================================================
   PREVIEW NOTICE (admin preview mode banner)
   ========================================================================== */
.sr-preview-notice {
    position: fixed;
    top: 32px;
    left: 0;
    right: 0;
    background: #ffb300;
    color: #000;
    padding: 10px 20px;
    text-align: center;
    z-index: 99999;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 900px) {
    .sr-hero-content { padding: 24px 0 40px; }
    .sr-hero-content__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    /* Intro & Prep: stack text above image on tablet and below */
    .sr-intro--has-image .sr-intro__wrap,
    .sr-prep--has-image .sr-prep__wrap {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .sr-prep--has-image .sr-prep__image { order: -1; }
    .sr-intro__image img,
    .sr-prep__image img {
        max-width: 540px;
        margin: 0 auto;
        display: block;
        aspect-ratio: 16 / 10;
    }
    .sr-service-item--has-image .sr-service-item__grid,
    .sr-cause--has-image .sr-cause__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .sr-service-item--has-image:nth-child(even) .sr-service-item__image,
    .sr-cause--has-image:nth-child(even) .sr-cause__image {
        order: 0;
    }
    .sr-faq__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .sr-hero-content,
    .sr-intro, .sr-usp, .sr-signs, .sr-causes, .sr-methods,
    .sr-comparison, .sr-tools, .sr-pricing, .sr-prep, .sr-why,
    .sr-areas, .sr-faq, .sr-process, .sr-cta-banner {
        padding-left: 16px;
        padding-right: 16px;
    }
    .sr-container { padding: 0; }
    .sr-table th, .sr-table td {
        padding: 12px 14px;
        font-size: 14.5px;
    }
}
@media (max-width: 767px) {
    /* Defensive: force table semantics on mobile even if some global CSS sets display:block on td/tr */
    .sr-table { display: table !important; min-width: 480px; }
    .sr-table thead { display: table-header-group !important; }
    .sr-table tbody { display: table-row-group !important; }
    .sr-table tr { display: table-row !important; }
    .sr-table th { display: table-cell !important; }
    .sr-table td { display: table-cell !important; }
    /* Scroll hint under the table */
}
@media (max-width: 600px) {
    /* Tables: enable horizontal scrolling for narrow viewports */
    .sr-table-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        border-radius: 12px;
        -webkit-overflow-scrolling: touch;
    }
    .sr-table { font-size: 14px; }
    .sr-table th { padding: 12px 12px; font-size: 14px; }
    .sr-table td { padding: 11px 12px; line-height: 1.5; }
    .sr-table tr:nth-child(even) td { background: rgba(185, 84, 229, 0.04); }
    .sr-table__row-label { font-size: 14px; }
}
@media (max-width: 600px) {
    .sr-breadcrumb { font-size: 12px; }
    .sr-hero-content { padding-top: 20px; padding-bottom: 28px; }
    .sr-hero-content__h1 { font-size: 28px; }
    .sr-hero-content__desc p:first-child { font-size: 17px; }
    .sr-hero-content__ctas { flex-direction: column; align-items: stretch; }
    .sr-hero-content__trust {
        flex-direction: column;
        gap: 10px;
    }
    .sr-section__title { font-size: 26px; }
    .sr-btn { padding: 14px 20px; font-size: 15px; }
    .sr-usp__item, .sr-sign, .sr-prep__item {
        padding-left: 54px;
        font-size: 15px;
    }
    .sr-cta-banner__actions { flex-direction: column; align-items: stretch; }
}
