.mda-med4all,
.mda-med4all * {
    box-sizing: border-box;
}

.mda-med4all {
    --mda-red: #f11d2b;
    --mda-red-dark: #c91422;
    --mda-navy: #252466;
    --mda-navy-dark: #19194d;
    --mda-text: #2f3342;
    --mda-muted: #6f7482;
    --mda-border: #e7e9ef;
    --mda-surface: #ffffff;
    --mda-soft: #f6f7fb;
    color: var(--mda-text);
    font-family: inherit;
    letter-spacing: 0;
}

.mda-med4all img {
    display: block;
    max-width: 100%;
    height: auto;
}

.mda-med4all a {
    color: inherit;
}

.mda-med4all-container {
    width: min(1160px, calc(100% - 32px));
    margin: 0 auto;
}

.mda-med4all-hero__topbar,
.mda-med4all-result__topbar,
.mda-med4all-policy__topbar {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 22px;
}

.mda-med4all-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.mda-med4all-language-switcher__link {
    display: inline-flex;
    min-width: 44px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none !important;
    transition: background-color 160ms ease, color 160ms ease;
}

.mda-med4all-language-switcher__link:hover,
.mda-med4all-language-switcher__link:focus {
    background: rgba(255, 255, 255, 0.12);
}

.mda-med4all-language-switcher__link.is-active {
    background: #ffffff;
    color: var(--mda-navy-dark) !important;
}

.mda-med4all-result .mda-med4all-language-switcher {
    border-color: rgba(37, 36, 102, 0.12);
    background: rgba(37, 36, 102, 0.05);
}

.mda-med4all-result .mda-med4all-language-switcher__link {
    color: var(--mda-navy-dark) !important;
}

.mda-med4all-result .mda-med4all-language-switcher__link:hover,
.mda-med4all-result .mda-med4all-language-switcher__link:focus {
    background: rgba(37, 36, 102, 0.08);
}

.mda-med4all-result .mda-med4all-language-switcher__link.is-active {
    background: var(--mda-navy);
    color: #ffffff !important;
}

.mda-med4all-hero {
    position: relative;
    overflow: hidden;
    padding: 78px 0 104px;
    background: linear-gradient(135deg, var(--mda-navy-dark) 0%, var(--mda-navy) 68%, #34317f 100%);
    color: #ffffff;
}

.mda-med4all-hero::after {
    content: '';
    position: absolute;
    inset: auto -10% -80px -10%;
    height: 180px;
    background: rgba(255, 255, 255, 0.08);
    transform: skewY(-4deg);
}

.mda-med4all-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(240px, 390px);
    gap: clamp(32px, 4vw, 64px);
    align-items: center;
}

.mda-med4all-hero__copy {
    max-width: 680px;
}

.mda-med4all-hero__media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.mda-med4all-hero__brand {
    width: min(100%, 380px);
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(11, 15, 46, 0.3);
}

.mda-med4all-eyebrow {
    margin: 0 0 12px;
    color: var(--mda-red);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.mda-med4all h1,
.mda-med4all h2,
.mda-med4all h3,
.mda-med4all p {
    margin-top: 0;
}

.mda-med4all h1 {
    max-width: 680px;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 800;
}

.mda-med4all h2 {
    margin-bottom: 14px;
    color: var(--mda-navy-dark);
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
}

.mda-med4all h3 {
    color: var(--mda-navy-dark);
    font-size: 18px;
    line-height: 1.3;
}

.mda-med4all-lead {
    max-width: 640px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
    line-height: 1.55;
}

.mda-med4all-hero__points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.mda-med4all-hero__points li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.mda-med4all-hero__points li::before {
    content: '';
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 999px;
    background: var(--mda-red);
    box-shadow: 0 0 0 5px rgba(241, 29, 43, 0.18);
}

.mda-med4all-price {
    display: inline-grid;
    grid-template-columns: auto auto;
    gap: 18px;
    align-items: center;
    margin-bottom: 28px;
    padding: 16px 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 16px;
    box-shadow: 0 18px 34px rgba(8, 12, 38, 0.18);
}

.mda-med4all-price span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mda-med4all-price strong {
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
}

.mda-med4all-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.mda-med4all-button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    border: 1px solid var(--mda-red);
    border-radius: 10px;
    background: var(--mda-red);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    box-shadow: 0 14px 28px rgba(241, 29, 43, 0.22);
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.mda-med4all-button:hover,
.mda-med4all-button:focus {
    background: var(--mda-red-dark);
    border-color: var(--mda-red-dark);
    transform: translateY(-1px);
    box-shadow: 0 18px 32px rgba(201, 20, 34, 0.3);
}

.mda-med4all-button--ghost {
    background: transparent;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.7);
    box-shadow: none;
}

.mda-med4all-button--ghost:hover,
.mda-med4all-button--ghost:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: #ffffff;
}

.mda-med4all-button--wide {
    width: 100%;
}

.mda-med4all-trust {
    padding: 28px 0 38px;
    background: #ffffff;
    border-bottom: 1px solid rgba(37, 36, 102, 0.08);
}

.mda-med4all-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.mda-med4all-trust__grid div {
    position: relative;
    min-height: 106px;
    padding: 22px 20px 18px;
    background: #f8f9fd;
    border: 1px solid rgba(37, 36, 102, 0.08);
    border-radius: 16px;
    overflow: hidden;
}

.mda-med4all-trust__grid div::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 20px;
    width: 34px;
    height: 4px;
    border-radius: 999px;
    background: var(--mda-red);
}

.mda-med4all-trust strong {
    display: block;
    color: var(--mda-navy-dark);
    margin: 18px 0 8px;
    font-size: 28px;
    line-height: 1.1;
}

.mda-med4all-trust span {
    color: var(--mda-muted);
    font-size: 14px;
    line-height: 1.5;
}

.mda-med4all-section,
.mda-med4all-network,
.mda-med4all-checkout {
    padding: 70px 0;
}

.mda-med4all-section {
    background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);
}

.mda-med4all-section__heading {
    
    margin-bottom: 30px;
}

.mda-med4all-section__heading p,
.mda-med4all-network p,
.mda-med4all-checkout__copy p {
    color: var(--mda-muted);
    font-size: 16px;
    line-height: 1.65;
}

.mda-med4all-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.mda-med4all-benefits article {
    min-height: 224px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--mda-border);
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(25, 25, 77, 0.08);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.mda-med4all-benefits article:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(25, 25, 77, 0.12);
}

.mda-med4all-benefits span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: var(--mda-red);
    color: #ffffff;
    border-radius: 4px;
    font-weight: 800;
}

.mda-med4all-benefits p {
    color: var(--mda-muted);
    font-size: 15px;
    line-height: 1.6;
}

.mda-med4all-network {
    background: linear-gradient(180deg, #eef2ff 0%, #f7f9ff 100%);
    border-top: 1px solid rgba(37, 36, 102, 0.08);
}

.mda-med4all-network__grid,
.mda-med4all-checkout__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    gap: 42px;
    align-items: center;
}

.mda-med4all-network figure {
    margin: 0;
    padding: 12px;
    background: #ffffff;
    border: 1px solid var(--mda-border);
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(25, 25, 77, 0.08);
}

.mda-med4all-link {
    display: inline-flex;
    margin-top: 8px;
    color: var(--mda-red) !important;
    font-weight: 800;
    text-decoration: none !important;
}

.mda-med4all-link:hover,
.mda-med4all-link:focus {
    color: var(--mda-red-dark) !important;
}

.mda-med4all-summary span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.mda-med4all-summary strong {
    color: var(--mda-navy-dark);
    font-size: 20px;
    line-height: 1.25;
}

.mda-med4all-checkout {
    background: linear-gradient(135deg, var(--mda-navy-dark), var(--mda-navy));
    color: #ffffff;
}

.mda-med4all-checkout h2,
.mda-med4all-checkout .mda-med4all-summary strong {
    color: #ffffff;
}

.mda-med4all-checkout__copy p,
.mda-med4all-checkout .mda-med4all-summary span {
    color: rgba(255, 255, 255, 0.76);
}

.mda-med4all-summary {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 14px 16px;
    margin-top: 30px;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.07));
    box-shadow: 0 18px 36px rgba(8, 10, 34, 0.2);
}

.mda-med4all-summary strong:nth-of-type(1) {
    font-size: 20px;
    font-weight: 700;
}

.mda-med4all-summary strong:nth-of-type(2) {
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.mda-med4all-form {
    padding: 28px;
    background: #ffffff;
    color: var(--mda-text);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.mda-med4all-form__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.mda-med4all-field label {
    display: block;
    margin-bottom: 7px;
    color: var(--mda-navy-dark);
    font-size: 14px;
    font-weight: 800;
}

.mda-med4all-field input {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #d9dce7;
    border-radius: 4px;
    background: #f9fafc;
    color: var(--mda-text);
    font-size: 15px;
}

.mda-med4all-field input:focus {
    outline: 2px solid rgba(241, 29, 43, 0.18);
    border-color: var(--mda-red);
    background: #ffffff;
}

.mda-med4all-field small,
.mda-med4all-consent-error {
    display: block;
    min-height: 18px;
    margin-top: 4px;
    color: var(--mda-red-dark);
    font-size: 12px;
}

.mda-med4all-field small:empty,
.mda-med4all-consent-error:empty {
    display: none;
}

.mda-med4all-field--trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.mda-med4all-consent {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    align-items: start;
    margin: 14px 0 0;
    color: var(--mda-muted);
    font-size: 14px;
    line-height: 1.45;
    padding-bottom: 10px;
}

.mda-med4all-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--mda-red);
}

.mda-med4all-consent a {
    color: var(--mda-red) !important;
    font-weight: 800;
}

.mda-med4all-form__message {
    min-height: 0;
    margin-bottom: 14px;
    color: var(--mda-red-dark);
    font-size: 14px;
    font-weight: 700;
}

.mda-med4all-form__message[data-type="error"] {
    min-height: 42px;
    padding: 12px;
    background: #fff1f2;
    border: 1px solid #ffc8ce;
    border-radius: 6px;
}

.mda-med4all-form button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.mda-med4all-form__note {
    margin: 16px 0 0;
    color: #5f667d;
    font-size: 13px;
    line-height: 1.55;
    padding-top: 10px;
}

.mda-med4all-payment-powered {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(37, 36, 102, 0.08);
}

.mda-med4all-payment-powered__text {
    margin: 0;
    color: #6a7083;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 600;
    white-space: nowrap;
}

.mda-med4all-payment-powered__brand {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mda-med4all-payment-powered__logo {
    display: block;
    width: 88px;
    max-width: 88px;
    height: auto;
    object-fit: contain;
}

.mda-med4all-policy {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    background: linear-gradient(180deg, #f4f7ff 0%, #ffffff 28%, #f8f9fd 100%);
}

.mda-med4all-policy__hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 58px;
    background: linear-gradient(135deg, var(--mda-navy-dark) 0%, var(--mda-navy) 68%, #34317f 100%);
    color: #ffffff;
}

.mda-med4all-policy__hero::after {
    content: '';
    position: absolute;
    inset: auto -10% -74px -10%;
    height: 180px;
    background: rgba(255, 255, 255, 0.08);
    transform: skewY(-4deg);
}

.mda-med4all-policy__intro {
    position: relative;
    z-index: 1;
    max-width: 860px;
}

.mda-med4all-policy__hero h1 {
    max-width: 780px;
    color: #ffffff;
}

.mda-med4all-policy__lead {
    max-width: 760px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.68;
}

.mda-med4all-policy__content {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fd 100%);
    padding: 34px 0 78px;
}

.mda-med4all-policy__content-header {
    width: min(1240px, calc(100% - 48px));
    margin-bottom: 18px;
}

.mda-med4all-policy__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.mda-med4all-policy__nav-link {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid var(--mda-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--mda-navy-dark) !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(25, 25, 77, 0.05);
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.mda-med4all-policy__nav-link:hover,
.mda-med4all-policy__nav-link:focus {
    transform: translateY(-1px);
    border-color: rgba(37, 36, 102, 0.2);
}

.mda-med4all-policy__nav-link.is-active {
    border-color: var(--mda-navy);
    background: var(--mda-navy);
    color: #ffffff !important;
}

.mda-med4all-policy__meta {
    margin: 0 0 16px;
    color: var(--mda-muted);
    font-size: 13px;
    font-weight: 700;
}

.mda-med4all-policy__sections {
    border-top: 1px solid rgba(37, 36, 102, 0.08);
}

.mda-med4all-policy__section {
    padding: 34px 0 38px;
}

.mda-med4all-policy__section.is-alt {
    background: linear-gradient(180deg, #f8f9fd 0%, #f2f5ff 100%);
}

.mda-med4all-policy__section .mda-med4all-container {
    width: min(1240px, calc(100% - 48px));
}

.mda-med4all-policy__section h2 {
    margin-bottom: 12px;
    font-size: 26px;
}

.mda-med4all-policy__section p {
    margin-bottom: 0;
    color: var(--mda-muted);
    font-size: 16px;
    line-height: 1.72;
}

.mda-med4all-policy__section p + p {
    margin-top: 10px;
}

.mda-med4all-policy__section ul {
    margin: 14px 0 0;
    padding-left: 20px;
    color: var(--mda-muted);
}

.mda-med4all-policy__section li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.68;
}

.mda-med4all-result {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    background: linear-gradient(135deg, var(--mda-navy-dark) 0%, var(--mda-navy) 68%, #34317f 100%);
    color: #ffffff;
}

.mda-med4all-result__hero {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: max(620px, calc(100vh - 104px));
    padding: 72px 0;
}

.mda-med4all-result__hero::after {
    content: '';
    position: absolute;
    inset: auto -10% -70px -10%;
    height: 180px;
    background: rgba(255, 255, 255, 0.08);
    transform: skewY(-4deg);
}

.mda-med4all-result__hero .mda-med4all-container {
    width: min(1240px, calc(100% - 48px));
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.mda-med4all-result__panel {
    width: min(760px, 100%);
    margin: 0 auto;
    padding: 40px 42px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-top: 5px solid var(--mda-red);
    border-radius: 16px;
    box-shadow: 0 20px 44px rgba(8, 10, 34, 0.22);
}

.mda-med4all-result__panel--success {
    border-top-color: #eb1a22;
}

.mda-med4all-result__panel--pending {
    border-top-color: #f0b44a;
}

.mda-med4all-result__panel--failure {
    border-top-color: var(--mda-red);
}

.mda-med4all-result__panel h1 {
    max-width: 620px;
    margin-bottom: 14px;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.08;
}

.mda-med4all-result__panel p {
    max-width: 600px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.6;
}

.mda-med4all-result .mda-med4all-actions {
    margin-top: 24px;
}

.mda-med4all-result .mda-med4all-button--ghost {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.68);
}

.mda-med4all-result .mda-med4all-button--ghost:hover,
.mda-med4all-result .mda-med4all-button--ghost:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: #ffffff;
}

@media (max-width: 920px) {
    .mda-med4all-hero__grid,
    .mda-med4all-network__grid,
    .mda-med4all-checkout__grid {
        grid-template-columns: 1fr;
    }

    .mda-med4all-result__hero {
        min-height: max(540px, calc(100vh - 96px));
        padding: 56px 0;
    }

    .mda-med4all-policy__section h2 {
        font-size: 24px;
    }

    .mda-med4all-result__panel {
        width: min(720px, 100%);
        padding: 34px 30px;
    }

    .mda-med4all-hero__media {
        justify-content: flex-start;
        order: -1;
    }

    .mda-med4all-hero__brand {
        width: min(100%, 320px);
    }

    .mda-med4all h1 {
        font-size: 42px;
    }

    .mda-med4all h2 {
        font-size: 30px;
    }

    .mda-med4all-trust__grid,
    .mda-med4all-benefits {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .mda-med4all-container {
        width: min(100% - 24px, 1160px);
    }

    .mda-med4all-result__hero .mda-med4all-container {
        width: min(100% - 24px, 1240px);
    }

    .mda-med4all-hero__media {
        display: none;
    }

    .mda-med4all-hero,
    .mda-med4all-section,
    .mda-med4all-network,
    .mda-med4all-checkout,
    .mda-med4all-policy__hero {
        padding: 46px 0;
    }

    .mda-med4all-hero {
        padding-bottom: 76px;
    }

    .mda-med4all h1 {
        font-size: 34px;
    }

    .mda-med4all h2 {
        font-size: 26px;
    }

    .mda-med4all-lead {
        font-size: 17px;
    }

    .mda-med4all-hero__points {
        gap: 8px;
        margin-bottom: 24px;
    }

    .mda-med4all-hero__points li {
        width: 100%;
        border-radius: 16px;
    }

    .mda-med4all-price {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .mda-med4all-price strong {
        font-size: 32px;
    }

    .mda-med4all-summary {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 22px;
    }

    .mda-med4all-summary strong:nth-of-type(2) {
        font-size: 30px;
    }

    .mda-med4all-policy__content {
        padding-top: 24px;
        padding-bottom: 52px;
    }

    .mda-med4all-policy__content-header,
    .mda-med4all-policy__section .mda-med4all-container {
        width: min(100% - 24px, 1240px);
    }

    .mda-med4all-policy__nav-link {
        width: 100%;
        justify-content: flex-start;
        border-radius: 16px;
    }

    .mda-med4all-payment-powered {
        gap: 8px;
        flex-wrap: wrap;
        align-items: center;
    }

    .mda-med4all-payment-powered__text {
        white-space: normal;
    }

    .mda-med4all-payment-powered__logo {
        width: 80px;
        max-width: 80px;
    }

    .mda-med4all-policy__section h2 {
        font-size: 22px;
    }

    .mda-med4all-policy__section p,
    .mda-med4all-policy__section li,
    .mda-med4all-policy__lead {
        font-size: 15px;
    }

    .mda-med4all-result__hero {
        min-height: max(460px, calc(100vh - 88px));
        padding: 40px 0;
    }

    .mda-med4all-result__panel {
        padding: 26px 20px;
        border-radius: 14px;
    }

    .mda-med4all-result__panel h1 {
        font-size: 28px;
    }

    .mda-med4all-result__panel p {
        font-size: 15px;
    }

    .mda-med4all-trust__grid,
    .mda-med4all-benefits,
    .mda-med4all-form__grid {
        grid-template-columns: 1fr;
    }

    .mda-med4all-form__grid {
        gap: 10px;
    }

    .mda-med4all-field label {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .mda-med4all-field input {
        min-height: 42px;
        padding: 9px 11px;
        font-size: 14px;
    }

    .mda-med4all-consent {
        gap: 8px;
        margin-top: 10px;
        font-size: 13px;
    }

    .mda-med4all-field small:not(:empty),
    .mda-med4all-consent-error:not(:empty) {
        display: block;
        min-height: 0;
        margin-top: 4px;
    }

    .mda-med4all-form,
    .mda-med4all-result__panel {
        padding: 22px;
    }

    .mda-med4all-actions,
    .mda-med4all-button {
        width: 100%;
    }
}
