/* Laptop Repair — pixel match from index.html (brand pass) */
.ipc-laptop-widget {
  --page-max: 1400px;
  --page-gutter: clamp(24px, 3.5vw, 40px);
  --teal: #0090DC;
  --teal-dark: #007BBE;
  --teal-light: #E5F4FC;
  --navy: #0A2E4F;
  --gray: #E5F4FC;
  --hairline: #B9C6D2;
  --radius: 8px;
  --transition: 0.2s ease;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #33414E;
}
.ipc-laptop-widget *,
.ipc-laptop-widget *::before,
.ipc-laptop-widget *::after {
  box-sizing: border-box;
}
.elementor-widget-ipc-laptop-repair,
.elementor-widget-ipc-laptop-repair > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
}

.ipc-laptop-widget .laptop-section {
  padding: 64px 0 104px;
  background: var(--gray);
}
.ipc-laptop-widget .section-container {
  max-width: var(--page-max);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
  box-sizing: border-box;
}
.ipc-laptop-widget .laptop-section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.ipc-laptop-widget .laptop-visual {
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 0;
  box-shadow: none;
  border: none;
}
.ipc-laptop-widget .laptop-carousel {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ipc-laptop-widget .laptop-stage {
  flex: 1;
  min-width: 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-height: 320px;
}
.ipc-laptop-widget .laptop-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
  opacity: 0;
  transform: scale(0.94) translateY(8px);
  transition: opacity 420ms ease, transform 420ms ease;
  pointer-events: none;
  padding: 0;
}
.ipc-laptop-widget .laptop-slide.is-active {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}
.ipc-laptop-widget .laptop-slide-media {
  width: 100%;
  max-width: none;
  flex: 1 1 auto;
  min-height: 220px;
  max-height: 300px;
  border-radius: 0;
  aspect-ratio: 4 / 3;
  background-color: #E5F4FC;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  filter: none;
  box-shadow: none;
}
.ipc-laptop-widget .laptop-slide-title {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-align: center;
  margin-top: 2px;
}
.ipc-laptop-widget .laptop-caption {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6B7C8C;
  font-weight: 700;
  text-align: center;
}
.ipc-laptop-widget .laptop-carousel .carousel-arrow {
  display: none;
}
.ipc-laptop-widget .laptop-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding-bottom: 0;
}
.ipc-laptop-widget .laptop-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: #d1d5db;
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}
.ipc-laptop-widget .laptop-dot.is-active {
  width: 24px;
  border-radius: 4px;
  background: var(--teal);
}
.ipc-laptop-widget .laptop-dot:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

.ipc-laptop-widget .laptop-copy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}
.ipc-laptop-widget .section-tag {
  display: inline-block;
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.ipc-laptop-widget .section-title {
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.12;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.ipc-laptop-widget .section-sub {
  font-size: 17px;
  color: #6B7C8C;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 0 16px;
  text-wrap: pretty;
}
.ipc-laptop-widget .laptop-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 20px;
}
.ipc-laptop-widget .laptop-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  background: #ffffff;
  border-radius: var(--radius);
  box-shadow: none;
  border: 1px solid rgba(185, 198, 210, 0.45);
  transition: border-color var(--transition);
}
.ipc-laptop-widget .laptop-feature:hover {
  box-shadow: none;
  border-color: rgba(0, 144, 220, 0.35);
}
.ipc-laptop-widget .feature-label {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
}
.ipc-laptop-widget .feature-sub {
  font-size: 13px;
  color: #6B7C8C;
  margin-top: 3px;
}
.ipc-laptop-widget .laptop-feature .feature-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(0, 144, 220, 0.10);
  color: var(--teal);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.ipc-laptop-widget .laptop-feature:hover .feature-icon {
  background: var(--teal);
  color: #ffffff;
  transform: scale(1.06);
}
.ipc-laptop-widget .laptop-feature .feature-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  display: block;
}

.ipc-laptop-widget a.btn-primary,
.ipc-laptop-widget .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
  background: var(--teal);
  color: #ffffff !important;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background var(--transition);
  box-shadow: none;
}
.ipc-laptop-widget a.btn-primary:hover,
.ipc-laptop-widget .btn-primary:hover {
  background: var(--teal-dark);
  color: #ffffff !important;
  transform: none;
  box-shadow: none;
}

@media (max-width: 768px) {
  .ipc-laptop-widget .laptop-section {
    padding: 48px 0 64px;
  }
  .ipc-laptop-widget .laptop-section-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ipc-laptop-widget .laptop-visual {
    min-height: auto;
    padding: 16px 12px 4px;
  }
  .ipc-laptop-widget .laptop-stage {
    min-height: 260px;
  }
  .ipc-laptop-widget .laptop-slide-media {
    min-height: 180px;
    max-height: 240px;
    border-radius: 14px;
  }
  .ipc-laptop-widget .laptop-slide-title {
    font-size: 20px;
  }
  .ipc-laptop-widget .laptop-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    margin-bottom: 0;
    padding: 10px 0 24px;
  }
  .ipc-laptop-widget .laptop-slide {
    gap: 14px;
  }
  .ipc-laptop-widget .section-title {
    font-size: 26px;
  }
  .ipc-laptop-widget .section-sub {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .ipc-laptop-widget .laptop-section {
    padding: 40px 0 56px;
  }
  .ipc-laptop-widget .laptop-stage {
    min-height: 220px;
  }
  .ipc-laptop-widget .laptop-slide-media {
    min-height: 160px;
    max-height: 210px;
  }
}

/* Beat Elementor button kit */
.elementor .ipc-laptop-widget button.laptop-dot {
  background: #d1d5db !important;
  background-color: #d1d5db !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0 !important;
  width: 8px !important;
  height: 8px !important;
}
.elementor .ipc-laptop-widget button.laptop-dot.is-active {
  width: 24px !important;
  border-radius: 4px !important;
  background: #0090DC !important;
  background-color: #0090DC !important;
}
.elementor .ipc-laptop-widget a.btn-primary {
  background: #0090DC !important;
  background-color: #0090DC !important;
  color: #fff !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}
.elementor .ipc-laptop-widget a.btn-primary:hover {
  background: #007BBE !important;
  background-color: #007BBE !important;
  color: #fff !important;
}
