/* IPM Steel – base styles shared by both variants. Variant files only override tokens and a few details. */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--ipm-font-body); font-size: var(--ipm-text-base); line-height: var(--ipm-leading); color: var(--ipm-ink); background: var(--ipm-surface); -webkit-font-smoothing: antialiased; }
img, video, svg { max-width: 100%; height: auto; }
a { color: var(--ipm-primary); }
h1, h2, h3, h4, h5, h6 { font-family: var(--ipm-font-heading); font-weight: var(--ipm-heading-weight); letter-spacing: var(--ipm-heading-tracking); line-height: 1.12; color: var(--ipm-primary-dark); margin: 0 0 .5em; }
h1 { font-size: var(--ipm-h1); }
h2 { font-size: var(--ipm-h2); }
h3 { font-size: var(--ipm-h3); line-height: 1.3; }
p { margin: 0 0 1em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.skip-link:focus { position: fixed; top: 8px; left: 8px; z-index: 1000; width: auto; height: auto; padding: 10px 14px; background: var(--ipm-accent); color: var(--ipm-accent-ink); clip: auto; border-radius: 4px; }

/* Layout helpers (also used from Elementor via CSS classes) */
.ipm-container { width: 100%; max-width: var(--ipm-container); margin: 0 auto; padding: 0 var(--ipm-gutter); }
.ipm-page { padding: 48px 0 var(--ipm-section); }
.ipm-page--narrow { max-width: 860px; }
.ipm-page__head { margin-bottom: 40px; }
.ipm-page__desc { color: var(--ipm-muted); max-width: 720px; }
.site-main { min-height: 50vh; }
.ipm-section { padding: var(--ipm-section) 0; }
.ipm-section--tight { padding: calc(var(--ipm-section) * .6) 0; }
.ipm-section--dark { background: var(--ipm-navy); color: #fff; }
.ipm-section--dark h1, .ipm-section--dark h2, .ipm-section--dark h3, .ipm-section--dark .ipm-section-head__title { color: #fff; }
.ipm-section--dark .ipm-section-head__intro, .ipm-section--dark p { color: rgba(255, 255, 255, .78); }
.ipm-section--dark .ipm-eyebrow { color: var(--ipm-accent); }
.ipm-section--dark .ipm-stat__value { color: #fff; }
.ipm-section--dark .ipm-stat__label { color: rgba(255, 255, 255, .7); }
.ipm-section--dark .ipm-btn--outline { color: #fff; }
.ipm-section--grey { background: var(--ipm-surface-2); }
.ipm-section--primary { background: var(--ipm-primary); color: #fff; }
.ipm-section--primary h2, .ipm-section--primary h3, .ipm-section--primary .ipm-section-head__title { color: #fff; }
.ipm-section--primary p, .ipm-section--primary .ipm-section-head__intro { color: rgba(255, 255, 255, .85); }
.ipm-section--primary .ipm-eyebrow { color: #fff; }
.ipm-section--primary .ipm-btn--outline { color: #fff; }
.ipm-section--primary .ipm-btn--outline:hover { background: #fff; color: var(--ipm-primary); border-color: #fff; }
.ipm-panel { background: var(--ipm-surface-2); border-radius: var(--ipm-radius-lg); padding: clamp(28px, 4vw, 56px); }

/* Hero */
.ipm-hero { position: relative; display: flex; align-items: center; min-height: min(88vh, 860px); background: var(--ipm-navy); color: #fff; overflow: hidden; }
.ipm-hero__media, .ipm-hero__media video, .ipm-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ipm-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6, 14, 36, .92) 0%, rgba(6, 14, 36, .72) 45%, rgba(12, 74, 119, .35) 100%); }
.ipm-hero__content { position: relative; z-index: 1; padding: 120px 0 96px; max-width: 760px; }
.ipm-hero h1 { color: #fff; margin-bottom: .4em; }
.ipm-hero__lead { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: rgba(255, 255, 255, .82); max-width: 600px; margin-bottom: 1.8em; }
.ipm-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.ipm-hero__strip { position: relative; z-index: 1; border-top: 1px solid rgba(255, 255, 255, .15); }
.ipm-hero .ipm-eyebrow { color: var(--ipm-accent); margin-bottom: 18px; }
.ipm-hero .ipm-eyebrow::before { background: var(--ipm-accent); }

/* Page hero (inner pages) */
.ipm-pagehero { background: var(--ipm-navy); color: #fff; padding: clamp(64px, 9vw, 120px) 0 clamp(40px, 6vw, 72px); }
.ipm-pagehero h1 { color: #fff; max-width: 820px; }
.ipm-pagehero p { color: rgba(255, 255, 255, .8); max-width: 680px; font-size: 1.1rem; }
.ipm-pagehero .ipm-eyebrow { color: var(--ipm-accent); }
.ipm-pagehero--light { background: var(--ipm-surface-2); color: var(--ipm-ink); }
.ipm-pagehero--light h1 { color: var(--ipm-primary-dark); }
.ipm-pagehero--light p { color: var(--ipm-muted); }
.ipm-pagehero--light .ipm-eyebrow { color: var(--ipm-primary); }

/* Header (theme fallback) */
.ipm-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .92); backdrop-filter: blur(10px); border-bottom: 1px solid transparent; transition: border-color var(--ipm-transition), box-shadow var(--ipm-transition); }
.ipm-header.is-scrolled { border-color: var(--ipm-line); box-shadow: 0 6px 20px -16px rgba(6, 14, 36, .3); }
.ipm-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: var(--ipm-header-h); }
.ipm-header__brand img { height: 40px; width: auto; display: block; }
.ipm-header__wordmark { font-family: var(--ipm-font-heading); font-weight: 700; font-size: 1.4rem; color: var(--ipm-primary); text-decoration: none; }
.ipm-nav { display: flex; align-items: center; gap: 32px; }
.ipm-nav__list { display: flex; gap: 6px; margin: 0; padding: 0; list-style: none; }
.ipm-nav__list li { position: relative; }
.ipm-nav__list a { display: block; padding: 10px 12px; color: var(--ipm-ink); text-decoration: none; font-weight: 500; font-size: .95rem; border-radius: var(--ipm-radius-sm); }
.ipm-nav__list a:hover, .ipm-nav__list .current-menu-item > a, .ipm-nav__list .current-menu-ancestor > a { color: var(--ipm-primary); background: var(--ipm-surface-2); }
.ipm-nav__list .sub-menu { position: absolute; top: 100%; left: 0; min-width: 240px; margin: 6px 0 0; padding: 8px; list-style: none; background: #fff; border: 1px solid var(--ipm-line); border-radius: var(--ipm-radius); box-shadow: var(--ipm-shadow); opacity: 0; visibility: hidden; transform: translateY(6px); transition: all var(--ipm-transition); }
.ipm-nav__list li:hover > .sub-menu, .ipm-nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.ipm-nav__extra { display: flex; align-items: center; gap: 18px; }
.ipm-nav__phone { display: inline-flex; align-items: center; color: var(--ipm-ink); text-decoration: none; font-weight: 600; font-size: .92rem; }
.ipm-header__toggle { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; padding: 10px; border: 0; background: none; cursor: pointer; }
.ipm-header__toggle span { display: block; height: 2px; background: var(--ipm-primary-dark); transition: transform var(--ipm-transition), opacity var(--ipm-transition); }
.ipm-header__toggle[aria-expanded=true] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ipm-header__toggle[aria-expanded=true] span:nth-child(2) { opacity: 0; }
.ipm-header__toggle[aria-expanded=true] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 1023px) {
	.ipm-header__toggle { display: flex; }
	.ipm-nav { position: fixed; inset: var(--ipm-header-h) 0 0 0; flex-direction: column; align-items: stretch; gap: 0; padding: 16px var(--ipm-gutter) 32px; background: #fff; overflow-y: auto; transform: translateX(100%); transition: transform 240ms ease; }
	.ipm-nav.is-open { transform: none; }
	.ipm-nav__list { flex-direction: column; gap: 0; }
	.ipm-nav__list a { padding: 14px 8px; font-size: 1.1rem; border-bottom: 1px solid var(--ipm-line); border-radius: 0; }
	.ipm-nav__list .sub-menu { position: static; display: none; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 16px; margin: 0; }
	.ipm-nav__list .is-open > .sub-menu { display: block; }
	.ipm-nav__extra { flex-direction: column; align-items: stretch; margin-top: 20px; }
	.ipm-nav__cta { justify-content: center; }
	body.ipm-nav-open { overflow: hidden; }
}

/* Footer (theme fallback) */
.ipm-footer { background: var(--ipm-navy); color: rgba(255, 255, 255, .8); padding: 64px 0 28px; margin-top: auto; }
.ipm-footer a { color: rgba(255, 255, 255, .85); text-decoration: none; }
.ipm-footer a:hover { color: #fff; }
.ipm-footer h3 { color: #fff; font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.ipm-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; }
.ipm-footer__col--brand img { height: 40px; width: auto; filter: brightness(0) invert(1); margin-bottom: 16px; }
.ipm-footer__col--brand p { max-width: 340px; font-size: .95rem; }
.ipm-footer__social { display: flex; gap: 8px; }
.ipm-footer .ipm-social { color: #fff; border-color: rgba(255, 255, 255, .3); }
.ipm-footer__menu, .ipm-footer__contact { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; font-size: .95rem; }
.ipm-footer__contact li + li { margin-top: 4px; }
.ipm-footer__contact strong { color: #fff; }
.ipm-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .85rem; color: rgba(255, 255, 255, .55); }
@media (max-width: 900px) { .ipm-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ipm-footer__grid { grid-template-columns: 1fr; } }

/* Single templates */
.ipm-single { padding: 40px 0 var(--ipm-section); }
.ipm-single__head { margin: 24px 0 28px; max-width: 900px; }
.ipm-single__title { margin: .3em 0 .2em; }
.ipm-single__sub { display: flex; align-items: center; color: var(--ipm-muted); font-size: 1.05rem; }
.ipm-single__cover { margin: 0 0 28px; border-radius: var(--ipm-radius); overflow: hidden; background: var(--ipm-surface-2); }
.ipm-single__cover img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; display: block; }
.ipm-single__body { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 48px; margin: 40px 0; }
.ipm-single__gallery, .ipm-single__related { margin-top: 56px; }
.ipm-single__gallery h2, .ipm-single__related h2 { margin-bottom: 20px; font-size: 1.6rem; }
.ipm-cta-box { position: sticky; top: calc(var(--ipm-header-h) + 24px); padding: 28px; background: var(--ipm-navy); color: #fff; border-radius: var(--ipm-radius); }
.ipm-cta-box h3 { color: #fff; margin-bottom: 8px; }
.ipm-cta-box p { color: rgba(255, 255, 255, .78); font-size: .95rem; }
@media (max-width: 900px) { .ipm-single__body { grid-template-columns: 1fr; gap: 28px; } .ipm-cta-box { position: static; } }

/* Pagination, search */
.ipm-pagination { margin-top: 40px; }
.ipm-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 6px; }
.ipm-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 12px; border: 1px solid var(--ipm-line); border-radius: var(--ipm-radius-sm); text-decoration: none; color: var(--ipm-ink); }
.ipm-pagination .page-numbers.current { background: var(--ipm-primary); border-color: var(--ipm-primary); color: #fff; }
.ipm-search { display: flex; gap: 8px; }
.ipm-search input { flex: 1; padding: .6em .9em; border: 1.5px solid var(--ipm-line); border-radius: var(--ipm-radius-sm); font: inherit; }
.ipm-404 { text-align: center; padding-top: 96px; }

/* Elementor integration */
.elementor-widget-container .ipm-section-head { margin-bottom: 32px; }
.elementor-kit-defaults .ipm-btn { text-decoration: none; }
.e-con.ipm-section--dark, .e-con.ipm-section--primary, .e-con.ipm-section--grey { --e-con-background: none; }

/* Forms (Elementor Pro form + generic) */
.ipm-form .elementor-field-group label, .ipm-form label { font-weight: 600; font-size: .9rem; color: var(--ipm-ink); }
.ipm-form .elementor-field, .ipm-form input:not([type=submit]):not([type=checkbox]), .ipm-form select, .ipm-form textarea { border: 1.5px solid var(--ipm-line) !important; border-radius: var(--ipm-radius-sm) !important; padding: .8em 1em !important; font: inherit !important; background: #fff; }
.ipm-form .elementor-field:focus { border-color: var(--ipm-primary) !important; box-shadow: 0 0 0 3px rgba(12, 74, 119, .15); outline: none; }
.ipm-form .elementor-button, .ipm-form button[type=submit] { background: var(--ipm-accent) !important; color: var(--ipm-accent-ink) !important; border-radius: var(--ipm-radius-sm) !important; font-weight: 600 !important; padding: .9em 1.6em !important; }
.ipm-form--dark label { color: #fff; }
.ipm-form--dark .elementor-field { background: rgba(255, 255, 255, .08); color: #fff; border-color: rgba(255, 255, 255, .2) !important; }

/* Sticky mobile CTA bar */
.ipm-mobilebar { display: none; }
@media (max-width: 767px) {
	.ipm-mobilebar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--ipm-line); border-top: 1px solid var(--ipm-line); }
	.ipm-mobilebar a { display: inline-flex; align-items: center; justify-content: center; gap: .4em; padding: 14px; background: #fff; color: var(--ipm-primary-dark); font-weight: 600; text-decoration: none; }
	.ipm-mobilebar a:last-child { background: var(--ipm-accent); color: var(--ipm-accent-ink); }
	body { padding-bottom: 56px; }
}

/* Utilities used by kit layouts */
.ipm-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.ipm-three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--ipm-gap); }
.ipm-four-col { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--ipm-gap); }
@media (max-width: 900px) { .ipm-two-col, .ipm-three-col, .ipm-four-col { grid-template-columns: 1fr; } .ipm-three-col, .ipm-four-col { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ipm-three-col, .ipm-four-col { grid-template-columns: 1fr; } }
.ipm-feature { display: flex; flex-direction: column; gap: 10px; padding: 26px; background: var(--ipm-surface); border: 1px solid var(--ipm-line); border-radius: var(--ipm-radius); }
.ipm-feature__icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: var(--ipm-radius-sm); background: var(--ipm-surface-2); color: var(--ipm-primary); }
.ipm-feature__icon .ipm-icon { width: 24px; height: 24px; }
.ipm-feature h3 { margin: 0; font-size: 1.15rem; }
.ipm-feature p { margin: 0; color: var(--ipm-muted); font-size: .97rem; }
.ipm-section--dark .ipm-feature { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .12); }
.ipm-section--dark .ipm-feature h3 { color: #fff; }
.ipm-section--dark .ipm-feature p { color: rgba(255, 255, 255, .72); }
.ipm-section--dark .ipm-feature__icon { background: rgba(255, 255, 255, .1); color: var(--ipm-accent); }
.ipm-checklist { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.ipm-checklist li { display: flex; gap: 10px; align-items: flex-start; }
.ipm-checklist li::before { content: ""; flex: 0 0 22px; height: 22px; margin-top: 2px; border-radius: 50%; background: var(--ipm-accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 12px no-repeat; }
.ipm-steps { counter-reset: step; display: grid; gap: 20px; }
.ipm-step { display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start; }
.ipm-step::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-family: var(--ipm-font-heading); font-size: 1.6rem; font-weight: 600; color: var(--ipm-accent); line-height: 1; padding-top: 2px; }
.ipm-step h3 { margin: 0 0 4px; font-size: 1.1rem; }
.ipm-step p { margin: 0; color: var(--ipm-muted); }
.ipm-cta-band { text-align: center; }
.ipm-cta-band h2 { max-width: 720px; margin: .3em auto .4em; }
.ipm-cta-band p { max-width: 560px; margin: 0 auto 1.6em; }
.ipm-cta-band .ipm-hero__actions { justify-content: center; }
.ipm-prose-cols { columns: 2; column-gap: 48px; }
@media (max-width: 767px) { .ipm-prose-cols { columns: 1; } }
.ipm-quality-doc { max-width: 900px; margin: 0 auto; }
.ipm-quality-doc ol { padding-left: 1.4em; }
.ipm-quality-doc li + li { margin-top: .5em; }
.ipm-quality-doc__meta { display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: .9rem; color: var(--ipm-muted); margin-bottom: 24px; }
.ipm-quality-doc__sig { margin-top: 24px; font-style: italic; color: var(--ipm-muted); }

/* ------------------------------------------------------------------ Elementor kit classes (set on widgets/containers by the kit files) */
.ipm-w-eyebrow .elementor-heading-title { display: inline-flex; align-items: center; gap: .5em; font-family: var(--ipm-font-body); font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ipm-primary); }
.ipm-w-eyebrow .elementor-heading-title::before { content: ""; width: 22px; height: 2px; background: var(--ipm-accent); }
.ipm-section-head--center .ipm-w-eyebrow .elementor-heading-title::before { display: none; }
.ipm-section--dark .ipm-w-eyebrow .elementor-heading-title, .ipm-hero .ipm-w-eyebrow .elementor-heading-title, .ipm-pagehero:not(.ipm-pagehero--light) .ipm-w-eyebrow .elementor-heading-title { color: var(--ipm-accent); }
.ipm-section--primary .ipm-w-eyebrow .elementor-heading-title { color: #fff; }
.ipm-w-section-title .elementor-heading-title { line-height: 1.12; }
.ipm-w-intro .elementor-widget-container { color: var(--ipm-muted); font-size: 1.05rem; }
.ipm-w-lead .elementor-widget-container { font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.ipm-pagehero:not(.ipm-pagehero--light) .elementor-heading-title, .ipm-section--dark .elementor-heading-title, .ipm-section--primary .elementor-heading-title { color: #fff; }
.ipm-pagehero:not(.ipm-pagehero--light) .elementor-widget-text-editor, .ipm-section--dark .elementor-widget-text-editor, .ipm-section--primary .elementor-widget-text-editor { color: rgba(255, 255, 255, .82); }
.ipm-section--primary .ipm-w-intro .elementor-widget-container { color: rgba(255, 255, 255, .85); }
.ipm-w-prose--cols .elementor-widget-container { columns: 2; column-gap: 48px; }
@media (max-width: 767px) { .ipm-w-prose--cols .elementor-widget-container { columns: 1; } }

/* Buttons */
.ipm-w-btn .elementor-button { font-weight: 600; border-radius: var(--ipm-radius-sm); padding: .85em 1.5em; transition: background var(--ipm-transition), color var(--ipm-transition), border-color var(--ipm-transition); }
.ipm-w-btn--primary .elementor-button { background: var(--ipm-primary); color: #fff; }
.ipm-w-btn--primary .elementor-button:hover { background: var(--ipm-primary-dark); }
.ipm-w-btn--accent .elementor-button { background: var(--ipm-accent); color: var(--ipm-accent-ink); }
.ipm-w-btn--accent .elementor-button:hover { filter: brightness(1.06); color: var(--ipm-accent-ink); }
.ipm-w-btn--outline .elementor-button { background: transparent; color: var(--ipm-primary); border: 1.5px solid currentColor; }
.ipm-w-btn--outline .elementor-button:hover { background: var(--ipm-primary); color: #fff; border-color: var(--ipm-primary); }
.ipm-w-btn--outline-light .elementor-button { background: transparent; color: #fff; border: 1.5px solid rgba(255, 255, 255, .6); }
.ipm-w-btn--outline-light .elementor-button:hover { background: #fff; color: var(--ipm-primary-dark); border-color: #fff; }
.ipm-w-btn--light .elementor-button { background: #fff; color: var(--ipm-primary); }
.ipm-w-btn--light .elementor-button:hover { background: var(--ipm-surface-2); }
.ipm-btn-row { --e-con-grid-gap: 14px; }
.ipm-btn-row > .elementor-widget { width: auto; }

/* Icon boxes as feature cards */
.ipm-w-feature .elementor-icon-box-wrapper { padding: 26px; background: var(--ipm-surface); border: 1px solid var(--ipm-line); border-radius: var(--ipm-radius); }
.ipm-w-feature .elementor-icon-box-icon { margin-bottom: 14px; }
.ipm-w-feature .elementor-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: var(--ipm-radius-sm); background: var(--ipm-surface-2); color: var(--ipm-primary); font-size: 20px; }
.ipm-w-feature .elementor-icon-box-title { margin: 0 0 6px; font-size: 1.15rem; }
.ipm-w-feature .elementor-icon-box-description { color: var(--ipm-muted); font-size: .97rem; }
.ipm-section--dark .ipm-w-feature .elementor-icon-box-wrapper, .ipm-about-band .ipm-w-feature .elementor-icon-box-wrapper { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .12); }
.ipm-section--dark .ipm-w-feature .elementor-icon-box-title, .ipm-section--dark .ipm-w-feature .elementor-icon-box-title a { color: #fff; }
.ipm-section--dark .ipm-w-feature .elementor-icon-box-description { color: rgba(255, 255, 255, .72); }
.ipm-section--dark .ipm-w-feature .elementor-icon { background: rgba(255, 255, 255, .1); color: var(--ipm-accent); }
.ipm-w-grid { --e-con-grid-gap: 24px; }
.ipm-w-grid > .elementor-widget { flex-grow: 0; }
.ipm-w-grid--2 > .elementor-widget { width: calc(50% - 12px); }
.ipm-w-grid--3 > .elementor-widget { width: calc(33.333% - 16px); }
.ipm-w-grid--4 > .elementor-widget { width: calc(25% - 18px); }
@media (max-width: 1024px) { .ipm-w-grid--3 > .elementor-widget, .ipm-w-grid--4 > .elementor-widget { width: calc(50% - 12px); } }
@media (max-width: 767px) { .ipm-w-grid > .elementor-widget { width: 100% !important; } }
.ipm-w-grid > .elementor-widget-icon-box { display: flex; }
.ipm-w-grid > .elementor-widget-icon-box > .elementor-widget-container { display: flex; width: 100%; }
.ipm-w-feature .elementor-icon-box-wrapper { width: 100%; }
.ipm-cols > .e-con { min-width: 0; }
.ipm-footer--elementor a, .ipm-footer--elementor .ipm-footer__bottom a { color: rgba(255, 255, 255, .85); }

/* Hero */
.ipm-hero.e-con { color: #fff; }
.ipm-hero .elementor-background-video-container::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6, 14, 36, .9) 0%, rgba(6, 14, 36, .65) 50%, rgba(12, 74, 119, .3) 100%); }
.ipm-hero .elementor-background-video-container { z-index: 0; }
.ipm-hero > .e-con-inner, .ipm-hero > .e-con { position: relative; z-index: 1; }
.ipm-w-stats-onlight .ipm-stat__value { color: #fff; }
.ipm-w-stats-onlight .ipm-stat__label { color: rgba(255, 255, 255, .7); }
.ipm-hero__strip .ipm-stats { gap: 0; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
.ipm-hero__strip .ipm-stat { padding: 18px 28px 0 0; }
.ipm-hero__strip .ipm-stat__value { font-size: 2rem; }
.ipm-hero__strip .ipm-stat__label { font-size: .85rem; }

/* Elementor header / footer templates */
.ipm-header--elementor { border-bottom: 1px solid transparent; }
.ipm-header--elementor.elementor-sticky--effects { border-color: var(--ipm-line); box-shadow: 0 6px 20px -16px rgba(6, 14, 36, .3); backdrop-filter: blur(10px); }
.ipm-w-logo img { max-height: 44px; width: auto; }
.ipm-w-logo--footer img { max-height: 40px; }
.ipm-footer--elementor:not(.ipm-footer--light) .ipm-w-logo--footer img { filter: brightness(0) invert(1); }
.ipm-w-nav .elementor-nav-menu--main .elementor-item { font-family: var(--ipm-font-body); font-weight: 500; font-size: .95rem; color: var(--ipm-ink); padding: 10px 12px; border-radius: var(--ipm-radius-sm); }
.ipm-w-nav .elementor-nav-menu--main .elementor-item:hover, .ipm-w-nav .elementor-nav-menu--main .elementor-item.elementor-item-active { color: var(--ipm-primary); background: var(--ipm-surface-2); }
.ipm-w-nav .elementor-nav-menu--dropdown { border: 1px solid var(--ipm-line); border-radius: var(--ipm-radius); box-shadow: var(--ipm-shadow); }
.ipm-w-nav .elementor-nav-menu--dropdown .elementor-item { padding: 12px 16px; font-size: .95rem; }
.ipm-w-nav .elementor-menu-toggle { color: var(--ipm-primary-dark); }
.ipm-w-header-phone .ipm-contact__item { font-weight: 600; font-size: .92rem; }
.ipm-footer--elementor { color: rgba(255, 255, 255, .8); }
.ipm-footer--elementor .elementor-heading-title { color: #fff; font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; font-family: var(--ipm-font-body); }
.ipm-footer--elementor .elementor-widget-text-editor { color: rgba(255, 255, 255, .78); font-size: .95rem; }
.ipm-footer--elementor a { color: rgba(255, 255, 255, .85); }
.ipm-footer--elementor a:hover { color: #fff; }
.ipm-footer--elementor .ipm-social { color: #fff; border-color: rgba(255, 255, 255, .3); }
.ipm-footer--elementor .ipm-services--list .ipm-service { border-color: rgba(255, 255, 255, .12); padding: 8px 0; }
.ipm-footer--elementor .ipm-services--list .ipm-service__icon { display: none; }
.ipm-footer--elementor .ipm-services--list .ipm-service__title { font-family: var(--ipm-font-body); font-size: .95rem; font-weight: 500; color: rgba(255, 255, 255, .85); }
.ipm-footer--elementor .ipm-services--list .ipm-service__foot { display: none; }
.ipm-footer--elementor .ipm-offices--list .ipm-office__title { color: #fff; }
.ipm-footer--elementor .ipm-offices--list .ipm-office__addr, .ipm-footer--elementor .ipm-offices--list .ipm-office__contacts { color: rgba(255, 255, 255, .78); font-size: .92rem; }
.ipm-footer--elementor .ipm-offices--list .ipm-office__contacts { display: none; }
.ipm-footer--elementor .ipm-contact__item { color: rgba(255, 255, 255, .85); }
.ipm-w-footer-menu .elementor-nav-menu--main .elementor-item { padding: 6px 0; font-size: .95rem; color: rgba(255, 255, 255, .85); }
.ipm-w-footer-menu .elementor-nav-menu--main .elementor-item:hover { color: #fff; }
.ipm-footer__bottom { border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 20px; }
.ipm-footer__bottom .elementor-widget-text-editor { font-size: .85rem; color: rgba(255, 255, 255, .55); }
.ipm-footer--light { color: var(--ipm-muted); border-top: 1px solid var(--ipm-line); }
.ipm-footer--light .elementor-heading-title, .ipm-footer--light a, .ipm-footer--light .ipm-offices--list .ipm-office__title, .ipm-footer--light .ipm-contact__item { color: var(--ipm-primary); }
.ipm-footer--light .elementor-widget-text-editor, .ipm-footer--light .ipm-offices--list .ipm-office__addr { color: var(--ipm-muted); }
.ipm-footer--light .ipm-social { color: var(--ipm-primary); border-color: var(--ipm-line); }
.ipm-footer--light .ipm-services--list .ipm-service { border-color: var(--ipm-line); }
.ipm-footer--light .ipm-services--list .ipm-service__title { color: var(--ipm-primary); }
.ipm-footer--light .ipm-w-footer-menu .elementor-nav-menu--main .elementor-item { color: var(--ipm-primary); }
.ipm-footer--light .ipm-footer__bottom { border-color: var(--ipm-line); }
.ipm-footer--light .ipm-footer__bottom .elementor-widget-text-editor { color: var(--ipm-muted); }

/* Project title on single template */
.ipm-w-project-title .elementor-heading-title { max-width: 900px; }
.ipm-w-project-services .ipm-meta__list { display: none; }

/* Elementor Pro form */
.ipm-w-form .elementor-field-group { margin-bottom: 14px; }
.ipm-w-form .elementor-field-label { font-weight: 600; font-size: .9rem; color: var(--ipm-ink); margin-bottom: 4px; }
.ipm-w-form .elementor-field-textual { border: 1.5px solid var(--ipm-line); border-radius: var(--ipm-radius-sm); padding: .8em 1em; font: inherit; background: #fff; color: var(--ipm-ink); }
.ipm-w-form .elementor-field-textual:focus { border-color: var(--ipm-primary); box-shadow: 0 0 0 3px rgba(12, 74, 119, .15); outline: none; }
.ipm-w-form .elementor-field-type-upload input { padding: 10px; border: 1.5px dashed var(--ipm-line); border-radius: var(--ipm-radius-sm); width: 100%; background: var(--ipm-surface-2); }
.ipm-w-form .elementor-field-type-acceptance label { font-weight: 400; font-size: .88rem; color: var(--ipm-muted); }
.ipm-w-form .elementor-button { background: var(--ipm-accent); color: var(--ipm-accent-ink); border-radius: var(--ipm-radius-sm); font-weight: 600; padding: .95em 1.6em; }
.ipm-w-form .elementor-button:hover { filter: brightness(1.06); }
.ipm-variant-classic .ipm-w-form .elementor-button { background: var(--ipm-primary); color: #fff; }
.ipm-form .elementor-widget-shortcode { width: 100%; }

/* Classic-kit hero corner radius on Elementor container */
.ipm-hero--classic { border-radius: 0 0 22px 22px; margin: 0 12px; }
