:root {
  --ncp-navy: #071b2d;
  --ncp-navy-2: #0b2c47;
  --ncp-blue: #0e4774;
  --ncp-sky: #e8f3f8;
  --ncp-orange: #f26a21;
  --ncp-orange-dark: #cc4d0d;
  --ncp-ink: #102333;
  --ncp-muted: #586b79;
  --ncp-line: #dce5ea;
  --ncp-soft: #f4f8fa;
  --ncp-white: #fff;
  --ncp-radius: 18px;
  --ncp-shadow: 0 18px 55px rgba(7, 27, 45, .11);
  --ncp-shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: #fff; color: var(--ncp-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; margin: 0; overflow-x: clip; }
body.ncp-menu-open { overflow: hidden; }
img, svg { height: auto; max-width: 100%; }
a { color: var(--ncp-blue); text-underline-offset: 3px; }
a:hover { color: var(--ncp-orange-dark); }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4 { color: var(--ncp-navy); font-weight: 850; letter-spacing: -.035em; line-height: 1.12; margin-block: 0 .55em; text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 5.4vw, 4.9rem); }
h2 { font-size: clamp(1.9rem, 3.4vw, 3.25rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin-block: 0 1.1em; }
ul, ol { margin-block: 0 1.25em; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; }
.ncp-site-shell { margin-inline: auto; max-width: var(--ncp-shell); padding-inline: 24px; width: 100%; }
.ncp-main { min-height: 45vh; }
.ncp-skip-link { background: #fff; border-radius: 0 0 8px 0; color: var(--ncp-navy); font-weight: 800; left: 0; padding: 12px 18px; position: fixed; top: -100px; z-index: 99999; }
.ncp-skip-link:focus { top: 0; }

/* Header */
.ncp-topbar { background: var(--ncp-navy); color: #dbeaf3; font-size: 12px; }
.ncp-topbar__inner { align-items: center; display: flex; justify-content: space-between; min-height: 34px; }
.ncp-topbar p { display: flex; gap: 18px; margin: 0; }
.ncp-topbar strong { color: #fff; text-transform: uppercase; }
.ncp-site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,27,45,.09); position: sticky; top: 0; z-index: 1000; }
.admin-bar .ncp-site-header { top: 32px; }
.ncp-header__inner { align-items: center; display: flex; gap: 26px; min-height: 82px; }
.ncp-logo { align-items: center; color: var(--ncp-navy); display: inline-flex; flex: 0 0 auto; gap: 10px; line-height: 1.05; max-width: 250px; text-decoration: none; }
.ncp-logo:hover { color: var(--ncp-navy); }
.ncp-logo strong, .ncp-logo small { display: block; }
.ncp-logo strong { font-size: 15px; letter-spacing: -.02em; }
.ncp-logo small { color: var(--ncp-muted); font-size: 10px; font-weight: 650; letter-spacing: .08em; margin-top: 5px; text-transform: uppercase; }
.ncp-primary-nav { margin-left: auto; }
.ncp-menu, .ncp-menu ul { list-style: none; margin: 0; padding: 0; }
.ncp-menu { align-items: center; display: flex; gap: 5px; }
.ncp-menu > li { position: relative; }
.ncp-menu a { border-radius: 8px; color: var(--ncp-ink); display: block; font-size: 13px; font-weight: 750; padding: 10px 9px; text-decoration: none; white-space: nowrap; }
.ncp-menu > li > a:hover, .ncp-menu > .current-menu-item > a, .ncp-menu > .current-menu-ancestor > a { background: var(--ncp-sky); color: var(--ncp-blue); }
.ncp-menu .sub-menu { background: #fff; border: 1px solid var(--ncp-line); border-radius: 13px; box-shadow: var(--ncp-shadow); left: 0; min-width: 265px; opacity: 0; padding: 9px; pointer-events: none; position: absolute; top: calc(100% + 8px); transform: translateY(-8px); transition: opacity .18s ease, transform .18s ease; }
.ncp-menu li:hover > .sub-menu, .ncp-menu li:focus-within > .sub-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.ncp-menu .sub-menu a { white-space: normal; }
.ncp-header-actions { align-items: center; display: flex; gap: 10px; }
.ncp-header-phone { align-items: center; color: var(--ncp-navy); display: flex; font-size: 13px; font-weight: 850; gap: 6px; text-decoration: none; white-space: nowrap; }
.ncp-header-quote { background: var(--ncp-orange); border-radius: 999px; color: #fff; display: inline-flex; font-size: 13px; font-weight: 850; justify-content: center; padding: 12px 17px; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.ncp-header-quote:hover { background: var(--ncp-orange-dark); color: #fff; }
.ncp-menu-toggle { align-items: center; background: #fff; border: 1px solid var(--ncp-line); border-radius: 10px; cursor: pointer; display: none; height: 46px; justify-content: center; margin-left: auto; width: 46px; }
.ncp-menu-toggle__bars { display: grid; gap: 4px; width: 20px; }
.ncp-menu-toggle__bars i { background: var(--ncp-navy); display: block; height: 2px; transition: transform .2s ease, opacity .2s ease; width: 100%; }
.ncp-menu-toggle[aria-expanded="true"] i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.ncp-menu-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.ncp-menu-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Breadcrumbs */
.ncp-breadcrumb-wrap { background: #fff; border-bottom: 1px solid var(--ncp-line); color: var(--ncp-muted); font-size: 12px; padding-block: 9px; }
.ncp-breadcrumb-wrap nav, .rank-math-breadcrumb p { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.ncp-breadcrumb-wrap a { color: var(--ncp-muted); text-decoration: none; }

/* Elementor layout primitives */
.elementor-widget { min-width: 0; }
.ncp-section.e-con { margin: 0; max-width: none; padding: clamp(68px, 8vw, 112px) 0; width: 100%; }
.ncp-shell.e-con { display: flex; flex-direction: column; margin-inline: auto; max-width: var(--ncp-shell); padding-inline: 24px; width: 100%; }
.ncp-shell > .e-con-inner { display: flex; flex-direction: column; width: 100%; }
.ncp-section .elementor-widget-heading .elementor-heading-title { color: var(--ncp-navy); font: inherit; }
.ncp-section .elementor-widget-text-editor, .ncp-section .elementor-widget-text-editor p:last-child { margin-bottom: 0; }
.ncp-section-title .elementor-heading-title { font-size: clamp(1.9rem, 3.4vw, 3.25rem) !important; font-weight: 850 !important; letter-spacing: -.035em; line-height: 1.1; }
.ncp-section-intro { color: var(--ncp-muted); font-size: clamp(1rem, 1.5vw, 1.18rem); max-width: 720px; }
.ncp-eyebrow { color: var(--ncp-blue); font-size: 12px; font-weight: 900; letter-spacing: .16em; margin-bottom: 14px !important; text-transform: uppercase; }
.ncp-eyebrow p { margin: 0; }
.ncp-eyebrow--light, .ncp-eyebrow--light p { color: #8fd9ff !important; }
.ncp-section--soft { background: var(--ncp-soft); }
.ncp-section--dark { background: var(--ncp-navy); color: #d8e8f2; }
.ncp-section--dark .elementor-heading-title, .ncp-section--dark h2, .ncp-section--dark h3 { color: #fff !important; }
.ncp-section--dark .ncp-section-intro { color: #b9ceda; }

/* Home hero */
.ncp-hero { background-color: var(--ncp-navy); color: #fff; min-height: min(760px, calc(100vh - 116px)); padding-block: clamp(90px, 13vw, 170px) !important; position: relative; }
.ncp-hero::before { background: linear-gradient(90deg, rgba(2,15,26,.98) 0%, rgba(4,25,42,.87) 38%, rgba(4,25,42,.12) 72%, rgba(4,25,42,.05) 100%); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 0; }
.ncp-hero .ncp-shell { position: relative; z-index: 1; }
.ncp-hero-title { max-width: 760px; }
.ncp-hero-title .elementor-heading-title { color: #fff !important; font-size: clamp(2.55rem, 6vw, 5.4rem) !important; font-weight: 900 !important; letter-spacing: -.055em; line-height: .99; }
.ncp-hero-intro { color: #d9e8f1; font-size: clamp(1.05rem, 1.8vw, 1.32rem); max-width: 670px; }
.ncp-hero-cta { margin-top: 10px; }
.ncp-trust-list { display: flex; flex-wrap: wrap; gap: 10px 28px; list-style: none; margin: 28px 0 0; padding: 0; }
.ncp-trust-list li { align-items: center; color: #d7e6ee; display: flex; font-size: 13px; font-weight: 750; gap: 8px; }
.ncp-trust-list li::before { background: var(--ncp-orange); border-radius: 50%; content: ""; height: 7px; width: 7px; }

/* Page hero */
.ncp-page-hero { background: radial-gradient(circle at 80% 10%, #174f75 0, transparent 30%), linear-gradient(135deg, var(--ncp-navy) 0%, #0b3552 100%); color: #dbe9f1; padding-block: clamp(76px, 10vw, 125px) !important; position: relative; }
.ncp-page-hero .ncp-shell { max-width: 1000px; }
.ncp-page-title .elementor-heading-title { color: #fff !important; font-size: clamp(2.35rem, 5.4vw, 4.65rem) !important; font-weight: 900 !important; letter-spacing: -.05em; line-height: 1; }
.ncp-page-intro { color: #cfdee7; font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 780px; }
.ncp-page-hero .ncp-cta-group { margin-top: 12px; }

/* Cards */
.ncp-card-grid.e-con { display: block; margin-top: 36px; width: 100%; }
.ncp-card-grid > .e-con-inner { display: grid !important; gap: 18px; max-width: none !important; width: 100%; }
.ncp-card-grid--3 > .e-con-inner { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ncp-card-grid--4 > .e-con-inner { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ncp-card.e-con { background: #fff; border: 1px solid var(--ncp-line); border-radius: var(--ncp-radius); display: flex; flex-direction: column; min-height: 100%; padding: 28px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.ncp-card:hover { border-color: #b7cbd6; box-shadow: var(--ncp-shadow); transform: translateY(-4px); }
.ncp-card-icon { color: var(--ncp-orange); font-size: 13px; font-weight: 900; letter-spacing: .12em; margin-bottom: 16px; }
.ncp-card-icon p { margin: 0; }
.ncp-card-title .elementor-heading-title { font-size: 1.35rem !important; font-weight: 850 !important; line-height: 1.18; }
.ncp-card-text { color: var(--ncp-muted); font-size: 14px; }
.ncp-card-link { margin-top: auto; padding-top: 14px; }
.ncp-card-link .elementor-button { background: transparent !important; color: var(--ncp-blue) !important; font-size: 13px; font-weight: 850; padding: 0 !important; }
.ncp-card-link .elementor-button::after { content: " →"; }
.ncp-section--dark .ncp-card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.13); box-shadow: none; }
.ncp-section--dark .ncp-card-text { color: #bdd0da; }
.ncp-section--dark .ncp-card:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.25); }
.ncp-step-grid .ncp-card-icon { align-items: center; background: var(--ncp-orange); border-radius: 50%; color: #fff; display: flex; font-size: 16px; height: 42px; justify-content: center; width: 42px; }

/* Splits and proof */
.ncp-split .ncp-shell > .e-con-inner { align-items: center; display: grid !important; gap: clamp(38px, 7vw, 88px); grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
.ncp-proof-media, .ncp-method-media { min-width: 0; }
.ncp-proof-image { position: relative; }
.ncp-proof-media img, .ncp-method-media img { border-radius: 22px; box-shadow: var(--ncp-shadow); display: block; width: 100%; }
.ncp-proof-image::before, .ncp-proof-image::after { border-radius: 999px; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .12em; padding: 7px 12px; position: absolute; top: 18px; z-index: 2; }
.ncp-proof-image::before { background: #6d2b1b; content: "AVANT"; left: 18px; }
.ncp-proof-image::after { background: #137348; content: "APRÈS"; right: 18px; }
.ncp-proof-copy, .ncp-method-copy { display: flex; flex-direction: column; min-width: 0; }
.ncp-check-list { display: grid; gap: 11px; list-style: none; margin: 24px 0; padding: 0; }
.ncp-check-list li { align-items: flex-start; display: flex; gap: 10px; }
.ncp-check-list li::before { align-items: center; background: #dbf3e6; border-radius: 50%; color: #137348; content: "✓"; display: inline-flex; flex: 0 0 24px; font-size: 12px; font-weight: 900; height: 24px; justify-content: center; margin-top: 1px; }
.ncp-inline-button { margin-top: 12px; }
.ncp-inline-button .elementor-button { background: var(--ncp-blue); border-radius: 999px; color: #fff; font-size: 14px; font-weight: 850; padding: 15px 22px; }
.ncp-inline-button .elementor-button:hover { background: var(--ncp-navy); }

/* Accordion */
.ncp-accordion { margin-top: 30px; max-width: 900px; }
.ncp-accordion--wide { max-width: none; }
.ncp-accordion .elementor-accordion-item { background: #fff; border: 1px solid var(--ncp-line) !important; border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
.ncp-accordion .elementor-tab-title { border: 0 !important; color: var(--ncp-navy) !important; font-size: 16px; font-weight: 800; padding: 19px 20px !important; }
.ncp-accordion .elementor-tab-content { border-top: 1px solid var(--ncp-line) !important; color: var(--ncp-muted); padding: 18px 20px !important; }
.ncp-accordion .elementor-accordion-icon { color: var(--ncp-orange) !important; }

/* Forms/contact */
.ncp-quote-section .ncp-shell > .e-con-inner { align-items: start; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr); }
.ncp-form-aside { background: var(--ncp-navy); border-radius: 20px; color: #dceaf1; padding: 30px; position: sticky; top: 130px; }
.ncp-form-aside .elementor-heading-title { color: #fff !important; font-size: 2rem !important; }
.ncp-form-aside .ncp-check-list li::before { background: rgba(255,255,255,.12); color: #8ed7ad; }
.ncp-form-aside .ncp-contact-cards { grid-template-columns: 1fr; margin-top: 28px; }
.ncp-form-aside .ncp-contact-card { min-height: 82px; padding: 15px; }
.ncp-contact-methods { padding-bottom: 0 !important; }
.ncp-contact-form-section .ncp-quote-form { margin-top: 26px; max-width: 920px; }
.ncp-area-card { background: #fff; border: 1px solid var(--ncp-line); border-radius: 18px; box-shadow: var(--ncp-shadow); margin-top: 28px; max-width: 780px; padding: 30px; }
.ncp-area-card strong { color: var(--ncp-navy); display: block; font-size: 1.6rem; margin-bottom: 6px; }
.ncp-area-tags { display: grid; gap: 12px; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; margin: 30px 0 0; padding: 0; }
.ncp-area-tags a { align-items: center; background: #fff; border: 1px solid var(--ncp-line); border-radius: 14px; color: var(--ncp-navy); display: flex; gap: 12px; min-height: 76px; padding: 15px 18px; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.ncp-area-tags a:hover { border-color: var(--ncp-blue); box-shadow: 0 10px 24px rgba(7,35,57,.1); transform: translateY(-2px); }
.ncp-area-tags strong { align-items: center; background: var(--ncp-orange); border-radius: 50%; color: #fff; display: inline-flex; flex: 0 0 38px; font-size: 12px; height: 38px; justify-content: center; }
.ncp-area-tags span { font-size: 13px; font-weight: 850; line-height: 1.2; }
.ncp-town-tags { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 28px 0 0; padding: 0; }
.ncp-town-tags li { background: #fff; border: 1px solid var(--ncp-line); border-radius: 999px; color: var(--ncp-navy); font-size: 13px; font-weight: 800; padding: 10px 16px; }
.ncp-coverage-note { color: var(--ncp-muted); font-size: 13px; margin-top: 18px; max-width: 850px; }
.ncp-department-planning .ncp-inline-button .elementor-button { background: var(--ncp-orange); }

/* Legal and utility */
.ncp-editorial .ncp-shell { max-width: 900px; }
.ncp-editorial h2 { font-size: clamp(1.45rem, 2.5vw, 2rem); margin-top: 1.8em; }
.ncp-legal-warning { background: #fff8e8; border: 1px solid #f0d38a; border-radius: 12px; color: #694c0e; margin-bottom: 28px; padding: 18px 20px; }
.ncp-legal-warning p { margin-bottom: 0; }
.ncp-thanks { min-height: 62vh; text-align: center; }
.ncp-thanks .ncp-shell > .e-con-inner { align-items: center; }
.ncp-success-mark { align-items: center; background: #daf3e5; border-radius: 50%; color: #137348; display: inline-flex; font-size: 34px; font-weight: 900; height: 72px; justify-content: center; margin-inline: auto; width: 72px; }
.ncp-thanks .ncp-page-title .elementor-heading-title { color: #fff !important; }
.ncp-thanks .ncp-section-intro { color: #cbdde6; }

/* Archives/content */
.ncp-archive-hero { background: linear-gradient(135deg, var(--ncp-navy), #0c4268); color: #dbe9f1; padding-block: clamp(65px, 9vw, 110px); }
.ncp-archive-hero h1 { color: #fff; }
.ncp-archive-hero p:last-child { font-size: 1.15rem; max-width: 720px; }
.ncp-post-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-block: 70px; }
.ncp-post-card { background: #fff; border: 1px solid var(--ncp-line); border-radius: 16px; overflow: hidden; transition: box-shadow .2s ease, transform .2s ease; }
.ncp-post-card:hover { box-shadow: var(--ncp-shadow); transform: translateY(-4px); }
.ncp-post-card__media { background: var(--ncp-sky); display: block; min-height: 190px; }
.ncp-post-card__media img { aspect-ratio: 3 / 2; display: block; object-fit: cover; width: 100%; }
.ncp-post-card__body { padding: 24px; }
.ncp-post-card h2 { font-size: 1.4rem; }
.ncp-post-card h2 a { color: var(--ncp-navy); text-decoration: none; }
.ncp-post-card p { color: var(--ncp-muted); }
.ncp-post-meta { color: var(--ncp-orange-dark) !important; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ncp-text-link { font-size: 13px; font-weight: 850; text-decoration: none; }
.ncp-empty-state { background: var(--ncp-soft); border: 1px dashed #b9cbd4; border-radius: 18px; grid-column: 1 / -1; padding: 50px; text-align: center; }
.ncp-pagination { padding-bottom: 70px; }
.ncp-pagination .nav-links { display: flex; gap: 8px; }
.ncp-pagination .page-numbers { align-items: center; border: 1px solid var(--ncp-line); border-radius: 8px; display: inline-flex; height: 42px; justify-content: center; min-width: 42px; padding: 6px 10px; text-decoration: none; }
.ncp-pagination .current { background: var(--ncp-navy); color: #fff; }
.ncp-standard-content { padding-block: 70px; }
.ncp-standard-content > * { max-width: 800px; }
.ncp-standard-content > .alignwide { max-width: 1100px; }
.ncp-standard-content > .alignfull { margin-left: calc(50% - 50vw); max-width: 100vw; width: 100vw; }
.ncp-article header { margin-bottom: 40px; }
.ncp-article-image, .ncp-case-hero { border-radius: 18px; margin-top: 25px; }
.ncp-case-study > * { max-width: 960px; }
.ncp-case-meta { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); margin: 30px 0; }
.ncp-case-meta div { background: var(--ncp-soft); border-radius: 10px; padding: 16px; }
.ncp-case-meta dt { color: var(--ncp-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.ncp-case-meta dd { color: var(--ncp-navy); font-weight: 800; margin: 4px 0 0; }
.ncp-not-found { align-items: center; background: var(--ncp-soft); display: flex; min-height: 62vh; padding-block: 70px; text-align: center; }
.ncp-not-found .ncp-success-mark { background: var(--ncp-sky); color: var(--ncp-blue); }

/* Footer and floating conversion */
.ncp-site-footer { background: #061624; color: #aec2ce; }
.ncp-footer-grid { display: grid; gap: 42px; grid-template-columns: 1.5fr repeat(3, 1fr); padding-block: 70px; }
.ncp-site-footer .ncp-logo { color: #fff; margin-bottom: 20px; }
.ncp-site-footer .ncp-logo small { color: #8fa8b6; }
.ncp-footer-brand p { max-width: 420px; }
.ncp-site-footer h2 { color: #fff; font-size: 14px; letter-spacing: .08em; margin-bottom: 18px; text-transform: uppercase; }
.ncp-site-footer ul { display: grid; gap: 9px; list-style: none; margin: 0; padding: 0; }
.ncp-site-footer a { color: #c4d4dd; text-decoration: none; }
.ncp-site-footer a:hover { color: #fff; }
.ncp-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.ncp-footer-bottom p { margin: 0; padding-block: 18px; }
.ncp-whatsapp-float { align-items: center; background: #168352; border: 4px solid #fff; border-radius: 999px; bottom: 22px; box-shadow: 0 12px 32px rgba(0,0,0,.22); color: #fff; display: flex; font-size: 13px; font-weight: 850; gap: 8px; padding: 13px 18px; position: fixed; right: 22px; text-decoration: none; z-index: 900; }
.ncp-whatsapp-float:hover { background: #116d44; color: #fff; }
.ncp-mobile-actions { display: none; }

/* CTA */
.ncp-final-cta { text-align: center; }
.ncp-final-cta .ncp-shell > .e-con-inner { align-items: center; }
.ncp-final-cta .ncp-section-intro { max-width: 720px; }
.ncp-final-cta .ncp-cta-group { justify-content: center; margin-top: 16px; }

@media (max-width: 1180px) {
  .ncp-header-phone span:last-child { display: none; }
  .ncp-header__inner { gap: 14px; }
  .ncp-menu a { padding-inline: 7px; }
}

@media (max-width: 1080px) {
  .admin-bar .ncp-site-header { top: 32px; }
  .ncp-menu-toggle { display: inline-flex; }
  .ncp-header-actions { display: none; }
  .ncp-primary-nav { background: #fff; border-top: 1px solid var(--ncp-line); box-shadow: 0 18px 30px rgba(7,27,45,.14); left: 0; max-height: calc(100vh - 115px); opacity: 0; overflow-y: auto; padding: 18px 24px 30px; pointer-events: none; position: absolute; right: 0; top: 100%; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }
  .ncp-primary-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .ncp-menu { align-items: stretch; display: grid; }
  .ncp-menu a { font-size: 15px; padding: 11px 12px; white-space: normal; }
  .ncp-menu .sub-menu { border: 0; border-left: 2px solid var(--ncp-sky); border-radius: 0; box-shadow: none; margin-left: 16px; min-width: 0; opacity: 1; padding: 3px 0 3px 10px; pointer-events: auto; position: static; transform: none; }
  .ncp-menu .sub-menu a { color: var(--ncp-muted); font-size: 14px; }
  .ncp-card-grid--4 > .e-con-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ncp-area-tags { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ncp-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 782px) {
  .admin-bar .ncp-site-header { top: 46px; }
}

@media (max-width: 767px) {
  body { padding-bottom: 62px; }
  .ncp-site-shell, .ncp-shell.e-con { padding-inline: 18px; }
  .ncp-topbar { display: none; }
  .ncp-header__inner { min-height: 70px; }
  .ncp-site-header, .admin-bar .ncp-site-header { top: 0; }
  .ncp-logo { max-width: 210px; }
  .ncp-logo svg { width: 36px; }
  .ncp-logo strong { font-size: 13px; }
  .ncp-logo small { display: none; }
  .ncp-primary-nav { max-height: calc(100vh - 70px); }
  .ncp-section.e-con { padding-block: 64px; }
  .ncp-hero { background-position: 68% center !important; min-height: auto; padding-block: 88px !important; }
  .ncp-hero::before { background: linear-gradient(90deg, rgba(2,15,26,.98) 0%, rgba(4,25,42,.88) 74%, rgba(4,25,42,.55) 100%); }
  .ncp-hero-title .elementor-heading-title { font-size: clamp(2.45rem, 12vw, 4rem) !important; }
  .ncp-trust-list { display: grid; gap: 8px; }
  .ncp-card-grid--3 > .e-con-inner, .ncp-card-grid--4 > .e-con-inner { grid-template-columns: 1fr; }
  .ncp-area-tags { grid-template-columns: 1fr; }
  .ncp-card.e-con { padding: 24px; }
  .ncp-split .ncp-shell > .e-con-inner, .ncp-quote-section .ncp-shell > .e-con-inner { grid-template-columns: 1fr; }
  .ncp-proof-copy { order: -1; }
  .ncp-form-aside { position: static; }
  .ncp-contact-cards { grid-template-columns: 1fr; }
  .ncp-post-grid { grid-template-columns: 1fr; padding-block: 50px; }
  .ncp-footer-grid { grid-template-columns: 1fr; padding-block: 55px; }
  .ncp-case-meta { grid-template-columns: repeat(2, 1fr); }
  .ncp-whatsapp-float { display: none; }
  .ncp-mobile-actions { background: #fff; border-top: 1px solid var(--ncp-line); bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); left: 0; min-height: 62px; position: fixed; right: 0; transition: transform .2s ease; z-index: 950; }
  .ncp-form-active .ncp-mobile-actions { pointer-events: none; transform: translateY(100%); }
  .ncp-mobile-actions a { align-items: center; color: var(--ncp-navy); display: flex; font-size: 12px; font-weight: 850; gap: 5px; justify-content: center; text-decoration: none; }
  .ncp-mobile-actions a:nth-child(2) { background: #168352; color: #fff; }
  .ncp-mobile-actions a:last-child { background: var(--ncp-orange); color: #fff; }
  .ncp-empty-state { padding: 32px 20px; }
}

@media (max-width: 390px) {
  .ncp-logo strong { max-width: 135px; }
  .ncp-page-title .elementor-heading-title { font-size: 2.25rem !important; }
  .ncp-proof-image::before, .ncp-proof-image::after { font-size: 9px; padding: 5px 8px; top: 10px; }
  .ncp-proof-image::before { left: 10px; }
  .ncp-proof-image::after { right: 10px; }
  .ncp-case-meta { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
