/* Filigrana */
#adm-circle {
  position: fixed;
  top: -80px;
  right: -70px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: none;
  background: rgba(123,167,192,0.12);
  pointer-events: none;
  z-index: 1;
  transition: background .8s ease;
}

#adm-filigrana {
  position: fixed;
  bottom: -35px;
  right: -30px;
  font-family: 'Antic Didone', serif;
  font-size: 280px;
  line-height: 1;
  color: #1B2A3B;
  opacity: 0.35;
  pointer-events: none;
  z-index: 1;
  user-select: none;
  letter-spacing: 0.13em;
}

/* Container card */
.adm-area-card {
  position: relative !important;
  overflow: hidden !important;
  transition: background .2s;
}

/* Numero decorativo */
.adm-num {
  position: absolute !important;
  top: 16px !important;
  right: 20px !important;
  font-size: 64px !important;
  display: block !important;
  z-index: 9999 !important;
  color: red !important;
  opacity: 1 !important;
  font-family: Georgia, serif !important;
  line-height: 1 !important;
}

/* Linea teal */
.adm-line {
  width: 28px;
  height: 2px;
  background: #1A7A8A;
  margin-bottom: 24px;
  transition: width .3s ease;
  position: relative;
  z-index: 1;
}

/* Tutto il contenuto sopra il numero */
.adm-area-card .elementor-widget {
  position: relative !important;
  z-index: 1 !important;
}

.elementor-heading-title {
  position: relative !important;
}

.adm-card-label {
  font-family: 'Antic Didone', serif;
  font-size: 80px;
  color: #E4E0D8;
  opacity: 0.8;
  float: right;
  line-height: 1;
  margin-top: -10px;
  margin-right: -10px;
}
.adm-area-card .elementor-heading-title {
  margin-top: -30px;
}
/* Hover */
.adm-area-card:hover .adm-line { 
  width: 100%; 
}
.adm-area-card:hover .adm-num { 
  opacity: 0.1 !important;
  color: #1A7A8A !important;
}
.adm-area-card:hover .adm-card-label { 
  opacity: 0.1 !important;
  color: #1A7A8A !important;
}

/* Linea orizzontale che connette i dot */
.adm-steps-row {
  position: relative;
}
.adm-steps-row::before {
  content: '';
  position: absolute;
  top: 19px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: linear-gradient(90deg, #1B3959 0%, rgba(26,122,138,0.4) 50%, #1B3959 100%);
  z-index: 0;
}

/* Dot numerato */
.adm-dot {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: #1B3959;
  border: 1px solid #1A7A8A;
  color: #1A7A8A;
  font-size: 35px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  transition: all .2s;
}
.adm-step:hover .adm-dot {
  background: #1A7A8A;
  color: #ffffff;
}

/* Numero decorativo background */
.adm-come-lavoro {
  position: relative;
  overflow: hidden;
}
.adm-come-lavoro::after {
  content: '04';
  font-family: 'Antic Didone', serif;
  font-size: 220px;
  color: rgba(27,57,89,0.4);
  position: absolute;
  right: -20px;
  bottom: -40px;
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}
/* Card servizio */
.adm-servizio-card {
  position: relative;
  overflow: hidden;
  transition: border-color .2s, transform .2s;
}
.adm-servizio-card:hover {
  border-color: rgba(26,122,138,0.5) !important;
  transform: translateY(-3px);
}

/* Linea accent in cima */
.adm-servizio-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: #E4E0D8;
  transition: background .2s;
  z-index: 1;
}
.adm-servizio-card:hover::before {
  background: #1A7A8A;
}

/* Lista items */
.adm-serv-list {
  list-style: none;
  border-top: 1px solid #E4E0D8;
  padding-top: 16px;
  margin-top: 4px;
}
.adm-serv-list li {
  font-size: 11px;
  font-weight: 300;
  color: #B0A898;
  padding: 5px 0 5px 14px;
  position: relative;
  border-bottom: 1px solid rgba(228,224,216,0.4);
  font-family: 'DM Sans', sans-serif;
}
.adm-serv-list li:last-child { border-bottom: none; }
.adm-serv-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #E4E0D8;
  font-size: 10px;
}

/* KV items */
.adm-kv {
  margin-bottom: 16px;
}
.adm-kv-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #E4E0D8;
  margin-bottom: 3px;
  font-family: 'DM Sans', sans-serif;
}
.adm-kv-val {
  font-size: 12px;
  color: #1B2A3B;
  font-family: 'DM Sans', sans-serif;
}

/* Chip aziende */
.adm-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.adm-chip {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1B3959;
  border: 1px solid #E4E0D8;
  padding: 5px 12px;
  background: #ffffff;
  font-family: 'DM Sans', sans-serif;
}

/* Testo intro con em coral */
.adm-chi-intro {
  font-family: 'Antic Didone', serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.75;
  margin-bottom: 20px;
}

/* Card per chi */
.adm-perchi-card {
  position: relative;
  overflow: hidden;
  transition: border-color .2s, transform .2s;
}
.adm-perchi-card:hover {
  border-color: rgba(26,122,138,0.4) !important;
  transform: translateY(-2px);
}

/* Accent line in basso */
.adm-perchi-accent {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: #E4E0D8;
  transition: background .3s;
}
.adm-perchi-card:hover .adm-perchi-accent {
  background: #1A7A8A;
}

/* Tag */
.adm-perchi-tag {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1A7A8A;
  border: 1px solid rgba(26,122,138,0.3);
  padding: 4px 10px;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
}

/* Info contatti */
.adm-contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.adm-contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.adm-contact-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1A7A8A;
  flex-shrink: 0;
}
.adm-contact-val {
  font-size: 12px;
  color: #1B3959;
  font-family: 'DM Sans', sans-serif;
}

/* Freccia sul bottone submit */
.elementor-button[type="submit"]::after {
  content: ' →';
  color: #1A7A8A;
}

/* Footer nav links */
.adm-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.adm-footer-nav a {
  font-size: 12px;
  font-weight: 300;
  color: rgba(123,167,192,0.6);
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  transition: color .2s;
}
.adm-footer-nav a:hover { color: #ffffff; }

/* Footer contatti */
.adm-footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 11px;
  font-weight: 300;
  color: rgba(123,167,192,0.6);
  font-family: 'DM Sans', sans-serif;
}
.adm-footer-contacts a {
  color: #1A7A8A;
  text-decoration: none;
  margin-top: 4px;
  display: inline-block;
}

/* Footer link legali */
.adm-footer-legal {
  display: flex;
  gap: 20px;
}
.adm-footer-legal a {
  font-size: 10px;
  font-weight: 300;
  color: rgba(123,167,192,0.35);
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  transition: color .2s;
}
.adm-footer-legal a:hover { color: rgba(123,167,192,0.7); }


.adm-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.adm-eyebrow::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #1A7A8A;
  flex-shrink: 0;
}

