/* ============================================================
   Info pages — компактная колонка, фон сайта виден
   ============================================================ */

body.pg-info-page.bg-faq,
body.pg-info-page.bg-about,
body.pg-info-page.bg-customs {
    background: transparent !important;
    background-color: transparent !important;
}

body.pg-info-page .app-main {
    background:
        linear-gradient(
            180deg,
            rgba(245, 247, 251, 0.28) 0%,
            rgba(238, 242, 247, 0.38) 100%
        ),
        url("/static/images/hero/site-bg.webp") center center / cover no-repeat fixed !important;
}

body.pg-info-page .app-main__content {
    padding-top: 72px;
    background: transparent !important;
}

/* ============================================================
   About page — партнёр Цзиньэршэн
   ============================================================ */

.ab-page {
    padding: 16px 0 32px;
}

.ab-sheet {
    max-width: 820px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
    padding: 24px 28px 28px;
}

.ab-head {
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.ab-head__tag {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e30613;
    margin: 0 0 6px;
}

.ab-head__title {
    font-size: clamp(1.35rem, 3vw, 1.85rem) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    color: #0f172a !important;
    text-transform: none !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 4px !important;
}

.ab-head__cn {
    font-size: 0.85rem;
    color: #94a3b8;
    margin: 0 0 10px;
    letter-spacing: 0.02em;
}

.ab-head__lead {
    font-size: 0.92rem;
    line-height: 1.55;
    color: #475569;
    margin: 0;
    max-width: 42rem;
}

/* Галерея — единый размер 4:3 */
.ab-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

.ab-gallery__item {
    margin: 0;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f1f5f9;
}

.ab-gallery__item img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    background: #fff;
}

/* Лицензия — без обрезки текста */
.ab-gallery__item:nth-child(3) img {
    object-fit: contain;
}

.ab-gallery__item figcaption {
    padding: 8px 10px;
    font-size: 0.72rem;
    line-height: 1.3;
    color: #64748b;
    background: #fff;
}

/* Секции */
.ab-block {
    margin-bottom: 22px;
}

.ab-block__title {
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase !important;
    color: #64748b !important;
    margin: 0 0 12px !important;
}

.ab-directions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ab-direction {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fafc;
}

.ab-direction__num {
    display: block;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #e30613;
    margin-bottom: 4px;
}

.ab-direction__name {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    text-transform: none !important;
    margin: 0 0 6px !important;
}

.ab-direction__text {
    font-size: 0.84rem;
    line-height: 1.5;
    color: #475569;
    margin: 0;
}

.ab-advantages {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ab-advantages li {
    font-size: 0.86rem;
    line-height: 1.5;
    color: #334155;
    padding: 12px 14px;
    border-radius: 10px;
    border-left: 3px solid #e30613;
    background: #f8fafc;
}

.ab-advantages strong {
    color: #0f172a;
    font-weight: 700;
}

.ab-bridge {
    margin-bottom: 20px;
    padding: 16px 18px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

body.pg-info-page .ab-bridge h2.ab-block__title {
    color: #334155 !important;
    text-transform: none !important;
    letter-spacing: 0.06em !important;
}

body.pg-info-page .ab-bridge .ab-bridge__text {
    font-size: 0.86rem;
    line-height: 1.55;
    color: #0f172a !important;
    margin: 0;
}

body.pg-info-page .ab-bridge .ab-bridge__note {
    margin-top: 8px;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #334155 !important;
}

.ab-contacts {
    margin-bottom: 18px;
}

.ab-contacts__card {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fafc;
}

.ab-contacts__line {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.55;
    color: #334155;
}

.ab-contacts__line + .ab-contacts__line {
    margin-top: 8px;
}

.ab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.ab-nav__link {
    padding: 7px 14px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #334155 !important;
    text-decoration: none !important;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 8px;
    background: #fff;
    transition: border-color 0.15s, color 0.15s;
}

.ab-nav__link:hover {
    border-color: #e30613;
    color: #e30613 !important;
}

.ab-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 16px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.ab-cta__text {
    font-size: 0.9rem;
    color: #334155;
    margin: 0;
}

@media (max-width: 640px) {
    .ab-sheet {
        padding: 18px 16px 22px;
        border-radius: 10px;
    }

    .ab-gallery {
        grid-template-columns: 1fr;
    }

    .ab-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .ab-cta .btn-elite {
        text-align: center;
    }

    .ab-nav__link {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }
}

.pg-wrap {
    padding: 10px 0 24px;
}

.container--info {
    max-width: 520px;
}

.pg-info-surface {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.07);
    padding: 14px 16px 16px;
}

/* Нормальная типографика (не CAPS с сайта) */
.pg-info-surface h1,
.pg-info-surface h2,
.pg-info-surface h3,
.pg-info-surface .pg-faq__title,
.pg-info-surface .pg-faq__question,
.pg-info-surface .pg-about__title,
.pg-info-surface .pg-customs__title {
    text-transform: none !important;
    letter-spacing: -0.02em !important;
    color: #0f172a !important;
}

.pg-info-surface a {
    color: var(--accent-red, #e30613);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pg-info-surface a:hover {
    color: #b80510;
}

/* --- About --- */
.pg-about__hero {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.pg-about__title {
    font-size: clamp(1.15rem, 2.5vw, 1.35rem);
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 4px;
}

.pg-about__lead {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #64748b;
    margin: 0 0 8px;
}

.pg-about__metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    border: none;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

.pg-about__metric {
    padding: 6px 8px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.55);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.pg-about__metric-value {
    font-size: 1rem;
    font-weight: 800;
    color: var(--accent-red, #e30613);
    line-height: 1;
    margin-bottom: 2px;
}

.pg-about__metric-label {
    font-size: 0.72rem;
    line-height: 1.2;
}

.pg-about__metric-note {
    font-size: 0.62rem;
    line-height: 1.25;
    color: #64748b;
    margin: 0;
}

.pg-about__badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--accent-red, #e30613);
    margin-bottom: 4px;
}

.pg-about__paths {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 10px;
}

.pg-path {
    position: relative;
    padding: 8px 8px 8px 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.pg-path::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 2px;
    border-radius: 0 3px 3px 0;
    background: var(--accent-red, #e30613);
}

.pg-path__tag {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 2px;
}

.pg-path__title {
    font-size: 0.82rem;
    font-weight: 700;
    margin: 0 0 2px;
}

.pg-path__text {
    margin: 0;
    font-size: 0.74rem;
    line-height: 1.35;
    color: #64748b;
}

.pg-about__band {
    background: rgba(15, 23, 42, 0.88);
    color: #f1f5f9;
    border-radius: 6px;
    padding: 10px 12px;
    margin-bottom: 8px;
}

.pg-about__band-title {
    font-size: 0.85rem;
    font-weight: 700;
    margin: 0 0 3px;
    color: #fff !important;
}

.pg-about__band-text {
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.4;
    color: #cbd5e1;
    max-width: 40rem;
}

.pg-about__band a {
    color: #fca5a5;
    text-decoration: none;
}

.pg-about__band a:hover {
    text-decoration: underline;
}

.pg-about__navlinks {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 8px;
}

.pg-about__navlink {
    display: inline-flex;
    align-items: center;
    padding: 4px 9px;
    border-radius: 6px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #fff;
    font-size: 0.76rem;
    font-weight: 600;
    text-decoration: none !important;
    color: #334155 !important;
    transition: border-color 0.2s, background 0.2s;
}

.pg-about__navlink:hover {
    border-color: var(--accent-red, #e30613);
    background: #fff5f5;
    color: var(--accent-red, #e30613) !important;
}

.pg-about__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 10px;
    background: #fef2f2;
    border-radius: 8px;
    border: 1px solid rgba(227, 6, 19, 0.15);
}

.pg-about__cta-text {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.35;
    max-width: 32rem;
    color: #334155;
}

.pg-about__cta .btn-elite {
    padding: 8px 14px !important;
    font-size: 0.72rem !important;
}

/* --- FAQ --- */
.pg-faq__header {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.pg-faq__eyebrow {
    margin: 0 0 2px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent-red, #e30613);
}

.pg-faq__title {
    font-size: clamp(1.15rem, 2.4vw, 1.35rem);
    font-weight: 800;
    margin: 0 0 6px;
    line-height: 1.2;
}

.pg-faq__intro {
    margin: 0;
    color: #64748b;
    line-height: 1.45;
    font-size: 0.82rem;
}

.pg-faq-layout {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin-bottom: 14px;
}

.pg-faq-nav {
    position: sticky;
    top: 84px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.65);
}

.pg-faq-nav__title {
    margin: 0 0 8px;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    font-weight: 600;
    text-transform: uppercase;
    color: #94a3b8;
}

.pg-faq-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pg-faq-nav__link {
    display: block;
    padding: 7px 8px;
    border-radius: 6px;
    text-decoration: none !important;
    font-size: 0.78rem;
    font-weight: 600;
    color: #475569 !important;
    border: 1px solid transparent;
    background: #f8fafc;
}

.pg-faq-nav__link:hover {
    border-color: rgba(227, 6, 19, 0.25);
    color: var(--accent-red, #e30613) !important;
    background: #fff;
}

@media (max-width: 768px) {
    .pg-faq-nav__link {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }
}

.pg-faq-section {
    margin-bottom: 16px;
    scroll-margin-top: 12px;
}

.pg-faq-section__title {
    margin: 0 0 8px;
    font-size: 0.92rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    padding-left: 10px;
    border-left: 3px solid var(--accent-red, #e30613);
}

.pg-faq-section__items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pg-faq-item {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    overflow: hidden;
}

.pg-faq-item__question {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 36px 10px 12px;
    cursor: pointer;
    list-style: none;
    font-size: 0.83rem !important;
    font-weight: 700 !important;
    line-height: 1.35;
    color: #0f172a !important;
}

.pg-faq-item__question::-webkit-details-marker {
    display: none;
}

.pg-faq-item__question::after {
    content: "+";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    font-weight: 800;
    color: var(--accent-red, #e30613);
}

.pg-faq-item[open] .pg-faq-item__question::after {
    content: "−";
}

.pg-faq-item__answer {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding: 10px 12px 12px;
    font-size: 0.79rem;
    line-height: 1.5;
    color: #475569;
}

.pg-faq__empty {
    color: #64748b;
    margin: 0;
}

.pg-faq__footer {
    margin-top: 0;
    padding-top: 12px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.pg-faq__footer p {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #334155;
}

.pg-faq__footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    align-items: center;
}

.pg-faq__footer-links a {
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none !important;
    color: #475569 !important;
}

.pg-faq__footer-links a:hover {
    color: var(--accent-red, #e30613) !important;
}

.pg-faq__footer-cta {
    padding: 7px 12px !important;
    font-size: 0.76rem !important;
    background: var(--accent-red, #e30613) !important;
    color: #fff !important;
    border-radius: 6px !important;
}

.pg-faq__footer-cta:hover {
    background: #c60516 !important;
    color: #fff !important;
}

/* --- Customs --- */
.pg-customs__intro {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.pg-customs__title {
    font-size: clamp(1.05rem, 2.2vw, 1.2rem);
    font-weight: 800;
    margin: 0 0 4px;
    line-height: 1.25;
    max-width: 32rem;
}

.pg-customs__lead {
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.4;
    color: #64748b;
    max-width: 42rem;
}

.pg-customs__compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-bottom: 10px;
}

.pg-customs__col {
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid rgba(15, 23, 42, 0.1);
}

.pg-customs__col--rub {
    background: rgba(255, 255, 255, 0.55);
}

.pg-customs__col--yen {
    background: rgba(15, 23, 42, 0.9);
    color: #e2e8f0;
    border-color: #1e293b;
}

.pg-customs__col-label {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 4px;
    opacity: 0.75;
}

.pg-customs__col--rub .pg-customs__col-label {
    color: var(--accent-red, #e30613);
    opacity: 1;
}

.pg-customs__col-title {
    font-size: 0.82rem;
    font-weight: 700;
    margin: 0 0 3px;
}

.pg-customs__col-text {
    margin: 0;
    font-size: 0.74rem;
    line-height: 1.4;
}

.pg-customs__col--rub .pg-customs__col-text {
    color: #64748b;
}

.pg-customs__flow-title {
    font-size: 0.78rem;
    font-weight: 700;
    margin: 0 0 6px;
    color: #334155;
}

.pg-customs__flow {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.pg-customs__step {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 8px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.pg-customs__step:last-child {
    border-bottom: none;
}

.pg-customs__step-num {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 800;
    color: var(--accent-red, #e30613);
    background: #fef2f2;
    border-radius: 5px;
}

.pg-customs__step-title {
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0 0 1px;
}

.pg-customs__step-text {
    margin: 0;
    font-size: 0.74rem;
    line-height: 1.35;
    color: #64748b;
}

.pg-customs__docs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 8px;
}

.pg-customs__doc-tag {
    padding: 3px 8px;
    font-size: 0.68rem;
    font-weight: 600;
    background: #f1f5f9;
    border-radius: 6px;
    color: #475569;
}

.pg-customs__cta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pg-customs__cta .btn-elite {
    padding: 8px 14px !important;
    font-size: 0.72rem !important;
}

@media (max-width: 900px) {
    .pg-about__paths,
    .pg-customs__compare {
        grid-template-columns: 1fr;
    }

    .pg-about__metrics {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .container--info {
        max-width: 100%;
    }

    .pg-info-surface {
        padding: 12px 12px 14px;
        border-radius: 8px;
    }

    .pg-wrap {
        padding: 8px 0 20px;
    }

    .pg-faq-layout {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .pg-faq-nav {
        position: static;
    }

    .pg-about__cta,
    .pg-faq__footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* --- Delivery page --- */
.dlv-container {
    max-width: 900px;
}

.dlv-surface {
    padding: 18px 20px 22px;
    border-radius: 12px;
}

.dlv-head {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.dlv-head__tag {
    margin: 0 0 4px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent-red, #e30613);
}

.dlv-head__title {
    margin: 0 0 6px;
    font-size: clamp(1.25rem, 2.6vw, 1.65rem);
    font-weight: 800;
    line-height: 1.15;
    color: #0f172a !important;
}

.dlv-head__lead {
    margin: 0;
    max-width: 48rem;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #475569;
}

.dlv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
}

.dlv-card {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.7);
}

.dlv-card__title {
    margin: 0 0 6px;
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

.dlv-card__text {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #475569;
}

.dlv-steps {
    margin-bottom: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fafc;
}

.dlv-steps__title {
    margin: 0 0 8px;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

.dlv-steps__list {
    margin: 0;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dlv-step {
    font-size: 0.84rem;
    line-height: 1.45;
    color: #334155;
}

.dlv-note {
    margin-bottom: 12px;
    padding: 10px 12px;
    border-left: 3px solid var(--accent-red, #e30613);
    background: #fff5f5;
    border-radius: 6px;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #7f1d1d;
}

.dlv-cta {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.82);
    text-align: center;
}

.dlv-cta__title {
    margin: 0 0 6px;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

.dlv-cta__text {
    margin: 0 auto;
    max-width: 44rem;
    font-size: 0.86rem;
    line-height: 1.5;
    color: #475569;
}

@media (max-width: 900px) {
    .dlv-grid {
        grid-template-columns: 1fr;
    }
}

/* --- Mobile vertical rhythm unification --- */
@media (max-width: 768px) {
    body.pg-info-page .app-main__content {
        padding-top: 60px;
    }

    .pg-wrap {
        padding: 10px 0 18px;
    }

    .pg-info-surface {
        padding: 14px 14px 18px;
        border-radius: 10px;
    }

    .pg-faq__header,
    .dlv-head,
    .ab-head {
        margin-bottom: 16px;
        padding-bottom: 12px;
    }

    .pg-faq__title,
    .dlv-head__title,
    .ab-head__title {
        margin-bottom: 8px !important;
        line-height: 1.2 !important;
    }

    .pg-faq__intro,
    .dlv-head__lead,
    .ab-head__lead {
        margin-bottom: 0 !important;
        line-height: 1.5 !important;
    }

    .pg-faq-section,
    .ab-block,
    .dlv-card,
    .dlv-steps,
    .dlv-note,
    .dlv-cta {
        margin-bottom: 12px;
    }
}
