body {
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 1200px;
  background: radial-gradient(circle at center, rgba(80, 171, 255, 0.18) 0%, rgba(0, 0, 0, 0) 60%);
  filter: blur(80px);
  pointer-events: none;
  z-index: -1;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--bs-font-sans-serif);
  line-height: 1.4;
  font-weight: 600;
}

@media (min-width: 768px) {
  .navbar {
    max-width: 28rem;
  }
}

header {
  background-color: rgba(0, 0, 0, 0.0) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background-color 0.3s ease-in-out;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.0) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background-color 0.3s ease-in-out;
}

/* Default (light mode): use full color */

.theme-logo {
  content: url("../../reminderbridge-assets/img//logos/reminderbridge-web-logo-color.svg");
}

/* Force dark version when data-bs-theme="dark" */

[data-bs-theme="dark"] .theme-logo {
  content: url("../../reminderbridge-assets/img//logos/reminderbridge-web-logo-dark.svg");
}

/* Optional: force light version when data-bs-theme="light" */

[data-bs-theme="light"] .theme-logo {
  content: url("../../reminderbridge-assets/img//logos/reminderbridge-web-logo-color.svg");
}

/* Optional override class for white version */

.theme-logo.light {
  content: url("../../reminderbridge-assets/img//logos/reminderbridge-web-logo-color.svg") !important;
}

/* Optional override class for dark version */

.theme-logo.dark {
  content: url("../../reminderbridge-assets/img//logos/reminderbridge-web-logo-dark.svg") !important;
}

/* Optional override class for full-color version */

.theme-logo.color {
  content: url("../../reminderbridge-assets/img//logos/reminderbridge-web-logo-color.svg") !important;
}

/* App Store badge color switch */

.theme-mac-app-store-logo {
  content: url("../../reminderbridge-assets/img//logos/Download_on_the_Mac_App_Store_Badge_US-UK_RGB_blk_092917.svg") !important;
}

[data-bs-theme="light"] .theme-mac-app-store-logo {
  content: url("../../reminderbridge-assets/img//logos/Download_on_the_Mac_App_Store_Badge_US-UK_RGB_blk_092917.svg") !important;
}

[data-bs-theme="dark"] .theme-mac-app-store-logo {
  content: url("../../reminderbridge-assets/img/logos/Download_on_the_Mac_App_Store_Badge_US-UK_RGB_wht_092917.svg") !important;
}

.screenshot-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.video-bg {
  width: 100%;
  display: block;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: var(--bs-primary);
  transition: 0.2s ease;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
  background: var(--bs-primary);
  color: #ffffff;
}

.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 1);
}

.section-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column !important;
}

.section-paragraph {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section-paragraph__width {
  max-width: 28rem;
}

.section-paragraph__width__smaller {
  max-width: 25rem;
}

.tns-nav {
  text-align: center;
  margin-top: 10px;
}

.tns-nav button {
  border-radius: 3px;
  background: rgba(18, 51, 171, 0.5) !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
  margin: 0 5px;
  padding: 5px;
}

.tns-nav button.tns-nav-active {
  background: #1233AB !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tns-controls button[data-controls=prev], .tns-controls button[data-controls=next] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: #212529;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
}

.tns-controls button[data-controls=prev]:hover, .tns-controls button[data-controls=next]:hover {
  background: #1233AB;
  color: #ffffff;
}

.tns-controls button[data-controls=prev] {
  left: 0;
}

.tns-controls button[data-controls=next] {
  right: 0;
}

[data-bs-theme="dark"] h6.text-primary {
  color: #ffffff !important;
}

.bento-grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.bento-card {
  background: rgba(0, 0, 0, 0.04);
  color: #212529;
  padding: 1.75rem;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  transition: 0.25s ease;
}

.bento-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

[data-bs-theme="dark"] .bento-card {
  background: rgba(255, 255, 255, 0.03);
  color: #dee2e6;
  padding: 1.75rem;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  transition: 0.25s ease;
}

/* Hover lift */

.bento-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.06);
}

.bento-card:hover {
  background: rgba(0, 0, 0, 0.08);
}

[data-bs-theme="dark"] .bento-card:hover {
  background: rgba(255, 255, 255, 0.06);
}

/* Larger cards */

.bento-card.large {
  grid-column: span 2;
  min-height: 280px;
}

.bento-card.wide {
  grid-column: span 2;
}

/* Icon style */

.bento-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* Text */

.bento-card h4 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.bento-card p {
  opacity: 0.8;
  font-size: 0.95rem;
}

/* For screenshot cards */

.bento-card.visual img {
  margin-bottom: 1rem;
  border-radius: 12px;
}

/* Tablet and below: collapse to 1 column */

@media (max-width: 991px) {
  .bento-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 991px) {
  .bento-card, .bento-card.large, .bento-card.wide {
    grid-column: span 1 !important;
    width: 100%;
  }
}

/* How it Works Styling */

.how-it-works-grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  width: 85%;
  margin: 0 auto;
}

.how-it-works-card {
  background: rgba(0, 0, 0, 0.04);
  color: #212529;
  padding: 1.75rem;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  transition: 0.25s ease;
}

.how-it-works-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

[data-bs-theme="dark"] .how-it-works-card {
  background: rgba(255, 255, 255, 0.03);
  color: #dee2e6;
  padding: 1.75rem;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  transition: 0.25s ease;
}

/* Hover lift */

.how-it-works-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.06);
}

.how-it-works-card:hover {
  background: rgba(0, 0, 0, 0.08);
}

[data-bs-theme="dark"] .how-it-works-card:hover {
  background: rgba(255, 255, 255, 0.06);
}

/* Larger cards */

.how-it-works-card.large {
  grid-column: span 2;
  min-height: 280px;
}

.how-it-works-card.wide {
  grid-column: span 2;
}

/* Icon style */

.how-it-works-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  /*background-size: contain;*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*color: var(--bs-primary);*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.how-it-works-icon svg.hiw-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.how-it-works-icon {
  color: var(--bs-primary);
}

[data-bs-theme="dark"] .how-it-works-icon {
  color: #dee2e6 !important;
}

/* Force sprite icons to follow the container color */

.how-it-works-icon svg, .how-it-works-icon svg * {
  fill: var(--bs-body-color) !important;
  stroke: var(--bs-body-color) !important;
}

/* Text */

.how-it-works-card h4 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.how-it-works-card p {
  opacity: 0.8;
  font-size: 0.95rem;
}

/* For screenshot cards */

.how-it-works-card.visual img {
  margin-bottom: 1rem;
  border-radius: 12px;
}

/* Tablet and below: collapse to 1 column */

@media (max-width: 991px) {
  .how-it-works-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 991px) {
  .how-it-works-card, .how-it-works-card.large, .how-it-works-card.wide {
    grid-column: span 1 !important;
    width: 100%;
  }
}

/* Shared styling */

.accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 14px;
  overflow: hidden;
}

/* Remove bootstrap default background */

.accordion-button, .accordion-body {
  border: none !important;
  box-shadow: none !important;
}

/* -------------------------------------------------------- */

/* LIGHT THEME */

/* -------------------------------------------------------- */

#faq-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.accordion-item {
  background: linear-gradient(180deg, #ffffff, #f7f9ff);
  border: 1px solid rgba(0, 0, 0, 0.07);
  width: 75%;
}

/* Header */

.accordion-button {
  background: linear-gradient(180deg, #f7f7f9, #f4f6fc);
  color: #1a1d29;
  font-weight: 600;
}

/* Header when expanded */

.accordion-button:not(.collapsed) {
  background: linear-gradient(180deg, #f4f6fc, #eef1fa);
  color: #1a1d29;
}

/* Body */

.accordion-body {
  background: linear-gradient(180deg, #ffffff, #fefcfc);
  color: #333;
  padding: 1.25rem 1.5rem;
}

/* -------------------------------------------------------- */

/* DARK THEME */

/* -------------------------------------------------------- */

[data-bs-theme="dark"] .accordion-item {
  background: linear-gradient(180deg, #0c1320, #0a111c);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

/* Header */

[data-bs-theme="dark"] .accordion-button {
  background: linear-gradient(180deg, #0d1524, #0b1421);
  color: #dfe6f5;
  font-weight: 600;
}

/* Header when expanded */

[data-bs-theme="dark"] .accordion-button:not(.collapsed) {
  background: linear-gradient(180deg, #101a2d, #0c1627);
  color: #ffffff;
}

/* Body */

[data-bs-theme="dark"] .accordion-body {
  background: linear-gradient(180deg, #0f1a2b, #0c1624);
  color: #bfc7d8;
  padding: 1.25rem 1.5rem;
}

/* Main button */

.scroll-progress-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--btn-bg, #f3f3f3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  z-index: 9999;
}

/* Show when scrolling */

.scroll-progress-btn.visible {
  opacity: 1;
  pointer-events: auto;
}

/* Arrow */

.scroll-progress-btn .arrow {
  position: absolute;
  font-size: 20px;
  color: var(--btn-arrow, #222);
  z-index: 2;
}

/* Progress ring */

.progress-ring {
  position: absolute;
  transform: rotate(-90deg);
}

/* Background circle */

.ring-bg {
  fill: none;
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 4;
}

/* Progress circle */

.ring-progress {
  fill: none;
  stroke: #1233ab;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  transition: stroke-dashoffset .15s linear;
}

/* Dark mode (optional) */

@media (prefers-color-scheme: dark) {
  .scroll-progress-btn {
    background: #111;
    --btn-arrow: #fff;
  }
}

@media (prefers-color-scheme: dark) {
  .ring-bg {
    stroke: rgba(255, 255, 255, 0.1);
  }
}

.footer-brand {
  width: 100%;
}

.footer-brand__logo {
  flex-shrink: 0;
}

.footer-brand__logo-img {
  width: 70px;
  height: 90px;
  object-fit: contain;
}

.footer-brand__copy {
  flex: 1 1 240px;
}

@media (max-width: 575.98px) {
  .footer-brand {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .footer-brand__copy {
    text-align: center;
  }
}

footer {
  position: relative;
  overflow: hidden;
}

.footer-brand {
  width: 100%;
}

.footer-brand__logo {
  flex-shrink: 0;
}

.footer-brand__logo-img {
  width: 70px;
  height: 90px;
  object-fit: contain;
}

.footer-brand__copy {
  flex: 1 1 240px;
}

@media (max-width: 575.98px) {
  .footer-brand {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .footer-brand__copy {
    text-align: center;
  }
}

#footer-copyright {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer {
  background-color: #202e4f;
  color: #ffff;
}

[data-bs-theme="dark"] footer {
  background-color: transparent;
}

/* Soft fade at top of footer */

/* Darker, higher-positioned fade */

[data-bs-theme="dark"] footer::before {
  content: "";
  position: absolute;
  top: -380px;
  left: 0;
  width: 100%;
  height: 380px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.80) 40%, rgba(0, 0, 0, 0.0) 100%);
  pointer-events: none;
  z-index: 0;
}

/* Product Extraction */

.pe-visual {
  width: 100%;
  aspect-ratio: 800 / 500;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  padding: 18px;
  background: radial-gradient(900px 500px at 30% 20%, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 55%), linear-gradient(135deg, var(--pe-bg1, #f0b07a), var(--pe-bg2, #f6d1b8));
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

/* Optional: dark theme support if this section is in data-bs-theme="dark" */

[data-bs-theme="dark"] .pe-visual {
  background: radial-gradient(900px 500px at 30% 20%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 55%), linear-gradient(135deg, rgba(20, 26, 34, 1), rgba(14, 18, 24, 1));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.pe-topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.pe-chip {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.10);
  color: rgba(0, 0, 0, 0.80);
  user-select: none;
}

[data-bs-theme="dark"] .pe-chip {
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.85);
}

.pe-engine {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex: 1;
  min-width: 0;
  padding-left: 6px;
}

.pe-engine-name {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.90);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pe-engine-sub {
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.55);
  white-space: nowrap;
}

[data-bs-theme="dark"] .pe-engine-name {
  color: rgba(255, 255, 255, 0.92);
}

[data-bs-theme="dark"] .pe-engine-sub {
  color: rgba(255, 255, 255, 0.65);
}

.pe-expand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: rgba(0, 0, 0, 0.10);
  color: rgba(0, 0, 0, 0.85);
  padding: 8px 10px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  user-select: none;
}

.pe-expand:hover {
  background: rgba(0, 0, 0, 0.14);
}

.pe-expand:focus-visible {
  outline: 2px solid var(--pe-accent, #ff7a18);
  outline-offset: 2px;
}

[data-bs-theme="dark"] .pe-expand {
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.90);
}

[data-bs-theme="dark"] .pe-expand:hover {
  background: rgba(255, 255, 255, 0.14);
}

.pe-chevron {
  display: inline-block;
  transition: transform 180ms ease;
  opacity: 0.9;
}

.pe-visual.is-expanded .pe-chevron {
  transform: rotate(180deg);
}

.pe-panel {
  height: calc(100% - 48px);
  border-radius: 16px;
  background: rgba(12, 14, 18, 0.92);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  position: relative;
}

[data-bs-theme="dark"] .pe-panel {
  background: rgba(10, 12, 16, 0.96);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.40);
}

.pe-panel-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
}

.pe-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}

.pe-dot-red {
  background: rgba(255, 99, 99, 0.95);
}

.pe-dot-yellow {
  background: rgba(255, 208, 76, 0.95);
}

.pe-dot-green {
  background: rgba(76, 217, 100, 0.95);
}

.pe-path {
  margin-left: 8px;
  opacity: 0.95;
  white-space: nowrap;
}

.pe-status {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.70);
  white-space: nowrap;
}

.pe-list {
  list-style: none;
  padding: 14px;
  margin: 0;
  display: grid;
  gap: 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13px;
  line-height: 1.2;
}

.pe-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.90);
  opacity: 0;
  transform: translateY(6px);
  animation: peIn 260ms ease forwards;
}

.pe-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.85);
  flex-shrink: 0;
}

.pe-filename {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pe-more {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.78);
}

.pe-visual.is-expanded .pe-more {
  display: none;
}

.pe-hint {
  position: absolute;
  left: 30px;
  bottom: 14px;
  font-size: 12px;
  color: rgba(21, 122, 223, 1.00);
  user-select: none;
}

[data-bs-theme="dark"] .pe-hint {
  color: rgba(255, 255, 255, 0.58);
}

@keyframes peIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pe-item {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pe-chevron {
    transition: none;
  }
}

.product-hero {
  position: relative;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(18, 51, 171, 0.30), rgba(18, 51, 171, 0.02));
  border: 1px solid rgba(18, 51, 171, 0.025);
  overflow: hidden;
}

[data-bs-theme="dark"] .product-hero {
  background: linear-gradient(135deg, rgba(18, 51, 171, 0.35), rgba(5, 8, 15, 0.85));
  border-color: rgba(255, 255, 255, 0.08);
}

.product-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(18, 51, 171, 0.12);
  color: var(--bs-primary);
}

.product-hero__card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

[data-bs-theme="dark"] .product-hero__card {
  background: rgba(13, 18, 28, 0.85);
  border-color: rgba(255, 255, 255, 0.05);
}

.product-engine-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.product-engine-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.product-engine-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

[data-bs-theme="dark"] .product-engine-list li {
  border-color: rgba(255, 255, 255, 0.08);
}

.engine-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.engine-status-badge {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(18, 51, 171, 0.12);
  color: var(--bs-primary);
  border: 1px solid rgba(18, 51, 171, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.engine-status-badge .bi {
  line-height: 1;
}

[data-bs-theme="dark"] .engine-status-badge {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}

.engine-status-text {
  font-weight: 600;
}

.product-checklist {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
  gap: 0.85rem;
  padding-left: 0;
  list-style: none;
}

.product-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.product-checklist .bi {
  color: var(--bs-primary);
  font-size: 1.2rem;
}

.stat-card {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 1.5rem;
  height: 100%;
}

[data-bs-theme="dark"] .stat-card {
  background: rgba(13, 18, 28, 0.85);
  border-color: rgba(255, 255, 255, 0.06);
}

.stat-card__value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.product-highlight-img {
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.workflow-card {
  border-radius: 28px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.7);
}

[data-bs-theme="dark"] .workflow-card {
  background: rgba(13, 18, 28, 0.85);
  border-color: rgba(255, 255, 255, 0.07);
}

.workflow-steps {
  counter-reset: workflow-step;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  gap: 1.5rem;
}

.workflow-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.workflow-steps li::before {
  counter-increment: workflow-step;
  content: counter(workflow-step);
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--bs-primary);
  color: #ffffff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.testimonial-card {
  border-radius: 24px;
  padding: 2.5rem;
  background: radial-gradient(circle at top, rgba(18, 51, 171, 0.22), rgba(18, 51, 171, 0.05));
  border: 1px solid rgba(18, 51, 171, 0.15);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
}

[data-bs-theme="dark"] .testimonial-card {
  background: radial-gradient(circle at top, rgba(18, 51, 171, 0.45), rgba(5, 8, 15, 0.85));
  border-color: rgba(255, 255, 255, 0.08);
}

.testimonial-quote {
  font-size: 1.25rem;
  font-weight: 600;
}

.integrations-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}

[data-bs-theme="dark"] .integrations-pill {
  background: rgba(13, 18, 28, 0.85);
  border-color: rgba(255, 255, 255, 0.06);
}

.cta-panel {
  border-radius: 32px;
  padding: 3rem;
  text-align: center;
  background: radial-gradient(circle at top right, rgba(18, 51, 171, 0.3), rgba(18, 51, 171, 0.05));
  border: 1px solid rgba(18, 51, 171, 0.15);
  position: relative;
  overflow: hidden;
}

[data-bs-theme="dark"] .cta-panel {
  background: radial-gradient(circle at top right, rgba(18, 51, 171, 0.5), rgba(5, 8, 15, 0.9));
  border-color: rgba(255, 255, 255, 0.08);
}

/* Outline button contrast adjustments */

[data-bs-theme="light"] .btn-outline-light {
  color: var(--bs-primary);
  border-color: rgba(18, 51, 171, 0.45);
  background-color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

[data-bs-theme="light"] .btn-outline-light:hover, [data-bs-theme="light"] .btn-outline-light:focus-visible, [data-bs-theme="light"] .btn-outline-light:active {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.25rem rgba(18, 51, 171, 0.15);
}

.pricing-panel {
  max-width: 760px;
  margin: 0 auto 4rem;
}

.pricing-card {
  border-radius: 32px;
  padding: 3rem;
  background: radial-gradient(circle at top right, rgba(18, 51, 171, 0.18), rgba(18, 51, 171, 0.04));
  border: 1px solid rgba(18, 51, 171, 0.2);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.15);
}

[data-bs-theme="dark"] .pricing-card {
  background: radial-gradient(circle at top right, rgba(18, 51, 171, 0.45), rgba(5, 8, 15, 0.85));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}

.pricing-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  background: rgba(18, 51, 171, 0.12);
  color: var(--bs-primary);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.pricing-card__title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.pricing-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.pricing-price__amount-group {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.75rem;
}

.pricing-price__amount {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.pricing-price__amount-group {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
}

.pricing-price__amount--old {
  text-decoration: line-through;
  opacity: 0.65;
  font-weight: 500;
  color: rgba(33, 37, 41, 0.75);
}

.pricing-price__amount--new {
  color: var(--bs-primary);
}

.pricing-price__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pricing-price__offer {
  margin-top: 0.35rem;
  font-size: 0.85rem;
  text-transform: none;
  letter-spacing: 0.02em;
  color: rgba(33, 37, 41, 0.65);
}

.pricing-card__subtitle {
  max-width: 32rem;
  margin: 0 auto 2rem;
  color: rgba(33, 37, 41, 0.8);
}

[data-bs-theme="dark"] .pricing-card__subtitle {
  color: rgba(255, 255, 255, 0.75);
}

[data-bs-theme="dark"] .pricing-price__offer {
  color: rgba(255, 255, 255, 0.8);
}

[data-bs-theme="dark"] .pricing-price__amount--old {
  color: rgba(255, 255, 255, 0.65);
}

.pricing-checklist {
  max-width: 32rem;
  margin: 0 auto 2rem;
  display: grid;
  gap: 0.85rem;
}

.pricing-checklist li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
}

.pricing-checklist .bi {
  color: var(--bs-primary);
  font-size: 1.25rem;
  line-height: 1;
}

.pricing-card__cta .btn {
  min-width: 220px;
}

.pricing-card__cta p {
  margin-top: 1rem;
}

@media (max-width: 575.98px) {
  .pricing-card {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .pricing-price {
    flex-direction: column;
    align-items: center;
  }
}

.download-grid {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.download-card {
  border-radius: 24px;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

[data-bs-theme="dark"] .download-card {
  background: rgba(13, 18, 28, 0.9);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
}

.download-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.25);
}

.download-card__icon {
  width: 72px;
  height: 72px;
  margin-bottom: 1rem;
}

.download-card__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.download-card__text {
  margin-bottom: 1.5rem;
  color: rgba(33, 37, 41, 0.8);
}

[data-bs-theme="dark"] .download-card__text {
  color: rgba(255, 255, 255, 0.75);
}

.download-card .btn {
  border-radius: 999px;
}

@media (max-width: 767.98px) {
  .download-card {
    padding: 1.5rem;
  }
}

.macos-logo {
  height: 1.5rem;
  width: auto;
}

.linux-logo {
  height: 3.5rem;
  width: auto;
}

.windows-logo {
  height: 1.5rem;
  width: auto;
}

.logo-dark {
  display: none;
}

[data-bs-theme="dark"] .logo-light {
  display: none;
}

[data-bs-theme="dark"] .logo-dark {
  display: inline-block;
}

.pricing-price {
  display: block !important;
  text-align: center;
}

.pricing-original {
  font-size: 1rem;
  opacity: 0.6;
  margin-bottom: 0.25rem;
}

.pricing-current {
  display: inline-block;
}

.pricing-price__amount {
  font-size: 3rem;
  font-weight: 700;
}

.pricing-price__meta {
  margin-left: 0.25rem;
  display: inline-block;
}

