/*!
 * BTR Yazılım Diyetisyen Script — CITRUS tema
 * Warm terracotta + citrus gold · DM Sans
 */
:root {
  --primary: #E8622D;
  --primary-dark: #C14A1E;
  --secondary: #6FA23A;
  --dark: #241B14;
  --text: #2B2118;
  --text-light: #8A7D6D;
  --honey: #F5B942;
  --surface: #FFF8EF;
  --paper: #FFFFFF;
  --line: rgba(36, 27, 20, .1);
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 10px 30px rgba(36, 27, 20, .06);
  --shadow-hover: 0 18px 40px rgba(36, 27, 20, .12);
  --font-family: 'DM Sans', system-ui, sans-serif;
  --font-display: 'DM Sans', system-ui, sans-serif;
  --mint: #EEF3E2;
  --mint-soft: #E1EAD1;
  --accent: #F5B942;
  --primary-rgb: 232, 98, 45;
  --dark-rgb: 36, 27, 20;
}

html { scroll-behavior: smooth; }

body.theme-citrus,
body.theme-vita,
body.page-home {
  font-family: var(--font-family);
  color: var(--text);
  background:
    radial-gradient(900px 420px at 100% -10%, rgba(245, 185, 66, .16), transparent 55%),
    radial-gradient(700px 380px at -8% 20%, rgba(232, 98, 45, .12), transparent 50%),
    linear-gradient(180deg, #FFFBF3 0%, #FFF8EF 100%);
  -webkit-font-smoothing: antialiased;
}

/* ── Utility strip ── */
.nv-util {
  background: var(--dark);
  color: rgba(255,255,255,.72);
  font-size: 13px;
}
.nv-util-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 44px;
  padding: 6px 0;
}
.nv-util a { color: rgba(255,255,255,.72); display: inline-flex; align-items: center; gap: 7px; }
.nv-util a:hover { color: #fff; }
.nv-util-left, .nv-util-right { display: flex; align-items: center; gap: 16px; }
.nv-util .lang-switcher { border-left: 1px solid rgba(255,255,255,.12); padding-left: 12px; display: flex; gap: 4px; }
.nv-util .lang-btn {
  color: rgba(255,255,255,.5);
  padding: 3px 8px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 12px;
}
.nv-util .lang-btn.active,
.nv-util .lang-btn:hover { background: rgba(255,255,255,.12); color: #fff; }
.nv-login {
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 5px 14px;
  color: #fff !important;
  font-weight: 600;
  font-size: 12.5px;
}
.nv-login:hover { background: #fff; color: var(--dark) !important; }

/* ── Main header ── */
.nv-header,
body.theme-citrus .site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.88);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nv-header.scrolled,
body.theme-citrus .site-header.scrolled {
  box-shadow: 0 10px 28px rgba(36, 27, 20, .08);
}
.nv-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 0 10px;
}
.nv-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
  min-width: 0;
  flex: 1;
}
.nv-brand:hover { color: inherit; }
.nv-brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--primary), var(--secondary));
  color: #fff;
  font-size: 1.3rem;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(var(--primary-rgb), .28);
}
.nv-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  min-width: 0;
}
.nv-brand-copy strong {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--dark);
}
.nv-brand-copy small {
  font-size: 11px;
  color: var(--text-light);
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 4px;
}
.nv-brand-img { max-height: 52px; width: auto; }

.nv-nav {
  border-top: 1px solid var(--line);
  padding: 6px 0 14px;
}
.nv-nav .nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.nv-nav .nav-item > .nav-link {
  font-weight: 600;
  font-size: 14px;
  color: var(--text);
  padding: 10px 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.nv-nav .nav-item > .nav-link:hover,
.nv-nav .nav-item:hover > .nav-link {
  background: var(--mint);
  color: var(--primary);
}
.nv-nav .dropdown-menu-custom {
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-hover);
  border-top: 3px solid var(--honey);
}

.nv-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}
.nv-hotline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--dark);
  text-decoration: none;
}
.nv-hotline i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--primary);
  display: grid;
  place-items: center;
}
.nv-hotline em {
  display: block;
  font-style: normal;
  font-size: 11px;
  color: var(--text-light);
  font-weight: 600;
}
.nv-hotline b {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.01em;
}
.nv-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--honey);
  color: #2B1608 !important;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 20px;
  border-radius: var(--radius);
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(245, 185, 66, .35);
  transition: transform .2s ease, background .2s ease;
}
.nv-cta:hover {
  background: #F7C968;
  transform: translateY(-2px);
  color: #2B1608 !important;
}
.nv-cta-light {
  background: #fff;
  color: var(--dark) !important;
  box-shadow: none;
}
.nv-cta-light:hover { background: var(--mint); color: var(--dark) !important; }

/* ── Hero ── */
.nv-hero .hero-swiper,
.nv-hero .hero-stage {
  height: min(82vh, 680px) !important;
  min-height: 500px !important;
  border-radius: 0;
}
.nv-hero .slide-overlay,
.nv-hero .hero-veil {
  background:
    linear-gradient(115deg, rgba(36, 27, 20, .9) 0%, rgba(36, 27, 20, .45) 46%, rgba(232, 98, 45, .2) 100%),
    linear-gradient(180deg, transparent 35%, rgba(36, 27, 20, .55) 100%);
}
.nv-hero-copy { max-width: 620px; padding-bottom: 110px; }
.nv-hero .hero-brand {
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 4.8vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.05;
  color: #fff;
  max-width: 14ch;
  margin: 0 0 16px;
}
.nv-hero .slide-title,
.nv-hero .hero-title {
  font-family: var(--font-family);
  font-size: clamp(1.1rem, 2.1vw, 1.4rem);
  font-weight: 500;
  color: var(--honey);
  margin: 0 0 14px;
  max-width: 34ch;
}
.nv-hero .slide-subtitle {
  color: rgba(255,255,255,.78);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 28px;
  max-width: 42ch;
}
.nv-hero .btn-primary-custom {
  background: var(--honey);
  color: #2B1608 !important;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 14.5px;
}
.nv-hero .btn-primary-custom:hover { background: #F7C968; color: #2B1608 !important; }
.nv-hero .btn-outline-custom {
  border: 1.5px solid rgba(255,255,255,.55);
  color: #fff;
  border-radius: var(--radius);
  padding: 11px 18px;
  font-weight: 600;
  font-size: 14.5px;
}
.nv-hero .btn-outline-custom:hover { background: #fff; color: var(--dark); }
.nv-hero .swiper-pagination-bullet-active { background: var(--honey); width: 24px; border-radius: 999px; }

.nv-quickbar {
  margin-top: -32px;
  position: relative;
  z-index: 5;
  padding-bottom: 8px;
}
.nv-quickbar-form {
  display: grid;
  grid-template-columns: 200px 1.2fr 1fr auto;
  gap: 12px;
  align-items: center;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: var(--shadow-hover);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.nv-quickbar-label span {
  display: block;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-light);
  font-weight: 700;
}
.nv-quickbar-label strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--dark);
}
.nv-quickbar .form-select,
.nv-quickbar .form-control {
  border-radius: 12px !important;
  border: 1px solid var(--line) !important;
  min-height: 46px;
  font-size: 14.5px;
}
.nv-quickbar .btn-primary-custom {
  background: var(--primary);
  color: #fff !important;
  border-radius: var(--radius);
  white-space: nowrap;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 14px;
}

/* ── Stats ── */
.nv-stats { padding: 48px 0 16px; }
.nv-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.nv-stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: var(--shadow);
}
.nv-stat b {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.8vw, 2.15rem);
  font-weight: 750;
  letter-spacing: -.03em;
  color: var(--dark);
  line-height: 1;
}
.nv-stat span {
  display: block;
  margin-top: 8px;
  color: var(--text-light);
  font-weight: 500;
  font-size: 13.5px;
}

/* ── Sections ── */
.nv-section { padding: 96px 0; }
.nv-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 44px;
}
.nv-kicker,
.section-tag {
  display: inline-block;
  color: var(--primary);
  background: var(--mint);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.nv-section-head h2,
.section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 750;
  letter-spacing: -.03em;
  color: var(--dark);
  max-width: none;
  line-height: 1.2;
  margin: 0;
}
.nv-text-link,
.section-link {
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.nv-text-link:hover { color: var(--primary-dark); }

/* Departments strip */
.nv-dept-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.nv-dept {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  transition: transform .3s ease, box-shadow .3s ease;
}
.nv-dept:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); color: inherit; }
.nv-dept-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform .5s ease;
}
.nv-dept:hover .nv-dept-media { transform: scale(1.06); }
.nv-dept.has-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(36,27,20,.82) 100%);
}
.nv-dept-body {
  position: relative;
  z-index: 1;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.nv-dept.has-img .nv-dept-body { color: #fff; }
.nv-dept-body i { color: var(--honey); font-size: 1.15rem; }
.nv-dept:not(.has-img) .nv-dept-body i { color: var(--primary); }
.nv-dept-body strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -.02em;
}
.nv-dept-body em {
  font-style: normal;
  font-size: 13.5px;
  opacity: .82;
  line-height: 1.45;
}

/* Services */
.nv-services { background: linear-gradient(180deg, transparent, rgba(232,98,45,.04)); }
.nv-svc-list {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 18px;
}
.nv-svc {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  box-shadow: var(--shadow);
  transition: transform .3s ease;
}
.nv-svc.is-featured { grid-row: span 2; min-height: 498px; }
.nv-svc:hover { transform: translateY(-4px); color: inherit; }
.nv-svc-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.nv-svc-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(36,27,20,.88));
}
.nv-svc-copy {
  position: relative;
  z-index: 1;
  padding: 22px;
  color: #fff;
}
.nv-svc:not(:has(.nv-svc-media)) .nv-svc-copy { color: var(--text); }
.nv-svc-copy i { color: var(--honey); font-size: 1.2rem; display: block; margin-bottom: 8px; }
.nv-svc-copy h5 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 6px;
}
.nv-svc-copy p { margin: 0; opacity: .85; font-size: 14px; line-height: 1.55; }

/* Dietitians + testimonials grids */
.nv-team,
.nv-testimonials {
  padding-top: 96px;
  padding-bottom: 96px;
}
.team-swiper .swiper-slide,
.testimonials-swiper .swiper-slide { height: auto; }
.team-pagination.swiper-pagination,
.testimonials-pagination.swiper-pagination { bottom: 0 !important; }
.team-pagination .swiper-pagination-bullet,
.testimonials-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--line);
  opacity: 1;
}
.team-pagination .swiper-pagination-bullet-active,
.testimonials-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
  width: 22px;
  border-radius: 999px;
}
.nv-dietitian {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nv-dietitian-photo {
  aspect-ratio: 4 / 5;
  max-height: none;
  min-height: 200px;
  overflow: hidden;
  background: var(--mint);
  flex-shrink: 0;
}
.nv-dietitian-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.nv-dietitian:hover img { transform: scale(1.04); }
.nv-dietitian-meta {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.nv-dietitian-meta h5 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--dark);
}
.nv-dietitian-meta p { color: var(--text-light); margin: 0 0 10px; font-size: 12.5px; }
.nv-dietitian-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: auto; }
.nv-dietitian-actions .btn-sm-primary,
.nv-dietitian-actions .btn-sm-outline {
  font-size: 12.5px;
  padding: 6px 12px;
}

.testimonial-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.testimonial-card blockquote {
  flex: 1;
  margin-bottom: 18px;
  font-size: 15.5px;
  line-height: 1.7;
}
.testimonial-rating { font-size: 14px; margin-bottom: 12px; }
.testimonial-author strong { font-size: 14px; }
.testimonial-author small { font-size: 12.5px; }

/* legacy swiper leftovers */
.testimonials-swiper,
.team-swiper {
  padding: 0 0 44px !important;
  height: auto !important;
  min-height: 0 !important;
}

/* Why */
.nv-why {
  margin: 24px 16px 48px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #241B14 0%, #E8622D 55%, #6FA23A 100%);
  color: rgba(255,255,255,.78);
  padding: 80px 0;
}
.nv-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.nv-why-visual { position: relative; }
.nv-why-photo {
  min-height: 360px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 36px rgba(0,0,0,.22);
}
.nv-why-years {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: var(--honey);
  color: #2B1608;
  border-radius: 14px;
  padding: 14px 16px;
  min-width: 100px;
}
.nv-why-years b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1;
}
.nv-why-years span { font-size: 12px; font-weight: 700; }
.nv-why-copy .nv-kicker {
  background: rgba(255,255,255,.12);
  color: var(--honey);
}
.nv-why-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 750;
  letter-spacing: -.03em;
  color: #fff;
  margin: 0 0 14px;
  max-width: 14ch;
}
.nv-why-lead { font-size: 1rem; line-height: 1.65; margin-bottom: 20px; }
.nv-why-list { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 12px; }
.nv-why-list li { display: flex; gap: 10px; align-items: flex-start; }
.nv-why-list i { color: var(--honey); font-size: 1.05rem; margin-top: 2px; }
.nv-why-list strong { display: block; color: #fff; font-size: 14.5px; }
.nv-why-list span { font-size: 13px; opacity: .75; }
.nv-why-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.nv-why .btn-primary-custom {
  background: var(--honey);
  color: #2B1608 !important;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 14px;
  padding: 11px 18px;
}
.nv-why .btn-outline-custom {
  border: 1.5px solid rgba(255,255,255,.45);
  color: #fff;
  border-radius: var(--radius);
  font-size: 14px;
  padding: 10px 16px;
}
.nv-why .btn-outline-custom:hover { background: #fff; color: var(--dark); }

/* Buttons / common cards compatibility */
body.theme-citrus .btn-primary-custom,
body.theme-citrus .btn.btn-primary,
body.theme-citrus .btn-sm-primary {
  background: var(--primary);
  color: #fff !important;
  border-radius: var(--radius);
  font-weight: 700;
  border: 0;
  font-size: 14px;
  padding: 11px 18px;
}
body.theme-citrus .btn-outline-custom,
body.theme-citrus .btn-sm-outline {
  border: 1.5px solid var(--primary);
  color: var(--primary);
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 14px;
  padding: 10px 16px;
}
body.theme-citrus .btn-outline-custom:hover,
body.theme-citrus .btn-sm-outline:hover {
  background: var(--primary);
  color: #fff;
}
body.theme-citrus .team-card,
body.theme-citrus .news-card,
body.theme-citrus .testimonial-card,
body.theme-citrus .ba-card,
body.theme-citrus .contact-info-card,
body.theme-citrus .contact-form-box {
  border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
body.theme-citrus .page-banner {
  background: linear-gradient(135deg, #241B14, #E8622D) !important;
  border-radius: 0 0 22px 22px;
  padding: 56px 0 !important;
}
body.theme-citrus .page-banner h1 {
  font-family: var(--font-display);
  font-weight: 750;
  letter-spacing: -.03em;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
}
body.theme-citrus .section-pad { padding: 96px 0; }

/* Footer */
.nv-footer { background: #1C130C; color: rgba(255,255,255,.72); margin-top: 40px; }
.nv-footer-cta {
  background: linear-gradient(90deg, #E8622D, #6FA23A);
  color: #fff;
  padding: 34px 0;
}
.nv-footer-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.nv-footer-eyebrow {
  margin: 0 0 4px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .8;
  font-weight: 700;
}
.nv-footer-cta h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 750;
  letter-spacing: -.03em;
}
.nv-footer-main { padding: 64px 0 40px; }
.nv-footer-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 750;
  color: #fff;
  margin-bottom: 14px;
}
.nv-footer-brand p { line-height: 1.65; margin-bottom: 18px; }
.nv-footer-contact { display: grid; gap: 10px; margin-bottom: 18px; }
.nv-footer-contact a,
.nv-footer-contact span {
  color: rgba(255,255,255,.75);
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.nv-footer-contact i { color: var(--honey); }
.nv-footer-heading {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.nv-footer-links { list-style: none; padding: 0; margin: 0; }
.nv-footer-links a {
  color: rgba(255,255,255,.65);
  display: block;
  padding: 5px 0;
  font-size: 14.5px;
}
.nv-footer-links a:hover { color: var(--honey); }
.nv-hours { list-style: none; padding: 0; margin: 0; }
.nv-hours li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 14px;
}
.nv-hours li.closed { opacity: .55; }
.nv-newsletter {
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 28px 0;
}
.nv-newsletter-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.nv-newsletter h5 {
  color: #fff;
  font-family: var(--font-display);
  margin: 0 0 4px;
}
.nv-newsletter p { margin: 0; opacity: .7; }
.nv-newsletter .newsletter-form {
  display: flex;
  gap: 8px;
  min-width: min(100%, 420px);
}
.nv-newsletter .form-control {
  border-radius: var(--radius) !important;
  border: 0 !important;
  min-height: 48px;
}
.nv-newsletter button {
  border: 0;
  border-radius: var(--radius);
  background: var(--honey);
  color: #2B1608;
  font-weight: 700;
  padding: 0 22px;
  white-space: nowrap;
}
.nv-footer-bottom {
  padding: 18px 0;
  font-size: 13.5px;
}
.nv-footer-bottom .footer-bottom-links {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.nv-footer-bottom a { color: rgba(255,255,255,.55); }
.nv-footer-bottom a:hover { color: var(--honey); }
.nv-footer .social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.16);
  display: inline-grid;
  place-items: center;
  color: #fff;
  margin-right: 6px;
}
.nv-footer .social-icon:hover { background: var(--honey); color: #2B1608; border-color: var(--honey); }

/* Motions */
@keyframes citrusReveal {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes citrusKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.06); }
}
.reveal-up { animation: citrusReveal .85s cubic-bezier(.22,1,.36,1) both; }
.nv-hero .slide-bg { animation: citrusKenBurns 14s ease-out both; }

/* Legacy class bridges */
.hero-citrus .quick-appt { display: none; }
body.theme-citrus .top-bar { display: none; }
body.theme-citrus .site-header { display: none; }
body.theme-vita .nv-header { display: block; }

/* Responsive */
@media (max-width: 1199px) {
  body.theme-vita .mobile-menu-btn { display: none; }
  body.theme-vita .main-nav.nv-nav {
    position: static !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    padding: 6px 0 14px !important;
    box-shadow: none !important;
    overflow: visible !important;
    background: transparent !important;
  }
  .nv-hotline { display: none; }
  .nv-dept-strip { grid-template-columns: repeat(2, 1fr); }
  .nv-svc-list { grid-template-columns: 1fr 1fr; }
  .nv-svc.is-featured { grid-row: auto; min-height: 240px; }
}
@media (max-width: 991px) {
  body.theme-vita .mobile-menu-btn { display: flex; }
  .nv-header-top { padding: 14px 0; }
  body.theme-vita .main-nav.nv-nav {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: -100% !important;
    width: min(320px, 88vw) !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 1001 !important;
    padding: 72px 0 24px !important;
    overflow-y: auto !important;
    transition: left .3s ease !important;
    box-shadow: 8px 0 30px rgba(0,0,0,.18) !important;
    border-top: 0 !important;
  }
  body.theme-vita .main-nav.nv-nav.open { left: 0 !important; }
  body.theme-vita .main-nav.nv-nav .nav-list {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
  .nv-quickbar-form { grid-template-columns: 1fr; }
  .nv-stats-grid { grid-template-columns: 1fr 1fr; }
  .nv-why { margin: 12px; border-radius: 24px; padding: 48px 0; }
  .nv-why-grid { grid-template-columns: 1fr; }
  .nv-section-head { flex-direction: column; align-items: flex-start; }
  .nv-hero .hero-swiper,
  .nv-hero .hero-stage { height: 64vh; min-height: 400px; }
  .nv-hero-copy { padding-bottom: 72px; }
  .nv-why { margin: 12px; border-radius: 20px; padding: 44px 0; }
  .nv-why-photo { min-height: 260px; }
  .nv-section { padding: 72px 0; }
}
@media (max-width: 575px) {
  .nv-dept-strip,
  .nv-svc-list,
  .nv-stats-grid { grid-template-columns: 1fr; }
  .nv-brand-copy small { display: none; }
  .nv-actions .nv-cta { padding: 11px 16px; font-size: 13px; }
}