/* ============================================
   Nest Comfort Place — Custom Styles
   Palette: deep forest, terracotta, warm sand
   ============================================ */

:root {
  --ncp-ink: #16302b;
  --ncp-brand: #1f6f5c;
  --ncp-brand-dark: #14513f;
  --ncp-accent: #e07856;
  --ncp-accent-dark: #c85f3f;
  --ncp-sand: #faf4ea;
  --ncp-cream: #fdf9f1;
  --ncp-card: #ffffff;
  --ncp-muted: #5c6f69;
  --ncp-line: #e7ddcb;
  --ncp-radius: 1.25rem;
  --ncp-shadow: 0 18px 45px rgba(22, 48, 43, 0.10);
  --ncp-shadow-hover: 0 26px 60px rgba(22, 48, 43, 0.18);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Manrope', sans-serif;
  color: var(--ncp-ink);
  background: var(--ncp-cream);
  line-height: 1.75;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, .display-font {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

a { text-decoration: none; }

section { position: relative; }

/* ---------- Eyebrow / Section titles ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ncp-accent-dark);
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--ncp-accent);
  display: inline-block;
}
.section-title { font-size: clamp(1.9rem, 3.4vw, 2.8rem); margin: 0.6rem 0 0.8rem; }
.section-lead { color: var(--ncp-muted); max-width: 640px; }
.section-pad { padding: 6rem 0; }
.section-pad-sm { padding: 4.5rem 0; }
.bg-sand { background: var(--ncp-sand); }
.text-accent { color: var(--ncp-accent-dark) !important; }
.text-brand { color: var(--ncp-brand) !important; }
.text-muted-ncp { color: var(--ncp-muted) !important; }

/* ---------- Navbar ---------- */
.site-nav {
  background: rgba(253, 249, 241, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--ncp-line);
  padding: 0.75rem 0;
  transition: box-shadow 0.3s ease;
}
.site-nav.scrolled { box-shadow: 0 10px 30px rgba(22, 48, 43, 0.10); }
.navbar-brand { display: flex; align-items: center; gap: 0.7rem; }
.brand-mark {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--ncp-brand) 0%, var(--ncp-brand-dark) 100%);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.35rem;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.18);
  flex-shrink: 0;
}
.brand-text { line-height: 1.1; }
.brand-text .brand-name {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 1.18rem;
  color: var(--ncp-ink);
  display: block;
}
.brand-text .brand-tag {
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ncp-accent-dark);
  font-weight: 800;
}
.site-nav .nav-link {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ncp-ink);
  margin: 0 0.35rem;
  padding: 0.5rem 0.85rem !important;
  border-radius: 999px;
  transition: all 0.25s ease;
}
.site-nav .nav-link:hover { color: var(--ncp-brand); background: rgba(31, 111, 92, 0.08); }
.site-nav .nav-link.active { color: #fff; background: var(--ncp-brand); }

/* ---------- Buttons ---------- */
.btn-ncp {
  background: var(--ncp-accent);
  color: #fff;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  padding: 0.85rem 1.9rem;
  border-radius: 999px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(224, 120, 86, 0.35);
}
.btn-ncp:hover { background: var(--ncp-accent-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 16px 32px rgba(224, 120, 86, 0.45); }
.btn-ncp-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.7);
  font-weight: 800;
  font-size: 0.92rem;
  padding: 0.78rem 1.85rem;
  border-radius: 999px;
  transition: all 0.3s ease;
}
.btn-ncp-outline:hover { background: #fff; color: var(--ncp-ink); }
.btn-ncp-green {
  background: var(--ncp-brand);
  color: #fff;
  font-weight: 800;
  font-size: 0.92rem;
  padding: 0.85rem 1.9rem;
  border-radius: 999px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(31, 111, 92, 0.3);
}
.btn-ncp-green:hover { background: var(--ncp-brand-dark); color: #fff; transform: translateY(-2px); }
.btn-ncp-sm { padding: 0.55rem 1.35rem; font-size: 0.82rem; }

/* ---------- Hero (Home) ---------- */
.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(105deg, rgba(13, 38, 32, 0.88) 0%, rgba(19, 56, 46, 0.72) 46%, rgba(19, 56, 46, 0.28) 100%),
    url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?q=80&w=2000&auto=format&fit=crop') center/cover no-repeat;
  color: #fff;
  padding: 7rem 0 5rem;
}
.hero .eyebrow { color: #f5c9b4; }
.hero .eyebrow::before { background: var(--ncp-accent); }
.hero-title {
  font-size: clamp(2.4rem, 5.4vw, 4.2rem);
  font-weight: 700;
  margin: 1rem 0 1.3rem;
}
.hero-title em {
  font-style: italic;
  color: #f2b295;
}
.hero-lead { font-size: 1.12rem; color: rgba(255,255,255,0.88); max-width: 560px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 2.2rem; }
.hero-badge {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(6px);
  color: #fff;
  border-radius: 999px;
  padding: 0.45rem 1.15rem;
  font-size: 0.82rem;
  font-weight: 700;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.hero-badge i { color: #f2b295; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  padding: 6.5rem 0 4.5rem;
  color: #fff;
  background: linear-gradient(115deg, rgba(13, 38, 32, 0.9), rgba(31, 111, 92, 0.72)),
    url('https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?q=80&w=2000&auto=format&fit=crop') center/cover no-repeat;
}
.page-hero h1 { font-size: clamp(2.1rem, 4.4vw, 3.3rem); }
.page-hero .eyebrow { color: #f5c9b4; }
.page-hero .eyebrow::before { background: var(--ncp-accent); }
.breadcrumb-ncp { font-size: 0.86rem; color: rgba(255,255,255,0.75); margin-bottom: 0.4rem; font-weight: 700; }
.breadcrumb-ncp a { color: #f2b295; }
.breadcrumb-ncp a:hover { color: #fff; }

/* ---------- Intro / story blocks ---------- */
.img-frame {
  position: relative;
  border-radius: var(--ncp-radius);
  overflow: visible;
}
.img-frame img {
  border-radius: var(--ncp-radius);
  box-shadow: var(--ncp-shadow);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-frame::after {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 2px solid var(--ncp-accent);
  border-radius: var(--ncp-radius);
  z-index: -1;
}
.img-frame.frame-brand::after { border-color: var(--ncp-brand); }

.feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(31, 111, 92, 0.09);
  color: var(--ncp-brand-dark);
  font-weight: 800;
  font-size: 0.85rem;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  margin: 0.3rem 0.35rem 0.3rem 0;
}
.feature-pill i { color: var(--ncp-accent-dark); }

.check-list { list-style: none; padding: 0; margin: 1.2rem 0 0; }
.check-list li {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 0.85rem;
  color: var(--ncp-ink);
  font-weight: 600;
}
.check-list li::before {
  content: "\F26E";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.45rem; height: 1.45rem;
  background: rgba(31, 111, 92, 0.12);
  color: var(--ncp-brand);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

/* ---------- Service cards ---------- */
.service-card {
  background: var(--ncp-card);
  border-radius: var(--ncp-radius);
  overflow: hidden;
  box-shadow: var(--ncp-shadow);
  border: 1px solid var(--ncp-line);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--ncp-shadow-hover); }
.service-card .sc-media {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.service-card .sc-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.service-card:hover .sc-media img { transform: scale(1.08); }
.service-card .sc-icon {
  position: absolute;
  left: 1.25rem;
  bottom: -24px;
  width: 52px; height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--ncp-accent), var(--ncp-accent-dark));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem;
  box-shadow: 0 10px 22px rgba(224, 120, 86, 0.4);
  border: 3px solid #fff;
}
.service-card .sc-body {
  padding: 2.3rem 1.6rem 1.8rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.service-card h3 { font-size: 1.22rem; margin-bottom: 0.6rem; }
.service-card p { color: var(--ncp-muted); font-size: 0.93rem; flex-grow: 1; }
.sc-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 800;
  font-size: 0.88rem;
  color: var(--ncp-brand);
  align-self: flex-start;
  background: rgba(31, 111, 92, 0.09);
  padding: 0.6rem 1.3rem;
  border-radius: 999px;
  transition: all 0.3s ease;
}
.sc-link i { transition: transform 0.3s ease; }
.sc-link:hover { background: var(--ncp-brand); color: #fff; }
.sc-link:hover i { transform: translateX(4px); }

/* ---------- Value / feature cards ---------- */
.value-card {
  background: var(--ncp-card);
  border: 1px solid var(--ncp-line);
  border-radius: var(--ncp-radius);
  padding: 2.2rem 1.8rem;
  height: 100%;
  box-shadow: var(--ncp-shadow);
  transition: transform 0.3s ease;
}
.value-card:hover { transform: translateY(-6px); }
.value-icon {
  width: 62px; height: 62px;
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.value-icon.vi-green { background: rgba(31, 111, 92, 0.12); color: var(--ncp-brand); }
.value-icon.vi-accent { background: rgba(224, 120, 86, 0.14); color: var(--ncp-accent-dark); }
.value-card h3 { font-size: 1.15rem; margin-bottom: 0.55rem; }
.value-card p { color: var(--ncp-muted); font-size: 0.93rem; margin-bottom: 0; }

/* ---------- Process steps (no numbers) ---------- */
.process-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--ncp-radius);
  padding: 2rem 1.6rem;
  height: 100%;
  color: #fff;
  backdrop-filter: blur(6px);
  transition: background 0.3s ease, transform 0.3s ease;
}
.process-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-6px); }
.process-card .pc-icon {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--ncp-accent);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.1rem;
  box-shadow: 0 10px 22px rgba(224, 120, 86, 0.4);
}
.process-card h3 { font-size: 1.12rem; margin-bottom: 0.5rem; }
.process-card p { color: rgba(255,255,255,0.78); font-size: 0.92rem; margin: 0; }
.process-band {
  background:
    linear-gradient(115deg, rgba(13, 38, 32, 0.93), rgba(20, 81, 63, 0.88)),
    url('https://images.unsplash.com/photo-1600585152220-90363fe7e115?q=80&w=2000&auto=format&fit=crop') center/cover fixed no-repeat;
  color: #fff;
}
.process-band .eyebrow { color: #f5c9b4; }
.process-band .section-lead { color: rgba(255,255,255,0.8); }

/* ---------- CTA banner ---------- */
.cta-banner {
  background: linear-gradient(120deg, var(--ncp-accent) 0%, var(--ncp-accent-dark) 100%);
  border-radius: 1.8rem;
  padding: 3.4rem 3rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(224, 120, 86, 0.35);
}
.cta-banner::before {
  content: "\F279";
  font-family: "bootstrap-icons";
  position: absolute;
  right: -30px;
  top: -45px;
  font-size: 13rem;
  color: rgba(255,255,255,0.12);
}
.cta-banner h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
.cta-banner p { color: rgba(255,255,255,0.9); }
.btn-cta-white {
  background: #fff;
  color: var(--ncp-accent-dark);
  font-weight: 800;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  transition: all 0.3s ease;
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}
.btn-cta-white:hover { transform: translateY(-2px); color: var(--ncp-ink); background: #fff; }

/* ---------- Blog cards ---------- */
.blog-card {
  background: var(--ncp-card);
  border-radius: var(--ncp-radius);
  overflow: hidden;
  border: 1px solid var(--ncp-line);
  box-shadow: var(--ncp-shadow);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.blog-card:hover { transform: translateY(-8px); box-shadow: var(--ncp-shadow-hover); }
.blog-card .bc-media { height: 215px; overflow: hidden; position: relative; }
.blog-card .bc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.blog-card:hover .bc-media img { transform: scale(1.08); }
.blog-tag {
  position: absolute;
  top: 1rem; left: 1rem;
  background: rgba(13, 38, 32, 0.82);
  backdrop-filter: blur(6px);
  color: #f2b295;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
}
.blog-card .bc-body { padding: 1.7rem 1.6rem 1.9rem; display: flex; flex-direction: column; flex-grow: 1; }
.blog-card h3 { font-size: 1.22rem; margin-bottom: 0.6rem; }
.blog-card h3 a { color: var(--ncp-ink); transition: color 0.25s ease; }
.blog-card h3 a:hover { color: var(--ncp-accent-dark); }
.blog-card p { color: var(--ncp-muted); font-size: 0.93rem; flex-grow: 1; }
.blog-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ncp-muted);
  margin-bottom: 0.9rem;
}
.blog-meta .avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ncp-brand), var(--ncp-accent));
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 0.85rem;
}
.read-more {
  font-weight: 800;
  font-size: 0.88rem;
  color: var(--ncp-brand);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  align-self: flex-start;
}
.read-more i { transition: transform 0.3s ease; }
.read-more:hover { color: var(--ncp-accent-dark); }
.read-more:hover i { transform: translateX(5px); }

/* ---------- Blog post page ---------- */
.post-hero {
  padding: 6rem 0 4rem;
  color: #fff;
  background: linear-gradient(115deg, rgba(13, 38, 32, 0.92), rgba(31, 111, 92, 0.78)),
    center/cover no-repeat;
}
.post-body { font-size: 1.02rem; color: #33473f; }
.post-body p { margin-bottom: 1.35rem; }
.post-body h2 { font-size: 1.55rem; margin: 2.2rem 0 1rem; color: var(--ncp-ink); }
.post-body ul { padding-left: 0; list-style: none; }
.post-body ul li { position: relative; padding-left: 1.9rem; margin-bottom: 0.8rem; font-weight: 600; }
.post-body ul li::before {
  content: "\F26E";
  font-family: "bootstrap-icons";
  position: absolute; left: 0; top: 0.1rem;
  color: var(--ncp-accent-dark);
  font-size: 0.9rem;
}
.post-quote {
  border-left: 4px solid var(--ncp-accent);
  background: var(--ncp-sand);
  border-radius: 0 1rem 1rem 0;
  padding: 1.6rem 1.8rem;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ncp-ink);
  margin: 2rem 0;
}
.post-figure img { width: 100%; border-radius: var(--ncp-radius); box-shadow: var(--ncp-shadow); }
.side-widget {
  background: var(--ncp-card);
  border: 1px solid var(--ncp-line);
  border-radius: var(--ncp-radius);
  padding: 1.7rem 1.6rem;
  box-shadow: var(--ncp-shadow);
}
.side-widget h4 { font-size: 1.05rem; margin-bottom: 1rem; }
.side-post { display: flex; gap: 0.9rem; align-items: center; padding: 0.7rem 0; border-bottom: 1px dashed var(--ncp-line); }
.side-post:last-child { border-bottom: none; }
.side-post img { width: 64px; height: 64px; border-radius: 0.85rem; object-fit: cover; flex-shrink: 0; }
.side-post a { font-weight: 700; font-size: 0.88rem; color: var(--ncp-ink); line-height: 1.4; }
.side-post a:hover { color: var(--ncp-accent-dark); }

/* ---------- Contact ---------- */
.contact-card {
  background: var(--ncp-card);
  border: 1px solid var(--ncp-line);
  border-radius: var(--ncp-radius);
  padding: 2rem 1.7rem;
  height: 100%;
  box-shadow: var(--ncp-shadow);
  text-align: center;
  transition: transform 0.3s ease;
}
.contact-card:hover { transform: translateY(-6px); }
.contact-card .ci {
  width: 62px; height: 62px;
  margin: 0 auto 1.1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ncp-brand), var(--ncp-brand-dark));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 12px 26px rgba(31, 111, 92, 0.35);
}
.contact-card h3 { font-size: 1.1rem; margin-bottom: 0.45rem; }
.contact-card p, .contact-card a { color: var(--ncp-muted); font-size: 0.95rem; margin: 0; font-weight: 600; }
.contact-card a:hover { color: var(--ncp-accent-dark); }

.form-ncp {
  background: var(--ncp-card);
  border: 1px solid var(--ncp-line);
  border-radius: 1.6rem;
  padding: 2.6rem 2.4rem;
  box-shadow: var(--ncp-shadow);
}
.form-ncp .form-label { font-weight: 800; font-size: 0.85rem; color: var(--ncp-ink); }
.form-ncp .form-control, .form-ncp .form-select {
  border: 1.5px solid var(--ncp-line);
  border-radius: 0.85rem;
  padding: 0.8rem 1.1rem;
  background: var(--ncp-cream);
  font-size: 0.95rem;
}
.form-ncp .form-control:focus, .form-ncp .form-select:focus {
  border-color: var(--ncp-brand);
  box-shadow: 0 0 0 0.22rem rgba(31, 111, 92, 0.14);
  background: #fff;
}
.map-frame {
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: var(--ncp-shadow);
  border: 1px solid var(--ncp-line);
}
.map-frame iframe { display: block; width: 100%; height: 420px; border: 0; }

/* ---------- Newsletter (subscribe / unsubscribe) ---------- */
.newsletter-band {
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  padding: 4.5rem 0;
  background:
    linear-gradient(115deg, rgba(13, 38, 32, 0.92), rgba(20, 81, 63, 0.82)),
    url('https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?q=80&w=2000&auto=format&fit=crop') center/cover no-repeat;
}
.news-card {
  background: var(--ncp-card);
  border-radius: 1.8rem;
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
  overflow: hidden;
}
.news-card .nc-visual {
  min-height: 100%;
  background: linear-gradient(160deg, var(--ncp-brand) 0%, var(--ncp-brand-dark) 70%);
  color: #fff;
  padding: 3rem 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.news-card .nc-visual::after {
  content: "\F4CA";
  font-family: "bootstrap-icons";
  position: absolute;
  right: -40px; bottom: -55px;
  font-size: 14rem;
  color: rgba(255,255,255,0.08);
}
.news-card .nc-visual.unsub::after { content: "\F3B0"; }
.nc-visual h2 { font-size: 1.9rem; margin-bottom: 0.8rem; }
.nc-visual p { color: rgba(255,255,255,0.85); font-size: 0.95rem; }
.nc-visual ul { list-style: none; padding: 0; margin: 1.2rem 0 0; }
.nc-visual ul li { display: flex; gap: 0.7rem; align-items: flex-start; margin-bottom: 0.8rem; font-size: 0.92rem; font-weight: 600; }
.nc-visual ul li i { color: #f2b295; margin-top: 0.2rem; }
.news-card .nc-form { padding: 3rem 2.6rem; }
.news-input-group {
  display: flex;
  gap: 0.6rem;
}
.news-input-group .form-control {
  border: 1.5px solid var(--ncp-line);
  border-radius: 999px;
  padding: 0.85rem 1.3rem;
  background: var(--ncp-cream);
}
.news-input-group .form-control:focus {
  border-color: var(--ncp-brand);
  box-shadow: 0 0 0 0.22rem rgba(31, 111, 92, 0.14);
  background: #fff;
}
.form-note { font-size: 0.8rem; color: var(--ncp-muted); margin-top: 0.9rem; }
.form-note i { color: var(--ncp-brand); }
.news-success {
  display: none;
  border-radius: 1rem;
  padding: 1.1rem 1.3rem;
  font-weight: 700;
  font-size: 0.92rem;
  margin-top: 1.1rem;
}
.news-success.show { display: flex; gap: 0.7rem; align-items: center; }
.news-success.ok { background: rgba(31, 111, 92, 0.1); color: var(--ncp-brand-dark); }
.news-success.warn { background: rgba(224, 120, 86, 0.12); color: var(--ncp-accent-dark); }

/* ---------- Legal pages ---------- */
.legal-content h2 { font-size: 1.4rem; margin: 2.3rem 0 0.9rem; }
.legal-content p, .legal-content li { color: #33473f; }
.legal-content ul { padding-left: 1.2rem; margin-bottom: 1rem; }
.legal-content ul li { margin-bottom: 0.5rem; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ncp-ink);
  color: rgba(255,255,255,0.72);
  padding: 4.5rem 0 0;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ncp-brand), var(--ncp-accent));
}
.site-footer h5 {
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}
.site-footer a { color: rgba(255,255,255,0.72); transition: all 0.25s ease; }
.site-footer a:hover { color: #f2b295; padding-left: 4px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.65rem; font-size: 0.93rem; }
.footer-links li a { display: inline-flex; align-items: center; gap: 0.5rem; }
.footer-links li a::before { content: "\F285"; font-family: "bootstrap-icons"; font-size: 0.7rem; color: var(--ncp-accent); }
.footer-brand .brand-name { color: #fff; }
.footer-social { display: flex; gap: 0.6rem; margin-top: 1.4rem; }
.footer-social a {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.footer-social a:hover { background: var(--ncp-accent); border-color: var(--ncp-accent); color: #fff; padding-left: 0; transform: translateY(-3px); }
.footer-contact-line { display: flex; gap: 0.7rem; align-items: center; margin-bottom: 0.7rem; font-size: 0.93rem; }
.footer-contact-line i { color: var(--ncp-accent); font-size: 1.05rem; }
.footer-contact-line a:hover { padding-left: 0; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 3.5rem;
  padding: 1.4rem 0;
  font-size: 0.85rem;
}
.footer-bottom a { color: rgba(255,255,255,0.85); font-weight: 700; }
.footer-bottom a:hover { color: #f2b295; padding-left: 0; }

/* ---------- Misc ---------- */
.scroll-top {
  position: fixed;
  right: 1.4rem; bottom: 1.4rem;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--ncp-accent);
  color: #fff;
  border: none;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem;
  box-shadow: 0 12px 28px rgba(224, 120, 86, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 999;
}
.scroll-top.visible { opacity: 1; pointer-events: auto; }
.scroll-top:hover { background: var(--ncp-accent-dark); transform: translateY(-3px); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 991.98px) {
  .site-nav .navbar-collapse {
    background: var(--ncp-cream);
    border-radius: 1rem;
    padding: 1rem;
    margin-top: 0.8rem;
    border: 1px solid var(--ncp-line);
    box-shadow: var(--ncp-shadow);
  }
  .hero { min-height: auto; padding: 6rem 0 4.5rem; }
  .section-pad { padding: 4.2rem 0; }
  .cta-banner { padding: 2.6rem 1.8rem; }
  .news-card .nc-form { padding: 2.2rem 1.6rem; }
  .news-card .nc-visual { padding: 2.4rem 1.8rem; }
  .news-input-group { flex-direction: column; }
}
