.container.product-detail {
  width: min(980px, 92vw);
  margin: 0 auto;
}

.product-detail {
  display: grid;
  gap: 2rem;
}

.product-detail > * {
  width: 100%;
}

.product-meta {
  display: flex;
  justify-content: flex-start;
}

.product-detail p {
  color: var(--muted);
}

.product-detail a.pr_link {
  color: var(--accent-2);
  font-weight: 600;
}

.product-detail a.pr_link:hover {
  color: var(--accent);
}

.product-detail .float_l,
.product-detail .float_r {
  float: none;
}

.product-detail .col_w250,
.product-detail .col_w330,
.product-detail .col_w350,
.product-detail .col_w400,
.product-detail .col_w450,
.product-detail .col_w500,
.product-detail .col_w700,
.product-detail .col_w730,
.product-detail .col_w890,
.product-detail .col_w960,
.product-detail .col_fw {
  width: 100%;
}

.product-detail [class^="post_box"],
.product-detail [class*=" post_box"] {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.product-detail .post_box1_2,
.product-detail .post_box4,
.product-detail .post_box,
.product-detail .pr_services_box2,
.product-detail .fp_services_box2,
.product-detail .fp_services_box2_1,
.product-detail .fp_services_box2_2,
.product-detail .fp_services_box3,
.product-detail .fp_services_box4,
.product-detail .fp_services_box8,
.product-detail .fp_services_box10 {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius);
  padding: 1.6rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.product-detail .pr_services_box2 {
  display: grid;
  gap: 1rem;
}

.product-detail .pr_services_box2 p {
  margin: 0;
}

#templatemo_main_idx2 {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.product-detail .sidebar_box,
.product-detail .sidebar_box4 {
  margin-top: 0.8rem;
}

.product-detail .sidebar_box,
.product-detail .sidebar_box4 {
  background: transparent;
  border: none;
  padding: 0;
}

.product-detail .templatemo_list,
.product-detail .templatemo_list2,
.product-detail .templatemo_list3,
.product-detail ul {
  padding-left: 1.1rem;
  margin: 0;
  color: var(--muted);
}

.product-detail .templatemo_list li,
.product-detail .templatemo_list2 li,
.product-detail .templatemo_list3 li,
.product-detail ul li {
  margin-bottom: 0.4rem;
}

.product-detail .fp_services_box8 p {
  margin-top: 0;
  font-weight: 600;
  color: var(--ink);
}

.product-detail .fp_services_box8 em {
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--accent-2);
}

.product-detail .fp_services_box8 .DivlistIco,
.product-detail .fp_services_box8 .DivlistIco2,
.product-detail .DivlistIco {
  display: none;
}

.product-detail .DivlistTxt {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.6rem;
  color: var(--muted);
}

.product-detail .DivlistTxt::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent);
}

.product-detail .image_frame,
.product-detail img.image_frame,
.product-detail img.image_fl,
.product-detail img.image_fr,
.product-detail img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  display: block;
  margin: 0 auto 1.5rem !important;
  width: min(100%, 520px) !important;
}

.product-detail .table-card {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  overflow-x: auto;
  margin-top: -0.5rem;
}

.product-detail .comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 0;
}

.product-detail .comparison-table th,
.product-detail .comparison-table td {
  padding: 0.85rem 0.9rem;
  border: 1px solid var(--panel-border);
  text-align: left;
  vertical-align: middle;
  color: var(--ink-2);
  font-size: 0.95rem;
}

.product-detail .comparison-table thead th {
  background: #e6e9ee;
  color: var(--ink);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.product-detail .comparison-table thead tr:last-child th {
  background: #e6e9ee;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.product-detail .comparison-table th:first-child,
.product-detail .comparison-table td:first-child {
  width: 280px;
  white-space: nowrap;
  word-break: keep-all;
  hyphens: none;
}

.product-detail .comparison-table th:nth-child(2),
.product-detail .comparison-table td:nth-child(2) {
  width: 50px;
}

.product-detail .comparison-table th:nth-child(3),
.product-detail .comparison-table td:nth-child(3) {
  width: 90px;
}

.product-detail .comparison-table th:nth-child(5),
.product-detail .comparison-table td:nth-child(5) {
  width: 50px;
}

.product-detail .comparison-table th:nth-child(8),
.product-detail .comparison-table td:nth-child(8) {
  width: 150px;
  white-space: nowrap;
  word-break: keep-all;
  hyphens: none;
}

.product-detail .comparison-table th:nth-child(4),
.product-detail .comparison-table td:nth-child(4) {
  width: 240px;
  white-space: nowrap !important;
  word-break: keep-all;
  hyphens: none;
}

.product-detail .comparison-table th:nth-child(6),
.product-detail .comparison-table td:nth-child(6) {
  width: 220px;
}

.product-detail .comparison-table--fsn th:nth-child(6),
.product-detail .comparison-table--fsn td:nth-child(6) {
  width: 160px;
}

.product-detail .comparison-table--fsn th:nth-child(8),
.product-detail .comparison-table--fsn td:nth-child(8) {
  width: 190px;
}

.product-detail .comparison-table tbody td,
.product-detail .comparison-table tbody th {
  background: var(--white);
}

.product-detail .comparison-table tbody th {
  font-weight: 600;
  color: var(--ink);
}

.product-detail .table-card--npb {
  background: #dbe6f4;
  border-color: #c0d2ee;
}

.product-detail .comparison-table--npb {
  background: #dbe6f4;
}

.product-detail .comparison-table--npb th,
.product-detail .comparison-table--npb td {
  border-color: #c0d2ee;
}

.product-detail .comparison-table--npb thead th,
.product-detail .comparison-table--npb thead tr:last-child th {
  background: #1d4f9e;
  color: #ffffff;
}

.product-detail .comparison-table--npb tbody tr:nth-child(even) td,
.product-detail .comparison-table--npb tbody tr:nth-child(even) th {
  background: #ffffff;
}

.product-detail .comparison-table--npb tbody tr:nth-child(odd) td,
.product-detail .comparison-table--npb tbody tr:nth-child(odd) th {
  background: #ffffff;
}

.product-detail .current-models-block {
  margin-top: 2.2rem;
  padding: 2rem;
  border-radius: 24px;
  border: 1px solid #c7d7f0;
  background: linear-gradient(135deg, #eef4ff 0%, #f9fbff 60%, #e8f1ff 100%);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.product-detail .current-models-block .section-heading {
  margin-top: 0;
}

.product-detail .legacy-models-block {
  margin-top: 2.5rem;
  padding: 1.6rem 1.8rem 1.8rem;
  border-radius: 22px;
  border: 1px dashed #d0d7e2;
  background: #f7f8fb;
}

.product-detail .table-intro {
  margin: 0.6rem 0 0.6rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.product-detail .series-block {
  margin: 2.5rem 0;
  padding: 2.5rem;
  border-radius: 28px;
  border: 1px solid var(--panel-border);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.product-detail .series-npb {
  background: linear-gradient(135deg, #eef4ff 0%, #f8fbff 55%, #e8f1ff 100%);
  border-color: #c7d7f0;
}

.product-detail .series-fsn {
  background: linear-gradient(135deg, #f0f6ff 0%, #f4fbf8 60%, #e8f4ff 100%);
  border-color: #c6e0f3;
}

.product-detail .series-heading {
  border-left: 4px solid #1d4f9e;
  padding-left: 1.1rem;
}

.product-detail .series-fsn .series-heading {
  border-left-color: #2f7aa5;
}

.product-detail .npb-datasheet {
  margin-bottom: 1.6rem;
}

.product-detail .npb-models-heading {
  margin-top: 2.4rem;
}

.product-detail .fsn-models-heading {
  margin-top: 2.4rem;
}

.product-detail .comparison-table tbody td:last-child,
.product-detail .comparison-table tbody th:last-child {
  white-space: nowrap;
}

.product-detail .table-card--fsn-classic {
  background: #dbe6f4;
  border-color: #c0d2ee;
}

.product-detail .fsn-classic-table {
  width: 100%;
  border-collapse: collapse;
  background: #dbe6f4;
  min-width: 0;
}

.product-detail .fsn-classic-table th,
.product-detail .fsn-classic-table td {
  border: 1px solid #c0d2ee;
  padding: 0.8rem 0.75rem;
  font-size: 0.9rem;
  color: #10233d;
  vertical-align: middle;
}

.product-detail .fsn-classic-table thead th {
  background: #1d4f9e;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  text-align: center;
  font-weight: 700;
}

.product-detail .fsn-classic-table tbody th {
  font-weight: 600;
}

.product-detail .fsn-classic-table .fsn-classic-row--alt td,
.product-detail .fsn-classic-table .fsn-classic-row--alt th,
.product-detail .comparison-table--fsn .fsn-classic-row--alt td,
.product-detail .comparison-table--fsn .fsn-classic-row--alt th,
.product-detail .comparison-table--npb .fsn-classic-row--alt td,
.product-detail .comparison-table--npb .fsn-classic-row--alt th {
  background: #f2f7ff;
}

.product-detail .fsn-classic-table .fsn-classic-row--white td,
.product-detail .fsn-classic-table .fsn-classic-row--white th {
  background: #ffffff;
}

.product-detail .fsn-classic-table th:first-child,
.product-detail .fsn-classic-table td:first-child {
  width: 130px;
}

.product-detail .fsn-classic-table th:nth-child(2),
.product-detail .fsn-classic-table td:nth-child(2) {
  width: 60px;
}

.product-detail .fsn-classic-table th:nth-child(3),
.product-detail .fsn-classic-table td:nth-child(3) {
  width: 110px;
}

.product-detail .fsn-classic-table th:nth-child(4),
.product-detail .fsn-classic-table td:nth-child(4) {
  width: 150px;
}

.product-detail .fsn-classic-table th:nth-child(6),
.product-detail .fsn-classic-table td:nth-child(6) {
  width: 400px;
}

.product-detail .fsn-classic-table th:nth-child(7),
.product-detail .fsn-classic-table td:nth-child(7) {
  width: 220px;
}

.product-detail .fsn-classic-table th:nth-child(8),
.product-detail .fsn-classic-table td:nth-child(8) {
  width: 60px;
}

.product-detail .fsn-classic-table--modules th:first-child,
.product-detail .fsn-classic-table--modules td:first-child {
  width: 220px;
}

.product-detail .fsn-classic-table--modules th:nth-child(2),
.product-detail .fsn-classic-table--modules td:nth-child(2) {
  width: 230px;
  white-space: nowrap;
}

.product-detail .fsn-classic-table--modules th:nth-child(3),
.product-detail .fsn-classic-table--modules td:nth-child(3) {
  width: 90px;
}

.product-detail .fsn-classic-table--modules th:nth-child(4),
.product-detail .fsn-classic-table--modules td:nth-child(4) {
  width: 360px;
  white-space: nowrap;
  word-break: keep-all;
}

.product-detail .fsn-classic-table--modules {
  table-layout: fixed;
}

.product-detail--fsn32 .fsn400-inic-grid {
  align-items: stretch;
}

.product-detail--fsn32 .fsn400-inic-grid > .info-panel {
  display: flex;
  flex-direction: column;
}

.product-detail--fsn32 .fsn400-inic-grid > .info-panel .table-card {
  flex: 1;
  display: flex;
}

.product-detail--fsn32 .fsn400-inic-grid > .info-panel .fsn-classic-table {
  height: 100%;
}

.product-detail--fsn32 .fsn400-inic-grid .fsn-classic-table tbody tr:nth-child(odd) td,
.product-detail--fsn32 .fsn400-inic-grid .fsn-classic-table tbody tr:nth-child(odd) th {
  background: #ffffff !important;
}

.product-detail--fsn32 .fsn400-inic-grid .fsn-classic-table tbody tr:nth-child(even) td,
.product-detail--fsn32 .fsn400-inic-grid .fsn-classic-table tbody tr:nth-child(even) th {
  background: #eaf1fb !important;
}

.product-detail--fsn32 .fsn400-platform-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-detail--fsn32 .fsn400-platform-pair {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
}

.product-detail--fsn32 .fsn400-platform-pair figure {
  margin: 0;
}

.product-detail--fsn32 .fsn400-platform-pair figcaption {
  margin-top: 0.4rem;
  font-size: 0.84rem;
  color: var(--muted);
  text-align: center;
  font-weight: 600;
}

.product-detail .flowmagic-models-table th:nth-child(1),
.product-detail .flowmagic-models-table td:nth-child(1) {
  width: 180px;
  white-space: nowrap;
}

.product-detail .flowmagic-models-table th:nth-child(2),
.product-detail .flowmagic-models-table td:nth-child(2) {
  width: 90px;
}

.product-detail .flowmagic-models-table th:nth-child(3),
.product-detail .flowmagic-models-table td:nth-child(3) {
  width: 120px;
}

.product-detail .flowmagic-models-table th:nth-child(4),
.product-detail .flowmagic-models-table td:nth-child(4) {
  width: 200px;
  white-space: normal;
  word-break: break-word;
}

.product-detail .flowmagic-models-table th:nth-child(5),
.product-detail .flowmagic-models-table td:nth-child(5) {
  width: 140px;
}

.product-detail .flowmagic-models-table th:nth-child(6),
.product-detail .flowmagic-models-table td:nth-child(6) {
  width: 140px;
}

.product-detail .flowmagic-models-table th:nth-child(7),
.product-detail .flowmagic-models-table td:nth-child(7) {
  width: 110px;
}

.product-detail .flowmagic-models-table th:nth-child(8),
.product-detail .flowmagic-models-table td:nth-child(8) {
  width: 130px;
}

.product-detail .flowmagic-models-table th:nth-child(9),
.product-detail .flowmagic-models-table td:nth-child(9) {
  width: 150px;
}

.product-detail .flowmagic-models-table {
  table-layout: fixed;
}

.product-detail .cleaner {
  display: none;
}

.product-detail .cards.fsn-modules-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-detail .cards.fsn-modules-grid .card {
  display: flex;
  flex-direction: column;
}

.product-detail .cards.fsn-modules-grid .module-interface-image {
  width: min(100%, 320px) !important;
  margin-top: auto !important;
  margin-bottom: 0 !important;
}

.product-detail .cards.flowmagic-models-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-detail .cards.flowmagic-models-grid .card {
  display: flex;
  flex-direction: column;
}

.product-detail .cards.flowmagic-models-grid .flowmagic-model-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0 1.2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  height: clamp(190px, 15vw, 250px);
  overflow: hidden;
  position: relative;
}

.product-detail .cards.flowmagic-models-grid .flowmagic-model-figure--portable {
  margin-top: auto;
}

.product-detail .cards.flowmagic-models-grid .flowmagic-model-image--portable {
  position: static;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100%;
  object-fit: contain;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 auto !important;
}

.product-detail .cards.flowmagic-models-grid .flowmagic-model-card .card-actions {
  display: flex;
  justify-content: flex-start;
}

.product-detail .cards.flowmagic-models-grid .flowmagic-model-image {
  width: min(100%, 320px) !important;
  margin-top: auto !important;
  margin-bottom: 0 !important;
}

.product-detail .cards.flowdirector-models-grid .flowdirector-model-image {
  width: min(100%, 320px) !important;
  height: 120px !important;
  object-fit: contain;
  object-position: center;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: auto auto 0 !important;
}

.product-detail .architecture-function img {
  width: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
}

.page-hero--flowmagic-overview h1 {
  margin-top: 10px;
}

.page-hero--flowmagic-400 .container {
  position: relative;
  z-index: 1;
  max-width: 760px;
  width: min(760px, 92vw);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-hero--flowmagic-400 {
  background-image: var(--hero-overlay);
  background-color: #0b0f1a;
  overflow: hidden;
  align-items: flex-start;
  justify-content: center;
}

.page-hero--flowmagic-400::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-image-desktop, var(--hero-image));
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.page-hero--flowmagic-400 h1 {
  margin-top: 0;
}

.page-hero--fsn-overview .container {
  transform: translateX(100px);
}

.flowmagic-400-deployment-callout {
  margin-top: 3rem;
}

@media (max-width: 900px) {
  .page-hero--flowmagic-400::before {
    background-image: var(--hero-image-mobile, var(--hero-image-desktop, var(--hero-image)));
  }

  .page-hero--fsn-overview .container {
    transform: none;
  }
}

.section-heading--full-copy p {
  max-width: none;
}

.product-detail .flowmagic-models-table tr[id] {
  scroll-margin-top: 132px;
}

.product-detail .legacy-model-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.product-detail .legacy-model-card h3 {
  margin: 0;
  line-height: 1.25;
}

.product-detail .legacy-model-card .legacy-model-image {
  width: 100% !important;
  max-width: 100% !important;
  height: 160px !important;
  margin: auto auto !important;
  display: block;
  object-fit: contain;
  object-position: center;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
}

.product-detail .legacy-model-card ul {
  margin: 0 !important;
  padding-left: 1.2rem;
}

.product-detail .fsn-top-actions {
  margin-top: 1rem;
}

.product-detail #configure-quote,
.product-detail #product-specifications,
.product-detail #resources-downloads {
  scroll-margin-top: 128px;
}

.fsn-section-nav-wrap {
  padding: 0.5rem 0 0;
  background: #f4f6f8;
  position: sticky;
  top: 78px;
  z-index: 90;
}

.fsn-section-nav-wrap .product-detail {
  gap: 0;
}

.product-detail .fsn-section-nav-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.9rem;
  border-bottom: 2px solid #cfd6e1;
  background-color: #f4f6f8;
}

.product-detail .fsn-section-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  position: static;
  top: auto;
  z-index: auto;
  border-bottom: 0;
  background-color: #f4f6f8;
  background-image: none;
  opacity: 1;
  flex: 1;
}

.product-detail .fsn-section-tab {
  display: inline-block;
  padding: 0.75rem 1rem;
  color: #2d3748;
  font-weight: 600;
  font-size: 0.98rem;
  border-bottom: 3px solid transparent;
  background-color: #f4f6f8;
}

.product-detail .fsn-section-tab:hover,
.product-detail .fsn-section-tab:focus {
  color: #103b87;
}

.product-detail .fsn-section-tab.is-active {
  color: #0b3d91;
  border-bottom-color: #0b3d91;
}

.product-detail .fsn-back-link {
  white-space: nowrap;
  margin-bottom: 0.35rem;
}

.product-detail .fsn-bullet-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: start;
}

.product-detail .fsn-bullet-list {
  margin: 0;
}

.product-detail .fsn-bullet-list--aside li {
  margin-bottom: 0;
}

.product-detail--fsn32 #product-specifications .section-heading {
  display: block;
  margin-bottom: 1.7rem;
}

.product-detail--fsn32 .fsn-section-block .section-heading h2 {
  font-size: clamp(1.35rem, 0.9vw + 1.05rem, 1.8rem);
  line-height: 1.24;
}

.product-detail--fsn32 .fsn-section-block .section-heading p {
  max-width: none;
  margin-top: 0.45rem;
  font-size: 0.98rem;
}

.product-detail--fsn32 #product-specifications .content-grid + .section-heading,
.product-detail--fsn32 #product-specifications .cards + .section-heading {
  margin-top: 3rem;
}

.product-detail--fsn32 #product-specifications .split + .section-heading {
  margin-top: 3rem;
}

.product-detail .fsn-title-single-line {
  font-size: clamp(1.5rem, 1vw + 1.1rem, 2rem);
  white-space: nowrap;
}

.container.product-detail.product-detail--fsn32 {
  width: min(1360px, 96vw);
}

.product-detail .fsn-configure-grid {
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.75fr);
  align-items: stretch;
}

.product-detail .fsn-configurator-card {
  background: linear-gradient(135deg, #f2f6ff 0%, #fbfdff 60%, #eef5ff 100%);
  border-color: #c7d7f0;
}

.product-detail .fsn-config-form {
  gap: 1.1rem;
}

.product-detail .fsn-config-group {
  margin: 0;
  border: 1px solid #d2ddea;
  border-radius: 14px;
  padding: 1rem;
  background: #ffffff;
}

.product-detail .fsn-config-group legend {
  font-weight: 700;
  color: var(--ink);
  padding: 0 0.35rem;
}

.product-detail .fsn-config-hint {
  margin: 0 0 0.7rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.product-detail .fsn-choice-grid {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-detail .fsn-drive-tabs {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border-bottom: 1px solid #d4d9e2;
  padding-bottom: 0.3rem;
}

.product-detail .fsn-drive-tab {
  appearance: none;
  border: 0;
  background: transparent;
  color: #2b3443;
  font: inherit;
  font-weight: 700;
  font-size: 0.94rem;
  padding: 0.2rem 0.05rem 0.45rem;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.product-detail .fsn-drive-tab span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.3rem;
  height: 1.3rem;
  margin-left: 0.3rem;
  border-radius: 999px;
  background: #eceff4;
  color: #5b6472;
  font-size: 0.75rem;
  font-weight: 700;
}

.product-detail .fsn-drive-tab.is-active {
  color: #0b3d91;
  border-bottom-color: #d10b2a;
}

.product-detail .fsn-drive-tab.is-active span {
  background: #dbe8ff;
  color: #0b3d91;
}

.product-detail .fsn-drive-panel {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.75rem;
}

.product-detail .fsn-drive-panel[hidden] {
  display: none;
}

.product-detail .fsn-drive-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 0.85rem;
  padding: 0.15rem 0;
}

.product-detail .fsn-drive-row select {
  width: 88px;
  padding: 0.45rem 0.55rem;
}

.product-detail .fsn-drive-row span {
  color: var(--ink-2);
  line-height: 1.35;
}

.product-detail .fsn-choice-grid--drives {
  grid-template-columns: 1fr;
}

.product-detail .fsn-choice-grid--warranty {
  grid-template-columns: 1fr;
}

.product-detail .fsn-choice-item {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid #d6e0ef;
  border-radius: 10px;
  background: #f9fbff;
  color: var(--ink-2);
  line-height: 1.4;
  margin: 0;
  cursor: pointer;
}

.product-detail .fsn-choice-item input[type="radio"],
.product-detail .fsn-choice-item input[type="checkbox"] {
  width: auto;
  margin: 0;
}

.product-detail .fsn-module-qty-list {
  display: grid;
  gap: 0.6rem;
}

.product-detail .fsn-module-group + .fsn-module-group {
  margin-top: 1rem;
}

.product-detail .fsn-module-group h4 {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  color: var(--ink);
}

.product-detail .fsn-module-collapsible {
  border: 1px solid #d6e0ef;
  border-radius: 10px;
  background: #f9fbff;
  padding: 0.45rem 0.65rem 0.65rem;
}

.product-detail .fsn-module-collapsible > summary {
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0.15rem 0 0.6rem;
}

.product-detail .fsn-module-qty-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid #d6e0ef;
  border-radius: 10px;
  background: #f9fbff;
  margin: 0;
}

.product-detail .fsn-module-qty-row span {
  font-weight: 600;
  color: var(--ink-2);
}

.product-detail .fsn-module-qty-row .fsn-module-meta {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
  flex: 1;
}

.product-detail .fsn-module-qty-row .fsn-module-meta strong {
  font-weight: 700;
  color: var(--ink-2);
}

.product-detail .fsn-module-qty-row .fsn-module-meta small {
  font-size: 0.86rem;
  line-height: 1.35;
  color: var(--muted);
}

.product-detail .fsn-module-qty-row select {
  width: 88px;
  padding: 0.45rem 0.6rem;
}

.product-detail .fsn-config-error {
  margin: 0;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  background: #fef1f3;
  border: 1px solid #f4bec9;
  color: #991b1b;
  font-weight: 600;
}

.product-detail .fsn-config-error--inline {
  padding: 0.4rem 0.55rem;
  font-size: 0.85rem;
}

.product-detail .fsn-quote-summary-panel {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.product-detail .fsn-quote-summary-panel label {
  margin: 0;
  font-weight: 600;
  color: var(--ink-2);
}

.product-detail .fsn-qty-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.product-detail .fsn-qty-row label {
  min-width: 2.35rem;
}

.product-detail .fsn-qty-stepper {
  display: grid;
  grid-template-columns: 44px 64px 44px;
  border: 1px solid #b8c0cd;
  border-radius: 2px;
  overflow: hidden;
  background: #d9d9d9;
}

.product-detail .fsn-qty-btn {
  appearance: none;
  border: 0;
  background: #d9d9d9;
  color: #4b5563;
  font: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  height: 42px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.product-detail .fsn-qty-btn:hover,
.product-detail .fsn-qty-btn:focus {
  background: #cdcdcd;
}

.product-detail .fsn-qty-btn:disabled {
  background: #e5e5e5;
  color: #a8a8a8;
  cursor: not-allowed;
}

.product-detail .fsn-qty-input {
  width: 64px !important;
  min-width: 0;
  border-radius: 0;
  border: 0;
  border-left: 1px solid #b8c0cd;
  border-right: 1px solid #b8c0cd;
  padding: 0;
  text-align: center;
  font-size: 1.1rem;
  color: #111827;
  background: #f3f3f3;
  height: 42px;
  box-shadow: none;
}

.product-detail .fsn-qty-input::-webkit-outer-spin-button,
.product-detail .fsn-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-detail .fsn-qty-input[type="number"] {
  -moz-appearance: textfield;
}

.product-detail .fsn-quote-summary-content p {
  margin-bottom: 0.55rem;
}

.product-detail .fsn-quote-summary-content ul {
  margin: 0 0 0.8rem;
}

.product-detail .fsn-quote-summary-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid #d5deeb;
  border-radius: 10px;
  overflow: hidden;
}

.product-detail .fsn-quote-summary-table th,
.product-detail .fsn-quote-summary-table td {
  padding: 0.6rem 0.7rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e2e8f3;
  font-size: 0.92rem;
  line-height: 1.4;
}

.product-detail .fsn-quote-summary-table tr:last-child th,
.product-detail .fsn-quote-summary-table tr:last-child td {
  border-bottom: 0;
}

.product-detail .fsn-quote-summary-table th {
  width: 36%;
  background: #f7faff;
  color: #1f2e43;
  font-weight: 700;
}

.product-detail .fsn-quote-summary-table td {
  color: var(--ink-2);
}

.product-detail .fsn-quote-summary-table ul {
  margin: 0;
  padding-left: 1rem;
}

.product-detail .fsn-quote-summary-table li:last-child {
  margin-bottom: 0;
}

.product-detail .fsn-summary-primary {
  display: block;
  width: 100%;
  text-align: center;
}

.product-detail .fsn-quote-summary-panel .button.secondary {
  display: block;
  width: 100%;
  text-align: center;
  background: #eaf1ff;
  color: #103b87;
  border-color: #9cb7e3;
  box-shadow: none;
}

.product-detail .fsn-quote-summary-panel .button.secondary:hover,
.product-detail .fsn-quote-summary-panel .button.secondary:focus {
  background: #dde9ff;
  color: #0b2f6e;
}

@media (max-width: 900px) {
  .product-detail {
    max-width: 92vw;
  }

  .product-meta {
    justify-content: flex-start;
  }

  .product-detail .cards.fsn-modules-grid {
    grid-template-columns: 1fr;
  }

  .product-detail .cards.fsn-modules-grid .module-interface-image {
    margin-top: 1rem !important;
  }

  .product-detail .cards.flowmagic-models-grid {
    grid-template-columns: 1fr;
  }

  .product-detail .cards.flowmagic-models-grid .flowmagic-model-image {
    margin-top: 1rem !important;
  }

  .product-detail--fsn32 .fsn400-platform-grid {
    grid-template-columns: 1fr;
  }

  .product-detail .fsn-choice-grid {
    grid-template-columns: 1fr;
  }

  .product-detail .fsn-drive-tabs {
    gap: 0.55rem;
  }

  .product-detail .fsn-drive-row {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 0.7rem;
  }

  .product-detail .fsn-drive-row select {
    width: 78px;
  }

  .product-detail .fsn-section-tab {
    width: 100%;
    border-bottom-width: 2px;
  }

  .fsn-section-nav-wrap {
    top: 136px;
  }

  .product-detail .fsn-section-nav-head {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .product-detail .fsn-back-link {
    align-self: flex-end;
    margin-bottom: 0;
  }

  .product-detail .fsn-section-nav {
    width: 100%;
  }

  .product-detail .fsn-bullet-columns {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .product-detail--fsn32 .fsn-section-block .section-heading h2 {
    font-size: 1.42rem;
  }

  .product-detail .fsn-title-single-line {
    white-space: normal;
  }

  .product-detail .fsn-configure-grid {
    grid-template-columns: 1fr;
  }
}
