:root {
  --sisla-blue: #0757b8;
  --sisla-blue-dark: #002f6c;
  --sisla-navy: #071b3a;
  --sisla-text: #172033;
  --sisla-muted: #5d6678;
  --sisla-light: #f4f7fb;
  --sisla-border: #dfe6f1;
  --sisla-white: #ffffff;
  --sisla-radius: 22px;
  --sisla-shadow: 0 22px 60px rgba(7, 27, 58, .11);
}

body {
  color: var(--sisla-text);
  background: #fff;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  text-decoration: none;
}

.sisla-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}

.sisla-hero-inner {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: center;
}

.sisla-hero-content {
  padding-left: 12px;
}

.sisla-hero-logo {
  width: 255px;
  max-width: 82%;
  margin-bottom: 68px;
}

.sisla-hero h1 {
  margin: 0;
  color: var(--sisla-navy);
  font-size: clamp(44px, 4.7vw, 76px);
  line-height: .98;
  letter-spacing: -0.055em;
  font-weight: 850;
}

.sisla-hero h1 span {
  color: var(--sisla-blue);
}

.sisla-title-line {
  width: 94px;
  height: 5px;
  background: var(--sisla-blue);
  margin: 36px 0 28px;
  border-radius: 999px;
}

.sisla-hero {
  position: relative;
  overflow: hidden;
  background: #f3f7fb;
}

.sisla-hero-inner {
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: stretch;
min-height: calc(620px - 86px);
}

.sisla-hero-content {
  position: relative;
  z-index: 3;
  padding: 54px 46px 64px 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.96) 76%, rgba(255,255,255,0) 100%);
}

.sisla-hero-logo {
  width: 210px;
  max-width: 80%;
  margin-bottom: 58px;
}

.sisla-hero h1 {
  margin: 0;
  color: var(--sisla-navy);
  font-size: clamp(46px, 4.1vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 850;
}

.sisla-hero h1 span {
  color: var(--sisla-blue);
}

.sisla-title-line {
  width: 94px;
  height: 5px;
  background: var(--sisla-blue);
  margin: 34px 0 28px;
  border-radius: 999px;
}

.sisla-hero p {
  max-width: 560px;
  margin: 0;
  color: #293349;
  font-size: 20px;
  line-height: 1.45;
}

.sisla-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 44px;
}

.sisla-hero-visual {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
}

.sisla-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 180px;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,0));
  pointer-events: none;
}

.sisla-hero-visual img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(15,23,42,.12);
}

.sisla-hero-visual img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(15,23,42,.12);
}

.sisla-service-strip {
  position: relative;
  z-index: 5;
  background: #fff;
  border-top: 1px solid rgba(7, 27, 58, .06);
  border-bottom: 1px solid rgba(7, 27, 58, .08);
}

.sisla-strip-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.sisla-strip-item {
  min-height: 168px;
  padding: 32px 24px;
  color: var(--sisla-text);
  border-right: 1px solid var(--sisla-border);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: .2s ease;
}

.sisla-strip-item:first-child {
  border-left: 1px solid var(--sisla-border);
}

.sisla-strip-item i {
  color: var(--sisla-blue);
  font-size: 44px;
  margin-bottom: 18px;
  line-height: 1;
}

.sisla-strip-item strong {
  color: var(--sisla-navy);
  font-size: 18px;
  line-height: 1.15;
  margin-bottom: 5px;
}

.sisla-strip-item span {
  color: #3f4859;
  font-size: 15px;
  line-height: 1.35;
}

.sisla-strip-item:hover {
  background: #f8fbff;
  transform: translateY(-4px);
}

.sisla-blue-claim {
  background: linear-gradient(135deg, #0055b8, #002f6c);
  color: #fff;
  text-align: center;
  padding: 28px 0 34px;
}

.sisla-blue-claim h2 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 800;
  letter-spacing: -.03em;
}

.sisla-blue-claim h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: rgba(255,255,255,.85);
  margin: 18px auto 0;
  border-radius: 999px;
}

.sisla-section {
  padding: 92px 0;
}

.sisla-light {
  background: var(--sisla-light);
}

.sisla-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--sisla-blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sisla-two-col {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 80px;
  align-items: start;
}

.sisla-section h2 {
  color: var(--sisla-navy);
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 850;
  margin: 0;
}

.sisla-section p {
  color: var(--sisla-muted);
  font-size: 19px;
  line-height: 1.65;
  margin: 0 0 18px;
}

.sisla-section-head {
  max-width: 820px;
  margin-bottom: 48px;
}

.sisla-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.sisla-card {
  background: #fff;
  border: 1px solid var(--sisla-border);
  border-radius: var(--sisla-radius);
  padding: 34px 30px;
  min-height: 330px;
  box-shadow: 0 12px 35px rgba(7, 27, 58, .06);
  transition: .22s ease;
}

.sisla-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sisla-shadow);
}

.sisla-card-num {
  color: var(--sisla-blue);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 38px;
}

.sisla-card h3 {
  color: var(--sisla-navy);
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 850;
  margin: 0 0 16px;
}

.sisla-card p {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 26px;
}

.sisla-card a {
  color: var(--sisla-blue);
  font-weight: 800;
}

.sisla-process-box {
  background:
    linear-gradient(135deg, rgba(7,87,184,.96), rgba(0,47,108,.98));
  color: #fff;
  border-radius: 30px;
  padding: 58px;
  box-shadow: var(--sisla-shadow);
}

.sisla-process-box .sisla-eyebrow,
.sisla-process-box h2,
.sisla-process-box h3,
.sisla-process-box p {
  color: #fff;
}

.sisla-process-box .sisla-eyebrow {
  opacity: .82;
}

.sisla-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 50px;
}

.sisla-process-grid div {
  border-top: 1px solid rgba(255,255,255,.3);
  padding-top: 28px;
}

.sisla-process-grid strong {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  letter-spacing: .16em;
  margin-bottom: 14px;
}

.sisla-process-grid h3 {
  font-size: 22px;
  font-weight: 850;
  margin: 0 0 12px;
}

.sisla-process-grid p {
  font-size: 16px;
  line-height: 1.55;
  opacity: .86;
  margin: 0;
}

.sisla-final-cta {
  padding: 96px 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.95), rgba(255,255,255,.82)),
    url("../img/sisla-office-blur.jpg") center/cover no-repeat;
}

.sisla-final-box {
  max-width: 820px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(223,230,241,.9);
  border-radius: 30px;
  padding: 54px;
  box-shadow: var(--sisla-shadow);
  backdrop-filter: blur(12px);
}

.sisla-final-box h2 {
  color: var(--sisla-navy);
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 850;
  margin: 0 0 20px;
}

.sisla-final-box p {
  color: var(--sisla-muted);
  font-size: 19px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 1200px) {
  .sisla-strip-grid,
  .sisla-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sisla-strip-item:nth-child(4) {
    border-left: 1px solid var(--sisla-border);
  }
}

@media (max-width: 991px) {
  .sisla-hero {
    min-height: auto;
    background: #f1f5fa;
  }

  .sisla-hero-inner {
    display: block;
    min-height: auto;
  }

  .sisla-hero-content {
    padding: 48px 0 44px;
  }

  .sisla-hero-logo {
    margin-bottom: 44px;
    width: 220px;
  }

  .sisla-hero-visual {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
}

  .sisla-hero-visual img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(15,23,42,.12);
}

  .sisla-strip-grid,
  .sisla-cards-grid,
  .sisla-process-grid,
  .sisla-two-col {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .sisla-section {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .sisla-hero h1 {
    font-size: 46px;
  }

  .sisla-hero p {
    font-size: 18px;
  }

  .sisla-hero-actions {
    gap: 14px;
  }

  .sisla-btn {
    width: 100%;
  }

  .sisla-strip-grid,
  .sisla-cards-grid,
  .sisla-process-grid,
  .sisla-two-col {
    grid-template-columns: 1fr;
  }

  .sisla-strip-item,
  .sisla-strip-item:first-child,
  .sisla-strip-item:nth-child(4) {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--sisla-border);
    min-height: auto;
  }

  .sisla-process-box,
  .sisla-final-box {
    padding: 34px 24px;
    border-radius: 24px;
  }

  .sisla-section h2,
  .sisla-final-box h2 {
    font-size: 36px;
  }
}

.container {
  width: min(100% - 32px, 1240px);
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(7, 27, 58, .08);
  backdrop-filter: blur(14px);
}

.nav {
  height: 86px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.logo img {
  width: 178px;
  height: auto;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.nav-links a {
  color: var(--sisla-navy);
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--sisla-blue);
}

.nav-dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: -18px;
  min-width: 235px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--sisla-border);
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(7,27,58,.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .18s ease;
}

.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu a {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  white-space: nowrap;
}

.dropdown-menu a:hover {
  background: #f1f6fd;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 9px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  transition: .18s ease;
}

.btn-primary {
  color: #fff;
  background: var(--sisla-blue);
  border-color: var(--sisla-blue);
}

.btn-primary:hover {
  color: #fff;
  background: var(--sisla-blue-dark);
}

.btn-light {
  color: var(--sisla-blue);
  background: #eef5ff;
  border-color: #d9e9ff;
}

.btn-light:hover {
  color: #fff;
  background: var(--sisla-blue);
  border-color: var(--sisla-blue);
}

.sisla-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -.01em;
  transition: .18s ease;
}

.sisla-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--sisla-blue), #004aa1);
  border: 2px solid var(--sisla-blue);
  box-shadow: 0 18px 36px rgba(7,87,184,.22);
}

.sisla-btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 24px 42px rgba(7,87,184,.28);
}

.sisla-btn-outline {
  color: var(--sisla-blue);
  background: rgba(255,255,255,.85);
  border: 2px solid var(--sisla-blue);
}

.sisla-btn-outline:hover {
  color: #fff;
  background: var(--sisla-blue);
  transform: translateY(-2px);
}


.sisla-service-strip {
  background: #fff;
  border-top: 1px solid var(--sisla-border);
  border-bottom: 1px solid var(--sisla-border);
}

.sisla-strip-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.sisla-strip-item {
  min-height: 230px;
  padding: 34px 24px 30px;
  border-right: 1px solid var(--sisla-border);
  color: var(--sisla-text);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: .18s ease;
}

.sisla-strip-item:first-child {
  border-left: 1px solid var(--sisla-border);
}

.sisla-strip-item:hover {
  background: #f7fbff;
}

.strip-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  margin-bottom: 24px;
  border: 2px solid var(--sisla-blue);
  border-radius: 18px;
  color: var(--sisla-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.strip-icon svg {
  width: 31px;
  height: 31px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sisla-strip-item strong {
  min-height: 44px;
  color: var(--sisla-navy);
  font-size: 20px;
  line-height: 1.08;
  font-weight: 850;
  margin-bottom: 8px;
}

.sisla-strip-item em {
  color: #3f4859;
  font-size: 16px;
  line-height: 1.35;
  font-style: normal;
}
.footer {
  background: #061a38;
  color: rgba(255,255,255,.82);
  padding: 58px 0 24px;
}

.footer a {
  color: rgba(255,255,255,.82);
}

.footer a:hover {
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 34px;
}

.footer strong {
  color: #fff;
  font-size: 17px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-bottom {
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.58);
  font-size: 14px;
}

@media (max-width: 767px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

.sisla-page-hero {
  background: #f3f7fb;
  padding: 54px 0 64px;
}

.sisla-page-hero-grid {
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
  gap: 0;
  background: #fff;
}

.sisla-page-content {
  padding: 62px 58px 62px 0;
}

.sisla-page-content h1 {
  color: var(--sisla-navy);
  font-size: clamp(44px, 4vw, 68px);
  line-height: 1.02;
  letter-spacing: -.055em;
  font-weight: 850;
  margin: 0;
}

.sisla-page-content p {
  margin: 28px 0 0;
  color: #293349;
  font-size: 20px;
  line-height: 1.5;
}

.sisla-page-image {
  height: 560px;
  overflow: hidden;
}

.sisla-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.sisla-feature-panel {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 46px;
  align-items: stretch;
  padding: 54px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--sisla-border);
  box-shadow: var(--sisla-shadow);
}

.sisla-feature-text h2 {
  color: var(--sisla-navy);
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 850;
  margin: 0 0 24px;
}

.sisla-feature-text p {
  color: var(--sisla-muted);
  font-size: 19px;
  line-height: 1.6;
  margin: 0;
}

.sisla-check-list {
  display: grid;
  gap: 14px;
}

.sisla-check-list div {
  padding: 22px 24px;
  border-radius: 18px;
  background: #f5f8fc;
  border: 1px solid var(--sisla-border);
}

.sisla-check-list strong {
  display: block;
  color: var(--sisla-navy);
  font-size: 18px;
  margin-bottom: 5px;
}

.sisla-check-list span {
  display: block;
  color: var(--sisla-muted);
  line-height: 1.35;
}

@media (max-width: 991px) {
  .sisla-page-hero-grid,
  .sisla-feature-panel {
    grid-template-columns: 1fr;
  }

  .sisla-page-content {
    padding: 42px 28px;
  }

  .sisla-page-image {
    height: 380px;
  }
}

/* CHECK-UP PAGE */
.checkup-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 80px;
  background: #f6f9fc;
}

.checkup-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(0, 86, 164, .16), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #eef5fb 100%);
  z-index: 0;
}

.checkup-hero .container,
.checkup-alerts .container,
.checkup-flow .container,
.checkup-focus .container,
.checkup-final .container {
  position: relative;
  z-index: 1;
}

.checkup-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 70px;
  align-items: center;
}

.checkup-badge,
.focus-label,
.checkup-section-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0056a4;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.checkup-hero h1 {
  max-width: 820px;
  font-size: clamp(2.35rem, 5vw, 5.1rem);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 900;
  color: #101828;
  margin-bottom: 28px;
}

.checkup-hero p {
  max-width: 650px;
  color: #475467;
  font-size: 1.05rem;
  line-height: 1.75;
}

.checkup-lead {
  font-size: 1.22rem !important;
  color: #1d2939 !important;
  font-weight: 600;
}

.checkup-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.checkup-actions.center {
  justify-content: center;
}

.btn-checkup-primary,
.btn-checkup-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: .22s ease;
}

.btn-checkup-primary {
  background: #0056a4;
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 86, 164, .24);
}

.btn-checkup-primary:hover {
  transform: translateY(-2px);
  background: #004987;
  color: #fff;
}

.btn-checkup-secondary {
  color: #0056a4;
  background: #fff;
  border: 1px solid rgba(0, 86, 164, .18);
}

.btn-checkup-secondary:hover {
  transform: translateY(-2px);
  color: #004987;
  border-color: rgba(0, 86, 164, .35);
}

.checkup-status-card {
  background: #0b1b2b;
  color: #fff;
  border-radius: 34px;
  padding: 30px;
  box-shadow: 0 28px 80px rgba(12, 28, 44, .25);
}

.status-head {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d7e7f6;
  font-weight: 800;
  margin-bottom: 22px;
}

.status-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 0 7px rgba(245, 158, 11, .14);
}

.status-list {
  display: grid;
  gap: 12px;
}

.status-item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .08);
}

.status-item strong {
  font-size: .98rem;
}

.status-item span {
  font-size: .85rem;
  opacity: .82;
  text-align: right;
}

.status-item.warning {
  border-left: 4px solid #f59e0b;
}

.status-item.success {
  border-left: 4px solid #22c55e;
}

.status-item.danger {
  border-left: 4px solid #ef4444;
}

.status-item.neutral {
  border-left: 4px solid #94a3b8;
}

.status-footer {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #c9d8e8;
  line-height: 1.6;
}

.checkup-alerts,
.checkup-flow,
.checkup-focus,
.checkup-final {
  padding: 90px 0;
}

.checkup-alerts {
  background: #fff;
}

.checkup-section-head {
  max-width: 820px;
  margin-bottom: 42px;
}

.checkup-section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.checkup-section-head h2,
.focus-left h2,
.checkup-final h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 900;
  color: #101828;
}

.alerts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.alert-box {
  min-height: 280px;
  padding: 28px;
  border-radius: 28px;
  background: #f8fafc;
  border: 1px solid #e6edf4;
  transition: .22s ease;
}

.alert-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, .08);
}

.alert-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #0056a4;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 34px;
}

.alert-box h3 {
  font-size: 1.22rem;
  font-weight: 900;
  color: #101828;
  margin-bottom: 14px;
}

.alert-box p {
  color: #5b6675;
  line-height: 1.7;
  margin: 0;
}

.checkup-flow {
  background: #f3f7fb;
}

.flow-timeline {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.flow-step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: stretch;
}

.flow-number {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: #0056a4;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  font-weight: 900;
  box-shadow: 0 16px 35px rgba(0, 86, 164, .22);
}

.flow-content {
  padding: 26px 30px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid #e6edf4;
}

.flow-content h3 {
  color: #101828;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.flow-content p {
  margin: 0;
  color: #5b6675;
  line-height: 1.7;
}

.checkup-focus {
  background: #fff;
}

.focus-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: start;
}

.focus-right {
  display: grid;
  gap: 12px;
}

.focus-item {
  padding: 22px 24px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid #e6edf4;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
}

.focus-item strong {
  color: #101828;
  font-weight: 900;
}

.focus-item span {
  color: #667085;
  line-height: 1.55;
}

.checkup-final {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(135deg, #0056a4 0%, #07243f 100%);
}

.checkup-final-box {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.checkup-final .checkup-badge {
  color: #b9dcff;
}

.checkup-final h2 {
  color: #fff;
}

.checkup-final p {
  max-width: 680px;
  margin: 22px auto 0;
  color: #d7e7f6;
  font-size: 1.08rem;
  line-height: 1.75;
}

.checkup-final .btn-checkup-primary {
  background: #fff;
  color: #0056a4;
}

.checkup-final .btn-checkup-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.35);
}

@media (max-width: 1100px) {
  .checkup-hero-grid,
  .focus-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .alerts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .checkup-hero {
    padding-top: 80px;
  }
}

@media (max-width: 720px) {
  .checkup-hero,
  .checkup-alerts,
  .checkup-flow,
  .checkup-focus,
  .checkup-final {
    padding: 64px 0;
  }

  .checkup-hero h1 {
    font-size: clamp(2.2rem, 13vw, 3.3rem);
  }

  .alerts-grid {
    grid-template-columns: 1fr;
  }

  .flow-step {
    grid-template-columns: 1fr;
  }

  .flow-number {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .focus-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .status-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .status-item span {
    text-align: left;
  }
}
/* FIREPAGE */
.firepage-hero {
  position: relative;
  padding: 110px 0 90px;
  background:
    linear-gradient(135deg, #fff 0%, #f7f9fc 100%);
  overflow: hidden;
}

.firepage-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 10%, rgba(220,38,38,.08), transparent 26%);
  pointer-events: none;
}

.firepage-hero-grid,
.firepage-editorial-grid,
.firepage-textblock-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.firepage-eyebrow,
.firepage-small-title {
  display: inline-block;
  color: #c62828;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.firepage-hero h1 {
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: .96;
  letter-spacing: -.05em;
  font-weight: 900;
  color: #111827;
  margin-bottom: 28px;
  max-width: 760px;
}

.firepage-intro {
  font-size: 1.14rem;
  color: #1f2937 !important;
}

.firepage-hero p,
.firepage-editorial p,
.firepage-textblock p,
.firepage-final p {
  color: #4b5563;
  line-height: 1.85;
  font-size: 1.03rem;
}

.firepage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.firepage-actions.center {
  justify-content: center;
}

.firepage-btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  transition: .22s ease;
}

.firepage-btn-primary {
  background: #c62828;
  color: #fff;
  box-shadow: 0 18px 40px rgba(198,40,40,.22);
}

.firepage-btn-primary:hover {
  background: #a61f1f;
  color: #fff;
  transform: translateY(-2px);
}

.firepage-btn-outline {
  border: 1px solid #d1d5db;
  color: #111827;
  background: #fff;
}

.firepage-btn-outline:hover {
  transform: translateY(-2px);
  border-color: #9ca3af;
}

.firepage-hero-image img,
.firepage-editorial-photo img,
.firepage-wide-image img,
.fire-service-card.large img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.firepage-hero-image img,
.firepage-editorial-photo img {
  border-radius: 34px;
  box-shadow: 0 30px 70px rgba(15,23,42,.12);
}

.firepage-editorial,
.firepage-services,
.firepage-textblock,
.firepage-activities,
.firepage-final {
  padding: 100px 0;
}

.firepage-editorial {
  background: #fff;
}

.firepage-editorial h2,
.firepage-services-head h2,
.firepage-textblock h2,
.firepage-final h2 {
  font-size: clamp(2rem, 3vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 900;
  color: #111827;
  margin-bottom: 24px;
}

.firepage-services {
  background: #f8fafc;
}

.firepage-services-head {
  max-width: 820px;
  margin-bottom: 50px;
}

.firepage-services-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.fire-service-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 30px;
  overflow: hidden;
  transition: .22s ease;
}

.fire-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(15,23,42,.08);
}

.fire-service-card.large {
  grid-column: span 2;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
}

.fire-service-content {
  padding: 38px;
}

.fire-service-card:not(.large) {
  padding: 34px;
}

.fire-service-card h3 {
  font-size: 1.25rem;
  font-weight: 900;
  color: #111827;
  margin-bottom: 16px;
}

.fire-service-card p {
  color: #6b7280;
  line-height: 1.75;
}

.firepage-wide-image img {
  height: 620px;
}

.firepage-textblock {
  background: #fff;
}

.firepage-activity-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.firepage-activity-grid div {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  padding: 34px;
}

.firepage-activity-grid strong {
  display: block;
  color: #111827;
  font-size: 1.16rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.firepage-activity-grid p {
  margin: 0;
  color: #6b7280;
  line-height: 1.7;
}

.firepage-final {
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.08), transparent 24%),
    linear-gradient(135deg, #b71c1c 0%, #7f1d1d 100%);
}

.firepage-final-box {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.firepage-final .firepage-small-title {
  color: #fecaca;
}

.firepage-final h2,
.firepage-final p {
  color: #fff;
}

.firepage-final p {
  max-width: 700px;
  margin: 0 auto;
  opacity: .92;
}

.firepage-final .firepage-btn-primary {
  background: #fff;
  color: #b71c1c;
}

.firepage-final .firepage-btn-outline {
  background: transparent;
  border-color: rgba(255,255,255,.28);
  color: #fff;
}

@media (max-width: 1100px) {

  .firepage-hero-grid,
  .firepage-editorial-grid,
  .firepage-textblock-grid,
  .fire-service-card.large {
    grid-template-columns: 1fr;
  }

  .firepage-services-layout,
  .firepage-activity-grid {
    grid-template-columns: 1fr;
  }

  .fire-service-card.large {
    grid-column: span 1;
  }
}

@media (max-width: 720px) {

  .firepage-hero,
  .firepage-editorial,
  .firepage-services,
  .firepage-textblock,
  .firepage-activities,
  .firepage-final {
    padding: 70px 0;
  }

  .firepage-hero h1 {
    font-size: clamp(2.2rem, 12vw, 3.5rem);
  }

  .firepage-services-layout,
  .firepage-activity-grid {
    gap: 18px;
  }

  .fire-service-card:not(.large),
  .firepage-activity-grid div {
    padding: 26px;
  }

  .fire-service-content {
    padding: 28px;
  }

  .firepage-wide-image img {
    height: 360px;
  }
}
/* DVR PAGE */
.dvr-hero {
  padding: 110px 0 90px;
  background: linear-gradient(135deg, #ffffff 0%, #f5f8fb 100%);
}

.dvr-hero-grid,
.dvr-editorial-grid,
.dvr-documents-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.dvr-eyebrow,
.dvr-small-title {
  display: inline-block;
  color: #0056a4;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.dvr-hero h1 {
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: .96;
  letter-spacing: -.05em;
  font-weight: 900;
  color: #111827;
  margin-bottom: 28px;
}

.dvr-intro {
  font-size: 1.14rem;
  color: #1f2937 !important;
}

.dvr-hero p,
.dvr-editorial p,
.dvr-documents p,
.dvr-practical p,
.dvr-final p {
  color: #4b5563;
  line-height: 1.85;
  font-size: 1.03rem;
}

.dvr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.dvr-actions.center {
  justify-content: center;
}

.dvr-btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  transition: .22s ease;
}

.dvr-btn-primary {
  background: #0056a4;
  color: #fff;
  box-shadow: 0 18px 40px rgba(0,86,164,.2);
}

.dvr-btn-primary:hover {
  background: #004987;
  color: #fff;
  transform: translateY(-2px);
}

.dvr-btn-outline {
  border: 1px solid #d1d5db;
  color: #111827;
  background: #fff;
}

.dvr-btn-outline:hover {
  transform: translateY(-2px);
  border-color: #9ca3af;
}

.dvr-hero-image img,
.dvr-editorial-photo img,
.dvr-wide-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.dvr-hero-image img,
.dvr-editorial-photo img {
  border-radius: 34px;
  box-shadow: 0 30px 70px rgba(15,23,42,.12);
}

.dvr-editorial,
.dvr-updates,
.dvr-documents,
.dvr-practical,
.dvr-final {
  padding: 100px 0;
}

.dvr-editorial {
  background: #fff;
}

.dvr-editorial h2,
.dvr-section-head h2,
.dvr-documents h2,
.dvr-practical h2,
.dvr-final h2 {
  font-size: clamp(2rem, 3vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 900;
  color: #111827;
  margin-bottom: 24px;
}

.dvr-updates {
  background: #f8fafc;
}

.dvr-section-head {
  max-width: 860px;
  margin-bottom: 48px;
}

.dvr-update-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #e5e7eb;
  border-radius: 34px;
  overflow: hidden;
  background: #fff;
}

.dvr-update-item {
  padding: 34px 28px;
  border-right: 1px solid #e5e7eb;
}

.dvr-update-item:last-child {
  border-right: 0;
}

.dvr-update-item strong {
  display: block;
  font-size: 1.08rem;
  font-weight: 900;
  color: #111827;
  margin-bottom: 12px;
}

.dvr-update-item p {
  margin: 0;
  color: #667085;
  line-height: 1.7;
}

.dvr-wide-image img {
  height: 580px;
}

.dvr-documents {
  background: #fff;
}

.dvr-doc-layout {
  margin-top: 54px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 22px;
}

.dvr-doc-layout article {
  padding: 34px;
  border-radius: 30px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.dvr-doc-layout article:first-child {
  grid-row: span 2;
  background: #0f172a;
  color: #fff;
}

.dvr-doc-layout article:first-child h3,
.dvr-doc-layout article:first-child p {
  color: #fff;
}

.dvr-doc-layout h3 {
  color: #111827;
  font-weight: 900;
  margin-bottom: 14px;
}

.dvr-doc-layout p {
  margin: 0;
}

.dvr-practical {
  background: #eef5fb;
}

.dvr-practical-box {
  max-width: 980px;
}

.dvr-practical h2 {
  max-width: 980px;
}

.dvr-practical p {
  max-width: 760px;
}

.dvr-final {
  background: linear-gradient(135deg, #0056a4 0%, #07243f 100%);
}

.dvr-final-box {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.dvr-final .dvr-small-title {
  color: #b9dcff;
}

.dvr-final h2,
.dvr-final p {
  color: #fff;
}

.dvr-final p {
  max-width: 720px;
  margin: 0 auto;
  opacity: .92;
}

.dvr-final .dvr-btn-primary {
  background: #fff;
  color: #0056a4;
}

.dvr-final .dvr-btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.3);
}

@media (max-width: 1100px) {
  .dvr-hero-grid,
  .dvr-editorial-grid,
  .dvr-documents-grid {
    grid-template-columns: 1fr;
  }

  .dvr-update-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .dvr-update-item {
    border-right: 0;
    border-bottom: 1px solid #e5e7eb;
  }

  .dvr-doc-layout {
    grid-template-columns: 1fr;
  }

  .dvr-doc-layout article:first-child {
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  .dvr-hero,
  .dvr-editorial,
  .dvr-updates,
  .dvr-documents,
  .dvr-practical,
  .dvr-final {
    padding: 70px 0;
  }

  .dvr-hero h1 {
    font-size: clamp(2.2rem, 12vw, 3.5rem);
  }

  .dvr-update-list {
    grid-template-columns: 1fr;
  }

  .dvr-wide-image img {
    height: 360px;
  }

  .dvr-doc-layout article {
    padding: 26px;
  }
}
/* HACCP PAGE */
.haccp-hero {
  padding: 105px 0 90px;
  background: linear-gradient(135deg, #fbfbf7 0%, #eef7f1 100%);
}

.haccp-hero-grid,
.haccp-intro-grid,
.haccp-lab-grid,
.haccp-activities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.haccp-eyebrow,
.haccp-small {
  display: inline-block;
  color: #2f7d4e;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.haccp-hero h1,
.haccp-intro h2,
.haccp-lab h2,
.haccp-section-title h2,
.haccp-activities h2,
.haccp-final h2 {
  font-size: clamp(2.05rem, 3.5vw, 4.8rem);
  line-height: 1.03;
  letter-spacing: -.045em;
  font-weight: 900;
  color: #17201a;
  margin-bottom: 24px;
}

.haccp-hero h1 {
  max-width: 760px;
}

.haccp-lead {
  font-size: 1.15rem;
  color: #223127 !important;
  font-weight: 600;
}

.haccp-hero p,
.haccp-intro p,
.haccp-lab p,
.haccp-checks p,
.haccp-activities p,
.haccp-final p {
  color: #4e5f55;
  line-height: 1.85;
  font-size: 1.03rem;
}

.haccp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.haccp-actions.center {
  justify-content: center;
}

.haccp-btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  transition: .22s ease;
}

.haccp-btn-primary {
  background: #2f7d4e;
  color: #fff;
  box-shadow: 0 18px 38px rgba(47,125,78,.22);
}

.haccp-btn-primary:hover {
  background: #25663f;
  color: #fff;
  transform: translateY(-2px);
}

.haccp-btn-outline {
  background: #fff;
  color: #17201a;
  border: 1px solid rgba(47,125,78,.22);
}

.haccp-btn-outline:hover {
  transform: translateY(-2px);
  border-color: rgba(47,125,78,.42);
}

.haccp-hero-photo img,
.haccp-lab-photo img,
.haccp-wide img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.haccp-hero-photo img,
.haccp-lab-photo img {
  border-radius: 34px;
  box-shadow: 0 28px 68px rgba(23,32,26,.12);
}

.haccp-intro,
.haccp-lab,
.haccp-checks,
.haccp-activities,
.haccp-final {
  padding: 100px 0;
}

.haccp-intro {
  background: #fff;
}

.haccp-note {
  padding: 42px;
  border-radius: 34px;
  background: #173221;
  color: #fff;
}

.haccp-note strong {
  display: block;
  font-size: 1.45rem;
  margin-bottom: 18px;
}

.haccp-note p {
  color: #e6f3ea;
  margin: 0;
  font-size: 1.08rem;
}

.haccp-lab {
  background: #f7faf6;
}

.haccp-procedure-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.haccp-procedure-list div {
  padding: 15px 17px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dfe9e2;
  color: #17201a;
  font-weight: 750;
}

.haccp-checks {
  background: #fff;
}

.haccp-section-title {
  max-width: 780px;
  margin-bottom: 48px;
}

.haccp-checks-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  gap: 20px;
}

.haccp-checks-layout article {
  padding: 30px;
  border-radius: 28px;
  background: #f7faf6;
  border: 1px solid #dfe9e2;
}

.haccp-checks-layout .haccp-check-main {
  grid-row: span 2;
  background: #fff7e8;
  border-color: #f2dfb8;
}

.haccp-checks-layout h3 {
  color: #17201a;
  font-weight: 900;
  font-size: 1.2rem;
  margin-bottom: 14px;
}

.haccp-checks-layout p {
  margin: 0;
}

.haccp-wide img {
  height: 560px;
}

.haccp-activities {
  background: #fbfbf7;
}

.haccp-activity-list {
  display: grid;
  gap: 18px;
}

.haccp-activity-list div {
  padding: 24px 26px;
  border-left: 4px solid #2f7d4e;
  background: #fff;
  border-radius: 0 22px 22px 0;
  box-shadow: 0 12px 32px rgba(23,32,26,.05);
}

.haccp-activity-list strong {
  display: block;
  color: #17201a;
  font-weight: 900;
  margin-bottom: 8px;
}

.haccp-activity-list p {
  margin: 0;
}

.haccp-final {
  background: linear-gradient(135deg, #2f7d4e 0%, #173221 100%);
}

.haccp-final-box {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.haccp-final .haccp-small {
  color: #ccebd6;
}

.haccp-final h2,
.haccp-final p {
  color: #fff;
}

.haccp-final p {
  max-width: 720px;
  margin: 0 auto;
  opacity: .92;
}

.haccp-final .haccp-btn-primary {
  background: #fff;
  color: #2f7d4e;
}

.haccp-final .haccp-btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.3);
}

@media (max-width: 1100px) {
  .haccp-hero-grid,
  .haccp-intro-grid,
  .haccp-lab-grid,
  .haccp-activities-grid {
    grid-template-columns: 1fr;
  }

  .haccp-checks-layout {
    grid-template-columns: 1fr 1fr;
  }

  .haccp-checks-layout .haccp-check-main {
    grid-row: auto;
    grid-column: span 2;
  }
}

@media (max-width: 720px) {
  .haccp-hero,
  .haccp-intro,
  .haccp-lab,
  .haccp-checks,
  .haccp-activities,
  .haccp-final {
    padding: 70px 0;
  }

  .haccp-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }

  .haccp-procedure-list,
  .haccp-checks-layout {
    grid-template-columns: 1fr;
  }

  .haccp-checks-layout .haccp-check-main {
    grid-column: auto;
  }

  .haccp-wide img {
    height: 360px;
  }

  .haccp-note {
    padding: 30px;
  }
}

/* TRAINING / CORSI */
.training-hero {
  padding: 110px 0 90px;
  background:
    linear-gradient(135deg, #fff 0%, #f5f7fb 100%);
}

.training-hero-grid,
.training-editorial-grid,
.training-practical-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.training-eyebrow,
.training-small-title {
  display: inline-block;
  color: #5b4bdb;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.training-hero h1,
.training-editorial h2,
.training-section-head h2,
.training-practical h2,
.training-final h2 {
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 900;
  color: #111827;
  margin-bottom: 24px;
}

.training-intro {
  font-size: 1.14rem;
  color: #1f2937 !important;
  font-weight: 600;
}

.training-hero p,
.training-editorial p,
.training-step p,
.training-course p,
.training-practical p,
.training-final p {
  color: #556070;
  line-height: 1.85;
  font-size: 1.03rem;
}

.training-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.training-actions.center {
  justify-content: center;
}

.training-btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  transition: .22s ease;
}

.training-btn-primary {
  background: #5b4bdb;
  color: #fff;
  box-shadow: 0 18px 40px rgba(91,75,219,.22);
}

.training-btn-primary:hover {
  background: #4c3cc7;
  color: #fff;
  transform: translateY(-2px);
}

.training-btn-outline {
  background: #fff;
  color: #111827;
  border: 1px solid #d7dcef;
}

.training-btn-outline:hover {
  transform: translateY(-2px);
  border-color: #b9c1df;
}

.training-hero-image img,
.training-editorial-photo img,
.training-wide-image img,
.training-course.large img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.training-hero-image img,
.training-editorial-photo img {
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(15,23,42,.12);
}

.training-editorial,
.training-flow,
.training-courses,
.training-practical,
.training-final {
  padding: 100px 0;
}

.training-editorial {
  background: #fff;
}

.training-flow {
  background: #f6f7fc;
}

.training-section-head {
  max-width: 860px;
  margin-bottom: 54px;
}

.training-section-head.narrow {
  max-width: 720px;
}

.training-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  overflow: visible;
  padding-bottom: 0;
}

.training-step {
  min-width: 0;
  background: #fff;
  border-radius: 28px;
  padding: 34px;
  border: 1px solid #e4e7f2;
  position: relative;
}


.training-step-number {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #ede9ff;
  color: #5b4bdb;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 22px;
}

.training-step-content h3 {
  color: #111827;
  font-size: 1.16rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.training-line {
  display: none;
}

.training-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background:
    repeating-linear-gradient(
      to right,
      #c8cfee 0,
      #c8cfee 8px,
      transparent 8px,
      transparent 16px
    );
}

.training-wide-image img {
  height: 620px;
}

.training-courses {
  background: #fff;
}

.training-courses-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.training-course {
  background: #f7f8fc;
  border: 1px solid #e5e9f4;
  border-radius: 30px;
  padding: 34px;
  transition: .22s ease;
}

.training-course:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(15,23,42,.07);
}

.training-course.large {
  grid-column: span 2;
  overflow: hidden;
  padding: 0;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  background: #fff;
}

.training-course-content {
  padding: 38px;
}

.training-course h3 {
  color: #111827;
  font-size: 1.22rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.training-practical {
  background:
    linear-gradient(135deg, #f3f5ff 0%, #eef1f9 100%);
}

.training-practical h2 {
  max-width: 700px;
}

.training-practical p {
  max-width: 640px;
}

.training-final {
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.08), transparent 26%),
    linear-gradient(135deg, #5b4bdb 0%, #2d2568 100%);
}

.training-final-box {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.training-final .training-small-title {
  color: #d9d4ff;
}

.training-final h2,
.training-final p {
  color: #fff;
}

.training-final p {
  max-width: 720px;
  margin: 0 auto;
  opacity: .92;
}

.training-final .training-btn-primary {
  background: #fff;
  color: #5b4bdb;
}

.training-final .training-btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.28);
}

@media (max-width: 1100px) {

  .training-hero-grid,
  .training-editorial-grid,
  .training-practical-grid,
  .training-course.large {
    grid-template-columns: 1fr;
  }

  .training-courses-layout {
    grid-template-columns: 1fr;
  }

  .training-course.large {
    grid-column: span 1;
  }
}

@media (max-width: 1100px) {
  .training-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .training-timeline {
    grid-template-columns: 1fr;
  }

  .training-step {
    padding: 26px;
  }

  .training-hero h1 {
    font-size: clamp(2.2rem, 12vw, 3.5rem);
  }

  .training-wide-image img {
    height: 360px;
  }

  .training-course,
  .training-course-content {
    padding: 26px;
  }
}
/* MEDICINA DEL LAVORO */
.med-hero {
  padding: 110px 0 90px;
  background: linear-gradient(135deg, #ffffff 0%, #eef7fb 100%);
}

.med-hero-grid,
.med-editorial-grid,
.med-visit-grid,
.med-management-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.med-eyebrow,
.med-small-title {
  display: inline-block;
  color: #1677a3;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.med-hero h1,
.med-editorial h2,
.med-section-head h2,
.med-visit h2,
.med-management h2,
.med-practical h2,
.med-final h2 {
  font-size: clamp(2.1rem, 3.8vw, 4.8rem);
  line-height: 1.03;
  letter-spacing: -.045em;
  font-weight: 900;
  color: #10202a;
  margin-bottom: 24px;
}

.med-intro {
  font-size: 1.14rem;
  color: #172f3c !important;
  font-weight: 600;
}

.med-hero p,
.med-editorial p,
.med-visit p,
.med-management p,
.med-practical p,
.med-final p,
.med-journey-item p {
  color: #52646e;
  line-height: 1.85;
  font-size: 1.03rem;
}

.med-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.med-actions.center {
  justify-content: center;
}

.med-btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  transition: .22s ease;
}

.med-btn-primary {
  background: #1677a3;
  color: #fff;
  box-shadow: 0 18px 40px rgba(22,119,163,.22);
}

.med-btn-primary:hover {
  background: #106489;
  color: #fff;
  transform: translateY(-2px);
}

.med-btn-outline {
  background: #fff;
  color: #10202a;
  border: 1px solid #cfe1e9;
}

.med-btn-outline:hover {
  transform: translateY(-2px);
  border-color: #9fc1cf;
}

.med-hero-image img,
.med-visit-photo img,
.med-wide img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.med-hero-image img,
.med-visit-photo img {
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(16,32,42,.12);
}

.med-editorial,
.med-journey,
.med-visit,
.med-management,
.med-practical,
.med-final {
  padding: 100px 0;
}

.med-editorial {
  background: #fff;
}

.med-note {
  padding: 42px;
  border-radius: 34px;
  background: #10202a;
  color: #fff;
}

.med-note strong {
  display: block;
  font-size: 1.45rem;
  margin-bottom: 18px;
}

.med-note p {
  color: #d7eaf2;
  margin: 0;
}

.med-journey {
  background: #f4f9fc;
}

.med-section-head {
  max-width: 850px;
  margin-bottom: 54px;
}

.med-journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.med-journey-item {
  background: #fff;
  border: 1px solid #dcebf2;
  border-radius: 30px;
  padding: 32px;
}

.med-journey-item span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #e3f4fa;
  color: #1677a3;
  font-weight: 900;
  margin-bottom: 24px;
}

.med-journey-item h3,
.med-management-list h3 {
  color: #10202a;
  font-weight: 900;
  font-size: 1.18rem;
  margin-bottom: 12px;
}

.med-visit {
  background: #fff;
}

.med-inline-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.med-inline-list div {
  padding: 15px 17px;
  border-radius: 16px;
  background: #f4f9fc;
  border: 1px solid #dcebf2;
  color: #10202a;
  font-weight: 750;
}

.med-wide img {
  height: 560px;
}

.med-management {
  background: #f8fbfd;
}

.med-management-list {
  display: grid;
  gap: 18px;
}

.med-management-list article {
  padding: 26px 28px;
  background: #fff;
  border-left: 4px solid #1677a3;
  border-radius: 0 24px 24px 0;
  box-shadow: 0 14px 34px rgba(16,32,42,.05);
}

.med-management-list p {
  margin: 0;
}

.med-practical {
  background: #fff;
}

.med-practical-box {
  max-width: 980px;
}

.med-practical p {
  max-width: 760px;
}

.med-final {
  background: linear-gradient(135deg, #1677a3 0%, #10202a 100%);
}

.med-final-box {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.med-final .med-small-title {
  color: #c8edf8;
}

.med-final h2,
.med-final p {
  color: #fff;
}

.med-final p {
  max-width: 720px;
  margin: 0 auto;
  opacity: .92;
}

.med-final .med-btn-primary {
  background: #fff;
  color: #1677a3;
}

.med-final .med-btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.3);
}

@media (max-width: 1100px) {
  .med-hero-grid,
  .med-editorial-grid,
  .med-visit-grid,
  .med-management-grid {
    grid-template-columns: 1fr;
  }

  .med-journey-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .med-hero,
  .med-editorial,
  .med-journey,
  .med-visit,
  .med-management,
  .med-practical,
  .med-final {
    padding: 70px 0;
  }

  .med-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }

  .med-journey-grid,
  .med-inline-list {
    grid-template-columns: 1fr;
  }

  .med-wide img {
    height: 360px;
  }

  .med-note {
    padding: 30px;
  }
}

/* CHECK-UP / AUDIT PAGE */
.audit-hero {
  padding: 110px 0 90px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f7fb 100%);
}

.audit-hero-grid,
.audit-editorial-grid,
.audit-reality-grid,
.audit-final-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.audit-eyebrow,
.audit-small-title {
  display: inline-block;
  color: #0056a4;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.audit-hero h1,
.audit-editorial h2,
.audit-reality h2,
.audit-section-head h2,
.audit-concrete h2,
.audit-final h2 {
  font-size: clamp(2.15rem, 4vw, 4.9rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 900;
  color: #101828;
  margin-bottom: 24px;
}

.audit-lead {
  font-size: 1.15rem;
  color: #1f2937 !important;
  font-weight: 650;
}

.audit-hero p,
.audit-editorial p,
.audit-reality p,
.audit-focus p,
.audit-concrete p,
.audit-final p {
  color: #4b5563;
  line-height: 1.85;
  font-size: 1.03rem;
}

.audit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.audit-btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  transition: .22s ease;
}

.audit-btn-primary {
  background: #0056a4;
  color: #fff;
  box-shadow: 0 18px 40px rgba(0,86,164,.22);
}

.audit-btn-primary:hover {
  background: #004987;
  color: #fff;
  transform: translateY(-2px);
}

.audit-btn-outline {
  background: #fff;
  color: #101828;
  border: 1px solid #d6e0ec;
}

.audit-btn-outline:hover {
  transform: translateY(-2px);
  border-color: #9bb6d0;
}

.audit-hero-image img,
.audit-wide img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.audit-hero-image img {
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(15,23,42,.12);
}

.audit-editorial,
.audit-reality,
.audit-focus,
.audit-concrete,
.audit-final {
  padding: 100px 0;
}

.audit-editorial {
  background: #fff;
}

.audit-side-notes {
  display: grid;
  gap: 18px;
}

.audit-side-notes article {
  padding: 28px 30px;
  background: #f8fafc;
  border: 1px solid #e4ebf3;
  border-radius: 28px;
}

.audit-side-notes strong {
  display: block;
  color: #101828;
  font-size: 1.12rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.audit-side-notes p {
  margin: 0;
}

.audit-wide img {
  height: 580px;
}

.audit-reality {
  background: #f8fbfd;
}

.audit-focus {
  background: #fff;
}

.audit-section-head {
  max-width: 880px;
  margin-bottom: 52px;
}

.audit-focus-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  gap: 22px;
}

.audit-focus-layout article {
  padding: 30px;
  border-radius: 28px;
  background: #f8fafc;
  border: 1px solid #e4ebf3;
}

.audit-focus-main {
  grid-row: span 2;
  background: #0f172a !important;
  color: #fff;
}

.audit-focus-main h3,
.audit-focus-main p {
  color: #fff !important;
}

.audit-focus-layout h3 {
  color: #101828;
  font-size: 1.18rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.audit-focus-layout p {
  margin: 0;
}

.audit-concrete {
  background: #eef5fb;
}

.audit-concrete-box {
  max-width: 980px;
}

.audit-concrete p {
  max-width: 760px;
}

.audit-final {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.1), transparent 26%),
    linear-gradient(135deg, #0056a4 0%, #07243f 100%);
}

.audit-final h2,
.audit-final p {
  color: #fff;
}

.audit-final .audit-small-title {
  color: #b9dcff;
}

.audit-final-right p {
  max-width: 620px;
}

.audit-final .audit-btn-primary {
  background: #fff;
  color: #0056a4;
}

.audit-final .audit-btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.3);
}

@media (max-width: 1100px) {
  .audit-hero-grid,
  .audit-editorial-grid,
  .audit-reality-grid,
  .audit-final-grid {
    grid-template-columns: 1fr;
  }

  .audit-focus-layout {
    grid-template-columns: 1fr 1fr;
  }

  .audit-focus-main {
    grid-row: auto;
    grid-column: span 2;
  }
}

@media (max-width: 720px) {
  .audit-hero,
  .audit-editorial,
  .audit-reality,
  .audit-focus,
  .audit-concrete,
  .audit-final {
    padding: 70px 0;
  }

  .audit-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }

  .audit-focus-layout {
    grid-template-columns: 1fr;
  }

  .audit-focus-main {
    grid-column: auto;
  }

  .audit-wide img {
    height: 360px;
  }
}

/* CHECK-UP REAL PAGE */
.check-real-hero {
  padding: 110px 0 90px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f7fb 100%);
}

.check-real-grid,
.check-context-grid,
.check-cases-layout,
.check-focus-grid,
.check-final-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.check-real-eyebrow,
.check-real-small {
  display: inline-block;
  color: #0056a4;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.check-real-hero h1,
.check-real-context h2,
.check-case-main h2,
.check-focus-title h2,
.check-result-box h2,
.check-real-final h2 {
  font-size: clamp(2.15rem, 4vw, 4.9rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 900;
  color: #101828;
  margin-bottom: 24px;
}

.check-real-lead {
  font-size: 1.16rem;
  color: #1f2937 !important;
  font-weight: 700;
}

.check-real-hero p,
.check-real-context p,
.check-real-cases p,
.check-real-focus p,
.check-real-result p,
.check-real-final p {
  color: #4b5563;
  line-height: 1.85;
  font-size: 1.03rem;
}

.check-real-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.check-real-btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  transition: .22s ease;
}

.check-real-btn-primary {
  background: #0056a4;
  color: #fff;
  box-shadow: 0 18px 40px rgba(0,86,164,.22);
}

.check-real-btn-primary:hover {
  background: #004987;
  color: #fff;
  transform: translateY(-2px);
}

.check-real-btn-outline {
  background: #fff;
  color: #101828;
  border: 1px solid #d6e0ec;
}

.check-real-btn-outline:hover {
  transform: translateY(-2px);
  border-color: #9bb6d0;
}

.check-real-image img,
.check-real-wide img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.check-real-image img {
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(15,23,42,.12);
}

.check-real-context,
.check-real-cases,
.check-real-focus,
.check-real-result,
.check-real-final {
  padding: 100px 0;
}

.check-real-context {
  background: #fff;
}

.check-real-cases {
  background: #f8fbfd;
}

.check-cases-layout {
  align-items: start;
}

.check-case-list {
  display: grid;
  gap: 18px;
}

.check-case-list article {
  padding: 28px 30px;
  background: #fff;
  border: 1px solid #e4ebf3;
  border-radius: 28px;
}

.check-case-list strong {
  display: block;
  color: #101828;
  font-size: 1.12rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.check-case-list p {
  margin: 0;
}

.check-real-wide img {
  height: 580px;
}

.check-real-focus {
  background: #fff;
}

.check-focus-grid {
  align-items: start;
}

.check-focus-title {
  position: sticky;
  top: 110px;
}

.check-focus-content {
  display: grid;
  gap: 18px;
}

.check-focus-item {
  padding: 28px 30px;
  border-radius: 28px;
  border: 1px solid #e4ebf3;
  background: #f8fafc;
}

.check-focus-item h3 {
  color: #101828;
  font-size: 1.18rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.check-focus-item p {
  margin: 0;
}

.check-real-result {
  background: #eef5fb;
}

.check-result-box {
  max-width: 1080px;
}

.check-result-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 34px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbe7f3;
}

.check-result-grid div {
  padding: 32px 28px;
  border-right: 1px solid #dbe7f3;
}

.check-result-grid div:last-child {
  border-right: 0;
}

.check-result-grid strong {
  display: block;
  color: #101828;
  font-size: 1.08rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.check-result-grid p {
  margin: 0;
}

.check-real-final {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.1), transparent 26%),
    linear-gradient(135deg, #0056a4 0%, #07243f 100%);
}

.check-real-final h2,
.check-real-final p {
  color: #fff;
}

.check-real-final .check-real-small {
  color: #b9dcff;
}

.check-real-final .check-real-btn-primary {
  background: #fff;
  color: #0056a4;
}

.check-real-final .check-real-btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.3);
}

@media (max-width: 1100px) {
  .check-real-grid,
  .check-context-grid,
  .check-cases-layout,
  .check-focus-grid,
  .check-final-grid {
    grid-template-columns: 1fr;
  }

  .check-focus-title {
    position: static;
  }

  .check-result-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .check-result-grid div {
    border-right: 0;
    border-bottom: 1px solid #dbe7f3;
  }
}

@media (max-width: 720px) {
  .check-real-hero,
  .check-real-context,
  .check-real-cases,
  .check-real-focus,
  .check-real-result,
  .check-real-final {
    padding: 70px 0;
  }

  .check-real-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }

  .check-real-wide img {
    height: 360px;
  }

  .check-result-grid {
    grid-template-columns: 1fr;
  }

  .check-case-list article,
  .check-focus-item,
  .check-result-grid div {
    padding: 26px;
  }
}

/* CONTATTI */
.contact-hero {
  padding: 110px 0 90px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f7fb 100%);
}

.contact-hero-grid,
.contact-reasons-grid,
.contact-map-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.contact-eyebrow,
.contact-small {
  display: inline-block;
  color: #0056a4;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.contact-hero h1,
.contact-reasons h2,
.contact-address h2,
.contact-final h2 {
  font-size: clamp(2.15rem, 4vw, 4.9rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 900;
  color: #101828;
  margin-bottom: 24px;
}

.contact-lead {
  font-size: 1.16rem;
  color: #1f2937 !important;
  font-weight: 700;
}

.contact-hero p,
.contact-reasons p,
.contact-address p,
.contact-final p {
  color: #4b5563;
  line-height: 1.85;
  font-size: 1.03rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.contact-actions.center {
  justify-content: center;
}

.contact-btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  transition: .22s ease;
}

.contact-btn-primary {
  background: #0056a4;
  color: #fff;
  box-shadow: 0 18px 40px rgba(0,86,164,.22);
}

.contact-btn-primary:hover {
  background: #004987;
  color: #fff;
  transform: translateY(-2px);
}

.contact-btn-outline {
  background: #fff;
  color: #101828;
  border: 1px solid #d6e0ec;
}

.contact-btn-outline:hover {
  transform: translateY(-2px);
  border-color: #9bb6d0;
}

.contact-panel {
  background: #0f172a;
  color: #fff;
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 28px 70px rgba(15,23,42,.18);
}

.contact-panel-head span {
  display: block;
  color: #b9dcff;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-panel-head strong {
  display: block;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 28px;
}

.contact-panel-list {
  display: grid;
  gap: 14px;
}

.contact-panel-list a {
  display: block;
  padding: 22px;
  border-radius: 22px;
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  transition: .22s ease;
}

.contact-panel-list a:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.1);
}

.contact-panel-list strong {
  display: block;
  margin-bottom: 7px;
  font-weight: 900;
}

.contact-panel-list span {
  display: block;
  color: #cbd5e1;
  line-height: 1.55;
}

.contact-info,
.contact-reasons,
.contact-map-section,
.contact-final {
  padding: 100px 0;
}

.contact-info {
  background: #fff;
  padding-top: 40px;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.contact-info-grid article {
  padding: 30px;
  border-radius: 30px;
  background: #f8fafc;
  border: 1px solid #e4ebf3;
}

.contact-info-grid span {
  display: block;
  color: #667085;
  font-size: .88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 12px;
}

.contact-info-grid strong {
  display: block;
  color: #101828;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 18px;
  word-break: break-word;
}

.contact-info-grid a {
  color: #0056a4;
  font-weight: 850;
  text-decoration: none;
}

.contact-reasons {
  background: #f8fbfd;
}

.contact-reasons-grid {
  align-items: start;
}

.contact-reason-list {
  display: grid;
  gap: 18px;
}

.contact-reason-list div {
  padding: 26px 28px;
  background: #fff;
  border-left: 4px solid #0056a4;
  border-radius: 0 24px 24px 0;
  box-shadow: 0 14px 34px rgba(15,23,42,.05);
}

.contact-reason-list strong {
  display: block;
  color: #101828;
  font-weight: 900;
  margin-bottom: 8px;
}

.contact-reason-list p {
  margin: 0;
}

.contact-map-section {
  background: #fff;
}

.contact-map-grid {
  align-items: stretch;
}

.contact-address {
  align-self: center;
}

.contact-address-box {
  margin-top: 30px;
  padding: 24px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid #e4ebf3;
}

.contact-address-box strong {
  display: block;
  color: #101828;
  font-weight: 900;
  margin-bottom: 8px;
}

.contact-address-box span {
  color: #4b5563;
  line-height: 1.7;
}

.contact-map {
  min-height: 420px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(15,23,42,.1);
  background: #f1f5f9;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

.contact-final {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.1), transparent 26%),
    linear-gradient(135deg, #0056a4 0%, #07243f 100%);
}

.contact-final-box {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.contact-final .contact-small {
  color: #b9dcff;
}

.contact-final h2,
.contact-final p {
  color: #fff;
}

.contact-final p {
  max-width: 720px;
  margin: 0 auto;
  opacity: .92;
}

.contact-final .contact-btn-primary {
  background: #fff;
  color: #0056a4;
}

.contact-final .contact-btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.3);
}

@media (max-width: 1100px) {
  .contact-hero-grid,
  .contact-reasons-grid,
  .contact-map-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .contact-hero,
  .contact-info,
  .contact-reasons,
  .contact-map-section,
  .contact-final {
    padding: 70px 0;
  }

  .contact-info {
    padding-top: 30px;
  }

  .contact-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }

  .contact-panel {
    padding: 26px;
  }

  .contact-map,
  .contact-map iframe {
    min-height: 320px;
  }
}
/* HOME HERO - stile coerente con le pagine interne */
.sisla-hero {
  position: relative;
  padding: 86px 0 78px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f7fb 100%);
  overflow: hidden;
}

.sisla-hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 18%, rgba(0,86,164,.09), transparent 30%);
  pointer-events: none;
}

.sisla-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.sisla-hero-content {
  max-width: 520px;
}

.sisla-hero h1 {
  font-size: clamp(2.35rem, 4vw, 4.4rem);
  line-height: 1.03;
  letter-spacing: -.045em;
  font-weight: 900;
  color: #101828;
  margin-bottom: 24px;
}

.sisla-hero h1 span {
  color: #0056a4;
}

.sisla-title-line {
  width: 76px;
  height: 4px;
  border-radius: 999px;
  background: #0056a4;
  margin: 0 0 26px;
}

.sisla-hero p {
  max-width: 520px;
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0;
}

.sisla-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}


@media (max-width: 1100px) {
  .sisla-hero-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .sisla-hero-visual img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(15,23,42,.12);
}
}



@media (max-width: 720px) {
  .sisla-hero {
    padding: 64px 0 70px;
  }

  .sisla-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.45rem);
  }

  .sisla-hero-visual img {
    height: 300px;
    border-radius: 26px;
  }
}
/* FOOTER SISLA */
.sisla-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.06), transparent 24%),
    linear-gradient(135deg, #07111d 0%, #0f172a 100%);
  color: #fff;
  padding: 82px 0 28px;
}

.sisla-footer-top {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr 1fr;
  gap: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.sisla-footer-brand img {
  width: 150px;
  margin-bottom: 24px;
}

.sisla-footer-brand p {
  color: rgba(255,255,255,.72);
  line-height: 1.85;
  max-width: 420px;
  margin: 0;
}

.sisla-footer-nav,
.sisla-footer-services,
.sisla-footer-contact {
  display: flex;
  flex-direction: column;
}

.sisla-footer-nav span,
.sisla-footer-services span,
.sisla-footer-contact span {
  display: inline-block;
  margin-bottom: 20px;
  color: #b9dcff;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sisla-footer-nav a,
.sisla-footer-services div,
.sisla-footer-contact a,
.sisla-footer-contact p {
  color: rgba(255,255,255,.74);
  text-decoration: none;
  line-height: 1.7;
  margin-bottom: 10px;
  transition: .2s ease;
}

.sisla-footer-nav a:hover,
.sisla-footer-contact a:hover {
  color: #fff;
}

.sisla-footer-contact p {
  margin-top: 6px;
}

.sisla-footer-whatsapp {
  margin-top: 18px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  background: #0056a4;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: fit-content;
  box-shadow: 0 18px 40px rgba(0,86,164,.28);
}

.sisla-footer-whatsapp:hover {
  transform: translateY(-2px);
  background: #0063bd;
}

.sisla-footer-bottom {
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.55);
  font-size: .95rem;
}

.sisla-footer-powered {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sisla-footer-powered a {
  color: #b9dcff;
  text-decoration: none;
  font-weight: 700;
}

.sisla-footer-powered a:hover {
  color: #fff;
}

@media (max-width: 1100px) {
  .sisla-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
}

@media (max-width: 720px) {
  .sisla-footer {
    padding: 64px 0 24px;
  }

  .sisla-footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 40px;
  }

  .sisla-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .sisla-footer-brand img {
    width: 130px;
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15,23,42,.08);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.logo img {
  display: block;
  max-height: 54px;
  width: auto;
}

.nav-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links > a,
.nav-dropdown > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #243044;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active,
.nav-dropdown > a.active {
  background: rgba(0, 86, 179, .08);
  color: #0056b3;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 245px;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15,23,42,.14);
  border: 1px solid rgba(15,23,42,.08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: .18s ease;
}

.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown-menu a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 12px;
  color: #243044;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.dropdown-menu a:hover {
  background: rgba(0, 86, 179, .08);
  color: #0056b3;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.nav-toggle {
  display: none;
}

.nav-burger {
  display: none;
}


/* MOBILE */
@media (max-width: 991px) {
  .nav {
    min-height: 72px;
    justify-content: space-between;
  }

  .logo img {
    max-height: 46px;
  }

  .nav-burger {
    width: 46px;
    height: 46px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    align-items: center;
    border-radius: 14px;
    background: #f4f7fb;
    cursor: pointer;
  }

  .nav-burger span {
    width: 22px;
    height: 2px;
    display: block;
    background: #172033;
    border-radius: 999px;
  }

  .nav-panel {
    position: fixed;
    top: 72px;
    left: 16px;
    right: 16px;
    width: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 18px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15,23,42,.18);
    border: 1px solid rgba(15,23,42,.08);
  }

  .nav-toggle:checked ~ .nav-panel {
    display: flex;
  }

  .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  .nav-links > a,
  .nav-dropdown > a {
    width: 100%;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 14px;
  }

  .nav-dropdown {
    display: block;
  }

  .dropdown-menu {
    position: static;
    min-width: 100%;
    margin-top: 6px;
    padding: 8px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    border-radius: 16px;
    background: #f6f8fb;
    display: none;
  }

  .nav-dropdown:hover .dropdown-menu,
  .nav-dropdown:focus-within .dropdown-menu {
    display: block;
  }

  .dropdown-menu a {
    min-height: 42px;
  }

  .nav-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
/* ===== HEADER RESPONSIVE FIX DEFINITIVO ===== */

.header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(15,23,42,.08);
}

.header .nav {
  min-height: 78px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px;
  position: relative;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo img {
  max-height: 54px;
  width: auto;
  display: block;
}

.nav-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  flex: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a,
.nav-dropdown > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 13px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}

.nav-dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #fff;
  padding: 10px;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(15,23,42,.16);
  display: none;
}

.nav-dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  justify-content: flex-start;
  border-radius: 12px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.nav-toggle {
  display: none;
}

.nav-burger {
  display: none;
}


/* ===== MOBILE ===== */

@media (max-width: 991px) {
  .header .nav {
    min-height: 70px;
  }

  .logo img {
    max-height: 44px;
  }

  .nav-burger {
    display: flex !important;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border-radius: 14px;
    background: #f2f5f9;
    cursor: pointer;
    flex-shrink: 0;
  }

  .nav-burger span {
    width: 23px;
    height: 2px;
    background: #111827;
    border-radius: 99px;
    display: block;
  }

  .nav-panel {
    position: fixed !important;
    top: 70px;
    left: 12px;
    right: 12px;
    width: auto !important;
    max-width: none !important;

    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 16px;

    padding: 18px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(15,23,42,.22);
    border: 1px solid rgba(15,23,42,.08);
  }

  .nav-toggle:checked ~ .nav-panel {
    display: flex !important;
  }

  .nav-links {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 6px;
  }

  .nav-links > a,
  .nav-dropdown > a {
    width: 100% !important;
    justify-content: flex-start !important;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 14px;
  }

  .nav-dropdown {
    width: 100% !important;
  }

  .dropdown-menu {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-top: 6px;
    padding: 8px;
    box-shadow: none;
    background: #f5f7fa;
    border-radius: 16px;
  }

  .dropdown-menu a {
    width: 100% !important;
    justify-content: flex-start !important;
    min-height: 42px;
  }

  .nav-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  .nav-actions .btn {
    width: 100% !important;
    justify-content: center !important;
    text-align: center;
  }
}

.contact-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 6px;
}

.contact-trust-row span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.9);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 700;
}

.contact-panel-premium {
  position: relative;
  overflow: hidden;
}

.contact-panel-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 38%);
  pointer-events: none;
}

.contact-info-v2 article,
.contact-shortcut-grid a {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.contact-info-v2 article:hover,
.contact-shortcut-grid a:hover {
  transform: translateY(-4px);
}

.contact-reasons-v2 p {
  color: var(--muted, #64748b);
  line-height: 1.7;
}

.contact-service-shortcuts {
  padding: 80px 0;
  background:
    linear-gradient(180deg, #fff 0%, #f6f8fb 100%);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-heading h2 {
  margin: 8px 0 0;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -.04em;
}

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

.contact-shortcut-grid a {
  display: block;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
  text-decoration: none;
  color: inherit;
}

.contact-shortcut-grid strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: #0f172a;
}

.contact-shortcut-grid span {
  display: block;
  color: #64748b;
  line-height: 1.55;
}

.contact-address-box + .contact-address-box {
  margin-top: 14px;
}

.contact-final-v2 .contact-final-box {
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.18), transparent 34%),
    linear-gradient(135deg, #0f172a, #1e293b);
}

@media (max-width: 900px) {
  .contact-shortcut-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .contact-shortcut-grid {
    grid-template-columns: 1fr;
  }

  .contact-trust-row span {
    font-size: .82rem;
  }
}

.contact-map {
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  background: #e5e7eb;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .12);
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.contact-final-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  text-align: left;
}

.contact-final-split > div:first-child {
  max-width: 680px;
}

.contact-final-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 240px;
}

@media (max-width: 768px) {
  .contact-final-split {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-final-actions {
    width: 100%;
  }

  .contact-final-actions .contact-btn {
    width: 100%;
    justify-content: center;
  }

  .contact-map,
  .contact-map iframe {
    height: 360px;
    min-height: 360px;
  }
}
.contact-final {
  padding: 110px 0;
  background:
    linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
}

.contact-final-box {
  max-width: 980px;
  margin: 0 auto;
  padding: 64px;
  border-radius: 36px;

  background:
    radial-gradient(circle at top left,
      rgba(255,255,255,.14),
      transparent 30%),
    linear-gradient(135deg,
      #0f172a 0%,
      #0b2447 100%);

  color: #fff;

  box-shadow:
    0 40px 100px rgba(15,23,42,.18);

  position: relative;
  overflow: hidden;
}

.contact-final-box::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(90deg,
      transparent,
      rgba(255,255,255,.03),
      transparent);

  pointer-events: none;
}

.contact-final-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.contact-final-box h2 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: .95;
  letter-spacing: -.05em;
  margin: 18px 0 24px;
  max-width: 620px;
}

.contact-final-box p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255,255,255,.78);
  max-width: 620px;
}

.contact-final-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 260px;
}

.contact-final-actions .contact-btn {
  justify-content: center;
  min-height: 58px;
  font-size: 1rem;
}

.contact-final-actions .contact-btn-primary {
  background: #fff;
  color: #0b5ed7;
  border: none;
}

.contact-final-actions .contact-btn-outline {
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  background: rgba(255,255,255,.04);
}

.contact-final-actions .contact-btn-outline:hover {
  background: rgba(255,255,255,.08);
}

@media (max-width: 900px) {

  .contact-final-box {
    padding: 42px 28px;
  }

  .contact-final-split {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-final-box h2 {
    font-size: 2.7rem;
  }

  .contact-final-actions {
    width: 100%;
  }

  .contact-final-actions .contact-btn {
    width: 100%;
  }
}

/* =========================
   MOBILE FIX SISLA INDEX
   ========================= */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

.container {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

/* HEADER MOBILE */
@media (max-width: 768px) {
  .header {
    overflow: hidden;
  }

  .nav {
    min-height: auto;
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .logo img {
    max-width: 190px;
    height: auto;
  }

  .nav-menu,
  .menu,
  .navbar {
    display: none;
  }

  .nav-actions {
    display: none;
  }

  .mobile-toggle,
  .nav-toggle,
  .hamburger {
    display: flex !important;
  }
}

/* HERO MOBILE */
@media (max-width: 768px) {
  .hero,
  .home-hero {
    padding: 34px 0 44px;
    overflow: hidden;
  }

  .hero-grid,
  .home-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero h1,
  .home-hero h1 {
    font-size: clamp(42px, 12vw, 62px);
    line-height: 0.98;
    letter-spacing: -0.06em;
    max-width: 100%;
  }

  .hero p,
  .home-hero p {
    font-size: 20px;
    line-height: 1.45;
    max-width: 100%;
  }

  .hero-actions,
  .home-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
  }

  .hero-actions .btn,
  .home-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* IMMAGINE HERO / FOTO INDEX */
@media (max-width: 768px) {
  .hero-visual,
  .home-visual,
  .index-visual {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 0;
  }

  .hero-visual img,
  .home-visual img,
  .index-visual img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
}

/* SERVIZI MOBILE */
@media (max-width: 768px) {
  .services-grid,
  .service-grid,
  .home-services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-card,
  .home-service-card {
    width: 100%;
    min-width: 0;
    padding: 28px 24px;
  }

  .service-card h3,
  .home-service-card h3 {
    font-size: 28px;
    line-height: 1.05;
  }

  .service-card p,
  .home-service-card p {
    font-size: 19px;
    line-height: 1.35;
  }
}

/* Se vuoi 2 card per riga su mobile grande */
@media (min-width: 520px) and (max-width: 768px) {
  .services-grid,
  .service-grid,
  .home-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   SISLA - FIX DEFINITIVO RESPONSIVE / MOBILE
   Aggiunto per evitare overflow, hero tagliate e menu fuori viewport.
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

.container {
  width: min(100% - 32px, 1240px);
  margin-left: auto;
  margin-right: auto;
}

/* Header desktop/tablet: evita che i link allarghino la pagina */
.header,
.header .nav,
.nav-panel,
.nav-links,
.nav-actions {
  min-width: 0;
}

.nav-links > a,
.nav-dropdown > a,
.dropdown-menu a {
  white-space: nowrap;
}

/* Home hero coerente */
.sisla-hero {
  overflow: hidden;
}

.sisla-hero-inner {
  min-width: 0;
}

.sisla-hero-content,
.sisla-hero-visual {
  min-width: 0;
}

.sisla-hero-visual img {
  max-width: 100%;
}

/* Griglie robuste */
.sisla-strip-grid,
.sisla-cards-grid,
.sisla-process-grid,
.sisla-two-col,
.contact-hero-grid,
.contact-reasons-grid,
.contact-map-grid,
.footer-grid,
.sisla-footer-top {
  min-width: 0;
}

.sisla-strip-item,
.sisla-card,
.contact-info-grid article,
.contact-shortcut-grid a {
  min-width: 0;
}

/* ===== TABLET ===== */
@media (max-width: 1100px) {
  .sisla-hero-inner {
    grid-template-columns: 1fr !important;
    gap: 42px;
  }

  .sisla-hero-content {
    max-width: 760px;
  }

  .sisla-strip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sisla-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .container {
    width: min(100% - 30px, 1240px);
  }

  .header {
    overflow: visible !important;
  }

  .header .nav {
    min-height: 70px !important;
    height: auto !important;
    padding: 10px 0 !important;
    gap: 12px !important;
  }

  .logo img {
    max-height: 44px !important;
    max-width: 190px !important;
    width: auto !important;
  }

  .nav-burger {
    display: flex !important;
    flex-shrink: 0;
  }

  .nav-panel {
    position: fixed !important;
    top: 72px !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: calc(100vw - 24px) !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    padding: 18px !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 24px 70px rgba(15,23,42,.22) !important;
    border: 1px solid rgba(15,23,42,.08) !important;
    overflow: auto;
    max-height: calc(100vh - 88px);
  }

  .nav-toggle:checked ~ .nav-panel {
    display: flex !important;
  }

  .nav-links,
  .nav-actions {
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .nav-links > a,
  .nav-dropdown > a,
  .nav-actions .btn {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  .nav-actions .btn {
    justify-content: center !important;
  }

  .dropdown-menu {
    position: static !important;
    display: block !important;
    min-width: 0 !important;
    width: 100% !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    margin-top: 6px;
  }

  /* Home */
  .sisla-hero {
    padding: 42px 0 54px !important;
  }

  .sisla-hero-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    min-height: 0 !important;
  }

  .sisla-hero-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .sisla-hero-logo {
    width: 190px !important;
    max-width: 70% !important;
    margin-bottom: 34px !important;
  }

  .sisla-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.15rem) !important;
    line-height: .96 !important;
    letter-spacing: -.07em !important;
    overflow-wrap: break-word;
  }

  .sisla-title-line {
    margin: 24px 0 24px !important;
  }

  .sisla-hero p {
    max-width: 100% !important;
    font-size: 1.08rem !important;
    line-height: 1.65 !important;
  }

  .sisla-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
    margin-top: 32px !important;
  }

  .sisla-hero-actions a,
  .sisla-hero-actions .sisla-btn,
  .sisla-btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .sisla-hero-visual {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  .sisla-hero-visual::before {
    display: none !important;
  }

  .sisla-hero-visual img {
    width: 100% !important;
    height: 280px !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 24px !important;
  }

  .sisla-strip-grid,
  .sisla-cards-grid,
  .sisla-process-grid,
  .sisla-two-col {
    grid-template-columns: 1fr !important;
  }

  .sisla-service-strip {
    border-top: 1px solid var(--sisla-border);
  }

  .sisla-strip-item,
  .sisla-strip-item:first-child,
  .sisla-strip-item:nth-child(4) {
    min-height: auto !important;
    padding: 28px 22px !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--sisla-border) !important;
  }

  .sisla-strip-item strong {
    min-height: 0 !important;
    font-size: 1.35rem !important;
  }

  .sisla-card {
    min-height: auto !important;
    padding: 28px 24px !important;
  }

  .sisla-section {
    padding: 64px 0 !important;
  }

  .sisla-process-box,
  .sisla-final-box {
    padding: 34px 24px !important;
    border-radius: 24px !important;
  }

  /* Pagine interne */
  .sisla-page-hero-grid,
  .sisla-feature-panel,
  .contact-hero-grid,
  .contact-reasons-grid,
  .contact-map-grid {
    grid-template-columns: 1fr !important;
  }

  .contact-map,
  .contact-map iframe {
    width: 100% !important;
    height: 340px !important;
    min-height: 340px !important;
  }

  .contact-final-box {
    padding: 38px 24px !important;
    border-radius: 28px !important;
  }

  .contact-final-split {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .contact-final-actions {
    width: 100% !important;
    min-width: 0 !important;
  }

  .contact-final-actions .contact-btn {
    width: 100% !important;
  }

  .footer-grid,
  .sisla-footer-top {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile molto stretto */
@media (max-width: 380px) {
  .container {
    width: min(100% - 24px, 1240px);
  }

  .logo img {
    max-width: 165px !important;
  }

  .sisla-hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.4rem) !important;
  }

  .sisla-hero-visual img {
    height: 240px !important;
  }
}
/* FIX checkbox visibile menu mobile */
.nav-toggle {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  pointer-events: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

/* Menu mobile più compatto */
@media (max-width: 991px) {
  .nav-panel {
    max-height: calc(100vh - 95px);
    overflow-y: auto;
  }

  .nav-dropdown > a {
    font-weight: 800;
  }

  .dropdown-menu {
    display: none !important;
  }

  .nav-dropdown:hover .dropdown-menu,
  .nav-dropdown:focus-within .dropdown-menu {
    display: block !important;
  }
}

/* =========================
   DIGITAL BUSINESS CARD
   ========================= */

.profile-hero {
  min-height: calc(100vh - 86px);
  padding: 72px 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,.94), rgba(244,247,251,.9)),
    url("../img/sisla-office-blur.jpg") center/cover no-repeat;
}

.profile-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .58fr);
  gap: 28px;
  align-items: stretch;
}

.profile-card,
.profile-info {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(223,230,241,.95);
  box-shadow: 0 28px 70px rgba(7, 27, 58, .12);
  backdrop-filter: blur(14px);
}

.profile-card {
  border-radius: 28px;
  padding: clamp(28px, 5vw, 58px);
}

.profile-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 42px;
}

.profile-brand img {
  width: 170px;
  height: auto;
  display: block;
}

.profile-brand span,
.profile-kicker,
.profile-info-head span {
  color: var(--sisla-blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.profile-brand span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef5ff;
  border: 1px solid #d8e9ff;
}

.profile-main {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.profile-avatar {
  width: 118px;
  height: 118px;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--sisla-blue), var(--sisla-blue-dark));
  font-size: 38px;
  font-weight: 900;
  box-shadow: 0 22px 46px rgba(7,87,184,.24);
}

.profile-photo {
  width: 118px;
  height: 118px;
  border-radius: 26px;
  display: block;
  object-fit: cover;
  object-position: center;
  border: 4px solid #fff;
  box-shadow: 0 22px 46px rgba(7,87,184,.18);
  background: #eef4fb;
}

.profile-main h1 {
  margin: 10px 0 10px;
  color: var(--sisla-navy);
  font-size: clamp(44px, 5.2vw, 74px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.055em;
}

.profile-role {
  margin: 0;
  color: #26344d;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.25;
  font-weight: 800;
}

.profile-summary {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--sisla-muted);
  font-size: 18px;
  line-height: 1.7;
}

.profile-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
}

.profile-contact-note {
  margin: 14px 0 0;
  color: var(--sisla-muted);
  font-size: 14px;
  line-height: 1.45;
}

.profile-btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 850;
  text-align: center;
  transition: .18s ease;
  cursor: pointer;
}

.profile-btn i {
  font-size: 20px;
  line-height: 1;
}

.profile-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--sisla-blue), #004aa1);
  box-shadow: 0 18px 34px rgba(7,87,184,.22);
}

.profile-btn-primary:hover,
.profile-btn-outline:hover {
  transform: translateY(-2px);
}

.profile-btn-primary:hover {
  color: #fff;
  background: var(--sisla-blue-dark);
}

.profile-btn-outline {
  color: var(--sisla-blue);
  background: #f1f7ff;
  border: 1px solid #d6e8ff;
}

.profile-btn-outline:hover {
  color: #fff;
  background: var(--sisla-blue);
  border-color: var(--sisla-blue);
}

.profile-info {
  border-radius: 24px;
  padding: 34px;
}

.profile-info-head h2 {
  margin: 12px 0 28px;
  color: var(--sisla-navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.045em;
}

.profile-detail-list {
  display: grid;
  gap: 12px;
}

.profile-detail-list a,
.profile-detail-list div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 74px;
  padding: 14px;
  border-radius: 16px;
  color: var(--sisla-text);
  background: #f6f9fc;
  border: 1px solid var(--sisla-border);
}

.profile-detail-list i {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--sisla-blue);
  background: #eaf3ff;
  font-size: 20px;
}

.profile-detail-list small {
  display: block;
  margin-bottom: 4px;
  color: var(--sisla-muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.profile-detail-list span {
  min-width: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.profile-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.profile-service-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  color: #27405f;
  background: #eef4fb;
  border: 1px solid #dfe8f3;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .profile-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .profile-hero {
    min-height: auto;
    padding: 28px 0 46px;
  }

  .profile-card,
  .profile-info {
    border-radius: 22px;
  }

  .profile-brand {
    margin-bottom: 28px;
  }

  .profile-main {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .profile-avatar {
    width: 92px;
    height: 92px;
    border-radius: 22px;
    font-size: 30px;
  }

  .profile-photo {
    width: 92px;
    height: 92px;
    border-radius: 22px;
  }

  .profile-main h1 {
    font-size: clamp(40px, 14vw, 58px);
  }

  .profile-summary {
    font-size: 17px;
  }

  .profile-actions {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .profile-btn {
    width: 100%;
  }

  .profile-info {
    padding: 26px;
  }
}
