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

.ncp-button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  line-height: 1.1;
  min-height: 50px;
  padding: 14px 22px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.ncp-button:hover { transform: translateY(-2px); }
.ncp-button:focus-visible { outline: 3px solid #7dd3fc; outline-offset: 3px; }
.ncp-button--primary { background: var(--ncp-orange); box-shadow: 0 10px 25px rgba(242, 106, 33, .25); color: #fff; }
.ncp-button--primary:hover { background: var(--ncp-orange-dark); color: #fff; }
.ncp-button--ghost { border-color: rgba(255,255,255,.5); color: #fff; }
.ncp-cta-group--light .ncp-button--ghost { border-color: var(--ncp-blue); color: var(--ncp-blue); }
.ncp-cta-group { display: flex; flex-wrap: wrap; gap: 12px; }

.ncp-contact-cards { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.ncp-contact-card { align-items: center; background: #fff; border: 1px solid var(--ncp-line); border-radius: var(--ncp-radius); color: var(--ncp-ink); display: flex; gap: 14px; min-height: 110px; padding: 22px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.ncp-contact-card:hover { box-shadow: var(--ncp-shadow); color: var(--ncp-blue); transform: translateY(-3px); }
.ncp-contact-card__icon { align-items: center; background: var(--ncp-sky); border-radius: 50%; color: var(--ncp-blue); display: inline-flex; flex: 0 0 48px; font-size: 20px; font-weight: 900; height: 48px; justify-content: center; }
.ncp-contact-card strong, .ncp-contact-card small { display: block; overflow-wrap: anywhere; }
.ncp-contact-card small { color: var(--ncp-muted); margin-top: 4px; }

.ncp-form-column, .ncp-form-column .e-con-inner, .ncp-form-column .elementor-widget-shortcode, .ncp-form-column .elementor-widget-container { max-width: 100%; min-width: 0; }
.ncp-quote-form { background: #fff; border: 1px solid var(--ncp-line); border-radius: 22px; box-shadow: var(--ncp-shadow); max-width: 100%; min-width: 0; padding: clamp(22px, 4vw, 42px); width: 100%; }
.ncp-quote-form fieldset { border: 0; margin: 0 0 28px; min-inline-size: 0; min-width: 0; padding: 0; width: 100%; }
.ncp-quote-form legend { color: var(--ncp-navy); font-size: 22px; font-weight: 850; margin: 0 0 18px; }
.ncp-form-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 100%; min-width: 0; }
.ncp-form-grid label { color: var(--ncp-ink); display: grid; font-size: 14px; font-weight: 750; gap: 7px; max-width: 100%; min-width: 0; }
.ncp-span-2 { grid-column: 1 / -1; }
.ncp-quote-form input:not([type="checkbox"]), .ncp-quote-form select, .ncp-quote-form textarea { background: #fbfdfe; border: 1px solid #cbd8df; border-radius: 10px; color: var(--ncp-ink); display: block; font: inherit; max-width: 100%; min-height: 48px; min-width: 0; padding: 11px 13px; width: 100%; }
.ncp-quote-form textarea { resize: vertical; }
.ncp-quote-form input[type="date"] { min-inline-size: 0; }
.ncp-quote-form input[type="date"]::-webkit-date-and-time-value { text-align: left; }
.ncp-quote-form input[type="file"] { font-size: 13px; overflow: hidden; padding: 7px; }
.ncp-quote-form input[type="file"]::file-selector-button { background: var(--ncp-sky); border: 0; border-radius: 7px; color: var(--ncp-blue); cursor: pointer; font: inherit; font-weight: 750; margin-right: 9px; padding: 8px 10px; }
.ncp-quote-form input:focus, .ncp-quote-form select:focus, .ncp-quote-form textarea:focus { border-color: var(--ncp-blue); box-shadow: 0 0 0 3px rgba(14, 71, 116, .12); outline: 0; }
.ncp-consent { align-items: flex-start; color: var(--ncp-muted); display: flex; font-size: 13px; gap: 10px; margin: 0 0 20px; }
.ncp-consent input { accent-color: var(--ncp-blue); flex: 0 0 22px; height: 22px; margin: 0; width: 22px; }
.ncp-form-submit { border: 0; cursor: pointer; font: inherit; }
.ncp-form-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.ncp-form-note { color: var(--ncp-muted); font-size: 12px; margin: 12px 0 0; }
.ncp-form-alert { background: #fff2f0; border-left: 4px solid #c9362b; border-radius: 8px; color: #801f1a; margin-bottom: 18px; padding: 14px 16px; scroll-margin-top: 110px; }
.ncp-form-alert:focus { box-shadow: 0 0 0 3px rgba(201, 54, 43, .18); outline: 0; }
.ncp-thanks h1 { scroll-margin-top: 110px; }
.ncp-honeypot { height: 0; left: -10000px; overflow: hidden; position: absolute; width: 0; }

@media (max-width: 767px) {
  .ncp-contact-cards, .ncp-form-grid { grid-template-columns: 1fr; }
  .ncp-span-2 { grid-column: auto; }
  .ncp-cta-group .ncp-button { width: 100%; }
  .ncp-quote-form { border-radius: 16px; padding: 20px 16px; }
  .ncp-quote-form fieldset { margin-bottom: 24px; }
  .ncp-quote-form legend { font-size: 20px; margin-bottom: 15px; }
  .ncp-form-grid { gap: 15px; }
  .ncp-form-submit { min-height: 54px; width: 100%; }
}
