.buy-page {
    background: #8fb5d4;
    padding: 50px 20px;
    font-family: Arial, sans-serif;
    color: #0b2340;
}

.buy-hero,
.content-card,
.final-cta {
    max-width: 980px;
    margin: 0 auto 34px auto;
    background: #eef6ff;
    border-radius: 18px;
    padding: 42px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.buy-hero {
    text-align: center;
    background: #1f4975;
    color: #ffffff;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #b9d8ff;
}

.buy-hero h1 {
    font-size: 2.4rem;
    margin: 15px 0;
}

.hero-subtitle {
    font-size: 1.15rem;
    max-width: 720px;
    margin: 0 auto 30px auto;
    line-height: 1.6;
}

.price-box {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
    margin: 25px auto;
    max-width: 420px;
}

.price-box strong {
    display: block;
    font-size: 4rem;
    line-height: 1;
}

.price-label,
.price-note {
    display: block;
    color: #d7e9ff;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.btn {
    display: inline-block;
    padding: 15px 28px;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
}

.btn-primary {
    background: #ffffff;
    color: #1f4975;
    border: 2px solid #f0b429;
}

.btn-secondary {
    background: #f0b429;
    color: #102a43;
    border: 2px solid #f0b429;
}

.trust-strip {
    max-width: 980px;
    margin: 0 auto 34px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.trust-strip span {
    background: #ffffff;
    color: #12385f;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.content-card h2,
.final-cta h2 {
    font-size: 2rem;
    margin-bottom: 18px;
    text-align: center;
}

.content-card p {
    font-size: 1.05rem;
    line-height: 1.75;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.feature-grid div,
.comparison div {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.feature-grid h3 {
    margin-top: 0;
    color: #143f68;
}

.workflow {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.workflow li {
    background: #ffffff;
    border-left: 5px solid #1f6fb2;
    border-radius: 10px;
    padding: 18px 22px;
    margin-bottom: 14px;
}

.workflow strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 6px;
}

.workflow span {
    color: #345;
}

.highlight {
    background: #dfefff;
}

.demo-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 25px;
}

.demo-steps span {
    background: #ffffff;
    border-radius: 10px;
    padding: 14px;
    font-weight: 700;
    text-align: center;
}

.comparison {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 25px;
}

.faq h3 {
    margin-top: 24px;
    color: #143f68;
}

.final-cta {
    background: #1f4975;
    color: #ffffff;
    text-align: center;
}

.final-cta p {
    font-size: 1.15rem;
    line-height: 1.6;
}

@media (max-width: 800px) {

    .buy-hero,
    .content-card,
    .final-cta {
        padding: 28px 20px;
    }

    .buy-hero h1 {
        font-size: 1.8rem;
    }

    .feature-grid,
    .demo-steps,
    .comparison {
        grid-template-columns: 1fr;
    }

    .price-box strong {
        font-size: 3rem;
    }
}

.freischaltung-block {
    background: #ffffff;
    padding: 40px;
    border-radius: 18px;
    text-align: center;
    margin: 40px 0;
}

.freischaltung-block h2 {
    margin-bottom: 15px;
}

.freischaltung-block p {
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.freischaltung-schritte {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.schritt {
    background: #f5f8fc;
    border-radius: 14px;
    padding: 20px;
}

.nummer {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #1f4e84;
    color: #fff;
    font-weight: bold;
    margin-bottom: 12px;
}

.schritt h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.freischaltung-info {
    background: #f7f9fc;
    border-radius: 18px;
    padding: 35px;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

.freischaltung-info h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #1f4e84;
}

.freischaltung-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.freischaltung-info li {
    padding: 12px 0;
    font-size: 18px;
    border-bottom: 1px solid #e4e8ef;
}

.freischaltung-info li:last-child {
    border-bottom: none;
}