
.PlanC {
    position: relative !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    min-height: 100vh !important;
    padding: calc(72px + clamp(2rem, 6vw, 4rem)) clamp(1.5rem, 6vw, 6rem) clamp(2.5rem, 7vw, 5rem) !important;
    background-position: center !important;
    background-size: cover !important;
}

.PlanC::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75) 70%) !important;
}

.PlanC .hero-inner {
    position: relative !important;
    z-index: 1 !important;
    max-width: 860px !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.65rem !important;
}

.PlanC .title {
    color: #fff !important;
    background-image: none !important;
    -webkit-text-fill-color: #fff !important;
    text-shadow: 0 14px 35px rgba(0, 0, 0, 0.6) !important;
    letter-spacing: 0.03em !important;
}

.PlanC h1.title {
    font-size: clamp(3.6rem, 9.8vw, 8.1rem) !important;
    line-height: 0.95 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    color: transparent !important;
    background-image:
        linear-gradient(to top, #9e0f1d 0%, #e3162b 55%, #ff4d4d 100%) !important;
    background-size: 100% 100% !important;
    background-position: 0 100% !important;
    background-repeat: no-repeat !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.PlanC p.title {
    font-size: clamp(1.1rem, 2.6vw, 1.55rem) !important;
    font-weight: 600 !important;
    color: rgba(255, 230, 230, 0.72) !important;
    -webkit-text-fill-color: rgba(255, 230, 230, 0.72) !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    text-shadow: 0 10px 25px rgba(0, 0, 0, 0.45) !important;
    max-width: 44ch !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    align-self: flex-start !important;
    text-align: left !important;
}

@media screen and (max-width: 767px) {
    .PlanC,
    .PlanC {
        padding: calc(72px + 2.25rem) 1.5rem !important;
        text-align: center !important;
        justify-content: center !important;
    }

    .PlanC .hero-inner {
        text-align: center !important;
        max-width: 100% !important;
    }

    .PlanC .title::after {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.PlanC.kicker p.title {
    order: -1 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.28em !important;
    font-size: 0.9rem !important;
    opacity: 0.8 !important;
}

.PlanC.title-stack h1.title {
    max-width: 12ch !important;
    line-height: 0.98 !important;
}

.PlanC.tight {
    padding: calc(72px + clamp(1.75rem, 5vw, 3rem)) clamp(1.5rem, 6vw, 6rem) clamp(2.25rem, 6vw, 4rem) !important;
}
