/* ===== Marketing Page ===== */

.marketing-hero {
    padding: 7rem 0 4rem;
    background: linear-gradient(165deg, #fafafa 0%, #fff 45%, rgba(197, 165, 114, 0.06) 100%);
    text-align: center;
}

.marketing-hero h1 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.marketing-hero .marketing-lead {
    font-size: 1.15rem;
    color: var(--gray-color);
    max-width: 640px;
    margin: 0 auto 2rem;
    line-height: 1.65;
}

.marketing-packages {
    padding: 2rem 0 4rem;
}

.marketing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
}

.marketing-packages-cta{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    margin-top:5rem;
    margin-bottom:1.25rem;
}

.marketing-packages-cta .btn{
    flex: 1;
    max-width: 420px;
    justify-content: center;
}

.marketing-packages-cta .btn:only-child{
    max-width: 560px;
    width: 100%;
}

/* btn-outline ist global für dunkle Hintergründe (weisse Schrift) – hier heller Untergrund */
.marketing-packages-cta .btn-outline{
    color: var(--dark-color);
    border: 2px solid var(--primary-color);
    background:#fff;
}

.marketing-packages-cta .btn-outline:hover{
    background: linear-gradient(135deg, var(--primary-color), #d4b885);
    color:#fff;
    border-color: transparent;
}

.marketing-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(197, 165, 114, 0.15);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.marketing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(197, 165, 114, 0.12);
}

.marketing-pkg-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.marketing-benefits-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--dark-color);
    margin: 1rem 0 0.65rem !important;
}

.marketing-desc {
    font-size: 0.92rem;
    color: var(--gray-color);
    line-height: 1.65;
    margin-bottom: 0.5rem !important;
}

.marketing-card-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(135deg, var(--primary-color), #d4b885);
    color: #fff;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.marketing-card h3 {
    font-size: 1.25rem;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.marketing-card .marketing-card-tagline {
    font-size: 0.9rem;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 1rem;
}

.marketing-card p {
    font-size: 0.92rem;
    color: var(--gray-color);
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.marketing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    flex-grow: 1;
}

.marketing-card ul li {
    position: relative;
    padding-left: 1.35rem;
    margin-bottom: 0.65rem;
    font-size: 0.88rem;
    color: var(--dark-color);
    line-height: 1.5;
}

.marketing-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 50%;
}

.marketing-price {
    padding-top: 1rem;
    border-top: 1px solid rgba(197, 165, 114, 0.15);
    font-size: 0.9rem;
}

.marketing-price strong {
    display: block;
    color: var(--dark-color);
    margin-bottom: 0.35rem;
}

.marketing-price span {
    color: var(--gray-color);
    font-size: 0.85rem;
}

.marketing-why {
    padding: 5rem 0;
    background: linear-gradient(180deg, #faf9f7 0%, #f3efe8 40%, #faf9f7 100%);
    position: relative;
    overflow: hidden;
}

.marketing-why::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: min(55vw, 420px);
    height: min(55vw, 420px);
    background: radial-gradient(circle, rgba(197, 165, 114, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.marketing-why-inner {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.marketing-why-intro {
    text-align: center;
    margin-bottom: 2.75rem;
}

.marketing-why-kicker {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 0.65rem;
}

.marketing-why-intro h2 {
    font-size: clamp(1.45rem, 3.5vw, 2rem);
    font-weight: 700;
    color: var(--dark-color);
    margin: 0 0 0.85rem;
    line-height: 1.25;
}

.marketing-why-sub {
    font-size: 0.95rem;
    color: var(--gray-color);
    line-height: 1.6;
    max-width: 520px;
    margin: 0 auto;
}

.marketing-why-intro-line {
    width: 72px;
    height: 4px;
    margin: 1.5rem auto 0;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--primary-color), #d4b885, var(--primary-color));
}

.marketing-why-blocks {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

.marketing-why-block {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(197, 165, 114, 0.18);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.35s ease;
}

.marketing-why-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(197, 165, 114, 0.15);
}

.marketing-why-content {
    padding: 1.5rem 1.6rem;
}

.marketing-why-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    background: rgba(197, 165, 114, 0.12);
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 0.65rem;
}

.marketing-why-block h3 {
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--dark-color);
    margin: 0 0 0.65rem;
    line-height: 1.35;
}

.marketing-why-block p {
    margin: 0;
    font-size: 0.92rem;
    color: var(--gray-color);
    line-height: 1.72;
}

.marketing-cta {
    padding: 3rem 0 5rem;
    text-align: center;
}

.marketing-cta .btn {
    margin: 0 0.35rem 0.5rem;
}

/* btn-outline ist global für dunkle Hintergründe (weisse Schrift) – hier heller Untergrund */
.marketing-cta .btn-outline {
    color: var(--dark-color);
    border: 2px solid var(--primary-color);
    background: #fff;
}

.marketing-cta .btn-outline:hover {
    background: linear-gradient(135deg, var(--primary-color), #d4b885);
    color: #fff;
    border-color: transparent;
}

@media (max-width: 768px) {
    .marketing-hero {
        padding: 5.5rem 0 3rem;
    }

    .marketing-card {
        padding: 1.5rem;
    }

    .marketing-grid {
        gap: 1.5rem;
    }

    .marketing-why {
        padding: 3.5rem 0;
    }

    .marketing-packages-cta .btn:only-child{
        max-width: 290px;
        width: 100%;
    }

    .marketing-why-content {
        padding: 1.25rem 1.2rem 1.35rem;
    }

    .marketing-why-block h3 {
        font-size: 1rem;
    }
}
