/* Smartphones Hero — pixel match from smartphones.html */
.ipc-smartphones-hero-widget {
  --page-max: 1400px;
  --page-gutter: clamp(24px, 3.5vw, 40px);
  --teal: #0090DC;
  --navy: #0A2E4F;
  --body: #33414E;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--body);
}
.ipc-smartphones-hero-widget *,
.ipc-smartphones-hero-widget *::before,
.ipc-smartphones-hero-widget *::after {
  box-sizing: border-box;
}
.elementor-widget-ipc-smartphones-hero,
.elementor-widget-ipc-smartphones-hero > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
}

@keyframes ipc-sp-hero-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ipc-smartphones-hero-widget .sp-hero {
  background: #E5F4FC;
  border-bottom: 1px solid #E4EBEF;
}
.ipc-smartphones-hero-widget .page-rail,
.ipc-smartphones-hero-widget .sp-hero-inner {
  max-width: var(--page-max);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}
.ipc-smartphones-hero-widget .sp-hero-inner {
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: clamp(56px, 7vw, 96px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(32px, 4.5vw, 64px);
}

.ipc-smartphones-hero-widget .sp-hero-copy {
  flex: 1 1 460px;
  min-width: 0;
  animation: ipc-sp-hero-rise 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.ipc-smartphones-hero-widget .sp-hero-title {
  margin: 0 0 20px;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: clamp(1.75rem, 1.2rem + 2.6vw, 2.75rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #0A2E4F;
  text-wrap: balance;
}
.ipc-smartphones-hero-widget .sp-hero-sub {
  margin: 0 0 12px;
  max-width: 480px;
  font-size: clamp(0.9375rem, 0.9rem + 0.2vw, 1rem);
  color: #33414E;
}
.ipc-smartphones-hero-widget .sp-hero-accent {
  margin: 0 0 clamp(28px, 3vw, 40px);
  max-width: 480px;
  font-size: clamp(0.9375rem, 0.9rem + 0.2vw, 1rem);
  font-weight: 700;
  color: #0A2E4F;
}

.ipc-smartphones-hero-widget .sp-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 3vw, 40px);
}
.ipc-smartphones-hero-widget .sp-hero-stat {
  flex: 1 1 200px;
  min-width: 0;
  border-left: 3px solid #0090DC;
  padding-left: 18px;
}
.ipc-smartphones-hero-widget .sp-hero-stat-value {
  margin: 0 0 6px;
  font-size: clamp(1.75rem, 1.4rem + 1.4vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #0A2E4F;
}
.ipc-smartphones-hero-widget .sp-hero-stat-text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #33414E;
}

.ipc-smartphones-hero-widget .sp-hero-media {
  flex: 1 1 400px;
  min-width: 0;
  animation: ipc-sp-hero-rise 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.12s both;
}
.ipc-smartphones-hero-widget .sp-hero-media img {
  display: block;
  width: 100%;
  height: clamp(280px, 30vw, 430px);
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 24px 56px rgba(10, 46, 79, 0.18);
}

@media (max-width: 768px) {
  .ipc-smartphones-hero-widget .sp-hero-inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .ipc-smartphones-hero-widget .sp-hero-media img {
    height: clamp(240px, 55vw, 320px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ipc-smartphones-hero-widget .sp-hero-copy,
  .ipc-smartphones-hero-widget .sp-hero-media {
    animation: none;
  }
}

/* Elementor locks */
.elementor .ipc-smartphones-hero-widget .sp-hero {
  background: #E5F4FC !important;
  border-bottom: 1px solid #E4EBEF !important;
}
.elementor .ipc-smartphones-hero-widget .sp-hero-title {
  color: #0A2E4F !important;
  font-weight: 800 !important;
  margin: 0 0 20px !important;
}
.elementor .ipc-smartphones-hero-widget .sp-hero-sub {
  color: #33414E !important;
  margin: 0 0 12px !important;
}
.elementor .ipc-smartphones-hero-widget .sp-hero-accent {
  color: #0A2E4F !important;
  font-weight: 700 !important;
}
.elementor .ipc-smartphones-hero-widget .sp-hero-stat {
  border-left: 3px solid #0090DC !important;
  padding-left: 18px !important;
}
.elementor .ipc-smartphones-hero-widget .sp-hero-stat-value {
  color: #0A2E4F !important;
  font-weight: 800 !important;
  margin: 0 0 6px !important;
}
.elementor .ipc-smartphones-hero-widget .sp-hero-stat-text {
  color: #33414E !important;
  margin: 0 !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
}
.elementor .ipc-smartphones-hero-widget .sp-hero-media img {
  width: 100% !important;
  max-width: none !important;
  height: clamp(280px, 30vw, 430px) !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  box-shadow: 0 24px 56px rgba(10, 46, 79, 0.18) !important;
}
