/* =====================================================
   ITNETCOM — style-pages.css
   CSS specifico per pagine / sezioni
   ===================================================== */

/* =====================================================
   SEZIONE ILIAD
   ===================================================== */
#iliad{
  position:relative;
  background:#fff;
  z-index: 1;
}
#iliad::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(
    800px 300px at 50% 0%,
    rgba(227,6,19,.14),
    transparent 60%
  );
  pointer-events:none;
}
#iliad .itn-wrap{ position:relative; }

.iliad-header{
  max-width:720px;
  margin:0 auto 28px;
  text-align:center;
}
@media (min-width: 900px){
  .iliad-header{ margin:0 auto 48px; }
}

.iliad-icon{
  width:28px;
  margin:0 auto 18px;
  opacity:.6;
}

.iliad-header h2{
  font-size:clamp(28px,3.5vw,36px);
  font-weight:900;
  letter-spacing:-0.03em;
  margin:0 0 12px 0;
  color:var(--itn-dark);
}

.iliad-subtitle{
  font-size:16px;
  color:#555;
  margin:0;
}

.iliad-slider{
  max-width:1200px;
  margin:0 auto;
  border-radius:22px;
  overflow:hidden;
  box-shadow: var(--shadow-3);
}

.iliad-slides{ position:relative; }

.iliad-slides img{
  width:100%;
  display:none;
  opacity:0;
  transition:opacity .8s ease-in-out;
}
.iliad-slides img.active{
  display:block;
  opacity:1;
}

/* =====================================================
   BANNER RIPARAZIONI
   ===================================================== */
.itn-repair-banner{
  position: relative;
  min-height: 420px;
  border-radius: var(--radius-3);
  background-image: url('/assets/img/Wallpaper_riparazione_itnetcom.webp');
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.35),
    0 8px 16px rgba(0, 0, 0, 0.2);
}

.itn-repair-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(15,15,15,.88) 0%,
    rgba(15,15,15,.65) 40%,
    rgba(15,15,15,.30) 65%,
    rgba(15,15,15,.12) 100%
  );
  display: flex;
  align-items: center;
}

.itn-repair-content{
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  color: #fff;
}

.itn-repair-banner .itn-banner-title{
  color: #fff;
  text-shadow: 0 6px 24px rgba(0,0,0,.55);
}

.itn-repair-content .itn-lead{
  color: rgba(255,255,255,.88);
  margin-bottom: 20px;
}

/* =====================================================
   LISTA SERVIZI RIPARAZIONE
   ===================================================== */
.itn-repair-list{
  list-style: none;
  padding: 0;
  margin: 28px auto 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 520px;
}

.itn-repair-list li{
  padding: 14px 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

@media (hover: none){
  .itn-repair-list li:active{
    border-color: var(--itn-red);
    box-shadow:
      0 0 0 2px rgba(220, 38, 38, 0.55),
      0 14px 32px rgba(220, 38, 38, 0.65);
    transform: scale(0.96);
  }
}

.itn-repair-list li:hover{
  border-color: var(--itn-red);
  box-shadow:
    0 0 0 1px rgba(220, 38, 38, 0.35),
    0 10px 28px rgba(220, 38, 38, 0.35);
  transform: translateY(-2px);
  background: linear-gradient(
    180deg,
    rgba(220, 38, 38, 0.08),
    rgba(255, 255, 255, 0.06)
  );
}

.itn-repair-content .itn-btn{
  display: inline-block;
  margin-top: 22px;
}

/* =====================================================
   OFFSET ANCORA HOME (header fixed)
   ===================================================== */
#home{
  scroll-margin-top: 100px;
}

/* =====================================================
   MOBILE FIX BANNER RIPARAZIONI
   ===================================================== */
@media (max-width: 768px){

  .itn-repair-banner{
    min-height: auto;
  }

  .itn-repair-overlay{
    position: relative;
    align-items: flex-start;
    padding: 36px 0 56px;
  }

  .itn-repair-content{
    max-width: 520px;
    padding: 0 20px;
  }

  .itn-repair-list{
    grid-template-columns: 1fr;
    max-width: 340px;
  }
}
/* ===============================
   SERVICE PAGE – RIPARAZIONE IPHONE
================================= */

/* contenitore hero dedicato */
.itn-hero-inner {
  background: #ffffff;
  border-radius: 28px;
  padding: 56px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);
}

.itn-hero-inner h1 {
  color: #0f172a;
}

.itn-hero-inner p {
  color: #334155;
}

/* =====================================================
   CATALOGO PRODOTTI — GRID + SEARCH + FIX UX
   (aggiunta, non modifica sezioni esistenti)
   ===================================================== */

/* contenitore catalogo */
.itn-catalog {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* SEARCH BAR */
.itn-catalog-search {
  margin-bottom: 1.6rem;
  max-width: 100%;
  overflow-x: hidden;
}

.itn-catalog-search input {
  width: 100%;
  max-width: 420px;
  padding: 0.7rem 0.9rem;
  font-size: 0.95rem;
  border-radius: 10px;
  border: 1px solid #ddd;
  outline: none;
  box-sizing: border-box;
}

.itn-catalog-search input:focus {
  border-color: #000;
}

/* GRID PRODOTTI */
.itn-catalog-grid {
  display: grid;
  gap: 1.4rem;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* MOBILE: 2 colonne */
@media (max-width: 599px) {
  .itn-catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* TABLET: 3 colonne */
@media (min-width: 600px) and (max-width: 1023px) {
  .itn-catalog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* DESKTOP: 4 colonne */
@media (min-width: 1024px) {
  .itn-catalog-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* CARD PRODOTTO */
.itn-product-card {
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}

@media (hover:hover) {
  .itn-product-card:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    transform: translateY(-2px);
  }
}

.itn-product-name {
  font-size: 0.9rem;
  font-weight: 600;
}

/* EMPTY STATE (ricerca senza risultati) */
.itn-search-empty {
  min-height: 50vh;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}

.itn-empty-box {
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  .itn-empty-box {
    margin-bottom: 6rem;
  }
}

.itn-empty-actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

/* mobile: più respiro sui pulsanti */
@media (max-width: 599px) {
  .itn-empty-actions {
    gap: 1.1rem;
  }

  .itn-btn {
    padding: 0.9rem 1rem;
  }
}
/* =====================================================
   HOME – PRODOTTI IN EVIDENZA
   ===================================================== */

.itn-featured-products {
  background: #fafafa;
}

.itn-featured-products .itn-section-head {
  text-align: center;
  margin-bottom: 32px;
}

/* GRID / CAROUSEL CONTAINER */
.itn-featured-grid {
  display: grid;
  gap: 18px;
  max-width: 100%;
}

/* MOBILE: carousel orizzontale controllato */
@media (max-width: 767px) {
  .itn-featured-grid {
    grid-auto-flow: column;
    grid-auto-columns: 82%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
    -webkit-overflow-scrolling: touch;
  }

  .itn-featured-grid::-webkit-scrollbar {
    display: none;
  }
}

/* DESKTOP: 4 colonne */
@media (min-width: 768px) {
  .itn-featured-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* CARD */
.itn-featured-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  scroll-snap-align: start;
  transition: transform .25s ease, box-shadow .25s ease;
}

@media (hover:hover) {
  .itn-featured-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0,0,0,.12);
  }
}

/* IMMAGINE */
.itn-featured-img {
  aspect-ratio: 1 / 1;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.itn-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

/* TESTO */
.itn-featured-body {
  padding: 14px;
}

.itn-featured-cat {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #777;
  margin-bottom: 6px;
}

.itn-featured-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--itn-dark);
}

/* CTA FINALE */
.itn-featured-cta {
  text-align: center;
  margin-top: 36px;
}
/* =========================
   PAGINA PRODOTTO
   ========================= */

.itn-product-layout {
  display: grid;
  gap: 32px;
}

/* Desktop */
@media (min-width: 900px) {
  .itn-product-layout {
    grid-template-columns: 1fr 1.2fr;
    align-items: start;
  }
}

/* IMMAGINE */
.itn-product-media img {
  width: 100%;
  border-radius: 18px;
  background: #f5f5f5;
  padding: 16px;
  object-fit: contain;
}

/* INFO */
.itn-product-category {
  font-size: 13px;
  color: #777;
  margin-bottom: 6px;
}

.itn-product-title {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  margin-bottom: 16px;
}

.itn-product-description {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.itn-product-description ul {
  padding-left: 18px;
}

/* =========================
   AZIONI SCHEDA PRODOTTO
   ========================= */

.itn-product-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 28px 0 12px; /* meno spazio sopra e sotto */
  align-items: center;
}

/* Pulsanti full-width solo su mobile */
.itn-product-actions .itn-btn {
  width: 100%;
  max-width: 420px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 18px;
  border-radius: 14px;
}

/* =========================
   WhatsApp style
   ========================= */
.itn-btn-primary {
  background: #25D366; /* verde WhatsApp */
  color: #fff;
  border: none;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
}

.itn-btn-primary:hover {
  background: #1ebe5d;
}

/* =========================
   Secondo pulsante (outline)
   ========================= */
.itn-btn-outline {
  background: #fff;
  color: #111;
  border: 2px solid #e5e5e5;
}

.itn-btn-outline:hover {
  border-color: var(--itn-red);
  color: var(--itn-red);
}

/* =========================
   Desktop: pulsanti affiancati
   ========================= */
@media (min-width: 768px) {
  .itn-product-actions {
    flex-direction: row;
    justify-content: center;
    margin-top: 24px;
  }

  .itn-product-actions .itn-btn {
    width: auto;
    min-width: 220px;
  }
}

/* Desktop CTA */
@media (min-width: 600px) {
  .itn-product-actions {
    flex-direction: row;
    gap: 16px;
  }
}
/* =========================
   BACK TO CATALOG – STYLED
   ========================= */

.itn-product-back {
  margin-top: 20px;   /* respiro sotto header fisso */
  margin-bottom: -50px;

}

.itn-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 10px 14px;
  border-radius: 999px;

  font-size: 14px;
  font-weight: 600;
  text-decoration: none;

  color: #333;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;

  transition: 
    background 0.2s ease,
    color 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.itn-back-icon {
  font-size: 16px;
  line-height: 1;
}

.itn-back-link:hover {
  background: #ffffff;
  color: var(--itn-red);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}

/* Mobile: un filo più grande per il tap */
@media (max-width: 599px) {
  .itn-back-link {
    padding: 12px 16px;
    font-size: 15px;
  }
}
/* ===============================
   CATALOGO CON SIDEBAR
   =============================== */

.itn-catalog-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 900px) {
  .itn-catalog-layout {
    grid-template-columns: 260px 1fr;
    align-items: flex-start;
  }
}

/* ===== GRIGLIA PRODOTTI ===== */
.itn-grid-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

/* ===== CARD PRODOTTO ===== */
.itn-card-product {
  display: flex;
  flex-direction: column;
}

.itn-card-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* TESTI */
.itn-product-title {
  font-size: 25px;
  font-weight: 700;
  margin: 10px 0 4px;
}

.itn-product-sub {
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
}

.itn-product-price {
  font-size: 18px;
  font-weight: 700;
}

/* STOCK */
.itn-product-stock {
  font-size: 13px;
  margin: 6px 0 10px;
}

.itn-product-stock.ok {
  color: #1a8f2a;
}

.itn-product-stock.ko {
  color: #b00020;
}

/* AZIONI */
.itn-product-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* QUANTITÀ */
.itn-qty {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 999px;
  overflow: hidden;
}

.itn-qty button {
  background: none;
  border: none;
  padding: 6px 10px;
  cursor: pointer;
}

.itn-qty input {
  width: 36px;
  text-align: center;
  border: none;
  font-size: 14px;
}

/* PULSANTE COMPATTO */
.itn-btn-sm {
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 999px;
}
/* =====================================================
   NUOVO BANNER ITNETCOM - UX 100% MOBILE & TECH
   ===================================================== */

.itn-hero-section {
    padding: 20px 0;
    background: #fff;
}

.itn-main-banner {
    position: relative;
    min-height: 500px; /* Altezza ideale per mobile/desktop */
    border-radius: 24px;
    background-image: url('/assets/img/Wallpaper_riparazione_itnetcom.webp');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.itn-banner-overlay {
    flex: 1;
    /* Gradiente scuro per far risaltare il testo bianco */
    background: linear-gradient(180deg, rgba(15,23,42,0.4) 0%, rgba(15,23,42,0.85) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.itn-banner-content {
    text-align: center;
    max-width: 800px;
    width: 100%;
}

/* Titolo Fluido: si adatta tra 32px e 52px */
.itn-hero-title {
    font-size: clamp(32px, 8vw, 52px);
    color: #ffffff;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.itn-hero-title span {
    color: #dc3545; /* Rosso ITNETCOM */
}

.itn-hero-lead {
    font-size: 17px;
    color: rgba(255,255,255,0.95);
    margin-bottom: 30px;
    line-height: 1.5;
}

/* --- GRIGLIA SERVIZI GLASSMORPHISM --- */
.itn-hero-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colonne su mobile */
    gap: 12px;
    margin-bottom: 35px;
}

.itn-hero-item {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px); /* Effetto vetro sfocato */
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 10px;
    border-radius: 18px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.itn-hero-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    border-color: #dc3545;
}

.itn-hero-icon {
    font-size: 24px;
    display: block;
    margin-bottom: 6px;
}

.itn-hero-item p {
    font-size: 12px;
    font-weight: 800;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- PULSANTE CTA MOBILE OPTIMIZED --- */
.itn-btn-hero {
    display: inline-block;
    background: #dc3545;
    color: #fff;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.4);
    transition: all 0.3s ease;
    width: 100%; /* Full-width su mobile per clic facile */
    max-width: 320px;
}

.itn-btn-hero:hover {
    background: #b02a37;
    transform: scale(1.03);
    box-shadow: 0 15px 35px rgba(220, 53, 69, 0.5);
}

/* --- DESKTOP ADJUSTMENTS --- */
@media (min-width: 768px) {
    .itn-hero-grid {
        grid-template-columns: repeat(4, 1fr); /* 4 colonne su desktop */
        gap: 20px;
    }
    
    .itn-btn-hero {
        width: auto; /* Torna dimensione normale su desktop */
    }

    .itn-main-banner {
        min-height: 550px;
    }
}
/* --- FIX LEGGIBILITÀ BANNER --- */

.itn-banner-overlay {
    flex: 1;
    /* 1. Scuriamo drasticamente l'overlay per proteggere il testo */
    background: linear-gradient(180deg, 
        rgba(10, 10, 15, 0.75) 0%, 
        rgba(10, 10, 15, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.itn-hero-title {
    font-size: clamp(32px, 8vw, 52px);
    color: #ffffff;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 15px;
    text-transform: uppercase;
    /* 2. Aggiungiamo un'ombra netta per separare le lettere dallo sfondo */
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
}

.itn-hero-lead {
    font-size: 18px; /* Leggermente più grande per la UX mobile */
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.5;
    font-weight: 500;
    /* 3. Ombra anche sul testo secondario */
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* 4. Opzionale: aggiungiamo un filtro di luminosità direttamente all'immagine */
.itn-main-banner {
    /* Questo scurisce l'immagine di sfondo PRIMA dell'overlay */
    filter: brightness(0.85); 
    /* ... (resto dello stile invariato) */
}
/* --- NUOVO CHI SIAMO (ITNETCOM ABOUT) --- */
.itn-about-section {
  padding: 80px 0;
  background-color: #f8fafc; /* Grigio chiarissimo per staccare dal banner */
}

.itn-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.itn-about-content .itn-tag {
  color: #dc3545;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.itn-about-content .itn-h2 {
  margin-top: 10px;
  font-size: 42px;
  color: #0f172a;
  line-height: 1.1;
}

.itn-about-content .itn-h2 span {
  color: #64748b;
  display: block;
}

.itn-intro {
  font-size: 18px;
  color: #334155;
  margin: 25px 0;
  line-height: 1.6;
}

/* Lista Feature */
.itn-features-list {
  margin: 30px 0;
}

.itn-feat-item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.itn-feat-item:hover { transform: translateX(10px); }

.itn-feat-icon { font-size: 24px; }

.itn-feat-item strong { color: #0f172a; font-size: 16px; display: block; }

.itn-feat-item p { color: #64748b; font-size: 14px; margin: 0; }

.itn-philosophy {
  border-left: 4px solid #dc3545;
  padding-left: 20px;
  font-style: italic;
  color: #475569;
}

/* Immagine con badge */
.itn-about-image-box { position: relative; }

.itn-main-img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.itn-experience-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #0f172a;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}

.itn-experience-badge strong { font-size: 20px; display: block; color: #dc3545; }
.itn-experience-badge span { font-size: 12px; text-transform: uppercase; opacity: 0.8; }

/* MOBILE RESPONSIVE 100% */
@media (max-width: 992px) {
  .itn-about-grid { grid-template-columns: 1fr; gap: 40px; }
  .itn-about-image-box { order: -1; } /* Immagine sopra su mobile */
  .itn-about-content .itn-h2 { font-size: 32px; }
  .itn-experience-badge { left: 20px; bottom: 10px; }
}
/* --- I NOSTRI SERVIZI (GRID SYSTEM) --- */
.itn-services-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.itn-section-head {
    text-align: center;
    margin-bottom: 50px;
}

.itn-section-sub {
    color: #64748b;
    font-size: 1.1rem;
}

.itn-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.itn-service-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.itn-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.08);
    border-color: #e2e8f0;
}

/* Icone colorate */
.itn-service-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.itn-service-icon-box .material-symbols-outlined {
    font-size: 32px;
}

.ico-blue  { background: rgba(37, 99, 235, 0.1); color: #2563eb; }
.ico-amber { background: rgba(245, 158, 11, 0.1); color: #d97706; }
.ico-red   { background: rgba(220, 38, 38, 0.1); color: #dc3545; }
.ico-iliad { background: rgba(0, 0, 0, 0.05); color: #000; }
.ico-brt   { background: rgba(234, 1, 45, 0.1); color: #ea012d; }

.itn-service-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.itn-service-card p {
    color: #475569;
    line-height: 1.6;
    font-size: 0.95rem;
    margin: 0;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .itn-services-grid {
        grid-template-columns: 1fr; /* Colonna singola su mobile per massimizzare la leggibilità */
        padding: 0 10px;
    }
    
    .itn-service-card {
        padding: 25px;
        align-items: center; /* Centriamo su mobile per un look più bilanciato */
        text-align: center;
    }
}
