.service-page {
    padding-bottom: 64px;
}

.service-page-hero,
.service-detail-hero {
    padding: 40px 0 56px !important;
    background:
        radial-gradient(circle at top left, rgba(255, 244, 230, 0.9), transparent 38%),
        linear-gradient(180deg, #fffaf4 0%, #ffffff 76%);
}

.service-detail-hero {
    overflow: hidden;
}

.service-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.18fr);
    gap: 34px;
    align-items: start;
}

.service-page-breadcrumb {
    margin-bottom: 22px;
}

.service-detail-hero-shell,
.service-page-highlight-card,
.service-detail-summary-card,
.service-detail-card,
.service-consultants-shell,
.service-list-card {
    border: 1px solid #edf1f7;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 48px rgba(13, 29, 57, 0.06);
}

.service-detail-hero-shell {
    padding: 34px;
}

.service-page-eyebrow,
.service-page-highlight-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(234, 138, 40, 0.12);
    color: #c6721f;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-page-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 640px;
    margin: 0 auto;
}

.service-detail-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
}

.service-detail-hero-content {
    min-width: 0;
}

.service-page-eyebrow {
    margin-bottom: 12px;
}

.service-page-list-highlight-badge {
    margin-bottom: 0;
}

.service-page-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 0;
}

.service-page-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #e4ebf5;
    background: rgba(255, 255, 255, 0.78);
    color: #4d6082;
    font-size: 0.82rem;
    font-weight: 700;
}

.service-page-pill.is-accent {
    border-color: rgba(234, 138, 40, 0.22);
    background: rgba(234, 138, 40, 0.1);
    color: #c6721f;
}

.service-page-title {
    display: block;
    width: 100%;
    margin: 0 0 14px;
    color: #162952;
    font-size: clamp(2.6rem, 4.8vw, 4.2rem);
    line-height: 1.01;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-align: center;
}

.service-detail-hero-copy .service-page-title {
    text-align: left;
}

.service-page-lead,
.service-page-highlight-text,
.service-list-card-text,
.service-detail-empty p {
    color: #607190;
    line-height: 1.75;
}

.service-page-lead {
    max-width: 780px;
    margin: 0 auto;
    font-size: 1.04rem;
    text-align: center;
}

.service-detail-hero-lead {
    max-width: 700px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.service-detail-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.service-detail-hero-actions .service-page-primary-button,
.service-detail-hero-actions .service-page-secondary-button {
    min-width: 220px;
}

.service-page-highlight-card {
    justify-content: center;
}

.service-page-highlight-title,
.service-page-section-title,
.service-detail-section-title {
    margin: 16px 0 0;
    color: #162952;
    font-weight: 800;
    line-height: 1.14;
}

.service-page-highlight-title {
    font-size: 1.55rem;
}

.service-page-section-title {
    font-size: clamp(1.95rem, 3vw, 2.6rem);
}

.service-detail-section-title {
    font-size: clamp(1.75rem, 3vw, 2.4rem);
}

.service-detail-summary-title,
.service-detail-card-title {
    margin: 16px 0 0;
    color: #162952;
    font-weight: 800;
    line-height: 1.15;
}

.service-detail-summary-title {
    font-size: clamp(1.55rem, 2.5vw, 2.05rem);
}

.service-detail-card-title {
    font-size: 1.45rem;
}

.service-page-highlight-text {
    margin: 14px 0 0;
    font-size: 0.98rem;
}

.service-detail-hero-panel {
    height: 100%;
}

.service-detail-visual-column {
    display: flex;
    flex-direction: column;
}

.service-detail-profile-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid #e6edf7;
    background: #fff;
    box-shadow:
        0 28px 54px rgba(13, 29, 57, 0.1),
        0 12px 26px rgba(13, 29, 57, 0.05);
}

.service-detail-profile-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 18, 36, 0.02) 0%, rgba(8, 18, 36, 0.12) 100%);
    pointer-events: none;
}

.service-detail-profile-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.service-detail-price-inline {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-detail-price-heading {
    color: #7a89a3;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-detail-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-top: 6px;
    color: #607190;
}

.service-detail-price-old {
    color: #9aa7bf;
    font-size: 0.98rem;
    font-weight: 700;
    text-decoration: line-through;
}

.service-detail-price-row strong {
    color: #162952;
    font-size: clamp(1.8rem, 2.8vw, 2.4rem);
    line-height: 1;
    font-weight: 800;
}

.service-detail-decision-row {
    display: block;
    width: 100%;
    max-width: 460px;
    margin-top: 24px;
    padding: 20px 22px;
    border: 1px solid #e6edf7;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(255, 245, 232, 0.58), transparent 44%),
        #fff;
    box-shadow: 0 18px 34px rgba(13, 29, 57, 0.05);
}

.service-detail-decision-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    text-align: center;
}

.service-detail-decision-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.service-detail-hero-price {
    margin-top: 0;
}

.service-detail-decision-row .service-detail-hero-actions {
    width: 100%;
    margin-top: 0;
    flex-direction: column;
    align-items: center;
}

.service-detail-decision-row .service-page-primary-button,
.service-detail-decision-row .service-page-secondary-button {
    width: 100%;
    max-width: 312px;
    min-width: 0;
}

.service-detail-hero-note {
    max-width: 760px;
}

.service-page-highlight-inline {
    margin-top: 18px;
    padding: 16px 18px;
    border: 1px solid #e6edf7;
    border-radius: 22px;
    background: #fff;
    text-align: left;
}

.service-page-highlight-inline strong {
    display: block;
    color: #162952;
    font-size: 1rem;
    font-weight: 800;
}

.service-page-highlight-inline span {
    display: block;
    margin-top: 6px;
    color: #607190;
    line-height: 1.65;
}

.service-page-hero-actions {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.service-page-section,
.service-detail-section,
.service-consultants-section {
    padding-top: 0 !important;
    padding-bottom: 72px !important;
}

.service-page-section-head {
    max-width: 780px;
    margin: 0 auto 28px;
    text-align: center;
}

.service-page-section-head--spaced {
    margin-top: 52px;
}

.service-page-grid,
.service-consultants-grid {
    display: grid;
    gap: 20px;
}

.service-page-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-page-grid--featured .service-list-card {
    border-color: rgba(234, 138, 40, 0.18);
    box-shadow: 0 28px 54px rgba(13, 29, 57, 0.08);
}

.service-list-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-list-card-image-link,
.service-consultant-card-image-link {
    display: block;
    margin: 18px 0 16px;
}

.service-list-card-media,
.service-consultant-card-media {
    position: relative;
    overflow: hidden;
    min-height: 168px;
    border: 1px solid #eef2f8;
    border-radius: 22px;
    background-size: cover;
    background-position: center;
}

.service-list-card-media::after,
.service-consultant-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 18, 36, 0.08) 0%, rgba(8, 18, 36, 0.32) 100%);
    pointer-events: none;
}

.service-list-card-image,
.service-consultant-card-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 168px;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.service-list-card:hover .service-list-card-image,
.service-consultant-card:hover .service-consultant-card-image {
    transform: scale(1.03);
}

.service-list-card-body,
.service-consultant-card-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 22px;
}

.service-list-card-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f7faff;
    color: #6a7da0;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-list-card-badge.is-accent {
    background: rgba(234, 138, 40, 0.12);
    color: #c6721f;
}

.service-list-card-title,
.service-consultant-card-title {
    margin: 16px 0 10px;
    color: #162952;
    font-weight: 800;
    line-height: 1.2;
}

.service-list-card-title {
    font-size: 1.28rem;
}

.service-consultant-card-title {
    margin: 0;
    font-size: 1.22rem;
}

.service-list-card-title a,
.service-consultant-card-title a {
    color: inherit;
}

.service-list-card-title a:hover,
.service-list-card-title a:focus,
.service-consultant-card-title a:hover,
.service-consultant-card-title a:focus {
    color: #ea8a28;
    text-decoration: none;
}

.service-list-card-price,
.service-detail-summary-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
}

.service-list-card-price {
    margin-bottom: 12px;
}

.service-list-card-price-old,
.service-detail-summary-price-old {
    color: #9aa7bf;
    font-size: 0.92rem;
    text-decoration: line-through;
}

.service-list-card-price strong,
.service-detail-summary-price strong {
    color: #ea8a28;
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 800;
}

.service-list-card-intent {
    margin: 0;
    color: #c6721f;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.55;
}

.service-list-card-text {
    flex: 1 1 auto;
    margin: 0;
    font-size: 0.96rem;
}

.service-list-card-link,
.service-page-primary-button,
.service-page-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-list-card-link {
    margin-top: 20px;
    align-self: flex-start;
    border: 1px solid #d8e3f3;
    background: #fff;
    color: #243b68;
    box-shadow: 0 12px 28px rgba(13, 29, 57, 0.05);
}

.service-list-card-link.service-page-primary-button {
    position: relative;
    align-self: stretch;
    width: 100%;
    min-height: 60px;
    border-radius: 20px;
    border: 0;
    background: linear-gradient(135deg, #f2b544 0%, #ea8a28 100%);
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    box-shadow:
        0 18px 34px rgba(234, 138, 40, 0.24),
        0 6px 16px rgba(224, 126, 22, 0.12);
}

.service-list-card-link:hover,
.service-list-card-link:focus {
    color: #162952;
    text-decoration: none;
    border-color: #bfd2ef;
}

.service-list-card-link.service-page-primary-button:hover,
.service-list-card-link.service-page-primary-button:focus {
    background: linear-gradient(135deg, #f0ac2d 0%, #df7f18 100%);
    color: #fff;
    border-color: transparent;
    box-shadow:
        0 20px 38px rgba(234, 138, 40, 0.28),
        0 8px 18px rgba(224, 126, 22, 0.14);
}

.service-page-primary-button {
    background: linear-gradient(135deg, #f2b544 0%, #ea8a28 100%);
    color: #fff;
    box-shadow: 0 16px 32px rgba(234, 138, 40, 0.2);
}

.service-page-primary-button:hover,
.service-page-primary-button:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.service-page-secondary-button {
    border: 1px solid #d8e3f3;
    background: #fff;
    color: #243b68;
    box-shadow: 0 12px 28px rgba(13, 29, 57, 0.05);
}

.service-page-secondary-button:hover,
.service-page-secondary-button:focus {
    color: #162952;
    text-decoration: none;
    border-color: #bfd2ef;
}

.service-page-inline-cta,
.service-page-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 30px;
    border: 1px solid #edf1f7;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(255, 245, 233, 0.72), transparent 36%),
        linear-gradient(180deg, #fffaf5 0%, #ffffff 72%);
    box-shadow: 0 24px 48px rgba(13, 29, 57, 0.06);
}

.service-page-inline-cta {
    margin-top: 48px;
}

.service-page-final-cta {
    margin-top: 52px;
}

.service-page-inline-cta-copy {
    max-width: 720px;
}

.service-page-section-text,
.service-page-inline-cta-text {
    color: #607190;
    line-height: 1.72;
}

.service-page-section-text {
    max-width: 700px;
    margin: 14px auto 0;
    font-size: 1rem;
}

.service-page-inline-cta-title {
    margin: 16px 0 10px;
    color: #162952;
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    line-height: 1.1;
    font-weight: 800;
}

.service-page-inline-cta-text {
    margin: 0;
    font-size: 1rem;
}

.service-page-inline-cta-actions {
    display: flex;
    align-items: center;
}

.service-detail-summary-card {
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.service-detail-summary-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    padding: 24px;
    background:
        radial-gradient(circle at top left, rgba(47, 115, 201, 0.08), transparent 42%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 84%);
}

.service-detail-summary-media img {
    width: 100%;
    max-height: 280px;
    object-fit: contain;
}

.service-detail-summary-body {
    padding: 0 24px 24px;
}

.service-detail-summary-cta {
    width: 100%;
    margin-top: 18px;
}

.service-detail-summary-price {
    margin: 16px 0 0;
}

.service-detail-summary-caption {
    margin-top: 8px;
    color: #7282a0;
    font-size: 0.9rem;
    font-weight: 600;
}

.service-detail-summary-meta {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.service-detail-summary-meta-item {
    padding: 14px 16px;
    border: 1px solid #e6edf7;
    border-radius: 20px;
    background: #f8fbff;
}

.service-detail-summary-meta-item span {
    display: block;
    margin-bottom: 5px;
    color: #7282a0;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-detail-summary-meta-item strong {
    color: #162952;
    font-size: 0.96rem;
    line-height: 1.55;
}

.service-detail-summary-savings {
    margin: 14px 0 0;
    color: #c6721f;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.6;
}

.service-detail-summary-note {
    margin-top: 18px;
    padding: 18px 18px 16px;
    border: 1px solid #e6edf7;
    border-radius: 24px;
    background: #fff;
}

.service-detail-summary-note p {
    margin: 12px 0 0;
    color: #607190;
    line-height: 1.7;
}

.service-detail-summary-footnote,
.service-detail-action-note {
    display: block;
    margin-top: 12px;
    color: #7282a0;
    text-align: center;
    font-size: 0.88rem;
    line-height: 1.6;
}

.service-detail-sidebar,
.service-detail-main {
    display: grid;
    gap: 20px;
}

.service-detail-open-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.95fr);
    gap: 24px;
    align-items: start;
}

.service-detail-prose,
.service-detail-process {
    padding: 2px 0;
}

.service-detail-process-intro {
    margin: 12px 0 0;
    color: #607190;
    line-height: 1.72;
}

.service-detail-note-block {
    margin-top: 20px;
    padding: 18px 20px;
    border: 1px solid #e6edf7;
    border-left: 3px solid rgba(234, 138, 40, 0.38);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.service-detail-note-block p {
    margin: 12px 0 0;
    color: #607190;
    line-height: 1.72;
}

.service-detail-action-card.sticky-top {
    top: 108px;
}

.service-detail-richtext {
    margin-top: 18px;
    color: #243a67;
    font-size: 1.02rem;
    line-height: 1.85;
}

.service-detail-richtext > *:first-child {
    margin-top: 0 !important;
}

.service-detail-richtext h1,
.service-detail-richtext h2,
.service-detail-richtext h3,
.service-detail-richtext h4 {
    color: #162952;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 1.7em;
    margin-bottom: 0.7em;
}

.service-detail-richtext p,
.service-detail-richtext li {
    color: #4f6181;
    line-height: 1.85;
}

.service-detail-richtext ul,
.service-detail-richtext ol {
    padding-left: 1.25rem;
}

.service-detail-steps-grid {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.service-detail-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
    border: 1px solid #e6edf7;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.service-detail-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(234, 138, 40, 0.12);
    color: #c6721f;
    font-size: 1rem;
    font-weight: 800;
    flex: 0 0 42px;
}

.service-detail-step h3 {
    margin: 0;
    color: #162952;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.3;
}

.service-detail-step p {
    margin: 8px 0 0;
    color: #607190;
    line-height: 1.7;
}

.service-detail-steps-note {
    margin-top: 20px;
}

.service-detail-info-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.service-detail-info-item {
    padding: 16px 18px;
    border-radius: 22px;
    background: #f8fbff;
    border: 1px solid #e6edf7;
}

.service-detail-info-item span {
    display: block;
    margin-bottom: 5px;
    color: #7282a0;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-detail-info-item strong {
    color: #162952;
    font-size: 1rem;
    line-height: 1.45;
}

.service-detail-info-note {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid #e6edf7;
    border-radius: 24px;
    background: #fff;
}

.service-detail-note-badge {
    min-height: 30px;
    padding: 0 12px;
    font-size: 0.75rem;
}

.service-detail-info-note p {
    margin: 12px 0 0;
    color: #607190;
    line-height: 1.7;
}

.service-consultants-shell {
    padding: 32px 34px 36px;
    background:
        radial-gradient(circle at top right, rgba(255, 244, 230, 0.4), transparent 28%),
        #fff;
}

.service-consultants-head {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
    text-align: center;
}

.service-consultants-head-copy {
    max-width: 760px;
    margin: 0 auto;
}

.service-consultants-row {
    margin-top: 6px;
}

.service-consultant-item {
    display: flex;
    flex-direction: column;
}

.service-consultant-shell {
    display: flex;
    flex: 1 1 auto;
}

.service-consultant-body {
    gap: 10px;
}

.service-consultant-meta {
    min-height: 72px;
}

.service-consultant-summary {
    text-transform: none;
}

.service-consultant-price {
    min-height: 40px;
    justify-content: center;
}

.service-consultant-price-old {
    color: #9aa7bf;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: line-through;
}

.service-consultant-cta {
    padding-top: 6px;
}

.service-consultant-buy-button {
    width: 100%;
}

.service-consultants-trust {
    margin-top: 18px;
}

.service-consultants-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-consultant-card {
    border: 1px solid #edf1f7;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 48px rgba(13, 29, 57, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-consultant-card-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.service-consultant-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.service-consultant-card-rating {
    display: inline-flex;
    gap: 2px;
    color: #2388ed;
    font-size: 0.92rem;
    flex-shrink: 0;
}

.service-consultant-card-text {
    margin: 14px 0 0;
    color: #607190;
    font-size: 0.95rem;
    line-height: 1.72;
    flex: 1 1 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.service-consultant-card-actions {
    display: grid;
    gap: 10px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid #edf1f7;
}

.service-consultant-buy-button,
.service-consultant-card-actions .service-page-secondary-button {
    width: 100%;
}

.service-detail-empty {
    padding: 28px;
    border: 1px dashed #d8e3f3;
    border-radius: 24px;
    background: #f8fbff;
    text-align: center;
}

.service-detail-empty h3 {
    margin: 0;
    color: #162952;
    font-size: 1.45rem;
    font-weight: 800;
}

.service-detail-empty p {
    margin: 12px auto 0;
    max-width: 560px;
}

@media (max-width: 1199px) {
    .service-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-detail-open-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .service-page-hero,
    .service-detail-hero {
        padding-top: 32px !important;
        padding-bottom: 40px !important;
    }

    .service-detail-hero-shell,
    .service-detail-card,
    .service-consultants-shell {
        padding: 24px;
        border-radius: 26px;
    }

    .service-detail-hero-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .service-page-grid,
    .service-consultants-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-detail-visual-column {
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
    }

    .service-consultants-head {
        flex-direction: column;
        align-items: center;
    }

    .service-page-inline-cta,
    .service-page-final-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-detail-action-card.sticky-top {
        top: 24px;
    }
}

@media (max-width: 767px) {
    .service-page-hero,
    .service-detail-hero {
        padding: 24px 0 32px !important;
    }

    .service-page-title {
        font-size: 2.1rem;
    }

    .service-page-lead {
        font-size: 1rem;
    }

    .service-detail-summary-media {
        min-height: 240px;
        padding: 18px;
    }

    .service-detail-summary-media img {
        max-height: 240px;
    }

    .service-detail-profile-image-wrap {
        border-radius: 28px;
    }

    .service-detail-hero-actions .service-page-primary-button,
    .service-detail-hero-actions .service-page-secondary-button {
        min-width: 0;
        width: 100%;
    }

    .service-detail-step {
        padding: 16px;
    }

    .service-page-section-head {
        margin-bottom: 22px;
    }

    .service-page-section-head--spaced {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .service-page-breadcrumb {
        margin-bottom: 18px;
    }

    .service-detail-hero-shell,
    .service-page-highlight-card,
    .service-detail-summary-card,
    .service-detail-card,
    .service-consultants-shell,
    .service-list-card,
    .service-consultant-card {
        border-radius: 24px;
    }

    .service-page-grid,
    .service-consultants-grid {
        grid-template-columns: 1fr;
    }

    .service-page-highlight-card,
    .service-page-inline-cta,
    .service-page-final-cta {
        padding: 22px;
    }

    .service-list-card-body,
    .service-consultant-card-body,
    .service-detail-summary-body,
    .service-detail-card,
    .service-consultants-shell {
        padding: 20px;
    }

    .service-list-card-media,
    .service-consultant-card-media,
    .service-list-card-image,
    .service-consultant-card-image {
        min-height: 156px;
        height: 156px;
    }

    .service-page-primary-button,
    .service-page-secondary-button,
    .service-list-card-link {
        width: 100%;
    }

    .service-consultant-card-head {
        flex-direction: column;
    }
}
