/* Service detail pages — unique editorial layout */
.page-svc-detail .hero-blobs { display: none; }
.page-svc-detail .site-wrap { overflow-x: clip; background: #f7f4ef; }

.spd-hero {
    position: relative;
    overflow: hidden;
    padding: 56px 20px 48px;
    background:
        radial-gradient(ellipse 55% 70% at 0% 0%, rgba(48, 133, 135, 0.22) 0%, transparent 68%),
        radial-gradient(ellipse 48% 62% at 100% 8%, rgba(9, 45, 49, 0.14) 0%, transparent 70%),
        linear-gradient(180deg, #f7f4ef 0%, #ffffff 88%);
}
.spd-hero-inner {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 48px;
    align-items: center;
}
.spd-crumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 18px;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
}
.spd-crumb a { color: #308587; text-decoration: none; }
.spd-crumb a:hover { text-decoration: underline; }
.spd-eyebrow {
    display: inline-flex;
    margin: 0 0 12px;
    padding: 5px 12px;
    border: 1px solid #30858766;
    border-radius: 999px;
    background: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #308587;
}
.spd-hero h1 {
    margin: 0 0 18px;
    max-width: 720px;
    font-family: "Sentient", "Source Serif 4", Georgia, serif;
    font-size: clamp(34px, 4.4vw, 56px);
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.08;
    color: #092d31;
}
.spd-hero-lead {
    margin: 0 0 22px;
    max-width: 640px;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #4c617b;
}
.spd-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 26px;
}
.spd-pills span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #d7e3e3;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #092d31;
}
.spd-pills span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #308587;
    flex-shrink: 0;
}
.spd-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.spd-hero-art {
    position: relative;
    display: flex;
    justify-content: center;
}
.spd-hero-frame {
    position: relative;
    width: min(100%, 420px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 32px;
    background:
        linear-gradient(160deg, #ffffff 0%, #eaf4f4 55%, #d5e0e1 100%);
    box-shadow: 0 28px 60px rgba(9, 45, 49, 0.12);
}
.spd-hero-frame::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 22px;
    border: 1px solid #30858755;
    pointer-events: none;
}
.spd-hero-frame img {
    width: 42%;
    height: auto;
    filter: drop-shadow(0 18px 24px rgba(9, 45, 49, 0.18));
}

.spd-proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 28px;
    width: min(1180px, 100%);
    margin: 28px auto 0;
    position: relative;
    z-index: 1;
}

.spd-section {
    position: relative;
    padding: 72px 20px;
}
.spd-wrap {
    width: min(1100px, 100%);
    margin: 0 auto;
}
.spd-kicker {
    display: block;
    margin: 0 0 10px;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #308587;
}
.spd-h2 {
    margin: 0 0 16px;
    font-family: "Sentient", "Source Serif 4", Georgia, serif;
    font-size: clamp(28px, 3.4vw, 44px);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.12;
    color: #092d31;
}
.spd-intro {
    margin: 0 0 36px;
    max-width: 720px;
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    line-height: 1.55;
    color: #4c617b;
}

.spd-features {
    background: #fff;
}
.spd-feat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.spd-feat {
    padding: 26px 26px 24px;
    border-radius: 18px;
    background: #f7f4ef;
    border: 1px solid #ece7df;
}
.spd-feat-num {
    display: block;
    margin: 0 0 10px;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #308587;
}
.spd-feat h3 {
    margin: 0 0 8px;
    font-family: "DM Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #092d31;
}
.spd-feat p {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #4c617b;
}

.spd-steps { background: #f7f4ef; }
.spd-step-list { display: grid; gap: 0; }
.spd-step {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    padding: 0 0 28px;
    position: relative;
}
.spd-step:last-child { padding-bottom: 0; }
.spd-step:last-child .spd-step-index::after { display: none; }
.spd-step-index {
    position: relative;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #092d31;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    z-index: 1;
}
.spd-step-index::after {
    content: "";
    position: absolute;
    top: 44px;
    left: 50%;
    width: 2px;
    height: calc(100% + 28px);
    background: linear-gradient(180deg, #308587 0%, #30858733 100%);
    transform: translateX(-50%);
}
.spd-step h3 {
    margin: 8px 0 6px;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #092d31;
}
.spd-step p {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #4c617b;
}

.spd-related { background: #fff; }
.spd-rel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.spd-rel {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e4ebea;
    box-shadow: 0 10px 30px rgba(9, 45, 49, 0.05);
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease;
}
.spd-rel:hover {
    transform: translateY(-4px);
    border-color: #308587;
}
.spd-rel img { height: 44px; width: auto; margin: 0 0 12px; }
.spd-rel h3 {
    margin: 0 0 8px;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #092d31;
}
.spd-rel p {
    margin: 0 0 14px;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: #4c617b;
}
.spd-rel span {
    margin-top: auto;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #308587;
}

.spd-support {
    background: #092d31;
    color: #fff;
    text-align: center;
}
.spd-support .spd-h2,
.spd-support .spd-kicker { color: #fff; }
.spd-support .spd-kicker { color: #308587; }
.spd-support .spd-intro {
    margin-left: auto;
    margin-right: auto;
    color: #d2ebeb;
}
.spd-people {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px 40px;
}
.spd-person { min-width: 160px; }
.spd-avatar {
    width: 72px;
    height: 72px;
    margin: 0 auto 10px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #308587;
    color: #092d31;
    font-family: "DM Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.spd-person strong {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
}
.spd-person small {
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    color: #9fb8ba;
}

.spd-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 72px 20px 100px;
    background: #fff;
}
.spd-cta h2 {
    margin: 0 0 10px;
    text-align: center;
    font-family: "Sentient", "Source Serif 4", Georgia, serif;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #092d31;
}
.spd-cta p {
    margin: 0 0 28px;
    max-width: 520px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #4c617b;
}
.spd-cta-form { width: min(520px, 100%); }

@media (max-width: 900px) {
    .spd-hero-inner { grid-template-columns: 1fr; gap: 28px; text-align: center; }
    .spd-hero-inner > div:first-child { display: flex; flex-direction: column; align-items: center; }
    .spd-crumb, .spd-hero-actions { justify-content: center; }
    .spd-hero-lead { text-align: center; }
    .spd-pills { justify-content: center; }
    .spd-hero-frame { width: min(280px, 100%); }
    .spd-feat-grid, .spd-rel-grid { grid-template-columns: 1fr; }
    .spd-section { padding: 52px 20px; }
}
