:root {
  --vc-blue: #1358b7;
  --vc-blue-2: #1db4e5;
  --vc-orange: #f57c00;
  --vc-orange-2: #ffb000;
  --vc-dark: #0e1a2b;
  --vc-muted: #6b7280;
  --vc-bg: #f4f7fb;
  --vc-card: rgba(255,255,255,0.82);
  --vc-border: rgba(17, 24, 39, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Roboto', 'Inter', sans-serif;
  color: var(--vc-dark);
  background:
    radial-gradient(circle at top left, rgba(29,180,229,0.10), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(245,124,0,0.09), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, var(--vc-bg) 100%);
  overflow-x: hidden;
}

.bg-blur {
  position: fixed;
  inset: auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .16;
  pointer-events: none;
  z-index: 0;
}
.blur-1 { top: 80px; left: -100px; background: var(--vc-blue-2); }
.blur-2 { bottom: 40px; right: -120px; background: var(--vc-orange); }

.navbar-glass {
  background: rgba(255,255,255,.76);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.45);
}
.brand-logo { height: 120px; width: auto; }
.nav-link {
  color: var(--vc-dark);
  font-weight: 600;
}
.nav-link:hover { color: var(--vc-orange); }

.btn-brand {
  border: none;
  color: #fff;
  background: linear-gradient(135deg, var(--vc-orange) 0%, var(--vc-orange-2) 100%);
  padding: .9rem 1.35rem;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(245,124,0,.25);
}
.btn-brand:hover {
  color: #fff;
  transform: translateY(-1px);
}
.btn-outline-brand {
  border: 1px solid rgba(19,88,183,.18);
  color: var(--vc-blue);
  background: rgba(255,255,255,.65);
  padding: .9rem 1.35rem;
  border-radius: 14px;
}
.btn-outline-brand:hover {
  border-color: var(--vc-blue);
  color: var(--vc-blue);
  background: #fff;
}

.hero-section {
  position: relative;
  z-index: 1;
  padding: 10rem 0 5rem;
}
.eyebrow {
  display: inline-block;
  padding: .45rem .8rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(19,88,183,.08);
  color: var(--vc-blue);
}
.text-gradient {
  background: linear-gradient(90deg, var(--vc-blue) 0%, var(--vc-blue-2) 45%, var(--vc-orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.text-secondary { color: var(--vc-muted) !important; }
.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--vc-dark);
  background: rgba(255,255,255,.8);
  border: 1px solid var(--vc-border);
  padding: .65rem .85rem;
  border-radius: 999px;
  font-size: .95rem;
}
.hero-badges i { color: var(--vc-orange); }

.shadow-soft {
  box-shadow: 0 18px 50px rgba(8, 15, 33, 0.10);
}
.hero-card,
.service-card,
.showcase-card,
.cta-box {
  background: var(--vc-card);
  border: 1px solid rgba(255,255,255,.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.hero-card {
  border-radius: 28px;
  padding: 1.5rem;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .55rem .9rem;
  border-radius: 999px;
  background: rgba(16,185,129,.12);
  color: #0a8b61;
  font-weight: 700;
  font-size: .9rem;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.panel {
  min-height: 190px;
  border-radius: 22px;
  padding: 1.15rem;
  background: linear-gradient(180deg, rgba(255,255,255,.90), rgba(245,247,251,.92));
  border: 1px solid var(--vc-border);
}
.panel-primary {
  background: linear-gradient(135deg, rgba(19,88,183,.12), rgba(29,180,229,.16));
}
.panel-accent {
  background: linear-gradient(135deg, rgba(245,124,0,.12), rgba(255,176,0,.16));
}
.panel-icon, .icon-wrap {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  margin-bottom: 1rem;
  font-size: 1.35rem;
  color: #fff;
  background: linear-gradient(135deg, var(--vc-blue), var(--vc-blue-2));
}
.panel:nth-child(2) .panel-icon,
.service-card:nth-child(2) .icon-wrap,
.panel-accent .panel-icon {
  background: linear-gradient(135deg, var(--vc-orange), var(--vc-orange-2));
}
.panel h3, .service-card h3, .feature-item h3, .process-card h3, .adv-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .6rem;
}
.panel p, .service-card p, .feature-item p, .process-card p, .adv-card p {
  margin: 0;
  color: var(--vc-muted);
}

.stats-strip {
  position: relative;
  z-index: 1;
  padding: 0 0 2rem;
}
.stat-item {
  background: rgba(255,255,255,.7);
  border: 1px solid var(--vc-border);
  border-radius: 22px;
  padding: 1.25rem;
}
.stat-value {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  color: var(--vc-blue);
}
.stat-label {
  margin-top: .45rem;
  color: var(--vc-muted);
}

.section-space {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}
.section-muted {
  background: linear-gradient(180deg, rgba(255,255,255,.15), rgba(19,88,183,.04));
}
.section-heading {
  max-width: 760px;
  margin-bottom: 3rem;
}
.section-heading h2,
.section-dark h2,
.cta-box h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  margin: 1rem 0;
}
.section-heading p,
.cta-box p {
  color: var(--vc-muted);
  font-size: 1.05rem;
}
.service-card {
  padding: 1.75rem;
  border-radius: 24px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover {
  transform: translateY(-6px);
}

.feature-list {
  display: grid;
  gap: 1rem;
}
.feature-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255,255,255,.65);
  border: 1px solid var(--vc-border);
}
.feature-item i {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  font-size: 1.2rem;
  background: linear-gradient(135deg, var(--vc-blue), var(--vc-orange));
}

.showcase-card {
  border-radius: 28px;
  padding: 1.25rem;
}
.browser-bar {
  display: flex;
  gap: .5rem;
  margin-bottom: 1rem;
}
.browser-bar span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d1d5db;
}
.browser-bar span:first-child { background: var(--vc-orange); }
.browser-bar span:nth-child(2) { background: var(--vc-orange-2); }
.browser-bar span:nth-child(3) { background: var(--vc-blue-2); }
.showcase-body {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1rem;
}
.showcase-sidebar {
  background: linear-gradient(180deg, rgba(19,88,183,.08), rgba(255,255,255,.75));
  border-radius: 20px;
  padding: .85rem;
}
.mini-block {
  height: 46px;
  border-radius: 14px;
  background: rgba(19,88,183,.12);
  margin-bottom: .7rem;
}
.mini-block.active { background: linear-gradient(135deg, var(--vc-blue), var(--vc-blue-2)); }
.showcase-main {
  background: rgba(255,255,255,.6);
  border-radius: 24px;
  padding: 1rem;
  border: 1px solid var(--vc-border);
}
.chart-card {
  height: 110px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(19,88,183,.10), rgba(29,180,229,.25));
}
.chart-card.orange {
  background: linear-gradient(135deg, rgba(245,124,0,.12), rgba(255,176,0,.28));
}
.chart-big { height: 180px; }
.table-sim {
  display: grid;
  gap: .65rem;
}
.table-sim div {
  height: 18px;
  border-radius: 999px;
  background: rgba(17,24,39,.08);
}
.table-sim div:nth-child(2) { width: 84%; }
.table-sim div:nth-child(3) { width: 66%; }
.table-sim div:nth-child(4) { width: 78%; }

.process-card {
  position: relative;
  padding: 1.6rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--vc-border);
  height: 100%;
}
.step {
  display: inline-block;
  font-size: .88rem;
  font-weight: 800;
  color: var(--vc-orange);
  margin-bottom: 1rem;
}

.section-dark {
  background: linear-gradient(135deg, #0d1a31 0%, #102853 50%, #142343 100%);
}
.adv-card {
  height: 100%;
  padding: 1.45rem;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}
.adv-card i {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.25rem;
  background: linear-gradient(135deg, var(--vc-orange), var(--vc-blue-2));
}
.adv-card h3 { color: #fff; }
.adv-card p { color: rgba(255,255,255,.72); }

.cta-box {
  padding: 2rem;
  border-radius: 30px;
}
.site-footer {
  padding: 1.6rem 0 2.5rem;
  color: var(--vc-dark);
}
.footer-logo { height: 58px; width: auto; }

@media (max-width: 991.98px) {
  .hero-section { padding-top: 8rem; }
}

@media (max-width: 767.98px) {
  
  .brand-logo {
    height: 92px;
    display: flex;
    justify-content: center; /* centra orizzontalmente */
    align-items: center;     /* centra verticalmente (opzionale) */
  }

  .brand-logo img {
    max-height: 100%;
    height: auto;
  }
  .hero-card { padding: 1rem; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .showcase-body { grid-template-columns: 1fr; }
  .showcase-sidebar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .6rem;
  }
  .mini-block { margin-bottom: 0; }
  .section-space { padding: 4rem 0; }
  .cta-box { padding: 1.5rem; }
}

.project-table th {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.project-table td {
  padding: 1.2rem 1rem;
}

.project-table tbody tr:hover {
  background-color: rgba(0,0,0,0.02);
  transition: 0.2s;
}
.about-card,
.info-card,
.finance-card {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.mini-label {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8b5cf6;
}

.about-card h3,
.info-card h3,
.finance-card h3 {
  margin-bottom: 1rem;
}

.info-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  background: rgba(139, 92, 246, 0.08);
  color: #8b5cf6;
}

.team-list {
  padding-left: 1rem;
  margin: 0;
}

.team-list li {
  margin-bottom: 0.45rem;
  color: #64748b;
}

.finance-summary {
  display: flex;
  gap: 1rem;
}

.finance-pill {
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  min-width: 170px;
}

.finance-pill span {
  display: block;
  font-size: 0.78rem;
  color: #64748b;
  margin-bottom: 0.2rem;
}

.finance-pill strong {
  font-size: 1.1rem;
  color: #0f172a;
}

.chart-demo {
  padding: 1.5rem 1rem 0.5rem;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.chart-bars {
  min-height: 260px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 1rem;
}

.chart-col {
  width: 100%;
  max-width: 140px;
  text-align: center;
}

.bar-label-top {
  font-size: 0.82rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 0.65rem;
}

.bar {
  width: 100%;
  border-radius: 1rem 1rem 0.5rem 0.5rem;
  background: linear-gradient(180deg, #a78bfa 0%, #7c3aed 100%);
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.15);
}

.bar-1 {
  height: 100px;
}

.bar-2 {
  height: 160px;
}

.bar-3 {
  height: 220px;
}

.bar-year {
  margin-top: 0.75rem;
  font-weight: 600;
  color: #0f172a;
}

.metric-box {
  background: #f8fafc;
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.metric-box span {
  display: block;
  font-size: 0.8rem;
  color: #64748b;
  margin-bottom: 0.3rem;
}

.metric-box strong {
  font-size: 1.1rem;
  color: #0f172a;
}

@media (max-width: 991.98px) {
  .about-card,
  .info-card,
  .finance-card {
    padding: 1.5rem;
  }

  .chart-bars {
    min-height: 220px;
  }
}

.section-space-sm {
  padding: 90px 0 50px;
}

.contact-info-card,
.contact-form-card,
.location-box {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.mini-label {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8b5cf6;
}

.contact-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}

.contact-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  background: rgba(139, 92, 246, 0.08);
  color: #8b5cf6;
  flex-shrink: 0;
}

.contact-item small {
  display: block;
  color: #64748b;
  margin-bottom: 0.25rem;
}

.contact-item p,
.contact-item a {
  color: #0f172a;
  text-decoration: none;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
  border-radius: 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  padding-left: 1rem;
  padding-right: 1rem;
}

.contact-form-card textarea.form-control {
  padding-top: 0.9rem;
}

.map-placeholder {
  min-height: 240px;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
  border: 1px dashed rgba(15, 23, 42, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.map-placeholder i {
  font-size: 2rem;
  color: #8b5cf6;
  margin-bottom: 1rem;
}

.map-placeholder p {
  color: #64748b;
  max-width: 320px;
}

@media (max-width: 991.98px) {
  .contact-info-card,
  .contact-form-card,
  .location-box {
    padding: 1.5rem;
  }
}


.container a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
  }

 .site-footer a{
	 font-size:13px;
	 color: #000;
    font-weight: 700;
    text-decoration: none;
	 
 } 
 .site-footer,  .site-footer p {
	 font-size:14px;
	
	 
 } 