.elementor-929 .elementor-element.elementor-element-5d1500f{--display:flex;}.elementor-929 .elementor-element.elementor-element-5d1500f:not(.elementor-motion-effects-element-type-background), .elementor-929 .elementor-element.elementor-element-5d1500f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F0E4;}/* Start custom CSS for html, class: .elementor-element-93c03b3 *//* ============================================
   SOLE IN FIORE — Privacy Policy CSS
   Da incollare in: Elementor > Impostazioni sito
   > CSS Personalizzato  (oppure Aspetto >
   Personalizza > CSS aggiuntivo)
   ============================================ */

:root {
  --sif-cream:        #f5f0e4;
  --sif-teal:         #1a5c5a;
  --sif-teal-light:   #2a7a78;
  --sif-teal-pale:    #e8f2f1;
  --sif-orange:       #f07830;
  --sif-orange-light: #fde8d8;
  --sif-ink:          #1c1c1c;
  --sif-muted:        #666666;
  --sif-rule:         #d5ccb8;
  --sif-white:        #ffffff;
}

/* ── TOPBAR ── */
.sif-topbar {
  background: var(--sif-teal);
  text-align: center;
  padding: 9px 20px;
  margin-bottom: 0;
}
.sif-topbar p {
  color: rgba(255,255,255,.6);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  margin: 0;
}

/* ── HEADER ── */
.sif-header {
  background: var(--sif-cream);
  padding: 52px 20px 44px;
  text-align: center;
  border-bottom: 1px solid var(--sif-rule);
  position: relative;
  overflow: hidden;
}
.sif-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 120%, rgba(240,120,48,.08) 0%, transparent 70%);
  pointer-events: none;
}
.sif-logo-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 28px;
}
.sif-logo-mark {
  width: 52px; height: 52px;
  background: var(--sif-teal);
  border-radius: 50% 50% 50% 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 20px rgba(26,92,90,.2);
}
.sif-logo-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--sif-teal);
  font-family: 'Raleway', sans-serif;
}
.sif-logo-sub {
  font-size: 10px;
  color: var(--sif-muted);
  letter-spacing: .12em;
  font-family: 'Raleway', sans-serif;
}
.sif-header h1 {
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 700;
  color: var(--sif-teal);
  letter-spacing: .02em;
  line-height: 1.25;
  margin-bottom: 8px;
  font-family: 'Raleway', sans-serif;
}
.sif-header h1 em {
  font-style: italic;
  font-weight: 300;
  color: var(--sif-orange);
}
.sif-header .sif-subtitle {
  font-size: 12.5px;
  color: var(--sif-muted);
  letter-spacing: .06em;
  font-family: 'Raleway', sans-serif;
}
.sif-pill {
  display: inline-block;
  margin-top: 20px;
  background: var(--sif-teal);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 999px;
  font-family: 'Raleway', sans-serif;
}

/* ── TOC NAV ── */
.sif-toc {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--sif-white);
  border-bottom: 2px solid var(--sif-orange);
  padding: 0 24px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}
.sif-toc::-webkit-scrollbar { display: none; }
.sif-toc a {
  display: block;
  padding: 13px 14px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--sif-muted);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color .2s, border-color .2s;
  font-family: 'Raleway', sans-serif;
}
.sif-toc a:hover {
  color: var(--sif-teal);
  border-color: var(--sif-teal);
}

/* ── SEZIONI ── */
.sif-wrap {
  font-family: 'Raleway', sans-serif;
  color: var(--sif-ink);
  font-size: 15px;
  line-height: 1.8;
  background: var(--sif-cream);
  padding: 52px 0 80px;
}

.sif-section {
  margin-bottom: 52px;
  animation: sif-rise .45s ease both;
}
.sif-section:nth-child(1){animation-delay:.05s}
.sif-section:nth-child(2){animation-delay:.10s}
.sif-section:nth-child(3){animation-delay:.15s}
.sif-section:nth-child(4){animation-delay:.20s}
.sif-section:nth-child(5){animation-delay:.25s}
.sif-section:nth-child(6){animation-delay:.30s}
.sif-section:nth-child(7){animation-delay:.35s}
.sif-section:nth-child(8){animation-delay:.40s}

@keyframes sif-rise {
  from { opacity:0; transform:translateY(18px); }
  to   { opacity:1; transform:translateY(0); }
}

.sif-art-num {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--sif-orange);
  margin-bottom: 4px;
  font-family: 'Raleway', sans-serif;
}

.sif-section h2 {
  font-size: 19px;
  font-weight: 700;
  color: var(--sif-teal);
  letter-spacing: .02em;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1.5px solid var(--sif-rule);
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Raleway', sans-serif;
  line-height: 1.3;
}
.sif-ico {
  width: 32px; height: 32px;
  background: var(--sif-teal-pale);
  border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}

.sif-section h3 {
  font-size: 12px;
  font-weight: 700;
  color: var(--sif-teal-light);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 22px 0 8px;
  font-family: 'Raleway', sans-serif;
}

.sif-section p {
  margin-bottom: 12px;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--sif-ink);
}
.sif-section p:last-child { margin-bottom: 0; }
.sif-section strong { font-weight: 700; color: var(--sif-teal); }

/* ── INFO CARD ── */
.sif-info-card {
  background: var(--sif-white);
  border: 1px solid var(--sif-rule);
  border-left: 4px solid var(--sif-orange);
  border-radius: 10px;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
}
.sif-field .sif-label {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--sif-muted);
  display: block;
  margin-bottom: 3px;
  font-family: 'Raleway', sans-serif;
}
.sif-field .sif-val {
  font-weight: 600;
  color: var(--sif-ink);
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}
.sif-field a { color: var(--sif-teal); text-decoration: none; }
.sif-field a:hover { text-decoration: underline; }
.sif-full { grid-column: 1 / -1; }

/* ── BULLET LIST ── */
.sif-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 14px;
}
.sif-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 7px;
  font-size: 14.5px;
  font-family: 'Raleway', sans-serif;
  line-height: 1.7;
  color: var(--sif-ink);
}
.sif-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 8px; height: 8px;
  border-radius: 2px;
  background: var(--sif-orange);
  transform: rotate(45deg);
}

/* ── TABLE ── */
.sif-table-wrap {
  overflow-x: auto;
  margin: 14px 0;
  border-radius: 10px;
  border: 1px solid var(--sif-rule);
}
.sif-table { width: 100%; border-collapse: collapse; font-size: 13.5px; font-family: 'Raleway', sans-serif; }
.sif-table thead th {
  background: var(--sif-teal);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 13px 18px;
  text-align: left;
}
.sif-table tbody tr:nth-child(odd)  { background: var(--sif-white); }
.sif-table tbody tr:nth-child(even) { background: var(--sif-teal-pale); }
.sif-table tbody td {
  padding: 13px 18px;
  border-bottom: 1px solid var(--sif-rule);
  vertical-align: top;
  line-height: 1.55;
}
.sif-table tbody tr:last-child td { border-bottom: none; }

/* ── RETENTION ── */
.sif-retention-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 14px 0;
}
.sif-ret-card {
  background: var(--sif-white);
  border: 1px solid var(--sif-rule);
  border-top: 3px solid var(--sif-teal);
  border-radius: 10px;
  padding: 18px 20px;
}
.sif-ret-label {
  font-size: 10px; font-weight: 700; letter-spacing:.18em;
  text-transform:uppercase; color:var(--sif-muted);
  margin-bottom:6px; display:block;
  font-family: 'Raleway', sans-serif;
}
.sif-ret-dur {
  font-size: 24px; font-weight: 700;
  color: var(--sif-teal); margin-bottom: 6px;
  font-family: 'Raleway', sans-serif;
}
.sif-ret-desc {
  font-size: 12.5px; color: var(--sif-muted);
  line-height: 1.5; font-family: 'Raleway', sans-serif;
}

/* ── RIGHTS GRID ── */
.sif-rights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.sif-right-card {
  background: var(--sif-white);
  border: 1px solid var(--sif-rule);
  border-radius: 10px;
  padding: 16px 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  transition: transform .2s, box-shadow .2s;
}
.sif-right-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(26,92,90,.10);
}
.sif-right-card .sif-ri { font-size: 20px; flex-shrink: 0; margin-top: 1px; }
.sif-right-card strong {
  display: block; font-size: 13px;
  color: var(--sif-teal); margin-bottom: 3px;
  font-family: 'Raleway', sans-serif;
}
.sif-right-card span {
  font-size: 12px; color: var(--sif-muted);
  line-height: 1.4; font-family: 'Raleway', sans-serif;
}

/* ── CONTACT BAND ── */
.sif-contact-band {
  background: var(--sif-teal);
  border-radius: 12px;
  padding: 26px 30px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 40px;
  align-items: center;
}
.sif-cb-label {
  font-size: 9.5px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.5); display: block;
  margin-bottom: 4px; font-family: 'Raleway', sans-serif;
}
.sif-contact-band p {
  color: #fff; margin: 0;
  font-size: 14.5px; font-weight: 500;
  font-family: 'Raleway', sans-serif;
}
.sif-contact-band a { color: var(--sif-orange); text-decoration: none; font-weight: 700; }
.sif-contact-band a:hover { text-decoration: underline; }

/* ── UPDATE NOTICE ── */
.sif-update-notice {
  background: var(--sif-orange-light);
  border: 1px solid rgba(240,120,48,.3);
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 13px;
  margin-top: 14px;
  font-family: 'Raleway', sans-serif;
  color: var(--sif-ink);
}
.sif-update-notice strong { color: var(--sif-orange); }

/* ── RESPONSIVE ── */
@media (max-width: 640px) {
  .sif-info-card       { grid-template-columns: 1fr; }
  .sif-retention-row   { grid-template-columns: 1fr; }
  .sif-header          { padding: 36px 16px 28px; }
  .sif-toc a           { padding: 11px 10px; font-size: 9.5px; }
  .sif-contact-band    { flex-direction: column; padding: 20px; }
}/* End custom CSS */