
/* ==========================================================
   SASACO SECURITY CENTER
   ========================================================== */

body.sasaco-security-body {
  background:#f5f7fb;
}

body.sasaco-security-body #bread {
  display:none!important;
}

.ssc,
.ssc * {
  box-sizing:border-box;
}

.ssc {
  width:100%;
  color:#12213e;
}

.ssc a {
  text-decoration:none;
}

.ssc-container {
  width:min(1240px,calc(100% - 40px));
  margin:0 auto;
}


/* HERO */

.ssc-hero {
  padding:30px 0 34px;
}

.ssc-hero-card {
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  overflow:hidden;
  min-height:430px;
  border:1px solid #e1e8f2;
  border-radius:32px;
  background:#fff;
  box-shadow:0 18px 50px rgba(24,46,86,.07);
}

.ssc-hero-copy {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:58px 60px;
}

.ssc-badge {
  display:inline-flex;
  align-self:flex-start;
  align-items:center;
  gap:8px;
  margin-bottom:20px;
  padding:9px 14px;
  border-radius:999px;
  color:#155fd1;
  background:#edf4ff;
  font-size:13px;
  font-weight:800;
}

.ssc-hero h1 {
  margin:0 0 16px;
  font-size:clamp(40px,5vw,62px);
  line-height:1.02;
  letter-spacing:-1.8px;
  color:#0d1d3b;
}

.ssc-hero-copy > p {
  max-width:620px;
  margin:0;
  color:#657289;
  font-size:18px;
  line-height:1.65;
}

.ssc-hero-visual {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:100%;
  overflow:hidden;
  background:
    radial-gradient(circle at 80% 18%,rgba(255,71,60,.18),transparent 32%),
    radial-gradient(circle at 20% 85%,rgba(30,103,225,.20),transparent 38%),
    linear-gradient(145deg,#f8fbff,#edf4ff);
}

.ssc-shield {
  position:relative;
  width:220px;
  height:220px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:55px;
  color:#fff;
  background:linear-gradient(145deg,#1a68e3,#0c48a4);
  box-shadow:0 35px 70px rgba(19,79,174,.24);
  transform:rotate(-5deg);
}

.ssc-shield:after {
  content:"";
  position:absolute;
  inset:20px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:42px;
}

.ssc-shield i {
  position:relative;
  z-index:2;
  font-size:95px;
  transform:rotate(5deg);
}

.ssc-alert {
  position:absolute;
  top:18%;
  right:16%;
  width:62px;
  height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  background:#ff4b3e;
  color:#fff;
  font-size:26px;
  box-shadow:0 18px 35px rgba(255,75,62,.25);
}


/* HUB */

.ssc-hub {
  padding:22px 0 50px;
}

.ssc-hub-heading {
  text-align:center;
  max-width:760px;
  margin:0 auto 32px;
}

.ssc-hub-heading h2 {
  margin:0 0 10px;
  color:#10203e;
  font-size:clamp(28px,3.4vw,40px);
}

.ssc-hub-heading p {
  margin:0;
  color:#68758b;
  font-size:16px;
  line-height:1.6;
}

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

.ssc-group {
  padding:30px;
  border:1px solid #e1e8f1;
  border-radius:26px;
  background:#fff;
  box-shadow:0 12px 34px rgba(24,46,86,.05);
}

.ssc-group-icon {
  width:56px;
  height:56px;
  margin-bottom:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  color:#1462da;
  background:#edf4ff;
  font-size:24px;
}

.ssc-group:nth-child(2) .ssc-group-icon {
  color:#e34049;
  background:#fff0f1;
}

.ssc-group:nth-child(3) .ssc-group-icon {
  color:#108776;
  background:#eaf9f5;
}

.ssc-group h2 {
  margin:0 0 18px;
  color:#12213e;
  font-size:22px;
}

.ssc-link-list {
  display:grid;
  gap:0;
}

.ssc-link {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:15px 0;
  border-top:1px solid #edf1f6;
  color:#263a5c;
  font-size:15px;
  font-weight:650;
  line-height:1.4;
}

.ssc-link:first-child {
  border-top:0;
}

.ssc-link i {
  color:#1a63d6;
  font-size:12px;
}

.ssc-link:hover {
  color:#1762d6;
}


/* ARTICLE */

.ssc-article-wrap {
  padding:28px 0 54px;
}

.ssc-breadcrumb {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
  margin-bottom:22px;
  color:#7b8799;
  font-size:13px;
}

.ssc-breadcrumb a {
  color:#2765bc;
}

.ssc-article-grid {
  display:grid;
  grid-template-columns:300px minmax(0,1fr);
  gap:28px;
  align-items:start;
}

.ssc-sidebar {
  position:sticky;
  top:20px;
  padding:22px;
  border:1px solid #e2e8f1;
  border-radius:24px;
  background:#fff;
  box-shadow:0 10px 30px rgba(24,46,86,.045);
}

.ssc-sidebar-title {
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 18px;
  color:#0f2142;
  font-size:20px;
}

.ssc-side-group {
  margin-top:21px;
}

.ssc-side-group:first-of-type {
  margin-top:0;
}

.ssc-side-group > strong {
  display:block;
  margin-bottom:8px;
  color:#10203e;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.ssc-side-link {
  display:block;
  margin:2px 0;
  padding:9px 11px;
  border-radius:11px;
  color:#526078;
  font-size:13px;
  line-height:1.35;
}

.ssc-side-link:hover {
  color:#135fcf;
  background:#f3f7fd;
}

.ssc-side-link.active {
  color:#0f58c4;
  background:#eaf2ff;
  font-weight:800;
}

.ssc-article {
  padding:44px 50px;
  border:1px solid #e1e8f1;
  border-radius:28px;
  background:#fff;
  box-shadow:0 14px 38px rgba(24,46,86,.05);
}

.ssc-article-tag {
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:14px;
  padding:8px 12px;
  border-radius:999px;
  color:#155fd1;
  background:#edf4ff;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.ssc-article h1 {
  margin:0 0 18px;
  color:#0d1e3d;
  font-size:clamp(34px,4.2vw,50px);
  line-height:1.08;
  letter-spacing:-1.2px;
}

.ssc-lead {
  margin:0 0 32px;
  color:#5e6d85;
  font-size:18px;
  line-height:1.7;
}

.ssc-content-section {
  padding:28px 0;
  border-top:1px solid #e9edf4;
}

.ssc-content-section h2 {
  margin:0 0 14px;
  color:#11213f;
  font-size:27px;
}

.ssc-content-section p {
  margin:0 0 13px;
  color:#55647c;
  font-size:16px;
  line-height:1.75;
}

.ssc-content-section ul {
  margin:15px 0 0;
  padding:0;
  list-style:none;
}

.ssc-content-section li {
  position:relative;
  margin:11px 0;
  padding-left:29px;
  color:#4e5e77;
  font-size:15px;
  line-height:1.6;
}

.ssc-content-section li:before {
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:20px;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  color:#1462d8;
  background:#eaf2ff;
  font-size:11px;
  font-weight:900;
}

.ssc-warning {
  margin:26px 0 4px;
  padding:22px 24px;
  border:1px solid #ffd8d5;
  border-radius:18px;
  background:#fff7f6;
}

.ssc-warning strong {
  display:block;
  margin-bottom:7px;
  color:#b52e37;
}

.ssc-warning p {
  margin:0;
  color:#66555a;
  line-height:1.6;
}

.ssc-contact-box {
  margin-top:30px;
  padding:28px;
  border-radius:22px;
  background:linear-gradient(135deg,#102753,#071a3a);
  color:#fff;
}

.ssc-contact-box h3 {
  margin:0 0 8px;
  color:#fff;
  font-size:24px;
}

.ssc-contact-box p {
  margin:0 0 18px;
  color:#d4deec;
  line-height:1.6;
}

.ssc-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  padding:12px 19px;
  border-radius:12px;
  color:#fff!important;
  background:#1764dc;
  font-weight:800;
}


/* MOBILE */

@media(max-width:980px) {

  .ssc-hero-card {
    grid-template-columns:1fr;
  }

  .ssc-hero-visual {
    min-height:300px;
  }

  .ssc-groups {
    grid-template-columns:1fr;
  }

  .ssc-article-grid {
    grid-template-columns:1fr;
  }

  .ssc-sidebar {
    position:static;
  }
}

@media(max-width:700px) {

  .ssc-container {
    width:min(100% - 24px,1240px);
  }

  .ssc-hero {
    padding:18px 0 24px;
  }

  .ssc-hero-card {
    border-radius:24px;
  }

  .ssc-hero-copy {
    padding:34px 24px;
  }

  .ssc-hero-visual {
    min-height:240px;
  }

  .ssc-shield {
    width:160px;
    height:160px;
    border-radius:40px;
  }

  .ssc-shield i {
    font-size:70px;
  }

  .ssc-group {
    padding:23px;
    border-radius:21px;
  }

  .ssc-article {
    padding:28px 20px;
    border-radius:22px;
  }

  .ssc-sidebar {
    border-radius:20px;
  }
}

/* ==========================================================
   SASACO SECURITY
   ARTICLE CONTENT CLEANUP
   ========================================================== */

.ssc-article .ssc-content-section {
  display: block !important;

  margin: 0 !important;
  padding: 28px 0 !important;

  background: transparent !important;

  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;

  box-shadow: none !important;
}

.ssc-article .ssc-content-section + .ssc-content-section {
  border-top: 1px solid #e7edf5 !important;
}

.ssc-article .ssc-content-section:first-of-type {
  border-top: 1px solid #e7edf5 !important;
}

.ssc-article .ssc-content-section h2 {
  margin: 0 0 14px !important;

  color: #10203e !important;

  font-size: 28px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.ssc-article .ssc-content-section p {
  margin: 0 0 14px !important;

  color: #596983 !important;

  font-size: 16px !important;
  line-height: 1.7 !important;
}

.ssc-article .ssc-content-section ul {
  margin: 20px 0 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: 0 !important;
}

.ssc-article .ssc-content-section li {
  background: transparent !important;
  border: 0 !important;
}

/* Il rosa resta solamente per veri avvisi */
.ssc-article .ssc-warning {
  margin-top: 30px !important;

  background: #fff7f6 !important;
  border: 1px solid #ffd9d5 !important;
  border-radius: 18px !important;
}

@media (max-width: 700px) {

  .ssc-article .ssc-content-section {
    padding: 23px 0 !important;
  }

  .ssc-article .ssc-content-section h2 {
    font-size: 24px !important;
  }

}

/* ==========================================================
   SASACO SECURITY
   STESSA LARGHEZZA DI CHI SIAMO
   ========================================================== */

/* Desktop e tablet */
body.sasaco-security-body .ssc-container {
  width: calc(100% - 2cm) !important;
  max-width: none !important;

  margin-left: 1cm !important;
  margin-right: 1cm !important;
}

/* Articoli: sidebar stabile + contenuto più ampio */
body.sasaco-security-body .ssc-article-grid {
  grid-template-columns:
    300px
    minmax(0, 1fr) !important;

  gap: 28px !important;
}

/* Mobile: stessi margini ridotti usati da Chi siamo */
@media screen and (max-width: 767px) {

  body.sasaco-security-body .ssc-container {
    width: calc(100% - 16px) !important;

    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  body.sasaco-security-body .ssc-article-grid {
    grid-template-columns: 1fr !important;
  }

}

/* ==========================================================
   SASACO SECURITY CENTER
   ARTICLE STYLE V2
   Tutti gli articoli sicurezza
   ========================================================== */


/* ----------------------------------------------------------
   AREA ARTICOLO
   ---------------------------------------------------------- */

body.sasaco-security-body .ssc-article {
  padding: 46px 48px !important;

  border: 1px solid #dfe7f1 !important;
  border-radius: 30px !important;

  background: #ffffff !important;

  box-shadow:
    0 16px 42px rgba(24,46,86,.055) !important;
}


/* ----------------------------------------------------------
   BADGE CATEGORIA
   ---------------------------------------------------------- */

body.sasaco-security-body .ssc-article-tag {
  padding: 9px 14px !important;

  border-radius: 999px !important;

  color: #0e5fd8 !important;
  background: #edf4ff !important;

  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .035em !important;
}


/* ----------------------------------------------------------
   TITOLO PRINCIPALE
   ---------------------------------------------------------- */

body.sasaco-security-body .ssc-article h1 {
  margin: 15px 0 18px !important;

  color: #102348 !important;

  font-size: clamp(38px,4vw,55px) !important;
  line-height: 1.08 !important;
  letter-spacing: -1.4px !important;
  font-weight: 700 !important;
}


body.sasaco-security-body .ssc-lead {
  max-width: 1040px !important;

  margin-bottom: 32px !important;

  color: #61708a !important;

  font-size: 18px !important;
  line-height: 1.7 !important;
}


/* ----------------------------------------------------------
   SEZIONI CONTENUTO
   ---------------------------------------------------------- */

body.sasaco-security-body
.ssc-article
.ssc-content-section {

  margin: 18px 0 !important;
  padding: 28px 30px !important;

  border: 1px solid #e3eaf3 !important;
  border-radius: 22px !important;

  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f8faff 100%
    ) !important;

  box-shadow:
    0 8px 24px rgba(30,57,96,.035) !important;
}


/* niente bordi ereditati */
body.sasaco-security-body
.ssc-article
.ssc-content-section:first-of-type,

body.sasaco-security-body
.ssc-article
.ssc-content-section + .ssc-content-section {

  border-top:
    1px solid #e3eaf3 !important;
}


/* ----------------------------------------------------------
   TITOLI SEZIONI
   ---------------------------------------------------------- */

body.sasaco-security-body
.ssc-content-section h2 {

  position: relative;

  margin: 0 0 15px !important;
  padding-left: 17px !important;

  color: #102348 !important;

  font-size: 27px !important;
  line-height: 1.22 !important;
  font-weight: 700 !important;
}


/* barra SASACO */
body.sasaco-security-body
.ssc-content-section h2::before {

  content: "";

  position: absolute;

  left: 0;
  top: 4px;

  width: 5px;
  height: calc(100% - 8px);

  min-height: 25px;

  border-radius: 20px;

  background:
    linear-gradient(
      180deg,
      #1767e8 0%,
      #1767e8 65%,
      #ef3f4c 65%,
      #ef3f4c 100%
    );
}


/* ----------------------------------------------------------
   PARAGRAFI
   ---------------------------------------------------------- */

body.sasaco-security-body
.ssc-content-section p {

  margin: 0 0 13px !important;

  color: #596982 !important;

  font-size: 16px !important;
  line-height: 1.72 !important;
}


/* ----------------------------------------------------------
   LISTE
   ---------------------------------------------------------- */

body.sasaco-security-body
.ssc-content-section ul {

  display: grid !important;

  gap: 10px !important;

  margin: 20px 0 0 !important;
  padding: 0 !important;
}


body.sasaco-security-body
.ssc-content-section li {

  position: relative !important;

  margin: 0 !important;
  padding: 11px 14px 11px 45px !important;

  border: 1px solid #e5ebf4 !important;
  border-radius: 13px !important;

  background: #ffffff !important;

  color: #506078 !important;

  font-size: 15px !important;
  line-height: 1.5 !important;
}


body.sasaco-security-body
.ssc-content-section li::before {

  content: "✓" !important;

  position: absolute !important;

  left: 13px !important;
  top: 50% !important;

  transform: translateY(-50%) !important;

  width: 22px !important;
  height: 22px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 7px !important;

  color: #1765de !important;
  background: #eaf2ff !important;

  font-size: 12px !important;
  font-weight: 900 !important;
}


/* ----------------------------------------------------------
   SIDEBAR SASACO
   ---------------------------------------------------------- */

body.sasaco-security-body .ssc-sidebar {

  padding: 24px 22px !important;

  border: 1px solid #dfe7f1 !important;
  border-radius: 24px !important;

  background: #ffffff !important;

  box-shadow:
    0 12px 30px rgba(24,46,86,.045) !important;
}


body.sasaco-security-body .ssc-sidebar-title {

  padding-bottom: 15px !important;

  border-bottom: 1px solid #edf1f6 !important;

  color: #102348 !important;
}


body.sasaco-security-body .ssc-side-group > strong {

  margin-top: 18px !important;
  margin-bottom: 7px !important;

  color: #102348 !important;

  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .055em !important;
}


body.sasaco-security-body .ssc-side-link {

  padding: 10px 11px !important;

  border-radius: 11px !important;

  color: #56657d !important;
}


body.sasaco-security-body .ssc-side-link:hover {

  color: #125fd5 !important;
  background: #f2f6fd !important;
}


body.sasaco-security-body .ssc-side-link.active {

  color: #075bd4 !important;

  background:
    linear-gradient(
      90deg,
      #e6efff,
      #eff5ff
    ) !important;

  font-weight: 800 !important;
}


/* ----------------------------------------------------------
   BOX "HAI UN DUBBIO?"
   ---------------------------------------------------------- */

body.sasaco-security-body .ssc-warning {

  margin-top: 26px !important;
  padding: 23px 25px !important;

  border: 1px solid #ffd8d4 !important;
  border-radius: 18px !important;

  background:
    linear-gradient(
      135deg,
      #fff8f7,
      #fff4f3
    ) !important;

  box-shadow: none !important;
}


body.sasaco-security-body .ssc-warning strong {

  color: #c93440 !important;

  font-size: 17px !important;
}


body.sasaco-security-body .ssc-warning p {

  color: #6d5a61 !important;
}


/* ----------------------------------------------------------
   CONTATTACI
   ---------------------------------------------------------- */

body.sasaco-security-body .ssc-contact-box {

  position: relative;

  overflow: hidden;

  margin-top: 24px !important;
  padding: 30px 32px !important;

  border-radius: 22px !important;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(32,111,233,.32),
      transparent 37%
    ),
    linear-gradient(
      135deg,
      #10294f,
      #071b37
    ) !important;

  box-shadow:
    0 16px 38px rgba(8,29,62,.14) !important;
}


body.sasaco-security-body .ssc-contact-box h3 {

  color: #ffffff !important;

  font-size: 25px !important;
}


body.sasaco-security-body .ssc-contact-box p {

  max-width: 760px !important;

  color: #d7e1ef !important;

  font-size: 15px !important;
}


body.sasaco-security-body .ssc-contact-box .ssc-btn {

  min-height: 48px !important;

  padding: 13px 21px !important;

  border-radius: 12px !important;

  background:
    linear-gradient(
      135deg,
      #1670ee,
      #125aca
    ) !important;

  box-shadow:
    0 9px 20px rgba(19,97,218,.25) !important;
}


/* ----------------------------------------------------------
   TABLET
   ---------------------------------------------------------- */

@media screen and (max-width: 980px) {

  body.sasaco-security-body .ssc-article {
    padding: 36px 30px !important;
  }

}


/* ----------------------------------------------------------
   MOBILE
   ---------------------------------------------------------- */

@media screen and (max-width: 767px) {

  body.sasaco-security-body .ssc-article {
    padding: 26px 18px !important;

    border-radius: 22px !important;
  }

  body.sasaco-security-body .ssc-article h1 {

    font-size: 34px !important;

    letter-spacing: -.8px !important;
  }

  body.sasaco-security-body .ssc-lead {

    font-size: 16px !important;
  }

  body.sasaco-security-body
  .ssc-article
  .ssc-content-section {

    padding: 22px 17px !important;

    border-radius: 17px !important;
  }

  body.sasaco-security-body
  .ssc-content-section h2 {

    font-size: 23px !important;
  }

  body.sasaco-security-body
  .ssc-content-section li {

    padding-right: 10px !important;
  }

}
