body {
    margin: 0;
    padding: 0;
    background: #F5F0E8;
    color: #33356B;
    font-family: 'Outfit', sans-serif;
}

::-webkit-scrollbar {
    display: none;
}

/* HERO */

.hero {
    background: #33356B;
    padding: 40px 80px 50px 80px;
    position: relative;
}

.hero-inner {
    text-align: center;
}

.back-link {
    color: #BDB281;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.back-link:hover {
    color: #fff;
}

.hero-badge {
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    letter-spacing: 0.14em;
    color: #cbb87e;
    border: 1px solid #cbb87e;
    border-radius: 4px;
    padding: 2px 8px;
    margin-bottom: 14px;
}

.hero-title {
    font-family: "Abril Fatface", serif;
    font-size: 72px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.1;
}

.heading-partner {
    color: #33356B;
    text-decoration: underline;
    text-decoration-color: rgba(51, 53, 107, 0.45);
    text-underline-offset: 6px;
    transition: text-decoration-color 0.2s ease;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    text-transform: none;
}

.heading-partner:hover {
    text-decoration-color: #33356B;
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    font-weight: 300;
    margin-top: 16px;
}

.hero-try {
    display: inline-block;
    margin-top: 14px;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #cbb87e;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.2s ease;
}

.hero-try:hover {
    color: #fff;
}

/* CONTENT */

.content {
    padding: 60px 80px 40px 80px;
}

.section {
    margin-bottom: 60px;
}

.section-heading {
    font-family: "Abril Fatface", serif;
    font-size: 38px;
    font-weight: 400;
    color: #33356B;
    margin-bottom: 24px;
    text-transform: lowercase;
}

.section-heading::first-letter {
    text-transform: uppercase;
}

.heading-label {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    text-transform: lowercase;
    color: #33356B;
}

.heading-q {
    color: #33356B;
}

.section-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
    color: #33356B;
    margin-bottom: 12px;
}

/* FEATURES */

.feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 40px;
}

.feature-number {
    font-family: "Abril Fatface", serif;
    font-size: 72px;
    font-weight: 400;
    color: #33356B;
    line-height: 1;
    flex-shrink: 0;
    min-width: 80px;
}

.feature-content {
    padding-top: 12px;
}

.feature-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #33356B;
}

.feature-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
    color: #33356B;
}

/* PRICING */

.price-category {
    font-size: 16px;
    font-weight: 700;
    color: #33356B;
    text-decoration: underline;
    margin-bottom: 8px;
    margin-top: 30px;
}

.price-divider {
    height: 1px;
    background: rgba(51, 53, 107, 0.2);
    margin-bottom: 16px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 12px 16px;
    font-size: 18px;
    font-weight: 300;
    gap: 40px;
    background: transparent;
    border-radius: 8px;
    margin-bottom: 6px;
    transition: background 0.2s ease;
}

.price-row:hover {
    background: rgba(51, 53, 107, 0.06);
}

.price {
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
}

.price-note {
    font-size: 12px;
    font-weight: 300;
    color: rgba(51, 53, 107, 0.5);
    margin-top: 24px;
    font-style: italic;
}

/* CTA */

.cta-section {
    margin-top: 50px;
    margin-bottom: 20px;
}

.cta-link {
    font-family: "Abril Fatface", serif;
    font-size: 32px;
    font-weight: 400;
    color: #33356B;
    text-decoration: none;
    display: inline-block;
}

.cta-link .cta-arrow {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    margin-right: 4px;
    color: #33356B;
}

.cta-link .cta-name {
    color: #33356B !important;
    text-decoration: underline;
    text-decoration-color: rgba(51, 53, 107, 0.45);
    text-underline-offset: 6px;
    transition: text-decoration-color 0.2s ease;
}

.cta-link:hover .cta-name {
    text-decoration-color: #33356B;
}

.cta-zu {
    font-family: "Abril Fatface", serif;
    text-transform: lowercase;
}

/* HOW IT WORKS NOTE */

.how-note {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    color: rgba(51, 53, 107, 0.7);
    margin: 28px 0 0;
    max-width: 640px;
}

.how-note strong {
    font-weight: 700;
    color: #33356B;
}

/* FOOTER */

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F5F0E8;
    color: #33356B;
    padding: 20px 80px;
    font-size: 14px;
    border-top: 1px solid rgba(51, 53, 107, 0.1);
}

footer a {
    color: #33356B;
    text-decoration: none;
}

footer a:hover {
    color: #BDB281;
}

.links {
    text-transform: uppercase;
    color: #33356B;
    font-weight: bolder;
}

.rechts {
    display: flex;
    font-weight: 300;
}

.l1 {
    display: flex;
    flex-direction: column;
    padding-right: 60px;
    align-items: center;
}

.rechts a {
    text-align: center;
}

.r1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* PACKAGE SUBHEAD + CONTENT */

.package-subhead {
    font-family: "Abril Fatface", serif;
    font-size: 26px;
    font-weight: 400;
    color: #33356B;
    margin: 48px 0 16px;
}

/* FEATURE LIST */

.feature-list {
    list-style: none;
    padding: 0;
    margin: 4px 0 8px;
}

.feature-list li {
    position: relative;
    padding-left: 26px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    color: #33356B;
    margin-bottom: 12px;
}

.feature-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    top: 0;
    color: #33356B;
    font-weight: 600;
}

.feature-list li strong {
    font-weight: 700;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 850px) {
    .hero {
        padding: 30px 24px 40px 24px;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-try {
        font-size: 14px;
    }

    .content {
        padding: 40px 24px 20px 24px;
    }

    .section-heading {
        font-size: 28px;
    }

    .feature {
        gap: 24px;
    }

    .feature-number {
        font-size: 48px;
        min-width: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .hero-title {
        font-size: 32px;
    }

    .section-heading {
        font-size: 24px;
    }

    .feature-number {
        display: none;
    }

    .feature {
        gap: 0;
    }

    .feature-content h3::before {
        content: attr(data-num);
    }

    .feature-list li {
        font-size: 16px;
    }

    .how-note {
        font-size: 14px;
    }

    .package-subhead {
        font-size: 22px;
    }

    .cta-arrow,
    .cta-zu,
    .cta-name {
        font-size: 24px !important;
    }

    .l1 {
        padding-right: 20px;
    }

    .rechts,
    .links {
        font-size: 12px;
    }

    footer {
        font-size: 12px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
}