/* Navori brand tokens — red accent + dark navy neutral.
   Scoped to this partner page per the vendor-CSS-isolation convention. */
:root {
  --navori-teal: #E30613;
  --navori-teal-dark: #b8000f;
  --navori-navy: #181a18;
}

.navori-accent {
  color: var(--navori-teal);
}

.navori-labs-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  isolation: isolate;
}

.navori-labs-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--navori-navy);
  background-image: url('/images/navori_labs/level-up-your-digital-signage_1.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.navori-labs-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at center, rgba(15, 30, 69, 0.88) 0%, rgba(15, 30, 69, 0.78) 30%, rgba(15, 30, 69, 0.55) 50%, rgba(15, 30, 69, 0.25) 68%, rgba(15, 30, 69, 0) 85%),
    linear-gradient(180deg, rgba(8, 14, 31, 0.35) 0%, rgba(8, 14, 31, 0) 25%, rgba(8, 14, 31, 0) 75%, rgba(8, 14, 31, 0.4) 100%);
}

.navori-labs-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 20px 15px;
}

.navori-labs-hero-content h1 {
  font-weight: 800;
  font-size: 2.75rem;
  margin-bottom: 1.25rem;
}

.navori-labs-hero-content p {
  font-size: 1.1rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.btn-theme {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  box-sizing: border-box;
  width: fit-content;
  flex: 0 0 auto;
  margin: 1.5rem auto 0;
  padding: 12px 32px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 15px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transform: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:focus-visible,
.btn-theme:active {
  background-color: var(--navori-teal);
  color: #ffffff;
  border-color: var(--navori-teal);
  outline: none;
  box-shadow: none;
  transform: none;
}

.btn-theme-2 {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  box-sizing: border-box;
  width: fit-content;
  padding: 12px 32px;
  background-color: var(--navori-teal);
  color: #ffffff;
  border: 2px solid var(--navori-teal);
  border-radius: 15px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-theme-2:hover,
.btn-theme-2:focus,
.btn-theme-2:focus-visible,
.btn-theme-2:active {
  background-color: transparent;
  color: #181A18;
  border-color: #ffffff;
  border-color: var(--navori-navy);
}

.navori-section {
  padding: 90px 0;
  background-color: #f5f7fc;
}

.navori-section h2 {
  font-weight: 800;
  color: var(--navori-navy);
  margin-bottom: 1rem;
}

.navori-section > .container > .row.text-center p {
  margin: 0 auto 3rem;
  color: #6b7a9a;
}

.navori-section .row + .row {
  margin-top: 1.5rem;
}

.navori-section .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e4e8f0;
  border-radius: 8px;
  padding: 32px 28px;
  margin-bottom: 1.5rem;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(15, 30, 69, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.navori-section .card .text-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.navori-section .card .btn-link {
  align-self: flex-start;
  margin-top: auto;
  padding: 0;
  padding-top: 1.25rem;
  color: var(--navori-teal-dark);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.navori-section .card .btn-link i {
  margin-left: 0.35rem;
  transition: transform 0.2s ease;
}

.navori-section .card .btn-link:hover {
  color: var(--navori-teal);
}

.navori-section .card .btn-link:hover i {
  transform: translateX(3px);
}

.navori-section .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(15, 30, 69, 0.12);
}

.navori-section .card-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.navori-section .card .text-wrapper h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navori-navy);
  margin-bottom: 0.75rem;
}

.navori-section .card .text-wrapper p {
  color: #6b7a9a;
  font-size: 14px;
  margin-bottom: 0;
}

.qompose-section {
  padding: 100px 0;
}

.qompose-section h2 {
  font-weight: 800;
  margin-bottom: 1.25rem;
}

.qompose-section p {
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

.qompose-section .row + .row {
  margin-top: 4rem;
}

.qompose-section .row + .row + .row {
  margin-top: 1.5rem;
}

.qompose-section .card-qompose {
  height: 100%;
  border: 1px solid rgb(231, 231, 231);
  border-radius: 8px;
  padding: 28px 24px;
  margin-bottom: 1.5rem;
  background-color: rgba(255, 255, 255, 0.04);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.qompose-section .card-qompose:hover {
  transform: translateY(-4px);
  background-color: rgba(255, 255, 255, 0.08);
  border-color: var(--navori-teal);
}

.qompose-section .card-qompose .card-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.qompose-section .card-qompose .text-wrapper h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.qompose-section .card-qompose .text-wrapper p {
  font-size: 13px;
  margin-bottom: 0;
}

.stix-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.stix-intro-text h3 {
  font-weight: 800;
  color: var(--navori-navy);
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.stix-intro-text .stix-eyebrow {
  color: var(--navori-teal-dark);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 1rem;
}

.stix-section .row {
  margin-bottom: 1.5rem;
}

.stix-section .card-stix {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e4e8f0;
  border-radius: 8px;
  padding: 32px 28px;
  margin-bottom: 1.5rem;
  background-color: #f5f7fc;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stix-section .card-stix .text-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.stix-section .card-stix .btn-link {
  align-self: flex-start;
  margin-top: auto;
  padding: 0;
  padding-top: 1.25rem;
  color: var(--navori-teal-dark);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.stix-section .card-stix .btn-link i {
  margin-left: 0.35rem;
  transition: transform 0.2s ease;
}

.stix-section .card-stix .btn-link:hover {
  color: var(--navori-teal);
}

.stix-section .card-stix .btn-link:hover i {
  transform: translateX(3px);
}

.stix-section .card-stix:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(15, 30, 69, 0.1);
}

.stix-section .card-stix .card-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.stix-section .card-stix .text-wrapper h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navori-navy);
  margin-bottom: 0.5rem;
}

.stix-section .card-stix .text-wrapper p {
  color: #6b7a9a;
  font-size: 14px;
  margin-bottom: 0;
}

.stix-section .card-stix-image {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-bottom: 2.5rem;
  text-align: center;
}

.stix-section .card-stix-image:hover {
  transform: none;
  box-shadow: none;
}

.stix-section .card-stix-image img {
  border-radius: 12px;
  max-height: 340px;
  object-fit: contain;
  margin: 0 auto;
}

.faq-section {
  padding: 90px 0;
  background-color: #f5f7fc;
}

.faq-section h2 {
  font-weight: 800;
  color: var(--navori-navy);
  margin-bottom: 3rem;
}

.faq-section .accordion-item {
  border: 1px solid #e4e8f0;
  border-radius: 8px !important;
  margin-bottom: 1rem;
  overflow: hidden;
}

.faq-section .accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: var(--navori-navy);
  background-color: #ffffff;
  padding: 20px 24px;
  box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
  color: var(--navori-teal-dark);
  background-color: #ffffff;
  box-shadow: none;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
  border-color: #e4e8f0;
}

.faq-section .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181a18'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E30613'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.faq-section .accordion-body {
  color: #6b7a9a;
  font-size: 14px;
  padding: 4px 24px 24px;
}

@media (max-width: 768px) {
  .navori-labs-hero-content h1 {
    font-size: 2rem;
  }
}

html {
  scroll-behavior: smooth;
}