/* ── Abbonamento Page ── */

.sub-hero {
    padding: 100px 0 60px;
    background: linear-gradient(135deg, var(--ciotolandia-orange-bg) 0%, #fff 60%, rgba(1, 127, 66, .05) 100%);
    overflow: hidden;
    position: relative;
}

.sub-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 85% 20%, rgba(239, 91, 42, .12) 0%, transparent 40%),
        radial-gradient(circle at 10% 90%, rgba(1, 127, 66, .10) 0%, transparent 45%);
    z-index: 1;
    pointer-events: none;
}

.sub-hero .section-title {
    font-size: 2.6rem;
    line-height: 1.15;
}

@media (max-width: 767.98px) {
    .sub-hero { padding: 60px 0 40px; }
    .sub-hero .section-title { font-size: 2rem; }
}

.sub-hero__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sub-hero__pills .badge-pill {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 100px;
    padding: 8px 16px;
    font-size: .88rem;
    color: var(--text);
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.sub-hero__pills .badge-pill i { color: var(--ciotolandia-orange); }

/* ── Cadenza (15 / 30 gg) ── */
.sub-cadence-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 22px;
    padding: 40px 32px 36px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .05);
    transition: transform .25s ease, box-shadow .25s ease;
    position: relative;
    height: 100%;
}

.sub-cadence-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(239, 91, 42, .12);
}

.sub-cadence-card--accent {
    border: 2px solid var(--ciotolandia-orange);
    background: linear-gradient(180deg, #fff 0%, rgba(239, 91, 42, .04) 100%);
}

.sub-cadence-badge {
    display: inline-block;
    background: rgba(1, 127, 66, .1);
    color: var(--ciotolandia-green);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 100px;
    margin-bottom: 18px;
}

.sub-cadence-card--accent .sub-cadence-badge {
    background: var(--ciotolandia-orange);
    color: #fff;
}

.sub-cadence-num {
    font-size: 4.2rem;
    font-weight: 800;
    color: var(--ciotolandia-orange);
    line-height: 1;
    margin-bottom: 12px;
}

.sub-cadence-num span {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--ciotolandia-green);
    margin-left: 4px;
    vertical-align: super;
}

.sub-cadence-card h3 { font-size: 1.3rem; }

/* ── Banner spedizione inclusa ── */
.sub-shipping-banner {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, rgba(1, 127, 66, .08) 0%, rgba(78, 175, 72, .12) 100%);
    border: 1px solid rgba(1, 127, 66, .2);
    border-radius: 18px;
    padding: 18px 28px;
    text-align: left;
    max-width: 100%;
}

.sub-shipping-banner > i {
    font-size: 2rem;
    color: var(--ciotolandia-green);
    flex-shrink: 0;
}

.sub-shipping-banner strong {
    display: block;
    font-size: 1.05rem;
    color: var(--ciotolandia-green);
}

.sub-shipping-banner span {
    font-size: .9rem;
    color: #555;
}

/* ── Check list area cliente ── */
.sub-check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.sub-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    font-size: 1rem;
    color: #2b2b2b;
    border-bottom: 1px dashed rgba(0, 0, 0, .08);
}

.sub-check-list li:last-child { border-bottom: none; }

.sub-check-list li i {
    color: var(--ciotolandia-green);
    font-size: 1.15rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* ── Mockup dashboard ── */
.sub-dashboard-mock {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .10), 0 6px 20px rgba(0, 0, 0, .04);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .06);
}

.sub-dashboard-mock__bar {
    background: #f3f3f3;
    padding: 12px 16px;
    display: flex;
    gap: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.sub-dashboard-mock__bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0d0d0;
}

.sub-dashboard-mock__bar span:nth-child(1) { background: #ff6058; }
.sub-dashboard-mock__bar span:nth-child(2) { background: #ffbc2c; }
.sub-dashboard-mock__bar span:nth-child(3) { background: #2acb42; }

.sub-dashboard-mock__body {
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sub-dash-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 12px;
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, .04);
    transition: transform .2s;
}

.sub-dash-row:hover { transform: translateX(2px); }

.sub-dash-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.sub-dash-row strong {
    display: block;
    font-size: .95rem;
    color: #2b2b2b;
}

.sub-dash-row .btn { pointer-events: none; }

/* ── Final CTA ── */
.sub-final-cta {
    background: linear-gradient(135deg, var(--ciotolandia-green) 0%, #015a2e 100%);
    color: #fff;
    border-radius: 24px;
    padding: 56px 40px;
    box-shadow: 0 20px 60px rgba(1, 127, 66, .25);
}

.sub-final-cta h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
}

.sub-final-cta p {
    color: rgba(255, 255, 255, .88);
    max-width: 560px;
    margin: 0 auto;
}

.sub-final-cta .btn-cl {
    background: #fff;
    color: var(--ciotolandia-orange);
    border-color: #fff;
}

.sub-final-cta .btn-cl:hover {
    background: var(--ciotolandia-orange);
    color: #fff;
    border-color: var(--ciotolandia-orange);
}

/* ── Icon wrap pattern (ripreso da come-funziona) ── */
.cl-card .fresh-icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--ciotolandia-orange);
    margin-bottom: 16px;
    background: linear-gradient(135deg, #FFE8DA, #FFCFB2);
}

@media (max-width: 767.98px) {
    .sub-final-cta { padding: 40px 24px; }
    .sub-cadence-card { padding: 32px 24px; }
    .sub-cadence-num { font-size: 3.4rem; }
    .sub-shipping-banner { flex-direction: column; text-align: center; }
}
