/* ===== HERO ASSISTENZA ===== */
.csc-ah{ background:#fff; padding-top:120px; padding-bottom:40px; }
@media(min-width:768px){ .csc-ah{ padding-top:130px; padding-bottom:48px; } }
@media(min-width:1024px){ .csc-ah{ padding-top:140px; padding-bottom:64px; } }
.csc-ah__tabs{ display:grid; grid-template-columns:repeat(2,1fr); gap:8px; margin-bottom:16px; }
@media(min-width:768px){ .csc-ah__tabs{ grid-template-columns:repeat(4,1fr); gap:12px; margin-bottom:24px; } }
.csc-ah__tab{ position:relative; padding:16px 12px; border-radius:5px; text-align:left; display:flex; flex-direction:column; justify-content:space-between; min-height:80px; text-decoration:none; background:#f5f5f5; color:#3183ba; transition:background .2s; }
@media(min-width:768px){ .csc-ah__tab{ padding:20px 16px; min-height:90px; } }
@media(min-width:1024px){ .csc-ah__tab{ padding:24px 16px; min-height:100px; } }
.csc-ah__tab:hover{ background:#e8e8e8; }
.csc-ah__tab.primary{ background:#3183ba; color:#fff; }
.csc-ah__tab span{ font-size:11px; font-weight:700; line-height:1.2; }
@media(min-width:768px){ .csc-ah__tab span{ font-size:13px; } }
@media(min-width:1024px){ .csc-ah__tab span{ font-size:15px; } }
.csc-ah__tab svg{ width:12px; height:12px; margin-top:8px; }
@media(min-width:768px){ .csc-ah__tab svg{ width:16px; height:16px; } }
.csc-ah__title{ font-size:24px; font-weight:700; color:#3183ba; line-height:1.05; margin:0 0 16px; }
@media(min-width:768px){ .csc-ah__title{ font-size:36px; margin-bottom:24px; } }
@media(min-width:1024px){ .csc-ah__title{ font-size:48px; } }
.csc-ah__img img{ width:100%; height:200px; object-fit:cover; opacity:.9; border-radius:16px; display:block; }
@media(min-width:768px){ .csc-ah__img img{ height:350px; border-radius:24px; } }
@media(min-width:1024px){ .csc-ah__img img{ height:450px; border-radius:32px; } }
.csc-ah__sub{ font-size:15px; font-weight:700; color:#3183ba; line-height:1.35; margin:16px 0 0; max-width:700px; }
@media(min-width:768px){ .csc-ah__sub{ font-size:20px; margin-top:24px; } }
@media(min-width:1024px){ .csc-ah__sub{ font-size:26px; margin-top:32px; } }

/* ===== SERVIZI 01-04 ===== */
.csc-asv{ background:#f5f5f5; padding:40px 0; }
@media(min-width:768px){ .csc-asv{ padding:48px 0; } }
@media(min-width:1024px){ .csc-asv{ padding:64px 0; } }
.csc-asv__grid{ display:grid; grid-template-columns:1fr; gap:32px; }
@media(min-width:768px){ .csc-asv__grid{ grid-template-columns:repeat(2,1fr); } }
@media(min-width:1024px){ .csc-asv__grid{ grid-template-columns:repeat(4,1fr); gap:24px; } }
.csc-asv__item{ position:relative; transition-delay:calc(var(--i,0)*.1s); }
@media(min-width:1024px){ .csc-asv__item:not(:last-child)::after{ content:''; position:absolute; right:-12px; top:50%; transform:translateY(-50%); height:80%; width:1px; background:#e0e0e0; } }
.csc-asv__num{ display:block; font-size:36px; font-weight:700; color:#3183ba; line-height:.85; margin-bottom:8px; }
@media(min-width:768px){ .csc-asv__num{ font-size:48px; margin-bottom:12px; } }
@media(min-width:1024px){ .csc-asv__num{ font-size:64px; } }
.csc-asv__line{ width:24px; height:2px; background:#3183ba; margin-bottom:12px; }
@media(min-width:768px){ .csc-asv__line{ width:32px; margin-bottom:16px; } }
.csc-asv__item h3{ font-size:15px; font-weight:700; color:#3183ba; line-height:1.2; margin:0 0 8px; }
@media(min-width:768px){ .csc-asv__item h3{ font-size:18px; margin-bottom:12px; } }
@media(min-width:1024px){ .csc-asv__item h3{ font-size:22px; } }
.csc-asv__item p{ font-size:13px; color:rgba(40,40,40,.8); line-height:1.5; margin:0; }
@media(min-width:768px){ .csc-asv__item p{ font-size:15px; } }
@media(min-width:1024px){ .csc-asv__item p{ font-size:17px; } }

/* ===== CTA ===== */
.csc-act{ position:relative; overflow:hidden; }
.csc-act__bg{ width:100%; height:auto; display:block; }
.csc-act__wrap{ position:absolute; inset:0; display:flex; align-items:center; justify-content:flex-end; }
.csc-act__inner{ width:100%; display:flex; justify-content:flex-end; }
.csc-act__card{ background:#3183ba; border-radius:16px; padding:20px; width:100%; max-width:320px; text-align:center; }
@media(min-width:768px){ .csc-act__card{ border-radius:24px; padding:24px; max-width:380px; } }
@media(min-width:1024px){ .csc-act__card{ border-radius:32px; padding:32px; max-width:420px; } }
.csc-act__card h2{ font-size:20px; font-weight:700; color:#fff; line-height:1.1; margin:0 0 12px; }
@media(min-width:768px){ .csc-act__card h2{ font-size:28px; margin-bottom:16px; } }
@media(min-width:1024px){ .csc-act__card h2{ font-size:36px; } }
.csc-act__card p{ font-size:13px; color:#fff; line-height:1.4; margin:0 0 16px; }
@media(min-width:768px){ .csc-act__card p{ font-size:15px; margin-bottom:20px; } }
@media(min-width:1024px){ .csc-act__card p{ font-size:17px; } }
.csc-act__btn{ display:inline-flex; align-items:center; justify-content:center; gap:8px; background:#fff; color:#3183ba; padding:8px 16px; border-radius:18px; font-size:13px; font-weight:500; text-decoration:none; transition:background .2s; }
@media(min-width:768px){ .csc-act__btn{ padding:10px 20px; font-size:14px; } }
@media(min-width:1024px){ .csc-act__btn{ font-size:15px; } }
.csc-act__btn:hover{ background:rgba(255,255,255,.9); }
