/* =============================================
   ОДИНОЧНАЯ СТРАНИЦА УСЛУГИ — гибкие блоки
   ============================================= */

/* ---- Общие переменные блоков ---- */

.block--dark {
    background: var(--footer-bg);
    color: var(--footer-text);
}

/* ---- Шапка блока (заголовок + подзаголовок без мазка) ---- */

.block-head {
    margin-bottom: 40px;
}

.block-head__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--text-main);
    text-align: center;
}

.block-head--light .block-head__title { color: var(--footer-heading); }

.block-head__subtitle {
    margin-top: 12px;
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.5;
    max-width: 680px;
}

.block-head--light .block-head__subtitle { color: var(--footer-muted); }

/* ---- Интро услуги ---- */

.service-intro__hero {
    padding: 32px 0 56px;
    background: var(--bg-grad);
}

.service-intro__title {
    position: relative;
    display: inline-block;
    font-size: 48px;
    font-weight: 800;
    color: var(--text-main);
    margin: 12px 0 20px;
    line-height: 1.15;
}

.service-intro__desc {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.65;
    max-width: 800px;
}

.service-intro__desc p { margin-bottom: 12px; }
.service-intro__desc p:last-child { margin-bottom: 0; }

/* ---- Сетка карточек (в интро) ---- */

.service-intro__cards {
    padding: 0 0 48px;
    background-color: #CBCCD1;
}

.service-intro__cards-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 32px;
}

.service-intro__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

/* ---- CTA-блок (в интро) ---- */

.service-intro__cta {
    background-color: #CBCCD1;
    padding: 0 0 60px;
}

.service-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background: var(--accent);
    padding: 40px;
    border-radius: 16px;
}

.service-cta__title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.3;
}

.service-cta__text {
    margin-top: 10px;
    font-size: 14px;
    color: var(--text-main);
    opacity: 0.75;
    line-height: 1.5;
}

.btn--black {
    color: #fff;
    flex-shrink: 0;
    width: 100%;
    max-width: 233px;
}

/* ---- Карточка-инфо (универсальная) ---- */

.info-card {
    padding: 24px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    position: relative;
}

.info-card::before {
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 23.5V5C0 2.23858 2.23858 0 5 0H24L0 23.5Z" fill="%23F4B042"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
}

.info-card--dark {
    background: #FFFFFF1A;
    gap: 12px;
    border: 1px solid #FFFFFF4D;
}

.info-card--dark::before {
    display: none;
}

.info-card__icon {
    margin-bottom: 14px;
}

.info-card__icon img { width: 24px; height: 24px; object-fit: contain; }

.info-card__title {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-main);
    line-height: 1.3;
}

.info-card--dark .info-card__title { color: #fff; }

.info-card__desc {
    margin-top: 8px;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
}

.info-card__desc + .info-card__desc { margin-top: 10px; }

.info-card--dark .info-card__desc { color: #fff; }

/* ---- CTA inline (внутри блока, до контейнера-обёртки) ---- */

.block-cta-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 32px;
    padding: 20px 32px;
    border-radius: 12px;
}

.block-cta-inline--dark {
    background: var(--footer-bg);
}

.block-cta-inline__text {
    font-size: 15px;
    line-height: 1.5;
    color: var(--footer-text);
    flex: 1;
}

/* ---- Block: Cards Grid ---- */

.block-cards-grid {
    padding: 72px 0;
    background: #fff;
}

.block-cards-grid.block--dark { background: var(--footer-bg); }

.block-cards-grid__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

/* ---- Block: Каталог товаров ---- */

.block-catalog {
    padding: 72px 0;
    background: #fff;
}

.block-catalog.block--dark { background: var(--footer-bg); }

.block-catalog.block--dark .heading__text * { color: var(--footer-heading); }

/* ---- Block: Feature Sidebar ---- */

.block-feature-sidebar {
    padding: 72px 0;
    background: #fff;
}


.block-feature-sidebar--has-bg {
    position: relative;
    background-size: cover;
    background-position: center;
}

.block-feature-sidebar--has-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #1F2329;
    opacity: 80%;
}

.block-feature-sidebar--has-bg .container {
    position: relative;
    z-index: 1;
}

.block-feature-sidebar__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}

.block-feature-sidebar__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

/* Бейдж на карточке */

.info-card__badge {
    display: inline-block;
    background: rgba(244, 176, 66, 0.15);
    color: var(--accent);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 3px 8px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.sidebar-panel {
    padding: 24px;
    background: var(--graphite-pale);
    border-radius: 6px;
}

.sidebar-panel--dark {
    background: #FFFFFF33;
    border: 1px solid #FFFFFF4D;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sidebar-panel__title {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 20px;
    text-align: center;
}

.sidebar-panel--dark .sidebar-panel__title {
    color: var(--footer-heading);
    border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-panel__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 10px;
}

.sidebar-panel__row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.sidebar-panel__row-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.sidebar-panel__row-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sidebar-panel__label {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}


.sidebar-panel__value {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-main);
}

.sidebar-panel--dark .sidebar-panel__value { color: var(--footer-heading); }

.sidebar-pane__icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #FFFFFF4D;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-panel__notice {
    margin-top: 32px;
    padding: 20px 24px;
    background: #FEFCE8;
border-left: 4px solid #F0B100;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-main);
    line-height: 1.4;
}

/* ---- Block: Cards Slider (grid 3 cols) ---- */

.block-cards-slider {
    padding: 72px 0;
    background: var(--bg-grad);
	position: relative;
}


.block-cards-slider--has-bg {
    position: relative;
    background-size: cover;
    background-position: center;
}

.block-cards-slider--has-bg .container {
    position: relative;
    z-index: 1;
}

.block-cards-slider__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cs-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--graphite-pale);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 2px solid #F3F4F6;
}

.cs-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #ECEBED99;
}

.cs-card__content {
    position: relative;
    z-index: 1;
    padding: 32px 24px;
    height: 100%;
}

.cs-card__icon {
    margin-bottom: 14px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #F3F4F6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cs-card__icon img {
    width: 40px;
    height: 40px;
}

.cs-card__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.3;
    margin-bottom: 8px;
}

.cs-card__desc {
    font-size: 14px;
    color: var(--text-main);
    line-height: 1.55;
}

/* ---- Block: Feature Split ---- */

.block-feature-split {
    padding: 72px 0;
    background: #F9FAFB;
	position: relative;
}



.block-feature-split__rows {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fsp-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.fsp-row__image { overflow: hidden; }
.fsp-row__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fsp-row__image--empty { background: var(--graphite-pale); }

.fsp-row__content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fsp-row--reverse .fsp-row__image  { order: 2; }
.fsp-row--reverse .fsp-row__content { order: 1; }

.feature-group__head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-group__icon { width: 36px; height: 36px; object-fit: contain; flex-shrink: 0; }

.feature-group__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.3;
}


.feature-group__desc {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.65;
}

.feature-group__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 0;
}

.feature-group__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.45;
}


.feature-group__bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #101828;
    flex-shrink: 0;
    margin-top: 7px;
}

.fsp-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background: var(--accent);
    border-radius: 16px;
    padding: 28px 32px;
    margin-top: 32px;
}

.fsp-cta__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.3;
}

.fsp-cta__sub {
    margin-top: 4px;
    font-size: 14px;
    color: var(--text-main);
    opacity: 0.75;
    line-height: 1.5;
}

/* ---- Block: Карточки + выделенная карточка ---- */

.block-cards-feature {
    padding: 72px 0;
    background: var(--footer-bg);
}

.block-cards-feature .heading__text * { color: #fff; }

.block-cards-feature--has-bg {
    position: relative;
    background-size: cover;
    background-position: center;
}

.block-cards-feature--has-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.70);
}

.block-cards-feature--has-bg .container { position: relative; z-index: 1; }

.block-cards-feature__inner {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    align-items: stretch;
}

.block-cards-feature__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.feature-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 32px 24px;
    background: #FFFFFF33;
    border: 1px solid #FFFFFF4D;
    border-radius: 6px;
}

.feature-card__icon {
    margin-bottom: 20px;
    text-align: center;
}

.feature-card__icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.feature-card__title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}

.feature-card__desc {
    font-size: 14px;
    line-height: 1.6;
    color: var(--footer-text);
}

.feature-card__desc + .feature-card__desc { margin-top: 10px; }

/* ---- Block: Steps ---- */

.block-steps {
    padding: 72px 0;
    background: var(--footer-bg);
}

.block-steps .heading__text * {
    color: #fff;
}

.block-steps:not(.block--dark) { background: var(--graphite-pale); }

.block-steps--has-bg {
    position: relative;
    background-size: cover;
    background-position: center;
}

.block-steps--has-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.70);
}

.block-steps--has-bg .container { position: relative; z-index: 1; }

.block-steps--has-bg .step-card {
    background: #fff;
    border-color: var(--border);
}

.block-steps--has-bg .step-card__title { color: var(--text-main); }
.block-steps--has-bg .step-card__desc  { color: var(--text-muted); }

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-card {
    padding: 40px 24px 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    position: relative;
}

.block-steps:not(.block--dark) .step-card {
    background: #fff;
    border-color: var(--border);
}

.step-card__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--accent);
    color: var(--text-main);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
    flex-shrink: 0;
    top: -10px;
    left: -10px;
    position: absolute;
}

.step-card__num::before {
    display: block;
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    border: 1px solid var(--accent);
    left: -5px;
    top: -5px;
}

.step-card__title {
    font-size: 15px;
    font-weight: 700;
    color: var(--footer-heading);
    line-height: 1.3;
    margin-bottom: 8px;
}

.block-steps:not(.block--dark) .step-card__title { color: var(--text-main); }

.step-card__desc {
    font-size: 14px;
    color: var(--footer-muted);
    line-height: 1.5;
}

.block-steps:not(.block--dark) .step-card__desc { color: var(--text-muted); }

/* ---- Block: FAQ ---- */

.block-faq {
    padding: 72px 0;
    background: var(--graphite-pale);
}

.block-faq .heading__text * {
    color: var(--text-main);
}

.block-faq--has-bg {
    position: relative;
    background-size: cover;
    background-position: center;
}


.block-faq--has-bg .container { position: relative; z-index: 1; }

.faq {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
}

.faq__item {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
}

.faq__item:last-child { border-bottom: none; }


.faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 20px 24px;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s;
}


.faq__question:hover { background: var(--graphite-pale); }

.faq__question-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-main);
    flex: 1;
}


.faq__icon { flex-shrink: 0; color: var(--accent); transition: transform 0.2s; }

.faq__item.is-open .faq__icon { transform: rotateZ(90deg); }

.faq__answer {
    display: none;
    padding: 0 24px 20px;
    background: #fff;
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
}

.faq__item.is-open .faq__answer { display: block; padding: 20px 24px; }

/* ---- Block: CTA Banner (standalone блок) ---- */

.block-cta-banner {
    padding: 8px 0 40px;
}

.cta-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 32px;
    border-radius: 12px;
}

.cta-banner--dark {
    background: var(--footer-bg);
}

.cta-banner--accent {
    background: var(--accent);
}

.cta-banner__text {
    font-size: 15px;
    line-height: 1.5;
    flex: 1;
}

.cta-banner--dark .cta-banner__text { color: var(--footer-text); }
.cta-banner--accent .cta-banner__text { color: var(--text-main); font-weight: 600; }

/* ---- Block: Документы (PDF) ---- */

.block-documents {
    padding: 72px 0;
    background: var(--footer-bg);
}

.block-documents--has-bg {
    position: relative;
    background-size: cover;
    background-position: center;
}

.block-documents--has-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.70);
}

.block-documents--has-bg .container {
    position: relative;
    z-index: 1;
}

.block-documents .heading__text * { color: #fff; }
.block-documents .heading__subtitle { color: var(--footer-muted); }

.block-documents__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.doc-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 6px;
    border-bottom: 2px solid var(--accent);
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow 0.2s, transform 0.2s;
    box-shadow: 0px 3px 10px 0px #0000001A;
}

.doc-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 18px 0px #00000026;
}

.doc-card__preview {
    aspect-ratio: 3 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 8px 10px -6px #0000001A, 0px 20px 25px -5px #0000001A;
}

.doc-card__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.doc-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: var(--graphite-pale);
}

.doc-card__body {
    padding: 16px 20px 20px;
}

.doc-card__title {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-main);
    line-height: 1.2;
}

.doc-card__link {
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-main);
}

.doc-card:hover .doc-card__link { color: var(--accent); }

/* ---- Модальное окно документа ---- */

.modal-doc {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s;
}

.modal-doc:not([aria-hidden="true"]) {
    pointer-events: all;
    opacity: 1;
}

.modal-doc__box {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    height: 90vh;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.modal-doc__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border);
    flex-shrink: 0;
}

.modal-doc__title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-main);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-doc__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.modal-doc__action {
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}

.modal-doc__action:hover { color: var(--text-main); }

.modal-doc__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--graphite-pale);
    color: var(--text-main);
    cursor: pointer;
    transition: background 0.2s;
}

.modal-doc__close:hover { background: var(--border); }

.modal-doc__frame {
    width: 100%;
    flex: 1;
    border: 0;
}

/* ============================================
   ПЛАНШЕТ ≤ 1080px
   ============================================ */

@media (max-width: 1080px) {
    .service-intro__title { font-size: 36px; }
    .service-intro__grid { grid-template-columns: repeat(2, 1fr); }

    .block-head { margin-bottom: 28px; }
    .block-head__title { font-size: 26px; }

    .block-cards-grid,
    .block-feature-sidebar,
    .block-cards-slider,
    .block-feature-split,
    .block-steps,
    .block-catalog,
    .block-documents,
    .block-cards-feature,
    .block-faq { padding: 56px 0; }

    .block-cards-feature__inner { grid-template-columns: 1fr; }

    .block-documents__grid { grid-template-columns: repeat(2, 1fr); }

    .block-cards-grid__grid { grid-template-columns: repeat(2, 1fr); }
    .block-cards-slider__grid { grid-template-columns: repeat(2, 1fr); }

    .block-feature-sidebar__inner { grid-template-columns: 1fr; }
    .block-feature-sidebar__cards { grid-template-columns: repeat(2, 1fr); }
    .sidebar-panel__list { grid-template-columns: repeat(2, 1fr); }

    .fsp-row { grid-template-columns: 1fr; }
    .fsp-row--reverse .fsp-row__image  { order: unset; }
    .fsp-row--reverse .fsp-row__content { order: unset; }
    .fsp-row__image { min-height: 260px; }

    .steps-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================
   МОБАЙЛ ≤ 768px
   ============================================ */

@media (max-width: 768px) {
    .service-intro__title { font-size: 28px; }
    .service-intro__cards { padding: 0 0 32px; }
    .service-intro__cards-title { font-size: 24px; margin-bottom: 20px; }
    .service-intro__grid { grid-template-columns: 1fr; }
    .service-cta { flex-direction: column; align-items: flex-start; gap: 20px; }

    .block-head__title { font-size: 22px; }

    .block-cards-grid,
    .block-feature-sidebar,
    .block-cards-slider,
    .block-feature-split,
    .block-steps,
    .block-catalog,
    .block-documents,
    .block-cards-feature,
    .block-faq { padding: 44px 0; }

    .block-cards-feature__cards { grid-template-columns: 1fr; }

    .block-documents__grid { grid-template-columns: 1fr; }

    .block-cta-banner { padding: 0 0 32px; }

    .block-cards-grid__grid { grid-template-columns: 1fr; }
    .block-cards-slider__grid { grid-template-columns: 1fr; }

    .block-feature-sidebar__cards { grid-template-columns: 1fr; }
    .sidebar-panel__list { grid-template-columns: 1fr; }

    .sidebar-panel {
        padding: 10px;
    }

    .sidebar-panel__notice {
        padding: 20px 12px;
    }
    .info-card--dark {
        padding: 20px 12px;
    }

    .fsp-row__content { padding: 24px; }
    .fsp-cta { flex-direction: column; align-items: flex-start; gap: 16px; }

    .steps-grid { grid-template-columns: 1fr; }

    .block-cta-inline { flex-direction: column; align-items: flex-start; }

    .cta-banner { flex-direction: column; align-items: flex-start; padding: 20px; }

    .faq__question { padding: 16px 20px; }
    .faq__question-text { font-size: 15px; }
    .faq__answer { padding: 0 20px 16px; }

    .feature-group__list { padding-left: 0; }

    .service-cta {
        padding: 20px 12px;
    }

    .service-cta .btn {
        max-width: 100%;
    }

    .step-card__num {
        left: 1px;
    }
}
