.mvod-pricetable {
    --mvod-blue-deep: #000e1e;
    --mvod-blue-main: #023e84;
    --mvod-blue-bright: #1f73e7;
    --mvod-accent-orange: #ff830e;
    --mvod-accent-yellow: #ffde12;
    --mvod-text: #ffffff;
    --mvod-muted: #e3ecf8;
    --mvod-glass: rgba(230, 242, 255, 0.14);
    --mvod-border: rgba(173, 206, 255, 0.45);

    
    color: var(--mvod-text);
    font-family: "Source Sans Pro", sans-serif;
}

.hero-wrapper{
    background: linear-gradient(239.91deg, #046DE7 18.34%, #023E84 98.21%);
backdrop-filter: blur(50px);
border-top-right-radius: 36px;
border-top-left-radius: 36px;
padding: 50px 80px;
}

.info-wrapper{
  background: linear-gradient(239.91deg, #023E84 18.34%, #000E1E 98.21%);
backdrop-filter: blur(50px);
border-bottom-right-radius: 36px;
border-bottom-left-radius: 36px;
padding: 50px 80px;
}

.mvod-pricetable * {
    font-family: "Source Sans Pro", sans-serif;
}

.mvod-hero-card,
.mvod-included-card,
.mvod-rights-card {
   

    border: 1px solid var(--mvod-border);
    border-radius: 36px;
}
@media(max-width:992px) {
    .mvod-hero-main{
        order:2;
    }
    .mvod-price-panel{
        order:1;
    }
    .hero-wrapper{
        padding: 10px;
}
}
.mvod-hero-card {
     background: linear-gradient(0deg, rgba(255,255,255,.115) 26.26%, rgba(242, 247, 255, 0.115) 76.26%, rgba(255,255,255,.115) 126.26%);
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 28px;
    padding: clamp(22px, 3vw, 46px);
}

.mvod-hero-main h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px;
    color: #eef4ff;
}

.mvod-slider {
    display: grid;
    gap: 12px;
    margin-bottom: 30px;
}

.mvod-slider-track {
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
}

.mvod-slider-input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: #aa4d04;
    outline: none;
    position: relative;
    z-index: 2;
}

.mvod-slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ff830e;
    border: 0;
    cursor: pointer;
}

.mvod-slider-input::-moz-range-track {
    height: 8px;
    border-radius: 999px;
    background: #aa4d04;
}

.mvod-slider-input::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ff830e;
    border: 0;
    cursor: pointer;
}

.mvod-slider-knots {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 3;
}

.mvod-slider-knot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff830e;
}

.mvod-slider-labels {
        display: flex;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    flex-direction: row;
}

.mvod-slider-step {
    border: 0;
    background: transparent;
    color: #fff;
    padding: 0;
    text-align: left;
    cursor: pointer;
    position: relative;
        width: auto;
    padding-right: 27.5%;
}
.mvod-slider-step:last-child {
    padding-right: 0;
}
.mvod-step-label {
    display: block;
    font-size: 17px;
    font-weight: 700;
}

.mvod-cta-group {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

.mvod-cta-primary,
.mvod-cta-secondary {
    text-align: center;
    border-radius: 10px;
    padding: 12px 18px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
}

.mvod-cta-primary {
    background: var(--mvod-accent-orange);
    color: #fff;
}

.mvod-cta-secondary {
    color: #fff;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.06);
}

.mvod-trust {
    margin: 0;
    color: var(--mvod-muted);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mvod-trust-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.mvod-price-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mvod-price-product {
    display: none;
}

.mvod-price-product.is-active {
    display: block;
}

.mvod-package-name {
    margin: 0 0 6px;
    font-size: clamp(28px, 3.4vw, 48px);
    font-weight: 700;
    color: #ffb327;
    text-transform: uppercase;
   font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 28px;
/* identisch mit der Höhe des Felds oder 117% */
text-align: center;
text-transform: uppercase;

background: linear-gradient(90deg, #FA7D19 0%, #FFE620 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.mvod-package-caption {
    margin: 0 0 14px;
    font-size: 20px;
    color: var(--mvod-muted);/* pro Monat, zzgl. USt. */


font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
/* identisch mit der Höhe des Felds oder 125% */
text-align: center;

color: #FFFFFF;


/* Innerhalb Auto-Layout */
flex: none;
order: 0;
flex-grow: 1;

}

.mvod-package-price {
    margin: 0;
    font-size: clamp(52px, 7vw, 90px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;

/* 10,00 */
text-align: center;

font-family: 'Cairo';
font-style: normal;
font-weight: 700;
font-size: 80px;
line-height: 80px;
/* identisch mit der Höhe des Felds oder 100% */
letter-spacing: -2px;

background: linear-gradient(180deg, #FFFFFF 0%, #CCCCCC 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;



}

.mvod-package-price span {
    font-size: 0.4em;
}

.mvod-billing-toggle {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 360px;
    padding: 6px;
    gap: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #a9c8e9 0%, #8fb5dd 100%);
    box-shadow: inset 0px 5px 20px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
}

.mvod-billing-option {
    border: 0;
    background: transparent;
    color: #0f498f;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    padding: 12px 18px;
    border-radius: 999px;
    cursor: pointer;
    flex: 1 1 50%;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.mvod-billing-option.is-active {
    background: #0b4a93;
    color: #fff;
    box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.06);
}

.mvod-discount-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    font-size: 0.8em;
    line-height: 1;
    min-height: 34px;
    padding: 6px 10px;
    background: #ff830e;
    color: #fff;
    border-radius: 999px;
    font-weight: 700;
}
.mvod-hero-card{
    padding:80px
}
.mvod-included-card {
    margin-top: 28px;
    padding: 80px;

    background: linear-gradient(0deg, rgba(255, 255, 255, .115) 26.26%, rgba(242, 247, 255, 0.115) 76.26%, rgba(255, 255, 255, .115) 126.26%);
  
}

@media(max-width: 992px) {
  .mvod-included-card,.mvod-hero-card {
    padding: 40px;
  }
}

.mvod-included-card h3 {
    margin: 0 0 22px;
    text-align: center;
    font-size: clamp(30px, 4vw, 54px);
    font-weight: 700;
    background: linear-gradient(90deg, #fa7d19 0%, #ffde12 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
font-size: 30px;
line-height: 28px;
/* identisch mit der Höhe des Felds oder 93% */
text-align: center;

background: linear-gradient(90deg, #FA7D19 0%, #FFDE12 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
padding-bottom: 20px;
}

.mvod-feature-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 30px;
}

.mvod-feature-grid.is-active {
    display: grid;
}

.mvod-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.mvod-feature-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #eff3fa;
    border: 1.3px solid #023e84;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mvod-feature-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.mvod-feature-text strong {
    display: block;
    font-size:20px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}

.mvod-feature-text small {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
}

.mvod-rights-card {
    margin-top: 28px;
    padding: 80px;
    display: flex;
    gap: 18px;
    align-items: center;
    background: linear-gradient(0deg, rgba(255, 255, 255, .115) 26.26%, rgba(242, 247, 255, 0.115) 76.26%, rgba(255, 255, 255, .115) 126.26%);
}

.mvod-rights-icon-wrap {
    width: 96px;
    height: 96px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mvod-rights-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.mvod-rights-text h4 {
    margin: 0 0 8px;
   font-weight: 700;
font-size: 20px;
line-height: 28px;
color: #FFFFFF;
}

.mvod-rights-card.is-custom-rights .mvod-rights-text h4 {
    font-weight: 700;
    font-size: 19.697px;
    line-height: 28px;
    background: linear-gradient(90deg, #fa7d19 0%, #ffde12 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.mvod-rights-text p {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
}
 .mvod-cta-primary{
    color: #fff !important;
 }

@media (max-width: 991.98px) {
    .mvod-hero-card {
        grid-template-columns: 1fr;
    }

    .mvod-feature-grid.is-active {
        grid-template-columns: 1fr;
    }

    .mvod-step-label {
        font-size: 16px;
    }

    .mvod-cta-primary,
    .mvod-cta-secondary {
        font-size: 218x;
    }
}


@media(max-width:992px) {
    .mvod-hero-main{
        order:2;
    }
    .mvod-price-panel{
        order:1;
    }
    .hero-wrapper,.info-wrapper{
        padding: 10px;
}
.mvod-rights-card{
    padding: 30px;
}
}