:root {
  --nc-yellow: #ffc700;
  --nc-yellow-dark: #c99b00;
  --nc-ink: #07152d;
  --nc-deep: #04080f;
  --nc-navy: #0b1728;
  --nc-surface: #f2f4f6;
  --nc-white: #ffffff;
  --nc-muted: #596579;
  --nc-border: #d9dfe6;
  --nc-container: 1340px;
  --nc-shadow: 0 20px 55px rgba(7, 21, 45, 0.12);
}

html { scroll-behavior: auto; }
body.nc-site { margin: 0; color: var(--nc-ink); background: var(--nc-white); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.55; letter-spacing: 0; }
.nc-site *, .nc-site *::before, .nc-site *::after { box-sizing: border-box; }
.nc-site .chaty-widget, .nc-site .contact-buttons-var-5, .nc-site .animated { animation: none !important; }
/* Legacy floating contact widgets from the cloned site are hidden so only the redesigned CTAs remain visible. */
.nc-site .e-contact-buttons,
.nc-site .contact-buttons-var-5,
.nc-site .chaty-widget,
.nc-site [class*="chaty-widget"],
.nc-site [id*="chaty-widget"] { display: none !important; }

.nc-site img { display: block; max-width: 100%; }
.nc-site a { color: inherit; text-decoration: none; }
.nc-site button, .nc-site input, .nc-site select, .nc-site textarea { font: inherit; letter-spacing: 0; }
.nc-site h1, .nc-site h2, .nc-site h3, .nc-site p { margin-top: 0; }
.nc-site h1, .nc-site h2, .nc-site h3 { font-family: "Archivo", Arial, sans-serif; letter-spacing: 0; }
.nc-site .elementor-heading-title { color: inherit; font-family: "Archivo", Arial, sans-serif; }
.nc-site h1 { margin-bottom: 28px; font-size: clamp(52px, 5.1vw, 88px); line-height: 0.98; font-weight: 900; }
.nc-site h2 { margin-bottom: 22px; font-size: clamp(38px, 3.7vw, 64px); line-height: 1.02; font-weight: 900; }
.nc-site h3 { margin-bottom: 14px; font-size: 28px; line-height: 1.08; font-weight: 800; }
.nc-container { width: min(90%, var(--nc-container)); margin-inline: auto; }
.nc-section { padding: 112px 0; }
.nc-eyebrow { margin-bottom: 22px; color: var(--nc-yellow-dark); font-size: 11px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.nc-small { color: var(--nc-muted); font-size: 12px; line-height: 1.55; }
.nc-skip { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 16px; transform: translateY(-150%); background: var(--nc-yellow); font-weight: 700; }
.nc-skip:focus { transform: translateY(0); }
.nc-actions.e-con { display: flex; width: auto; flex-direction: row !important; flex-wrap: wrap; padding: 0 !important; gap: 14px !important; }
.nc-button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 24px; padding: 14px 24px; border: 1px solid var(--nc-yellow); border-radius: 2px; background: var(--nc-yellow); color: var(--nc-ink); font-size: 13px; font-weight: 800; line-height: 1; cursor: pointer; transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease; }
.nc-button:hover, .nc-button:focus-visible { border-color: var(--nc-white); background: var(--nc-white); color: var(--nc-ink); }
.nc-button--dark { border-color: var(--nc-ink); background: var(--nc-ink); color: var(--nc-white); }
.nc-button--dark:hover, .nc-button--dark:focus-visible { border-color: var(--nc-yellow); background: var(--nc-yellow); color: var(--nc-ink); }
.nc-button--ghost { border-color: rgba(255,255,255,.42); background: rgba(7,21,45,.38); color: var(--nc-white); }
.nc-button--small { min-height: 48px; padding-inline: 20px; }
.nc-button.elementor-widget { width: auto; min-height: 0; padding: 0; border: 0; background: transparent; }
.nc-button .elementor-button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 20px; padding: 14px 24px; border: 1px solid var(--nc-yellow); border-radius: 2px; background: var(--nc-yellow); color: var(--nc-ink); font-family: "Manrope", Arial, sans-serif; font-size: 13px; font-weight: 800; line-height: 1; box-shadow: none; }
.nc-button .elementor-button:hover, .nc-button .elementor-button:focus-visible { border-color: var(--nc-white); background: var(--nc-white); color: var(--nc-ink); }
.nc-button--dark .elementor-button { border-color: var(--nc-ink); background: var(--nc-ink); color: var(--nc-white); }
.nc-button--dark .elementor-button:hover, .nc-button--dark .elementor-button:focus-visible { border-color: var(--nc-yellow); background: var(--nc-yellow); color: var(--nc-ink); }
.nc-button--ghost .elementor-button { border-color: rgba(255,255,255,.5); background: rgba(7,21,45,.42); color: var(--nc-white); }
.nc-button--small .elementor-button { min-height: 48px; padding-inline: 20px; }

/* Header */
.nc-header.e-con { position: sticky; z-index: 1000; top: 0; padding: 0 !important; border-bottom: 1px solid #cfd6df; background: rgba(255,255,255,.98); box-shadow: 0 10px 32px rgba(7,21,45,.05); gap: 0 !important; }
.nc-header__utility.e-con { min-height: 30px; height: 30px; padding: 0; background: var(--nc-deep); color: var(--nc-white); }
.nc-header__utility-inner.e-con { display: flex; min-height: 30px; height: 30px; flex-direction: row; align-items: center; justify-content: space-between; padding: 0; }
.nc-header__utility .elementor-widget-text-editor { width: auto; margin: 0; color: inherit; font-size: 9px; font-weight: 700; line-height: 1; text-transform: uppercase; }
.nc-header__promise { color: #c8d0da !important; }
.nc-header__utility-links.e-con { display: flex; width: auto; flex-direction: row; align-items: center; justify-content: flex-end; padding: 0; gap: 24px; }
.nc-header__hours { color: #8e9aaa !important; }
.nc-header__whatsapp { position: relative; padding-left: 16px; color: var(--nc-white) !important; }
.nc-header__whatsapp::before { position: absolute; top: 50%; left: 0; width: 6px; height: 6px; border-radius: 50%; content: ""; background: #49e670; transform: translateY(-50%); }
.nc-header__inner.e-con { display: grid; width: min(90%, var(--nc-container)); min-height: 102px; grid-template-columns: 250px minmax(0, 1fr) 220px; align-items: center; padding: 0 !important; gap: 30px !important; }
.nc-brand { display: block; width: auto; line-height: 1; }
.nc-brand .elementor-widget-container, .nc-brand a { display: inline-flex; align-items: center; }
.nc-brand img { width: 220px; max-height: 82px; object-fit: contain; object-position: left center; }
.nc-brand strong { font-family: "Archivo", Arial, sans-serif; font-size: 22px; font-weight: 900; }
.nc-brand span { margin-top: 8px; color: var(--nc-muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.nc-nav { display: flex; width: auto !important; min-width: 0; align-items: center; justify-content: center; --container-widget-width: auto !important; }
.nc-nav .elementor-nav-menu { align-items: center; gap: 5px; }
.nc-nav a { position: relative; padding: 39px 16px !important; color: var(--nc-ink) !important; font-family: "Manrope", Arial, sans-serif !important; font-size: 14px !important; font-weight: 700 !important; line-height: 1 !important; text-transform: none; }
.nc-nav a::after { position: absolute; right: 13px; bottom: 20px; left: 13px; height: 2px; content: ""; background: var(--nc-yellow); transform: scaleX(0); transform-origin: left; transition: transform 160ms ease; }
.nc-nav a:hover::after, .nc-nav a:focus-visible::after { transform: scaleX(1); }
.nc-nav .elementor-item-active::after { transform: scaleX(1); }
.nc-header__phone { display: flex; width: auto; min-width: 158px; flex-direction: column; padding-left: 20px; border-left: 1px solid var(--nc-border); }
.elementor-18 .elementor-element.elementor-element-3a0fa14 { gap: 0; font-size: 13px; }
.elementor-18 .elementor-element.elementor-element-3a0fa14 .elementor-widget-text-editor { font-size: 10px; }
.elementor-18 .elementor-element.elementor-element-3a0fa14 .elementor-heading-title { font-size: 15px; }
.nc-header__phone .elementor-widget-text-editor { color: var(--nc-muted); font-size: 8px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.nc-header__phone .elementor-widget-heading { margin-top: 7px; }
.nc-header__phone .elementor-heading-title { color: var(--nc-ink); font-family: "Manrope", Arial, sans-serif; font-size: 13px; font-weight: 800; line-height: 1; white-space: nowrap; }
.nc-header > .nc-header__inner > .nc-button .elementor-button { min-width: 220px; min-height: 52px; padding: 0 18px; overflow: hidden; border: 1px solid var(--nc-yellow); border-radius: 7px; background: var(--nc-yellow); color: var(--nc-ink); box-shadow: none; }
.nc-header > .nc-header__inner > .nc-button .elementor-button-content-wrapper { width: 100%; min-height: 50px; flex-direction: row !important; align-items: stretch; gap: 0; }
.nc-header > .nc-header__inner > .nc-button .elementor-button-text { display: flex; flex: 1; align-items: center; justify-content: center; padding: 0 18px; white-space: nowrap; order: 1; }
.nc-header > .nc-header__inner > .nc-button .elementor-button-icon { display: flex; width: 30px; min-width: 30px; align-items: center; justify-content: center; margin: 0 !important; background: transparent; color: var(--nc-ink); order: 2; }
.nc-header > .nc-header__inner > .nc-button .elementor-button-icon svg { width: 13px; fill: currentColor; transform: rotate(-45deg); }
.nc-header > .nc-header__inner > .nc-button .elementor-button:hover, .nc-header > .nc-header__inner > .nc-button .elementor-button:focus-visible { border-color: var(--nc-ink); background: var(--nc-white); color: var(--nc-ink); box-shadow: 0 10px 24px rgba(7,21,45,.12); }
.nc-header > .nc-header__inner > .nc-button .elementor-button:hover .elementor-button-icon, .nc-header > .nc-header__inner > .nc-button .elementor-button:focus-visible .elementor-button-icon { background: transparent; color: var(--nc-ink); }
.nc-nav-toggle, .nc-nav-button { display: none; }

/* Hero */
.nc-hero.e-con { position: relative; overflow: hidden; min-height: 500px; padding: 0 !important; background: var(--nc-deep); color: var(--nc-white); gap: 0 !important; }
.nc-hero::before { position: absolute; z-index: 0; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4,8,15,.94) 0%, rgba(4,8,15,.74) 53%, rgba(4,8,15,.48) 100%); pointer-events: none; }
.nc-hero > .elementor-element { z-index: 1; }
.nc-hero .elementor-heading-title { color: var(--nc-white) !important; }
.nc-hero .nc-hero__index .elementor-heading-title { color: var(--nc-yellow); font-size: 74px; line-height: 1; }
.nc-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,8,15,.98) 0%, rgba(4,8,15,.86) 47%, rgba(4,8,15,.24) 100%); }
.nc-hero__content.e-con { position: relative; display: grid; min-height: 500px; grid-template-columns: minmax(0, 1fr) 370px; align-items: center; padding: 0 !important; gap: 72px !important; }
.nc-hero__copy.e-con { max-width: 940px; padding: 0 !important; gap: 0 !important; }
.nc-hero__copy h1, .nc-hero__copy h1.elementor-heading-title { max-width: 930px; margin-bottom: 18px; font-family: "Archivo", Arial, sans-serif !important; font-size: 56px; font-weight: 800 !important; line-height: 1.01; }
.nc-hero__copy > .elementor-widget-text-editor:not(.nc-eyebrow) { max-width: 700px; margin-bottom: 20px; color: #d9e0e9; font-size: 17px; }
.nc-hero__copy .nc-actions .elementor-button { border-radius: 5px; }
.nc-hero__copy .nc-actions .elementor-button-content-wrapper { gap: 12px; }
.nc-hero__copy .nc-actions .elementor-button-icon { margin: 0 !important; }
.nc-hero__benefits.e-con { display: grid; max-width: 650px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 20px; padding: 16px 0 0 !important; gap: 20px !important; }
.nc-hero__benefits > .e-con { position: relative; padding: 0 0 0 36px !important; gap: 0 !important; }
.nc-hero__benefits > .e-con::before { position: absolute; top: 0; left: 0; display: flex; width: 24px; height: 24px; align-items: center; justify-content: center; border: 2px solid var(--nc-yellow); border-radius: 50%; content: "\2713"; color: var(--nc-yellow); font-size: 12px; font-weight: 900; line-height: 1; }
.nc-hero__benefits h3 { margin: 0 0 5px; color: var(--nc-white); font-family: "Manrope", Arial, sans-serif; font-size: 12px; line-height: 1.2; }
.nc-hero__benefits .elementor-widget-text-editor { color: #c3ccd7; font-size: 10px; line-height: 1.4; }
.nc-hero__form.e-con { align-self: center; overflow: hidden; padding: 20px 22px !important; border: 0; border-radius: 8px; background: rgba(3,18,34,.96); box-shadow: 0 24px 60px rgba(0,0,0,.28); gap: 0 !important; }
.nc-hero__form .nc-eyebrow { margin-bottom: 10px; }
.nc-hero__form h2 { margin-bottom: 24px; color: var(--nc-white); font-size: 24px; text-align: center; }
.nc-hero__form > .elementor-widget-text-editor:not(.nc-eyebrow):not(.nc-small) { margin-bottom: 10px; color: #aeb8c5; font-size: 9px; text-align: center; }
.nc-hero__form .elementor-form-fields-wrapper { row-gap: 16px; }
.nc-hero__form .elementor-field-group { margin: 0 !important; }
.nc-hero__form .elementor-field-label { margin-bottom: 4px !important; color: var(--nc-white) !important; font-family: "Manrope", Arial, sans-serif !important; font-size: 11px !important; font-weight: 700 !important; line-height: 1.1 !important; }
.nc-hero__form .elementor-field { min-height: 35px !important; padding: 7px 10px !important; border: 1px solid rgba(255,255,255,.26) !important; border-radius: 4px !important; background: var(--nc-white) !important; color: var(--nc-ink) !important; font-family: "Manrope", Arial, sans-serif !important; font-size: 11px !important; }
.nc-hero__form input.elementor-field, .nc-hero__form select.elementor-field { height: 40px !important; min-height: 40px !important; }
.nc-hero__form .elementor-field-type-select .elementor-select-wrapper { height: 40px; padding: 0 !important; border: 0 !important; border-radius: 4px; background: var(--nc-white); box-shadow: none !important; }
.nc-hero__form .elementor-field-type-select select.elementor-field { padding: 0 36px 0 10px !important; border: 0 !important; outline: 0 !important; box-shadow: none !important; }
.nc-hero__form .elementor-field:focus { border-color: var(--nc-yellow) !important; outline: 2px solid rgba(255,199,0,.25) !important; }
.nc-hero__form .elementor-button { width: 100%; min-height: 49px !important; margin-top: 3px; margin-bottom: 12px; border: 1px solid var(--nc-yellow) !important; border-radius: 4px !important; background: var(--nc-yellow) !important; color: var(--nc-ink) !important; font-family: "Manrope", Arial, sans-serif !important; font-size: 12px !important; font-weight: 800 !important; }
.nc-hero__form .elementor-button-content-wrapper { width: 100%; justify-content: center; gap: 16px; }
.nc-hero__form .elementor-button-icon { margin: 0 !important; }
.nc-hero__form .elementor-button-icon svg { width: 13px; fill: currentColor; transform: rotate(-45deg); }
.nc-hero__form .nc-small { display: none; }
.nc-hero__index { align-self: start; justify-self: end; margin-top: 32px; text-align: right; }
.nc-hero__index strong { display: block; color: var(--nc-yellow); font-family: "Archivo", Arial, sans-serif; font-size: 74px; line-height: 1; }
.nc-hero__index span { display: block; margin-top: 18px; font-size: 11px; font-weight: 800; line-height: 1.7; text-transform: uppercase; }
.nc-discovery { position: relative; display: grid; min-height: 164px; grid-template-columns: 1.4fr repeat(3, 1fr) auto; align-items: stretch; margin-top: -54px; padding: 22px; gap: 10px; background: var(--nc-white); box-shadow: var(--nc-shadow); color: var(--nc-ink); }
.nc-discovery__intro { display: flex; flex-direction: column; justify-content: center; padding: 18px; }
.nc-discovery__intro strong { font-family: "Archivo", Arial, sans-serif; font-size: 22px; }
.nc-discovery__intro span { margin-top: 8px; color: var(--nc-muted); font-size: 11px; }
.nc-discovery label { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 20px; background: var(--nc-surface); }
.nc-discovery label span, .nc-filter label { color: var(--nc-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.nc-discovery select { width: 100%; margin-top: 12px; border: 0; outline: 0; background: transparent; color: var(--nc-ink); font-size: 13px; font-weight: 700; }
.nc-discovery .nc-button { align-self: center; margin-left: 6px; }

/* Proof */
.nc-proof.e-con { min-height: 112px; padding: 16px 0 !important; background: var(--nc-white); color: var(--nc-ink); gap: 0 !important; }
.nc-proof__grid.e-con { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 !important; gap: 14px !important; }
.nc-proof__grid > .e-con { display: grid; min-height: 80px; grid-template-columns: 48px 1fr; align-content: center; align-items: center; padding: 12px 20px !important; border: 1px solid var(--nc-border); border-radius: 5px; background: #fbfcfd; gap: 0 18px !important; }
.nc-proof__icon.elementor-widget { grid-row: 1 / 3; width: 48px; height: 48px; align-self: center; }
.nc-proof__icon .elementor-icon-wrapper { height: 48px; line-height: 0; }
.nc-proof__icon .elementor-icon { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 50%; background: var(--nc-ink); color: var(--nc-white) !important; font-size: 20px; }
.nc-proof__icon .elementor-icon i { color: var(--nc-white) !important; }
.nc-proof__icon .elementor-icon svg { width: 20px; height: 20px; fill: var(--nc-white) !important; }
.nc-proof__grid strong, .nc-proof__grid .elementor-heading-title { display: block; margin: 0; color: var(--nc-ink) !important; font-family: "Archivo", Arial, sans-serif; font-size: 18px; font-weight: 800; line-height: 1.1; }
.nc-proof__grid span, .nc-proof__grid .elementor-widget-text-editor { display: block; margin: 0; color: var(--nc-muted); font-size: 10px; font-weight: 500; }
.nc-proof__note { margin-top: 14px; margin-bottom: 0; font-size: 10px; }

/* Generic headings */
.nc-section__heading { margin-bottom: 58px; }
.nc-section__heading h2 { max-width: 900px; }
.nc-section__heading--split { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(320px, .6fr); align-items: end; gap: 72px; }
.nc-section__heading--split > p { max-width: 500px; margin-bottom: 10px; color: var(--nc-muted); }
.nc-section__heading--split > a { align-self: end; margin-bottom: 16px; font-size: 13px; font-weight: 800; text-align: right; }

/* Routes */
.nc-routes.e-con { padding: 96px 0 !important; background: var(--nc-surface); gap: 0 !important; }
.nc-routes > .nc-section__heading.e-con { padding: 0 !important; gap: 0 !important; }
.nc-routes > .nc-section__heading h2 { max-width: 680px; margin-bottom: 18px; font-size: 50px; }
.nc-routes > .nc-section__heading > .elementor-widget-text-editor:last-child { max-width: 560px; color: var(--nc-muted); }
.nc-routes__grid.e-con { display: grid; grid-template-columns: 1.04fr .96fr 1.08fr; align-items: end; padding: 0 !important; gap: 24px !important; }
.nc-route.e-con { display: flex !important; position: relative; overflow: hidden; min-height: 460px; flex-direction: column !important; align-items: flex-start; padding: 38px !important; border-radius: 5px; gap: 0 !important; }
.nc-route > .nc-eyebrow { margin-bottom: 42px; color: var(--nc-yellow-dark); font-family: "Archivo", Arial, sans-serif; font-size: 44px; font-weight: 800; line-height: 1; }
.nc-route h3 { margin: 0 0 18px; font-size: 34px; }
.nc-route > .elementor-widget-text-editor:not(.nc-eyebrow) { max-width: 340px; color: var(--nc-muted); font-size: 13px; }
.nc-route > .nc-button { margin-top: auto; padding-top: 32px; }
.nc-route--image { display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(0deg, rgba(4,8,15,.98), rgba(4,8,15,.1)), var(--nc-route-image) center / cover no-repeat; color: var(--nc-white); }
.nc-routes .elementor-heading-title { color: var(--nc-ink) !important; }
.nc-route--image .elementor-heading-title { color: var(--nc-white) !important; }
.nc-route--image > .nc-eyebrow { color: var(--nc-yellow); }
.nc-route--image p { color: #cbd3dd; }
.nc-route--image .nc-button { align-self: flex-start; }
.nc-route--featured { min-height: 520px !important; border-top: 7px solid var(--nc-yellow); background: var(--nc-white); box-shadow: 0 18px 48px rgba(7,21,45,.08); }
.nc-route--featured > p:not(.nc-eyebrow) { color: var(--nc-muted); }
.nc-route--featured ol { margin: 38px 0; padding: 0; list-style: none; }
.nc-route--featured li { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--nc-border); font-size: 12px; }
.nc-route--featured li span { color: var(--nc-muted); }
.nc-route--vehicle { background: var(--nc-ink); color: var(--nc-white); }
.nc-route--vehicle .elementor-heading-title { color: var(--nc-white) !important; }
.nc-route--vehicle > .nc-eyebrow { color: var(--nc-yellow); }
.nc-route--vehicle > .elementor-widget-text-editor:not(.nc-eyebrow) { color: #b7c0cc; }
.nc-route--vehicle img { width: 100%; height: 270px; object-fit: cover; }
.nc-route--vehicle > div { padding: 0; }
.nc-route--vehicle .nc-button .elementor-button { border-color: var(--nc-yellow); background: var(--nc-yellow); color: var(--nc-ink); }

/* Showroom */
.nc-showroom.e-con { padding: 24px 0 34px !important; background: var(--nc-white); gap: 0 !important; }
.nc-showroom__layout.e-con { display: block; padding: 0 !important; }
.nc-showroom__media { position: relative; overflow: hidden; min-height: 610px; background: var(--nc-deep); color: var(--nc-white); }
.nc-showroom__media::after { position: absolute; inset: 45% 0 0; content: ""; background: linear-gradient(0deg, rgba(4,8,15,.95), transparent); }
.nc-showroom__media img { width: 100%; height: 610px; object-fit: cover; }
.nc-showroom__media > span, .nc-showroom__media h3 { position: absolute; z-index: 1; left: 36px; }
.nc-showroom__media > span { top: 28px; padding: 8px 12px; background: var(--nc-yellow); color: var(--nc-ink); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.nc-showroom__media h3 { right: 36px; bottom: 26px; margin: 0; font-size: 50px; }
.nc-showroom__sheet.e-con { display: flex; flex-direction: row !important; align-items: center; justify-content: space-between; margin-bottom: 14px; padding: 0 !important; background: transparent; gap: 40px !important; }
.nc-showroom__sheet > .e-con { width: auto; max-width: 760px; align-items: flex-start; margin: 0 auto 0 0; padding: 0 !important; gap: 0 !important; }
.nc-showroom__sheet h2 { margin: 0; font-size: 20px; }
.nc-showroom__sheet .elementor-heading-title { color: var(--nc-ink) !important; }
.nc-showroom__sheet .elementor-widget-text-editor:not(.nc-eyebrow) { color: var(--nc-muted); font-size: 13px; }
.nc-showroom__price { display: flex; align-items: flex-end; gap: 14px; margin-bottom: 34px; }
.nc-showroom__price strong { font-family: "Archivo", Arial, sans-serif; font-size: 54px; line-height: 1; }
.nc-showroom__price span { padding-bottom: 7px; color: var(--nc-muted); font-size: 12px; }
.nc-showroom__sheet dl { margin: 0 0 30px; }
.nc-showroom__sheet dl div { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--nc-border); }
.nc-showroom__sheet dt { color: var(--nc-muted); font-size: 12px; }
.nc-showroom__sheet dd { margin: 0; font-size: 13px; font-weight: 800; text-align: right; }
.nc-showroom__sheet .nc-button { flex: 0 0 auto; margin: 0; }
.nc-showroom__sheet .nc-button .elementor-button { min-height: 24px; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--nc-ink); font-size: 12px; box-shadow: none; }
.nc-showroom__sheet .nc-button .elementor-button:hover, .nc-showroom__sheet .nc-button .elementor-button:focus-visible { border: 0; background: transparent; color: var(--nc-ink); }
.nc-showroom__sheet .nc-button .elementor-button-content-wrapper { gap: 12px; }
.nc-showroom__sheet .nc-button .elementor-button-icon { display: inline-flex !important; align-items: center; margin: 0 !important; color: var(--nc-ink) !important; }
.nc-showroom__sheet .nc-button .elementor-button-icon svg { width: 13px; fill: currentColor; }
.nc-showroom__more.e-con { min-width: 0; padding: 0 !important; gap: 0 !important; }
.nc-showroom__more > a:not(.nc-showroom__all) { display: grid; min-height: 106px; grid-template-columns: 132px 1fr; border: 1px solid var(--nc-border); }
.nc-showroom__more img { width: 132px; height: 104px; object-fit: cover; }
.nc-showroom__more span { display: flex; flex-direction: column; justify-content: center; padding: 15px 20px; color: var(--nc-muted); font-size: 11px; }
.nc-showroom__more strong { margin-bottom: 8px; color: var(--nc-ink); font-size: 13px; }
.nc-showroom__all { display: flex; align-items: center; justify-content: flex-end; font-size: 13px; font-weight: 800; }
.nc-showroom .nc-listing-widget .jet-listing-grid__items { margin: -7px; }
.nc-showroom .nc-listing-widget .jet-listing-grid__item { padding: 7px; }
.nc-home-card.e-con { display: grid !important; height: 202px !important; min-height: 202px !important; grid-template-rows: minmax(0, 1fr) 50px; overflow: hidden; padding: 0 !important; border: 1px solid var(--nc-border); border-radius: 5px; background: var(--nc-white); color: var(--nc-ink); box-shadow: 0 7px 18px rgba(7,21,45,.05); gap: 0 !important; transition: border-color 160ms ease, box-shadow 160ms ease; }
.nc-home-card.e-con:hover { border-color: #aeb7c2; box-shadow: 0 12px 28px rgba(7,21,45,.1); }
.nc-home-card__main.e-con { display: grid !important; min-height: 0; grid-template-columns: 52% 48%; padding: 0 !important; gap: 0 !important; }
.nc-home-card__media.e-con { min-width: 0; min-height: 0; overflow: hidden; padding: 0 !important; background: #e9edf1; gap: 0 !important; }
.nc-home-card__media .elementor-widget-container, .nc-home-card__media .elementor-widget-image, .nc-home-card__media a { display: block; width: 100%; height: 100%; }
.nc-home-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 160ms ease; }
.nc-home-card:hover .nc-home-card__media img { transform: scale(1.015); }
.nc-home-card__body.e-con { min-width: 0; justify-content: center; padding: 14px 11px !important; gap: 10px !important; }
.nc-home-card__body h3 { display: -webkit-box; min-height: 34px; margin: 0; overflow: hidden; color: var(--nc-ink) !important; font-family: "Archivo", Arial, sans-serif; font-size: 14px; font-weight: 700; line-height: 1.2; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.nc-home-card__specs.e-con { display: flex !important; min-width: 0; flex-direction: column !important; padding: 0 !important; gap: 3px !important; }
.nc-home-card__specs .elementor-heading-title { overflow: hidden; color: var(--nc-ink) !important; font-family: "Manrope", Arial, sans-serif; font-size: 9px; font-weight: 500; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.nc-home-card__price.e-con { display: grid !important; min-width: 0; grid-template-columns: auto auto auto; align-items: baseline; justify-content: center; padding: 8px 11px !important; border-top: 1px solid var(--nc-border); gap: 7px !important; }
.nc-home-card__price .elementor-widget-text-editor { color: var(--nc-muted); font-size: 8px; font-weight: 700; line-height: 1; white-space: nowrap; }
.nc-home-card__price .elementor-widget-heading { min-width: 0; }
.nc-home-card__price .elementor-heading-title { overflow: hidden; color: var(--nc-yellow-dark) !important; font-family: "Archivo", Arial, sans-serif; font-size: 20px; font-weight: 800; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.page-id-29 .nc-showroom .nc-vehicle-card__media { aspect-ratio: 16 / 10; }
.page-id-29 .nc-showroom .nc-vehicle-card__content { padding: 20px; gap: 0; }
.page-id-29 .nc-showroom .nc-vehicle-card h3 { min-height: 46px; margin-bottom: 14px; font-size: 20px; }
.page-id-29 .nc-showroom .nc-vehicle-card__specs { margin-bottom: 16px; }
.page-id-29 .nc-showroom .nc-vehicle-card__specs > .e-con { min-height: 54px; }
.page-id-29 .nc-showroom .nc-vehicle-card__price { margin-bottom: 14px; }
.page-id-29 .nc-showroom .nc-vehicle-card .nc-button { height: 48px !important; min-height: 48px !important; flex-grow: 0 !important; }
.page-id-29 .nc-showroom .nc-vehicle-card .nc-button .elementor-widget-container, .page-id-29 .nc-showroom .nc-vehicle-card .nc-button .elementor-button-wrapper { height: 48px; }
.page-id-29 .nc-showroom .nc-vehicle-card .nc-button .elementor-button { min-height: 48px; height: 48px; border-color: var(--nc-yellow); background: var(--nc-yellow); color: var(--nc-ink); font-size: 11px; }
.page-id-29 .nc-showroom .nc-vehicle-card .nc-button .elementor-button:hover { border-color: var(--nc-ink); background: var(--nc-ink); color: var(--nc-white); }

/* Process */
.nc-process.e-con { position: relative; overflow: hidden; padding: 96px 0 !important; background: var(--nc-deep); color: var(--nc-white); gap: 0 !important; }
.nc-process .elementor-heading-title { color: var(--nc-white) !important; }
.nc-process::before { position: absolute; z-index: 0; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4,8,15,.96), rgba(4,8,15,.82) 54%, rgba(4,8,15,.58)); pointer-events: none; }
.nc-process > * { position: relative; }
.nc-process > .nc-container.e-con { padding: 0 !important; gap: 0 !important; }
.nc-process .nc-section__heading.e-con { padding: 0 !important; gap: 0 !important; }
.nc-process .nc-section__heading h2 { max-width: 760px; margin-bottom: 0; font-size: 50px; }
.nc-process .elementor-heading-title, .nc-process .elementor-widget-text-editor { color: inherit; }
.nc-process .nc-section__heading--split > p { color: #bbc4d0; }
.nc-process__steps.e-con { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; padding: 0 !important; list-style: none; gap: 0 !important; }
.nc-process__steps::before { position: absolute; top: 18px; right: 0; left: 0; height: 1px; content: ""; background: rgba(255,255,255,.22); }
.nc-process__steps li { position: relative; padding-right: 40px; }
.nc-process__steps > .e-con { position: relative; min-width: 0; padding: 0 34px 0 0 !important; gap: 0 !important; }
.nc-process__steps > .e-con .nc-eyebrow { display: flex; position: relative; z-index: 1; width: 36px; height: 36px; align-items: center; justify-content: center; margin-bottom: 42px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: var(--nc-deep); color: var(--nc-white); font-size: 9px; }
.nc-process__steps > .e-con:first-child .nc-eyebrow { border-color: var(--nc-yellow); background: var(--nc-yellow); color: var(--nc-ink); }
.nc-process__steps > .e-con h3 { color: var(--nc-white); font-size: 25px; }
.nc-process__steps > .e-con .elementor-widget-text-editor:last-child { color: #aeb8c5; font-size: 13px; }
.nc-process__steps li span { display: flex; position: relative; width: 36px; height: 36px; align-items: center; justify-content: center; margin-bottom: 42px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: var(--nc-deep); font-size: 9px; font-weight: 800; }
.nc-process__steps li:first-child span { border-color: var(--nc-yellow); background: var(--nc-yellow); color: var(--nc-ink); }
.nc-process__steps strong { display: block; font-family: "Archivo", Arial, sans-serif; font-size: 25px; }
.nc-process__steps p { margin-top: 12px; color: #aeb8c5; font-size: 13px; }

/* Why, FAQ, CTA */
.nc-why.e-con { padding: 96px 0 !important; background: var(--nc-surface); gap: 0 !important; }
.nc-why .elementor-heading-title { color: var(--nc-ink) !important; }
.nc-why__layout.e-con { display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; padding: 0 !important; gap: 0 !important; }
.nc-why__image.e-con { padding: 0 !important; gap: 0 !important; }
.nc-why__image img { width: 100%; height: 560px; object-fit: cover; }
.nc-why__statement.e-con { position: relative; margin-left: -68px; padding: 50px 54px !important; border-left: 8px solid var(--nc-yellow); background: var(--nc-white); box-shadow: var(--nc-shadow); gap: 0 !important; }
.nc-why__statement h2 { margin-bottom: 24px; font-size: 42px; }
.nc-why__statement blockquote { margin: 0 0 28px; font-family: "Archivo", Arial, sans-serif; font-size: 38px; font-weight: 800; line-height: 1.1; }
.nc-why__statement p { color: var(--nc-muted); }
.nc-why__statement .nc-checks { margin: 24px 0 30px; }
.nc-why__statement .nc-checks p { position: relative; margin: 0; padding: 10px 0 10px 26px; border-bottom: 1px solid var(--nc-border); color: var(--nc-ink); font-size: 12px; }
.nc-why__statement .nc-checks p::first-letter { color: var(--nc-yellow-dark); }
.nc-why__statement strong { display: block; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--nc-border); font-size: 12px; }
.nc-safety.e-con { padding: 96px 0 !important; gap: 0 !important; }
.nc-safety > .nc-container.e-con { padding: 0 !important; gap: 0 !important; }
.nc-safety .elementor-heading-title { color: var(--nc-white) !important; }
.nc-safety h2 { max-width: 920px; margin-bottom: 0; font-size: 50px; }
.nc-safety .nc-included__grid.e-con { margin-top: 64px; padding: 0 !important; border-top-color: rgba(255,255,255,.35); gap: 0 !important; }
.nc-safety .nc-included__grid > .e-con { min-height: 240px; align-items: flex-start; padding: 34px 34px !important; border-color: rgba(255,255,255,.32); gap: 0 !important; }
.nc-safety .nc-included__grid > .e-con .nc-eyebrow { display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; margin: 0 0 34px; border: 1px solid var(--nc-yellow); border-radius: 50%; color: var(--nc-yellow); font-size: 9px; }
.nc-safety .nc-included__grid h3 { margin: 0 0 18px; color: var(--nc-white); font-size: 25px; }
.nc-safety .nc-included__grid p { margin: 0; color: #aeb8c5; }
.nc-faq.e-con { padding: 96px 0 !important; background: var(--nc-surface); gap: 0 !important; }
.nc-faq .elementor-heading-title { color: var(--nc-ink) !important; }
.nc-faq__layout.e-con { display: grid; grid-template-columns: .72fr 1.28fr; padding: 0 !important; gap: 88px !important; }
.nc-faq .nc-section__heading.e-con { margin: 0; padding: 0 !important; gap: 0 !important; }
.nc-faq .nc-section__heading h2 { margin-bottom: 22px; font-size: 48px; }
.nc-faq__layout > div:first-child > p:not(.nc-eyebrow) { max-width: 420px; color: var(--nc-muted); }
.nc-faq__layout h2 { max-width: 520px; }
.nc-faq__items details { border-bottom: 1px solid #bfc8d3; }
.nc-faq__items summary { position: relative; padding: 25px 56px 25px 0; font-weight: 800; cursor: pointer; list-style: none; }
.nc-faq__items summary::-webkit-details-marker { display: none; }
.nc-faq__items summary::after { position: absolute; top: 24px; right: 10px; content: "+"; font-size: 22px; }
.nc-faq__items details[open] summary::after { content: "−"; }
.nc-faq__items details p { max-width: 700px; padding: 0 56px 24px 0; color: var(--nc-muted); font-size: 14px; }
.nc-faq__items .elementor-accordion-item { border: 0; border-bottom: 1px solid #bfc8d3; background: transparent; }
.nc-faq__items .elementor-tab-title { padding: 24px 8px; background: transparent !important; color: var(--nc-ink) !important; font-family: "Manrope", Arial, sans-serif; font-weight: 800; }
.nc-faq__items .elementor-tab-content { padding: 0 48px 24px 8px; border: 0; background: transparent !important; color: var(--nc-muted) !important; font-size: 14px; }
.nc-final-cta.e-con { position: relative; overflow: hidden; padding: 82px 0 !important; background: var(--nc-deep); color: var(--nc-white); gap: 0 !important; }
.nc-final-cta .elementor-heading-title { color: var(--nc-white) !important; }
.nc-final-cta::after { position: absolute; top: -120px; right: 7%; width: 260px; height: 500px; content: ""; border-left: 1px solid rgba(255,199,0,.45); border-right: 1px solid rgba(255,199,0,.12); transform: skew(-18deg); }
.nc-final-cta__inner.e-con { position: relative; z-index: 1; display: grid; grid-template-columns: 1.5fr .5fr; align-items: end; padding: 0 !important; gap: 70px !important; }
.nc-final-cta h2 { max-width: 950px; margin-bottom: 18px; }
.nc-final-cta p:not(.nc-eyebrow) { max-width: 650px; color: #b8c1cc; }
.nc-final-cta__actions { display: flex; flex-direction: column; align-items: stretch; gap: 18px; text-align: center; }
.nc-final-cta__actions .elementor-button { border-radius: 7px; }
.nc-final-cta__actions .elementor-button-icon svg { transform: rotate(-45deg); }
.nc-final-cta__actions > a:last-child { color: var(--nc-white); font-size: 13px; font-weight: 800; }

/* Footer */
.nc-footer { padding: 76px 0 24px; border-top: 1px solid rgba(255,255,255,.12); background: var(--nc-deep); color: var(--nc-white); }
.nc-footer__grid.e-con, .nc-footer__bottom.e-con { width: min(90%, var(--nc-container)); max-width: 1340px; margin-inline: auto; padding-right: 0 !important; padding-left: 0 !important; }
.nc-footer .elementor-heading-title { color: var(--nc-white) !important; }
.nc-footer__grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 70px; }
.nc-footer__brand strong { color: var(--nc-yellow); font-family: "Archivo", Arial, sans-serif; font-size: 26px; }
.nc-footer__brand p { max-width: 420px; margin: 24px 0; color: #9ca8b7; font-size: 13px; }
.nc-footer__brand > a { font-weight: 800; }
.nc-footer h2 { margin-bottom: 24px; font-family: "Manrope", Arial, sans-serif; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.nc-footer__grid > div:not(.nc-footer__brand) { display: flex; flex-direction: column; }
.nc-footer__grid > div:not(.nc-footer__brand) a { margin-bottom: 12px; color: #aeb8c5; font-size: 12px; }
.nc-footer__bottom { display: flex; justify-content: space-between; margin-top: 58px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #748092; font-size: 10px; }
.nc-mobile-actions, .nc-mobile-product-cta { display: none; }

/* Marketplace */
.nc-page-hero { position: relative; overflow: hidden; padding: 100px 0 120px; background: var(--nc-deep); color: var(--nc-white); }
.nc-page-hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4,8,15,.97), rgba(4,8,15,.74), rgba(4,8,15,.28)), var(--nc-page-image) center / cover no-repeat; }
.nc-page-hero .nc-container { position: relative; }
.nc-page-hero h1 { max-width: 920px; }
.nc-page-hero .nc-container > p:last-child { max-width: 620px; color: #c3ccd7; font-size: 17px; }
.nc-market { padding: 38px 0 100px; background: var(--nc-surface); }
.nc-market__categories { display: flex; overflow-x: auto; align-items: center; gap: 8px; padding-bottom: 28px; }
.nc-market__categories a { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid var(--nc-border); background: var(--nc-white); font-size: 11px; font-weight: 800; }
.nc-market__categories a span { color: var(--nc-muted); font-size: 9px; }
.nc-market__categories a.is-active { border-color: var(--nc-ink); background: var(--nc-ink); color: var(--nc-white); }
.nc-market__layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); align-items: start; gap: 34px; }
.nc-filter { position: sticky; top: 112px; border-top: 5px solid var(--nc-yellow); background: var(--nc-white); }
.nc-filter__heading { display: flex; justify-content: space-between; padding: 22px; border-bottom: 1px solid var(--nc-border); font-size: 12px; font-weight: 800; }
.nc-filter__heading a { color: var(--nc-muted); font-size: 10px; }
.nc-filter form { padding: 22px; }
.nc-filter label { display: block; margin-bottom: 22px; }
.nc-filter input, .nc-filter select, .nc-results select { width: 100%; min-height: 48px; margin-top: 8px; padding: 0 12px; border: 1px solid var(--nc-border); border-radius: 2px; background: var(--nc-white); color: var(--nc-ink); font-size: 13px; }
.nc-filter input:focus, .nc-filter select:focus, .nc-results select:focus { border-color: var(--nc-ink); outline: 2px solid rgba(255,199,0,.35); }
.nc-filter .nc-button { width: 100%; }
.nc-filter__help { padding: 22px; border-top: 1px solid var(--nc-border); background: var(--nc-ink); color: var(--nc-white); }
.nc-filter__help p { margin: 8px 0 14px; color: #b5bfcb; font-size: 12px; }
.nc-filter__help a { color: var(--nc-yellow); font-size: 11px; font-weight: 800; }
.nc-results__bar { display: flex; min-height: 76px; align-items: center; justify-content: space-between; margin-bottom: 24px; padding: 0 22px; background: var(--nc-white); }
.nc-results__bar > div { display: flex; flex-direction: column; }
.nc-results__bar strong { font-size: 14px; }
.nc-results__bar span { margin-top: 5px; color: var(--nc-muted); font-size: 10px; }
.nc-results__bar form { display: flex; align-items: center; gap: 10px; }
.nc-results__bar label { display: flex; align-items: center; gap: 10px; color: var(--nc-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.nc-results__bar select { width: 170px; margin: 0; }
.nc-vehicle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.nc-vehicle-grid--three { grid-template-columns: repeat(3, 1fr); }
.nc-vehicle-card { overflow: hidden; border: 1px solid var(--nc-border); background: var(--nc-white); }
.nc-listing-widget, .nc-listing-widget .elementor-widget-container, .nc-listing-widget .jet-listing-grid { width: 100%; min-width: 0; }
.nc-listing-widget .jet-listing-grid__items { margin: -12px; }
.nc-listing-widget .jet-listing-grid__item { padding: 12px; }
.nc-vehicle-card.e-con { height: 100%; }
.nc-vehicle-card__media { display: block; position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #e7ebef; }
.nc-vehicle-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 160ms ease; }
.nc-vehicle-card:hover .nc-vehicle-card__media img { transform: scale(1.018); }
.nc-vehicle-card__media span, .nc-vehicle-card__badge { position: absolute; z-index: 2; top: 14px; left: 14px; width: auto; padding: 7px 10px; background: var(--nc-yellow); color: var(--nc-ink); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.nc-vehicle-card__media .elementor-widget-image, .nc-vehicle-card__media .elementor-widget-container { width: 100%; height: 100%; }
.nc-vehicle-card__content { padding: 24px; }
.nc-vehicle-card__content .nc-eyebrow { margin-bottom: 12px; }
.nc-vehicle-card h2, .nc-vehicle-card h3 { min-height: 52px; margin-bottom: 18px; color: var(--nc-ink); font-size: 22px; line-height: 1.12; }
.nc-vehicle-card__specs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 22px; border-top: 1px solid var(--nc-border); border-bottom: 1px solid var(--nc-border); }
.nc-vehicle-card__specs span { display: flex; min-height: 66px; flex-direction: column; justify-content: center; color: var(--nc-muted); font-size: 9px; }
.nc-vehicle-card__specs span + span { padding-left: 14px; border-left: 1px solid var(--nc-border); }
.nc-vehicle-card__specs strong { margin-top: 4px; color: var(--nc-ink); font-size: 11px; }
.nc-vehicle-card__price { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 18px; }
.nc-vehicle-card__price span { grid-row: 1; color: var(--nc-muted); font-size: 9px; }
.nc-vehicle-card__price strong, .nc-vehicle-card__price .elementor-heading-title { grid-row: 2; color: var(--nc-ink); font-family: "Archivo", Arial, sans-serif; font-size: 28px; }
.nc-vehicle-card__price .elementor-widget-heading { grid-row: 2; }
.nc-vehicle-card__price small { grid-row: 2; align-self: center; color: var(--nc-muted); font-size: 9px; }
.nc-vehicle-card .nc-button { width: 100%; }
.nc-pagination { margin-top: 42px; }
.nc-pagination ul { display: flex; justify-content: center; margin: 0; padding: 0; gap: 6px; list-style: none; }
.nc-pagination a, .nc-pagination span { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--nc-border); background: var(--nc-white); font-size: 12px; }
.nc-pagination .current { border-color: var(--nc-ink); background: var(--nc-ink); color: var(--nc-white); }
.nc-empty { padding: 70px; background: var(--nc-white); text-align: center; }
.nc-empty h2 { font-size: 34px; }

/* Vehicle detail */
.nc-breadcrumb { display: flex; overflow: hidden; padding-block: 22px; gap: 10px; color: var(--nc-muted); font-size: 10px; white-space: nowrap; }
.nc-product-hero { padding-bottom: 90px; }
.nc-product-hero__layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(380px, .7fr); align-items: start; gap: 42px; }
.nc-gallery__main { overflow: hidden; margin: 0; aspect-ratio: 16 / 10; background: var(--nc-surface); }
.nc-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.nc-gallery__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 12px; gap: 12px; }
.nc-gallery__thumbs a { overflow: hidden; aspect-ratio: 4 / 3; background: var(--nc-surface); }
.nc-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.nc-gallery__empty { display: flex; min-height: 540px; align-items: center; justify-content: center; background: var(--nc-surface); color: var(--nc-muted); }
.nc-product-panel { position: sticky; top: 112px; padding: 38px; border-top: 6px solid var(--nc-yellow); background: var(--nc-surface); }
.nc-product-panel h1 { margin-bottom: 18px; font-size: 46px; }
.nc-product-panel__availability { display: flex; align-items: center; margin-bottom: 32px; gap: 8px; color: var(--nc-muted); font-size: 11px; }
.nc-product-panel__availability span { width: 8px; height: 8px; border-radius: 50%; background: #2e9e59; }
.nc-product-panel__price { display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 28px 0; border-top: 1px solid var(--nc-border); border-bottom: 1px solid var(--nc-border); }
.nc-product-panel__price > span { grid-row: 1; color: var(--nc-muted); font-size: 10px; }
.nc-product-panel__price strong { grid-row: 2; font-family: "Archivo", Arial, sans-serif; font-size: 46px; line-height: 1; }
.nc-product-panel__price small { grid-row: 2; color: var(--nc-muted); font-size: 10px; }
.nc-product-panel dl { margin: 20px 0; }
.nc-product-panel dl div { display: flex; justify-content: space-between; padding: 10px 0; font-size: 12px; }
.nc-product-panel dt { color: var(--nc-muted); }
.nc-product-panel dd { margin: 0; font-weight: 800; }
.nc-product-panel .nc-button { width: 100%; }
.nc-product-panel__contact { display: block; margin: 16px 0 24px; font-size: 10px; text-align: center; }
.nc-product-panel__contact strong { display: block; margin-top: 4px; font-size: 13px; }
.nc-checks { margin: 0; padding: 0; list-style: none; }
.nc-checks li { position: relative; margin: 9px 0; padding-left: 24px; color: var(--nc-muted); font-size: 11px; }
.nc-checks li::before { position: absolute; left: 0; content: "✓"; color: var(--nc-yellow-dark); font-weight: 800; }
.nc-product-data { background: var(--nc-ink); color: var(--nc-white); }
.nc-product-data .elementor-heading-title { color: var(--nc-white); }
.nc-product-data__layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.nc-product-data__layout dl { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; }
.nc-product-data__layout dl div { display: flex; min-height: 86px; align-items: center; justify-content: space-between; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.nc-product-data dt { color: #9eabba; font-size: 11px; }
.nc-product-data dd { margin: 0; font-size: 13px; font-weight: 800; text-align: right; }
.nc-product-description { background: var(--nc-surface); }
.nc-product-description__layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.nc-product-description__layout > div:first-child > p:not(.nc-eyebrow) { color: var(--nc-muted); }
.nc-rich-text { padding: 42px; border-top: 6px solid var(--nc-yellow); background: var(--nc-white); white-space: normal; }
.nc-rich-text p { margin-bottom: 18px; }
.nc-included__grid, .nc-compare__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--nc-border); }
.nc-included__grid article, .nc-compare__grid article { min-height: 250px; padding: 36px; border-right: 1px solid var(--nc-border); border-bottom: 1px solid var(--nc-border); }
.nc-included__grid > .e-con, .nc-compare__grid > .e-con { min-height: 220px; justify-content: center; padding: 34px; border-right: 1px solid var(--nc-border); border-bottom: 1px solid var(--nc-border); }
.nc-included__grid span, .nc-compare__grid span { color: var(--nc-yellow-dark); font-size: 11px; font-weight: 800; }
.nc-included__grid h3, .nc-compare__grid h3 { margin-top: 42px; }
.nc-included__grid p, .nc-compare__grid p { color: var(--nc-muted); font-size: 13px; }
.nc-related { background: var(--nc-surface); }

/* Audience */
.nc-audience-hero { position: relative; overflow: hidden; min-height: 720px; background: var(--nc-deep); color: var(--nc-white); }
.nc-audience-hero::before { position: absolute; z-index: 0; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4,8,15,.96), rgba(4,8,15,.76) 58%, rgba(4,8,15,.36)); pointer-events: none; }
.nc-audience-hero .elementor-heading-title { color: var(--nc-white); }
.nc-audience-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,8,15,.98), rgba(4,8,15,.79) 57%, rgba(4,8,15,.38)); }
.nc-audience-hero__layout { position: relative; display: grid; min-height: 720px; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .45fr); align-items: center; gap: 80px; }
.nc-audience-hero__layout > div > p:not(.nc-eyebrow) { max-width: 680px; color: #c5ced9; font-size: 18px; }
.nc-audience-hero__layout aside { display: grid; padding: 34px; border-top: 5px solid var(--nc-yellow); background: rgba(4,8,15,.82); gap: 8px; }
.nc-audience-hero__layout aside strong { margin-top: 20px; font-family: "Archivo", Arial, sans-serif; font-size: 24px; }
.nc-audience-hero__layout aside strong:first-child { margin-top: 0; }
.nc-audience-hero__layout aside span { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.15); color: #aeb8c5; font-size: 11px; }
.nc-lead-section { background: var(--nc-surface); }
.nc-lead-section__layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 90px; }
.nc-lead-section__layout > div:first-child { position: sticky; top: 120px; }
.nc-lead-section__layout > div:first-child > p:not(.nc-eyebrow) { color: var(--nc-muted); }
.nc-form-shell { padding: 42px; border-top: 6px solid var(--nc-yellow); background: var(--nc-white); box-shadow: var(--nc-shadow); }
.nc-form-shell h2 { font-size: 36px; }
.nc-elementor-form { width: 100%; }
.nc-form-shell .elementor, .nc-form-shell .elementor-section, .nc-form-shell .elementor-container, .nc-form-shell .e-con { width: 100%; max-width: none !important; padding: 0 !important; background: transparent !important; }
.nc-form-shell .elementor-field-group { margin-bottom: 16px !important; }
.nc-form-shell .elementor-field-label { margin-bottom: 7px !important; color: var(--nc-ink) !important; font-family: "Manrope", Arial, sans-serif !important; font-size: 11px !important; font-weight: 800 !important; }
.nc-form-shell .elementor-field, .nc-form-shell input, .nc-form-shell select, .nc-form-shell textarea { min-height: 52px !important; padding: 13px 15px !important; border: 1px solid var(--nc-border) !important; border-radius: 2px !important; background: var(--nc-surface) !important; color: var(--nc-ink) !important; font-family: "Manrope", Arial, sans-serif !important; font-size: 14px !important; }
.nc-form-shell textarea { min-height: 130px !important; }
.nc-form-shell .elementor-field:focus, .nc-form-shell input:focus, .nc-form-shell select:focus, .nc-form-shell textarea:focus { border-color: var(--nc-ink) !important; outline: 2px solid rgba(255,199,0,.42) !important; }
.nc-form-shell .elementor-button { min-height: 56px !important; border: 1px solid var(--nc-yellow) !important; border-radius: 2px !important; background: var(--nc-yellow) !important; color: var(--nc-ink) !important; font-family: "Manrope", Arial, sans-serif !important; font-size: 13px !important; font-weight: 800 !important; }
.nc-form-fallback { padding: 20px; background: #fff4cf; }
.nc-audience-benefit { background: var(--nc-white); }
.nc-audience-benefit__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .8fr); align-items: start; gap: 90px; }
.nc-audience-benefit__number { color: var(--nc-yellow); font-family: "Archivo", Arial, sans-serif; font-size: 96px; font-weight: 900; line-height: .8; }
.nc-audience-benefit__layout > div:nth-child(2) > p:not(.nc-eyebrow) { max-width: 640px; color: var(--nc-muted); }
.nc-audience-benefit__facts { border-top: 5px solid var(--nc-yellow); background: var(--nc-surface); }
.nc-audience-benefit__facts div { display: flex; justify-content: space-between; padding: 20px; border-bottom: 1px solid var(--nc-border); }
.nc-audience-benefit__facts > .e-con { display: grid; min-height: 150px; align-content: center; justify-content: stretch; padding: 24px 28px; }
.nc-audience-benefit__facts > .e-con h3 { margin-bottom: 12px; font-size: 22px; }
.nc-audience-benefit__facts span { color: var(--nc-muted); font-size: 11px; }
.nc-audience-benefit__facts strong { font-size: 12px; text-align: right; }
.nc-compare { background: var(--nc-surface); }
.nc-compare__grid { grid-template-columns: repeat(4, 1fr); background: var(--nc-white); }
.nc-safety { position: relative; overflow: hidden; background: var(--nc-deep); color: var(--nc-white); }
.nc-safety::before { position: absolute; z-index: 0; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4,8,15,.98), rgba(4,8,15,.76), rgba(4,8,15,.34)); pointer-events: none; }
.nc-safety .elementor-heading-title { color: var(--nc-white); }
.nc-safety .nc-container { position: relative; }
.nc-safety h2, .nc-safety p { max-width: 800px; }
.nc-safety p:not(.nc-eyebrow) { color: #bec7d2; }

/* About */
.nc-about-hero { padding: 92px 0 100px; background: var(--nc-surface); }
.nc-about-hero__layout { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 80px; }
.nc-about-hero__layout > div:first-child > p:not(.nc-eyebrow) { max-width: 700px; color: var(--nc-muted); font-size: 18px; }
.nc-about-hero__media { position: relative; }
.nc-about-hero__media img { width: 100%; height: 560px; object-fit: cover; }
.nc-about-hero__media span { position: absolute; right: -30px; bottom: 34px; padding: 28px; background: var(--nc-yellow); font-family: "Archivo", Arial, sans-serif; font-size: 32px; font-weight: 900; }
.nc-manifesto { background: var(--nc-white); }
.nc-manifesto__layout { display: grid; grid-template-columns: .35fr 1.1fr .55fr; gap: 60px; }
.nc-manifesto__layout h2 { margin: 0; }
.nc-manifesto__layout > p:last-child { color: var(--nc-muted); }
.nc-values { background: var(--nc-surface); }
.nc-values__ledger article { display: grid; min-height: 104px; grid-template-columns: 70px 320px 1fr; align-items: center; border-top: 1px solid #bdc6d1; }
.nc-values__ledger > .e-con { display: grid; min-height: 126px; grid-template-columns: 70px 300px 1fr; align-items: center; padding: 18px 0; border-top: 1px solid #bdc6d1; }
.nc-values__ledger > .e-con > .elementor-element { margin: 0; }
.nc-values__ledger > .e-con h3 { margin: 0; font-size: 22px; }
.nc-values__ledger > .e-con .elementor-widget-text-editor:last-child { color: var(--nc-muted); font-size: 14px; }
.nc-values__ledger span { color: var(--nc-yellow-dark); font-size: 11px; font-weight: 800; }
.nc-values__ledger h3 { margin: 0; font-size: 22px; }
.nc-values__ledger p { margin: 0; color: var(--nc-muted); font-size: 14px; }
.nc-process--about { padding-bottom: 130px; }
.nc-about-support__layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.nc-about-support__layout img { width: 100%; height: 520px; object-fit: cover; }
.nc-about-support__layout > div:last-child { margin-left: -48px; padding: 54px; border-left: 8px solid var(--nc-yellow); background: var(--nc-white); box-shadow: var(--nc-shadow); }
.nc-about-support__layout > div:last-child > p:not(.nc-eyebrow) { color: var(--nc-muted); }

/* Contact and offer */
.nc-contact-hero, .nc-legal-hero { padding: 90px 0; background: var(--nc-ink); color: var(--nc-white); }
.nc-contact-hero .elementor-heading-title, .nc-legal-hero .elementor-heading-title { color: var(--nc-white); }
.nc-contact-hero h1, .nc-legal-hero h1 { max-width: 900px; }
.nc-contact-hero .nc-container > p:last-child, .nc-legal-hero .nc-container > p:last-child { max-width: 680px; color: #bdc6d1; }
.nc-contact-main { background: var(--nc-surface); }
.nc-contact-main__layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 70px; }
.nc-contact-main aside h2 { font-size: 44px; }
.nc-contact-method { display: grid; margin-top: 14px; padding: 22px 0; border-top: 1px solid #bec7d1; }
.nc-contact-method span { color: var(--nc-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.nc-contact-method strong { margin-top: 7px; font-size: 18px; }
.nc-contact-method small { margin-top: 5px; color: var(--nc-muted); }
.nc-contact-promise { margin-top: 28px; padding: 24px; border-left: 5px solid var(--nc-yellow); background: var(--nc-white); }
.nc-contact-promise p { margin: 8px 0 0; color: var(--nc-muted); font-size: 12px; }
.nc-contact-reassurance { padding: 42px 0; background: var(--nc-yellow); }
.nc-contact-reassurance .nc-container { display: grid; grid-template-columns: repeat(3, 1fr); }
.nc-contact-reassurance div div { display: flex; flex-direction: column; padding: 0 34px; border-left: 1px solid rgba(7,21,45,.2); }
.nc-contact-reassurance div div:first-child { padding-left: 0; border-left: 0; }
.nc-contact-reassurance strong { font-size: 13px; }
.nc-contact-reassurance span { margin-top: 8px; font-size: 11px; }
.nc-offer-page { min-height: calc(100vh - 84px); padding: 72px 0 100px; background: var(--nc-surface); }
.nc-offer-page__layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 74px; }
.nc-offer-page aside { position: sticky; top: 120px; padding-top: 30px; }
.nc-offer-page aside h1 { font-size: clamp(44px, 4.2vw, 70px); }
.nc-offer-page aside > p:not(.nc-eyebrow) { color: var(--nc-muted); }
.nc-offer-page aside > a { display: block; margin-top: 28px; font-size: 13px; font-weight: 800; }
.nc-offer-page__proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border-top: 1px solid #bdc6d1; border-bottom: 1px solid #bdc6d1; }
.nc-offer-page__proof div { padding: 22px 14px; border-left: 1px solid #bdc6d1; }
.nc-offer-page__proof div:first-child { padding-left: 0; border-left: 0; }
.nc-offer-page__proof strong { display: block; font-family: "Archivo", Arial, sans-serif; font-size: 20px; }
.nc-offer-page__proof span { display: block; margin-top: 8px; color: var(--nc-muted); font-size: 9px; }
.nc-legal-content { max-width: 980px; padding: 56px; border-top: 6px solid var(--nc-yellow); background: var(--nc-white); box-shadow: var(--nc-shadow); }
.nc-legal-content h2, .nc-legal-content h3 { margin-top: 36px; font-size: 26px; }
.nc-legal-content p, .nc-legal-content li { color: var(--nc-muted); }
.nc-legal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 24px; }
.nc-legal-grid > .e-con { height: 100%; }
.nc-legal-grid > .e-con:nth-child(3) { grid-column: 1 / -1; }
.nc-legal-grid h2 { margin-top: 0; }

/* Homepage continuation: editorial system after the vehicle listing. */
.page-id-29 .nc-routes.e-con { padding: 104px 0 !important; background: var(--nc-white); }
.page-id-29 .nc-routes__layout.e-con { display: flex !important; flex-direction: column !important; align-items: stretch; padding: 0 !important; gap: 48px !important; }
.page-id-29 .nc-routes__layout > .nc-section__heading.e-con { max-width: 820px; margin: 0; padding: 0 !important; gap: 0 !important; }
.page-id-29 .nc-routes__layout > .nc-section__heading::after { display: none; }
.page-id-29 .nc-routes__layout > .nc-section__heading h2 { max-width: 760px; margin-bottom: 18px; font-size: 48px; }
.page-id-29 .nc-routes__layout > .nc-section__heading > .elementor-widget-text-editor:last-child { max-width: 620px; color: var(--nc-muted); font-size: 14px; }
.page-id-29 .nc-routes__grid.e-con { display: grid !important; min-height: 560px; grid-template-columns: minmax(250px, .82fr) minmax(320px, 1.18fr); grid-template-rows: repeat(2, 1fr); padding: 0 !important; border: 1px solid var(--nc-border); background: var(--nc-surface); gap: 0 !important; }
.page-id-29 .nc-route.e-con, .page-id-29 .nc-route--featured.e-con { display: grid !important; min-height: 0 !important; grid-template-columns: 54px minmax(0, 1fr); grid-template-rows: auto auto auto; align-content: center; padding: 36px 32px !important; border: 0; border-radius: 0; background: transparent; box-shadow: none; gap: 8px 18px !important; }
.page-id-29 .nc-route--featured.e-con { border-bottom: 1px solid var(--nc-border); }
.page-id-29 .nc-route > .nc-eyebrow { grid-row: 1 / 4; align-self: start; margin: 2px 0 0; color: var(--nc-yellow-dark); font-size: 26px; }
.page-id-29 .nc-route h3 { grid-column: 2; margin: 0; font-size: 27px; }
.page-id-29 .nc-route > .elementor-widget-text-editor:not(.nc-eyebrow) { grid-column: 2; max-width: 390px; margin: 0; color: var(--nc-muted); font-size: 13px; }
.page-id-29 .nc-route > .nc-button { grid-column: 2; grid-row: 3; justify-self: start; margin: 12px 0 0; padding: 0; }
.page-id-29 .nc-route > .nc-button .elementor-button { min-height: 42px; padding: 0; border: 0; background: transparent; color: var(--nc-ink); }
.page-id-29 .nc-route > .nc-button .elementor-button-content-wrapper { gap: 12px; }
.page-id-29 .nc-route--vehicle.e-con { padding-right: 32px !important; padding-left: 32px !important; background: var(--nc-white); color: var(--nc-ink); }
.page-id-29 .nc-route--vehicle .elementor-heading-title { color: var(--nc-ink) !important; }
.page-id-29 .nc-route--vehicle > .elementor-widget-text-editor:not(.nc-eyebrow) { color: var(--nc-muted); }
.page-id-29 .nc-route--vehicle .nc-button .elementor-button { border: 0; background: transparent; color: var(--nc-ink); }
.page-id-29 .nc-route--image.e-con { position: relative; min-height: 560px !important; grid-column: 2; grid-row: 1 / 3; align-content: end; margin: 0; padding: 54px 46px !important; border: 0; background-color: var(--nc-ink); background-image: linear-gradient(0deg, rgba(4,8,15,.92), rgba(4,8,15,.08) 72%), var(--nc-route-image) !important; background-position: center, center 34% !important; background-repeat: no-repeat !important; background-size: cover !important; }
.page-id-29 .nc-route--image::before { position: absolute; top: 28px; right: 28px; left: auto; width: 48px; height: 48px; content: "\2197"; border: 1px solid rgba(255,255,255,.62); color: var(--nc-white); font-size: 22px; line-height: 46px; text-align: center; }
.page-id-29 .nc-route--image > .nc-eyebrow { color: var(--nc-yellow); }
.page-id-29 .nc-route--image h3, .page-id-29 .nc-route--image .elementor-heading-title { color: var(--nc-white) !important; }
.page-id-29 .nc-route--image > .elementor-widget-text-editor:not(.nc-eyebrow) { color: #d1d8e1; }
.page-id-29 .nc-route--image > .nc-button .elementor-button { color: var(--nc-white); }

.page-id-29 .nc-process.e-con { padding: 96px 0 !important; }
.page-id-29 .nc-process::before { background: rgba(4,8,15,.9); }
.page-id-29 .nc-process > .nc-container.e-con { display: flex !important; flex-direction: column !important; align-items: stretch; padding: 0 !important; gap: 0 !important; }
.page-id-29 .nc-process .nc-section__heading.e-con { display: flex; min-height: 0; max-width: 780px; flex-direction: column !important; justify-content: flex-start; margin: 0 0 50px; padding: 0 !important; border-right: 0; gap: 0 !important; }
.page-id-29 .nc-process .nc-section__heading h2 { max-width: 760px; margin: 0; font-size: 48px; }
.page-id-29 .nc-process__steps.e-con { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); align-self: stretch; margin: 0; padding: 0 !important; border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); background: transparent; gap: 0 !important; }
.page-id-29 .nc-process__steps::before { display: none; }
.page-id-29 .nc-process__steps > .e-con { display: flex !important; min-height: 245px; flex-direction: column !important; align-items: flex-start; justify-content: flex-start; padding: 34px 30px !important; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 0; gap: 0 !important; }
.page-id-29 .nc-process__steps > .e-con:first-child { border-top: 0; }
.page-id-29 .nc-process__steps > .e-con:last-child { border-right: 0; }
.page-id-29 .nc-process__steps > .e-con .nc-eyebrow { margin: 0 0 34px; }
.page-id-29 .nc-process__steps > .e-con h3 { margin: 0 0 14px; font-size: 25px; }
.page-id-29 .nc-process__steps > .e-con .elementor-widget-text-editor:last-child { max-width: 240px; margin: 0; }

.page-id-29 .nc-safety.e-con { padding: 104px 0 !important; }
.page-id-29 .nc-safety > .nc-container.e-con { display: flex !important; flex-direction: column !important; align-items: stretch; padding: 0 !important; gap: 0 !important; }
.page-id-29 .nc-safety > .nc-container > .nc-eyebrow { margin-bottom: 14px; }
.page-id-29 .nc-safety > .nc-container > .elementor-widget-heading { max-width: 850px; }
.page-id-29 .nc-safety h2 { max-width: 820px; margin: 0; font-size: 48px; }
.page-id-29 .nc-safety > .nc-container > .elementor-widget-heading::after { display: none; }
.page-id-29 .nc-safety .nc-included__grid.e-con { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 54px 0 0; padding: 0 !important; border-top: 1px solid rgba(255,255,255,.26); border-bottom: 1px solid rgba(255,255,255,.26); gap: 0 !important; }
.page-id-29 .nc-safety .nc-included__grid > .e-con { display: flex !important; min-height: 240px; flex-direction: column !important; align-items: flex-start; justify-content: flex-start; padding: 34px 32px !important; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 0; background: rgba(255,255,255,.035); gap: 0 !important; }
.page-id-29 .nc-safety .nc-included__grid > .e-con:first-child { border-top: 0; }
.page-id-29 .nc-safety .nc-included__grid > .e-con:last-child { border-right: 0; }
.page-id-29 .nc-safety .nc-included__grid > .e-con:nth-child(2) { margin: 0; background: rgba(255,255,255,.035); }
.page-id-29 .nc-safety .nc-included__grid > .e-con:nth-child(2) .nc-eyebrow { border-color: var(--nc-yellow); color: var(--nc-yellow); }
.page-id-29 .nc-safety .nc-included__grid > .e-con:nth-child(2) h3 { color: var(--nc-white) !important; }
.page-id-29 .nc-safety .nc-included__grid > .e-con:nth-child(2) p { color: #aeb8c5 !important; }
.page-id-29 .nc-safety .nc-included__grid > .e-con .nc-eyebrow { margin-bottom: 32px; }
.page-id-29 .nc-safety .nc-included__grid > .e-con .nc-eyebrow { grid-row: 1 / 3; align-self: start; margin: 0; }
.page-id-29 .nc-safety .nc-included__grid h3 { grid-column: 2; margin: 0; }
.page-id-29 .nc-safety .nc-included__grid p { grid-column: 2; max-width: 520px; }

.page-id-29 .nc-faq.e-con { padding: 104px 0 !important; }
.page-id-29 .nc-faq__layout.e-con { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; padding: 0 !important; gap: 0 !important; }
.page-id-29 .nc-faq .nc-section__heading.e-con { min-height: 520px; justify-content: center; padding: 58px 80px 58px 54px !important; background: var(--nc-ink); gap: 0 !important; }
.page-id-29 .nc-faq .nc-section__heading .nc-eyebrow { color: var(--nc-yellow); }
.page-id-29 .nc-faq .nc-section__heading h2 { max-width: 470px; color: var(--nc-white) !important; font-size: 46px; }
.page-id-29 .nc-faq .nc-section__heading > .elementor-widget-text-editor:last-child { color: #b8c1cc; }
.page-id-29 .nc-faq__items.elementor-widget { position: relative; z-index: 1; margin-left: -34px; padding: 42px 48px; background: var(--nc-white); box-shadow: var(--nc-shadow); }
.page-id-29 .nc-faq__items .elementor-tab-title { padding: 25px 2px; }
.page-id-29 .nc-faq__items .elementor-tab-content { padding: 0 48px 26px 2px; }

.page-id-29 .nc-final-cta.e-con { padding: 86px 0 !important; background: var(--nc-yellow); color: var(--nc-ink); }
.page-id-29 .nc-final-cta::after { border-color: rgba(7,21,45,.18); }
.page-id-29 .nc-final-cta .elementor-heading-title { color: var(--nc-ink) !important; }
.page-id-29 .nc-final-cta .nc-eyebrow { color: var(--nc-ink); }
.page-id-29 .nc-final-cta h2 { max-width: 900px; color: var(--nc-ink) !important; }
.page-id-29 .nc-final-cta p:not(.nc-eyebrow) { color: rgba(7,21,45,.72); }
.page-id-29 .nc-final-cta__actions .elementor-button { border-color: var(--nc-ink); background: var(--nc-ink); color: var(--nc-white) !important; }
.page-id-29 .nc-final-cta__actions .elementor-button:hover { border-color: #fff !important; background: #fff !important; color: var(--nc-ink) !important; }
.page-id-29 .nc-final-cta__actions .elementor-button:hover .elementor-button-text, .page-id-29 .nc-final-cta__actions .elementor-button:hover .elementor-button-icon, .page-id-29 .nc-final-cta__actions .elementor-button:hover svg { color: var(--nc-ink) !important; fill: currentColor !important; }
.page-id-29 .nc-final-cta__actions .elementor-button { transition: none !important; }
.page-id-29 .nc-final-cta__actions .elementor-heading-title, .page-id-29 .nc-final-cta__actions .elementor-widget-heading a { color: var(--nc-ink) !important; }
.page-id-29 .nc-footer { border-top: 0; }

@media (max-width: 1180px) {
  .nc-container { width: min(90%, var(--nc-container)); }
  .nc-header__inner.e-con { width: min(90%, var(--nc-container)); grid-template-columns: 180px 1fr auto; }
  .nc-nav { gap: 18px; }
  .nc-nav a { font-size: 10px; }
  .nc-header__phone { display: none; }
  .nc-discovery { grid-template-columns: 1.2fr repeat(3, 1fr); }
  .nc-discovery .nc-button { grid-column: 4; width: 100%; margin: 0; }
  .nc-routes__grid { grid-template-columns: 1fr 1.15fr; }
  .nc-route--vehicle { grid-column: 1 / -1; display: grid; min-height: 300px; grid-template-columns: 1fr 1fr; }
  .nc-route--vehicle img { height: 100%; }
  .nc-vehicle-grid { grid-template-columns: repeat(2, 1fr); }
  .nc-showroom__layout { grid-template-columns: 1.5fr .9fr; }
  .nc-showroom__media, .nc-showroom__media img { min-height: 540px; height: 540px; }
  .nc-product-hero__layout { grid-template-columns: 1.35fr .75fr; }
}

@media (max-width: 900px) {
  body.nc-site { padding-bottom: 66px; }
  .nc-site h1 { font-size: clamp(44px, 10vw, 68px); }
  .nc-site h2 { font-size: clamp(34px, 8vw, 52px); }
  .nc-section { padding: 82px 0; }
  .nc-container { width: min(90%, var(--nc-container)); }
  .nc-header { min-height: 72px; }
  .nc-header__utility { display: none; }
  .nc-header__inner.e-con { display: flex !important; width: min(90%, var(--nc-container)); min-height: 72px; flex-direction: row !important; align-items: center; justify-content: space-between; }
  .nc-header .nc-button, .nc-header__phone { display: none; }
  .nc-brand img { width: 142px; max-height: 54px; }
  .nc-brand { width: auto; margin: 0; }
  .nc-nav.elementor-widget { display: block !important; position: static; width: 46px !important; min-width: 46px; padding: 0; background: transparent; box-shadow: none; --container-widget-width: 46px !important; }
  .nc-nav .elementor-menu-toggle { display: flex !important; width: 46px; height: 46px; align-items: center; justify-content: center; margin: 0; border: 1px solid var(--nc-border); border-radius: 0; background: var(--nc-white); color: var(--nc-ink); }
  .nc-nav .elementor-nav-menu--dropdown { position: absolute; top: 72px; right: 0; left: 0; width: 100%; padding: 10px 20px 22px; border-top: 3px solid var(--nc-yellow); background: var(--nc-white); box-shadow: var(--nc-shadow); }
  .nc-nav .elementor-nav-menu--dropdown a { padding: 17px 4px !important; border-bottom: 1px solid var(--nc-border); font-size: 12px !important; }
  .nc-nav .elementor-nav-menu--dropdown a::after { display: none; }
  .nc-nav-button { display: flex; width: 46px; height: 46px; flex-direction: column; align-items: center; justify-content: center; gap: 7px; cursor: pointer; }
  .nc-nav-button span { width: 22px; height: 2px; background: var(--nc-ink); }
  .nc-nav { display: none; position: absolute; top: 72px; right: 0; left: 0; align-items: stretch; padding: 18px 20px 26px; background: var(--nc-white); box-shadow: var(--nc-shadow); }
  .nc-nav a { padding: 14px 0; border-bottom: 1px solid var(--nc-border); font-size: 13px; }
  .nc-nav-toggle:checked ~ .nc-nav { display: flex; flex-direction: column; }
  .nc-footer .nc-mobile-actions.e-con { display: grid !important; position: fixed; z-index: 1100; right: 0; bottom: 0; left: 0; width: 100%; height: 66px; grid-template-columns: .7fr 1.3fr; background: var(--nc-white); box-shadow: 0 -10px 30px rgba(7,21,45,.14); }
  .nc-mobile-actions a { display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; }
  .nc-mobile-actions .is-primary { background: var(--nc-yellow); }
  .nc-mobile-actions .elementor-widget-button { width: 100%; height: 66px; }
  .nc-mobile-actions .elementor-button-wrapper, .nc-mobile-actions .elementor-button { width: 100%; height: 100%; }
  .nc-mobile-actions .elementor-button { border: 0 !important; border-radius: 0 !important; background: var(--nc-white) !important; color: var(--nc-ink) !important; box-shadow: none !important; }
  .nc-mobile-actions .is-primary .elementor-button { background: var(--nc-yellow) !important; }
  body .chaty-widget, body [class*="chaty-widget"], body [id*="chaty-widget"], body .contact-buttons-var-5, body .e-contact-buttons { display: none !important; }
  .nc-hero.e-con { min-height: auto; }
  .nc-hero__content.e-con { min-height: 0; grid-template-columns: minmax(0, 1fr); padding: 64px 0 !important; gap: 42px !important; }
  .nc-hero__copy.e-con { width: 100%; max-width: none; }
  .nc-hero__form.e-con { width: min(100%, 620px); justify-self: center; }
  .nc-hero__veil { background: linear-gradient(90deg, rgba(4,8,15,.96), rgba(4,8,15,.68)); }
  .nc-hero__index { display: none; }
  .nc-discovery { grid-template-columns: repeat(2, 1fr); margin-top: -130px; }
  .nc-discovery__intro { grid-column: 1 / -1; }
  .nc-discovery .nc-button { grid-column: 1 / -1; }
  .nc-proof__grid.e-con { grid-template-columns: repeat(3, 1fr); }
  .nc-section__heading--split, .nc-faq__layout, .nc-final-cta__inner, .nc-product-data__layout, .nc-product-description__layout, .nc-lead-section__layout, .nc-contact-main__layout, .nc-offer-page__layout { grid-template-columns: 1fr; gap: 38px; }
  .nc-faq__layout.e-con, .nc-final-cta__inner.e-con { grid-template-columns: 1fr; gap: 38px !important; }
  .nc-routes__grid.e-con { grid-template-columns: 1fr; align-items: stretch; gap: 20px !important; }
  .nc-route, .nc-route--featured { min-height: auto; }
  .nc-route.e-con, .nc-route--featured.e-con { min-height: 390px !important; }
  .nc-route--image { min-height: 480px; }
  .nc-route--vehicle { grid-column: auto; }
  .nc-showroom__layout { display: block; }
  .nc-showroom__sheet { align-items: flex-start; }
  .nc-showroom__more { grid-template-columns: 1fr 1fr; }
  .nc-showroom__all { grid-column: 1 / -1; justify-content: flex-start; }
  .nc-home-card.e-con { height: 220px !important; min-height: 220px !important; }
  .nc-home-card__main.e-con { grid-template-columns: 56% 44%; }
  .nc-process__steps.e-con { grid-template-columns: repeat(2, 1fr); gap: 50px 0 !important; }
  .nc-process__steps::before { display: none; }
  .nc-process__steps li span { margin-bottom: 22px; }
  .nc-why__layout.e-con { grid-template-columns: 1fr; }
  .nc-why__statement.e-con { margin: -70px 30px 0; }
  .nc-safety .nc-included__grid.e-con { grid-template-columns: repeat(3, 1fr); }
  .nc-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .nc-footer__grid > div:last-child { grid-column: 2; }
  .nc-market__layout { grid-template-columns: 1fr; }
  .nc-filter { position: static; }
  .nc-filter form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 18px; }
  .nc-filter .nc-button { align-self: end; margin-bottom: 22px; }
  .nc-product-hero__layout { grid-template-columns: 1fr; }
  .nc-product-panel { position: static; }
  .nc-mobile-product-cta { display: flex; position: fixed; z-index: 1090; right: 0; bottom: 66px; left: 0; min-height: 70px; align-items: center; justify-content: space-between; padding: 10px 20px; background: var(--nc-ink); color: var(--nc-white); }
  .nc-mobile-product-cta div { display: flex; flex-direction: column; }
  .nc-mobile-product-cta span { color: #aeb8c5; font-size: 9px; }
  .nc-mobile-product-cta strong { font-size: 12px; }
  .nc-mobile-product-cta > a { padding: 13px 16px; background: var(--nc-yellow); color: var(--nc-ink); font-size: 11px; font-weight: 800; }
  .nc-audience-hero__layout { grid-template-columns: 1fr; padding-block: 80px; gap: 34px; }
  .nc-audience-hero__layout aside { grid-template-columns: repeat(3, 1fr); }
  .nc-audience-hero__layout aside strong { margin-top: 0; }
  .nc-audience-hero__layout aside span { border-bottom: 0; }
  .nc-lead-section__layout > div:first-child, .nc-offer-page aside { position: static; }
  .nc-audience-benefit__layout { grid-template-columns: 90px 1fr; }
  .nc-audience-benefit__facts { grid-column: 2; }
  .nc-compare__grid { grid-template-columns: repeat(2, 1fr); }
  .nc-about-hero__layout, .nc-manifesto__layout, .nc-about-support__layout { grid-template-columns: 1fr; }
  .nc-about-hero__media span { right: 20px; }
  .nc-about-support__layout > div:last-child { margin: -60px 28px 0; }
  .nc-audience-benefit__layout { grid-template-columns: 1fr; gap: 44px; }
  .nc-values__ledger > .e-con { grid-template-columns: 54px 210px 1fr; }
  .page-id-29 .nc-routes__layout.e-con { grid-template-columns: 1fr; gap: 48px !important; }
  .page-id-29 .nc-routes__layout > .nc-section__heading h2 { max-width: 620px; }
  .page-id-29 .nc-routes__grid.e-con { min-height: 0; grid-template-columns: repeat(2, 1fr); grid-template-rows: auto 400px; }
  .page-id-29 .nc-route.e-con, .page-id-29 .nc-route--featured.e-con { min-height: 166px !important; }
  .page-id-29 .nc-route--featured.e-con { grid-column: 1; grid-row: 1; border-right: 1px solid var(--nc-border); border-bottom: 0; }
  .page-id-29 .nc-route--vehicle.e-con { grid-column: 2; grid-row: 1; }
  .page-id-29 .nc-route--image.e-con { min-height: 400px !important; grid-column: 1 / -1; grid-row: 2; }
  .page-id-29 .nc-process > .nc-container.e-con { grid-template-columns: 1fr; }
  .page-id-29 .nc-process .nc-section__heading.e-con { min-height: 0; margin-bottom: 44px; padding: 0 !important; border-right: 0; }
  .page-id-29 .nc-process__steps.e-con { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 !important; border-top: 1px solid rgba(255,255,255,.25); }
  .page-id-29 .nc-process__steps > .e-con { min-height: 150px; padding: 28px 0 !important; }
  .page-id-29 .nc-safety > .nc-container.e-con { grid-template-columns: 1fr; grid-template-rows: auto auto auto; row-gap: 0 !important; }
  .page-id-29 .nc-safety > .nc-container > .nc-eyebrow, .page-id-29 .nc-safety > .nc-container > .elementor-widget-heading, .page-id-29 .nc-safety .nc-included__grid.e-con { grid-column: 1; grid-row: auto; }
  .page-id-29 .nc-safety h2 { max-width: 760px; }
  .page-id-29 .nc-safety > .nc-container > .elementor-widget-heading::after { height: 72px; }
  .page-id-29 .nc-safety .nc-included__grid.e-con { margin-top: 54px; }
  .page-id-29 .nc-faq__layout.e-con { grid-template-columns: 1fr; }
  .page-id-29 .nc-faq .nc-section__heading.e-con { min-height: auto; padding: 58px !important; }
  .page-id-29 .nc-faq__items.elementor-widget { margin: -24px 32px 0; }
}

@media (max-width: 640px) {
  .nc-site h1 { font-size: 44px; line-height: 1; }
  .nc-site h2 { font-size: 36px; }
  .nc-site h3 { font-size: 25px; }
  .nc-section { padding: 66px 0; }
  .nc-container { width: min(90%, var(--nc-container)); }
  .nc-header__inner.e-con { width: min(90%, var(--nc-container)); }
  .nc-brand strong { font-size: 19px; }
  .nc-hero.e-con { min-height: auto; }
  .nc-hero__content.e-con { align-items: start; padding: 46px 0 !important; gap: 34px !important; }
  .nc-hero__copy h1 { font-size: 42px; }
  .nc-hero__copy > p:not(.nc-eyebrow) { font-size: 15px; }
  .nc-hero__benefits.e-con { grid-template-columns: 1fr; margin-top: 28px; gap: 18px !important; }
  .nc-hero__form.e-con { padding: 24px 20px !important; }
  .nc-actions.e-con { flex-direction: column !important; align-items: stretch; }
  .nc-actions .nc-button { width: 100%; }
  .nc-discovery { grid-template-columns: 1fr; margin-top: -220px; padding: 14px; }
  .nc-discovery__intro, .nc-discovery .nc-button { grid-column: auto; }
  .nc-discovery label { padding: 14px; }
  .nc-proof.e-con { padding: 14px 0 !important; }
  .nc-proof__grid.e-con { grid-template-columns: 1fr; gap: 10px !important; }
  .nc-proof__grid > .e-con { min-height: 94px; padding: 16px 18px !important; }
  .nc-proof__grid strong, .nc-proof__grid .elementor-heading-title { font-size: 17px; }
  .nc-section__heading { margin-bottom: 38px; }
  .nc-route { padding: 24px; }
  .nc-routes.e-con, .nc-process.e-con, .nc-why.e-con, .nc-safety.e-con, .nc-faq.e-con { padding: 66px 0 !important; }
  .nc-routes > .nc-section__heading h2, .nc-process .nc-section__heading h2, .nc-safety h2, .nc-faq .nc-section__heading h2 { font-size: 36px; }
  .nc-routes__grid.e-con { grid-template-columns: 1fr; gap: 18px !important; }
  .nc-route.e-con, .nc-route--featured.e-con { min-height: 340px !important; padding: 28px !important; }
  .nc-route > .nc-eyebrow { margin-bottom: 28px; font-size: 38px; }
  .nc-route h3 { font-size: 29px; }
  .nc-route--vehicle { display: block; }
  .nc-showroom__sheet.e-con { flex-direction: column !important; gap: 18px !important; }
  .nc-showroom__sheet .nc-button { width: 100%; }
  .nc-home-card.e-con { height: auto !important; min-height: 0 !important; grid-template-rows: auto 52px; }
  .nc-home-card__main.e-con { grid-template-columns: 1fr; }
  .nc-home-card__media.e-con { aspect-ratio: 16 / 9; }
  .nc-home-card__body.e-con { padding: 18px; }
  .nc-home-card__body h3 { min-height: 0; font-size: 18px; }
  .nc-home-card__specs.e-con { flex-direction: row !important; gap: 14px; }
  .nc-home-card__specs .elementor-heading-title { font-size: 10px; }
  .nc-home-card__price.e-con { padding-inline: 18px; }
  .nc-showroom__media, .nc-showroom__media img { min-height: 430px; height: 430px; }
  .nc-showroom__media h3 { left: 22px; font-size: 34px; }
  .nc-showroom.e-con { padding: 52px 0 64px !important; }
  .nc-showroom__sheet.e-con { flex-direction: column !important; align-items: stretch; padding: 0 !important; gap: 22px !important; }
  .nc-showroom__sheet h2 { font-size: 34px; }
  .nc-showroom__more { grid-template-columns: 1fr; }
  .nc-showroom__more > a:not(.nc-showroom__all) { grid-template-columns: 100px 1fr; }
  .nc-showroom__more img { width: 100px; }
  .nc-process__steps.e-con { grid-template-columns: 1fr; margin-top: 48px; gap: 0 !important; }
  .nc-process__steps > .e-con { padding: 0 0 34px 52px !important; }
  .nc-process__steps li { padding-left: 52px; }
  .nc-process__steps li span { position: absolute; left: 0; }
  .nc-why__layout.e-con { grid-template-columns: 1fr; }
  .nc-why__statement.e-con { margin: -50px 14px 0; padding: 34px 28px !important; }
  .nc-why__statement h2 { font-size: 34px; }
  .nc-why__image img { height: 430px; }
  .nc-why__statement { margin: -50px 14px 0; padding: 34px 28px; }
  .nc-why__statement blockquote { font-size: 29px; }
  .nc-safety .nc-included__grid.e-con { grid-template-columns: 1fr; margin-top: 44px; }
  .nc-safety .nc-included__grid > .e-con { min-height: 220px; }
  .nc-faq__layout.e-con, .nc-final-cta__inner.e-con { grid-template-columns: 1fr; gap: 36px !important; }
  .nc-final-cta.e-con { padding: 66px 0 !important; }
  .nc-final-cta__actions { align-items: stretch; }
  .nc-footer__grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .nc-footer__brand { grid-column: 1 / -1; }
  .nc-footer__grid > div:last-child { grid-column: auto; }
  .nc-footer__bottom { flex-direction: column; gap: 8px; }
  .nc-page-hero { padding: 72px 0 90px; }
  .nc-market__categories { margin-inline: -14px; padding-inline: 14px; }
  .nc-filter form { grid-template-columns: 1fr; }
  .nc-results__bar { align-items: flex-start; flex-direction: column; padding: 18px; gap: 14px; }
  .nc-results__bar form, .nc-results__bar label, .nc-results__bar select { width: 100%; }
  .nc-vehicle-grid, .nc-vehicle-grid--three { grid-template-columns: 1fr; }
  .nc-vehicle-card h2 { min-height: 0; }
  .nc-process__steps > .e-con { padding-right: 0; }
  .nc-values__ledger > .e-con { grid-template-columns: 42px 1fr; gap: 8px; }
  .nc-values__ledger > .e-con .elementor-widget-text-editor:last-child { grid-column: 2; }
  .nc-included__grid > .e-con, .nc-compare__grid > .e-con { min-height: 180px; padding: 26px; }
  .nc-legal-grid { grid-template-columns: 1fr; }
  .nc-legal-grid > .e-con:nth-child(3) { grid-column: auto; }
  .nc-product-hero { padding-bottom: 62px; }
  .nc-gallery__thumbs { grid-template-columns: repeat(3, 1fr); }
  .nc-product-panel { padding: 28px 22px; }
  .nc-product-panel h1 { font-size: 37px; }
  .nc-product-data__layout dl { grid-template-columns: 1fr; }
  .nc-rich-text { padding: 28px 22px; }
  .nc-included__grid, .nc-compare__grid { grid-template-columns: 1fr; }
  .nc-included__grid article, .nc-compare__grid article { min-height: 210px; }
  .nc-audience-hero__layout aside { grid-template-columns: 1fr; }
  .nc-form-shell { padding: 28px 20px; }
  .nc-audience-benefit__layout { grid-template-columns: 1fr; }
  .nc-audience-benefit__number { font-size: 72px; }
  .nc-audience-benefit__facts { grid-column: auto; }
  .nc-about-hero__media img { height: 420px; }
  .nc-values__ledger article { grid-template-columns: 44px 1fr; padding: 22px 0; }
  .nc-values__ledger p { grid-column: 2; margin-top: 8px; }
  .nc-about-support__layout img { height: 390px; }
  .nc-about-support__layout > div:last-child { margin: -40px 14px 0; padding: 32px 26px; }
  .nc-contact-reassurance .nc-container { grid-template-columns: 1fr; gap: 24px; }
  .nc-contact-reassurance div div { padding: 20px 0 0; border-top: 1px solid rgba(7,21,45,.2); border-left: 0; }
  .nc-contact-reassurance div div:first-child { padding-top: 0; border-top: 0; }
  .nc-offer-page__proof { grid-template-columns: 1fr; }
  .nc-offer-page__proof div { padding-left: 0; border-top: 1px solid #bdc6d1; border-left: 0; }
  .nc-legal-content { padding: 28px 22px; }
  .page-id-29 .nc-routes.e-con, .page-id-29 .nc-safety.e-con, .page-id-29 .nc-faq.e-con { padding: 72px 0 !important; }
  .page-id-29 .nc-routes__layout.e-con { grid-template-columns: 1fr; gap: 42px !important; }
  .page-id-29 .nc-routes__layout > .nc-section__heading h2 { font-size: 38px; }
  .page-id-29 .nc-routes__grid.e-con { grid-template-columns: 1fr; grid-template-rows: auto auto 360px; }
  .page-id-29 .nc-route.e-con, .page-id-29 .nc-route--featured.e-con { min-height: 0 !important; grid-template-columns: 48px 1fr; grid-template-rows: auto auto auto; padding: 28px 22px !important; gap: 7px 16px !important; }
  .page-id-29 .nc-route--featured.e-con { grid-column: 1; grid-row: 1; border-right: 0; border-bottom: 1px solid var(--nc-border); }
  .page-id-29 .nc-route--vehicle.e-con { grid-column: 1; grid-row: 2; }
  .page-id-29 .nc-route > .nc-eyebrow { grid-row: 1 / 3; font-size: 26px; }
  .page-id-29 .nc-route h3 { grid-column: 2; font-size: 25px; }
  .page-id-29 .nc-route > .elementor-widget-text-editor:not(.nc-eyebrow) { grid-column: 2; }
  .page-id-29 .nc-route > .nc-button { grid-column: 2; grid-row: 3; justify-self: start; margin-top: 14px; }
  .page-id-29 .nc-route--vehicle.e-con { padding: 28px 22px !important; }
  .page-id-29 .nc-route--image.e-con { min-height: 360px !important; grid-column: 1; grid-row: 3; padding: 30px 24px !important; }
  .page-id-29 .nc-process.e-con { padding: 72px 0 !important; }
  .page-id-29 .nc-process .nc-section__heading.e-con { min-height: 0; margin-bottom: 38px; padding: 0 !important; }
  .page-id-29 .nc-process .nc-section__heading h2 { font-size: 38px; }
  .page-id-29 .nc-process__steps.e-con { grid-template-columns: 1fr; padding: 0 !important; }
  .page-id-29 .nc-process__steps > .e-con { min-height: 0; padding: 28px 0 !important; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); gap: 0 !important; }
  .page-id-29 .nc-process__steps > .e-con:last-child { border-bottom: 0; }
  .page-id-29 .nc-process__steps > .e-con .nc-eyebrow { margin-bottom: 22px; }
  .page-id-29 .nc-safety h2 { font-size: 38px; }
  .page-id-29 .nc-safety .nc-included__grid.e-con { grid-template-columns: 1fr; }
  .page-id-29 .nc-safety .nc-included__grid > .e-con { min-height: 190px; padding: 30px 0 !important; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .page-id-29 .nc-safety .nc-included__grid > .e-con:last-child { border-bottom: 0; }
  .page-id-29 .nc-safety .nc-included__grid > .e-con:nth-child(2) { margin-right: 0; margin-left: 0; }
  .page-id-29 .nc-faq .nc-section__heading.e-con { padding: 42px 28px 64px !important; }
  .page-id-29 .nc-faq .nc-section__heading h2 { font-size: 36px; }
  .page-id-29 .nc-faq__items.elementor-widget { margin: -28px 12px 0; padding: 24px 20px; }
  .page-id-29 .nc-final-cta.e-con { padding: 72px 0 !important; }
}
