/* ---------- NetClix generated theme ---------- */
:root {
  /* Palette defaults; overridden at end of this file from design.json on rebuild */
  --nc-primary: #4f46e5;
  --nc-secondary: #0f172a;
  --nc-accent: #f59e0b;
  --nc-bg: #ffffff;
  --nc-text: #0f172a;

  --nc-muted: #475569;
  --nc-soft: #f8fafc;
  --nc-soft-2: #f1f5f9;
  --nc-border: #e2e8f0;
  --nc-shadow: 0 10px 30px -15px rgba(15, 23, 42, .25);
  --nc-shadow-sm: 0 4px 12px -4px rgba(15, 23, 42, .12);
  --nc-radius: 18px;
  --nc-radius-sm: 12px;
  --nc-container: 1180px;
  --nc-font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --nc-display: 'Plus Jakarta Sans', var(--nc-font);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body.nc-body {
  margin: 0;
  font-family: var(--nc-font);
  background: var(--nc-bg);
  color: var(--nc-text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--nc-primary); text-decoration: none; transition: color .15s ease; }
a:hover { color: color-mix(in srgb, var(--nc-primary) 70%, var(--nc-text)); }

.nc-container { max-width: var(--nc-container); margin: 0 auto; padding: 0 1.5rem; }

/* ---------- Home care hero + glass navbar ---------- */
.nc-hero-home {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 90vh;
  min-height: 90dvh;
  margin: clamp(.65rem, 2vw, 1.25rem);
  border-radius: clamp(18px, 2.5vw, 28px);
  color: #fff;
  background: #1e293b;
  box-shadow: 0 28px 60px -28px rgba(15, 23, 42, .35);
  --nc-header-gap: clamp(1rem, 2.5vh, 1.5rem);
}
.nc-hero-home .nc-hero-bg,
.nc-page-hero .nc-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #334155;
  background-image: var(--nc-hero-image, none);
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat;
  transform: scale(1.03);
  animation: nc-hero-zoom 20s ease-out forwards;
}
.nc-hero-home .nc-hero-overlay,
.nc-page-hero .nc-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, .32) 0%, rgba(15, 23, 42, .48) 55%, rgba(15, 23, 42, .58) 100%),
    radial-gradient(80% 70% at 50% 40%, rgba(107, 159, 212, .14), transparent 65%),
    radial-gradient(60% 50% at 80% 80%, rgba(143, 174, 158, .16), transparent 60%);
  pointer-events: none;
}
.nc-page-hero .nc-hero-overlay {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, .78) 0%, rgba(15, 23, 42, .62) 45%, rgba(15, 23, 42, .75) 100%),
    radial-gradient(70% 80% at 20% 50%, rgba(107, 159, 212, .15), transparent 60%);
}
.nc-page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(35vh, 42vh, 50vh);
  margin: 0 clamp(.65rem, 2vw, 1.25rem);
  border-radius: clamp(14px, 2vw, 22px);
  color: #fff;
  box-shadow: 0 16px 40px -24px rgba(15, 23, 42, .28);
  --nc-header-gap: clamp(.85rem, 2vh, 1.25rem);
}
.nc-page-hero .nc-hero-bg {
  filter: blur(0) brightness(.92);
  animation: none;
  transform: scale(1.02);
}
.nc-page-hero-content {
  position: relative;
  z-index: 2;
  min-height: clamp(35vh, 42vh, 50vh);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: calc(clamp(5rem, 14vh, 7rem) + var(--nc-header-gap, 1rem)) 1.5rem clamp(2.5rem, 6vh, 3.5rem);
  max-width: 760px;
}
.nc-page-hero-content > * {
  opacity: 0;
  transform: translateY(10px);
}
.nc-page-hero.is-ready .nc-page-hero-content > *,
.nc-page-hero-content.nc-reveal.is-visible > * {
  opacity: 1;
  transform: none;
  transition: opacity .55s ease, transform .55s ease;
}
.nc-breadcrumb {
  margin: 0 0 1rem;
  font-size: .78rem;
}
.nc-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .5rem;
  align-items: center;
}
.nc-breadcrumb li {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, .75);
}
.nc-breadcrumb li + li::before {
  content: '/';
  margin-right: .5rem;
  opacity: .55;
}
.nc-breadcrumb a {
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
  transition: color .3s ease;
}
.nc-breadcrumb a:hover { color: var(--nc-care-sage, #8fae9e); }
.nc-breadcrumb [aria-current="page"] {
  color: #fff;
  font-weight: 600;
}
.nc-page-hero-title {
  font-family: var(--nc-display);
  font-size: clamp(1.65rem, 3.5vw, 2.5rem);
  line-height: 1.12;
  letter-spacing: -.025em;
  margin: 0 0 .65rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 6px 20px rgba(0,0,0,.22);
  max-width: 22ch;
}
.nc-page-hero-lead {
  margin: 0;
  max-width: 58ch;
  font-size: clamp(.95rem, 1.2vw, 1.05rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, .88);
}
.nc-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: clamp(.65rem, 1.8vw, 1rem) clamp(.65rem, 2vw, 1.25rem) clamp(.45rem, 1.2vh, .65rem);
  pointer-events: none;
  background: transparent;
}
.nc-site-header,
.nc-navbar-glass,
.nc-navbar-inner,
.nc-navbar-nav {
  overflow: visible;
}
.nc-navbar-glass {
  position: relative;
  z-index: 30;
  pointer-events: auto;
}
.nc-navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .55rem .85rem;
  min-height: 3.25rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(226, 232, 240, .9);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  box-shadow: 0 10px 28px -14px rgba(15, 23, 42, .2);
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
}
.nc-brand {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--nc-display);
  font-weight: 800;
  color: var(--nc-text);
  font-size: 1.02rem;
  letter-spacing: -.01em;
  min-width: 0;
  flex: 0 1 auto;
  text-decoration: none;
}
.nc-brand span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nc-brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--nc-care-blue, #6b9fd4), var(--nc-care-sage, #8fae9e));
  box-shadow: 0 8px 20px -8px rgba(107, 159, 212, .65);
  flex: 0 0 auto;
}
.nc-brand-logo {
  max-height: 42px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.25));
}
.nc-navbar-nav {
  display: flex;
  align-items: center;
  gap: .25rem;
  flex: 1 1 0;
  justify-content: center;
  min-width: 8rem;
}
.nc-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: .1rem;
  flex-wrap: nowrap;
  justify-content: center;
}
.nc-nav-item { position: relative; }
.nc-nav-item > a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--nc-muted);
  font-weight: 600;
  font-size: .82rem;
  padding: .45rem .62rem;
  border-radius: 9999px;
  white-space: nowrap;
  border-bottom: none !important;
  text-decoration: none;
  position: relative;
  transition: color .3s ease, background .3s ease;
}
.nc-nav-item > a::after {
  content: '';
  position: absolute;
  left: .7rem;
  right: .7rem;
  bottom: .38rem;
  height: 2px;
  border-radius: 2px;
  background: var(--nc-care-sage, #8fae9e);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .3s ease;
}
.nc-nav-item > a:hover,
.nc-nav-item.is-open > a {
  color: var(--nc-text);
  background: var(--nc-soft-2);
}
.nc-nav-item > a:hover::after,
.nc-nav-item.is-open > a::after {
  transform: scaleX(1);
}
.nc-nav-item .nc-caret { transition: transform .2s ease; opacity: .75; }
.nc-nav-item:hover > a .nc-caret,
.nc-nav-item.is-open > a .nc-caret { transform: rotate(180deg); opacity: 1; }
.nc-submenu {
  list-style: none;
  margin: 0;
  padding: .5rem;
  position: absolute;
  top: calc(100% + .75rem);
  left: 0;
  min-width: 220px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid var(--nc-border);
  border-radius: 14px;
  box-shadow: 0 18px 50px -16px rgba(15, 23, 42, .25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 220;
}
.nc-site-header.is-scrolled .nc-submenu {
  top: calc(100% + .85rem);
}
.nc-nav-item:hover > .nc-submenu,
.nc-nav-item:focus-within > .nc-submenu,
.nc-nav-item.is-open > .nc-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nc-submenu a {
  display: block;
  padding: .5rem .7rem;
  border-radius: 10px;
  color: var(--nc-text);
  font-weight: 600;
  font-size: .86rem;
  text-decoration: none;
}
.nc-submenu a:hover {
  background: var(--nc-soft-2);
  color: var(--nc-care-blue, #6b9fd4);
}
.nc-submenu-group {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nc-submenu-heading {
  display: block;
  padding: .45rem .7rem .25rem;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--nc-muted);
}
.nc-submenu-nested {
  list-style: none;
  margin: 0;
  padding: 0 0 .25rem;
}
.nc-submenu-nested a {
  padding-left: 1rem;
}
.nc-navbar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .68rem 1.15rem;
  border-radius: 9999px;
  background: var(--nc-accent, var(--nc-care-cta, #6b9fd4));
  color: #fff !important;
  font-weight: 700;
  font-size: .88rem;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 28px -10px color-mix(in srgb, var(--nc-accent, #6b9fd4) 45%, transparent);
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}
.nc-navbar-cta:hover {
  background: color-mix(in srgb, var(--nc-accent, var(--nc-care-cta, #6b9fd4)) 85%, #000);
  color: #fff !important;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 16px 36px -8px rgba(107, 159, 212, .85);
}
.nc-site-header.is-on-hero .nc-navbar-inner {
  background: rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .28);
  backdrop-filter: blur(20px) saturate(170%);
  -webkit-backdrop-filter: blur(20px) saturate(170%);
  box-shadow: 0 12px 40px -16px rgba(0, 0, 0, .35);
}
.nc-site-header.is-on-hero .nc-brand { color: #fff; }
.nc-site-header.is-on-hero .nc-nav-item > a { color: rgba(255, 255, 255, .92); }
.nc-site-header.is-on-hero .nc-nav-item > a:hover,
.nc-site-header.is-on-hero .nc-nav-item.is-open > a {
  color: #fff;
  background: rgba(255, 255, 255, .12);
}
.nc-site-header.is-on-hero .nc-nav-toggle {
  border-color: rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .1);
}
.nc-site-header.is-on-hero .nc-nav-toggle-bar { background: #fff; }
.nc-navbar-cta-mobile { display: none; }
.nc-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--nc-border);
  border-radius: 12px;
  background: var(--nc-soft);
  cursor: pointer;
}
.nc-nav-toggle-bar {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: var(--nc-text);
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
}
body.nc-nav-open .nc-nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nc-nav-open .nc-nav-toggle-bar:nth-child(2) { opacity: 0; }
body.nc-nav-open .nc-nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nc-hero-home-content {
  position: relative;
  z-index: 2;
  min-height: 90vh;
  min-height: 90dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(clamp(6.5rem, 15vh, 9.5rem) + var(--nc-header-gap, 1.25rem)) 1.5rem clamp(4rem, 10vh, 5.5rem);
  max-width: 820px;
  margin: 0 auto;
}
.nc-hero-home-content > * {
  opacity: 0;
  transform: translateY(16px);
}
.nc-hero-home.is-ready .nc-hero-home-content > *,
.nc-hero-home-content.nc-reveal.is-visible > * {
  opacity: 1;
  transform: none;
}
.nc-hero-home.is-ready .nc-hero-eyebrow,
.nc-hero-home-content.nc-reveal.is-visible .nc-hero-eyebrow { transition: opacity .65s ease .1s, transform .65s ease .1s; }
.nc-hero-home.is-ready .nc-hero-title,
.nc-hero-home-content.nc-reveal.is-visible .nc-hero-title { transition: opacity .7s ease .2s, transform .7s ease .2s; }
.nc-hero-home.is-ready .nc-hero-lead,
.nc-hero-home-content.nc-reveal.is-visible .nc-hero-lead { transition: opacity .75s ease .3s, transform .75s ease .3s; }
.nc-hero-home.is-ready .nc-hero-actions,
.nc-hero-home-content.nc-reveal.is-visible .nc-hero-actions { transition: opacity .8s ease .4s, transform .8s ease .4s; }
.nc-hero-home.is-ready .nc-hero-trust,
.nc-hero-home-content.nc-reveal.is-visible .nc-hero-trust { transition: opacity .85s ease .5s, transform .85s ease .5s; }
.nc-hero-eyebrow {
  margin: 0 0 .85rem;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--nc-care-sage, #8fae9e) 85%, #fff);
}
.nc-hero-title {
  font-family: var(--nc-display);
  font-size: clamp(2rem, 5.2vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -.03em;
  margin: 0 0 1rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 8px 28px rgba(0,0,0,.28);
  max-width: 18ch;
}
.nc-hero-lead {
  margin: 0 auto 1.6rem;
  max-width: 52ch;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, .9);
}
.nc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.nc-btn-hero-primary {
  background: var(--nc-accent, var(--nc-care-cta, #6b9fd4));
  color: #fff !important;
  border-color: transparent;
  padding: .85rem 1.45rem;
  box-shadow: 0 14px 34px -12px rgba(107, 159, 212, .7);
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}
.nc-btn-hero-primary:hover {
  background: color-mix(in srgb, var(--nc-accent, var(--nc-care-cta, #6b9fd4)) 85%, #000);
  color: #fff !important;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 18px 42px -10px rgba(107, 159, 212, .85);
}
.nc-btn-hero-secondary {
  background: rgba(255, 255, 255, .08);
  color: #fff !important;
  border: 1.5px solid rgba(255, 255, 255, .75);
  padding: .85rem 1.35rem;
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}
.nc-btn-hero-secondary:hover {
  background: rgba(255, 255, 255, .18);
  border-color: #fff;
  color: #fff !important;
  transform: translateY(-2px) scale(1.03);
}
.nc-hero-trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  justify-content: center;
}
.nc-hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .45rem .85rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  font-size: .78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.nc-hero-trust-icon {
  color: var(--nc-care-sage, #8fae9e);
  font-weight: 800;
}
.nc-hero-scroll {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 28px;
  height: 44px;
  border: 1.5px solid rgba(255,255,255,.55);
  border-radius: 16px;
  opacity: .85;
  transition: opacity .3s ease, border-color .3s ease;
}
.nc-hero-scroll:hover { opacity: 1; border-color: #fff; }
.nc-hero-scroll-mouse {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 8px;
  margin-left: -2px;
  border-radius: 4px;
  background: #fff;
  animation: nc-scroll-dot 1.8s ease-in-out infinite;
}
@keyframes nc-hero-zoom {
  from { transform: scale(1.06); }
  to { transform: scale(1); }
}
@keyframes nc-scroll-dot {
  0%, 100% { transform: translateY(0); opacity: 1; }
  60% { transform: translateY(10px); opacity: .35; }
}
@media (prefers-reduced-motion: reduce) {
  .nc-hero-home .nc-hero-bg,
  .nc-page-hero .nc-hero-bg { animation: none; transform: none; }
  .nc-hero-home-content > *,
  .nc-page-hero-content > * { opacity: 1; transform: none; transition: none !important; }
  .nc-hero-scroll-mouse { animation: none; }
}
@media (min-width: 881px) {
  .nc-nav-toggle { display: none !important; }
  .nc-navbar-cta-desktop { display: inline-flex !important; }
  .nc-navbar-nav {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    flex-direction: row !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    max-height: none !important;
    overflow: visible !important;
    flex: 1 1 auto;
    min-width: 0;
  }
  .nc-nav-list {
    flex-wrap: nowrap;
    overflow: visible;
    max-width: min(62vw, 760px);
  }
  .nc-brand { max-width: 11rem; }
  .nc-navbar-cta-desktop { flex: 0 0 auto; }
}
@media (min-width: 881px) and (max-width: 1180px) {
  .nc-nav-item > a { font-size: .76rem; padding: .4rem .5rem; }
}
@media (min-width: 881px) {
  .nc-hero-home-content {
    padding-top: calc(clamp(7.5rem, 17vh, 11rem) + var(--nc-header-gap, 1.35rem));
  }
}
@media (max-width: 880px) {
  .nc-nav-toggle { display: inline-flex; }
  .nc-navbar-cta-desktop { display: none; }
  .nc-hero-home-content,
  .nc-page-hero-content {
    justify-content: flex-start;
    padding-top: calc(4.75rem + var(--nc-header-gap, 1.15rem));
  }
  body.nc-header-pinned .nc-navbar-nav {
    top: calc(4.5rem + var(--nc-header-gap, 1rem));
  }
  .nc-navbar-nav {
    position: fixed;
    top: calc(4.35rem + var(--nc-header-gap, 1rem));
    left: 1rem;
    right: 1rem;
    bottom: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    margin-top: .5rem;
    z-index: 210;
    border-radius: 20px;
    background: rgba(15, 23, 42, .94);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
  }
  .nc-navbar-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .nc-nav-list { flex-direction: column; align-items: stretch; width: 100%; gap: .35rem; row-gap: .35rem; }
  .nc-nav-item > a { justify-content: space-between; color: #fff; }
  .nc-submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: rgba(255,255,255,.06);
    border: 0;
    margin-top: .5rem;
  }
  .nc-submenu a { color: rgba(255,255,255,.9); }
  .nc-navbar-cta-mobile {
    display: inline-flex;
    width: 100%;
    margin-top: .75rem;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .nc-hero-home { margin: .5rem .5rem 0; border-radius: 16px; min-height: 75vh; }
  .nc-hero-home-content {
    min-height: 75vh;
    padding-top: calc(4.5rem + var(--nc-header-gap, 1.1rem));
  }
  .nc-hero-title { max-width: none; font-size: clamp(1.75rem, 8vw, 2.35rem); }
  .nc-hero-actions { flex-direction: column; width: 100%; max-width: 320px; }
  .nc-hero-actions .nc-btn { width: 100%; justify-content: center; }
  .nc-hero-trust { flex-direction: column; align-items: center; width: 100%; }
  .nc-hero-trust li { width: 100%; max-width: 280px; justify-content: center; }
  .nc-page-hero { min-height: clamp(30vh, 38vh, 40vh); margin: 0 .5rem; }
  .nc-page-hero-content {
    min-height: clamp(30vh, 38vh, 40vh);
    align-items: center;
    text-align: center;
    padding: 2rem 1.25rem;
  }
  .nc-breadcrumb ol { justify-content: center; }
  .nc-page-hero-title { max-width: none; }
}

/* Footer submenu indent */
.nc-footer-sub { list-style: none; padding-left: .85rem; margin: .25rem 0 .25rem; border-left: 1px solid rgba(255,255,255,.1); }
.nc-footer-sub li { margin: .35rem 0; }

/* ---------- Buttons ---------- */
.nc-btn {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .75rem 1.25rem; border-radius: 9999px;
  font-weight: 600; font-size: .95rem; line-height: 1;
  border: 1px solid transparent;
  cursor: pointer; transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
  text-decoration: none;
}
.nc-btn:hover { transform: translateY(-1px); }
.nc-btn-primary:not(.nc-btn-custom) { background: var(--nc-accent); color: #1a1a1a; box-shadow: var(--nc-shadow-sm); }
.nc-btn-primary:not(.nc-btn-custom):hover { background: color-mix(in srgb, var(--nc-accent) 85%, #000); color: #1a1a1a; }
.nc-btn-ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.35); }
.nc-btn-ghost:hover { background: rgba(255,255,255,.22); color: #fff; }

/* ---------- Main / Section cards ---------- */
.nc-main {
  position: relative;
  z-index: 1;
  padding: 4rem 0 5rem;
  max-width: var(--nc-container);
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
body.nc-header-pinned .nc-main {
  scroll-margin-top: var(--nc-header-height, 5.5rem);
  padding-top: calc(2.5rem + var(--nc-header-height, 5.5rem) * .15);
}
body.nc-nav-open {
  overflow: hidden;
}
.nc-main > section, main section {
  position: relative;
  z-index: 1;
  isolation: isolate;
  background: #fff;
  border: 1px solid var(--nc-border);
  border-radius: var(--nc-radius);
  padding: 2.25rem clamp(1.25rem, 3vw, 2.75rem);
  margin: 0 0 1.75rem;
  box-shadow: var(--nc-shadow-sm);
  overflow: hidden;
}
.nc-main > section:nth-of-type(2n), main section:nth-of-type(2n) {
  background: var(--nc-soft);
}
.nc-main > section::before, main section::before {
  content: ''; position: absolute; left: 0; top: 0; height: 4px; width: 56px;
  background: linear-gradient(90deg, var(--nc-primary), var(--nc-accent));
  border-radius: 0 0 6px 0;
}

/* ---------- Typography ---------- */
.nc-main h1, main h1 {
  font-family: var(--nc-display);
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  line-height: 1.15; letter-spacing: -0.02em;
  margin: 0 0 1rem; color: var(--nc-text); font-weight: 800;
}
.nc-main h2, main h2 {
  font-family: var(--nc-display);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.2; letter-spacing: -0.01em;
  margin: 1.5rem 0 .75rem; color: var(--nc-text); font-weight: 700;
}
.nc-main h3, main h3 {
  font-size: 1.1rem; font-weight: 700; color: var(--nc-text);
  margin: 1.25rem 0 .5rem;
}
.nc-main p, main p { color: #334155; margin: 0 0 1rem; font-size: 1rem; }
.nc-main strong, main strong { color: var(--nc-text); }
.nc-main ul, main ul, .nc-main ol, main ol { padding-left: 1.25rem; margin: .25rem 0 1rem; }
.nc-main li, main li { margin: .35rem 0; color: #334155; }
.nc-main ul li::marker, main ul li::marker { color: var(--nc-primary); }
.nc-main a, main a { color: var(--nc-primary); font-weight: 500; border-bottom: 1px dashed color-mix(in srgb, var(--nc-primary) 60%, transparent); }
.nc-main a:hover, main a:hover { border-bottom-color: var(--nc-primary); }

/* The hero already shows the page H1 prominently, so suppress the AI-generated duplicate H1 in the first body section */
main > section:first-of-type > h1:first-child,
.nc-main > section:first-of-type > h1:first-child { display: none; }

/* Map iframe inside content */
main iframe { width: 100%; min-height: 320px; border: 0; border-radius: var(--nc-radius-sm); margin: .5rem 0; }

/* FAQ blocks (schema.org Question/Answer) — fallback when not decorated */
main [itemtype$="Question"]:not(.nc-faq-item) {
  border-top: 1px solid var(--nc-border);
  padding: 1rem 0;
}
main [itemtype$="Question"]:not(.nc-faq-item):first-of-type { border-top: 0; }
main [itemtype$="Question"]:not(.nc-faq-item) h3 { margin: 0 0 .5rem; color: var(--nc-text); }
main [itemtype$="Question"]:not(.nc-faq-item) [itemprop="text"] p { color: #475569; margin: 0; }

/* ---------- 2-column sections (image + content) ---------- */
section.nc-section-cols {
  display: grid !important;
  grid-template-columns: 1.05fr 1fr !important;
  gap: clamp(2rem, 5vw, 5rem) !important;
  align-items: center;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1rem, 3vw, 2.5rem) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 auto 1rem !important;
  max-width: 1200px;
}
section.nc-section-cols + section.nc-section-cols {
  border-top: 1px solid color-mix(in srgb, var(--nc-border) 60%, transparent);
}
section.nc-section-cols .nc-col-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.nc-section-cols .nc-col-content > :first-child { margin-top: 0; }
section.nc-section-cols .nc-col-content > :last-child { margin-bottom: 0; }
section.nc-section-cols .nc-col-content h1,
section.nc-section-cols .nc-col-content h2 {
  margin: 0 0 .25rem;
  font-family: var(--nc-display);
  font-weight: 800;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.05;
  letter-spacing: -.025em;
  color: var(--nc-text);
}
section.nc-section-cols .nc-col-content h3 {
  margin: 0 0 .5rem;
  font-family: var(--nc-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.15;
  letter-spacing: -.015em;
  color: var(--nc-text);
}
section.nc-section-cols .nc-col-content p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: #475569;
}
section.nc-section-cols .nc-col-content ul,
section.nc-section-cols .nc-col-content ol {
  margin: .25rem 0;
  padding-left: 1.25rem;
}
section.nc-section-cols .nc-col-content li {
  margin: .35rem 0;
  color: #475569;
  line-height: 1.6;
}

/* Trailing standalone link in a 2-col section -> outlined pill CTA. */
section.nc-section-cols .nc-col-content > p:last-child > a:only-child:not(.nc-btn-custom),
section.nc-section-cols .nc-col-content > p:last-of-type > a:only-child:not(.nc-btn-custom) {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: .75rem;
  padding: .9rem 1.75rem;
  border-radius: 9999px;
  border: 1.5px solid var(--nc-primary);
  background: transparent;
  color: var(--nc-primary);
  text-decoration: none;
  font-family: var(--nc-display);
  font-weight: 700;
  font-size: .98rem;
  letter-spacing: .01em;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
section.nc-section-cols .nc-col-content > p:last-child > a:only-child::after,
section.nc-section-cols .nc-col-content > p:last-of-type > a:only-child::after {
  content: '\2192';
  font-size: 1.1em;
  transition: transform .2s ease;
}
section.nc-section-cols .nc-col-content > p:last-child > a:only-child:hover,
section.nc-section-cols .nc-col-content > p:last-of-type > a:only-child:hover {
  background: var(--nc-primary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -14px color-mix(in srgb, var(--nc-primary) 60%, transparent);
}
section.nc-section-cols .nc-col-content > p:last-child > a:only-child:hover::after,
section.nc-section-cols .nc-col-content > p:last-of-type > a:only-child:hover::after {
  transform: translateX(3px);
}

section.nc-section-cols .nc-col-img {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 4 / 3.2;
  background: linear-gradient(135deg, color-mix(in srgb, var(--nc-primary) 18%, var(--nc-soft)), var(--nc-soft));
  box-shadow: 0 18px 48px -22px rgba(15, 23, 42, .35);
  position: relative;
  z-index: 1;
}
section.nc-section-cols .nc-col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s ease;
}
section.nc-section-cols .nc-col-img:hover img { transform: scale(1.04); }
section.nc-section-cols.is-image-left .nc-col-img { order: -1; }
section.nc-section-cols.is-image-left .nc-col-imgs { order: -1; }
section.nc-section-cols .nc-col-imgs {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  min-width: 0;
  margin: 0;
}
section.nc-section-cols .nc-col-imgs .nc-col-img {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
}
section.nc-section-cols.is-image-top {
  grid-template-columns: 1fr !important;
  align-items: stretch;
}
section.nc-section-cols.is-image-top .nc-col-imgs {
  order: -1;
  width: 100%;
}
section.nc-section-cols.is-image-top .nc-col-img {
  max-height: min(420px, 50vh);
  aspect-ratio: 16 / 9;
}
section.nc-section-cols.is-image-top .nc-col-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 880px) {
  section.nc-hide-mobile,
  .nc-hide-mobile { display: none !important; }
  section.nc-hide-mobile-image .nc-col-img,
  section.nc-hide-mobile-image .nc-col-imgs,
  section.nc-hide-mobile-image figure.nc-col-img { display: none !important; }
  section.nc-force-stack-mobile.nc-section-cols,
  section.nc-section-cols.nc-force-stack-mobile {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  section.nc-section-cols {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    padding: 2rem 1rem !important;
  }
  section.nc-section-cols .nc-col-img { aspect-ratio: 16 / 10; max-height: 320px; }
  section.nc-section-cols.is-image-left .nc-col-img { order: -1; }
  section.nc-section-cols.is-image-left .nc-col-imgs { order: -1; }
}

@media (min-width: 881px) {
  section.nc-hide-desktop,
  .nc-hide-desktop { display: none !important; }
}

.nc-inline-img-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: clamp(1rem, 2.5vw, 1.25rem);
  margin: 1rem 0;
  width: 100%;
}
.nc-inline-img-grid .nc-inline-img,
.nc-inline-img-grid figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--nc-soft, #f1f5f9);
  box-shadow: 0 8px 24px -12px rgba(15, 23, 42, .25);
}
.nc-inline-img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- Services as cards ---------- */
section.nc-section-cards > ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 1.25rem 0 .25rem !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
  gap: 1rem !important;
}
section.nc-section-cards > ul > li {
  list-style: none !important;
  margin: 0 !important;
  padding: 1.4rem 1.25rem 1.25rem !important;
  background: var(--nc-bg);
  border: 1px solid var(--nc-border);
  border-radius: 16px;
  box-shadow: 0 6px 18px -12px rgba(15, 23, 42, .18);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  position: relative;
  overflow: hidden;
}
section.nc-section-cards > ul > li::marker { content: none !important; }
section.nc-section-cards > ul > li::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 44px;
  height: 4px;
  background: linear-gradient(90deg, var(--nc-primary), var(--nc-accent));
  border-radius: 0 0 6px 0;
}
section.nc-section-cards > ul > li:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 40px -22px rgba(15, 23, 42, .25);
  border-color: color-mix(in srgb, var(--nc-primary) 30%, var(--nc-border));
}
section.nc-section-cards > ul > li > strong:first-child,
section.nc-section-cards > ul > li strong:first-child {
  display: block;
  font-family: var(--nc-display);
  font-size: 1.05rem;
  color: var(--nc-text);
  margin-bottom: .4rem;
  letter-spacing: -.01em;
}

/* ---------- Process as numbered stepper ---------- */
section.nc-section-process > ol,
section.nc-section-process > ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 2rem 0 .5rem !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 1.25rem !important;
  counter-reset: nc-step;
}
section.nc-section-process > ol > li,
section.nc-section-process > ul > li {
  list-style: none !important;
  position: relative;
  padding: 1.85rem 1.25rem 1.25rem !important;
  background: var(--nc-bg);
  border: 1px solid var(--nc-border);
  border-radius: 16px;
  counter-increment: nc-step;
  box-shadow: 0 6px 18px -12px rgba(15, 23, 42, .18);
  margin: 0 !important;
}
section.nc-section-process > ol > li::marker,
section.nc-section-process > ul > li::marker { content: none !important; }
section.nc-section-process > ol > li::before,
section.nc-section-process > ul > li::before {
  content: counter(nc-step, decimal-leading-zero);
  position: absolute;
  top: -18px;
  left: 18px;
  min-width: 44px;
  height: 36px;
  padding: 0 .75rem;
  background: linear-gradient(135deg, var(--nc-primary), var(--nc-accent));
  color: #fff;
  font-family: var(--nc-display);
  font-weight: 800;
  font-size: .85rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px -12px color-mix(in srgb, var(--nc-primary) 60%, transparent);
  letter-spacing: .04em;
}
section.nc-section-process > ol > li > strong:first-child,
section.nc-section-process > ul > li > strong:first-child,
section.nc-section-process > ol > li strong:first-child,
section.nc-section-process > ul > li strong:first-child {
  display: block;
  font-family: var(--nc-display);
  color: var(--nc-text);
  margin-bottom: .35rem;
}

/* ---------- Expandable FAQ ---------- */
section.nc-section-faq .nc-faq-item {
  border-top: 1px solid var(--nc-border);
  padding: .25rem 0;
}
section.nc-section-faq .nc-faq-item:first-of-type { border-top: 0; }
section.nc-section-faq .nc-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--nc-display);
  font-weight: 700;
  color: var(--nc-text);
  font-size: 1.02rem;
  padding: 1rem 0;
}
section.nc-section-faq .nc-faq-item summary::-webkit-details-marker { display: none; }
section.nc-section-faq .nc-faq-item summary::after {
  content: '+';
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: var(--nc-soft);
  color: var(--nc-primary);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  transition: background .2s ease, transform .2s ease;
}
section.nc-section-faq .nc-faq-item[open] summary::after {
  content: '−';
  background: color-mix(in srgb, var(--nc-primary) 18%, transparent);
  transform: rotate(180deg);
}
section.nc-section-faq .nc-faq-item summary:hover::after {
  background: color-mix(in srgb, var(--nc-primary) 14%, var(--nc-soft));
}
section.nc-section-faq .nc-faq-item [itemprop="text"] {
  padding: 0 0 1rem;
  color: #475569;
}
section.nc-section-faq .nc-faq-item [itemprop="text"] p { margin: 0 0 .5rem; color: #475569; }
section.nc-section-faq .nc-faq-item [itemprop="text"] p:last-child { margin-bottom: 0; }

/* ---------- Locations / service areas (full-bleed hero + 2-column pins) ---------- */
.nc-main > section.nc-section-locations,
main section.nc-section-locations {
  position: relative;
  isolation: isolate;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 0 2.5rem !important;
  max-width: none !important;
  overflow: hidden;
  min-height: clamp(420px, 55vw, 560px);
}
.nc-main > section.nc-section-locations::before,
main section.nc-section-locations::before { display: none; }
section.nc-section-locations .nc-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #0f172a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.nc-section-locations .nc-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(15, 23, 42, .55) 0%,
      rgba(15, 23, 42, .78) 45%,
      rgba(15, 23, 42, .88) 100%);
}
section.nc-section-locations .nc-container,
section.nc-section-locations .nc-locations-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 5.5rem) clamp(1.25rem, 4vw, 2rem);
  text-align: center;
  color: #fff;
}
section.nc-section-locations .nc-section-title,
section.nc-section-locations .nc-locations-inner > h2,
section.nc-section-locations .nc-locations-inner > h3 {
  font-family: var(--nc-display);
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.02em;
  margin: 0 0 1rem !important;
  color: #fff !important;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .45);
}
section.nc-section-locations .nc-locations-intro,
section.nc-section-locations .nc-locations-inner > p.nc-locations-intro {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.65;
  max-width: 680px;
  margin: 0 auto 2rem !important;
  color: rgba(255, 255, 255, .94) !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .35);
}
section.nc-section-locations .nc-locations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .4rem 2.75rem;
  max-width: 540px;
  margin: 0 auto 1.75rem;
  text-align: left;
}
section.nc-section-locations .nc-locations-col {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.nc-section-locations .nc-location-item {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin: .35rem 0;
}
section.nc-section-locations .nc-location-icon {
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .35));
}
section.nc-section-locations .nc-location-link {
  color: #fff !important;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none !important;
  border-bottom: 0 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
  transition: color .2s ease, transform .2s ease;
}
section.nc-section-locations .nc-location-link:hover {
  color: color-mix(in srgb, #fff 85%, var(--nc-accent)) !important;
  transform: translateX(2px);
}
section.nc-section-locations .nc-locations-description {
  max-width: 720px;
  margin: 0 auto 1.75rem !important;
  font-size: .95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, .88) !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .35);
}
section.nc-section-locations .nc-locations-description a {
  color: #bfdbfe !important;
  border-bottom-color: rgba(191, 219, 254, .55) !important;
}
section.nc-section-locations .nc-locations-cta {
  margin-top: .5rem;
}
section.nc-section-locations .nc-locations-cta .nc-btn:not(.nc-btn-custom),
section.nc-section-locations .nc-locations-cta .button:not(.nc-btn-custom),
section.nc-section-locations .nc-locations-cta a:not(.nc-btn-custom) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.85rem;
  border-radius: 9999px;
  background: var(--nc-accent) !important;
  color: #fff !important;
  border: 0 !important;
  font-family: var(--nc-display);
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none !important;
  box-shadow: 0 14px 32px -12px rgba(0, 0, 0, .45);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
section.nc-section-locations .nc-locations-cta .nc-btn:hover,
section.nc-section-locations .nc-locations-cta .button:hover,
section.nc-section-locations .nc-locations-cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -12px rgba(0, 0, 0, .5);
  filter: brightness(1.05);
}
@media (max-width: 640px) {
  section.nc-section-locations .nc-locations-grid {
    grid-template-columns: 1fr;
    max-width: 280px;
    gap: .25rem;
  }
}

/* ---------- CTA section (full-bleed image card) ---------- */
section.nc-section-cta {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(0rem, 2vw, 1rem) !important;
  margin: 1.5rem auto 2.5rem !important;
  max-width: 1200px;
  border-radius: 0 !important;
}
.nc-cta-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 360px;
  background-color: color-mix(in srgb, var(--nc-secondary) 70%, var(--nc-primary));
  background-image: var(--nc-cta-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: stretch;
  box-shadow: 0 35px 90px -30px rgba(15, 23, 42, .55), 0 12px 32px -18px rgba(15, 23, 42, .25);
  isolation: isolate;
}
.nc-cta-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(2, 6, 23, .92) 0%,
      rgba(2, 6, 23, .86) 32%,
      rgba(2, 6, 23, .46) 58%,
      rgba(2, 6, 23, .18) 100%);
  z-index: 0;
}
.nc-cta-inner {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  padding: clamp(1.5rem, 3.5vw, 2.75rem) clamp(1.5rem, 4vw, 3rem);
  color: #fff;
  max-width: 560px;
  width: 100%;
  background: linear-gradient(90deg, rgba(2, 6, 23, .48), rgba(2, 6, 23, .18), transparent);
  border-radius: 0 24px 0 0;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}
section.nc-section-cta .nc-cta-title {
  font-family: var(--nc-display);
  font-weight: 800;
  font-size: clamp(1.6rem, 2.6vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 0 0 1rem !important;
  color: #fff !important;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .75), 0 1px 2px rgba(0, 0, 0, .9);
}
section.nc-section-cta .nc-cta-title-bold {
  display: block;
  color: #fff !important;
}
section.nc-section-cta .nc-cta-title-script {
  display: block;
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -.01em;
  margin-top: .15em;
  font-size: .95em;
  color: #fff !important;
}
section.nc-section-cta .nc-cta-sub {
  margin: 0 0 1.25rem !important;
  color: rgba(255, 255, 255, .95) !important;
  font-size: .95rem;
  line-height: 1.55;
  max-width: 420px;
  text-shadow: 0 3px 14px rgba(0, 0, 0, .85), 0 1px 2px rgba(0, 0, 0, .9);
}
.nc-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
}
section.nc-section-cta .nc-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .8rem 1.6rem;
  background: #fff !important;
  color: #111827 !important;
  border-radius: 9999px;
  text-decoration: none !important;
  border: 0 !important;
  font-family: var(--nc-display);
  font-weight: 700;
  font-size: .92rem;
  letter-spacing: .01em;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 12px 28px -10px rgba(0, 0, 0, .35);
}
section.nc-section-cta .nc-cta-btn::after {
  content: '\2192';
  font-size: 1.15em;
  transition: transform .2s ease;
}
section.nc-section-cta .nc-cta-btn:hover {
  background: var(--nc-primary) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -10px color-mix(in srgb, var(--nc-primary) 60%, transparent);
}
section.nc-section-cta .nc-cta-btn:hover::after { transform: translateX(4px); }
section.nc-section-cta .nc-cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .8rem 1.35rem;
  border-radius: 9999px;
  border: 1.5px solid rgba(255, 255, 255, .7) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-family: var(--nc-display);
  font-weight: 600;
  font-size: .9rem;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  text-shadow: 0 2px 10px rgba(0, 0, 0, .7);
}
section.nc-section-cta .nc-cta-ghost:hover {
  background: rgba(255, 255, 255, .18);
  border-color: #fff !important;
  transform: translateY(-2px);
}

@media (max-width: 720px) {
  .nc-cta-card { min-height: 360px; border-radius: 22px; }
  .nc-cta-card::before {
    background: linear-gradient(180deg,
      color-mix(in srgb, var(--nc-secondary) 30%, transparent) 0%,
      color-mix(in srgb, var(--nc-secondary) 80%, transparent) 70%,
      var(--nc-secondary) 100%);
  }
  .nc-cta-inner { align-self: flex-end; padding: 1.75rem 1.5rem; }
  .nc-cta-actions { flex-direction: column; align-items: flex-start; }
  .nc-cta-actions a { width: 100%; justify-content: center; }
}

/* ---------- Footer ---------- */
.nc-footer {
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(800px 360px at 10% 0%, color-mix(in srgb, var(--nc-primary) 34%, transparent), transparent 62%),
    radial-gradient(700px 320px at 92% 20%, color-mix(in srgb, var(--nc-accent) 26%, transparent), transparent 60%),
    var(--nc-secondary);
  color: #cbd5e1;
}
.nc-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent);
}
.nc-footer-grid {
  position: relative;
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(180px, .75fr) minmax(240px, .9fr);
  gap: 3rem; padding: 4rem 1.5rem 2.5rem;
}
.nc-footer-cols-1 { grid-template-columns: 1fr; }
.nc-footer-cols-2 { grid-template-columns: minmax(0, 1.25fr) minmax(240px, .9fr); }
.nc-footer .nc-brand { color: #fff; }
.nc-footer .nc-brand-mark { box-shadow: 0 0 0 6px rgba(255,255,255,.08); }
.nc-footer-tag { color: #cbd5e1; margin: 1rem 0 1.35rem; font-size: .98rem; max-width: 31rem; }
.nc-footer-col h4 {
  color: #fff;
  font-size: .78rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.nc-footer-col ul { list-style: none; padding: 0; margin: 0; }
.nc-footer-col li { margin: .55rem 0; color: #cbd5e1; }
.nc-footer-pages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .35rem 1rem;
  max-width: 16rem;
}
.nc-footer-pages li { margin: 0; }
.nc-footer-col-pages .nc-footer-pages a {
  display: block;
  font-size: .9rem;
  line-height: 1.35;
}
.nc-footer a { color: #cbd5e1; }
.nc-footer a:hover { color: #fff; text-decoration: none; }
.nc-social { display: flex; flex-wrap: wrap; gap: .5rem; }
.nc-social a {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 34px;
  padding: .35rem .85rem; border-radius: 9999px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
  font-size: .82rem;
  font-weight: 700;
}
.nc-social a:hover { background: rgba(255,255,255,.18); transform: translateY(-1px); }
.nc-footer-card {
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 18px 40px -26px rgba(0,0,0,.65);
}
.nc-footer-card strong {
  display: block;
  color: #fff;
  margin-bottom: .25rem;
}
.nc-footer-card span {
  display: block;
  color: #cbd5e1;
  font-size: .9rem;
  margin-bottom: .8rem;
}
.nc-footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .65rem .9rem;
  border-radius: 9999px;
  background: var(--nc-accent);
  color: #111827 !important;
  font-weight: 800;
}
.nc-footer-button:hover { background: #fff; color: #111827 !important; }
.nc-footer-bottom {
  position: relative;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1.25rem 0; font-size: .85rem; color: #94a3b8;
  background: rgba(0,0,0,.16);
}

/* ---------- Reveal animations ---------- */
.nc-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; will-change: opacity, transform; }
.nc-reveal.is-visible { opacity: 1; transform: none; }
main section.nc-reveal,
.nc-main > section.nc-reveal {
  transform: none;
  will-change: opacity;
}
main section.nc-reveal.is-visible,
.nc-main > section.nc-reveal.is-visible {
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .nc-reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive (main + footer) ---------- */
@media (max-width: 880px) {
  .nc-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .nc-main { padding: 2.5rem 0 3.5rem; }
  .nc-main > section, main section { padding: 1.5rem 1.25rem; border-radius: 14px; }
  .nc-footer-grid { grid-template-columns: 1fr; gap: 1.75rem; padding: 2.25rem 1.5rem 1.5rem; }
}
/* ---------- NetClix dialogs (AI / builder) ---------- */
dialog.nc-dialog {
  border: 0;
  padding: 0;
  max-width: min(520px, calc(100vw - 2rem));
  width: 100%;
  background: transparent;
  color: inherit;
}
dialog.nc-dialog::backdrop {
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(6px);
  animation: nc-dialog-backdrop-in 0.35s ease;
}
dialog.nc-dialog[open] .nc-dialog-panel {
  animation: nc-dialog-panel-in 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.nc-dialog-panel {
  position: relative;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 20px;
  padding: 1.75rem 1.75rem 1.5rem;
  box-shadow: 0 28px 64px -24px rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.nc-dialog-panel h3 {
  margin: 0 0 0.65rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--nc-text, #0f172a);
}
.nc-dialog-panel p {
  margin: 0 0 0.75rem;
  line-height: 1.65;
  color: #475569;
}
.nc-dialog-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.nc-dialog-close:hover {
  background: #e2e8f0;
  transform: scale(1.05);
}
body.nc-dialog-open { overflow: hidden; }
@keyframes nc-dialog-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes nc-dialog-panel-in {
  from { opacity: 0; transform: translateY(16px) scale(0.96); }
  to { opacity: 1; transform: none; }
}

/* ---------- Scroll / entrance animations ---------- */
.nc-animate {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.nc-animate.is-visible {
  opacity: 1;
  transform: none;
}
.nc-animate-fade-in { transform: none; }
.nc-animate-fade-up { transform: translateY(22px); }
.nc-animate-scale-in { transform: scale(0.94); }
.nc-animate-scale-in.is-visible { transform: scale(1); }
.nc-animate-delay-1 { transition-delay: 0.1s; }
.nc-animate-delay-2 { transition-delay: 0.2s; }
.nc-animate-delay-3 { transition-delay: 0.3s; }

/* Section background image overlay */
section.nc-section-bg {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
section.nc-section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.45));
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}
section.nc-section-bg > * {
  position: relative;
  z-index: 1;
}

/* Hover polish */
.nc-hover-lift {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.nc-hover-lift:hover,
figure.nc-col-img.nc-hover-lift:hover,
figure.nc-inline-img.nc-hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px -20px rgba(15, 23, 42, 0.35);
}
a.nc-btn,
button.nc-btn {
  transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
a.nc-btn:hover,
button.nc-btn:hover,
a.button:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}
figure.nc-col-img:hover img,
figure.nc-inline-img:hover img,
.nc-col-img:hover img {
  transform: scale(1.04);
  transition: transform 0.45s ease;
}

@media (prefers-reduced-motion: reduce) {
  dialog.nc-dialog::backdrop,
  dialog.nc-dialog[open] .nc-dialog-panel { animation: none; }
  .nc-animate { opacity: 1; transform: none; transition: none; }
}

/* ---------- Site-specific theme (site_writers) ---------- */
/* Typography (site design) */
:root {
  --nc-font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --nc-display: 'Plus Jakarta Sans', var(--nc-font);
  --nc-font-accent: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --nc-care-cta: var(--nc-accent);
  --nc-care-blue: var(--nc-primary);
}
body.nc-body { font-family: var(--nc-font); }
.nc-main h1, .nc-main h2, .nc-main h3, main h1, main h2, main h3 { font-family: var(--nc-display); }

/* Section: navbar */
.nc-card, .nc-section-cards .card, .nc-service-card { border-radius: 0 !important; }

/* Section: footer */
.nc-footer { background-color: #1e293b; color: #ffffff; } .nc-footer a { color: #e8a4f9; }
.nc-footer { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); color: #f1f5f9; } .nc-footer a { color: #94a3b8; transition: color 0.3s ease; } .nc-footer a:hover { color: #e8a4f9; } .nc-footer h3, .nc-footer h4 { color: #ffffff; } .nc-footer .footer-contact { border-left: 3px solid #e8a4f9; padding-left: 1rem; } .nc-footer .copyright-bar { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1rem; margin-top: 2rem; }

/* ---------- Site palette (design.json, wins over defaults above) ---------- */
:root {
  --nc-primary: #f3aaea;
  --nc-secondary: #8ed0f0;
  --nc-accent: #e8a4f9;
  --nc-bg: #ffffff;
  --nc-text: #1e293b;
  --nc-care-blue: #e8a4f9;
  --nc-care-sage: #8fae9e;
  --nc-care-beige: #f5f0e8;
  --nc-care-cta: #e8a4f9;
  --nc-care-cta-hover: #e8a4f9;
}
/* ---------- NetClix accessibility widget ---------- */
.nc-a11y-trigger {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 99990;
  width: 3.25rem;
  height: 3.25rem;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #0d9488 0%, #0f766e 100%);
  color: #fff;
  box-shadow: 0 8px 28px rgba(15, 118, 110, 0.45);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nc-a11y-trigger:hover,
.nc-a11y-trigger:focus-visible {
  transform: scale(1.06);
  box-shadow: 0 12px 32px rgba(15, 118, 110, 0.55);
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.nc-a11y-trigger svg {
  width: 1.65rem;
  height: 1.65rem;
  fill: currentColor;
}
.nc-a11y-panel {
  position: fixed;
  left: 1rem;
  bottom: 5rem;
  z-index: 99991;
  width: min(22rem, calc(100vw - 2rem));
  max-height: min(70vh, 32rem);
  background: #f1f5f9;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.28);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
}
.nc-a11y-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.nc-a11y-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(145deg, #0d9488 0%, #0f766e 100%);
  color: #fff;
}
.nc-a11y-panel-head h2 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
}
.nc-a11y-close {
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
}
.nc-a11y-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  padding: 0.75rem;
  overflow-y: auto;
}
.nc-a11y-option {
  border: 0;
  border-radius: 10px;
  background: #fff;
  padding: 0.65rem 0.45rem;
  text-align: center;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 600;
  color: #0f172a;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
.nc-a11y-option:hover {
  background: #ecfeff;
}
.nc-a11y-option.is-active {
  background: #ccfbf1;
  box-shadow: inset 0 0 0 2px #0d9488;
}
.nc-a11y-option-icon {
  display: block;
  font-size: 1.35rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.nc-a11y-reset {
  margin: 0 0.75rem 0.75rem;
  padding: 0.65rem;
  border: 0;
  border-radius: 999px;
  background: #0d9488;
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  cursor: pointer;
}
.nc-a11y-reset:hover {
  background: #0f766e;
}
html.nc-a11y-contrast {
  filter: contrast(1.25);
}
html.nc-a11y-saturation {
  filter: saturate(0.15);
}
html.nc-a11y-big-text {
  font-size: 118%;
}
html.nc-a11y-text-spacing body {
  letter-spacing: 0.06em;
  word-spacing: 0.12em;
}
html.nc-a11y-line-height body {
  line-height: 1.85 !important;
}
html.nc-a11y-text-align main,
html.nc-a11y-text-align .nc-main {
  text-align: center;
}
html.nc-a11y-highlight-links a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
  background: rgba(250, 204, 21, 0.35) !important;
  outline: 2px solid #ca8a04;
  outline-offset: 1px;
}
html.nc-a11y-hide-images img:not(.nc-a11y-trigger img):not(.nc-a11y-panel img) {
  visibility: hidden !important;
}
html.nc-a11y-pause-animations *,
html.nc-a11y-pause-animations *::before,
html.nc-a11y-pause-animations *::after {
  animation-play-state: paused !important;
  transition: none !important;
}
html.nc-a11y-dyslexia body {
  font-family: "Comic Sans MS", "Comic Sans", "OpenDyslexic", Verdana, sans-serif !important;
}
html.nc-a11y-dyslexia body h1,
html.nc-a11y-dyslexia body h2,
html.nc-a11y-dyslexia body h3,
html.nc-a11y-dyslexia body h4 {
  font-family: "Comic Sans MS", "Comic Sans", "OpenDyslexic", Verdana, sans-serif !important;
}
html.nc-a11y-large-cursor,
html.nc-a11y-large-cursor * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' stroke='%23fff' stroke-width='1' d='M4 4 L4 26 L11 19 L16 28 L20 26 L15 17 L24 17 Z'/%3E%3C/svg%3E") 4 4, auto !important;
}
@media (max-width: 640px) {
  .nc-a11y-panel {
    left: 0.5rem;
    right: 0.5rem;
    width: auto;
  }
  .nc-a11y-trigger {
    left: 0.75rem;
    bottom: 0.75rem;
  }
}
