.elementor-12949 .elementor-element.elementor-element-0ee30b5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS */<style>
/* =========================================================
   NITURE HEADREST COMPARISON ARTICLE
   Hammock 2-inspired visual system
   Prefix: nhc-
   ========================================================= */

.nhc-page,
.nhc-page * {
  box-sizing: border-box;
}

.nhc-page {
  --nhc-black: #111111;
  --nhc-dark: #171717;
  --nhc-dark-card: #202020;
  --nhc-text: #292929;
  --nhc-muted: #686868;
  --nhc-line: #dededb;
  --nhc-soft: #f4f4f1;
  --nhc-soft-2: #ecece8;
  --nhc-white: #ffffff;
  --nhc-red: #d62532;
  --nhc-red-dark: #b51f2a;
  --nhc-red-soft: #fff0f1;
  --nhc-radius-lg: 24px;
  --nhc-radius-md: 16px;
  --nhc-shadow: 0 22px 60px rgba(17, 17, 17, 0.08);
  --nhc-shadow-dark: 0 28px 70px rgba(0, 0, 0, 0.24);

  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--nhc-text) !important;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.75;
  background: transparent;
}

.nhc-page section,
.nhc-page div,
.nhc-page article {
  box-sizing: border-box;
}

.nhc-page img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.nhc-page a {
  color: var(--nhc-red-dark) !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.nhc-page a:hover {
  color: var(--nhc-red) !important;
}

.nhc-section {
  position: relative;
  width: 100%;
  padding: clamp(64px, 8vw, 108px) 24px;
  overflow: hidden;
}

.nhc-section--white {
  background: var(--nhc-white) !important;
}

.nhc-section--soft {
  background: var(--nhc-soft) !important;
}

.nhc-section--soft-2 {
  background: var(--nhc-soft-2) !important;
}

.nhc-section--dark {
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(255, 255, 255, 0.09),
      transparent 32%
    ),
    var(--nhc-black) !important;
}

.nhc-section--red {
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(255, 255, 255, 0.18),
      transparent 34%
    ),
    var(--nhc-red) !important;
}

.nhc-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.nhc-inner--narrow {
  max-width: 900px;
}

.nhc-center {
  text-align: center;
}

.nhc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--nhc-red-dark) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nhc-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  flex: 0 0 30px;
  background: var(--nhc-red) !important;
}

.nhc-center .nhc-eyebrow::before {
  display: none;
}

.nhc-eyebrow--light {
  color: rgba(255, 255, 255, 0.82) !important;
}

.nhc-eyebrow--light::before {
  background: var(--nhc-red) !important;
}

.nhc-page h1,
.nhc-page h2,
.nhc-page h3,
.nhc-page h4 {
  margin-top: 0;
  color: var(--nhc-black) !important;
  font-family: inherit;
  font-weight: 750 !important;
  line-height: 1.13 !important;
  letter-spacing: -0.03em;
}

.nhc-page h1 {
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(40px, 6vw, 76px) !important;
}

.nhc-page h2 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(32px, 4.3vw, 54px) !important;
}

.nhc-page h3 {
  margin-bottom: 13px;
  font-size: clamp(21px, 2.2vw, 27px) !important;
}

.nhc-page h4 {
  margin-bottom: 10px;
  font-size: 18px !important;
}

.nhc-page p,
.nhc-page li,
.nhc-page td,
.nhc-page th {
  color: var(--nhc-text) !important;
}

.nhc-page p {
  margin-top: 0;
  margin-bottom: 20px;
}

.nhc-page p:last-child {
  margin-bottom: 0;
}

.nhc-lead {
  max-width: 850px;
  color: #4f4f4f !important;
  font-size: clamp(19px, 2vw, 23px) !important;
  line-height: 1.65 !important;
}

.nhc-center .nhc-lead {
  margin-right: auto;
  margin-left: auto;
}

.nhc-dark-title,
.nhc-section--dark h1,
.nhc-section--dark h2,
.nhc-section--dark h3,
.nhc-section--dark h4,
.nhc-section--red h1,
.nhc-section--red h2,
.nhc-section--red h3,
.nhc-section--red h4 {
  color: var(--nhc-white) !important;
}

.nhc-section--dark p,
.nhc-section--dark li,
.nhc-section--dark td,
.nhc-section--dark th {
  color: rgba(255, 255, 255, 0.82) !important;
}

.nhc-section--red p,
.nhc-section--red li,
.nhc-section--red td,
.nhc-section--red th {
  color: rgba(255, 255, 255, 0.92) !important;
}

.nhc-section--dark .nhc-lead,
.nhc-section--red .nhc-lead {
  color: rgba(255, 255, 255, 0.84) !important;
}

.nhc-section--dark a,
.nhc-section--red a {
  color: var(--nhc-white) !important;
}

.nhc-section--dark a:hover,
.nhc-section--red a:hover {
  color: #ffd8db !important;
}

.nhc-grid {
  display: grid;
  gap: 24px;
}

.nhc-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nhc-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nhc-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nhc-card {
  height: 100%;
  padding: clamp(25px, 3.4vw, 38px);
  background: var(--nhc-white) !important;
  border: 1px solid var(--nhc-line);
  border-radius: var(--nhc-radius-lg);
  box-shadow: var(--nhc-shadow);
}

.nhc-card h3,
.nhc-card h4 {
  color: var(--nhc-black) !important;
}

.nhc-card p,
.nhc-card li {
  color: var(--nhc-text) !important;
}

.nhc-card--soft {
  background: var(--nhc-soft) !important;
  box-shadow: none;
}

.nhc-card--dark {
  background: var(--nhc-dark-card) !important;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: var(--nhc-shadow-dark);
}

.nhc-card--dark h3,
.nhc-card--dark h4 {
  color: var(--nhc-white) !important;
}

.nhc-card--dark p,
.nhc-card--dark li {
  color: rgba(255, 255, 255, 0.81) !important;
}

.nhc-card--red {
  background: var(--nhc-red) !important;
  border-color: var(--nhc-red);
}

.nhc-card--red h3,
.nhc-card--red h4,
.nhc-card--red p,
.nhc-card--red li {
  color: var(--nhc-white) !important;
}

.nhc-card--outline-red {
  background: var(--nhc-white) !important;
  border: 2px solid var(--nhc-red);
}

.nhc-card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  color: var(--nhc-white) !important;
  font-size: 14px;
  font-weight: 800;
  background: var(--nhc-red) !important;
  border-radius: 50%;
}

.nhc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  color: var(--nhc-red-dark) !important;
  font-size: 22px;
  font-weight: 800;
  background: var(--nhc-red-soft) !important;
  border-radius: 15px;
}

.nhc-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.nhc-list li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 28px;
}

.nhc-list li:last-child {
  margin-bottom: 0;
}

.nhc-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--nhc-red) !important;
  font-weight: 900;
}

.nhc-list--cross li::before {
  content: "×";
}

.nhc-list--white li::before {
  color: var(--nhc-white) !important;
}

.nhc-note {
  margin-top: 30px;
  padding: 25px 28px;
  color: var(--nhc-text) !important;
  background: var(--nhc-red-soft) !important;
  border-left: 5px solid var(--nhc-red);
  border-radius: 0 var(--nhc-radius-md) var(--nhc-radius-md) 0;
}

.nhc-note strong {
  color: var(--nhc-black) !important;
}

.nhc-quote {
  margin: 32px 0 0;
  padding: clamp(28px, 4vw, 46px);
  background: var(--nhc-black) !important;
  border-radius: var(--nhc-radius-lg);
  box-shadow: var(--nhc-shadow-dark);
}

.nhc-quote p {
  margin: 0;
  color: var(--nhc-white) !important;
  font-size: clamp(22px, 3vw, 34px) !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.02em;
}

.nhc-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
}

.nhc-split--reverse {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.nhc-comparison {
  width: 100%;
  margin-top: 36px;
  overflow: hidden;
  background: var(--nhc-white) !important;
  border: 1px solid var(--nhc-line);
  border-radius: var(--nhc-radius-lg);
  box-shadow: var(--nhc-shadow);
}

.nhc-comparison table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.nhc-comparison th,
.nhc-comparison td {
  padding: 19px 22px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--nhc-line);
}

.nhc-comparison th {
  color: var(--nhc-white) !important;
  font-size: 14px;
  font-weight: 800;
  background: var(--nhc-black) !important;
}

.nhc-comparison td {
  color: var(--nhc-text) !important;
  background: var(--nhc-white) !important;
}

.nhc-comparison tr:last-child td {
  border-bottom: 0;
}

.nhc-comparison td:first-child {
  color: var(--nhc-black) !important;
  font-weight: 750;
}

.nhc-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  overflow: hidden;
  background: var(--nhc-white) !important;
  border: 1px solid var(--nhc-line);
  border-radius: var(--nhc-radius-lg);
  box-shadow: var(--nhc-shadow);
}

.nhc-fact {
  padding: 25px;
  border-right: 1px solid var(--nhc-line);
}

.nhc-fact:last-child {
  border-right: 0;
}

.nhc-fact-label {
  display: block;
  margin-bottom: 7px;
  color: var(--nhc-muted) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nhc-fact-value {
  display: block;
  color: var(--nhc-black) !important;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.45;
}

.nhc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.nhc-center .nhc-actions {
  justify-content: center;
}

.nhc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 25px;
  color: var(--nhc-white) !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  border: 2px solid transparent;
  border-radius: 999px;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.nhc-button:hover {
  color: var(--nhc-white) !important;
  transform: translateY(-2px);
}

.nhc-button--red {
  background: var(--nhc-red) !important;
  border-color: var(--nhc-red);
}

.nhc-button--red:hover {
  background: var(--nhc-red-dark) !important;
  border-color: var(--nhc-red-dark);
}

.nhc-button--black {
  background: var(--nhc-black) !important;
  border-color: var(--nhc-black);
}

.nhc-button--black:hover {
  background: #303030 !important;
  border-color: #303030;
}

.nhc-button--outline {
  color: var(--nhc-black) !important;
  background: transparent !important;
  border-color: var(--nhc-black);
}

.nhc-button--outline:hover {
  color: var(--nhc-white) !important;
  background: var(--nhc-black) !important;
}

.nhc-section--dark .nhc-button--outline,
.nhc-section--red .nhc-button--outline {
  color: var(--nhc-white) !important;
  border-color: rgba(255, 255, 255, 0.72);
}

.nhc-section--dark .nhc-button--outline:hover,
.nhc-section--red .nhc-button--outline:hover {
  color: var(--nhc-black) !important;
  background: var(--nhc-white) !important;
  border-color: var(--nhc-white);
}

.nhc-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 27px;
}

.nhc-pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  color: var(--nhc-black) !important;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
  background: var(--nhc-white) !important;
  border: 1px solid var(--nhc-line);
  border-radius: 999px;
}

.nhc-steps {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.nhc-step {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px;
  background: var(--nhc-white) !important;
  border: 1px solid var(--nhc-line);
  border-radius: var(--nhc-radius-md);
}

.nhc-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: var(--nhc-white) !important;
  font-size: 14px;
  font-weight: 850;
  background: var(--nhc-red) !important;
  border-radius: 50%;
}

.nhc-step h3 {
  margin-bottom: 7px;
  font-size: 21px !important;
}

.nhc-step p {
  margin-bottom: 0;
}

.nhc-faq {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.nhc-faq-item {
  padding: 25px 28px;
  background: var(--nhc-white) !important;
  border: 1px solid var(--nhc-line);
  border-radius: var(--nhc-radius-md);
}

.nhc-faq-item h3 {
  margin-bottom: 10px;
  font-size: 20px !important;
}

.nhc-faq-item p {
  margin-bottom: 0;
}

.nhc-source {
  margin-top: 24px;
  color: var(--nhc-muted) !important;
  font-size: 14px !important;
}

.nhc-source a {
  font-weight: 750;
}

.nhc-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.nhc-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  color: var(--nhc-black) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  background: var(--nhc-white) !important;
  border: 1px solid var(--nhc-line);
  border-radius: 999px;
}

.nhc-share a:hover {
  color: var(--nhc-white) !important;
  background: var(--nhc-red) !important;
  border-color: var(--nhc-red);
}

@media (max-width: 900px) {
  .nhc-grid--3,
  .nhc-grid--4,
  .nhc-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nhc-split,
  .nhc-split--reverse {
    grid-template-columns: 1fr;
  }

  .nhc-fact {
    border-bottom: 1px solid var(--nhc-line);
  }

  .nhc-fact:nth-child(2) {
    border-right: 0;
  }

  .nhc-fact:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .nhc-page {
    font-size: 16px;
    line-height: 1.7;
  }

  .nhc-section {
    padding: 58px 18px;
  }

  .nhc-grid--2,
  .nhc-grid--3,
  .nhc-grid--4,
  .nhc-facts {
    grid-template-columns: 1fr;
  }

  .nhc-card {
    padding: 25px 21px;
    border-radius: 20px;
  }

  .nhc-fact,
  .nhc-fact:nth-child(2),
  .nhc-fact:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--nhc-line);
  }

  .nhc-fact:last-child {
    border-bottom: 0;
  }

  .nhc-actions {
    flex-direction: column;
  }

  .nhc-button {
    width: 100%;
  }

  .nhc-step {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 21px 18px;
  }

  .nhc-step-number {
    width: 44px;
    height: 44px;
  }

  .nhc-comparison {
    overflow-x: auto;
    border-radius: 18px;
  }

  .nhc-comparison table {
    min-width: 720px;
  }

  .nhc-comparison th,
  .nhc-comparison td {
    padding: 16px;
  }

  .nhc-share {
    flex-direction: column;
  }

  .nhc-share a {
    width: 100%;
  }
}
</style>/* End custom CSS */