.mlp-pages,
.mlp-pages *,
.mlp-pages *::before,
.mlp-pages *::after {
    box-sizing: border-box;
}

.mlp-pages {
    --mlp-orange: var(--orange, #9ec5ff);
    --mlp-orange-dark: var(--orange-dark, #6ea7f5);
    --mlp-orange-soft: rgba(158, 197, 255, 0.1);
    --mlp-teal: var(--teal, #ff5400);
    --mlp-teal-dark: var(--teal-dark, #e04a00);
    --mlp-teal-soft: rgba(255, 84, 0, 0.08);
    --mlp-bg: #ffffff;
    --mlp-bg-soft: #f7fafc;
    --mlp-bg-muted: #f2f6f8;
    --mlp-border: #dfe7ec;
    --mlp-border-strong: #c8d6de;
    --mlp-text: #13212c;
    --mlp-text-soft: #5b6a78;
    --mlp-text-muted: #81909c;
    --mlp-success: #149d62;
    --mlp-shadow-sm: 0 12px 28px rgba(11, 29, 39, 0.07);
    --mlp-shadow-md: 0 22px 54px rgba(11, 29, 39, 0.1);
    --mlp-shadow-lg: 0 34px 82px rgba(11, 29, 39, 0.15);
    --mlp-radius-sm: 18px;
    --mlp-radius-md: 26px;
    --mlp-radius-lg: 34px;
    --mlp-container: 1240px;
    --mlp-ease: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--mlp-text);
    font-family: "DM Sans", sans-serif;
    line-height: 1.65;
}

.mlp-pages a {
    color: inherit;
    text-decoration: none;
}

.mlp-pages button,
.mlp-pages input {
    font: inherit;
}

.mlp-pages button {
    cursor: pointer;
}

.mlp-shell {
    width: min(var(--mlp-container), calc(100% - 32px));
    margin: 0 auto;
}

/* ========== STANDALONE BREADCRUMB ========== */
.msb-breadcrumb-bar {
    background: linear-gradient(135deg, #f7fafc 0%, #f0f4f7 100%);
    border-bottom: 1px solid #e5eaef;
    padding: 14px 0;
    font-family: "DM Sans", "Plus Jakarta Sans", sans-serif;
}

.msb-breadcrumb-bar .msb-breadcrumb-inner {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 14px;
    font-weight: 500;
    color: #7f8f9d;
    line-height: 1;
}

.msb-breadcrumb-bar .msb-breadcrumb-inner a {
    color: #556675;
    text-decoration: none;
    transition: color 0.2s ease;
}

.msb-breadcrumb-bar .msb-breadcrumb-inner a:hover {
    color: var(--orange, #9ec5ff);
}

.msb-breadcrumb-bar .msb-breadcrumb-sep {
    display: inline-flex;
    align-items: center;
    margin: 0 10px;
    color: #c0cad2;
    font-size: 11px;
}

.msb-breadcrumb-bar .msb-breadcrumb-sep svg {
    width: 14px;
    height: 14px;
    stroke: #c0cad2;
    flex-shrink: 0;
}

.msb-breadcrumb-bar .msb-breadcrumb-current {
    color: #13212c;
    font-weight: 600;
    max-width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Header ruler disabled for page templates */
.no-header-ruler .header::after {
    display: none !important;
    content: none !important;
}

.mlp-section {
    position: relative;
    padding: 84px 0;
    overflow: clip;
}

.mlp-section--hero {
    padding-top: 62px;
    padding-bottom: 68px;
}

.mlp-section--compact {
    padding-bottom: 34px;
}

.mlp-section--compact-top {
    padding-top: 36px;
}

.mlp-divider {
    height: 1px;
    border: 0;
    background: linear-gradient(90deg, rgba(255, 84, 0, 0), rgba(255, 84, 0, 0.22), rgba(158, 197, 255, 0));
    margin: 0;
}

.mlp-badge,
.mlp-pill,
.mlp-meta-chip,
.mlp-tag,
.mlp-proof,
.mlp-level {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(158, 197, 255, 0.2);
    background: rgba(255, 255, 255, 0.88);
    color: var(--mlp-orange-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: var(--mlp-shadow-sm);
    backdrop-filter: blur(18px);
}

.mlp-badge::before,
.mlp-pill::before,
.mlp-meta-chip::before,
.mlp-tag::before,
.mlp-proof::before,
.mlp-level::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mlp-teal);
}

.mlp-title {
    margin: 18px 0 0;
    font-family: "Outfit", sans-serif;
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.03;
    letter-spacing: -0.045em;
    color: var(--mlp-text);
    overflow-wrap: anywhere;
}

.mlp-title--lg {
    font-size: clamp(28px, 3.1vw, 44px);
}

.mlp-title--md {
    font-size: clamp(24px, 2.4vw, 34px);
}

.mlp-text {
    margin: 14px 0 0;
    color: var(--mlp-text-soft);
    font-size: 17px;
}

.mlp-text--lg {
    font-size: clamp(18px, 2vw, 21px);
}

.mlp-note {
    margin-top: 12px;
    color: var(--mlp-text-muted);
    font-size: 14px;
    font-weight: 700;
}

.mlp-section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.mlp-section-head--compact {
    margin-bottom: 24px;
}

.mlp-actions,
.mlp-stat-row,
.mlp-filter-chips,
.mlp-key-points,
.mlp-guide-links,
.mlp-metric-row,
.mlp-summary-chips,
.mlp-trust-points,
.mlp-mobile-hint {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.mlp-actions {
    margin-top: 24px;
}

.mlp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 18px;
    border: 1px solid transparent;
    font-weight: 800;
    white-space: nowrap;
    transition: transform var(--mlp-ease), box-shadow var(--mlp-ease), border-color var(--mlp-ease),
        background-color var(--mlp-ease), color var(--mlp-ease);
}

.mlp-btn:hover {
    transform: translateY(-2px);
}

.mlp-btn:focus-visible,
.mlp-filter-chip:focus-visible,
.mlp-accordion__trigger:focus-visible,
.mlp-guide-card:focus-visible,
.mlp-focus-link:focus-visible {
    outline: 3px solid rgba(255, 84, 0, 0.18);
    outline-offset: 3px;
}

.mlp-btn--primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--mlp-teal), var(--mlp-teal-dark));
    box-shadow: 0 18px 34px rgba(255, 84, 0, 0.24);
}

.mlp-btn--primary:hover {
    color: #fff !important;
    box-shadow: 0 22px 40px rgba(255, 84, 0, 0.28);
}

.mlp-btn--primary span,
.mlp-btn--primary i,
.mlp-btn--primary svg {
    color: #fff !important;
    fill: currentColor;
}

.mlp-btn--secondary,
.mlp-btn--ghost {
    color: var(--mlp-text);
    background: rgba(255, 255, 255, 0.92);
    border-color: var(--mlp-border-strong);
}

.mlp-btn--secondary:hover,
.mlp-btn--ghost:hover {
    color: var(--mlp-orange-dark);
    border-color: rgba(158, 197, 255, 0.3);
}

/* Secondary button when used as orange CTA (e.g. WhatsApp). */
.mlp-actions .mlp-btn--secondary {
    background: linear-gradient(135deg, var(--mlp-teal), var(--mlp-teal-dark));
    border-color: transparent;
    color: #fff !important;
    box-shadow: 0 18px 34px rgba(255, 84, 0, 0.18);
}

.mlp-actions .mlp-btn--secondary:hover {
    color: #fff !important;
    box-shadow: 0 22px 40px rgba(255, 84, 0, 0.24);
}

.mlp-actions .mlp-btn--secondary span,
.mlp-actions .mlp-btn--secondary i,
.mlp-actions .mlp-btn--secondary svg {
    color: #fff !important;
    fill: currentColor;
}

.mlp-btn--link {
    min-height: auto;
    padding: 0;
    border: 0;
    color: var(--mlp-orange-dark);
    font-weight: 800;
}

.mlp-btn--link:hover {
    transform: none;
    color: var(--mlp-orange-dark);
}

.mlp-card,
.mlp-filter-panel,
.mlp-help-card,
.mlp-final-cta,
.mlp-highlight-card,
.mlp-feature-panel,
.mlp-table-card,
.mlp-side-card,
.mlp-empty-state {
    border-radius: var(--mlp-radius-md);
    border: 1px solid var(--mlp-border);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--mlp-shadow-sm);
}

.mlp-card,
.mlp-filter-panel,
.mlp-help-card,
.mlp-final-cta,
.mlp-highlight-card,
.mlp-feature-panel,
.mlp-table-card,
.mlp-side-card,
.mlp-empty-state {
    padding: 28px;
}

.mlp-hero,
.mlp-feature-layout,
.mlp-help-card,
.mlp-final-cta,
.mlp-process-grid,
.mlp-compare-layout,
.mlp-guidance-grid,
.mlp-lesson-guidance,
.mlp-package-guide,
.mlp-page-grid,
.mlp-faq-layout {
    display: grid;
    gap: 24px;
}

.mlp-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: center;
}

.mlp-highlight-card,
.mlp-feature-panel {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 32%),
        linear-gradient(135deg, rgba(158, 197, 255, 0.18), rgba(158, 197, 255, 0.1)),
        #ffffff;
    border-color: rgba(158, 197, 255, 0.16);
    box-shadow: var(--mlp-shadow-md);
}

.mlp-highlight-card::after,
.mlp-feature-panel::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(158, 197, 255, 0.16), transparent 70%);
}

.mlp-highlight-card > *,
.mlp-feature-panel > * {
    position: relative;
    z-index: 1;
}

.mlp-mini-stack {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.mlp-mini-card {
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px solid rgba(158, 197, 255, 0.16);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--mlp-shadow-sm);
}

.mlp-mini-card strong {
    display: block;
    font-size: 18px;
    line-height: 1.2;
}

.mlp-mini-card p {
    margin: 8px 0 0;
    color: var(--mlp-text-soft);
    font-size: 15px;
}

.mlp-filter-panel {
    background:
        linear-gradient(135deg, rgba(158, 197, 255, 0.12), rgba(158, 197, 255, 0.06)),
        rgba(255, 255, 255, 0.96);
}

.mlp-filter-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: end;
}

.mlp-filter-status strong {
    display: block;
    font-size: 17px;
    line-height: 1.2;
}

.mlp-filter-status span {
    display: block;
    margin-top: 4px;
    color: var(--mlp-text-muted);
    font-size: 14px;
    font-weight: 600;
}

.mlp-filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid var(--mlp-border);
    background: rgba(255, 255, 255, 0.9);
    color: var(--mlp-text-soft);
    font-weight: 800;
    transition: border-color var(--mlp-ease), background-color var(--mlp-ease), color var(--mlp-ease),
        transform var(--mlp-ease);
}

.mlp-filter-chip:hover,
.mlp-filter-chip.is-active {
    color: var(--mlp-orange-dark);
    border-color: rgba(158, 197, 255, 0.28);
    background: rgba(158, 197, 255, 0.12);
    transform: translateY(-1px);
}

.mlp-lesson-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mlp-lesson-card,
.mlp-feature-mini,
.mlp-step-card,
.mlp-benefit-card,
.mlp-guide-card,
.mlp-package-card,
.mlp-trust-card,
.mlp-choice-card,
.mlp-accordion__item {
    min-width: 0;
    transition: transform var(--mlp-ease), box-shadow var(--mlp-ease), border-color var(--mlp-ease);
}

.mlp-lesson-card:hover,
.mlp-feature-mini:hover,
.mlp-step-card:hover,
.mlp-benefit-card:hover,
.mlp-guide-card:hover,
.mlp-package-card:hover,
.mlp-trust-card:hover,
.mlp-choice-card:hover,
.mlp-accordion__item:hover {
    transform: translateY(-3px);
    box-shadow: var(--mlp-shadow-md);
    border-color: rgba(158, 197, 255, 0.24);
}

.mlp-lesson-card.is-highlighted,
.mlp-package-card.is-highlighted {
    border-color: rgba(158, 197, 255, 0.34);
    box-shadow: 0 22px 48px rgba(158, 197, 255, 0.14);
}

.mlp-card-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mlp-lesson-card h3,
.mlp-feature-mini h3,
.mlp-step-card h3,
.mlp-benefit-card h3,
.mlp-guide-card h3,
.mlp-package-card h3,
.mlp-choice-card h3,
.mlp-trust-card h3 {
    margin: 16px 0 0;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.mlp-lesson-card p,
.mlp-feature-mini p,
.mlp-step-card p,
.mlp-benefit-card p,
.mlp-guide-card p,
.mlp-package-card p,
.mlp-choice-card p,
.mlp-trust-card p {
    margin: 10px 0 0;
    color: var(--mlp-text-soft);
    font-size: 15px;
}

.mlp-metric-row {
    margin-top: 18px;
}

.mlp-metric {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(158, 197, 255, 0.12);
    color: var(--mlp-orange-dark);
    font-size: 13px;
    font-weight: 800;
}

.mlp-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.mlp-list li {
    position: relative;
    padding-left: 20px;
    color: var(--mlp-text-soft);
    font-size: 15px;
}

.mlp-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mlp-teal);
}

.mlp-goal-box {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(158, 197, 255, 0.08);
    color: var(--mlp-text);
    font-size: 14px;
    font-weight: 700;
}

.mlp-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    margin-top: auto;
    padding-top: 18px;
}

.mlp-feature-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: stretch;
}

.mlp-feature-panel h3 {
    margin: 16px 0 0;
    font-family: "Outfit", sans-serif;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.mlp-feature-side {
    display: grid;
    gap: 18px;
}

.mlp-feature-mini {
    border-radius: var(--mlp-radius-md);
    border: 1px solid var(--mlp-border);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--mlp-shadow-sm);
    padding: 24px;
}

.mlp-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlp-step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 84, 0, 0.16), rgba(158, 197, 255, 0.16));
    color: var(--mlp-orange-dark);
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.mlp-benefit-grid,
.mlp-guidance-grid,
.mlp-trust-grid,
.mlp-choice-grid {
    display: grid;
    gap: 18px;
}

.mlp-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mlp-guidance-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlp-guide-card {
    border-radius: var(--mlp-radius-md);
    border: 1px solid var(--mlp-border);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--mlp-shadow-sm);
    padding: 24px;
}

.mlp-guide-card.is-active {
    border-color: rgba(158, 197, 255, 0.3);
    background: rgba(158, 197, 255, 0.12);
}

.mlp-focus-link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--mlp-border);
    background: rgba(255, 255, 255, 0.9);
    color: var(--mlp-text-soft);
    font-size: 14px;
    font-weight: 800;
    transition: border-color var(--mlp-ease), color var(--mlp-ease), background-color var(--mlp-ease);
}

.mlp-focus-link:hover {
    color: var(--mlp-orange-dark);
    border-color: rgba(158, 197, 255, 0.28);
    background: rgba(158, 197, 255, 0.12);
}

.mlp-faq-layout {
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: start;
}

.mlp-side-card {
    position: sticky;
    top: 24px;
}

.mlp-accordion {
    display: grid;
    gap: 14px;
}

.mlp-accordion__item {
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid var(--mlp-border);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--mlp-shadow-sm);
}

.mlp-accordion__trigger {
    position: relative;
    width: 100%;
    padding: 24px 62px 24px 24px;
    border: 0;
    background: transparent;
    color: var(--mlp-text);
    font-size: 18px;
    font-weight: 800;
    text-align: left;
}

.mlp-accordion__trigger::after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    line-height: 1;
    color: var(--mlp-orange-dark);
}

.mlp-accordion__item.is-open .mlp-accordion__trigger::after {
    content: "−";
}

.mlp-accordion__panel {
    padding: 0 24px 24px;
    color: var(--mlp-text-soft);
    font-size: 15px;
}

.mlp-help-card,
.mlp-final-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    background:
        linear-gradient(135deg, rgba(255, 84, 0, 0.06), rgba(158, 197, 255, 0.08)),
        rgba(255, 255, 255, 0.96);
}

.mlp-package-guide {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlp-package-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.mlp-package-card {
    grid-column: span 1;
    border-radius: var(--mlp-radius-md);
    border: 1px solid var(--mlp-border);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--mlp-shadow-sm);
    padding: 26px;
    display: flex;
    flex-direction: column;
}

.mlp-package-card--featured {
    grid-column: span 2;
    background:
        linear-gradient(180deg, rgba(158, 197, 255, 0.05), rgba(255, 84, 0, 0.03)),
        rgba(255, 255, 255, 0.98);
    border-color: rgba(158, 197, 255, 0.28);
    box-shadow: var(--mlp-shadow-lg);
}

.mlp-package-card--vip {
    grid-column: span 2;
}

.mlp-package-card--intro,
.mlp-package-card--starter,
.mlp-package-card--intense,
.mlp-package-card--camp {
    grid-column: span 1;
}

.mlp-package-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(158, 197, 255, 0.12);
    color: var(--mlp-orange-dark);
    font-size: 13px;
    font-weight: 800;
}

.mlp-package-price {
    margin-top: 18px;
}

.mlp-package-price strong {
    display: inline-flex;
    align-items: flex-end;
    gap: 8px;
    font-family: "Outfit", sans-serif;
    font-size: clamp(34px, 3.2vw, 52px);
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: var(--mlp-text);
}

.mlp-package-price span {
    color: var(--mlp-text-muted);
    font-size: 14px;
    font-weight: 700;
}

.mlp-package-old {
    display: block;
    margin-top: 10px;
    color: var(--mlp-text-muted);
    font-size: 15px;
    font-weight: 700;
    text-decoration: line-through;
}

.mlp-package-cost {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(158, 197, 255, 0.1);
    color: var(--mlp-text);
    font-size: 14px;
    font-weight: 700;
}

.mlp-compare-layout {
    grid-template-columns: minmax(0, 1fr);
}

.mlp-table-card {
    overflow: hidden;
}

.mlp-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.mlp-comparison-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
}

.mlp-comparison-table thead {
    background: rgba(158, 197, 255, 0.12);
}

.mlp-comparison-table th,
.mlp-comparison-table td {
    padding: 16px 18px;
    border-bottom: 1px solid var(--mlp-border);
    text-align: left;
    font-size: 15px;
    vertical-align: top;
}

.mlp-comparison-table th {
    color: var(--mlp-text);
    font-weight: 800;
}

.mlp-comparison-table td {
    color: var(--mlp-text-soft);
}

.mlp-table-highlight {
    color: var(--mlp-text);
    font-weight: 800;
}

.mlp-trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlp-choice-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlp-empty-state {
    display: grid;
    gap: 10px;
    text-align: left;
}

.mlp-empty-state h3 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.mlp-empty-state p {
    margin: 0;
    color: var(--mlp-text-soft);
    font-size: 15px;
}

.mlp-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1180px) {
    .mlp-lesson-grid,
    .mlp-benefit-grid,
    .mlp-trust-grid,
    .mlp-choice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlp-guidance-grid,
    .mlp-package-guide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlp-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlp-package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlp-package-card,
    .mlp-package-card--intro,
    .mlp-package-card--starter,
    .mlp-package-card--intense,
    .mlp-package-card--camp {
        grid-column: span 1;
    }

    .mlp-package-card--featured,
    .mlp-package-card--vip {
        grid-column: span 2;
    }
}

@media (max-width: 960px) {
    .mlp-section {
        padding: 72px 0;
    }

    .mlp-section--hero {
        padding-top: 48px;
        padding-bottom: 54px;
    }

    .mlp-hero,
    .mlp-feature-layout,
    .mlp-faq-layout,
    .mlp-help-card,
    .mlp-final-cta {
        grid-template-columns: 1fr;
    }

    .mlp-side-card {
        position: relative;
        top: 0;
    }

    .mlp-filter-row {
        grid-template-columns: 1fr;
    }

    .mlp-help-card .mlp-actions,
    .mlp-final-cta .mlp-actions {
        width: 100%;
    }

    .mlp-help-card .mlp-btn,
    .mlp-final-cta .mlp-btn {
        width: 100%;
    }

    .mlp-package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlp-package-card,
    .mlp-package-card--intro,
    .mlp-package-card--starter,
    .mlp-package-card--intense,
    .mlp-package-card--camp,
    .mlp-package-card--featured,
    .mlp-package-card--vip {
        grid-column: auto;
    }
}

@media (max-width: 720px) {
    .mlp-shell {
        width: min(100%, calc(100% - 24px));
    }

    .mlp-section {
        padding: 60px 0;
    }

    .mlp-title {
        font-size: clamp(32px, 12vw, 46px);
    }

    .mlp-title--lg {
        font-size: clamp(28px, 10vw, 40px);
    }

    .mlp-card,
    .mlp-filter-panel,
    .mlp-help-card,
    .mlp-final-cta,
    .mlp-highlight-card,
    .mlp-feature-panel,
    .mlp-table-card,
    .mlp-side-card,
    .mlp-empty-state,
    .mlp-package-card {
        padding: 22px;
    }

    .mlp-lesson-grid,
    .mlp-benefit-grid,
    .mlp-guidance-grid,
    .mlp-process-grid,
    .mlp-package-guide,
    .mlp-trust-grid,
    .mlp-choice-grid,
    .mlp-package-grid {
        grid-template-columns: 1fr;
    }

    .mlp-actions,
    .mlp-stat-row,
    .mlp-filter-chips,
    .mlp-key-points,
    .mlp-guide-links,
    .mlp-metric-row,
    .mlp-summary-chips,
    .mlp-trust-points,
    .mlp-mobile-hint {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .mlp-actions::-webkit-scrollbar,
    .mlp-stat-row::-webkit-scrollbar,
    .mlp-filter-chips::-webkit-scrollbar,
    .mlp-key-points::-webkit-scrollbar,
    .mlp-guide-links::-webkit-scrollbar,
    .mlp-metric-row::-webkit-scrollbar,
    .mlp-summary-chips::-webkit-scrollbar,
    .mlp-trust-points::-webkit-scrollbar,
    .mlp-mobile-hint::-webkit-scrollbar {
        display: none;
    }

    .mlp-actions > *,
    .mlp-stat-row > *,
    .mlp-filter-chips > *,
    .mlp-key-points > *,
    .mlp-guide-links > *,
    .mlp-metric-row > *,
    .mlp-summary-chips > *,
    .mlp-trust-points > *,
    .mlp-mobile-hint > * {
        flex: 0 0 auto;
    }

    .mlp-accordion__trigger {
        font-size: 17px;
        padding: 22px 56px 22px 22px;
    }
}
