:root {
  --nfc-ink: #24324a;
  --nfc-ink-soft: #53617a;
  --nfc-accent: #d8c2aa;
  --nfc-accent-dark: #b6916d;
  --nfc-cream: #f4eadf;
  --nfc-cream-light: #fbf7f1;
  --nfc-line: rgba(36, 50, 74, 0.14);
  --nfc-shadow-sm: 0 10px 30px rgba(36, 50, 74, 0.09);
  --nfc-shadow-lg: 0 26px 70px rgba(36, 50, 74, 0.15);
  --nfc-radius-sm: 14px;
  --nfc-radius-md: 24px;
  --nfc-radius-lg: 34px;
  --nfc-content: 1240px;
}

html {
  scroll-behavior: smooth;
}

body.nfc-modern {
  color: var(--nfc-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nfc-modern,
body.nfc-modern p,
body.nfc-modern li,
body.nfc-modern input,
body.nfc-modern textarea,
body.nfc-modern select,
body.nfc-modern button {
  line-height: 1.65;
}

body.nfc-modern a {
  text-underline-offset: 0.18em;
}

body.nfc-modern :focus-visible {
  outline: 3px solid rgba(182, 145, 109, 0.58);
  outline-offset: 3px;
}

body.nfc-modern .elementor-section {
  scroll-margin-top: 96px;
}

body.nfc-modern .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: var(--nfc-content);
}

/* Shared page navigation. Each page currently stores its own Elementor header. */
body.nfc-modern .elementor :is(
  [data-id="2a2adf8"],
  [data-id="307b4ee8"],
  [data-id="7eff4c1a"],
  [data-id="211575f6"],
  [data-id="6e2edf6"],
  [data-id="7304dfd8"]
) {
  position: sticky;
  top: 0;
  z-index: 900;
  border-bottom: 1px solid var(--nfc-line);
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 7px 24px rgba(36, 50, 74, 0.06);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

body.admin-bar.nfc-modern .elementor :is(
  [data-id="2a2adf8"],
  [data-id="307b4ee8"],
  [data-id="7eff4c1a"],
  [data-id="211575f6"],
  [data-id="6e2edf6"],
  [data-id="7304dfd8"]
) {
  top: 32px;
}

body.nfc-modern .elementor-nav-menu--main .elementor-item {
  position: relative;
  color: var(--nfc-ink) !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.035em;
  transition: color 180ms ease;
}

body.nfc-modern .elementor-nav-menu--main .elementor-item::after {
  right: 1rem;
  bottom: 0.7rem;
  left: 1rem;
  height: 2px;
  border-radius: 99px;
  background: var(--nfc-accent) !important;
}

body.nfc-modern .elementor-nav-menu--main .elementor-item:hover,
body.nfc-modern .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: var(--nfc-ink-soft) !important;
}

body.nfc-modern .elementor-menu-toggle {
  border: 1px solid var(--nfc-line);
  border-radius: 999px;
  color: var(--nfc-ink) !important;
  background: #fff !important;
  box-shadow: var(--nfc-shadow-sm);
}

body.nfc-modern .elementor-nav-menu--dropdown {
  border: 1px solid var(--nfc-line);
  border-radius: var(--nfc-radius-md);
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: var(--nfc-shadow-lg);
  overflow: hidden;
}

/* One consistent social cluster replaces the scattered legacy icon widgets. */
body.nfc-modern .nfc-original-social {
  visibility: hidden !important;
}

/* Facebook is removed from every current and legacy placement. */
body.nfc-modern .nfc-facebook-removed,
body.nfc-modern .fa-facebook,
body.nfc-modern .fa-facebook-f,
body.nfc-modern .fa-facebook-square,
body.nfc-modern .fa-facebook-messenger {
  display: none !important;
}

/* WhatsApp is intentionally removed from every current and legacy placement. */
body.nfc-modern .nfc-whatsapp-removed,
body.nfc-modern a[href*="wa.me/"],
body.nfc-modern a[href*="api.whatsapp.com/"],
body.nfc-modern a[href*="whatsapp.com/send"],
body.nfc-modern i.fa-whatsapp {
  display: none !important;
}

/* VK is intentionally removed everywhere; its legacy widget keeps its layout
   slot so the phone and the replacement social cluster cannot collide. */
body.nfc-modern i.fa-vk {
  display: none !important;
}

body.nfc-modern section.nfc-social-header {
  position: relative;
}

body.nfc-modern .nfc-social-bar {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.nfc-modern .nfc-social-bar--desktop {
  position: absolute;
  top: 50%;
  right: max(20px, calc((100vw - var(--nfc-content)) / 2));
  z-index: 3;
  transform: translateY(-50%);
}

body.nfc-modern .nfc-social-link {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nfc-line);
  border-radius: 999px;
  color: var(--nfc-ink) !important;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 5px 16px rgba(36, 50, 74, 0.08);
  font-size: 18px;
  text-decoration: none !important;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

body.nfc-modern .nfc-social-link:hover {
  color: var(--nfc-ink) !important;
  background: var(--nfc-accent);
  transform: translateY(-2px);
}

body.nfc-modern .nfc-social-bar--mobile {
  display: none;
}

body.nfc-modern .nfc-phone-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  white-space: nowrap;
}

body.nfc-modern .nfc-phone-link,
body.nfc-modern .nfc-phone-link span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  color: var(--nfc-ink) !important;
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none !important;
}

body.nfc-modern .nfc-phone-link:hover,
body.nfc-modern .nfc-phone-link:hover span {
  color: var(--nfc-ink-soft) !important;
}

body.nfc-modern .nfc-contact-phone-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

body.nfc-modern .nfc-contact-phone-link {
  display: inline-flex;
  align-items: center;
  color: inherit !important;
  font: inherit;
  line-height: inherit;
  text-decoration: none !important;
}

body.nfc-modern .nfc-contact-phone-link:hover {
  color: var(--nfc-ink-soft) !important;
}

body.nfc-modern .nfc-mobile-phones {
  display: none;
}

body.nfc-modern #feedback,
body.nfc-modern .nfc-feedback-anchor {
  scroll-margin-top: 112px;
}

/* Hero: the poster is always present; desktop video plays once above it. */
body.nfc-modern .elementor-2 [data-id="875e83a"] {
  min-height: min(880px, 86vh) !important;
  padding: clamp(116px, 12vw, 168px) 0 84px !important;
  background-color: var(--nfc-cream) !important;
  background-image: url("hero-video-first.jpg") !important;
  background-image: image-set(
    url("hero-video-first.webp") type("image/webp"),
    url("hero-video-first.jpg") type("image/jpeg")
  ) !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
}

body.nfc-modern .elementor-2 [data-id="875e83a"] > .nfc-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

body.nfc-modern .elementor-2 [data-id="875e83a"] > .nfc-hero-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 1;
  transition: opacity 420ms ease;
}

body.nfc-modern .elementor-2 [data-id="875e83a"] > .nfc-hero-media video.is-finished {
  opacity: 0;
}

body.nfc-modern .elementor-2 [data-id="875e83a"] > .elementor-background-overlay {
  background: linear-gradient(
    90deg,
    rgba(251, 247, 241, 0.98) 0%,
    rgba(251, 247, 241, 0.9) 34%,
    rgba(251, 247, 241, 0.31) 61%,
    rgba(251, 247, 241, 0) 78%
  ) !important;
  opacity: 1 !important;
}

body.nfc-modern .elementor-2 [data-id="875e83a"] > .elementor-container,
body.nfc-modern .elementor-2 [data-id="3a6348e"] > .elementor-container {
  position: relative;
  z-index: 2;
}

body.nfc-modern .elementor-2 [data-id="875e83a"] .elementor-heading-title,
body.nfc-modern .elementor-2 [data-id="3a6348e"] .elementor-heading-title {
  max-width: 730px;
  color: var(--nfc-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(42px, 5vw, 76px) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

body.nfc-modern .elementor-2 [data-id="875e83a"] .elementor-widget-text-editor,
body.nfc-modern .elementor-2 [data-id="3a6348e"] .elementor-widget-text-editor {
  max-width: 680px;
  color: var(--nfc-ink-soft);
  font-size: clamp(16px, 1.5vw, 20px);
}

/* The final hero note sits on the original dark card. Keep its copy readable. */
body.nfc-modern .elementor-2 [data-id="875e83a"] [data-id="4c9bfcf"] .elementor-widget-text-editor,
body.nfc-modern .elementor-2 [data-id="3a6348e"] [data-id="b213abf"] .elementor-widget-text-editor {
  color: var(--nfc-cream-light) !important;
}

body.nfc-modern .elementor-2 [data-id="875e83a"] [data-id="4c9bfcf"] .elementor-widget-text-editor *,
body.nfc-modern .elementor-2 [data-id="3a6348e"] [data-id="b213abf"] .elementor-widget-text-editor * {
  color: inherit !important;
}

body.nfc-modern .elementor-2 [data-id="4c9bfcf"] [data-id="3261258"] > .elementor-element-populated,
body.nfc-modern .elementor-2 [data-id="b213abf"] [data-id="20e0a46"] > .elementor-element-populated {
  border: 1px solid rgba(216, 194, 170, 0.72) !important;
  border-radius: var(--nfc-radius-md);
  background: rgba(36, 50, 74, 0.96) !important;
  box-shadow: var(--nfc-shadow-lg);
}

/* Buttons */
body.nfc-modern .elementor-button,
body.nfc-modern button:where(:not(.elementor-menu-toggle):not(#nfc-cookie-settings):not([data-nfc-consent])),
body.nfc-modern input[type="submit"] {
  min-height: 48px;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: var(--nfc-ink) !important;
  box-shadow: 0 9px 24px rgba(36, 50, 74, 0.18);
  font-weight: 650 !important;
  letter-spacing: 0.015em;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease !important;
}

body.nfc-modern .elementor-button:hover,
body.nfc-modern button:where(:not(.elementor-menu-toggle):not(#nfc-cookie-settings):not([data-nfc-consent])):hover,
body.nfc-modern input[type="submit"]:hover {
  color: var(--nfc-ink) !important;
  background: var(--nfc-accent) !important;
  box-shadow: 0 14px 28px rgba(36, 50, 74, 0.18);
  transform: translateY(-2px);
}

body.nfc-modern .elementor-2 :is([data-id="bd76831"], [data-id="29b09c5"]) .elementor-button {
  border-color: rgba(36, 50, 74, 0.12) !important;
  color: var(--nfc-ink) !important;
  background: var(--nfc-accent) !important;
  box-shadow: 0 12px 28px rgba(36, 50, 74, 0.16);
}

body.nfc-modern .elementor-2 :is([data-id="bd76831"], [data-id="29b09c5"]) .elementor-button:hover {
  color: var(--nfc-cream-light) !important;
  background: var(--nfc-ink) !important;
}

/* Main content rhythm */
body.nfc-modern .elementor-2 :is(
  [data-id="eef1b4e"],
  [data-id="f31651b"],
  [data-id="bde2b51"],
  [data-id="1a075cb"],
  [data-id="f46f38a"],
  [data-id="0cb943c"]
),
body.nfc-modern .elementor-298 :is(
  [data-id="eef1b4e"],
  [data-id="1a075cb"]
) {
  padding-top: clamp(70px, 9vw, 128px) !important;
  padding-bottom: clamp(70px, 9vw, 128px) !important;
}

body.nfc-modern .elementor-2 [data-id="eef1b4e"] {
  background: linear-gradient(145deg, var(--nfc-cream) 0%, var(--nfc-cream-light) 100%) !important;
}

body.nfc-modern .elementor-2 [data-id="70b2903"] > .elementor-widget-wrap {
  padding: clamp(34px, 5vw, 72px) !important;
  border: 1px solid rgba(216, 194, 170, 0.7);
  border-radius: var(--nfc-radius-lg);
  background: var(--nfc-ink) !important;
  background-image: none !important;
  box-shadow: var(--nfc-shadow-lg);
  overflow: hidden;
}

body.nfc-modern .elementor-2 [data-id="70b2903"] > .elementor-element-populated > .elementor-background-overlay {
  background: none !important;
  opacity: 0 !important;
}

body.nfc-modern .elementor-2 [data-id="767f093"] .elementor-divider__text,
body.nfc-modern .elementor-2 [data-id="8116ff9"],
body.nfc-modern .elementor-2 [data-id="8116ff9"] * {
  color: var(--nfc-accent) !important;
}

body.nfc-modern .elementor-2 [data-id="767f093"] .elementor-divider-separator {
  border-color: rgba(216, 194, 170, 0.66) !important;
}

body.nfc-modern .elementor-2 :is([data-id="638a1ad"], [data-id="333b585"]),
body.nfc-modern .elementor-2 :is([data-id="638a1ad"], [data-id="333b585"]) * {
  color: var(--nfc-cream-light) !important;
}

body.nfc-modern .elementor-2 [data-id="e5dfde0"] .elementor-button {
  color: var(--nfc-ink) !important;
  background: var(--nfc-accent) !important;
}

body.nfc-modern .elementor-2 [data-id="e5dfde0"] .elementor-button:hover {
  color: var(--nfc-cream-light) !important;
  background: var(--nfc-ink-soft) !important;
}

body.nfc-modern .elementor-298 [data-id="eef1b4e"] {
  background: linear-gradient(145deg, var(--nfc-cream) 0%, var(--nfc-cream-light) 100%) !important;
}

body.nfc-modern .elementor-298 [data-id="70b2903"] > .elementor-widget-wrap {
  background: transparent !important;
  background-image: none !important;
}

body.nfc-modern .elementor-298 [data-id="70b2903"] > .elementor-element-populated > .elementor-background-overlay {
  background: none !important;
  opacity: 0 !important;
}

body.nfc-modern .elementor-298 [data-id="767f093"] .elementor-divider__text,
body.nfc-modern .elementor-298 :is([data-id="8116ff9"], [data-id="638a1ad"], [data-id="c42c515"]),
body.nfc-modern .elementor-298 :is([data-id="8116ff9"], [data-id="638a1ad"], [data-id="c42c515"]) * {
  color: var(--nfc-ink) !important;
}

body.nfc-modern .elementor-298 [data-id="767f093"] .elementor-divider-separator {
  border-color: rgba(182, 145, 109, 0.62) !important;
}

body.nfc-modern .elementor-widget-image img,
body.nfc-modern .twentytwenty-container,
body.nfc-modern .elementor-widget-google_maps iframe {
  border-radius: var(--nfc-radius-md);
}

body.nfc-modern .elementor-widget-image img,
body.nfc-modern .twentytwenty-container {
  box-shadow: var(--nfc-shadow-sm);
}

body.nfc-modern .elementor-widget-divider .elementor-divider-separator {
  border-color: rgba(182, 145, 109, 0.52) !important;
}

body.nfc-modern .elementor-widget-divider .elementor-divider__text {
  color: var(--nfc-ink) !important;
}

body.nfc-modern .elementor-widget-heading .elementor-heading-title,
body.nfc-modern .elementor-widget-text-editor h1,
body.nfc-modern .elementor-widget-text-editor h2,
body.nfc-modern .elementor-widget-text-editor h3 {
  color: var(--nfc-ink);
  text-wrap: balance;
}

body.nfc-modern [style*="color: #000"],
body.nfc-modern [style*="color:#000"],
body.nfc-modern [style*="color: black"] {
  color: var(--nfc-ink) !important;
}

body.nfc-modern .elementor-2 :is([data-id="1a075cb"], [data-id="0cb943c"]) .elementor-widget-text-editor,
body.nfc-modern .elementor-2 :is([data-id="1a075cb"], [data-id="0cb943c"]) .elementor-widget-text-editor *,
body.nfc-modern .elementor-298 [data-id="1a075cb"] .elementor-widget-text-editor,
body.nfc-modern .elementor-298 [data-id="1a075cb"] .elementor-widget-text-editor * {
  color: var(--nfc-ink) !important;
}

/* Service tabs and cards */
body.nfc-modern .eael-advance-tabs:not(#eael-advance-tabs-ad30196) {
  border: 1px solid var(--nfc-line);
  border-radius: var(--nfc-radius-lg);
  background: #fff;
  box-shadow: var(--nfc-shadow-sm);
  overflow: hidden;
}

body.nfc-modern .eael-advance-tabs:not(#eael-advance-tabs-ad30196) .eael-tab-item-trigger {
  border: 0 !important;
  color: var(--nfc-ink-soft) !important;
  background: var(--nfc-cream-light) !important;
  font-weight: 650;
}

body.nfc-modern .eael-advance-tabs:not(#eael-advance-tabs-ad30196) .eael-tab-item-trigger.active {
  color: #fff !important;
  background: var(--nfc-ink) !important;
}

body.nfc-modern .eael-advance-tabs:not(#eael-advance-tabs-ad30196) .elementor-background-overlay {
  background-color: var(--nfc-ink) !important;
}

/* Price page: visuals only. The existing EAEL structure and templates remain untouched. */
body.nfc-modern .elementor-543 [data-id="ca9bf86"] {
  padding: clamp(70px, 8vw, 116px) 20px !important;
  background: var(--nfc-cream-light) !important;
}

body.nfc-modern #eael-advance-tabs-ad30196 {
  display: grid;
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

body.nfc-modern #eael-advance-tabs-ad30196 .eael-tabs-nav {
  position: sticky;
  top: 104px;
  border: 1px solid var(--nfc-line);
  border-radius: var(--nfc-radius-md);
  background: rgba(244, 234, 223, 0.92);
  box-shadow: var(--nfc-shadow-sm);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
}

body.nfc-modern #eael-advance-tabs-ad30196 .eael-tab-item-trigger {
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--nfc-line) !important;
  color: var(--nfc-ink-soft) !important;
  background: transparent !important;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
  transition: color 160ms ease, background-color 160ms ease, padding-left 160ms ease;
}

body.nfc-modern #eael-advance-tabs-ad30196 .eael-tab-item-trigger:last-child {
  border-bottom: 0 !important;
}

body.nfc-modern #eael-advance-tabs-ad30196 .eael-tab-item-trigger:hover {
  color: var(--nfc-ink-soft) !important;
  background: rgba(255, 255, 255, 0.7) !important;
}

body.nfc-modern #eael-advance-tabs-ad30196 .eael-tab-item-trigger.active {
  padding-left: 26px !important;
  color: #fff !important;
  background: var(--nfc-ink) !important;
  box-shadow: inset 4px 0 0 var(--nfc-accent);
}

body.nfc-modern #eael-advance-tabs-ad30196 .eael-tabs-content {
  min-width: 0;
  border: 1px solid var(--nfc-line) !important;
  border-radius: var(--nfc-radius-md);
  color: var(--nfc-ink) !important;
  background: #fff !important;
  box-shadow: var(--nfc-shadow-sm);
  overflow: hidden;
}

body.nfc-modern #eael-advance-tabs-ad30196 .eael-tabs-content * {
  color: var(--nfc-ink) !important;
}

body.nfc-modern #eael-advance-tabs-ad30196 .eael-tab-content-item {
  padding: clamp(18px, 3vw, 34px) !important;
}

body.nfc-modern #eael-advance-tabs-ad30196 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

body.nfc-modern #eael-advance-tabs-ad30196 tr {
  transition: background-color 150ms ease;
}

body.nfc-modern #eael-advance-tabs-ad30196 tr:hover {
  background: var(--nfc-cream-light);
}

body.nfc-modern #eael-advance-tabs-ad30196 td,
body.nfc-modern #eael-advance-tabs-ad30196 th {
  border-color: var(--nfc-line) !important;
  padding: 13px 12px !important;
  color: var(--nfc-ink);
}

/* Clinic video sits immediately above the original about description. */
body.nfc-modern .nfc-clinic-video {
  padding: clamp(30px, 5vw, 64px) 20px clamp(56px, 7vw, 92px);
  background: linear-gradient(180deg, #fff 0%, var(--nfc-cream) 100%);
}

body.nfc-modern .nfc-clinic-video__inner {
  max-width: 1180px;
  margin: 0 auto;
}

body.nfc-modern .nfc-clinic-video__frame {
  padding: clamp(8px, 1.2vw, 14px);
  border: 1px solid rgba(216, 194, 170, 0.75);
  border-radius: var(--nfc-radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--nfc-shadow-lg);
}

body.nfc-modern .nfc-clinic-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: calc(var(--nfc-radius-lg) - 9px);
  background: var(--nfc-ink);
  object-fit: cover;
}

/* Contact form */
body.nfc-modern .elementor-field-group .elementor-field:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
body.nfc-modern .elementor-field-group input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
body.nfc-modern .elementor-field-group textarea,
body.nfc-modern .elementor-field-group select {
  min-height: 50px;
  border: 1px solid var(--nfc-line) !important;
  border-radius: var(--nfc-radius-sm) !important;
  color: var(--nfc-ink) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: none !important;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.nfc-modern .elementor-field-group textarea.elementor-field {
  min-height: 130px;
}

body.nfc-modern .elementor-field-group .elementor-field:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):focus,
body.nfc-modern .elementor-field-group input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):focus,
body.nfc-modern .elementor-field-group textarea:focus,
body.nfc-modern .elementor-field-group select:focus {
  border-color: var(--nfc-accent) !important;
  box-shadow: 0 0 0 4px rgba(182, 145, 109, 0.15) !important;
}

body.nfc-modern .elementor-field-type-checkbox input[type="checkbox"] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 0.2em 8px 0 0;
  border-radius: 4px !important;
  background: transparent !important;
  box-shadow: none !important;
  accent-color: var(--nfc-ink);
}

/* Existing footer/form section */
body.nfc-modern .elementor [data-id="fa86d1d"] {
  border-top: 1px solid rgba(216, 194, 170, 0.58);
  color: var(--nfc-cream-light);
  background: var(--nfc-ink) !important;
}

body.nfc-modern .elementor [data-id="fa86d1d"] a,
body.nfc-modern .elementor [data-id="fa86d1d"] .elementor-heading-title,
body.nfc-modern .elementor [data-id="fa86d1d"] .elementor-widget-text-editor,
body.nfc-modern .elementor [data-id="fa86d1d"] .elementor-widget-text-editor p,
body.nfc-modern .elementor [data-id="fa86d1d"] .elementor-field-label,
body.nfc-modern .elementor [data-id="fa86d1d"] .elementor-field-subgroup label {
  color: var(--nfc-cream-light) !important;
}

body.nfc-modern .elementor [data-id="fa86d1d"] .elementor-field:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
body.nfc-modern .elementor [data-id="fa86d1d"] textarea,
body.nfc-modern .elementor [data-id="fa86d1d"] select {
  color: var(--nfc-ink) !important;
  background: var(--nfc-cream-light) !important;
}

body.nfc-modern .elementor [data-id="fa86d1d"] .elementor-button,
body.nfc-modern .elementor [data-id="fa86d1d"] button[type="submit"] {
  color: var(--nfc-ink) !important;
  background: var(--nfc-accent) !important;
}

body.nfc-modern .elementor [data-id="fa86d1d"] .elementor-button:hover,
body.nfc-modern .elementor [data-id="fa86d1d"] button[type="submit"]:hover {
  color: var(--nfc-cream-light) !important;
  background: var(--nfc-ink-soft) !important;
}

body.nfc-modern .elementor [data-id="6959bbb"] {
  border-top: 1px solid rgba(216, 194, 170, 0.28);
  background: var(--nfc-ink) !important;
}

/* Legal pages: style only, content remains in the native WordPress editor. */
body.nfc-modern.page-id-3 article#page-3,
body.nfc-modern.page-id-2973 article#page-2973 {
  width: min(100% - 36px, 920px);
  margin: clamp(48px, 8vw, 100px) auto;
  padding: clamp(28px, 5vw, 66px);
  border: 1px solid var(--nfc-line);
  border-radius: var(--nfc-radius-lg);
  background: #fff;
  box-shadow: var(--nfc-shadow-sm);
}

body.nfc-modern.page-id-3 article#page-3 h1,
body.nfc-modern.page-id-2973 article#page-2973 h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.08;
}

/* Cookie controls: preserve IDs and behavior; improve only presentation. */
body.nfc-modern #nfc-cookie-banner {
  border: 1px solid var(--nfc-line);
  border-radius: var(--nfc-radius-md);
  box-shadow: var(--nfc-shadow-lg);
}

body.nfc-modern #nfc-cookie-settings {
  border: 1px solid currentColor !important;
  color: var(--nfc-accent) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-weight: 650;
}

body.nfc-modern #nfc-cookie-banner [data-nfc-consent] {
  min-height: 42px;
  border-radius: 999px;
  box-shadow: none;
}

@media (max-width: 1024px) {
  body.nfc-modern #eael-advance-tabs-ad30196 {
    grid-template-columns: minmax(210px, 0.4fr) minmax(0, 1fr);
    gap: 16px;
  }

  body.nfc-modern #eael-advance-tabs-ad30196 .eael-tab-content-item {
    padding: 18px !important;
  }
}

/* Keep the desktop breakpoint clear at the narrow 768–900px transition. */
@media (min-width: 768px) and (max-width: 900px) {
  body.nfc-modern .nfc-social-bar--desktop {
    right: 8px;
    gap: 4px;
  }

  body.nfc-modern .nfc-social-bar--desktop .nfc-social-link {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  body.admin-bar.nfc-modern .elementor :is(
    [data-id="229e152"],
    [data-id="a9371e1"],
    [data-id="3039a5c2"],
    [data-id="3f5ea30b"],
    [data-id="1df8646"],
    [data-id="2a3906c7"]
  ) {
    top: 46px;
  }

  body.nfc-modern .elementor :is(
    [data-id="229e152"],
    [data-id="a9371e1"],
    [data-id="3039a5c2"],
    [data-id="3f5ea30b"],
    [data-id="1df8646"],
    [data-id="2a3906c7"]
  ) {
    position: sticky;
    top: 0;
    z-index: 900;
    border-bottom: 1px solid var(--nfc-line);
    background: rgba(255, 255, 255, 0.93) !important;
    box-shadow: 0 7px 24px rgba(36, 50, 74, 0.07);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  body.nfc-modern .nfc-social-bar--mobile {
    display: flex;
    position: static;
    justify-content: center;
    padding: 6px 14px 16px;
    border-top: 0;
    background: rgba(255, 255, 255, 0.98);
  }

  body.nfc-modern .nfc-mobile-phones {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 14px 14px 8px;
    border-top: 1px solid var(--nfc-line);
    background: rgba(255, 255, 255, 0.98);
  }

  body.nfc-modern .nfc-contact-phone-list {
    align-items: center;
  }

  body.nfc-modern .nfc-mobile-phones .nfc-phone-link {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    padding: 8px 12px;
    border: 1px solid var(--nfc-line);
    border-radius: 999px;
    background: var(--nfc-cream-light);
    box-sizing: border-box;
    font-size: 15px;
  }

  body.nfc-modern #feedback,
  body.nfc-modern .nfc-feedback-anchor {
    scroll-margin-top: 88px;
  }

  body.nfc-modern .nfc-social-bar--mobile .nfc-social-link {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  body.nfc-modern .nfc-hero-media {
    display: none !important;
  }

  body.nfc-modern .elementor-2 [data-id="3a6348e"] {
    min-height: 700px !important;
    padding: 104px 16px 54px !important;
    background-color: var(--nfc-cream) !important;
    background-image: url("hero-video-first.jpg") !important;
    background-image: image-set(
      url("hero-video-first.webp") type("image/webp"),
      url("hero-video-first.jpg") type("image/jpeg")
    ) !important;
    background-position: 69% bottom !important;
    background-repeat: no-repeat !important;
    background-size: auto 72% !important;
    overflow: hidden;
  }

  body.nfc-modern .elementor-2 [data-id="3a6348e"] > .elementor-background-overlay {
    background: linear-gradient(
      180deg,
      rgba(251, 247, 241, 0.98) 0%,
      rgba(251, 247, 241, 0.95) 46%,
      rgba(251, 247, 241, 0.64) 66%,
      rgba(251, 247, 241, 0.16) 100%
    ) !important;
    opacity: 1 !important;
  }

  body.nfc-modern .elementor-2 [data-id="3a6348e"] .elementor-heading-title {
    max-width: 95%;
    font-size: clamp(39px, 12vw, 58px) !important;
  }

  body.nfc-modern .elementor-2 [data-id="70b2903"] > .elementor-widget-wrap {
    padding: 28px 22px !important;
    border-radius: 24px;
  }

  body.nfc-modern #eael-advance-tabs-ad30196 {
    display: block;
  }

  body.nfc-modern #eael-advance-tabs-ad30196 .eael-tabs-nav {
    position: static;
    margin-bottom: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  body.nfc-modern #eael-advance-tabs-ad30196 .eael-tab-item-trigger,
  body.nfc-modern #eael-advance-tabs-ad30196 .eael-tab-item-trigger.active {
    padding: 15px 18px !important;
    font-size: 14px;
  }

  body.nfc-modern #eael-advance-tabs-ad30196 td,
  body.nfc-modern #eael-advance-tabs-ad30196 th {
    padding: 11px 8px !important;
    font-size: 13px;
  }

  body.nfc-modern .nfc-clinic-video {
    padding-right: 12px;
    padding-left: 12px;
  }

  body.nfc-modern .nfc-clinic-video__frame {
    border-radius: 22px;
  }

  body.nfc-modern .nfc-clinic-video video {
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.nfc-modern *,
  body.nfc-modern *::before,
  body.nfc-modern *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* 0.5 — a clinic-specific, restrained visual system. */
:root {
  --nfc-ink: #142f46;
  --nfc-ink-soft: #526676;
  --nfc-accent: #ddccb5;
  --nfc-accent-dark: #9b7951;
  --nfc-cream: #eee6dc;
  --nfc-cream-light: #f8fafb;
  --nfc-line: #d5dfe6;
  --nfc-shadow-sm: none;
  --nfc-shadow-lg: none;
  --nfc-radius-sm: 5px;
  --nfc-radius-md: 8px;
  --nfc-radius-lg: 12px;
  --nfc-content: 1240px;
}
body.nfc-modern { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 17px; background: #f8fafb; }
body.nfc-modern .elementor-widget-text-editor,
body.nfc-modern .elementor-heading-title,
body.nfc-modern .elementor-divider__text,
body.nfc-modern .eael-tab-title,
body.nfc-modern .elementor-button { font-family: inherit !important; }
body.nfc-modern .elementor-widget-text-editor { line-height: 1.7; }
body.nfc-modern .elementor-button,
body.nfc-modern input[type="submit"] { border-radius: 5px !important; box-shadow: none !important; letter-spacing: 0 !important; }
body.nfc-modern .elementor-button:hover { transform: none; }
body.nfc-modern .elementor-section.elementor-section-boxed > .elementor-container { width: calc(100% - 64px); }
body.nfc-modern .elementor-inner-section.elementor-section-boxed > .elementor-container { width: 100%; }
body.nfc-modern .elementor-widget-image img { box-shadow: none; }
body.nfc-modern .nfc-header { position: relative; z-index: 950; background: #fff; color: #142f46; font-size: 15px; border-bottom: 1px solid #d5dfe6; }
.nfc-header a { text-decoration: none; }
.nfc-header-top { max-width: 1384px; padding: 24px 32px 20px; margin: auto; display: flex; gap: 32px; align-items: center; }
body.nfc-modern .nfc-brand { flex-shrink: 0; width: 262px; line-height: 0; }
.nfc-brand img { display: block; width: 100%; height: auto; border-radius: 0; }
.nfc-header-address { margin-left: auto; display: grid; gap: 2px; line-height: 1.5; color: #526676; font-size: 13px; }
.nfc-header-phones { display: grid; gap: 4px; line-height: 1.5; white-space: nowrap; }
body.nfc-modern .nfc-header-phones a { color: #142f46; font-weight: 600; }
body.nfc-modern .nfc-book { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 28px; border: 1px solid #142f46; border-radius: 5px; background: #142f46; color: #fff; font-size: 15px; font-weight: 600; text-decoration: none; line-height: 1.4; transition: background .16s ease; white-space: nowrap; }
body.nfc-modern .nfc-book:hover { background: #274d6b; color: #fff; }
.nfc-navigation { border-top: 1px solid #e6ebef; }
.nfc-navigation > summary { display: none; }
.nfc-nav-content { max-width: 1384px; padding: 0 32px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nfc-navigation nav { display: flex; gap: 32px; align-items: center; }
body.nfc-modern .nfc-navigation nav a { display: inline-flex; min-height: 53px; align-items: center; color: #142f46; font-size: 15px; }
body.nfc-modern .nfc-navigation nav a:hover { color: #274d6b; text-decoration: underline; text-underline-offset: 6px; }
.nfc-header-socials { display: flex; gap: 20px; }
body.nfc-modern .nfc-header-socials a { color: #526676; font-size: 13px; display: inline-flex; min-height: 44px; align-items: center; }
.nfc-nav-phones { display: none; }
body.nfc-modern .nfc-skip { position: absolute; top: -100px; left: 16px; z-index: 5; color: #fff; background: #142f46; padding: 12px; }
body.nfc-modern .nfc-skip:focus { top: 5px; }
body.nfc-modern .nfc-signature-hero { position: relative; min-height: 670px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: #142f46; color: #fff; }
.nfc-signature-image { position: absolute; inset: 0 0 0 42%; overflow: hidden; }
.nfc-signature-image img, .nfc-signature-image video { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 77% center; }
.nfc-signature-image video { transition: opacity .3s; }
.nfc-signature-image video.is-finished { opacity: 0; }
.nfc-signature-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#142f46 0%,#142f46 35%,rgba(20,47,70,.87) 48%,rgba(20,47,70,.08) 76%); pointer-events: none; }
.nfc-signature-copy { position: relative; z-index: 1; width: min(100% - 64px, 1240px); margin: 0 auto; padding: 68px 0 48px; }
body.nfc-modern .nfc-hero-location { color: #ddccb5; font-size: 16px; line-height: 1.5; margin: 0 0 28px; }
body.nfc-modern .nfc-signature-copy h1 { max-width: 710px; font-family: inherit; font-size: clamp(40px,4.9vw,72px); font-weight: 400; line-height: 1.08; letter-spacing: -.045em; color: #fff; margin: 0 0 26px; }
body.nfc-modern .nfc-hero-description { max-width: 485px; font-size: 18px; line-height: 1.65; color: #e3eaf0; margin: 0 0 34px; }
body.nfc-modern .nfc-book-light { color: #142f46; background: #ddccb5; border-color: #ddccb5; min-width: 178px; }
body.nfc-modern .nfc-book-light:hover { color: #142f46; background: #f1e6d7; }
.nfc-hero-note { position: relative; z-index: 1; max-width: 1240px; width: calc(100% - 64px); margin: 0 auto; border-top: 1px solid rgba(221,204,181,.3); padding: 18px 0 24px; }
body.nfc-modern .nfc-hero-note p { color: #d6e0e8; max-width: 760px; font-size: 12px; line-height: 1.6; margin: 0; }
.nfc-page-intro { padding: 44px max(32px,calc((100vw - 1240px)/2)) 48px; background: #eee6dc; }
.nfc-page-intro nav { font-size: 14px; color: #526676; margin-bottom: 24px; }
.nfc-page-intro nav a { color: #142f46; }
body.nfc-modern .nfc-page-intro h1 { font-family: inherit; font-size: clamp(38px,5vw,64px); font-weight: 400; line-height: 1.12; letter-spacing: -.04em; color: #142f46; margin: 0; }
body.nfc-modern .elementor-2 [data-id="eef1b4e"],
body.nfc-modern .elementor-298 [data-id="eef1b4e"] { background: #f8fafb !important; }
body.nfc-modern .elementor-2 [data-id="70b2903"] > .elementor-widget-wrap { padding: clamp(28px,4vw,56px) !important; border: 0; background: #142f46 !important; border-radius: 8px; }
body.nfc-modern .elementor-2 [data-id="8116ff9"] * { font-size: clamp(30px,3.1vw,44px) !important; font-weight: 400; line-height: 1.2; }
body.nfc-modern .elementor-widget-divider .elementor-divider__text { font-size: 14px; font-weight: 600; letter-spacing: .02em; }
body.nfc-modern .elementor-543 [data-id="ca9bf86"] { padding-top: 44px !important; }
body.nfc-modern #eael-advance-tabs-ad30196 { gap: 36px; }
body.nfc-modern #eael-advance-tabs-ad30196 .eael-tab-item-trigger { border-radius: 4px !important; box-shadow: none !important; }
body.nfc-modern .eael-advance-tabs:not(#eael-advance-tabs-ad30196) { border: 1px solid #d5dfe6; border-radius: 8px; }
body.nfc-modern .nfc-clinic-video { background: #f8fafb; padding-top: 40px; }
body.nfc-modern :focus-visible { outline: 3px solid #477797; outline-offset: 4px; }
body.nfc-modern .nfc-news { width: min(100% - 64px, 1240px); margin: auto; padding: 58px 0 72px; }
.nfc-news-intro { max-width: 720px; margin-bottom: 42px; }
.nfc-news-intro h1 { font-size: clamp(36px,5vw,58px); line-height: 1.15; font-weight: 400; letter-spacing: -.035em; }
.nfc-news-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; }
.nfc-news-card { border-top: 2px solid #142f46; padding: 24px 0; }
.nfc-news-card-media { display: block; margin-bottom: 20px; }
.nfc-news-card-media img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }
.nfc-news-date { display: block; color: #526676; font-size: 14px; margin-bottom: 14px; }
body.nfc-modern .nfc-news-card-title { margin: 0 0 18px; font-size: 25px; line-height: 1.3; font-weight: 500; letter-spacing: -.02em; }
.nfc-news-card-title a { color: #142f46; text-decoration: none; }
.nfc-news-excerpt { font-size: 16px; color: #526676; }
.nfc-news-readmore { display: inline-block; color: #142f46; padding: 10px 0; }
.nfc-news-pagination { display: flex; gap: 12px; align-items: center; padding-top: 32px; }
.nfc-news-pagination .page-numbers { min-width: 44px; padding: 9px 14px; border: 1px solid #d5dfe6; }
.nfc-news-pagination .current { background: #142f46; color: #fff; }
.nfc-news-article-wrap { width: min(100% - 64px, 840px); margin: auto; padding: 56px 0 72px; }
body.nfc-modern .nfc-news-article-title { font-family: inherit; font-size: clamp(34px,4.2vw,55px); font-weight: 400; line-height: 1.13; letter-spacing: -.035em; color: #142f46; margin: 20px 0 30px; }
.nfc-news-article-content { font-size: 18px; line-height: 1.8; }
.nfc-news-article-content h2 { font-family: inherit; font-size: 28px; line-height: 1.3; margin: 40px 0 18px; color: #142f46; }
.nfc-news-article-content a { color: #274d6b; text-decoration: underline; overflow-wrap: anywhere; }
.nfc-news-article-content ul { padding-left: 24px; }
.nfc-news-article-image img { width: 100%; height: auto; }
.nfc-news-footer { padding: 48px max(32px,calc((100vw - 1240px)/2)); background: #142f46; color: #fff; }
.nfc-news-footer a { color: #ddccb5; }
.nfc-news-footer-links { display: flex; flex-wrap: wrap; gap: 16px 24px; font-size: 14px; }
@media (min-width: 1025px) {
  .nfc-navigation:not([open]) > .nfc-nav-content { display: flex; }
}
@media (max-width: 1100px) {
  .nfc-header-top { gap: 20px; }
  .nfc-header-address { display: none; }
  .nfc-header-phones { margin-left: auto; }
  .nfc-navigation nav { gap: 22px; }
  .nfc-header-socials { gap: 12px; }
}
@media (max-width: 767px) {
  body.nfc-modern { font-size: 16px; }
  .nfc-header-top { padding: 16px 20px; gap: 12px; }
  body.nfc-modern .nfc-brand { width: 200px; max-width: 65%; }
  .nfc-header-top > .nfc-book { display: none; }
  .nfc-header-phones { display: none; }
  .nfc-navigation > summary { display: flex; list-style: none; align-items: center; justify-content: space-between; cursor: pointer; padding: 12px 20px; min-height: 48px; font-size: 15px; }
  .nfc-navigation > summary::-webkit-details-marker { display: none; }
  .nfc-menu-mark { width: 20px; height: 12px; border-top: 1px solid #142f46; border-bottom: 1px solid #142f46; }
  .nfc-nav-content { padding: 4px 20px 24px; display: block; }
  .nfc-navigation:not([open]) > .nfc-nav-content { display: none; }
  .nfc-navigation nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; padding-bottom: 16px; }
  body.nfc-modern .nfc-navigation nav a { min-height: 44px; }
  .nfc-header-socials { display: flex; gap: 24px; border-top: 1px solid #d5dfe6; }
  .nfc-nav-phones { display: flex; flex-direction: column; margin-top: 12px; }
  body.nfc-modern .nfc-nav-phones a { color: #142f46; padding: 8px 0; min-height: 44px; }
  body.nfc-modern .nfc-signature-hero { min-height: 690px; justify-content: flex-end; }
  .nfc-signature-image { inset: 0 0 32% 0; }
  .nfc-signature-image img { object-position: 78% top; }
  .nfc-signature-image video { display: none; }
  .nfc-signature-hero::after { background: linear-gradient(0deg,#142f46 0%,#142f46 28%,rgba(20,47,70,.83) 51%,rgba(20,47,70,0) 85%); }
  .nfc-signature-copy { width: calc(100% - 40px); padding: 238px 0 28px; }
  body.nfc-modern .nfc-hero-location { font-size: 14px; max-width: 250px; margin-bottom: 18px; }
  body.nfc-modern .nfc-signature-copy h1 { font-size: clamp(29px,8vw,42px); line-height: 1.13; letter-spacing: -.035em; margin-bottom: 20px; }
  body.nfc-modern .nfc-hero-description { font-size: 16px; margin-bottom: 24px; }
  .nfc-hero-note { width: calc(100% - 40px); padding: 17px 0 22px; }
  body.nfc-modern .nfc-hero-note p { font-size: 12px; }
  .nfc-page-intro { padding: 28px 20px 36px; }
  .nfc-page-intro nav { margin-bottom: 20px; }
  body.nfc-modern .elementor-section.elementor-section-boxed > .elementor-container { width: calc(100% - 32px); }
  body.nfc-modern .elementor-inner-section.elementor-section-boxed > .elementor-container { width: 100%; }
  body.nfc-modern .elementor-2 [data-id="70b2903"] > .elementor-widget-wrap { padding: 28px 24px !important; }
  .nfc-news-grid { grid-template-columns: 1fr; gap: 16px; }
  body.nfc-modern .nfc-news { width: calc(100% - 40px); padding: 36px 0; }
  .nfc-news-article-wrap { width: calc(100% - 40px); padding: 36px 0 48px; }
  .nfc-news-article-content { font-size: 17px; }
  .nfc-news-footer { padding: 36px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .nfc-signature-image video { display: none; }
  body.nfc-modern *, body.nfc-modern *::before, body.nfc-modern *::after { transition-duration: 0s !important; animation-duration: 0s !important; }
}
/* Tablet navigation uses the same accessible disclosure as mobile. */
@media (min-width:768px) and (max-width:1024px) {
  .nfc-navigation > summary { display:flex; list-style:none; align-items:center; justify-content:space-between; padding:12px 32px; min-height:48px; cursor:pointer; }
  .nfc-navigation > summary::-webkit-details-marker { display:none; }
  .nfc-menu-mark { width:20px; height:12px; border-top:1px solid #142f46; border-bottom:1px solid #142f46; }
  .nfc-nav-content { display:block; padding:0 32px 20px; }
  .nfc-navigation:not([open]) > .nfc-nav-content { display:none; }
  .nfc-navigation nav { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0 20px; }
  .nfc-header-socials { border-top:1px solid #d5dfe6; }
}
@media (max-width:767px) {
  body.nfc-modern .nfc-brand { width: min(200px, calc(100% - 126px)); max-width: none; }
  body.nfc-modern .nfc-header-top > .nfc-book { display:inline-flex; min-height:44px; padding:10px 15px; margin-left:auto; font-size:14px; }
}
.nfc-news-pagination ul.page-numbers { list-style:none; display:flex; flex-wrap:wrap; gap:12px; padding:0; border:0; }
.nfc-news-pagination ul.page-numbers li { display:flex; }
body.nfc-modern .nfc-news-footer h2 { color:#fff; font-family:inherit; font-weight:400; }
/* The original price sheets use Elementor columns rather than HTML tables.
   Keep every row and price intact, with sufficient room for both cells. */
body.nfc-modern #eael-advance-tabs-ad30196 .eael-tab-title { font-family: inherit !important; font-size: 15px !important; line-height: 1.45; }
body.nfc-modern #eael-advance-tabs-ad30196 .elementor-top-section > .elementor-container { display: block; width: 100% !important; }
body.nfc-modern #eael-advance-tabs-ad30196 .elementor-top-column { width: 100% !important; }
body.nfc-modern #eael-advance-tabs-ad30196 .elementor-top-column > .elementor-widget-wrap { margin: 0 !important; padding: 0 !important; }
body.nfc-modern #eael-advance-tabs-ad30196 .elementor-inner-section > .elementor-container { display: grid; grid-template-columns: minmax(0,1fr) max-content; gap: 20px; width: 100% !important; }
body.nfc-modern #eael-advance-tabs-ad30196 .elementor-inner-column { width: auto !important; min-width: 0; }
body.nfc-modern #eael-advance-tabs-ad30196 .elementor-inner-column > .elementor-widget-wrap { padding: 10px 0 !important; margin: 0 !important; }
body.nfc-modern #eael-advance-tabs-ad30196 .elementor-inner-column:last-child { text-align: right; }
body.nfc-modern #eael-advance-tabs-ad30196 .elementor-inner-column p { margin: 0; }
body.nfc-modern #eael-advance-tabs-ad30196 .elementor-inner-column .elementor-widget-text-editor { margin-bottom: 0; }
@media (max-width:1100px) {
  body.nfc-modern #eael-advance-tabs-ad30196 { display: grid; grid-template-columns: minmax(0,1fr); gap: 20px; }
  body.nfc-modern #eael-advance-tabs-ad30196 .eael-tabs-nav { position: static; margin: 0; }
  body.nfc-modern #eael-advance-tabs-ad30196 .eael-tabs-nav > ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.nfc-modern #eael-advance-tabs-ad30196 .eael-tab-item-trigger { width: auto !important; padding: 16px 18px !important; }
}
@media (max-width:600px) {
  body.nfc-modern #eael-advance-tabs-ad30196 .eael-tabs-nav > ul { grid-template-columns: minmax(0,1fr); }
  body.nfc-modern #eael-advance-tabs-ad30196 .eael-tab-content-item { padding: 18px 14px !important; }
  body.nfc-modern #eael-advance-tabs-ad30196 .elementor-inner-section > .elementor-container { gap: 12px; }
  body.nfc-modern #eael-advance-tabs-ad30196 .elementor-widget-text-editor { font-size: 14px; line-height: 1.55; }
}
