/* Native Elementor landing page v3.
 * This file only targets the v3 class namespace. The layout is built from
 * Elementor Flexbox Containers, so users can safely change widths and order
 * in the editor without relying on legacy section conversion.
 */
.elementor-landing .ib3-section {
  --padding-top: 104px;
  --padding-right: 24px;
  --padding-bottom: 104px;
  --padding-left: 24px;
  gap: 0;
}
.elementor-landing .ib3-section > .e-con-inner {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
}
.elementor-landing .ib3-section .elementor-widget { margin-bottom: 0; }
.elementor-landing .ib3-title .elementor-heading-title {
  color: var(--ink);
  font-size: clamp(2.25rem, 4vw, 4.25rem);
  line-height: 1.04;
  letter-spacing: -.055em;
}
.elementor-landing .ib3-title-light .elementor-heading-title { color: #fff; }
.elementor-landing .ib3-copy { margin-top: 24px; }
.elementor-landing .ib3-copy p { margin: 0 0 18px; color: #657783; font-size: 1rem; line-height: 1.75; }
.elementor-landing .ib3-copy-light p { color: #aec1cc; }
.elementor-landing .ib3-eyebrow { margin-bottom: 18px; }
.elementor-landing .ib3-eyebrow .elementor-heading-title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #c85016;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.elementor-landing .ib3-eyebrow .elementor-heading-title::before {
  width: 32px;
  height: 2px;
  content: "";
  background: currentColor;
}
.elementor-landing .ib3-eyebrow-light .elementor-heading-title { color: #ffb17f; }
.elementor-landing .ib3-center,
.elementor-landing .ib3-center .elementor-heading-title { text-align: center; justify-content: center; }

.elementor-landing .ib3-btn { width: auto; }
.elementor-landing .ib3-btn .elementor-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid #f47b35;
  border-radius: 10px;
  color: #101820;
  background: #f47b35;
  box-shadow: none;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.elementor-landing .ib3-btn .elementor-button:hover {
  transform: translateY(-2px);
  background: #ff8c49;
  box-shadow: 0 12px 26px rgba(244,123,53,.22);
}
.elementor-landing .ib3-btn-ghost .elementor-button { color: #fff; background: transparent; border-color: rgba(255,255,255,.42); }
.elementor-landing .ib3-btn-dark .elementor-button { color: #fff; background: #101820; border-color: #101820; }
.elementor-landing .ib3-link-btn { margin-top: 14px; }
.elementor-landing .ib3-link-btn .elementor-button { padding: 0; color: #09283d; background: none; border: 0; font-weight: 800; }

/* Hero */
.elementor-landing .ib3-hero {
  position: relative;
  overflow: hidden;
  --padding-top: 88px;
  --padding-bottom: 76px;
  color: #fff;
  background: #08283d;
}
.elementor-landing .ib3-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 1;
  background-image:
    radial-gradient(circle at 80% 38%, transparent 0 255px, rgba(255,255,255,.075) 256px 257px, transparent 258px),
    radial-gradient(circle at 80% 38%, transparent 0 405px, rgba(255,255,255,.065) 406px 407px, transparent 408px),
    radial-gradient(circle at 80% 38%, transparent 0 570px, rgba(255,255,255,.055) 571px 572px, transparent 573px);
}
.elementor-landing .ib3-hero > .e-con-inner { position: relative; gap: 72px; align-items: center; }
.elementor-landing .ib3-hero-content { gap: 0; }
.elementor-landing .ib3-hero-title .elementor-heading-title {
  max-width: 700px;
  color: #fff;
  font-size: clamp(3.15rem, 5vw, 5rem);
  line-height: 1.01;
  letter-spacing: -.065em;
}
.elementor-landing .ib3-hero-copy { max-width: 620px; margin-top: 26px; }
.elementor-landing .ib3-hero-copy p { color: #c4d4dc; font-size: 1.05rem; line-height: 1.75; }
.elementor-landing .ib3-button-row { width: auto; margin-top: 32px; flex-direction: row; gap: 12px; }
.elementor-landing .ib3-button-row > .e-con { width: auto; }
.elementor-landing .ib3-trust { margin-top: 26px; }
.elementor-landing .ib3-trust p { display: flex; flex-wrap: wrap; gap: 10px 22px; color: #d6e1e7; font-size: .82rem; }
.elementor-landing .ib3-hero-media {
  position: relative;
  min-height: 560px;
  justify-content: center;
  padding: 16px 0 0 18px;
}
.elementor-landing .ib3-hero-media::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -90px;
  width: 410px;
  height: 410px;
  content: "";
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
}
.elementor-landing .ib3-hero-image { position: relative; z-index: 1; width: calc(100% - 34px); margin-left: auto; }
.elementor-landing .ib3-hero-image .elementor-widget-container {
  overflow: hidden;
  border: 10px solid rgba(255,255,255,.08);
  border-radius: 34px 110px 34px 34px;
  background: #dce2e5;
  box-shadow: 0 30px 70px rgba(0,0,0,.28);
}
.elementor-landing .ib3-hero-image img { width: 100%; height: 520px; object-fit: cover; }
.elementor-landing .ib3-product-chip {
  position: absolute;
  z-index: 3;
  top: 58px;
  left: -8px;
  width: 168px;
  padding: 13px;
  border: 1px solid rgba(9,40,61,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.elementor-landing .ib3-product-chip img { width: 100%; height: 98px; object-fit: contain; }
.elementor-landing .ib3-product-chip .elementor-widget-container { position: relative; padding-bottom: 42px; }
.elementor-landing .ib3-product-chip .elementor-widget-container::before,
.elementor-landing .ib3-product-chip .elementor-widget-container::after {
  position: absolute;
  right: 0;
  left: 0;
  color: #101820;
  line-height: 1.2;
  text-align: left;
}
.elementor-landing .ib3-product-chip .elementor-widget-container::before {
  bottom: 21px;
  content: "Amplas Fleksibel";
  font-size: .78rem;
  font-weight: 800;
}
.elementor-landing .ib3-product-chip .elementor-widget-container::after {
  bottom: 3px;
  content: "Meteran & gulungan";
  color: #7b8992;
  font-size: .64rem;
}
.elementor-landing .ib3-round-badge {
  position: absolute;
  z-index: 3;
  right: -8px;
  bottom: 34px;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 8px solid #08283d;
  border-radius: 50%;
  background: #f47b35;
  text-align: center;
}
.elementor-landing .ib3-round-badge .elementor-heading-title { color: #101820; font-size: 1rem; line-height: 1.2; }
.elementor-landing .ib3-round-badge small { font-size: .66rem; font-weight: 600; }

/* Compact proof bar */
.elementor-landing .ib3-stats { --padding-top: 0; --padding-bottom: 0; background: #071f30; }
.elementor-landing .ib3-stats > .e-con-inner { display: flex; flex-wrap: wrap; }
.elementor-landing .ib3-stat { min-height: 118px; justify-content: center; padding: 22px 26px; border-right: 1px solid rgba(255,255,255,.12); }
.elementor-landing .ib3-stat:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.elementor-landing .ib3-card-num .elementor-heading-title { color: #fff; font-size: 1.3rem; }
.elementor-landing .ib3-card-title { margin-top: 3px; }
.elementor-landing .ib3-card-title .elementor-heading-title { color: inherit; font-size: .94rem; letter-spacing: -.02em; }
.elementor-landing .ib3-card-copy { margin-top: 5px; }
.elementor-landing .ib3-card-copy p { margin: 0; color: inherit; opacity: .68; font-size: .78rem; line-height: 1.45; }

/* Intro */
.elementor-landing .ib3-intro { background: #fff; }
.elementor-landing .ib3-intro > .e-con-inner { gap: 96px; align-items: center; }
.elementor-landing .ib3-intro-content { padding-right: 8px; }
.elementor-landing .ib3-intro-media { position: relative; min-height: 560px; justify-content: center; padding: 0 0 42px 54px; }
.elementor-landing .ib3-intro-image .elementor-widget-container { overflow: hidden; border-radius: 28px 100px 28px 28px; box-shadow: 0 24px 64px rgba(6,27,42,.14); }
.elementor-landing .ib3-intro-image img { width: 100%; height: 510px; object-fit: cover; }
.elementor-landing .ib3-mini-num,
.elementor-landing .ib3-mini-title,
.elementor-landing .ib3-mini-copy { position: absolute; z-index: 2; left: 0; width: 270px; padding-inline: 24px; background: #09283d; }
.elementor-landing .ib3-mini-num { bottom: 132px; padding-top: 24px; border-radius: 18px 18px 0 0; }
.elementor-landing .ib3-mini-num .elementor-heading-title { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; color: #101820; background: #f47b35; font-size: .78rem; }
.elementor-landing .ib3-mini-title { bottom: 85px; }
.elementor-landing .ib3-mini-title .elementor-heading-title { color: #fff; font-size: 1.05rem; }
.elementor-landing .ib3-mini-copy { bottom: 0; min-height: 85px; border-radius: 0 0 18px 18px; }
.elementor-landing .ib3-mini-copy p { color: #b9ccd6; font-size: .82rem; line-height: 1.5; }

.elementor-landing .ib3-segments { --padding-top: 22px; --padding-bottom: 22px; border-block: 1px solid #e0e5e8; background: #f6f7f7; }
.elementor-landing .ib3-segments > .e-con-inner { display: flex; flex-wrap: wrap; }
.elementor-landing .ib3-segment { padding: 11px 8px; }
.elementor-landing .ib3-segment .elementor-heading-title { color: #71808a; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-align: center; text-transform: uppercase; }

/* Products */
.elementor-landing .ib3-products-head { --padding-bottom: 58px; background: #f3f5f5; }
.elementor-landing .ib3-products-head > .e-con-inner { max-width: 1180px; }
.elementor-landing .ib3-section-head {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  column-gap: 80px;
  align-items: end;
}
.elementor-landing .ib3-section-head .ib3-eyebrow { grid-column: 1 / -1; }
.elementor-landing .ib3-section-head .ib3-title { grid-column: 1; }
.elementor-landing .ib3-section-head .ib3-copy {
  grid-column: 2;
  align-self: end;
  margin: 0 0 5px;
}
.elementor-landing .ib3-products { --padding-top: 0; background: #f3f5f5; }
.elementor-landing .ib3-products > .e-con-inner { display: flex; flex-wrap: wrap; gap: 22px; align-items: stretch; }
.elementor-landing .ib3-product {
  position: relative;
  overflow: hidden;
  --width: calc(50% - 11px) !important;
  width: calc(50% - 11px) !important;
  min-height: 650px;
  justify-content: flex-start;
  padding: 0 34px 34px;
  border: 0;
  border-radius: 24px;
  box-shadow: none;
  transition: transform .25s ease, box-shadow .25s ease;
}
.elementor-landing .ib3-product:hover { transform: translateY(-5px); box-shadow: 0 24px 54px rgba(6,27,42,.12); }
.elementor-landing .ib3-product-orange { color: #101820; background: #f47b35 !important; }
.elementor-landing .ib3-product-blue { color: #fff; background: #0e3852 !important; }
.elementor-landing .ib3-product-steel {
  --width: 100% !important;
  width: 100% !important;
  min-height: 540px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  grid-template-rows: auto auto 1fr auto;
  column-gap: 0;
  padding: 0 34px 30px 0;
  color: #101820;
  background: #cfd6da !important;
}
.elementor-landing .ib3-product-num {
  position: absolute;
  z-index: 3;
  top: 22px;
  right: 24px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  opacity: .7;
}
.elementor-landing .ib3-product-num .elementor-heading-title { color: inherit; font-size: .78rem; }
.elementor-landing .ib3-product-image { width: calc(100% + 68px); margin: 0 -34px 28px; background: rgba(255,255,255,.12); }
.elementor-landing .ib3-product-image .elementor-widget-container { height: 290px; overflow: hidden; }
.elementor-landing .ib3-product-image img { width: 100%; height: 290px; padding: 30px; object-fit: contain; }
.elementor-landing .ib3-product-steel .ib3-product-image img { padding: 0; object-fit: cover; }
.elementor-landing .ib3-product-label .elementor-heading-title { color: inherit; font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; opacity: .7; }
.elementor-landing .ib3-product-title { margin-top: 10px; }
.elementor-landing .ib3-product-title .elementor-heading-title { color: inherit; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.elementor-landing .ib3-product-copy { margin-top: 14px; }
.elementor-landing .ib3-product-copy p { color: inherit; font-size: .9rem; line-height: 1.65; opacity: .76; }
.elementor-landing .ib3-product-copy ul { margin: 18px 0 0; padding: 0; color: inherit; font-size: .85rem; line-height: 1.65; list-style: none; }
.elementor-landing .ib3-product-copy li { position: relative; padding-left: 24px; }
.elementor-landing .ib3-product-copy li::before { position: absolute; left: 0; content: "✓"; font-weight: 900; }
.elementor-landing .ib3-product .ib3-btn { margin-top: auto; padding-top: 24px; }
.elementor-landing .ib3-product-blue .ib3-btn .elementor-button { color: #101820; background: #fff; border-color: #fff; }
.elementor-landing .ib3-product-steel .ib3-product-image {
  grid-column: 1;
  grid-row: 1 / 5;
  width: 100%;
  height: 100%;
  margin: 0;
}
.elementor-landing .ib3-product-steel .ib3-product-image .elementor-widget-container,
.elementor-landing .ib3-product-steel .ib3-product-image img { height: 100%; min-height: 540px; }
.elementor-landing .ib3-product-steel .ib3-product-label { grid-column: 2; grid-row: 1; margin: 38px 0 0 34px; }
.elementor-landing .ib3-product-steel .ib3-product-title { grid-column: 2; grid-row: 2; margin: 10px 0 0 34px; }
.elementor-landing .ib3-product-steel .ib3-product-copy { grid-column: 2; grid-row: 3; margin: 14px 0 0 34px; }
.elementor-landing .ib3-product-steel .ib3-btn { grid-column: 2; grid-row: 4; margin-left: 34px; }

/* Capabilities */
.elementor-landing .ib3-capabilities { color: #fff; background: #071e2d; }
.elementor-landing .ib3-capabilities > .e-con-inner { gap: 86px; align-items: center; }
.elementor-landing .ib3-cap-media { position: relative; min-height: 580px; padding-right: 34px; }
.elementor-landing .ib3-cap-image .elementor-widget-container { overflow: hidden; border-radius: 90px 24px 24px; }
.elementor-landing .ib3-cap-image img { width: 100%; height: 580px; object-fit: cover; }
.elementor-landing .ib3-cap-badge { position: absolute; right: 0; bottom: 34px; width: 142px; height: 142px; display: grid; place-items: center; padding: 16px; border: 8px solid #071e2d; border-radius: 50%; background: #f47b35; text-align: center; }
.elementor-landing .ib3-cap-badge .elementor-heading-title { color: #101820; font-size: 1.65rem; line-height: 1; }
.elementor-landing .ib3-cap-badge small { font-size: .62rem; text-transform: uppercase; }
.elementor-landing .ib3-cap-list { margin-top: 30px; }
.elementor-landing .ib3-cap-list ol { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; counter-reset: cap; }
.elementor-landing .ib3-cap-list li { min-height: 70px; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.14); counter-increment: cap; color: #dce7ec; font-weight: 700; }
.elementor-landing .ib3-cap-list li::before { content: "0" counter(cap); color: #f47b35; font-size: .73rem; }

/* Information and process */
.elementor-landing .ib3-info-head { --padding-bottom: 42px; background: #fff; }
.elementor-landing .ib3-info-grid { --padding-top: 0; background: #fff; }
.elementor-landing .ib3-info-grid > .e-con-inner { display: flex; flex-wrap: wrap; gap: 14px; }
.elementor-landing .ib3-info-card { min-height: 238px; padding: 28px; border: 1px solid #dfe5e8; border-radius: 16px; background: #fff; }
.elementor-landing .ib3-info-card .ib3-card-num .elementor-heading-title { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: #09283d; font-size: .72rem; }
.elementor-landing .ib3-info-card .ib3-card-title { margin-top: 38px; }
.elementor-landing .ib3-process-head { --padding-bottom: 42px; color: #fff; background: #0e3852; }
.elementor-landing .ib3-process-grid { --padding-top: 0; color: #fff; background: #0e3852; }
.elementor-landing .ib3-process-grid > .e-con-inner { display: flex; flex-wrap: wrap; gap: 14px; }
.elementor-landing .ib3-process-card { min-height: 230px; padding: 27px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.035); }
.elementor-landing .ib3-process-card .ib3-card-num .elementor-heading-title { color: #f47b35; font-size: .8rem; }
.elementor-landing .ib3-process-card .ib3-card-title { margin-top: 48px; }

/* Insights and CTA */
.elementor-landing .ib3-insight-head { --padding-bottom: 42px; background: #f3f5f5; }
.elementor-landing .ib3-insights { --padding-top: 0; background: #f3f5f5; }
.elementor-landing .ib3-insights > .e-con-inner { display: flex; flex-wrap: wrap; gap: 22px; }
.elementor-landing .ib3-insight-card { min-height: 250px; padding: 30px; border: 1px solid rgba(9,40,61,.07); border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(6,27,42,.06); }
.elementor-landing .ib3-insight-label .elementor-heading-title { color: #c85016; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.elementor-landing .ib3-insight-title { margin-top: 18px; }
.elementor-landing .ib3-insight-title .elementor-heading-title { color: #101820; font-size: 1.25rem; line-height: 1.35; }
.elementor-landing .ib3-cta { --padding-top: 82px; --padding-bottom: 82px; color: #fff; background: linear-gradient(110deg, rgba(5,23,34,.98), rgba(14,56,82,.91)), url('../images/cylinder-liner.webp') center/cover; }
.elementor-landing .ib3-cta > .e-con-inner { gap: 70px; align-items: center; }
.elementor-landing .ib3-cta-actions { flex-direction: row; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.elementor-landing .ib3-cta-small { width: 100%; text-align: right; }
.elementor-landing .ib3-cta-small p { color: #9fb5c1; font-size: .74rem; }

@media (max-width: 900px) {
  .elementor-landing .ib3-section { --padding-top: 84px; --padding-bottom: 84px; }
  .elementor-landing .ib3-hero > .e-con-inner,
  .elementor-landing .ib3-intro > .e-con-inner,
  .elementor-landing .ib3-capabilities > .e-con-inner,
  .elementor-landing .ib3-cta > .e-con-inner { flex-direction: column; gap: 58px; }
  .elementor-landing .ib3-hero-content,
  .elementor-landing .ib3-hero-media,
  .elementor-landing .ib3-intro-content,
  .elementor-landing .ib3-intro-media,
  .elementor-landing .ib3-cap-media,
  .elementor-landing .ib3-cap-content,
  .elementor-landing .ib3-cta > .e-con-inner > .e-con { width: 100%; }
  .elementor-landing .ib3-hero-title .elementor-heading-title { font-size: clamp(3rem, 8vw, 4.6rem); }
  .elementor-landing .ib3-hero-media { width: min(100%, 620px); margin-inline: auto; }
  .elementor-landing .ib3-section-head { grid-template-columns: 1fr; row-gap: 0; }
  .elementor-landing .ib3-section-head .ib3-title,
  .elementor-landing .ib3-section-head .ib3-copy { grid-column: 1; }
  .elementor-landing .ib3-section-head .ib3-copy { margin-top: 24px; }
  .elementor-landing .ib3-product { --width: calc(50% - 11px) !important; width: calc(50% - 11px) !important; }
  .elementor-landing .ib3-product:last-child { --width: 100% !important; width: 100% !important; }
  .elementor-landing .ib3-cta-actions { justify-content: flex-start; }
  .elementor-landing .ib3-cta-small { text-align: left; }
}

@media (max-width: 640px) {
  .elementor-landing .ib3-section { --padding-top: 70px; --padding-right: 16px; --padding-bottom: 70px; --padding-left: 16px; }
  .elementor-landing .ib3-title .elementor-heading-title { font-size: 2.3rem; }
  .elementor-landing .ib3-hero { --padding-top: 60px; --padding-bottom: 58px; }
  .elementor-landing .ib3-hero-title .elementor-heading-title { font-size: 2.85rem; }
  .elementor-landing .ib3-button-row { width: 100%; flex-direction: column; }
  .elementor-landing .ib3-button-row > .e-con,
  .elementor-landing .ib3-button-row .elementor-button { width: 100%; }
  .elementor-landing .ib3-trust p { display: grid; gap: 8px; }
  .elementor-landing .ib3-hero-media { min-height: 430px; padding-left: 0; }
  .elementor-landing .ib3-hero-image { width: 94%; }
  .elementor-landing .ib3-hero-image .elementor-widget-container { border-width: 7px; border-radius: 24px 70px 24px 24px; }
  .elementor-landing .ib3-hero-image img { height: 410px; }
  .elementor-landing .ib3-product-chip { top: 34px; left: 0; width: 132px; padding: 8px; }
  .elementor-landing .ib3-product-chip img { height: 76px; }
  .elementor-landing .ib3-round-badge { right: -2px; bottom: 18px; width: 106px; height: 106px; border-width: 6px; padding: 12px; }
  .elementor-landing .ib3-stat { width: 100%; min-height: 104px; border-left: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
  .elementor-landing .ib3-intro-media { min-height: 460px; padding-left: 32px; }
  .elementor-landing .ib3-intro-image img { height: 410px; }
  .elementor-landing .ib3-mini-num,
  .elementor-landing .ib3-mini-title,
  .elementor-landing .ib3-mini-copy { width: 228px; padding-inline: 20px; }
  .elementor-landing .ib3-product,
  .elementor-landing .ib3-product:last-child,
  .elementor-landing .ib3-info-card,
  .elementor-landing .ib3-process-card,
  .elementor-landing .ib3-insight-card { width: 100%; }
  .elementor-landing .ib3-product { --width: 100% !important; width: 100% !important; min-height: 0; }
  .elementor-landing .ib3-product-steel { display: flex; padding: 0 30px 32px; }
  .elementor-landing .ib3-product-steel .ib3-product-image {
    width: calc(100% + 60px);
    height: auto;
    margin: 0 -30px 28px;
  }
  .elementor-landing .ib3-product-steel .ib3-product-image .elementor-widget-container,
  .elementor-landing .ib3-product-steel .ib3-product-image img { height: 330px; min-height: 0; }
  .elementor-landing .ib3-product-steel .ib3-product-label,
  .elementor-landing .ib3-product-steel .ib3-product-title,
  .elementor-landing .ib3-product-steel .ib3-product-copy,
  .elementor-landing .ib3-product-steel .ib3-btn { margin-left: 0; }
  .elementor-landing .ib3-cap-media { min-height: 440px; padding-right: 22px; }
  .elementor-landing .ib3-cap-image img { height: 440px; }
  .elementor-landing .ib3-cap-badge { width: 112px; height: 112px; border-width: 6px; }
  .elementor-landing .ib3-cta-actions { flex-direction: column; }
  .elementor-landing .ib3-cta-actions .elementor-button { width: 100%; }
}

/* Rendering hardening (v1.3.1)
 * Elementor and optimisation plugins may add an entrance-animation state or
 * repaint a container background after the theme stylesheet has loaded. Keep
 * the public landing page complete even when those optional effects fail. */
.elementor-landing .ib3-section.elementor-invisible,
.elementor-landing .ib3-section .elementor-invisible,
.elementor-landing .ib3-section [class*="elementor-animation-"] {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
}

.elementor-landing .ib3-hero {
  background-color: #08283d !important;
  background-image: none !important;
}
.elementor-landing .ib3-hero-title,
.elementor-landing .ib3-hero-copy,
.elementor-landing .ib3-button-row,
.elementor-landing .ib3-trust,
.elementor-landing .ib3-product-image {
  visibility: visible !important;
  opacity: 1 !important;
}

/* The same theme assets are also painted as a background. The normal
 * Elementor image remains editable and sits above this fallback when loaded. */
.elementor-landing .ib3-product-image .elementor-widget-container {
  position: relative;
  background-color: rgba(255,255,255,.12) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 76% auto !important;
}
.elementor-landing .ib3-product-orange .ib3-product-image .elementor-widget-container,
.elementor-landing .ib3-product-blue .ib3-product-image .elementor-widget-container {
  background-image: url('../images/abrasive-roll.svg?ver=1.3.4') !important;
}
.elementor-landing .ib3-product-blue .ib3-product-image .elementor-widget-container {
  background-color: rgba(0,0,0,.14) !important;
}
.elementor-landing .ib3-product-steel .ib3-product-image .elementor-widget-container {
  background-image: url('../images/cylinder-liner.webp') !important;
  background-color: #cfd6da !important;
  background-size: cover !important;
}
.elementor-landing .ib3-product-chip .elementor-widget-container {
  min-height: 98px;
  background: url('../images/abrasive-roll.svg?ver=1.3.4') center / contain no-repeat;
}
.elementor-landing .ib3-product-image img {
  position: relative;
  z-index: 1;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}
