/* Family DNS / Parental Control - ricostruita dalla prima anteprima approvata */

.family-page-width,
.family-hero-wrap {
  width: min(100% - 46px, 1180px);
  margin: 0 auto;
}

.family-hero {
  background: #061b33;
  color: #fff;
  overflow: hidden;
}

.family-hero-wrap {
  display: grid;
  grid-template-columns: 46% 54%;
  min-height: 486px;
  align-items: stretch;
}

.family-copy {
  padding: 44px 28px 44px 0;
  align-self: center;
}

.family-copy .eyebrow {
  margin: 0 0 13px;
  color: #a6ff5d;
  font-size: .95rem;
  font-weight: 950;
  letter-spacing: .02em;
}

.family-copy h1 {
  margin: 0 0 15px;
  color: #fff;
  font-size: clamp(2.35rem, 4.7vw, 4.05rem);
  line-height: 1.06;
  letter-spacing: -.055em;
}

.family-lead,
.family-sublead {
  max-width: 610px;
  margin: 0;
  color: rgba(255,255,255,.94);
  font-size: 1.03rem;
  line-height: 1.55;
}

.family-sublead {
  margin-top: 13px;
  color: rgba(255,255,255,.88);
}

.family-mini-features {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}

.family-mini-features span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 850;
  font-size: .92rem;
  line-height: 1.12;
}

.family-mini-features i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  color: #a6ff5d;
  border: 2px solid rgba(166,255,93,.78);
  font-style: normal;
}

.family-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.family-actions .btn {
  min-height: 50px;
}

.family-actions .btn-outline {
  color: #fff;
  border-color: rgba(255,255,255,.44);
  background: rgba(6,27,51,.34);
}

.family-visual {
  min-height: 486px;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  overflow: hidden;
}

.family-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.family-feature-strip {
  background: #fff;
  padding: 22px 0 18px;
}

.family-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.family-feature-grid article {
  min-height: 154px;
  text-align: center;
  border: 1px solid rgba(9,25,44,.08);
  border-radius: 12px;
  background: #fff;
  padding: 25px 16px 18px;
  box-shadow: 0 9px 24px rgba(6,27,51,.055);
}

.family-feature-grid span {
  display: block;
  color: #003b86;
  font-size: 2.65rem;
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 950;
}

.family-feature-grid h3 {
  margin: 0 0 8px;
  color: #071b35;
  font-size: 1rem;
  line-height: 1.2;
}

.family-feature-grid p {
  margin: 0;
  color: #4f5c6b;
  font-size: .88rem;
  line-height: 1.38;
}

.family-section {
  background: #fff;
  padding: 16px 0 0;
}

.family-includes {
  padding-top: 18px;
  padding-bottom: 26px;
}

.section-title.centered {
  text-align: center;
  margin-bottom: 18px;
}

.section-title h2 {
  margin: 0;
  color: #071b35;
  font-size: clamp(1.85rem, 2.8vw, 2.55rem);
  line-height: 1.15;
  letter-spacing: -.045em;
}

.italian-mark {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
}

.italian-mark span {
  width: 34px;
  height: 4px;
  border-radius: 999px;
}

.italian-mark span:nth-child(1) { background: #00A651; }
.italian-mark span:nth-child(2) { background: #fff; border: 1px solid rgba(9,25,44,.12); }
.italian-mark span:nth-child(3) { background: #e01b36; }

.family-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 18px;
}

.family-value-grid article {
  min-height: 112px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(9,25,44,.08);
  border-radius: 11px;
  background: #fff;
  padding: 18px 22px;
  box-shadow: 0 8px 22px rgba(6,27,51,.045);
}

.family-value-grid span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #003b86;
  background: #eef4ff;
  font-size: 2rem;
}

.family-value-grid h3,
.include-grid h3 {
  margin: 0 0 6px;
  color: #071b35;
  font-size: 1rem;
  line-height: 1.2;
}

.family-value-grid p,
.include-grid p {
  margin: 0;
  color: #4f5c6b;
  font-size: .88rem;
  line-height: 1.38;
}

.include-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 18px;
}

.include-grid article {
  min-height: 139px;
  text-align: center;
  border: 1px solid rgba(9,25,44,.08);
  border-radius: 11px;
  background: #fff;
  padding: 22px 16px 16px;
  box-shadow: 0 8px 22px rgba(6,27,51,.045);
}

.include-grid span {
  display: block;
  min-height: 48px;
  color: #003b86;
  font-size: 2.45rem;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 950;
}

.family-cta-section {
  background: #fff;
  padding: 10px 0 28px;
}

.family-cta-box {
  display: grid;
  grid-template-columns: 138px minmax(0,1fr) 260px;
  gap: 24px;
  align-items: center;
  border-radius: 14px;
  padding: 26px 32px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 45%, rgba(0,109,255,.34), transparent 20%),
    linear-gradient(135deg, #061b33 0%, #082c5f 60%, #04142a 100%);
  box-shadow: 0 16px 44px rgba(6,27,51,.13);
}

.cta-icon {
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  border-radius: 22px;
  color: #fff;
  background: rgba(255,255,255,.10);
  border: 2px solid rgba(255,255,255,.22);
  font-size: 4rem;
}

.family-cta-box h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.family-cta-box p {
  margin: 0;
  color: rgba(255,255,255,.88);
  line-height: 1.5;
}

.family-cta-box strong {
  display: block;
  margin-top: 8px;
  color: #a6ff5d;
}

.cta-actions {
  display: grid;
  gap: 12px;
}

.cta-actions .btn-outline {
  color: #fff;
  border-color: rgba(255,255,255,.35);
}

@media (max-width: 1100px) {
  .family-hero-wrap,
  .family-cta-box {
    grid-template-columns: 1fr;
  }

  .family-copy {
    padding-right: 0;
  }

  .family-visual {
    min-height: 360px;
  }

  .family-feature-grid,
  .family-value-grid,
  .include-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .family-page-width,
  .family-hero-wrap {
    width: min(100% - 32px, 1180px);
  }

  .family-copy {
    padding: 36px 0 28px;
  }

  .family-mini-features,
  .family-actions {
    flex-wrap: wrap;
  }

  .family-visual {
    min-height: auto;
  }

  .family-visual img {
    height: auto;
  }

  .family-feature-grid,
  .family-value-grid,
  .include-grid {
    grid-template-columns: 1fr;
  }

  .family-value-grid article {
    grid-template-columns: 62px 1fr;
    padding: 16px;
  }
}


/* HERO COME ESEMPIO ALLEGATO
   Modifica solo la parte superiore Family DNS.
   Testi e pulsanti restano reali; immagine usata solo sulla destra. */
.family-page-width,
.family-hero-wrap,
.family-feature-grid {
  width: min(100% - 46px, 1180px);
  margin-left: auto;
  margin-right: auto;
}

.family-hero {
  background: #061b33;
  color: #fff;
  overflow: hidden;
}

.family-hero-wrap {
  display: grid;
  grid-template-columns: 42.5% 57.5%;
  min-height: 405px;
  align-items: stretch;
}

.family-copy {
  padding: 31px 20px 25px 0;
  align-self: start;
}

.family-copy .eyebrow {
  margin: 0 0 12px;
  color: #a6ff5d;
  font-size: .92rem;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: .01em;
}

.family-copy h1 {
  max-width: 560px;
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(2.05rem, 3.95vw, 3.55rem);
  line-height: 1.03;
  letter-spacing: -.058em;
}

.family-lead,
.family-sublead {
  max-width: 520px;
  margin: 0;
  color: rgba(255,255,255,.95);
  font-size: .96rem;
  line-height: 1.43;
}

.family-sublead {
  max-width: 540px;
  margin-top: 10px;
  color: rgba(255,255,255,.9);
}

.family-mini-features {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-top: 20px;
}

.family-mini-features span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-weight: 850;
  font-size: .86rem;
  line-height: 1.12;
  white-space: nowrap;
}

.family-mini-features i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #a6ff5d;
  border: 2px solid rgba(166,255,93,.78);
  border-radius: 11px;
  font-style: normal;
}

.family-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.family-actions .btn {
  min-height: 47px;
  padding: 13px 18px;
  font-size: .92rem;
}

.family-actions .btn-outline {
  color: #fff;
  border-color: rgba(255,255,255,.44);
  background: rgba(6,27,51,.34);
}

.family-visual {
  position: relative;
  min-height: 405px;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  overflow: visible;
  background: none;
}

.family-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 25%;
  pointer-events: none;
  background: linear-gradient(90deg, #061b33 0%, rgba(6,27,51,.72) 36%, rgba(6,27,51,0) 100%);
}

.family-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: calc(100% + 10px);
  height: 405px;
  max-width: none;
  object-fit: cover;
  object-position: right center;
  transform: translateX(10px);
  -webkit-mask-image: none;
  mask-image: none;
}

@media (max-width: 1100px) {
  .family-hero-wrap {
    grid-template-columns: 1fr;
  }

  .family-copy {
    padding: 36px 0 26px;
  }

  .family-copy h1,
  .family-lead,
  .family-sublead {
    max-width: 760px;
  }

  .family-visual {
    min-height: auto;
    overflow: hidden;
  }

  .family-visual::before {
    display: none;
  }

  .family-visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    transform: none;
  }
}


/* FIX RICHIESTO: usa la foto originale family-dns-illustrazione-anteprima-originale
   e rende il pulsante "Parla con un tecnico" ben visibile. */
.family-visual {
  overflow: hidden;
}

.family-visual img {
  width: 100%;
  height: 405px;
  object-fit: cover;
  object-position: right center;
  transform: none;
}

.family-actions .btn-outline {
  color: #fff;
  border: 2px solid rgba(255,255,255,.86);
  background: rgba(6,27,51,.58);
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
}

.family-actions .btn-outline:hover {
  background: rgba(255,255,255,.12);
  border-color: #fff;
}

@media (max-width: 1100px) {
  .family-visual img {
    height: auto;
    object-fit: contain;
    object-position: center;
  }
}


/* FIX POSIZIONE IMMAGINE HERO
   Sposta l'immagine leggermente piu' in basso e piu' a destra,
   senza modificare testi, pulsanti, card, header o footer. */
.family-visual {
  align-items: flex-end;
}

.family-visual img {
  object-position: right bottom;
  transform: translate(24px, 16px);
}

@media (max-width: 1100px) {
  .family-visual img {
    transform: none;
    object-position: center;
  }
}


/* CORREZIONE POSIZIONE IMMAGINE HERO
   Valori impostati:
   X = 50px verso destra
   Y = 5px verso il basso */
.family-visual img {
  transform: translate(50px, 5px);
}


/* CORREZIONE SOLO DESTRA - FAMILY DNS HERO
   Sposta l'immagine piu' a destra.
   Mantiene l'altezza quasi invariata. */
.family-visual img {
  transform: translate(90px, 0px);
}


/* CORREZIONE IMMAGINE HERO - PIU' GRANDE E ADATTATA
   Riporta l'immagine piu' grande, la adatta meglio alla hero
   e la mantiene leggermente spostata verso destra. */
.family-visual {
  overflow: hidden;
}

.family-visual img {
  width: calc(100% + 130px);
  height: 430px;
  max-width: none;
  object-fit: cover;
  object-position: right center;
  transform: translate(70px, 0px) scale(1.08);
  transform-origin: right center;
}

@media (max-width: 1100px) {
  .family-visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    transform: none;
  }
}


/* CORREZIONE IMMAGINE HERO - COME ANTEPRIMA ORIGINALE
   L'immagine viene resa ancora piu' grande e riempie meglio la parte destra,
   come nella prima anteprima approvata. */
.family-hero-wrap {
  min-height: 455px;
}

.family-visual {
  min-height: 455px;
  overflow: hidden;
}

.family-visual img {
  width: calc(100% + 190px);
  height: 455px;
  max-width: none;
  object-fit: cover;
  object-position: right center;
  transform: translate(88px, 0px) scale(1.16);
  transform-origin: right center;
}

.family-visual::before {
  width: 30%;
  background: linear-gradient(90deg, #061b33 0%, rgba(6,27,51,.88) 28%, rgba(6,27,51,.38) 66%, rgba(6,27,51,0) 100%);
}

@media (max-width: 1100px) {
  .family-hero-wrap {
    min-height: auto;
  }

  .family-visual {
    min-height: auto;
  }

  .family-visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    transform: none;
  }
}


/* CORREZIONE IMMAGINE HERO - ALLARGATA SENZA TAGLIO A DESTRA
   Rimuove lo zoom/traslazione che tagliava la parte destra.
   L'immagine viene adattata all'intero spazio della hero. */
.family-hero-wrap {
  min-height: 455px;
}

.family-visual {
  min-height: 455px;
  overflow: hidden;
}

.family-visual img {
  width: 100%;
  height: 455px;
  max-width: none;
  object-fit: fill;
  object-position: center center;
  transform: none;
  transform-origin: center center;
}

.family-visual::before {
  width: 28%;
  background: linear-gradient(90deg, #061b33 0%, rgba(6,27,51,.86) 30%, rgba(6,27,51,.40) 66%, rgba(6,27,51,0) 100%);
}

@media (max-width: 1100px) {
  .family-hero-wrap {
    min-height: auto;
  }

  .family-visual {
    min-height: auto;
  }

  .family-visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    transform: none;
  }
}

/* CORREZIONE FINALE - immagine ancora più in alto e più a destra
   Modifica solo il posizionamento della hero image. */
.family-visual img {
  width: 106%;
  height: 468px;
  max-width: none;
  object-fit: cover;
  object-position: 64% 36%;
  transform: translate(30px, -24px);
  transform-origin: center center;
}

@media (max-width: 1100px) {
  .family-visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    transform: none;
  }
}

/* CORREZIONE ULTERIORE - immagine più a destra e dissolvenza più evidente sui 4 angoli
   Modifica solo il posizionamento/effetto della hero image. */
.family-visual {
  overflow: hidden;
}

.family-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 31%;
  pointer-events: none;
  background: linear-gradient(90deg, #061b33 0%, rgba(6,27,51,.92) 20%, rgba(6,27,51,.58) 56%, rgba(6,27,51,0) 100%);
}

.family-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(6,27,51,.44) 0%, rgba(6,27,51,.26) 22%, rgba(6,27,51,0) 46%),
    radial-gradient(circle at top right, rgba(6,27,51,.28) 0%, rgba(6,27,51,.16) 18%, rgba(6,27,51,0) 42%),
    radial-gradient(circle at bottom left, rgba(6,27,51,.34) 0%, rgba(6,27,51,.20) 20%, rgba(6,27,51,0) 45%),
    radial-gradient(circle at bottom right, rgba(6,27,51,.24) 0%, rgba(6,27,51,.12) 16%, rgba(6,27,51,0) 40%);
}

.family-visual img {
  width: 106%;
  height: 468px;
  max-width: none;
  object-fit: cover;
  object-position: 72% 36%;
  transform: translate(48px, -24px);
  transform-origin: center center;
}

@media (max-width: 1100px) {
  .family-visual::after {
    display: none;
  }

  .family-visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    transform: none;
  }
}


/* ICONE MODERNE FAMILY DNS
   Sostituiscono emoji/simboli con icone coerenti in stile linea. */
.service-icon {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='22' fill='none' stroke='black' stroke-width='6'/%3E%3C/svg%3E");
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 62px !important;
  height: 62px !important;
  min-width: 62px;
  border-radius: 18px;
  margin: 0 auto 14px !important;
  color: transparent !important;
  background:
    linear-gradient(135deg, rgba(0,166,81,.16), rgba(0,59,134,.12)) !important;
  border: 1px solid rgba(0,59,134,.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5), 0 10px 24px rgba(6,27,51,.06);
  font-size: 0 !important;
  line-height: 1 !important;
  position: relative;
}

.service-icon::before {
  content: "";
  width: 34px;
  height: 34px;
  display: block;
  background: #003b86;
  -webkit-mask: var(--icon-url) center / contain no-repeat;
  mask: var(--icon-url) center / contain no-repeat;
}

.family-value-grid .service-icon {
  margin: 0 !important;
  width: 62px !important;
  height: 62px !important;
  border-radius: 50%;
}

.family-feature-grid .service-icon,
.include-grid .service-icon {
  display: flex !important;
}

/* icone */
.icon-filter,
.icon-category {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M10 14h44L38 32v14l-12 6V32L10 14z' fill='none' stroke='black' stroke-width='6' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-family {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='24' cy='21' r='8' fill='none' stroke='black' stroke-width='5'/%3E%3Ccircle cx='44' cy='23' r='7' fill='none' stroke='black' stroke-width='5'/%3E%3Ccircle cx='34' cy='38' r='6' fill='none' stroke='black' stroke-width='5'/%3E%3Cpath d='M10 52c2-10 9-16 18-16M54 52c-2-9-8-14-16-15M22 54c2-7 7-11 12-11s10 4 12 11' fill='none' stroke='black' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.icon-dns {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='13' y='12' width='38' height='12' rx='4' fill='none' stroke='black' stroke-width='5'/%3E%3Crect x='13' y='40' width='38' height='12' rx='4' fill='none' stroke='black' stroke-width='5'/%3E%3Cpath d='M32 24v16M22 32h20' stroke='black' stroke-width='5' stroke-linecap='round'/%3E%3Ccircle cx='21' cy='18' r='2.5' fill='black'/%3E%3Ccircle cx='21' cy='46' r='2.5' fill='black'/%3E%3C/svg%3E");
}

.icon-profiles {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='23' cy='23' r='9' fill='none' stroke='black' stroke-width='5'/%3E%3Cpath d='M9 51c3-10 9-15 18-15' fill='none' stroke='black' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M39 18h14M39 32h14M39 46h14' stroke='black' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.icon-lock {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='14' y='29' width='36' height='24' rx='6' fill='none' stroke='black' stroke-width='6'/%3E%3Cpath d='M22 29v-9a10 10 0 0 1 20 0v9' fill='none' stroke='black' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M32 39v6' stroke='black' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E");
}

.icon-home {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M9 30 32 12l23 18' fill='none' stroke='black' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 29v23h30V29' fill='none' stroke='black' stroke-width='6' stroke-linejoin='round'/%3E%3Cpath d='M28 52V39h8v13' fill='none' stroke='black' stroke-width='5'/%3E%3C/svg%3E");
}

.icon-office,
.icon-business {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='14' y='10' width='28' height='44' rx='3' fill='none' stroke='black' stroke-width='5'/%3E%3Cpath d='M42 24h10v30H42' fill='none' stroke='black' stroke-width='5' stroke-linejoin='round'/%3E%3Cpath d='M23 20h4M34 20h4M23 31h4M34 31h4M23 42h4M34 42h4' stroke='black' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.icon-wifi,
.icon-network {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M12 26c12-10 28-10 40 0M20 36c7-6 17-6 24 0M28 46c2-2 6-2 8 0' fill='none' stroke='black' stroke-width='6' stroke-linecap='round'/%3E%3Ccircle cx='32' cy='53' r='4' fill='black'/%3E%3C/svg%3E");
}

.icon-school {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M8 22 32 11l24 11-24 11L8 22z' fill='none' stroke='black' stroke-width='5' stroke-linejoin='round'/%3E%3Cpath d='M18 30v12c8 7 20 7 28 0V30' fill='none' stroke='black' stroke-width='5' stroke-linejoin='round'/%3E%3Cpath d='M54 25v16' stroke='black' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.icon-list,
.icon-checklist {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M16 20l5 5 9-10M16 39l5 5 9-10' fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37 22h13M37 41h13' stroke='black' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.icon-support,
.icon-headset {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M14 36v-5a18 18 0 0 1 36 0v5' fill='none' stroke='black' stroke-width='5' stroke-linecap='round'/%3E%3Crect x='9' y='34' width='11' height='14' rx='4' fill='none' stroke='black' stroke-width='5'/%3E%3Crect x='44' y='34' width='11' height='14' rx='4' fill='none' stroke='black' stroke-width='5'/%3E%3Cpath d='M45 50c-4 5-11 6-18 4' fill='none' stroke='black' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.icon-block {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='22' fill='none' stroke='black' stroke-width='6'/%3E%3Cpath d='M17 47 47 17' stroke='black' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E");
}

.icon-shield {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 8 51 16v14c0 13-8 22-19 27-11-5-19-14-19-27V16L32 8z' fill='none' stroke='black' stroke-width='5' stroke-linejoin='round'/%3E%3Cpath d='M23 32l6 6 13-14' fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-user {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='22' r='10' fill='none' stroke='black' stroke-width='5'/%3E%3Cpath d='M14 54c4-13 12-19 18-19s14 6 18 19' fill='none' stroke='black' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}
