.contatti-page{background:var(--vs-theme-surface-muted);flex-direction:column;min-height:100vh;display:flex}.contatti-main{flex:1;justify-content:center;padding:2.5rem 1.25rem 3.5rem;display:flex}.contatti-card{background:var(--vs-theme-surface);border:1px solid var(--vs-theme-border);width:100%;max-width:760px;color:var(--vs-theme-text);border-radius:14px;padding:2.75rem clamp(1.25rem,4vw,3rem);font-size:.95rem;line-height:1.7}.contatti-card h2{color:var(--vs-theme-primary);margin:0 0 1rem;font-size:1.5rem;font-weight:700;line-height:1.25}.contatti-intro{color:var(--vs-theme-text-secondary);margin:0 0 1.75rem}.contatti-list{flex-direction:column;gap:1rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.contatti-list li{background:var(--vs-theme-surface-muted);border:1px solid var(--vs-theme-border);border-radius:10px;padding:1rem 1.1rem 1rem 2.6rem;position:relative}.contatti-list li:before{content:"";background:var(--vs-theme-accent);border-radius:50%;width:8px;height:8px;position:absolute;top:1.35rem;left:1.1rem}.contatti-list strong{color:var(--vs-theme-primary);margin-bottom:.15rem;font-weight:700;display:block}.contatti-cta{border-top:1px solid var(--vs-theme-border);margin:0;padding-top:1.5rem;font-size:1rem}.contatti-mail{color:var(--vs-theme-primary);text-underline-offset:2px;font-weight:700;text-decoration:underline}.contatti-mail:hover{color:var(--vs-theme-accent)}
