
/* =========================================================
   all4it v55 final polish
   IMPORTANT: logo/header branding is intentionally not changed.
   ========================================================= */

/* Clean red square only: no logo, no 4, no graphics inside. */
.red-block {
  background: linear-gradient(135deg, #ed1c24 0%, #e31e24 52%, #cf171d 100%) !important;
  border: 1px solid rgba(255,255,255,.05);
  box-shadow:
    0 18px 46px rgba(227,30,36,.22),
    inset 0 1px 0 rgba(255,255,255,.10);
}

.red-block::after {
  display: none !important;
}

/* Keep current hero image intensity direction. Only preserve the controlled dark overlay. */
.hero-panel {
  background:
    linear-gradient(90deg, rgba(16,16,16,.94), rgba(16,16,16,.82)),
    url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1400&q=82") center / cover !important;
}

/* Premium, restrained hover. */
.service-card {
  transition:
    transform .26s cubic-bezier(.2,.8,.2,1),
    background-color .26s ease,
    border-color .26s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(227,30,36,.32);
}

/* Partner cards: tiny lift only. */
.partner-logo {
  transition:
    transform .24s cubic-bezier(.2,.8,.2,1),
    box-shadow .24s ease,
    border-color .24s ease;
}

.partner-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(16,16,16,.075);
  border-color: #d3cdc3;
}

/* Contact red: slightly richer, still clean. */
.section-contact {
  background:
    linear-gradient(135deg, #e31e24 0%, #df1b22 58%, #c9161c 100%) !important;
}

/* Comfortable anchor navigation without forcing empty viewport height. */
section[id] {
  scroll-margin-top: var(--header-h);
}

/* Accessibility polish */
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(227,30,36,.42);
  outline-offset: 4px;
}
