/* =========================================================
   SERVIZI PAGE — services.css
   ========================================================= */

/* ---------------------------------------------------------
   DESIGN TOKENS
   --------------------------------------------------------- */
.sv-page {
    --co-red: #BE1622;
    --co-red-hover: #a01020;
    --co-dark: #0d0f11;
    --co-dark-red: #3a0608;
    --co-text-dark: #1a1a1a;
    --co-text-body: #333;
    --co-border: #e5e5e5;
    --co-bg-light: #f2f2f2;
    --co-bg-lighter: #fafafa;
}

/* ---------------------------------------------------------
   RESET EREDITÀ LAYOUT
   --------------------------------------------------------- */
.sv-page {
    margin: 0;
    padding: 0;
    background: none;
}

/* ---------------------------------------------------------
   CONTAINER
   --------------------------------------------------------- */
.sv-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 32px;
}

/* ---------------------------------------------------------
   SEZIONI
   --------------------------------------------------------- */
.sv-section {
    padding: 80px 0;
}

.sv-section--light {
    background: var(--co-bg-light);
}

.sv-section--white {
    background: #ffffff;
}

.sv-section--dark {
    background: linear-gradient(135deg, var(--co-dark) 0%, var(--co-dark-red) 60%, var(--co-red) 100%);
}

/* ---------------------------------------------------------
   INTESTAZIONE SEZIONE
   --------------------------------------------------------- */
.sv-section-head {
    max-width: 780px;
    margin: 0 auto 56px;
    text-align: center;
}

.sv-kicker {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--co-red);
    margin-bottom: 14px;
}

.sv-kicker--light {
    color: rgba(255, 255, 255, 0.45);
}

.sv-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1;
    letter-spacing: 0.01em;
    color: var(--co-text-dark);
    margin: 0 0 20px;
    text-transform: uppercase;
}

.sv-title--light {
    color: #ffffff;
}

.sv-lead {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: var(--co-text-body);
    margin: 0 0 16px;
}

.sv-lead:last-child {
    margin-bottom: 0;
}

.sv-sublead {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    color: var(--co-text-body);
    margin: 0;
}

.sv-sublead strong {
    font-weight: 600;
    color: var(--co-text-dark);
}

/* ---------------------------------------------------------
   GRIGLIA STEP (CONSULENZA)
   --------------------------------------------------------- */
.sv-steps-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--co-text-dark);
    margin: 0 0 20px;
}

.sv-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.sv-step-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid var(--co-border);
    padding: 28px 26px 32px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.sv-step-number {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: 48px;
    line-height: 1;
    color: var(--co-red);
    margin-bottom: 12px;
    opacity: 0.9;
}

.sv-step-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--co-text-dark);
    margin: 0 0 12px;
}

.sv-step-body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.65;
    color: var(--co-text-body);
    margin: 0;
}

/* ---------------------------------------------------------
   DIVIDER DECORATIVO
   --------------------------------------------------------- */
.sv-divider {
    height: 1px;
    background: var(--co-border);
    margin: 0;
}

/* ---------------------------------------------------------
   GRIGLIA SERVIZI
   --------------------------------------------------------- */
.sv-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.sv-service-card {
    background: var(--co-bg-lighter);
    border-radius: 12px;
    border: 1px solid var(--co-border);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.sv-service-card--featured {
    background: #ffffff;
    border-color: var(--co-red);
}

.sv-service-head {
    background: var(--co-red);
    padding: 22px 28px;
}

.sv-service-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.05;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.02em;
}

.sv-service-title span {
    font-weight: 400;
    opacity: 0.85;
}

.sv-service-body {
    padding: 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sv-service-body p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: var(--co-text-body);
    margin: 0;
}

.sv-service-body p strong,
.sv-service-body p b,
.sv-step-body strong,
.sv-step-body b,
.sv-lead strong,
.sv-lead b,
.sv-sublead strong,
.sv-sublead b {
    font-weight: 600;
    color: var(--co-text-dark);
}

.sv-service-quote {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: var(--co-text-dark) !important;
    letter-spacing: 0.03em;
    border-left: 3px solid var(--co-red);
    padding-left: 14px;
    margin: 4px 0 !important;
}

.sv-service-list-label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--co-text-dark);
    margin: 4px 0 0 !important;
}

.sv-service-list {
    list-style: none;
    padding: 0;
    margin: 4px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sv-service-list li {
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--co-text-body);
    padding-left: 20px;
    position: relative;
}

.sv-service-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--co-red);
}

/* ---------------------------------------------------------
   PULSANTI
   --------------------------------------------------------- */
.sv-btn-primary {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background: var(--co-red);
    padding: 13px 28px;
    border-radius: 4px;
    margin-top: auto;
    align-self: flex-start;
    border: none;
    cursor: pointer;
}

.sv-btn-primary:hover {
    background: var(--co-red-hover);
    color: #ffffff;
    text-decoration: none;
}

/* ---------------------------------------------------------
   CTA SEZIONE DARK
   --------------------------------------------------------- */
.sv-section--dark {
    padding: 96px 32px;
}

.sv-cta {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sv-cta .sv-kicker--light {
    margin-bottom: 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
}

.sv-cta .sv-title--light {
    font-size: clamp(48px, 7vw, 80px);
    margin-bottom: 28px;
}

.sv-cta-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 44px;
}

.sv-cta .sv-btn-primary {
    align-self: center;
    padding: 15px 36px;
    font-size: 13.5px;
}

/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */
@media screen and (max-width: 900px) {
    .sv-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .sv-section {
        padding: 56px 0;
    }

    .sv-container {
        padding: 0 20px;
    }

    .sv-section-head {
        margin-bottom: 36px;
    }

    .sv-steps {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sv-services {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sv-step-number {
        font-size: 38px;
    }

    .sv-title {
        font-size: clamp(32px, 8vw, 46px);
    }
}
