/* Service coursier hero — pixel match from service-coursier.html */
.ipc-service-coursier-hero-widget {
  --page-max: 1400px;
  --page-gutter: clamp(24px, 3.5vw, 40px);
  --sc-hero-bg: #E5F4FC;
  --sc-hero-teal: #0090DC;
  --sc-hero-teal-dark: #007BBE;
  --sc-hero-navy: #0A2E4F;
  --sc-hero-muted: #6B7C8C;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #33414E;
  line-height: 1.6;
}
.ipc-service-coursier-hero-widget *,
.ipc-service-coursier-hero-widget *::before,
.ipc-service-coursier-hero-widget *::after {
  box-sizing: border-box;
  box-shadow: none;
}
.elementor-widget-ipc-service-coursier-hero,
.elementor-widget-ipc-service-coursier-hero > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
}

@keyframes ipc-sc-hero-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ipc-service-coursier-hero-widget .sc-hero {
  position: relative;
  overflow: hidden;
  background: var(--sc-hero-bg);
  color: var(--sc-hero-navy);
  padding: 0;
}
.ipc-service-coursier-hero-widget .sc-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: stretch;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0;
  min-height: clamp(360px, 52vw, 520px);
}
.ipc-service-coursier-hero-widget .sc-hero-copy {
  padding: clamp(48px, 7vw, 88px) clamp(20px, 4vw, 40px) clamp(48px, 7vw, 88px) max(var(--page-gutter), calc((100vw - var(--page-max)) / 2 + var(--page-gutter)));
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.ipc-service-coursier-hero-widget .sc-hero-tag {
  display: inline-block;
  color: var(--sc-hero-teal) !important;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  line-height: 1.4 !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  animation: ipc-sc-hero-rise 0.6s ease both;
}
.ipc-service-coursier-hero-widget .sc-hero-title {
  margin: 0 0 16px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif !important;
  font-size: clamp(32px, 4vw, 48px) !important;
  font-weight: 800 !important;
  color: var(--sc-hero-navy) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
  animation: ipc-sc-hero-rise 0.65s ease 0.05s both;
}
.ipc-service-coursier-hero-widget .sc-hero-sub {
  margin: 0 0 28px !important;
  padding: 0 !important;
  max-width: 540px;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: var(--sc-hero-muted) !important;
  line-height: 1.7 !important;
  animation: ipc-sc-hero-rise 0.65s ease 0.1s both;
}
.ipc-service-coursier-hero-widget .sc-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: flex-start;
  background: var(--sc-hero-teal);
  color: #ffffff !important;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  animation: ipc-sc-hero-rise 0.65s ease 0.15s both;
  box-shadow: none;
}
.ipc-service-coursier-hero-widget .sc-hero-cta:hover {
  background: var(--sc-hero-teal-dark);
  color: #fff !important;
  text-decoration: none;
}

.ipc-service-coursier-hero-widget .sc-hero-visual {
  position: relative;
  min-height: 280px;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background-color: var(--sc-hero-bg);
  background-image:
    linear-gradient(90deg, var(--sc-hero-bg) 0%, rgba(229, 244, 252, 0.55) 18%, transparent 42%),
    var(--sc-hero-image);
  background-position: center, center;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  animation: ipc-sc-hero-rise 0.7s ease 0.12s both;
}

.ipc-service-coursier-hero-widget .sc-hero-text-reset {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}

@media (max-width: 1024px) {
  .ipc-service-coursier-hero-widget .sc-hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .ipc-service-coursier-hero-widget .sc-hero-copy {
    order: 1;
    padding: 48px var(--page-gutter) 56px;
  }
  .ipc-service-coursier-hero-widget .sc-hero-visual {
    min-height: 240px;
    order: 0;
  }
}

@media (max-width: 768px) {
  .ipc-service-coursier-hero-widget .sc-hero-title {
    font-size: 28px !important;
  }
  .ipc-service-coursier-hero-widget .sc-hero-sub {
    font-size: 15px !important;
    margin-bottom: 28px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ipc-service-coursier-hero-widget .sc-hero-tag,
  .ipc-service-coursier-hero-widget .sc-hero-title,
  .ipc-service-coursier-hero-widget .sc-hero-sub,
  .ipc-service-coursier-hero-widget .sc-hero-cta,
  .ipc-service-coursier-hero-widget .sc-hero-visual {
    animation: none;
  }
}

/* Elementor locks */
.elementor .ipc-service-coursier-hero-widget .sc-hero {
  background: var(--sc-hero-bg) !important;
  padding: 0 !important;
}
.elementor .ipc-service-coursier-hero-widget .sc-hero-tag {
  display: inline-block !important;
  color: #0090DC !important;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  line-height: 1.4 !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}
.elementor .ipc-service-coursier-hero-widget .sc-hero-title {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif !important;
  font-size: clamp(32px, 4vw, 48px) !important;
  font-weight: 800 !important;
  color: #0A2E4F !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
}
.elementor .ipc-service-coursier-hero-widget .sc-hero-sub {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #6B7C8C !important;
  line-height: 1.7 !important;
  max-width: 540px !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
}
.elementor .ipc-service-coursier-hero-widget .sc-hero-cta,
.elementor .ipc-service-coursier-hero-widget a.sc-hero-cta {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif !important;
  background: #0090DC !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 14px 28px !important;
  border-radius: 8px !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.elementor .ipc-service-coursier-hero-widget .sc-hero-cta:hover,
.elementor .ipc-service-coursier-hero-widget a.sc-hero-cta:hover {
  background: #007BBE !important;
  color: #fff !important;
}
.elementor .ipc-service-coursier-hero-widget .sc-hero-visual {
  background-image:
    linear-gradient(90deg, var(--sc-hero-bg) 0%, rgba(229, 244, 252, 0.55) 18%, transparent 42%),
    var(--sc-hero-image) !important;
  background-position: center, center !important;
  background-size: auto, cover !important;
  background-repeat: no-repeat, no-repeat !important;
  min-height: 280px !important;
  border-radius: 0 !important;
}
@media (max-width: 1024px) {
  .elementor .ipc-service-coursier-hero-widget .sc-hero-visual {
    min-height: 240px !important;
  }
}
@media (max-width: 768px) {
  .elementor .ipc-service-coursier-hero-widget .sc-hero-title,
  .ipc-service-coursier-hero-widget .sc-hero-title {
    font-size: 28px !important;
  }
  .elementor .ipc-service-coursier-hero-widget .sc-hero-sub,
  .ipc-service-coursier-hero-widget .sc-hero-sub {
    font-size: 15px !important;
  }
}
