/* =========================================================
   Header / shared layout overrides for Make Price List
   ========================================================= */

.site-logo {
    object-fit: cover;
}

/* Testimonial / review stars — Font Awesome (CSS + SVG/JS) */
.star-list .star-02,
.star-list .fa-star,
.star-list .svg-inline--fa.fa-star {
    width: 14px !important;
    height: 14px !important;
    font-size: 14px;
    line-height: 1;
    color: #ff8214 !important;
    fill: #ff8214 !important;
    object-fit: unset;
}

.star-list .svg-inline--fa.fa-star path {
    fill: #ff8214 !important;
}

.menu-item-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-right: 28px;
    display: flex;
}

.nav-menu {
    font-family: var(--_all-typography---font-family--body-font);
    color: var(--neutral-01);
    font-size: var(--_all-typography---font-size--text-body-regular);
    line-height: var(--_all-typography---line-hight--line-height-loose);
    font-weight: var(--_all-typography---font-width--regular);
    margin-bottom: 0;
    padding: 0;
    text-decoration: none;
    transition: all .4s;
}

.nav-menu:where(.w-variant-c3032025-b1a5-d504-581d-cab2928e479c) {
    color: var(--neutral-04);
}

.nav-menu:hover {
    opacity: 1;
    color: var(--theme-color-02);
}

.nav-menu.w--current {
    color: var(--theme-color-01);
}

.nav-menu.w--current:where(.w-variant-c3032025-b1a5-d504-581d-cab2928e479c) {
    color: var(--theme-color-02);
}

.nav-button-wrapper {
    grid-column-gap: var(--_all-size---all-spacing--spacing-micro);
    grid-row-gap: var(--_all-size---all-spacing--spacing-micro);
    justify-content: flex-end;
    align-items: center;
    width: 200px;
    display: flex;
}

.header {
    z-index: 10;
    padding: var(--_all-size---padding--padding-normal) var(--_all-size---padding--padding-container-inline);
    background-color: #003c4500;
}

.menu-items {
    grid-column-gap: var(--_all-size---all-spacing--spacing-normal);
    grid-row-gap: var(--_all-size---all-spacing--spacing-normal);
    align-items: center;
    display: flex;
}

.nav-logo {
    width: 100%;
    max-width: 102px;
    padding-left: 0;
}

.nav-logo:where(.w-variant-c3032025-b1a5-d504-581d-cab2928e479c) {
    max-width: 153px;
    display: none;
}

.nav-logo.w--current {
    max-width: 153px;
}

.nav-logo.v2 {
    display: none !important;
}

.menu-content-wrapper {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: flex;
}

.menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}

.nav-wrapper {
    grid-column-gap: var(--_all-size---all-spacing--spacing-medium);
    grid-row-gap: var(--_all-size---all-spacing--spacing-medium);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 45px;
    display: flex;
}

.header-container {
    border-bottom: 1px solid #ffffff24;
    width: 100%;
    max-width: 1760px;
    padding-bottom: 24px;
}

.header-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
}

.nav-trigger-2 {
    width: 30px;
}

@media screen and (max-width: 991px) {
    .menu-item-wrapper {
        width: 100%;
    }

    .nav-menu {
        color: var(--neutral-04);
    }

    .nav-menu:hover {
        color: #c4383e;
    }

    .nav-button-wrapper {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .header {
        padding-top: var(--_all-size---padding--padding-micro);
        padding-bottom: var(--_all-size---padding--padding-none);
    }

    .menu-items {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column;
        align-items: flex-start;
        width: 100%;
        display: flex;
    }

    .menu-content-wrapper {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        background-color: #fff;
        border: 1px solid #0000001a;
        border-radius: 16px;
        flex-flow: column;
        padding: 30px;
        box-shadow: 0 0 10px #0003;
    }

    .menu-wrapper {
        z-index: 999;
        background-color: #c8c8c800;
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-container {
        padding-bottom: 6px;
    }

    .nav-trigger-2 {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0;
        display: flex;
        position: relative;
    }

    /* Same as original intent: kill Webflow .w-nav-button padding:18px */
    .nav-trigger-2.w-nav-button {
        padding: 0;
        margin: 0;
        background-color: transparent;
        align-self: center;
    }

    .nav-trigger-2.w--open {
        background-color: #c8c8c800;
        width: 30px;
        padding: 0;
    }

    .tigger-icon-list {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
        position: relative;
    }

    .trigger-icon-2 {
        background-color: var(--neutral-01);
        width: 30px;
        height: 2px;
        position: relative;
    }

    .trigger-icon-v2 {
        background-color: var(--neutral-01);
        width: 30px;
        height: 2px;
    }
}

@media screen and (max-width: 767px) {
    .menu-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 479px) {
    .nav-logo {
        max-width: 130px;
    }

    .menu-content-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        padding: 20px;
    }

    .nav-trigger-2,
    .nav-trigger-2.w--open,
    .tigger-icon-list {
        width: 24px;
    }
}

/* =========================================================
   Make Price List brand only (fits inside original 45px bar)
   ========================================================= */

.nav-logo.mpl-brand {
    max-width: 230px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-left: 0;
}

.mpl-brand-logo {
    height: 36px;
    width: auto;
    flex-shrink: 0;
    object-fit: contain;
}

.mpl-brand-text {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.nav-menu.w--current {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .nav-menu:hover {
        color: #e4e565;
    }
}

@media screen and (max-width: 991px) {
    .nav-menu:hover {
        color: #c4383e;
    }
}

.hero-section {
    background-image: linear-gradient(315deg, #000000, #c4383e);
    padding: 225px var(--_all-size---padding--padding-container-inline) 117px;
}

@media screen and (min-width: 992px) {
    .hero-title {
        font-size: 82px;
    }

    .problem-card {
        height: 260px;
    }
}

.problem-icon-wrapper,
.problem-icon-wrapper.bg-theme-color-01,
.problem-icon-wrapper.bg-theme-color-02 {
    background-color: #c4383e;
}

/*
 * CTA: no glow, full phone image (template used margin-bottom:-237px + blur-shape).
 */
.cta-section {
    position: relative;
    z-index: 2;
    overflow: visible;
    padding-bottom: 48px;
}

.cta-section .blur-shape {
    display: none !important;
}

.cta-content-wrapper,
.cta-phone-image,
.cta-button-title,
.mpl-store-badges,
.mpl-lite-label {
    visibility: visible !important;
}

.cta-content-wrapper {
    overflow: visible !important;
}

.cta-phone-image {
    display: block;
    position: relative;
    z-index: 2;
    width: min(100%, 360px) !important;
    min-width: 0 !important;
    max-width: 360px;
    height: auto !important;
    margin-bottom: 0 !important;
    object-fit: contain;
    aspect-ratio: 717 / 1454;
}

@media screen and (max-width: 991px) {
    .cta-section {
        padding-bottom: 40px;
    }

    .cta-phone-image {
        width: min(72%, 320px) !important;
    }
}

/* CTA store badges */
.mpl-store-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 16px;
    margin-top: 8px;
    position: relative;
    z-index: 5;
}

.mpl-store-badge-link {
    display: inline-flex;
    line-height: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.mpl-store-badge-link:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.mpl-app-badge {
    height: 48px;
    width: auto;
    display: block;
}

.mpl-lite-label {
    margin: 18px 0 0;
    text-align: center;
    color: var(--neutral-03, #5c5c5c);
    font-family: var(--_all-typography---font-family--body-font, "Plus Jakarta Sans", sans-serif);
    font-size: var(--_all-typography---font-size--text-body-regular, 16px);
    line-height: var(--_all-typography---line-hight--line-height-loose, 1.6);
    font-weight: var(--_all-typography---font-width--medium, 500);
}

.mpl-store-badges-lite {
    margin-top: 10px;
}

@media screen and (max-width: 479px) {
    .mpl-app-badge {
        height: 42px;
    }
}

.blur-shape {
    background-color: #c4383e;
}

/* YOUR DATA section — same red gradient as hero */
.security-section .container-wrapper {
    background-color: transparent;
    background-image: linear-gradient(315deg, #000000, #c4383e);
}

/* Feature catalog card + How-it-works — red gradient */
.feature-card {
    background-color: transparent;
    background-image: linear-gradient(315deg, #000000, #c4383e);
}

.how-it-work-wrapper {
    background-color: transparent;
    background-image: linear-gradient(315deg, #000000, #c4383e);
}

/* How-it-works tab copy: was height:0 via Webflow IX + data-w-id (removed) */
.how-it-work-section .tab-pg-v2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease;
}

.how-it-work-section .w-tab-link.w--current .tab-pg-v2 {
    max-height: 160px;
    opacity: 1;
}

/* Go further with Premium — red gradient panels */
.more-feature-images {
    border-radius: 24px;
    overflow: hidden;
    background-image: linear-gradient(315deg, #000000, #c4383e);
    min-height: 900px;
    height: 900px;
}

@media screen and (max-width: 991px) {
    .more-feature-images {
        min-height: 700px;
        height: 700px;
    }
}

@media screen and (max-width: 767px) {
    .more-feature-images {
        min-height: 320px;
        height: 320px;
    }
}

.more-feature-card-pg a {
    color: #c4383e;
    text-decoration: none;
}

.more-feature-card-pg a:hover {
    text-decoration: underline;
}

/* Web Portal laptop mockup — full width in its panel */
.more-feature-image.mpl-more-feature-full {
    width: 100%;
    max-width: none;
}

/* Hide leftover template badge chip if injected */
.w-webflow-badge {
    display: none !important;
}

/* Header "Get the app" — black bg, white text; light grey + black text on hover */
.nav-button-wrapper .mpl-header-cta.primary-button,
.nav-button-wrapper .mpl-header-cta.primary-button:focus {
    background-color: #000 !important;
    color: #fff !important;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.nav-button-wrapper .mpl-header-cta .primary-button-text,
.nav-button-wrapper .mpl-header-cta:focus .primary-button-text {
    color: #fff !important;
    transition: color 0.25s ease;
}

.nav-button-wrapper .mpl-header-cta.primary-button:hover {
    background-color: #f0f0f0 !important;
    color: #000 !important;
}

.nav-button-wrapper .mpl-header-cta:hover .primary-button-text {
    color: #000 !important;
}

.nav-button-wrapper .mpl-header-cta .button-icon {
    filter: none;
}

/* Download Free — dark default, white bg + black text on hover */
.primary-button.mpl-download-free {
    background-color: #111 !important;
}

.primary-button.mpl-download-free .primary-button-text {
    color: #fff !important;
}

.primary-button.mpl-download-free:hover,
.primary-button.mpl-download-free:focus {
    background-color: #f0f0f0 !important;
}

.primary-button.mpl-download-free:hover .primary-button-text,
.primary-button.mpl-download-free:focus .primary-button-text {
    color: #000 !important;
}

/* Centered minimal footer — keep under CTA so negative-margin phone never covers badges */
.footer-section.mpl-footer {
    background-color: #fff;
    padding: 24px var(--_all-size---padding--padding-container-inline, 24px);
    z-index: 1;
}

.mpl-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 12px 16px;
    border: none;
    text-align: center;
}

.mpl-footer .mpl-footer-social.social-media-link-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: auto;
    margin: 0 0 12px;
}

/* Font Awesome social icons — match prior 17px icon / 28px chip size */
.mpl-footer .social-media-link {
    position: relative;
    width: 28px;
    height: 28px;
    color: #2e2e2e;
    text-decoration: none;
    transition: color 0.25s ease, background-color 0.25s ease;
}

.mpl-footer .social-media-link i,
.mpl-footer .social-media-link svg {
    width: 17px !important;
    height: 17px !important;
    font-size: 17px;
    line-height: 1;
}

.mpl-footer .social-media-link:hover {
    color: #c4383e;
}

.mpl-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.mpl-footer-link {
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.25s ease;
    padding: 0 20px;
}

.mpl-footer-link + .mpl-footer-link {
    border-left: 1px solid #cfcfcf;
}

.mpl-footer-link:hover {
    color: #c4383e;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .mpl-footer-links {
        row-gap: 14px;
    }

    /* Contact Us wraps alone — drop its leading divider */
    .mpl-footer-link:last-child {
        border-left: none;
    }
}

.mpl-footer-copy {
    margin: 0;
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

/* Store review source badge (replaces App Store image) */
.mpl-store-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 200px;
}

.mpl-store-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: block;
}

.mpl-store-badge[data-store="apple"] .mpl-store-icon {
    color: #6e6e73;
}

.mpl-store-badge[data-store="google"] .mpl-store-icon {
    color: #3ddc84;
}

.mpl-store-label {
    font-family: var(--_all-typography---font-family--body-font, "Plus Jakarta Sans", sans-serif);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    color: #4a4a4a;
    white-space: nowrap;
}

/* User Reviews & Reactions — YouTube carousel */
.mpl-reviews-section {
    padding: var(--_all-size---padding--padding-extra-extra-large-xxlarge, 100px) var(--_all-size---padding--padding-container-inline, 30px);
    background-color: #fff;
    overflow: hidden;
}

.mpl-reviews-section .sections-title-wrapper {
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}

.mpl-reviews-section .sections-pg {
    margin-bottom: 0;
    max-width: none;
}

.mpl-reviews-carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 8px 0 24px;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #c4383e transparent;
}

.mpl-reviews-carousel::-webkit-scrollbar {
    height: 6px;
}

.mpl-reviews-carousel::-webkit-scrollbar-thumb {
    background: #c4383e;
    border-radius: 999px;
}

.mpl-review-card {
    flex: 0 0 min(300px, 78vw);
    scroll-snap-align: start;
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background: #111;
    text-decoration: none;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mpl-review-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 18px 40px rgba(196, 56, 62, 0.22);
}

.mpl-review-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.mpl-review-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.28);
    transition: background 0.25s ease;
}

.mpl-review-card:hover .mpl-review-play {
    background: rgba(196, 56, 62, 0.35);
}

.mpl-review-play svg {
    width: 64px;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
    transition: transform 0.25s ease;
}

.mpl-review-card:hover .mpl-review-play svg {
    transform: scale(1.08);
}

@media screen and (max-width: 767px) {
    .mpl-reviews-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .mpl-review-card {
        flex-basis: min(260px, 82vw);
    }
}

/* Legal pages (Terms / Privacy) */
.mpl-legal-hero {
    background-image: linear-gradient(315deg, #000000, #c4383e);
    padding: 160px var(--_all-size---padding--padding-container-inline, 30px) 64px;
}

.mpl-legal-hero-inner {
    max-width: 800px;
}

.mpl-legal-eyebrow {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.mpl-legal-eyebrow a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.mpl-legal-eyebrow a:hover {
    text-decoration: underline;
}

.mpl-legal-title {
    margin: 0;
    color: #fff;
    font-family: var(--_all-typography---font-family--heading-font, "Plus Jakarta Sans", sans-serif);
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.mpl-legal-section {
    background-color: #fff;
    padding: 64px var(--_all-size---padding--padding-container-inline, 30px) 80px;
}

.mpl-legal-content {
    max-width: 800px;
    margin: 0 auto;
    color: #3a3a3a;
    font-family: var(--_all-typography---font-family--body-font, "Plus Jakarta Sans", sans-serif);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.mpl-legal-content p {
    margin: 0 0 1.15em;
}

.mpl-legal-content h2 {
    margin: 2em 0 0.75em;
    color: #111;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.mpl-legal-content h3 {
    margin: 1.75em 0 0.65em;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.mpl-legal-date {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.mpl-legal-content ul {
    margin: 0 0 1.25em;
    padding-left: 1.25em;
}

.mpl-legal-content li {
    margin-bottom: 0.4em;
}

.mpl-legal-content a {
    color: #c4383e;
    text-decoration: none;
}

.mpl-legal-content a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .mpl-legal-hero {
        padding-top: 130px;
        padding-bottom: 48px;
    }

    .mpl-legal-section {
        padding-top: 40px;
        padding-bottom: 56px;
    }
}

/* =========================================================
   Explore Premium page — all classes prefixed mpl-explore-*
   to avoid clashes with Webflow / shared theme rules
   ========================================================= */
.mpl-explore-page {
    --mpl-explore-red: #c4383e;
    --mpl-explore-red-mid: #a52f34;
    --mpl-explore-gold: #e8b84a;
    --mpl-explore-gold-ink: #2a2118;
    --mpl-explore-ink: #1a1a1a;
    --mpl-explore-muted: #5c5c66;
    --mpl-explore-surface: #f7f5f4;
    --mpl-explore-line: rgba(0, 0, 0, 0.08);
    background: var(--mpl-explore-surface);
    color: var(--mpl-explore-ink);
}

.mpl-explore-hero {
    position: relative;
    padding: 160px var(--_all-size---padding--padding-container-inline, 30px) 72px;
    background-image: linear-gradient(315deg, #000000, #c4383e);
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.mpl-explore-hero-inner {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.mpl-explore-hero-title {
    margin: 0 0 0.85rem;
    color: #fff;
    font-family: var(--_all-typography---font-family--heading-font, "Plus Jakarta Sans", sans-serif);
    font-weight: 700;
    font-size: clamp(1.85rem, 5vw, 2.75rem);
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.mpl-explore-hero-lead {
    max-width: 34rem;
    margin: 0 auto 1.75rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    line-height: 1.55;
}

.mpl-explore-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.mpl-explore-btn-gold,
.mpl-explore-btn-ghost,
.mpl-explore-btn-primary,
.mpl-explore-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: var(--_all-typography---font-family--body-font, "Plus Jakarta Sans", sans-serif);
    font-size: 15px;
    line-height: 1.2;
    border-radius: 999px;
    padding: 0.85rem 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mpl-explore-btn-gold {
    background: var(--mpl-explore-gold);
    color: var(--mpl-explore-gold-ink);
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.mpl-explore-btn-gold:hover {
    background: #f0c45c;
    color: var(--mpl-explore-gold-ink);
    transform: translateY(-1px);
}

.mpl-explore-btn-ghost {
    background: transparent;
    color: #fff;
    font-weight: 600;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
}

.mpl-explore-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

.mpl-explore-chips {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}

.mpl-explore-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.mpl-explore-chip i {
    font-size: 0.85rem;
}

.mpl-explore-intro {
    padding: 40px;
}

.mpl-explore-intro p {
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
    color: var(--mpl-explore-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.mpl-explore-block {
    padding: 2.75rem var(--_all-size---padding--padding-container-inline, 30px);
    scroll-margin-top: 80px;
}

.mpl-explore-block:nth-of-type(even) {
    background: #fff;
}

.mpl-explore-block-inner {
    max-width: 720px;
    margin: 0 auto;
}

.mpl-explore-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--mpl-explore-red);
    margin: 0 0 0.75rem;
}

.mpl-explore-eyebrow-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--mpl-explore-red);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    flex-shrink: 0;
}

.mpl-explore-block-title {
    margin: 0 0 0.75rem;
    color: var(--mpl-explore-ink);
    font-family: var(--_all-typography---font-family--heading-font, "Plus Jakarta Sans", sans-serif);
    font-weight: 700;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.mpl-explore-summary {
    font-size: 1.1rem;
    color: var(--mpl-explore-ink);
    margin: 0 0 1.25rem;
    line-height: 1.5;
}

.mpl-explore-detail {
    color: var(--mpl-explore-muted);
    line-height: 1.7;
    margin: 0 0 1rem;
}

.mpl-explore-list {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
}

.mpl-explore-list li {
    position: relative;
    padding: 0.65rem 0 0.65rem 2rem;
    border-top: 1px solid var(--mpl-explore-line);
    color: var(--mpl-explore-muted);
    line-height: 1.55;
}

.mpl-explore-list li:last-child {
    border-bottom: 1px solid var(--mpl-explore-line);
}

.mpl-explore-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1rem;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    background: var(--mpl-explore-red) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.5l3 3 6-6'/%3E%3C/svg%3E") center / 10px no-repeat;
}

.mpl-explore-list strong {
    color: var(--mpl-explore-ink);
    font-weight: 700;
}

.mpl-explore-how {
    margin-top: 1.5rem;
    padding: 1.15rem 1.25rem;
    border-left: 3px solid var(--mpl-explore-red);
    background: rgba(196, 56, 62, 0.06);
    border-radius: 0 10px 10px 0;
}

.mpl-explore-how h3 {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mpl-explore-red);
    margin: 0 0 0.4rem;
}

.mpl-explore-how p {
    margin: 0;
    color: var(--mpl-explore-muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

.mpl-explore-audience {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    .mpl-explore-audience {
        grid-template-columns: 1fr 1fr;
    }
}

.mpl-explore-audience-item {
    padding: 1rem 1.1rem;
    background: var(--mpl-explore-surface);
    border-radius: 12px;
    border: 1px solid var(--mpl-explore-line);
}

.mpl-explore-block:nth-of-type(even) .mpl-explore-audience-item {
    background: #f3f1f0;
}

.mpl-explore-audience-item h4 {
    font-size: 0.85rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    color: var(--mpl-explore-ink);
}

.mpl-explore-audience-item p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--mpl-explore-muted);
    line-height: 1.5;
}

.mpl-explore-closing {
    padding: 3.25rem var(--_all-size---padding--padding-container-inline, 30px);
    background:
        radial-gradient(ellipse 70% 80% at 50% 120%, rgba(196, 56, 62, 0.12), transparent 55%),
        #fff;
    text-align: center;
}

.mpl-explore-closing-title {
    margin: 0 0 0.75rem;
    color: var(--mpl-explore-ink);
    font-family: var(--_all-typography---font-family--heading-font, "Plus Jakarta Sans", sans-serif);
    font-weight: 700;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    line-height: 1.2;
}

.mpl-explore-closing p {
    max-width: 32rem;
    margin: 0 auto 1.75rem;
    color: var(--mpl-explore-muted);
    line-height: 1.6;
}

.mpl-explore-closing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.mpl-explore-btn-primary {
    background: var(--mpl-explore-red);
    color: #fff;
    font-weight: 700;
    border: none;
}

.mpl-explore-btn-primary:hover {
    background: var(--mpl-explore-red-mid);
    color: #fff;
    transform: translateY(-1px);
}

.mpl-explore-btn-outline {
    background: transparent;
    color: var(--mpl-explore-ink);
    font-weight: 600;
    border: 1.5px solid rgba(0, 0, 0, 0.18);
}

.mpl-explore-btn-outline:hover {
    border-color: var(--mpl-explore-red);
    color: var(--mpl-explore-red);
}

@media screen and (max-width: 767px) {
    .mpl-explore-hero {
        padding-top: 130px;
        padding-bottom: 56px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mpl-explore-btn-gold,
    .mpl-explore-btn-primary {
        transition: none;
    }
}

/* Google Sign-in Help — scoped classes (avoid generic .section) */
.mpl-help-subtitle {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.mpl-help-content {
    max-width: 720px;
}

.mpl-help-card {
    background: #fff;
    padding: 20px 22px;
    margin: 0 0 24px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.mpl-help-card h2 {
    margin: 0 0 0.75em;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.mpl-help-card p:last-child,
.mpl-help-card ol:last-child {
    margin-bottom: 0;
}

.mpl-help-card ol {
    margin: 0 0 0.5em;
    padding-left: 1.25em;
}

.mpl-help-card li {
    margin-bottom: 0.5em;
}

/* How to Backup / Restore — scoped classes */
.mpl-howto-date {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.mpl-howto-content {
    max-width: 800px;
}

.mpl-howto-card {
    background: #fff;
    padding: 20px 22px;
    margin: 0 0 24px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.mpl-howto-card h2 {
    margin: 0 0 0.75em;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.mpl-howto-card p:last-child {
    margin-bottom: 0;
}

.mpl-howto-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    padding: 8px 0 16px;
}

.mpl-howto-thumb {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    line-height: 0;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.mpl-howto-thumb:hover,
.mpl-howto-thumb:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    outline: 2px solid #c4383e;
    outline-offset: 2px;
}

.mpl-howto-thumb img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

@media (min-width: 600px) {
    .mpl-howto-gallery {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}

@media (min-width: 900px) {
    .mpl-howto-gallery {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

.mpl-howto-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.85);
}

.mpl-howto-lightbox[hidden] {
    display: none !important;
}

.mpl-howto-lightbox-img {
    max-width: min(920px, 100%);
    max-height: calc(100vh - 48px);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.mpl-howto-lightbox-close {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.mpl-howto-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.28);
}

/* App update pages — screenshot images */
.mpl-update-img {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 12px 0 16px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.mpl-howto-card ul {
    margin: 0 0 0.75em;
    padding-left: 1.25em;
}

.mpl-howto-card li {
    margin-bottom: 0.4em;
}

/* Contact Us page */
.mpl-contact-content {
    max-width: 720px;
}

.mpl-contact-methods {
    display: grid;
    gap: 16px;
    margin: 28px 0 32px;
}

@media (min-width: 640px) {
    .mpl-contact-methods {
        grid-template-columns: 1fr 1fr;
    }
}

.mpl-contact-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 22px 20px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mpl-contact-card:hover {
    transform: translateY(-2px);
    border-color: rgba(196, 56, 62, 0.35);
    box-shadow: 0 8px 20px rgba(196, 56, 62, 0.12);
    text-decoration: none;
    color: inherit;
}

.mpl-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 6px;
    border-radius: 10px;
    background: rgba(196, 56, 62, 0.1);
    color: #c4383e;
    font-size: 18px;
}

.mpl-contact-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b6b6b;
}

.mpl-contact-value {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    word-break: break-word;
}

.mpl-contact-hint {
    font-size: 14px;
    color: #6b6b6b;
    line-height: 1.45;
}
