/* --------------------------------------------------------------------------
   SHARED SECTION HEADINGS & LAYOUT
   -------------------------------------------------------------------------- */
.section {
  padding-block: clamp(48px, 36px + 3vw, 100px);
}

@media (min-width: 1024px) {
  .section {
    padding-block: 120px;
  }
}

.section-heading {
  text-align: center;
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: clamp(28px, 20px + 2.5vw, 64px);
}

.section-heading--wide {
  max-width: 1100px;
}

.section-heading--start {
  text-align: left;
  margin-inline: 0;
}

.section-heading .text-eyebrow {
  display: inline-block;
  font-family: var(--font-family-primary);
  font-size: clamp(0.8125rem, 0.75rem + 0.3vw, 1.25rem);
  /* 13px-20px */
  font-weight: 600;
  color: #146ef5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-heading .text-section-title {
  font-family: var(--font-family-primary);
  font-size: clamp(1.5rem, 1.2rem + 1.6vw, 4rem);
  /* 24px-64px */
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #111828;
  margin-bottom: 14px;
}

.section-heading .text-body {
  font-family: var(--font-family-primary);
  font-size: clamp(0.9375rem, 0.85rem + 0.2vw, 1.25rem);
  /* 15px-20px */
  font-weight: 400;
  line-height: 1.5;
  color: #4b5563;
  max-width: 820px;
  margin-inline: auto;
}

.section-heading--start .text-body {
  margin-inline: 0;
}

/* --------------------------------------------------------------------------
   1. HERO SECTION
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  padding-top: calc(95px + 64px);
  padding-bottom: 80px;
  background-color: #ffffff;
  color: var(--color-text-inverse);
  text-align: center;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100% - 200px);
  min-height: 520px;
  background: #0057d2 url("../img/figma/hero-bg-texture.webp") top center / cover no-repeat;
  -webkit-mask-image: linear-gradient(to bottom, #000 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 80%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .hero {
    padding-top: calc(80px + 60px);
    padding-bottom: 60px;
  }

  .hero::before {
    height: calc(100% - 160px);
  }
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;

}

.hero__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;

  max-width: 1235px;
  margin-inline: auto;
}

.badge--glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  backdrop-filter: blur(23px);
  -webkit-backdrop-filter: blur(23px);
  color: #ffffff;
  font-family: var(--font-family-primary);
  font-size: clamp(0.9375rem, 0.875rem + 0.25vw, 1.125rem);
  font-weight: 500;
  letter-spacing: normal;
}

.hero__title {
  font-family: var(--font-family-primary);
  font-size: clamp(2rem, 1.5rem + 2.5vw, 4.25rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ref-color-white);
}

.hero__subtitle {
  font-size: clamp(1rem, 0.925rem + 0.35vw, 1.375rem);
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
  max-width: 1093px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.hero__actions .btn {
  min-height: 52px;
  min-width: 200px;
  padding: 14px 32px;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 10px;
  white-space: nowrap;
}

.hero__actions .btn--outline {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  color: #ffffff;
  box-shadow: none;
  transition: transform 1.25s linear(0, 0.0216, 0.0747, 0.1458, 0.2255, 0.3076, 0.3879, 0.4638, 0.5339, 0.5974, 0.6542, 0.7044, 0.7484, 0.7866, 0.8196, 0.8479, 0.8722, 0.8928, 0.9103, 0.9251, 0.9375, 0.948, 0.9568, 0.9642, 0.9703, 0.9754, 0.9797, 0.9832, 0.9862, 0.9886, 0.9906, 0.9923, 0.9936, 0.9948, 0.9957, 0.9965, 0.9971, 0.9976, 0.9981, 0.9984, 0.9987, 0.9989, 0.9991, 0.9993, 0.9994, 0.9995, 0.9996, 0.9997, 0.9997, 0.9998, 0.9998),
    box-shadow 1.25s linear(0, 0.0216, 0.0747, 0.1458, 0.2255, 0.3076, 0.3879, 0.4638, 0.5339, 0.5974, 0.6542, 0.7044, 0.7484, 0.7866, 0.8196, 0.8479, 0.8722, 0.8928, 0.9103, 0.9251, 0.9375, 0.948, 0.9568, 0.9642, 0.9703, 0.9754, 0.9797, 0.9832, 0.9862, 0.9886, 0.9906, 0.9923, 0.9936, 0.9948, 0.9957, 0.9965, 0.9971, 0.9976, 0.9981, 0.9984, 0.9987, 0.9989, 0.9991, 0.9993, 0.9994, 0.9995, 0.9996, 0.9997, 0.9997, 0.9998, 0.9998),
    background 1.25s linear(0, 0.0216, 0.0747, 0.1458, 0.2255, 0.3076, 0.3879, 0.4638, 0.5339, 0.5974, 0.6542, 0.7044, 0.7484, 0.7866, 0.8196, 0.8479, 0.8722, 0.8928, 0.9103, 0.9251, 0.9375, 0.948, 0.9568, 0.9642, 0.9703, 0.9754, 0.9797, 0.9832, 0.9862, 0.9886, 0.9906, 0.9923, 0.9936, 0.9948, 0.9957, 0.9965, 0.9971, 0.9976, 0.9981, 0.9984, 0.9987, 0.9989, 0.9991, 0.9993, 0.9994, 0.9995, 0.9996, 0.9997, 0.9997, 0.9998, 0.9998),
    border-color 1.25s linear(0, 0.0216, 0.0747, 0.1458, 0.2255, 0.3076, 0.3879, 0.4638, 0.5339, 0.5974, 0.6542, 0.7044, 0.7484, 0.7866, 0.8196, 0.8479, 0.8722, 0.8928, 0.9103, 0.9251, 0.9375, 0.948, 0.9568, 0.9642, 0.9703, 0.9754, 0.9797, 0.9832, 0.9862, 0.9886, 0.9906, 0.9923, 0.9936, 0.9948, 0.9957, 0.9965, 0.9971, 0.9976, 0.9981, 0.9984, 0.9987, 0.9989, 0.9991, 0.9993, 0.9994, 0.9995, 0.9996, 0.9997, 0.9997, 0.9998, 0.9998),
    color 1.25s linear(0, 0.0216, 0.0747, 0.1458, 0.2255, 0.3076, 0.3879, 0.4638, 0.5339, 0.5974, 0.6542, 0.7044, 0.7484, 0.7866, 0.8196, 0.8479, 0.8722, 0.8928, 0.9103, 0.9251, 0.9375, 0.948, 0.9568, 0.9642, 0.9703, 0.9754, 0.9797, 0.9832, 0.9862, 0.9886, 0.9906, 0.9923, 0.9936, 0.9948, 0.9957, 0.9965, 0.9971, 0.9976, 0.9981, 0.9984, 0.9987, 0.9989, 0.9991, 0.9993, 0.9994, 0.9995, 0.9996, 0.9997, 0.9997, 0.9998, 0.9998);
}

.hero__actions .btn--outline:hover {
  background: linear-gradient(157deg, #0057d2 0%, #5d9eff 50%, #0058d4 100%) !important;
  border-color: transparent !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 87, 210, 0.3), 0 8px 24px rgba(0, 87, 210, 0.45);
}

.hero__actions .btn--inverse-brand {
  transition: transform 1.25s linear(0, 0.0216, 0.0747, 0.1458, 0.2255, 0.3076, 0.3879, 0.4638, 0.5339, 0.5974, 0.6542, 0.7044, 0.7484, 0.7866, 0.8196, 0.8479, 0.8722, 0.8928, 0.9103, 0.9251, 0.9375, 0.948, 0.9568, 0.9642, 0.9703, 0.9754, 0.9797, 0.9832, 0.9862, 0.9886, 0.9906, 0.9923, 0.9936, 0.9948, 0.9957, 0.9965, 0.9971, 0.9976, 0.9981, 0.9984, 0.9987, 0.9989, 0.9991, 0.9993, 0.9994, 0.9995, 0.9996, 0.9997, 0.9997, 0.9998, 0.9998),
    box-shadow 1.25s linear(0, 0.0216, 0.0747, 0.1458, 0.2255, 0.3076, 0.3879, 0.4638, 0.5339, 0.5974, 0.6542, 0.7044, 0.7484, 0.7866, 0.8196, 0.8479, 0.8722, 0.8928, 0.9103, 0.9251, 0.9375, 0.948, 0.9568, 0.9642, 0.9703, 0.9754, 0.9797, 0.9832, 0.9862, 0.9886, 0.9906, 0.9923, 0.9936, 0.9948, 0.9957, 0.9965, 0.9971, 0.9976, 0.9981, 0.9984, 0.9987, 0.9989, 0.9991, 0.9993, 0.9994, 0.9995, 0.9996, 0.9997, 0.9997, 0.9998, 0.9998),
    background 1.25s linear(0, 0.0216, 0.0747, 0.1458, 0.2255, 0.3076, 0.3879, 0.4638, 0.5339, 0.5974, 0.6542, 0.7044, 0.7484, 0.7866, 0.8196, 0.8479, 0.8722, 0.8928, 0.9103, 0.9251, 0.9375, 0.948, 0.9568, 0.9642, 0.9703, 0.9754, 0.9797, 0.9832, 0.9862, 0.9886, 0.9906, 0.9923, 0.9936, 0.9948, 0.9957, 0.9965, 0.9971, 0.9976, 0.9981, 0.9984, 0.9987, 0.9989, 0.9991, 0.9993, 0.9994, 0.9995, 0.9996, 0.9997, 0.9997, 0.9998, 0.9998);
}

@media (max-width: 768px) {
  .hero {
    padding-top: calc(80px + 52px);
    padding-bottom: 60px;
  }

  .hero::before {
    height: 100%;
    min-height: 100%;
    -webkit-mask-image: linear-gradient(to bottom, #000 88%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 88%, transparent 100%);
  }

  .hero__inner {
    gap: 24px;
  }

  .hero__copy {
    gap: 18px;
  }

  .badge--glass {
    padding: 10px 22px;
    font-size: 0.95rem;
  }

  .hero__title {
    font-size: clamp(1.75rem, 1.25rem + 3.2vw, 3.25rem);
    line-height: 1.15;
  }

  .hero__subtitle {
    font-size: 0.9375rem;
    line-height: 1.45;
  }

  .hero__actions {
    gap: 10px;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
  }

  .hero__actions .btn {
    min-height: 48px;
    min-width: 0;
    /* Reset desktop min-width for mobile stacked layout */
    padding: 12px 18px;
    font-size: 0.95rem;
    width: 100%;
    justify-content: center;
  }
}

.hero .btn--inverse-brand {
  position: relative;
  background: #ffffff;
  border: none;
  color: #0057d2;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  z-index: 0;
}

/* Gradient border */
.hero .btn--inverse-brand::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(90deg, #0057d2 0%, #5d9eff 50%, #0058d4 100%);
  z-index: -2;
  pointer-events: none;
}

.hero .btn--inverse-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #ffffff;
  z-index: -1;
  pointer-events: none;
  transition: background var(--motion-fast) var(--easing-standard);
}

.hero .btn--inverse-brand:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.hero .btn--inverse-brand:hover::before {
  background: #f4f8fd;
}

.hero .btn--inverse-brand:focus-visible {
  outline: none;
  box-shadow: var(--shadow-focus), 0 4px 20px rgba(0, 0, 0, 0.15);
}

.hero .btn--inverse-brand:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.hero .btn--outline {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.hero .btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.hero .btn--outline:focus-visible {
  outline: none;
  box-shadow: var(--shadow-focus);
}

.hero .btn--outline:active {
  transform: translateY(1px);
  background: rgba(255, 255, 255, 0.18);
}

/* Reduced motion — keep final visual state, remove transforms */
@media (prefers-reduced-motion: reduce) {

  .hero .btn--inverse-brand,
  .hero .btn--outline {
    transition: background var(--motion-fast) var(--easing-standard),
      box-shadow var(--motion-fast) var(--easing-standard);
  }

  .hero .btn--inverse-brand:hover,
  .hero .btn--outline:hover,
  .hero .btn--inverse-brand:active,
  .hero .btn--outline:active {
    transform: none;
  }
}

.hero__preview {
  position: relative;
  margin-top: 28px;
  width: 100%;
  max-width: 1600px;

  border-radius: 20px;

  box-shadow: 0 25px 60px rgba(0, 30, 80, 0.25);
}

/* Subtle blue glow behind the preview window */
.hero__preview::before {
  content: "";
  position: absolute;
  inset: -37px;
  background: rgba(28, 115, 246, 0.1);
  filter: blur(100px);
  border-radius: 62px;
  z-index: -1;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero__preview::before {
    /* Glow is static/decorative — keep it under reduced motion */
  }
}

/* Dashboard Preview Window */
.preview-window {
  background: #ffffff;
  border: 1.56px solid #e3e7ec;
  border-radius: 20px;
  overflow: hidden;
  color: #111827;
  text-align: left;
  box-shadow: 0px 38px 75px -38px rgba(17, 24, 40, 0.22), 0px 3px 9px 0px rgba(17, 24, 40, 0.05);
  user-select: none;
  -webkit-user-select: none;
}

.preview-window__bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 28px;
  background: rgba(244, 248, 253, 0.6);
  border-bottom: 1.56px solid #e3e7ec;
  user-select: none;
  -webkit-user-select: none;
}

.preview-window__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
}

.preview-window__dot--red {
  background: rgba(230, 43, 52, 0.7);
}

.preview-window__dot--amber {
  background: rgba(235, 170, 45, 0.8);
}

.preview-window__dot--green {
  background: rgba(28, 162, 104, 0.8);
}

.preview-window__url {
  margin-left: 20px;
  font-size: 0.9375rem;
  color: #6d7a8c;
  background: #ffffff;
  padding: 6px 22px;
  border-radius: 19px;
  font-family: var(--ref-font-inter);
  user-select: none;
  -webkit-user-select: none;
}

/* Static/decorative only (the whole .hero__preview is aria-hidden) — shown
   only below 768px, where the sidebar is fully hidden. See the 767px block
   below. */
.preview-window__menu-icon {
  display: none;
}

.preview-window__body {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  min-height: 540px;
  min-width: 0;
  width: 100%;
}

.preview-window__sidebar {
  background: rgba(244, 248, 253, 0.3);
  border-right: 1.56px solid #e3e7ec;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
}

.preview-window__sidebar-label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #6d7a8c;
  padding: 0 14px 10px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
}

.preview-window__nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 18px;
  font-size: 1.05rem;
  font-weight: 500;
  color: #344054;
  cursor: default;
  white-space: nowrap;
  text-decoration: none;
  transition: all var(--motion-fast) var(--easing-standard);
  position: relative;
  user-select: none;
  -webkit-user-select: none;
}

.preview-window__nav-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
}

.preview-window__nav-text {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.preview-window__nav-item:hover:not(.preview-window__nav-item--active):not([aria-current="page"]) {
  background: rgba(17, 24, 39, 0.05);
  color: #111827;
}

.preview-window__nav-item--active,
.preview-window__nav-item[aria-current="page"] {
  background: rgba(28, 115, 246, 0.12);
  color: #1c73f6;
  font-weight: 600;
}

.preview-window__nav-item--active:hover,
.preview-window__nav-item[aria-current="page"]:hover {
  background: rgba(28, 115, 246, 0.16);
  color: #1c73f6;
}

.preview-window__main {
  padding: 28px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}

.preview-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
  width: 100%;
}

.preview-stat {
  background: #ffffff;
  border: 1.56px solid #e3e7ec;
  border-radius: 28px;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  box-sizing: border-box;
}

.preview-stat__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
  gap: 8px;
}

.preview-stat__label {
  font-size: 1.05rem;
  color: #6d7a8c;
  font-weight: 500;
  font-family: "DM Sans", var(--ref-font-inter);
  line-height: 1.25;
}

.preview-stat__head .icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.preview-stat__value {
  font-size: 1.95rem;
  font-weight: 700;
  color: #111827;
  font-family: "Manrope", var(--ref-font-inter);
  line-height: 1.3;
}

.preview-stat__delta {
  font-size: 1.05rem;
  font-weight: 500;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1c73f6;
  font-family: "DM Sans", var(--ref-font-inter);
}

.preview-stat__delta--up {
  color: #14922b;
}

.preview-stat__delta--down {
  color: #f53614;
}

.preview-columns {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 24px;
  min-width: 0;
  width: 100%;
}

.preview-right-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  width: 100%;
}

.preview-panel {
  background: #ffffff;
  border: 1.56px solid #e3e7ec;
  border-radius: 28px;
  padding: 26px 26px;
}

.preview-panel--dispatch {
  background: #f2f8ff;
}

.preview-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #111828;
  font-family: var(--ref-font-inter);
}

.preview-panel__head .text-meta {
  font-size: 1.05rem;
  font-weight: 400;
  color: #6d7a8c;
  font-family: "DM Sans", var(--ref-font-inter);
}

.preview-order-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 20px;
  background: #ffffff;
  border: 1.5px solid rgba(227, 231, 236, 0.7);
  border-radius: 22px;
  margin-bottom: 12px;
  gap: 12px;
  min-width: 0;
  box-sizing: border-box;
}

.preview-order-row:last-child {
  margin-bottom: 0;
}

.preview-order-row>div:first-child {
  min-width: 0;
  flex: 1;
}

.preview-order-row__name {
  font-size: 1rem;
  font-weight: 600;
  color: #111828;
  font-family: var(--ref-font-inter);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.preview-order-row__meta {
  font-size: 1rem;
  color: #6d7a8c;
  margin-top: 2px;
  font-family: var(--ref-font-inter);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.preview-order-row__right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.preview-order-row__right strong {
  font-size: 1rem;
  font-weight: 600;
  color: #111828;
  font-family: var(--ref-font-inter);
}

.preview-order-row__right .badge {
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: var(--ref-font-inter);
  white-space: nowrap;
}

.preview-order-row__right .badge--dispatched {
  background: rgba(28, 115, 246, 0.12);
  color: #1c73f6;
}

.preview-order-row__right .badge--info {
  background: #e7f1fe;
  color: #004ab3;
}

.preview-order-row__right .badge--warning {
  background: rgba(235, 170, 45, 0.2);
  color: #362508;
}

.preview-order-row__right .badge--success {
  background: rgba(28, 162, 104, 0.15);
  color: #1ca268;
}

.preview-order-row__right .badge--draft {
  background: #f4f8fd;
  color: #6d7a8c;
}

/* Top Selling Products */
.preview-products-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  box-sizing: border-box;
}

.preview-product-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  box-sizing: border-box;
}

.preview-product-item__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.preview-product-item__name {
  font-size: 1rem;
  font-weight: 500;
  color: #111828;
  font-family: var(--ref-font-inter);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
}

.preview-product-item__sku {
  font-size: 0.875rem;
  color: #6d7a8c;
  font-family: "DM Sans", var(--ref-font-inter);
  white-space: nowrap;
  flex-shrink: 0;
}

.preview-progress {
  width: 100%;
  height: 9px;
  background: #f4f8fd;
  border-radius: 999px;
  overflow: hidden;
}

.preview-progress__bar {
  height: 100%;
  background: #1c73f6;
  border-radius: 999px;
}

.preview-dispatch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
  box-sizing: border-box;
}

.preview-dispatch-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 14px 10px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  min-width: 0;
  box-sizing: border-box;
}

.preview-dispatch-card__value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111828;
  font-family: var(--ref-font-inter);
}

.preview-dispatch-card__label {
  font-size: 0.875rem;
  color: #6d7a8c;
  margin-top: 2px;
  font-family: var(--ref-font-inter);
}

/* --------------------------------------------------------------------------
   Preview Window Responsive Adjustments (Tablet Landscape, Tablet Portrait, Mobile)
   -------------------------------------------------------------------------- */

/* Tablet (768px - 1199px): compact icon-only rail sidebar with tooltips,
   2x2 KPI grid, and responsive lower section */
@media (min-width: 768px) and (max-width: 1199px) {
  .preview-window__body {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .preview-window__sidebar {
    padding: 24px 8px;
    align-items: center;
    gap: 10px;
  }

  .preview-window__sidebar-label {
    display: none;
  }

  .preview-window__nav-item {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    position: relative;
  }

  .preview-window__nav-text {
    display: none;
  }

  .preview-window__nav-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    display: block;
  }

  .preview-window__nav-item--active,
  .preview-window__nav-item[aria-current="page"] {
    background: rgba(28, 115, 246, 0.12);
    color: #1c73f6;
  }

  .preview-window__nav-item--active:hover,
  .preview-window__nav-item[aria-current="page"]:hover {
    background: rgba(28, 115, 246, 0.16);
    color: #1c73f6;
  }

  .preview-window__nav-item:hover:not(.preview-window__nav-item--active):not([aria-current="page"]) {
    background: rgba(17, 24, 39, 0.06);
    color: #111827;
  }

  /* Accessible tooltip on hover & focus-visible */
  .preview-window__nav-item::after {
    content: attr(data-tooltip);
    position: absolute;
    left: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%) scale(0.92);
    background: #0f172a;
    color: #ffffff;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1;
    padding: 7px 12px;
    border-radius: 6px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 150ms ease, transform 150ms ease, visibility 150ms;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  }

  .preview-window__nav-item:hover::after,
  .preview-window__nav-item:focus-visible::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
  }

  .preview-window__nav-item:focus-visible {
    outline: 2px solid #1c73f6;
    outline-offset: 2px;
  }

  .preview-window__main {
    padding: 24px 20px;
    gap: 20px;
  }

  .preview-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .preview-stat {
    padding: 18px 20px;
    border-radius: 22px;
  }

  .preview-columns {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .preview-right-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
  }

  .preview-panel {
    padding: 22px 20px;
    border-radius: 24px;
  }

  .preview-dispatch-grid {
    gap: 10px;
  }

  .preview-dispatch-card {
    padding: 12px 8px;
    border-radius: 16px;
  }

  .preview-dispatch-card__label {
    font-size: 0.75rem;
  }
}

/* Phone (<= 767px): sidebar/rail hidden; hamburger in bar; stacked layout. */
@media (max-width: 767px) {
  .hero__preview {
    margin-top: 20px;
    border-radius: 20px;
  }

  .preview-window {
    border-radius: 20px;
  }

  .preview-window__sidebar {
    display: none;
  }

  .preview-window__body {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .preview-window__bar {
    padding: 12px 16px;
    gap: 8px;
  }

  .preview-window__dot {
    width: 10px;
    height: 10px;
  }

  .preview-window__url {
    flex: 1;
    min-width: 0;
    margin-left: 10px;
    font-size: 0.8125rem;
    padding: 4px 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .preview-window__menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 16px;
    height: 12px;
    flex-shrink: 0;
    color: #344054;
  }

  .preview-window__menu-icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
  }

  .preview-window__menu-icon span:nth-child(1) {
    top: 0;
  }

  .preview-window__menu-icon span:nth-child(2) {
    top: 5px;
  }

  .preview-window__menu-icon span:nth-child(3) {
    top: 10px;
  }

  .preview-window__main {
    padding: 16px 12px;
    gap: 14px;
  }

  .preview-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .preview-stat {
    padding: 12px 14px;
    border-radius: 16px;
    min-height: 96px;
  }

  .preview-stat__head {
    margin-bottom: 6px;
    gap: 6px;
  }

  .preview-stat__label {
    font-size: 0.8125rem;
  }

  .preview-stat__head .icon {
    width: 17px;
    height: 17px;
  }

  .preview-stat__value {
    font-size: 1.35rem;
  }

  .preview-stat__delta {
    font-size: 0.8125rem;
    gap: 4px;
  }

  .preview-stat__delta .icon {
    width: 14px;
    height: 14px;
  }

  .preview-columns {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .preview-right-stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .preview-panel {
    padding: 16px 14px;
    border-radius: 18px;
  }

  .preview-panel__head {
    font-size: 1.05rem;
    margin-bottom: 12px;
  }

  .preview-panel__head .text-meta {
    font-size: 0.8125rem;
  }

  .preview-order-row {
    padding: 10px 12px;
    border-radius: 14px;
    margin-bottom: 8px;
    gap: 8px;
  }

  .preview-order-row__name {
    font-size: 0.875rem;
  }

  .preview-order-row__meta {
    font-size: 0.75rem;
  }

  .preview-order-row__right {
    gap: 8px;
  }

  .preview-order-row__right strong {
    font-size: 0.875rem;
  }

  .preview-order-row__right .badge {
    padding: 3px 8px;
    font-size: 0.75rem;
  }

  .preview-products-list {
    gap: 12px;
  }

  .preview-product-item__name {
    font-size: 0.875rem;
  }

  .preview-product-item__sku {
    font-size: 0.75rem;
  }

  .preview-progress {
    height: 7px;
  }

  .preview-dispatch-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .preview-dispatch-card {
    padding: 10px 6px;
    border-radius: 14px;
  }

  .preview-dispatch-card__value {
    font-size: 1.1rem;
  }

  .preview-dispatch-card__label {
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .hero__preview {
    margin-top: 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .preview-window {
    border-radius: 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .preview-window__bar {
    padding: 10px 12px;
    gap: 6px;
  }

  .preview-window__dot {
    width: 8px;
    height: 8px;
  }

  .preview-window__url {
    margin-left: 6px;
    font-size: 0.75rem;
    padding: 3px 8px;
  }

  .preview-window__main {
    padding: 12px 10px;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
  }

  .preview-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: 100%;
  }

  .preview-stat {
    padding: 10px 10px;
    border-radius: 14px;
    min-height: auto;
    box-sizing: border-box;
  }

  .preview-stat__head {
    margin-bottom: 4px;
    gap: 4px;
  }

  .preview-stat__label {
    font-size: 0.75rem;
  }

  .preview-stat__head .icon {
    width: 14px;
    height: 14px;
  }

  .preview-stat__value {
    font-size: 1.15rem;
  }

  .preview-stat__delta {
    font-size: 0.7rem;
    gap: 2px;
    margin-top: 2px;
  }

  .preview-stat__delta .icon {
    width: 12px;
    height: 12px;
  }

  .preview-columns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    min-width: 0;
  }

  .preview-panel {
    padding: 14px 12px;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .preview-panel__head {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }

  .preview-panel__head .text-meta {
    font-size: 0.75rem;
  }

  .preview-order-row {
    padding: 8px 8px;
    border-radius: 12px;
    margin-bottom: 6px;
    gap: 6px;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .preview-order-row>div:first-child {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
  }

  .preview-order-row__name {
    font-size: 0.8125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .preview-order-row__meta {
    font-size: 0.7rem;
  }

  .preview-order-row__right {
    gap: 6px;
    flex-shrink: 0;
  }

  .preview-order-row__right strong {
    font-size: 0.8125rem;
  }

  .preview-order-row__right .badge {
    padding: 2px 6px;
    font-size: 0.7rem;
    white-space: nowrap;
  }

  .preview-right-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    min-width: 0;
  }

  .preview-products-list {
    gap: 10px;
    width: 100%;
    min-width: 0;
  }

  .preview-product-item {
    width: 100%;
    min-width: 0;
  }

  .preview-product-item__head {
    width: 100%;
    min-width: 0;
  }

  .preview-product-item__name {
    font-size: 0.8125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex: 1;
  }

  .preview-product-item__sku {
    font-size: 0.7rem;
    flex-shrink: 0;
  }

  .preview-progress {
    height: 6px;
    width: 100%;
  }

  .preview-dispatch-grid {
    gap: 6px;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }

  .preview-dispatch-card {
    padding: 8px 3px;
    border-radius: 12px;
    min-width: 0;
    box-sizing: border-box;
  }

  .preview-dispatch-card__value {
    font-size: 0.95rem;
  }

  .preview-dispatch-card__label {
    font-size: 0.7rem;
  }
}

@media (max-width: 380px) {
  .preview-window__body {
    min-height: 0;
  }

  .preview-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .preview-stat {
    padding: 8px 6px;
    border-radius: 10px;
  }

  .preview-stat__label {
    font-size: 0.7rem;
  }

  .preview-stat__value {
    font-size: 1rem;
  }

  .preview-panel {
    padding: 10px 8px;
    border-radius: 12px;
  }

  .preview-order-row {
    padding: 6px 6px;
    border-radius: 10px;
    gap: 4px;
  }

  .preview-order-row__name {
    font-size: 0.75rem;
  }

  .preview-order-row__right strong {
    font-size: 0.75rem;
  }

  .preview-order-row__right .badge {
    font-size: 0.65rem;
    padding: 2px 4px;
  }

  .preview-dispatch-card {
    padding: 6px 2px;
  }

  .preview-dispatch-card__value {
    font-size: 0.875rem;
  }

  .preview-dispatch-card__label {
    font-size: 0.65rem;
  }
}

/* --------------------------------------------------------------------------
   2. ORDER WORKFLOW SECTION
   -------------------------------------------------------------------------- */
.workflow-section {
  background: #ffffff;
  padding-block: 100px 120px;
}

.workflow-heading {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.workflow-heading__eyebrow {
  color: #f53614;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-eyebrow, clamp(0.875rem, 0.8rem + 0.2vw, 1.0625rem));
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.workflow-heading__title {
  color: #000000;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-section, clamp(1.85rem, 1.25rem + 1.8vw, 3rem));
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 1100px;
  margin: 0 auto;
}

.workflow-steps-container {
  width: 100%;
}

.workflow-steps {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  width: 100%;
}

.workflow-step-card {
  position: relative;
  overflow: hidden;
  flex: 1 1 0;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 8px;
  padding: clamp(24px, 2.4vw, 36px) clamp(16px, 1.8vw, 24px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  height: auto;
  min-height: 0;
  box-sizing: border-box;
  z-index: 1;
  /* Spring overshoot easing */
  transition: transform 300ms cubic-bezier(0.45, 1.45, 0.8, 1),
    box-shadow 300ms cubic-bezier(0.45, 1.45, 0.8, 1),
    border-color 300ms cubic-bezier(0.45, 1.45, 0.8, 1);
}

/* Blue top accent line on card hover */
.workflow-step-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #146ef5;
  opacity: 0;
  transform: scaleX(0.6);
  transform-origin: center;
  transition: opacity 300ms cubic-bezier(0.45, 1.45, 0.8, 1),
    transform 300ms cubic-bezier(0.45, 1.45, 0.8, 1);
  pointer-events: none;
  border-radius: 8px 8px 0 0;
}

.workflow-step-card:hover {
  border-color: transparent;
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(20, 110, 245, 0.1), 0 4px 12px rgba(0, 0, 0, 0.04);
}

.workflow-step-card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.workflow-connector {
  width: clamp(12px, 1.8vw, 28px);
  height: 2px;
  background: #146ef5;
  flex-shrink: 0;
  align-self: center;
}

.workflow-step-card__badge {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: rgba(20, 110, 245, 0.15);
  color: #146ef5;
  font-family: var(--ref-font-inter);
  font-size: 1.625rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 300ms cubic-bezier(0.45, 1.45, 0.8, 1),
    color 300ms cubic-bezier(0.45, 1.45, 0.8, 1),
    box-shadow 300ms cubic-bezier(0.45, 1.45, 0.8, 1),
    transform 300ms cubic-bezier(0.45, 1.45, 0.8, 1);
}

/* Numbered circle transitions to solid strong blue with white numeral on card hover */
.workflow-step-card:hover .workflow-step-card__badge {
  background: #146ef5;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(20, 110, 245, 0.35);
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .workflow-step-card {
    transition: box-shadow var(--motion-fast) var(--easing-standard),
      border-color var(--motion-fast) var(--easing-standard);
  }

  .workflow-step-card:hover {
    transform: none;
  }

  .workflow-step-card::before {
    transform: none;
  }

  .workflow-step-card:hover .workflow-step-card__badge {
    transform: none;
  }
}

.workflow-step-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.workflow-step-card__title {
  color: #111827;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-card-title, clamp(1.125rem, 1rem + 0.35vw, 1.375rem));
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.workflow-step-card__desc {
  color: #667085;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-body-sm, 0.875rem);
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
}

/* Responsive adjustments for laptop, tablet, and mobile */
@media (min-width: 1024px) and (max-width: 1199px) {
  .workflow-step-card {
    padding: 22px 14px;
    gap: 16px;
  }

  .workflow-connector {
    width: 12px;
  }

  .workflow-step-card__badge {
    width: 44px;
    height: 44px;
    font-size: 1.35rem;
  }

  .workflow-step-card__title {
    font-size: 1.15rem;
  }

  .workflow-step-card__desc {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .workflow-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .workflow-connector {
    display: none;
  }

  .workflow-step-card {
    padding: 24px 18px;
    gap: 16px;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .workflow-section {
    padding-block: 60px 80px;
  }

  .workflow-heading {
    margin-bottom: 32px;
    gap: 12px;
  }

  .workflow-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .workflow-connector {
    display: none;
  }

  .workflow-step-card {
    padding: 20px 16px;
    gap: 14px;
    border-radius: 8px;
    min-height: auto;
  }

  .workflow-step-card__badge {
    width: 42px;
    height: 42px;
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .workflow-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .workflow-step-card {
    padding: 18px 14px;
    gap: 12px;
  }
}

/* --------------------------------------------------------------------------
   3. INDUSTRY SECTION
   -------------------------------------------------------------------------- */
.industry-section {
  background: #ffffff;
  padding-block: 100px 120px;
  overflow: hidden;
}

.industry-heading {
  text-align: center;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.industry-heading__eyebrow {
  color: #f53614;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-eyebrow, clamp(0.875rem, 0.8rem + 0.2vw, 1.0625rem));
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.industry-heading__title {
  color: #000000;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-section, clamp(1.85rem, 1.25rem + 1.8vw, 3rem));
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 1100px;
  margin: 0 auto;
}

.industry-heading__desc {
  color: #6d7a8c;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-body-lg, clamp(1rem, 0.925rem + 0.25vw, 1.25rem));
  font-weight: 400;
  line-height: 1.45;
  max-width: 1000px;
  margin: 0 auto;
}

.industry-carousel-container {
  position: relative;
  width: 100%;
}

.industry-scroll-fade {
  position: absolute;
  top: 0;
  bottom: 24px;
  width: clamp(20px, 2vw, 36px);
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  transition: opacity var(--motion-fast) var(--easing-standard);
}

.industry-scroll-fade--left {
  left: 0;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0) 100%);
}

.industry-scroll-fade--right {
  right: 0;
  background: linear-gradient(to left,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0) 100%);
}

.industry-scroll-fade[data-visible="true"] {
  opacity: 1;
}

.industry-track-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: max(var(--space-page-inline, 24px), calc((100vw - var(--size-container-max, 1600px)) / 2 + var(--space-page-inline, 24px)));
  padding-right: max(var(--space-page-inline, 24px), calc((100vw - var(--size-container-max, 1600px)) / 2 + var(--space-page-inline, 24px)));
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  cursor: grab;
  box-sizing: border-box;
}

.industry-track-wrapper::-webkit-scrollbar {
  display: none;
}

.industry-track-wrapper.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}

.industry-grid {
  display: flex;
  gap: 32px;
  width: max-content;
  padding-left: 0;
  padding-right: 0;
}

.industry-card {
  position: relative;
  overflow: hidden;
  flex: 0 0 517px;
  width: 517px;
  min-height: 630px;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  cursor: default;
  transition: border-color 0.35s ease-out;
  outline: none;
}

.industry-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(157deg, #0057d2 0%, #5d9eff 50%, #0058d4 100%);
  border-radius: inherit;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.35s ease-out;
  will-change: opacity;
}

.industry-card.is-active::before,
.industry-card:focus-visible::before,
.industry-track-wrapper:not(.has-cursor-tracking) .industry-card:hover::before {
  opacity: 1;
}

/* Active & Hover state */
.industry-card.is-active,
.industry-card:focus-visible,
.industry-track-wrapper:not(.has-cursor-tracking) .industry-card:hover {
  border-color: transparent;
}

.industry-card:focus-visible {
  box-shadow: var(--shadow-focus);
}

.industry-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.industry-card__title {
  font-family: var(--ref-font-inter);
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.22;
  /* 39px */
  margin: 0;
  transition: color 0.35s ease-out;
}

.industry-card.is-active .industry-card__title,
.industry-card:focus-visible .industry-card__title,
.industry-track-wrapper:not(.has-cursor-tracking) .industry-card:hover .industry-card__title {
  color: #ffffff;
}

.industry-card__divider {
  display: block;
  width: 100%;
  height: 1px;
  background: #bbbbbb;
  margin: 16px 0 14px;
  transition: background-color 0.35s ease-out;
}

/* Horizontal line turns pure white on hover matching text color */
.industry-card.is-active .industry-card__divider,
.industry-card:focus-visible .industry-card__divider,
.industry-track-wrapper:not(.has-cursor-tracking) .industry-card:hover .industry-card__divider {
  background-color: #ffffff;
}

.industry-card__desc {
  font-family: "Manrope", var(--ref-font-inter);
  font-size: 1.125rem;
  font-weight: 400;
  color: #667085;
  line-height: 1.4;
  /* 25px */
  min-height: 50px;
  margin: 0;
  transition: color 0.35s ease-out;
}

.industry-card.is-active .industry-card__desc,
.industry-card:focus-visible .industry-card__desc,
.industry-track-wrapper:not(.has-cursor-tracking) .industry-card:hover .industry-card__desc {
  color: #ffffff;
}

.industry-card__media {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 391px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 24px;
  background: #ffffff;
}

.industry-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.industry-section__cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  width: 100%;
}

.industry-section__cta .btn {
  width: 316px;
  max-width: 100%;
  min-height: 65px;
  padding: 19px 28px 19px 29px;
  font-family: var(--ref-font-inter);
  font-size: 1.375rem;

  font-weight: 600;
  line-height: 27px;
  border-radius: 10px;
  background: linear-gradient(157deg, #0057d2 0%, #5d9eff 50%, #0058d4 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 16px rgba(0, 87, 210, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-decoration: none;
  transition: transform var(--motion-fast) var(--easing-standard),
    box-shadow var(--motion-fast) var(--easing-standard),
    filter var(--motion-fast) var(--easing-standard);
}

.industry-section__cta .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 87, 210, 0.45);
  filter: brightness(1.05);
}

.industry-section__cta .btn .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .industry-card {
    flex: 0 0 420px;
    width: 420px;
    min-height: 540px;
    padding: 20px;
  }

  .industry-card__title {
    font-size: 1.75rem;
  }

  .industry-card__media {
    height: 310px;
  }
}

@media (max-width: 768px) {
  .industry-section {
    padding-block: 60px 80px;
  }

  .industry-heading {
    margin-bottom: 30px;
    gap: 12px;
  }

  .industry-heading {
    margin-bottom: 28px;
    gap: 12px;
  }

  .industry-track-wrapper {
    margin-top: 24px;
    padding-bottom: 16px;
  }

  .industry-grid {
    gap: 16px;
    padding-right: 0;
  }

  .industry-card {
    flex: 0 0 320px;
    width: 320px;
    min-height: 450px;
    padding: 18px;
    border-radius: 10px;
  }

  .industry-card__title {
    font-size: 1.5rem;
  }

  .industry-card__desc {
    font-size: 1rem;
    min-height: auto;
  }

  .industry-card__media {
    height: 240px;
    border-radius: 14px;
    margin-top: 16px;
  }

  .industry-card__media img {
    border-radius: 14px;
  }

  .industry-section__cta {
    margin-top: 32px;
  }
}

@media (max-width: 480px) {
  .industry-card {
    flex: 0 0 280px;
    width: 280px;
    min-height: 400px;
    padding: 16px;
  }

  .industry-card__title {
    font-size: 1.3rem;
  }

  .industry-card__desc {
    font-size: 0.9rem;
  }

  .industry-card__media {
    height: 190px;
    border-radius: 10px;
  }

  .industry-card__media img {
    border-radius: 10px;
  }

  .industry-section__cta {
    margin-top: 24px;
    width: 100%;
  }

  .industry-section__cta .btn {
    width: 100%;
    max-width: 100%;
    min-height: 56px;
    padding: 14px 20px;
    font-size: 1.125rem;
    line-height: 1.3;
    justify-content: center;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .industry-card,
  .industry-card::before,
  .industry-card__title,
  .industry-card__divider,
  .industry-card__desc,
  .industry-card__media img,
  .industry-section__cta .btn {
    transition: none !important;
  }

  .industry-card:hover,
  .industry-card:focus-visible,
  .industry-card.is-active,
  .industry-card:hover .industry-card__media img,
  .industry-section__cta .btn:hover {
    transform: none !important;
  }
}

@media (max-width: 380px) {
  .industry-card {
    flex: 0 0 calc(100vw - 32px);
    width: calc(100vw - 32px);
    max-width: 288px;
    padding: 14px;
  }

  .industry-card__media {
    height: 170px;
  }

  .industry-card__title {
    font-size: 1.2rem;
  }

  .industry-card__desc {
    font-size: 0.85rem;
  }
}

/* --------------------------------------------------------------------------
   4. PROBLEM / SOLUTION SECTION
   -------------------------------------------------------------------------- */
.difference-section {
  background: #ffffff;
  padding-block: 100px 120px;
}

.difference-heading {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.difference-heading__eyebrow {
  color: #f53614;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-eyebrow, clamp(0.875rem, 0.8rem + 0.2vw, 1.0625rem));
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.difference-heading__title {
  color: #000000;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-section, clamp(1.85rem, 1.25rem + 1.8vw, 3rem));
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 1100px;
  margin: 0 auto;
}

.difference-heading__desc {
  color: #6d7a8c;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-body-lg, clamp(1rem, 0.925rem + 0.25vw, 1.25rem));
  font-weight: 400;
  line-height: 1.45;
  max-width: 1000px;
  margin: 0 auto;
}

.compare-panels {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(20px, 2.5vw, 40px);
  align-items: stretch;
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 56px auto 0;
}

.compare-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 560px;
  min-width: 0;
  border-radius: 16px;
  padding: clamp(32px, 3vw, 44px) clamp(20px, 2.2vw, 32px) 32px clamp(20px, 2.2vw, 32px);
  box-sizing: border-box;
  transition: transform var(--motion-fast) var(--easing-standard), box-shadow var(--motion-fast) var(--easing-standard);
}

.compare-panel--negative {
  background: #fef2f2;
  border: 1px solid rgba(254, 202, 202, 0.6);
  box-shadow: 0px 0px 40px -10px rgba(239, 68, 68, 0.15);
}

.compare-panel--positive {
  background: #eff6ff;
  border: 1px solid rgba(191, 219, 254, 0.6);
  box-shadow: 0px 0px 40px -10px rgba(59, 130, 246, 0.15);
}

.compare-panel__badge {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 26px;
  border-radius: 9999px;
  font-family: var(--ref-font-inter);
  font-size: 1.125rem;

  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 3;
}

.compare-panel__badge--negative {
  background: #ffffff;
  border: 2px solid #fecaca;
  color: #ef4444;
  box-shadow: 0px 2px 8px rgba(239, 68, 68, 0.1);
}

.compare-panel__badge--positive {
  background: #ffffff;
  border: 2px solid #bfdbfe;
  color: #3b82f6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.compare-panel__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 4px 20px -2px rgba(0, 0, 0, 0.05);
  padding: 16px 20px;
  box-sizing: border-box;
}

.compare-panel__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.compare-panel__item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 12px;
  border-bottom: 1px solid #f3f4f6;
  font-family: var(--ref-font-inter);
  font-size: 1.125rem;

  font-weight: 500;
  line-height: 1.4;
  color: #374151;
  box-sizing: border-box;
}

.compare-panel--positive .compare-panel__item {
  color: #1f2937;
}

.compare-panel__item:last-child {
  border-bottom: none;
}

.compare-panel__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.compare-panels__connector {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 60px;
  align-self: center;
}

.compare-panels__connector::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  right: -50px;
  height: 0;
  border-top: 2px dashed #93c5fd;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.compare-panels__arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #dbeafe;
  box-shadow: 0 4px 16px rgba(20, 110, 245, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

/* Intermediate Tablet/Laptop Landscape (768px - 1199px) — Preserve 2-column side-by-side */
@media (min-width: 768px) and (max-width: 1199px) {
  .compare-panels {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: clamp(12px, 1.8vw, 24px);
    margin-top: 44px;
    align-items: stretch;
  }

  .compare-panel {
    padding: 32px 16px 20px 16px;
    border-radius: 14px;
    min-height: auto;
    height: 100%;
  }

  .compare-panel__badge {
    top: -18px;
    padding: 7px 18px;
    font-size: 0.95rem;
    gap: 8px;
  }

  .compare-panel__card {
    padding: 12px 14px;
    border-radius: 10px;
  }

  .compare-panel__item {
    padding: 10px 8px;
    font-size: clamp(0.875rem, 0.825rem + 0.15vw, 0.95rem);
    line-height: 1.35;
    gap: 10px;
  }

  .compare-panel__icon {
    width: 18px;
    height: 18px;
  }

  .compare-panels__connector {
    width: 36px;
    align-self: center;
  }

  .compare-panels__connector::before {
    left: -24px;
    right: -24px;
    top: 50%;
    height: 0;
    width: auto;
    border-top: 2px dashed #93c5fd;
    border-left: none;
    transform: translateY(-50%);
  }

  .compare-panels__arrow {
    width: 44px;
    height: 44px;
    transform: none;
  }

  .compare-panels__arrow svg {
    width: 18px;
    height: 18px;
  }
}

/* Mobile Layout (< 768px) — Stack into 1 column */
@media (max-width: 767px) {
  .difference-section {
    padding-block: 60px 80px;
  }

  .difference-heading {
    margin-bottom: 28px;
    gap: 12px;
  }

  .compare-panels {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 36px;
  }

  .compare-panels__connector {
    width: 100%;
    margin: -8px 0;
  }

  .compare-panels__connector::before {
    left: 50%;
    right: auto;
    top: -30px;
    bottom: -30px;
    width: 0;
    height: auto;
    border-top: none;
    border-left: 2px dashed #93c5fd;
    transform: translateX(-50%);
  }

  .compare-panels__arrow {
    transform: rotate(90deg);
    width: 48px;
    height: 48px;
  }

  .compare-panel {
    padding: 32px 14px 16px 14px;
    min-height: auto;
    border-radius: 14px;
  }

  .compare-panel__badge {
    top: -16px;
    padding: 6px 16px;
    font-size: 0.875rem;
  }

  .compare-panel__card {
    padding: 12px 10px;
    border-radius: 10px;
  }

  .compare-panel__item {
    font-size: 0.875rem;
    padding: 10px 6px;
    gap: 10px;
  }

  .compare-panel__icon {
    width: 16px;
    height: 16px;
  }
}

/* --------------------------------------------------------------------------
   5. CORE FEATURES TABBED SECTION
   -------------------------------------------------------------------------- */
.core-features-section {
  background: #ffffff;
  padding-block: 100px 120px;
}

.core-features-heading {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.core-features-heading__eyebrow {
  color: #f53614;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-eyebrow, clamp(0.875rem, 0.8rem + 0.2vw, 1.0625rem));
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.core-features-heading__title {
  color: #000000;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-section, clamp(1.85rem, 1.25rem + 1.8vw, 3rem));
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 1100px;
  margin: 0 auto;
}

.core-features-heading__desc {
  color: #6d7a8c;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-body-lg, clamp(1rem, 0.925rem + 0.25vw, 1.25rem));
  font-weight: 400;
  line-height: 1.45;
  max-width: 1000px;
  margin: 0 auto;
}

.core-tabs-nav {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 1600px;
  margin: 60px auto 64px;
  border-bottom: none;
  box-sizing: border-box;
}

.core-tabs-track {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #cbcbcb;
  z-index: 1;
  pointer-events: none;
}

.core-tab-btn {
  font-family: var(--ref-font-inter);
  font-size: clamp(1.125rem, 0.95rem + 0.5vw, 1.625rem);
  font-weight: 500;
  color: #667085;
  background: transparent;
  border: none;
  padding: 36px 16px 36px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: color 300ms ease-out, transform 300ms ease-out;
  outline: none;
  position: relative;
  z-index: 3;
}

.core-tab-btn:hover {
  color: #111827;
}

.core-tab-btn:focus-visible {
  outline: 2px solid #146ef5;
  outline-offset: 4px;
  border-radius: 4px;
}

.core-tab-btn[aria-selected="true"] {
  color: #111827;
  font-weight: 600;
}

@keyframes kf_core_slide_up {
  0% {
    opacity: 0;
    transform: translateY(29px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Simple opacity fade for elements that only fade in */
@keyframes kf_core_fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Animated sliding active indicator */
.core-tabs-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #000000;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
    width 300ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  z-index: 2;
}

/* Tab Panels — 400ms coordinated transitions */
.core-features-panels {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  width: 100%;
  max-width: 1384px;
  margin-inline: auto;
}

.core-tabpanel {
  width: 100%;
}

.core-tabpanel[hidden] {
  display: none !important;
}

.core-tabpanel.is-active,
.core-tabpanel:not([hidden]) {
  display: block;
}

.core-tabpanel.is-animating {
  animation: kf_core_panel_in 250ms ease-out;
}

@keyframes kf_core_panel_in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

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

.core-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 659px) minmax(0, 578px);
  gap: clamp(32px, 2vw + 32px, 147px);
  align-items: center;
  justify-content: center;
  max-width: 1384px;
  margin-inline: auto;
  width: 100%;
}

.core-feature-visual {
  width: 100%;
  max-width: 659px;
  aspect-ratio: 659 / 560;
  height: auto;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  /* Background color transition */
  transition: transform 400ms ease-out,
    box-shadow 400ms ease-out,
    background-color 400ms ease-out;
}

.core-feature-visual:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
}

.core-feature-visual--orders {
  background: #9a6ee2;
}

.core-feature-visual--inventory {
  background: #29966c;
}

.core-feature-visual--customers {
  background: #4478ef;
}

.core-feature-visual--invoices {
  background: #f47863;
}

.core-feature-visual__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 16px;
  transform: scale(0.98);
  opacity: 0.85;
  /* Image opacity transition */
  transition: transform 400ms ease-out,
    opacity 400ms ease-out;
}

.core-tabpanel.is-active .core-feature-visual__img {
  transform: scale(1);
  opacity: 1;
}

.core-feature-visual:hover .core-feature-visual__img {
  transform: scale(1.015);
}

.core-feature-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 578px;
  transform: translateY(0);
  opacity: 1;
}

.core-tabpanel.is-active .core-feature-content {
  transform: translateY(0);
  opacity: 1;
}

/* One-shot entry animation triggered by JS on tab switch */
.core-tabpanel.is-animating .core-feature-content {
  animation: kf_core_slide_up 400ms ease-out both;
}

.core-tabpanel.is-animating .core-feature-visual__img {
  animation: kf_core_fade_in 400ms ease-out both;
}

/* Title fade-in */
.core-tabpanel.is-animating .core-feature-head h3 {
  animation: kf_core_fade_in 400ms ease-out both;
}

/* Description fade-in */
.core-tabpanel.is-animating .core-feature-head p {
  animation: kf_core_fade_in 400ms ease-out 50ms both;
}

/* Checklist items fade-in stagger */
.core-tabpanel.is-animating .core-feature-checklist li:nth-child(1) {
  animation: kf_core_fade_in 400ms ease-out 100ms both;
}

.core-tabpanel.is-animating .core-feature-checklist li:nth-child(2) {
  animation: kf_core_fade_in 400ms ease-out 160ms both;
}

.core-tabpanel.is-animating .core-feature-checklist li:nth-child(3) {
  animation: kf_core_fade_in 400ms ease-out 220ms both;
}

.core-feature-head {
  border-bottom: 1px solid #666666;
  padding-bottom: 31px;
  margin-bottom: 40px;
}

.core-feature-head h3 {
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-subsection, clamp(1.375rem, 1.15rem + 0.8vw, 2.25rem));
  font-weight: 700;
  color: #000000;
  line-height: 1.25;
  margin: 0 0 14px 0;
}

.core-feature-head p {
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-body-lg, clamp(1rem, 0.925rem + 0.25vw, 1.25rem));
  font-weight: 400;
  color: #666666;
  line-height: 1.45;
  margin: 0;
}

.core-feature-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.core-feature-checklist li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-card-title, clamp(1.125rem, 1rem + 0.35vw, 1.375rem));
  font-weight: 500;
  color: #111827;
  line-height: 1.3;
  transition: transform 300ms ease-out;
}

.core-feature-checklist li:hover {
  transform: translateX(4px);
}

.core-feature-check {
  width: clamp(32px, 28px + 0.5vw, 41px);
  height: clamp(32px, 28px + 0.5vw, 41px);
  flex-shrink: 0;
  transition: transform 300ms ease-out;
}

.core-feature-checklist li:hover .core-feature-check {
  transform: scale(1.08);
}

/* Intermediate Tablet (768px - 1023px) — Single horizontal scrollable row & 2-column feature card */
@media (min-width: 768px) and (max-width: 1023px) {
  .core-tabs-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    margin: 36px auto 44px;
    padding: 0 16px;
    border-bottom: none;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-x: contain;
  }

  .core-tabs-nav::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .core-tab-btn {
    flex-shrink: 0;
    padding: 18px 16px;
    font-size: 1.125rem;
    white-space: nowrap;
    line-height: 1.25;
    text-align: center;
  }

  .core-feature-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: clamp(24px, 3vw, 48px);
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .core-feature-visual {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 659 / 520;
    border-radius: 14px;
    margin: 0 auto;
  }

  .core-feature-content {
    width: 100%;
    max-width: 100%;
  }

  .core-feature-head {
    padding-bottom: 20px;
    margin-bottom: 24px;
  }

  .core-feature-head h3 {
    font-size: clamp(1.35rem, 1.15rem + 0.5vw, 1.85rem);
    margin-bottom: 10px;
  }

  .core-feature-head p {
    font-size: clamp(0.925rem, 0.85rem + 0.15vw, 1.05rem);
    line-height: 1.45;
  }

  .core-feature-checklist {
    gap: 14px;
  }

  .core-feature-checklist li {
    font-size: clamp(0.925rem, 0.85rem + 0.15vw, 1.05rem);
    gap: 12px;
  }

  .core-feature-check {
    width: 32px;
    height: 32px;
  }
}

/* Mobile Layout (< 768px) — Scrollable tabs & stacked feature card */
@media (max-width: 767px) {
  .core-features-section {
    padding-block: 60px 80px;
  }

  .core-features-heading {
    margin-bottom: 24px;
    gap: 12px;
  }

  .core-tabs-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    gap: 16px;
    margin: 24px auto 32px;
    padding: 0 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-x: contain;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .core-tabs-nav::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .core-tab-btn {
    flex-shrink: 0;
    padding: 14px 14px;
    font-size: 1rem;
    white-space: nowrap;
  }

  .core-feature-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 100%;
  }

  .core-feature-visual {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 659 / 480;
    margin: 0 auto;
  }

  .core-feature-content {
    width: 100%;
    max-width: 100%;
  }

  .core-feature-head {
    padding-bottom: 18px;
    margin-bottom: 20px;
  }

  .core-feature-head h3 {
    font-size: 1.35rem;
    margin-bottom: 10px;
  }

  .core-feature-head p {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .core-feature-checklist {
    gap: 12px;
  }

  .core-feature-checklist li {
    font-size: 0.925rem;
    gap: 10px;
  }

  .core-feature-check {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 480px) {
  .core-feature-visual {
    aspect-ratio: 659 / 460;
  }

  .core-tab-btn {
    font-size: 0.95rem;
    padding: 12px 10px;
  }

  .core-feature-head h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 390px) {
  .core-tabs-nav {
    gap: 12px;
    padding: 0 8px;
  }

  .core-tab-btn {
    padding: 12px 8px;
    font-size: 0.9375rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .core-tabs-indicator,
  .core-tabpanel,
  .core-feature-visual,
  .core-feature-visual__img,
  .core-feature-content,
  .core-feature-checklist li,
  .core-feature-check {
    transition: none !important;
    animation: none !important;
  }

  .core-tabpanel.is-active .core-feature-content {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }

  .core-tabpanel.is-animating .core-feature-content,
  .core-tabpanel.is-animating .core-feature-visual__img,
  .core-tabpanel.is-animating .core-feature-head h3,
  .core-tabpanel.is-animating .core-feature-head p,
  .core-tabpanel.is-animating .core-feature-checklist li {
    animation: none !important;
    opacity: 1 !important;
  }
}

/* --------------------------------------------------------------------------
   6. FLEXIBLE PLANS / PLAN HIGHLIGHT SECTION
   -------------------------------------------------------------------------- */
.flexible-plans-section {
  background: #ffffff;
  padding-block: 100px 140px;
}

.plans-header-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: flex-end;
  gap: clamp(24px, 3vw, 48px);
  margin-bottom: 56px;
  max-width: 1600px;
  margin-inline: auto;
  width: 100%;
}

.plans-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 935px;
}

.plans-heading__eyebrow {
  color: #146ef5;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-eyebrow, clamp(0.875rem, 0.8rem + 0.2vw, 1.0625rem));
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.plans-heading__title {
  color: #000000;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-section, clamp(1.85rem, 1.25rem + 1.8vw, 3rem));
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
}

.plans-heading__desc {
  color: #6d7a8c;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-body-lg, clamp(1rem, 0.925rem + 0.25vw, 1.25rem));
  font-weight: 400;
  line-height: 1.45;
  max-width: 1093px;
  margin: 0;
}

.plans-tab-switcher {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 10px;
  padding: 11px;
  flex-shrink: 0;
  box-sizing: border-box;
}

.plans-tab-btn {
  font-family: var(--ref-font-inter);
  font-size: 1.375rem;

  font-weight: 600;
  padding: 14px 32px;
  min-height: 56px;
  border-radius: 10px;
  border: none;
  background: transparent;
  color: #146ef5;
  cursor: pointer;
  white-space: nowrap;
  /* Spring overshoot easing */
  transition: transform 300ms cubic-bezier(0.45, 1.45, 0.8, 1),
    background 300ms cubic-bezier(0.45, 1.45, 0.8, 1),
    color 300ms cubic-bezier(0.45, 1.45, 0.8, 1),
    box-shadow 300ms cubic-bezier(0.45, 1.45, 0.8, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.22;
}

.plans-tab-btn:hover {
  background: rgba(20, 110, 245, 0.08);
  transform: translateY(-2px);
}

.plans-tab-btn[aria-selected="true"] {
  background: linear-gradient(157deg, #0057d2 0%, #5d9eff 50%, #0058d4 100%);
  color: #ffffff;
  font-weight: 500;
  box-shadow: 0 4px 14px rgba(0, 87, 210, 0.25);
}

.plans-tab-btn[aria-selected="true"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 87, 210, 0.35);
}

/* Plans Panels Stack for smooth zero-flicker crossfade */
.plans-panels-stack {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
}

.plans-panels-stack>.tabpanel {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 220ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.plans-panels-stack>.tabpanel[hidden] {
  display: none !important;
}

.plans-panels-stack>.tabpanel.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.plans-panels-stack>.tabpanel.is-entering {
  display: block !important;
  opacity: 0;
  transform: translateY(10px);
}

.plans-panels-stack>.tabpanel.is-exiting {
  display: block !important;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .plans-panels-stack>.tabpanel {
    transition: none !important;
    transform: none !important;
  }
}

.plan-panel {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 10px;
  box-shadow: 2px 14px 44.3px rgba(0, 0, 0, 0.02);
  padding: clamp(36px, 4vw, 56px) clamp(28px, 4.5vw, 64px);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 39fr) minmax(0, 61fr);
  gap: clamp(28px, 3.5vw, 56px);
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  margin-inline: auto;
  width: 100%;
  box-sizing: border-box;
}

.plan-panel::before {
  content: "";
  position: absolute;
  left: -145px;
  top: -194px;
  width: 372px;
  height: 372px;
  background: #146ef5;
  filter: blur(200px);
  opacity: 0.12;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.plan-panel::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 232px;
  height: 232px;
  background: radial-gradient(circle, rgba(20, 110, 245, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.plan-panel__left {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 100%;
}

.plan-panel__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 15px;
  border-radius: 9999px;
  border: 1px solid rgba(28, 115, 246, 0.2);
  background: #ffffff;
  color: #004ab3;
  font-family: var(--ref-font-inter);
  font-size: 1.125rem;

  font-weight: 600;
  line-height: 1;
  width: fit-content;
  margin-bottom: 24px;
}

.plan-panel__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1c73f6;
  flex-shrink: 0;
}

.plan-panel__title {
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-subsection, clamp(1.375rem, 1.15rem + 0.8vw, 2.25rem));
  font-weight: 700;
  line-height: 1.25;
  color: #111828;
  margin: 0 0 16px 0;
}

.plan-panel__title-highlight {
  color: #146ef5;
}

.plan-panel__desc {
  font-family: var(--ref-font-inter);
  font-size: clamp(1rem, 0.92rem + 0.2vw, 1.1875rem);

  font-weight: 400;
  color: #666666;
  line-height: 1.4;
  margin: 0 0 36px 0;
}

.plan-panel__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}

.plan-btn {
  min-height: 56px;
  padding: 16px 26px;
  border-radius: 10px;
  font-family: var(--ref-font-inter);
  font-size: 1.125rem;

  font-weight: 600;
  line-height: 1.22;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
  transition: background 250ms ease-out,
    color 250ms ease-out,
    border-color 250ms ease-out,
    box-shadow 250ms ease-out,
    filter 250ms ease-out;
}

.plan-btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.plan-btn--primary {
  position: relative;
  border: 1.5px solid transparent;
  border-radius: 10px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)) padding-box,
    url("../img/figma/plan-btn-bg.gif") center / cover padding-box no-repeat,
    linear-gradient(90deg, #0cb6ec 0%, #9d4eff 100%) border-box;
  color: #ffffff;
  box-shadow:
    inset -8px 5px 9.7px 0 rgba(0, 0, 0, 0.15),
    inset 5px -6px 6.7px 0 rgba(0, 0, 0, 0.15),
    0 4px 16px rgba(12, 182, 236, 0.25);
  overflow: hidden;
}

.plan-btn--primary:hover {
  filter: brightness(1.1);
  box-shadow:
    inset -8px 5px 9.7px 0 rgba(0, 0, 0, 0.15),
    inset 5px -6px 6.7px 0 rgba(0, 0, 0, 0.15),
    0 8px 24px rgba(157, 78, 255, 0.35),
    0 4px 16px rgba(12, 182, 236, 0.25);
}

.plan-btn--secondary {
  background: #ffffff;
  color: #111827;
  border: 1px solid #111827;
}

/* Compare Plan hover: becomes blue filled primary button (Req 5) */
.plan-btn--secondary:hover {
  background: linear-gradient(157deg, #0057d2 0%, #5d9eff 50%, #0058d4 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(0, 87, 210, 0.25);
}

.plan-features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.plan-feature-tile {
  background: #ffffff;
  border: 1px solid #e3e7ec;
  border-radius: 10px;
  box-shadow: 9px 12px 48.2px rgba(0, 0, 0, 0.03);
  padding: 18px 20px 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease;
  box-sizing: border-box;
  min-height: 108px;
}

.plan-feature-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-floating);
  border-color: #cbd5e1;
}

.plan-feature-tile--wide {
  grid-column: 1 / -1;
  width: 100%;
}

.plan-feature-tile__icon {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: rgba(20, 110, 245, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.plan-feature-tile__icon svg {
  width: 22px;
  height: 22px;
}

.plan-feature-tile__body {
  display: flex;
  flex-direction: column;
}

.plan-feature-tile__title {
  font-family: var(--ref-font-inter);
  font-size: 1.25rem;

  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  margin: 0 0 6px 0;
}

.plan-feature-tile__desc {
  font-family: var(--ref-font-inter);
  font-size: 0.9375rem;

  font-weight: 400;
  color: #6d7a8c;
  line-height: 1.35;
  margin: 0;
}

/* ---------- Premium / Upgrade Plan dark variant ---------- */
.plan-panel--premium {
  background: #111827;
  border-color: #132f58;
  box-shadow: 2px 14px 44.3px rgba(0, 0, 0, 0.02);
}

/* Radial glow */
.plan-panel--premium::before {
  width: 481px;
  height: 481px;
  top: -123px;
  left: -145px;
  background: #146ef5;
  filter: blur(245.5px);
  opacity: 1;
}

.plan-panel--premium::after {
  display: none;
}

/* PREMIUM badge — white pill, blue text */
.plan-panel--premium .plan-panel__pill {
  background: #ffffff;
  border-color: rgba(28, 115, 246, 0.2);
  color: #004ab3;
}

.plan-panel--premium .plan-panel__dot {
  background: #1c73f6;
}

/* Heading — white with green highlight line */
.plan-panel--premium .plan-panel__title {
  color: #ffffff;
}

.plan-panel--premium .plan-panel__title-highlight {
  color: #34d399;
}

/* Description — muted gray */
.plan-panel--premium .plan-panel__desc {
  color: #a5afbe;
}

/* Feature cards — transparent bg, blue border */
.plan-panel--premium .plan-feature-tile {
  background: transparent;
  border-color: rgba(20, 110, 245, 0.3);
  box-shadow: none;
}

.plan-panel--premium .plan-feature-tile:hover {
  border-color: rgba(20, 110, 245, 0.5);
  box-shadow: none;
}

/* Icon container */
.plan-panel--premium .plan-feature-tile__icon {
  background: rgba(20, 110, 245, 0.05);
  border: 1px solid rgba(20, 110, 245, 0.6);
}

/* Card title */
.plan-panel--premium .plan-feature-tile__title {
  color: #ffffff;
}

/* Card description */
.plan-panel--premium .plan-feature-tile__desc {
  color: #a5afbe;
}

/* Intermediate Tablet/Laptop Landscape (768px - 1199px) — Preserve exact horizontal composition matching 1440px desktop */
@media (min-width: 768px) and (max-width: 1199px) {
  .flexible-plans-section {
    padding-block: 70px 90px;
  }

  .plans-header-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(16px, 2vw, 32px);
    margin-bottom: 36px;
  }

  .plans-heading {
    gap: 10px;
    max-width: 100%;
    margin-bottom: 0;
  }

  .plans-heading__title {
    font-size: clamp(1.85rem, 1.4rem + 1.2vw, 2.35rem);
  }

  .plans-heading__desc {
    font-size: clamp(0.925rem, 0.85rem + 0.15vw, 1rem);
    line-height: 1.45;
  }

  .plans-tab-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    flex-shrink: 0;
    border-radius: 8px;
  }

  .plans-tab-btn {
    padding: 10px 18px;
    font-size: 0.95rem;
    min-height: 44px;
    border-radius: 6px;
    white-space: nowrap;
  }

  /* PRESERVE 2-COLUMN HORIZONTAL CARD STRUCTURE (Left Info + Right Feature Grid) */
  .plan-panel {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(16px, 2.2vw, 32px);
    align-items: center;
    padding: clamp(24px, 2.5vw, 36px) clamp(20px, 2.2vw, 32px);
    border-radius: 12px;
  }

  .plan-panel__left {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .plan-panel__pill {
    font-size: 0.875rem;
    padding: 4px 12px;
    margin-bottom: 12px;
  }

  .plan-panel__title {
    font-size: clamp(1.25rem, 1.05rem + 0.4vw, 1.6rem);
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .plan-panel__desc {
    font-size: clamp(0.85rem, 0.8rem + 0.1vw, 0.9375rem);
    line-height: 1.4;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .plan-panel__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    flex-wrap: wrap;
  }

  .plan-btn {
    min-height: 44px;
    padding: 10px 16px;
    font-size: 0.9rem;
    border-radius: 8px;
    white-space: nowrap;
    gap: 8px;
  }

  .plan-btn svg {
    width: 16px;
    height: 16px;
  }

  /* 2-COLUMN FEATURE GRID ON THE RIGHT */
  .plan-features-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    max-width: 100%;
  }

  .plan-feature-tile {
    padding: 12px 14px;
    min-height: auto;
    gap: 10px;
    border-radius: 8px;
    align-items: flex-start;
  }

  .plan-feature-tile--wide {
    grid-column: 1 / -1;
    width: 100%;
  }

  .plan-feature-tile__icon {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    flex-shrink: 0;
  }

  .plan-feature-tile__icon svg {
    width: 18px;
    height: 18px;
  }

  .plan-feature-tile__title {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: 1.25;
  }

  .plan-feature-tile__desc {
    font-size: 0.8125rem;
    line-height: 1.35;
  }
}

/* Mobile Layout (< 768px) */
@media (max-width: 767px) {
  .flexible-plans-section {
    padding-block: 60px 80px;
  }

  .plans-header-split {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
  }

  .plans-heading {
    gap: 8px;
    margin-bottom: 0;
  }

  .plans-tab-switcher {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 4px;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .plans-tab-btn {
    flex: 1;
    text-align: center;
    justify-content: center;
    font-size: 0.875rem;
    padding: 10px 6px;
    min-height: 42px;
    white-space: nowrap;
  }

  .plan-panel {
    padding: 20px 14px;
    gap: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
  }

  .plan-panel__pill {
    font-size: 0.85rem;
    padding: 4px 10px;
    margin-bottom: 10px;
  }

  .plan-panel__title {
    font-size: 1.35rem;
    margin-bottom: 8px;
  }

  .plan-panel__desc {
    font-size: 0.875rem;
    margin-bottom: 16px;
  }

  .plan-panel__actions {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  .plan-btn {
    width: 100%;
    min-height: 46px;
    font-size: 0.95rem;
    justify-content: center;
  }

  .plan-features-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }

  .plan-feature-tile--wide {
    grid-column: auto;
  }

  .plan-feature-tile {
    padding: 12px 12px;
    gap: 12px;
    min-height: auto;
  }

  .plan-feature-tile__icon {
    width: 34px;
    height: 34px;
  }

  .plan-feature-tile__icon svg {
    width: 18px;
    height: 18px;
  }

  .plan-feature-tile__title {
    font-size: 0.95rem;
    margin-bottom: 3px;
  }

  .plan-feature-tile__desc {
    font-size: 0.8125rem;
    line-height: 1.35;
  }
}

@media (prefers-reduced-motion: reduce) {

  .plans-tab-btn,
  .plan-feature-tile,
  .plan-btn {
    transition: none !important;
  }

  .plans-tab-btn:hover,
  .plans-tab-btn[aria-selected="true"]:hover,
  .plan-feature-tile:hover,
  .plan-btn:hover {
    transform: none !important;
  }
}

/* --------------------------------------------------------------------------
   7. INTEGRATIONS SECTION 
   -------------------------------------------------------------------------- */

/* === Section Container === */
.integrations-section {
  background: #111827;
  padding-block: clamp(70px, 7vw, 130px);
  position: relative;
  overflow: hidden;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  scroll-margin-top: 100px;
}

.integrations-wrapper {
  width: 100%;
  max-width: min(1600px, 100% - var(--space-page-inline) * 2);
  margin: 0 auto;
  padding-inline: var(--space-page-inline);
  box-sizing: border-box;
}

/* === Heading === */
.integrations-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto clamp(36px, 4.5vw, 64px);
}

.integrations-heading__eyebrow {
  color: #f53614;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-eyebrow, clamp(0.875rem, 0.8rem + 0.2vw, 1.0625rem));
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.integrations-heading__title {
  color: #ffffff;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-section, clamp(1.85rem, 1.25rem + 1.8vw, 3rem));
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 1100px;
  margin: 0 auto;
}

.integrations-heading__desc {
  color: #6d7a8c;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-body-lg, clamp(1rem, 0.925rem + 0.25vw, 1.25rem));
  font-weight: 400;
  line-height: 1.45;
  max-width: 1000px;
  margin: 0 auto;
}

/* === Stage Container === */
.integrations-stage {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.integrations-connector-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  display: block;
}

.integrations-connector-canvas--lines {
  z-index: 2;
}

.integrations-connector-canvas--dots {
  z-index: 8;
}

.connector-path {
  transition: stroke 0.2s ease, stroke-width 0.2s ease;
}

.connector-path.is-active {
  stroke: #5d9eff;
  stroke-width: 3.5px;
}

.connector-dot {
  transition: r 0.2s ease, stroke 0.2s ease;
}

.connector-dot.is-active {
  r: 9.5px;
  stroke: #5d9eff;
}

/* ==========================================================================
   DESKTOP COMPOSITION (>= 1200px)
   3-Column Grid: [3 Left Cards] [Central Dashboard Hub] [3 Right Cards]
   Followed by centered [Custom Business Software] card below
   ========================================================================== */
.integrations-grid {
  display: grid;
  grid-template-columns: minmax(260px, 350px) minmax(360px, 536px) minmax(260px, 350px);
  column-gap: clamp(32px, 4.5vw, 80px);
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
  width: 100%;
}

/* Left & Right Card Columns */
.integrations-col {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5vw, 36px);
  width: 100%;
  position: relative;
  z-index: auto;
}

.integrations-col--left {
  grid-column: 1;
}

.integrations-col--right {
  grid-column: 3;
}

/* Central Hub Wrapper */
.integrations-hub-wrap {
  grid-column: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 536px;
  margin: 0 auto;
  z-index: auto;
}

/* Central Dashboard Card */
.integrations-hub {
  position: relative;
  z-index: 1;
  width: 100%;
  cursor: pointer;
}

.integrations-hub__card {
  position: relative;
  width: 100%;
}

.integrations-hub__img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.35));
  transition: transform var(--motion-fast) var(--easing-standard),
    filter var(--motion-fast) var(--easing-standard);
}

.integrations-hub:hover .integrations-hub__img {
  transform: translateY(-3px);
  filter: drop-shadow(0 20px 48px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 28px rgba(20, 110, 245, 0.3));
}

/* Concentric Rings behind Dashboard */
.integrations-rings-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 105.6%;
  aspect-ratio: 1 / 1;
  pointer-events: none;
  z-index: 0;
}

.integrations-ring {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Ring 1 — Outer */
.integrations-ring--outer {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1.116px solid rgba(20, 110, 245, 0.10);
  background: rgba(20, 110, 245, 0.04);
}

/* Ring 2 — Middle */
.integrations-ring--middle {
  width: 87.8%;
  aspect-ratio: 1 / 1;
  border: 1.116px solid rgba(20, 110, 245, 0.15);
  background: rgba(20, 110, 245, 0.15);
}

/* Ring 3 — Inner */
.integrations-ring--inner {
  width: 74.4%;
  aspect-ratio: 1 / 1;
  border: 1.116px solid rgba(20, 110, 245, 0.20);
  background: rgba(20, 110, 245, 0.42);
}

/* Bottom Container (Custom Business Software Card) */
.integrations-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: clamp(40px, 5vw, 64px);
  position: relative;
  z-index: 4;
}

/* === Integration Node Card === */
.integration-node {
  width: 100%;
  min-height: 120px;
  background: #ffffff;
  border: 1.12px solid #bbbbbb;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 18px 22px;
  display: flex;
  gap: 18px;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  transition: transform var(--motion-fast) var(--easing-standard),
    box-shadow var(--motion-fast) var(--easing-standard),
    border-color var(--motion-fast) var(--easing-standard);
}

.integration-node:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
  border-color: #146ef5;
}

/* Custom Software card — bottom centered */
.integration-node--custom {
  width: 100%;
  max-width: 497px;
  z-index: auto;
}

/* === Icon Container === */
.integration-node__icon {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.integration-node__icon--xero {
  background: rgba(20, 110, 245, 0.1);
}

.integration-node__icon--shopify {
  background: rgba(149, 191, 71, 0.15);
}

.integration-node__icon--woocommerce {
  background: rgba(150, 88, 138, 0.15);
}

.integration-node__icon--courier {
  background: rgba(20, 110, 245, 0.1);
}

.integration-node__icon--payments {
  background: rgba(99, 100, 252, 0.15);
}

.integration-node__icon--sheets {
  background: rgba(16, 185, 129, 0.15);
}

.integration-node__icon--custom {
  background: rgba(20, 110, 245, 0.1);
}

.integration-node__icon img {
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
}

/* === Card Typography === */
.integration-node__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.integration-node__title {
  font-family: var(--ref-font-inter);
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  margin: 0 0 4px 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.integration-node__desc {
  font-family: var(--ref-font-inter);
  font-size: 15px;
  font-weight: 400;
  color: #667085;
  line-height: 1.35;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* ==========================================================================
   ULTRA-WIDE DESKTOP (>= 1800px)
   Graceful expansion for large monitors
   ========================================================================== */
@media (min-width: 1800px) {
  .integrations-wrapper {
    max-width: min(2000px, 92vw);
  }

  .integrations-heading {
    max-width: 1600px;
    margin-bottom: 72px;
  }

  .integrations-heading__title {
    font-size: clamp(3.5rem, 2.5rem + 1.8vw, 4.75rem);
  }

  .integrations-heading__desc {
    font-size: 1.625rem;
    max-width: 1400px;
  }

  .integrations-grid {
    grid-template-columns: minmax(320px, 400px) minmax(500px, 640px) minmax(320px, 400px);
    column-gap: 80px;
  }

  .integration-node {
    padding: 22px 26px;
    border-radius: 14px;
    min-height: 136px;
  }

  .integration-node__icon {
    width: 82px;
    height: 82px;
  }

  .integration-node__icon img {
    max-width: 50px;
    max-height: 50px;
  }

  .integration-node__title {
    font-size: 22px;
  }

  .integration-node__desc {
    font-size: 17px;
  }

  .integration-node--custom {
    max-width: 580px;
  }

  .integrations-rings-wrap {
    width: 105.6%;
  }
}

/* ==========================================================================
   SMALL DESKTOP / LAPTOP (1200px – 1439px)
   Same composition, tighter gaps
   ========================================================================== */
@media (min-width: 1200px) and (max-width: 1439px) {
  .integrations-grid {
    grid-template-columns: minmax(230px, 300px) minmax(340px, 460px) minmax(230px, 300px);
    column-gap: clamp(20px, 2.8vw, 44px);
  }

  .integration-node {
    padding: 16px 18px;
    min-height: 110px;
    gap: 14px;
  }

  .integration-node__icon {
    width: 62px;
    height: 62px;
  }

  .integration-node__icon img {
    max-width: 36px;
    max-height: 36px;
  }

  .integration-node__title {
    font-size: 18px;
  }

  .integration-node__desc {
    font-size: 14px;
  }
}

/* ==========================================================================
   COMPACT DESKTOP (1024px – 1199px)
   Identical 3-Column Desktop Network Topology, scaled for laptop screens
   ========================================================================== */
@media (min-width: 1024px) and (max-width: 1199px) {
  .integrations-section {
    padding-block: clamp(60px, 6vw, 84px);
  }

  .integrations-wrapper {
    max-width: min(1180px, 100% - 48px);
    width: 100%;
    padding-inline: 24px;
  }

  .integrations-heading {
    margin-bottom: clamp(32px, 3.5vw, 44px);
    gap: 12px;
  }

  .integrations-heading__eyebrow {
    font-size: var(--font-size-eyebrow, 1rem);
  }

  .integrations-heading__title {
    font-size: var(--font-size-section, clamp(1.85rem, 1.4rem + 1.4vw, 2.4rem));
    max-width: 900px;
  }

  .integrations-heading__desc {
    font-size: var(--font-size-body-lg, 1rem);
    max-width: 800px;
  }

  .integrations-connector-canvas {
    display: block;
  }

  .integrations-rings-wrap {
    display: block;
  }

  .integrations-stage {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }

  .integrations-grid {
    display: grid;
    grid-template-columns: minmax(190px, 250px) minmax(260px, 360px) minmax(190px, 250px);
    column-gap: clamp(16px, 2vw, 32px);
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .integrations-col {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 1.8vw, 20px);
    width: 100%;
  }

  .integrations-col--left {
    grid-column: 1;
    grid-row: auto;
    order: unset;
  }

  .integrations-col--right {
    grid-column: 3;
    grid-row: auto;
    order: unset;
  }

  .integrations-hub-wrap {
    grid-column: 2;
    grid-row: auto;
    order: unset;
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
  }

  .integrations-hub__card {
    width: 100%;
  }

  .integrations-hub__img {
    width: 100%;
    height: auto;
    display: block;
  }

  .integration-node {
    padding: 12px 14px;
    min-height: 94px;
    gap: 12px;
    border-radius: 10px;
  }

  .integration-node__icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    flex: 0 0 48px;
  }

  .integration-node__icon img {
    max-width: 30px;
    max-height: 30px;
  }

  .integration-node__title {
    font-size: 15.5px;
    font-weight: 700;
    margin-bottom: 2px;
    line-height: 1.2;
  }

  .integration-node__desc {
    font-size: 12.5px;
    line-height: 1.3;
  }

  .integrations-bottom {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: clamp(24px, 3vw, 36px);
  }

  .integration-node--custom {
    max-width: 400px;
    min-height: 94px;
    padding: 12px 14px;
    gap: 12px;
  }

  .integration-node__icon--custom {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    flex: 0 0 48px;
  }
}

/* ==========================================================================
   TABLET (768px – 1023px)
   Dashboard on top, 2-column card grid below, custom card at bottom
   ========================================================================== */
@media (min-width: 768px) and (max-width: 1023px) {
  .integrations-section {
    padding-block: clamp(52px, 6vw, 76px);
  }

  .integrations-wrapper {
    max-width: 768px;
    width: 100%;
  }

  .integrations-heading {
    margin-bottom: 30px;
    gap: 12px;
  }

  .integrations-heading__eyebrow {
    font-size: var(--font-size-eyebrow, 1rem);
  }

  .integrations-heading__title {
    font-size: var(--font-size-section, clamp(1.85rem, 1.4rem + 1.4vw, 2.35rem));
  }

  .integrations-heading__desc {
    font-size: var(--font-size-body-lg, 1rem);
    max-width: 680px;
  }

  .integrations-connector-canvas {
    display: none;
  }

  .integrations-rings-wrap {
    display: none;
  }

  .integrations-stage {
    max-width: 720px;
    width: 100%;
  }

  .integrations-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 14px;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }

  .integrations-hub-wrap {
    grid-column: 1 / -1;
    grid-row: 1;
    order: 1;
    max-width: clamp(300px, 46vw, 400px);
    width: 100%;
    margin: 0 auto 24px;
  }

  .integrations-col--left {
    grid-column: 1;
    grid-row: 2;
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  .integrations-col--right {
    grid-column: 2;
    grid-row: 2;
    order: 3;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  .integration-node {
    width: 100%;
    min-height: 98px;
    padding: 14px 16px;
    gap: 14px;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .integration-node__icon {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    flex: 0 0 54px;
  }

  .integration-node__icon img {
    max-width: 32px;
    max-height: 32px;
  }

  .integration-node__title {
    font-size: 17px;
    margin-bottom: 2px;
    line-height: 1.25;
  }

  .integration-node__desc {
    font-size: 13.5px;
    line-height: 1.35;
  }

  .integrations-bottom {
    max-width: 720px;
    width: 100%;
    margin: 14px auto 0;
    display: flex;
    justify-content: center;
  }

  .integration-node--custom {
    max-width: 100%;
    width: 100%;
    min-height: 98px;
    padding: 14px 16px;
    gap: 14px;
    border-radius: 10px;
  }

  .integration-node__icon--custom {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    flex: 0 0 54px;
  }
}

/* ==========================================================================
   MOBILE (<= 767px)
   Single column stack: Heading -> Dashboard -> 7 Cards
   ========================================================================== */
@media (max-width: 767px) {
  .integrations-section {
    padding-block: clamp(44px, 8vw, 64px);
    scroll-margin-top: 90px;
  }

  .integrations-heading {
    margin-bottom: 24px;
    gap: 10px;
  }

  .integrations-heading__eyebrow {
    font-size: 0.9375rem;
  }

  .integrations-heading__title {
    font-size: clamp(1.625rem, 1.3rem + 1.8vw, 2.25rem);
  }

  .integrations-heading__desc {
    font-size: clamp(0.875rem, 0.825rem + 0.3vw, 1.05rem);
  }

  .integrations-connector-canvas {
    display: none;
  }

  .integrations-rings-wrap {
    display: none;
  }

  .integrations-stage {
    max-width: 480px;
    margin: 0 auto;
  }

  .integrations-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .integrations-hub-wrap {
    order: 1;
    width: 100%;
    max-width: clamp(280px, 88vw, 380px);
    margin: 0 auto 6px;
  }

  .integrations-col--left {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .integrations-col--right {
    order: 3;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .integrations-bottom {
    margin-top: 12px;
    width: 100%;
  }

  .integration-node--custom {
    max-width: 100%;
    width: 100%;
  }

  .integration-node {
    width: 100%;
    min-height: auto;
    padding: 14px 16px;
    gap: 14px;
    border-radius: 10px;
  }

  .integration-node__icon {
    width: 50px;
    height: 50px;
    border-radius: 8px;
  }

  .integration-node__icon img {
    max-width: 28px;
    max-height: 28px;
  }

  .integration-node__title {
    font-size: 17px;
    line-height: 1.25;
    margin-bottom: 2px;
  }

  .integration-node__desc {
    font-size: 13.5px;
    line-height: 1.35;
  }
}

/* === Very Small Mobile (<= 375px) === */
@media (max-width: 375px) {
  .integrations-wrapper {
    padding-inline: 12px;
  }

  .integration-node {
    padding: 12px 12px;
    gap: 12px;
  }

  .integration-node__icon {
    width: 44px;
    height: 44px;
  }

  .integration-node__icon img {
    max-width: 24px;
    max-height: 24px;
  }

  .integration-node__title {
    font-size: 16px;
  }

  .integration-node__desc {
    font-size: 12.5px;
  }
}

/* === Hover: Reduced motion === */
@media (prefers-reduced-motion: reduce) {
  .integration-node:hover {
    transform: none;
  }
}


/* --------------------------------------------------------------------------
   8. WHY QUICK OMS SECTION
   -------------------------------------------------------------------------- */
.why-choose-section {
  background: #ffffff;
  padding-block: 120px;
  position: relative;
  overflow: hidden;
}

.why-choose-wrapper {
  width: 100%;
  max-width: var(--size-container-max, 1600px);
  margin: 0 auto;
  padding-inline: var(--space-page-inline);
  box-sizing: border-box;
}

.why-choose {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(28px, 3vw, 56px);
}

.why-choose__copy {
  flex: 1 1 580px;
  max-width: 660px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.why-choose__eyebrow {
  color: #f53614;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-eyebrow, clamp(0.875rem, 0.8rem + 0.2vw, 1.0625rem));
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
}

.why-choose__title {
  color: #111827;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-section, clamp(1.85rem, 1.25rem + 1.8vw, 3rem));
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
  max-width: 660px;
  width: 100%;
}

.why-choose__desc {
  color: #667085;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-body-lg, clamp(1rem, 0.925rem + 0.25vw, 1.25rem));
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  max-width: 580px;
}

.why-choose__btn {
  min-width: 305px;
  height: 65px;
  background: linear-gradient(157deg, #0057d2 0%, #5d9eff 50%, #0058d4 100%);
  border-radius: 10px;
  padding: 19px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff;
  font-family: var(--ref-font-inter);
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 16px rgba(0, 87, 210, 0.2);
  transition: transform var(--motion-fast) var(--easing-standard), box-shadow var(--motion-fast) var(--easing-standard);
  margin-top: 16px;
  box-sizing: border-box;
}

.why-choose__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 87, 210, 0.35);
  color: #ffffff;
}

/* Right Blue Panel */
.why-choose__panel {
  flex: 1 1 540px;
  width: 100%;
  max-width: 680px;
  height: auto;
  min-height: 0;
  background: linear-gradient(157deg, #0057d2 0%, #5d9eff 50%, #0058d4 100%);
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(32px, 3.5vw, 44px) clamp(24px, 2.5vw, 32px) clamp(32px, 3.5vw, 44px) clamp(48px, 4.5vw, 68px);
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0, 87, 210, 0.25);
  gap: 20px;
}

.why-choose__circuit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* Three Feature Cards */
.why-choose__card {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  background: #ffffff;
  border: 1.12px solid #bbbbbb;
  border-radius: 11px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 22px 24px;
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  transition: transform var(--motion-fast) var(--easing-standard), box-shadow var(--motion-fast) var(--easing-standard);
}

.why-choose__card:hover {
  transform: translateX(4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.why-choose__icon {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose__icon img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  display: block;
}

.why-choose__card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.why-choose__item-title {
  font-family: var(--ref-font-inter);
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  margin: 0;
}

.why-choose__item-desc {
  font-family: var(--ref-font-inter);
  font-size: 16px;
  font-weight: 400;
  color: #667085;
  line-height: 1.45;
  margin: 0;
  min-width: 0;
}

/* Intermediate Tablet/Laptop Landscape (768px - 1199px) — Preserve 2-column layout */
@media (min-width: 768px) and (max-width: 1199px) {
  .why-choose {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: clamp(20px, 2.5vw, 36px);
    width: 100%;
  }

  .why-choose__copy {
    flex: 1 1 360px;
    min-width: 0;
    max-width: 520px;
    gap: 16px;
  }

  .why-choose__title {
    max-width: 100%;
  }

  .why-choose__desc {
    max-width: 480px;
    font-size: clamp(0.925rem, 0.85rem + 0.15vw, 1.05rem);
    line-height: 1.45;
  }

  .why-choose__btn {
    min-width: 220px;
    max-width: 260px;
    height: 52px;
    font-size: 17px;
    padding: 14px 20px;
    margin-top: 8px;
  }

  .why-choose__panel {
    flex: 1 1 400px;
    min-width: 0;
    max-width: 560px;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: clamp(24px, 2.5vw, 32px) clamp(16px, 1.8vw, 24px) clamp(24px, 2.5vw, 32px) clamp(44px, 4vw, 56px);
    gap: 14px;
    border-radius: 16px;
  }

  .why-choose__circuit {
    display: block;
  }

  .why-choose__card {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 16px 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    border-radius: 10px;
  }

  .why-choose__icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
  }

  .why-choose__icon img {
    width: 52px;
    height: 52px;
  }

  .why-choose__item-title {
    font-size: 17px;
    line-height: 1.25;
  }

  .why-choose__item-desc {
    font-size: 13.5px;
    line-height: 1.4;
  }
}

/* Phablet / Small Tablet Layout (541px – 767px) */
@media (min-width: 541px) and (max-width: 767px) {
  .why-choose-section {
    padding-block: 60px 80px;
  }

  .why-choose {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .why-choose__copy {
    flex: none;
    max-width: 100%;
    width: 100%;
    gap: 14px;
  }

  .why-choose__btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 50px;
    font-size: 17px;
  }

  .why-choose__panel {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 24px 20px;
    border-radius: 16px;
    gap: 14px;
  }

  .why-choose__circuit {
    display: none;
  }

  .why-choose__card {
    width: 100%;
    max-width: 100%;
    padding: 18px 18px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .why-choose__icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
  }

  .why-choose__icon img {
    width: 54px;
    height: 54px;
  }

  .why-choose__item-title {
    font-size: 17.5px;
  }

  .why-choose__item-desc {
    font-size: 14.5px;
  }
}

/* Mobile Layout (<= 540px) */
@media (max-width: 540px) {
  .why-choose-section {
    padding-block: 50px 70px;
  }

  .why-choose {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .why-choose__copy {
    flex: none;
    max-width: 100%;
    width: 100%;
    gap: 12px;
  }

  .why-choose__btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 48px;
    font-size: 16px;
    padding: 12px 18px;
  }

  .why-choose__panel {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 16px 14px;
    border-radius: 14px;
    gap: 12px;
  }

  .why-choose__circuit {
    display: none;
  }

  .why-choose__card {
    width: 100%;
    max-width: 100%;
    padding: 16px 14px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
  }

  .why-choose__icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    margin-top: 2px;
  }

  .why-choose__icon img {
    width: 46px;
    height: 46px;
  }

  .why-choose__item-title {
    font-size: 16px;
  }

  .why-choose__item-desc {
    font-size: 13.5px;
    line-height: 1.4;
  }
}

/* Extra Small Mobile (<= 360px) */
@media (max-width: 360px) {
  .why-choose__panel {
    padding: 12px 10px;
    border-radius: 12px;
    gap: 10px;
  }

  .why-choose__card {
    padding: 12px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .why-choose__icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin-top: 0;
  }

  .why-choose__icon img {
    width: 40px;
    height: 40px;
  }

  .why-choose__item-title {
    font-size: 15px;
  }

  .why-choose__item-desc {
    font-size: 13px;
  }
}

/* --------------------------------------------------------------------------
   9. PRICING SECTION 
   -------------------------------------------------------------------------- */
.pricing-section {
  background: #ffffff;
  padding-block: 100px 120px;
  position: relative;
  overflow: hidden;
  scroll-margin-top: var(--size-header-height, 80px);
}

.pricing-wrapper {
  width: 100%;
  max-width: var(--size-container-max, 1600px);
  margin: 0 auto;
  padding-inline: clamp(16px, 3vw, 40px);
  box-sizing: border-box;
}

.pricing-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto 60px;
}

.pricing-heading__eyebrow {
  color: #f53614;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-eyebrow, clamp(0.875rem, 0.8rem + 0.2vw, 1.0625rem));
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
}

.pricing-heading__title {
  color: #000000;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-section, clamp(1.85rem, 1.25rem + 1.8vw, 3rem));
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
}

.pricing-heading__desc {
  color: #6d7a8c;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-body-lg, clamp(1rem, 0.925rem + 0.25vw, 1.25rem));
  font-weight: 400;
  line-height: 1.45;
  max-width: 1000px;
  margin: 0 auto;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  align-items: stretch;
}

/* Individual Plan Card */
.plan-card {
  background: #ffffff;
  border: 1px solid var(--color-border-default, #e3e7ec);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  min-width: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-floating);
}

.plan-card:focus-within {
  border-color: var(--ref-color-blue-500, #146ef5);
  box-shadow: 0 0 0 3px rgba(20, 110, 245, 0.25), 0 20px 44px rgba(0, 0, 0, 0.1);
}

/* Premium Card */
.plan-card--emphasis {
  border: 1px solid var(--color-border-default, #e3e7ec);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.plan-card--emphasis:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-floating);
}

.plan-card--emphasis:focus-within {
  border-color: var(--ref-color-blue-500, #146ef5);
  box-shadow: 0 0 0 3px rgba(20, 110, 245, 0.25), 0 20px 44px rgba(0, 0, 0, 0.1);
}

.plan-card--emphasis .plan-card__check {
  filter: invert(36%) sepia(91%) saturate(2256%) hue-rotate(206deg) brightness(98%) contrast(97%);
}

/* Plan Card Header */
.plan-card__head {
  padding: 60px 40px 40px 40px;
  background: #111827;
  border-radius: 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 405px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.plan-card--emphasis .plan-card__head {
  background: linear-gradient(157deg, #0044a4 0%, #257cff 50%, #0044a4 100%);
}

.plan-card__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.plan-card__name {
  font-family: var(--ref-font-inter);
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 28px;
  margin: 0;
}

.plan-card__summary {
  font-family: var(--ref-font-inter);
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 23px;
  min-height: 46px;
  margin: 0;
}

.plan-card--emphasis .plan-card__summary {
  color: #ffffff;
}

.plan-card__action-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  margin-top: 32px;
}

.plan-card__price-row {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.plan-card__price {
  font-family: var(--ref-font-inter);
  font-size: 65px;
  font-weight: 700;
  color: #ffffff;
  line-height: 40px;
  margin: 0;
}

.plan-card__period {
  font-family: var(--ref-font-inter);
  font-size: 18px;
  font-weight: 400;
  color: #6d7a8c;
  line-height: 20px;
}

.plan-card--emphasis .plan-card__period {
  color: #ffffff;
}

.plan-card__btn {
  width: 100%;
  height: 65px;
  background: #ffffff;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #111827;
  font-family: var(--ref-font-inter);
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    background-color 0.2s ease,
    color 0.2s ease;
}

.plan-card__btn svg {
  flex-shrink: 0;
}

.plan-card__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  color: #111827;
}

.plan-card__btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.plan-card__btn:focus-visible {
  outline: 2px solid var(--ref-color-blue-500, #146ef5);
  outline-offset: 3px;
}

/* Plan Card Body Feature List */
.plan-card__body {
  padding: 40px 30px;
  background: #ffffff;
  border-radius: 0 0 19px 19px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  flex-grow: 1;
  box-sizing: border-box;
}

.plan-card__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ref-font-inter);
  font-size: 20px;
  font-weight: 400;
  color: #111827;
  line-height: 20px;
}

.plan-card__check {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */

/* Standard Desktop / Laptop (1200px – 1439px) */
@media (min-width: 1200px) and (max-width: 1439px) {
  .pricing-grid {
    gap: clamp(16px, 1.8vw, 24px);
  }

  .plan-card__head {
    padding: clamp(36px, 3.5vw, 48px) clamp(18px, 1.8vw, 28px) 32px clamp(18px, 1.8vw, 28px);
    min-height: 380px;
  }

  .plan-card__name {
    font-size: 26px;
    line-height: 26px;
  }

  .plan-card__summary {
    font-size: 16px;
    line-height: 22px;
  }

  .plan-card__action-block {
    gap: 28px;
    margin-top: 20px;
  }

  .plan-card__price {
    font-size: 50px;
    line-height: 36px;
  }

  .plan-card__btn {
    height: 54px;
    font-size: 18px;
    line-height: 22px;
  }

  .plan-card__body {
    padding: 28px 20px;
    gap: 22px;
  }

  .plan-card__feature {
    font-size: 16px;
  }
}

/* Small Desktop / Laptop (1000px – 1199px) */
@media (min-width: 1000px) and (max-width: 1199px) {
  .pricing-grid {
    gap: 16px;
  }

  .plan-card__head {
    padding: 36px 20px 28px 20px;
    min-height: 360px;
  }

  .plan-card__name {
    font-size: 24px;
    line-height: 24px;
  }

  .plan-card__summary {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }

  .plan-card__action-block {
    gap: 28px;
    margin-top: 20px;
  }

  .plan-card__price {
    font-size: 46px;
    line-height: 34px;
  }

  .plan-card__period {
    font-size: 15px;
  }

  .plan-card__btn {
    height: 52px;
    font-size: 17px;
    line-height: 22px;
  }

  .plan-card__body {
    padding: 28px 18px;
    gap: 20px;
  }

  .plan-card__feature {
    font-size: 15px;
  }
}

/* Tablet (768px – 999px) */
@media (min-width: 768px) and (max-width: 999px) {
  .pricing-section {
    padding-block: 80px 100px;
  }

  .pricing-heading {
    margin-bottom: 48px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-inline: auto;
    gap: 32px;
  }

  .plan-card__head {
    min-height: auto;
    padding: 48px 36px 36px 36px;
  }

  .plan-card__name {
    font-size: 28px;
  }

  .plan-card__summary {
    font-size: 18px;
    min-height: auto;
  }

  .plan-card__action-block {
    gap: 36px;
    margin-top: 24px;
  }

  .plan-card__price {
    font-size: 54px;
    line-height: 38px;
  }

  .plan-card__btn {
    height: 58px;
    font-size: 20px;
  }

  .plan-card__body {
    padding: 36px 30px;
    gap: 24px;
  }

  .plan-card__feature {
    font-size: 18px;
  }
}

/* Large Mobile (481px – 767px) */
@media (min-width: 481px) and (max-width: 767px) {
  .pricing-section {
    padding-block: 60px 80px;
  }

  .pricing-heading {
    margin-bottom: 36px;
    gap: 12px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 500px;
    margin-inline: auto;
  }

  .plan-card__head {
    padding: 36px 24px 28px 24px;
    min-height: auto;
  }

  .plan-card__name {
    font-size: 24px;
    line-height: 24px;
  }

  .plan-card__summary {
    font-size: 16px;
    line-height: 22px;
    min-height: auto;
  }

  .plan-card__action-block {
    margin-top: 20px;
    gap: 28px;
  }

  .plan-card__price {
    font-size: 48px;
    line-height: 36px;
  }

  .plan-card__period {
    font-size: 16px;
  }

  .plan-card__btn {
    height: 54px;
    font-size: 18px;
  }

  .plan-card__body {
    padding: 28px 22px;
    gap: 20px;
  }

  .plan-card__feature {
    font-size: 16px;
  }
}

/* Small Mobile (320px – 480px) */
@media (max-width: 480px) {
  .pricing-section {
    padding-block: 48px 64px;
  }

  .pricing-heading {
    margin-bottom: 28px;
    gap: 10px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .plan-card__head {
    padding: 28px 18px 22px 18px;
    min-height: auto;
  }

  .plan-card__name {
    font-size: 22px;
    line-height: 26px;
  }

  .plan-card__summary {
    font-size: 15px;
    line-height: 20px;
    min-height: auto;
  }

  .plan-card__action-block {
    margin-top: 18px;
    gap: 22px;
  }

  .plan-card__price {
    font-size: 40px;
    line-height: 32px;
  }

  .plan-card__period {
    font-size: 15px;
  }

  .plan-card__btn {
    height: 48px;
    font-size: 16px;
  }

  .plan-card__body {
    padding: 22px 16px;
    gap: 16px;
  }

  .plan-card__feature {
    font-size: 15px;
  }
}

/* Accessibility: Reduced Motion */
@media (prefers-reduced-motion: reduce) {

  .plan-card,
  .plan-card--emphasis,
  .plan-card__btn,
  .plan-card__btn svg {
    transition: none !important;
    transform: none !important;
  }
}

/* --------------------------------------------------------------------------
   10. FAQ SECTION
   -------------------------------------------------------------------------- */
.faq-section {
  background: var(--color-bg-canvas);
}

.faq-teaser {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .faq-teaser {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: clamp(32px, 3.5vw, 64px);
  }
}

.faq-teaser__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.faq-teaser__intro .text-eyebrow {
  font-family: var(--font-family-primary);
  font-size: 1.25rem;
  font-weight: 600;
  color: #146ef5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.faq-teaser__intro .text-section-title {
  font-family: var(--font-family-primary);
  font-size: clamp(2.25rem, 1.8rem + 1.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #111828;
}

.faq-teaser__intro .text-body {
  font-size: 1.25rem;
  color: #4b5563;
  line-height: 1.5;
}

.faq-teaser__intro .btn {
  margin-top: 12px;
  min-height: 60px;
  padding: 16px 36px;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 10px;
}

.faq-teaser__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-card {
  background: #ffffff;
  border: 1.5px solid #e3e7ec;
  border-radius: 18px;
  overflow: hidden;
  transition: border-color 300ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-card:hover {
  border-color: #146ef5;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.faq-card.is-open,
.faq-card:has(.faq-card__trigger[aria-expanded="true"]) {
  border-color: #146ef5;
}

.faq-card__trigger {
  width: 100%;
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-card__question {
  font-family: var(--font-family-primary);
  font-size: 1.25rem;
  font-weight: 600;
  color: #111828;
  line-height: 1.4;
  margin: 0;
  display: flex;
  align-items: center;
}

.faq-card__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
  transition: transform 280ms cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: center center;
}

.faq-card__icon img,
.faq-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.faq-card__trigger[aria-expanded="true"] .faq-card__icon,
.faq-card.is-open .faq-card__icon {
  transform: rotate(45deg);
}

.faq-card__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 280ms cubic-bezier(0.25, 1, 0.5, 1),
    opacity 240ms cubic-bezier(0.25, 1, 0.5, 1),
    visibility 280ms cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0 28px;
  font-size: 1.125rem;
  color: #4b5563;
  line-height: 1.6;
}

.faq-card__answer[hidden] {
  display: grid !important;
}

.faq-card__answer>* {
  min-height: 0;
  overflow: hidden;
  transition: padding-bottom 280ms cubic-bezier(0.25, 1, 0.5, 1);
  padding-bottom: 0;
}

.faq-card__trigger[aria-expanded="true"]+.faq-card__answer,
.faq-card.is-open .faq-card__answer,
.faq-card__answer.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
}

.faq-card__trigger[aria-expanded="true"]+.faq-card__answer>*,
.faq-card.is-open .faq-card__answer>*,
.faq-card__answer.is-open>* {
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  .faq-teaser {
    gap: 32px;
  }

  .faq-teaser__intro {
    gap: 14px;
  }

  .faq-teaser__intro .text-eyebrow {
    font-size: clamp(0.8125rem, 0.75rem + 0.3vw, 1.25rem);
  }

  .faq-teaser__intro .text-section-title {
    font-size: clamp(1.5rem, 1.2rem + 1.6vw, 3.5rem);
  }

  .faq-teaser__intro .text-body {
    font-size: 0.95rem;
  }

  .faq-teaser__intro .btn {
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .faq-card {
    border-radius: 12px;
  }

  .faq-card__trigger {
    padding: 18px 16px;
    gap: 12px;
  }

  .faq-card__question {
    font-size: 1.05rem;
  }

  .faq-card__icon {
    width: 30px;
    height: 30px;
  }

  .faq-card__answer {
    padding: 0 16px;
    font-size: 0.9rem;
  }

  .faq-card__trigger[aria-expanded="true"]+.faq-card__answer>*,
  .faq-card.is-open .faq-card__answer>*,
  .faq-card__answer.is-open>* {
    padding-bottom: 18px;
  }
}

@media (max-width: 480px) {
  .faq-card__trigger {
    padding: 16px 14px;
    gap: 12px;
    align-items: center;
  }

  .faq-card__question {
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .faq-card__icon {
    width: 28px;
    height: 28px;
  }

  .faq-card__answer {
    padding: 0 14px;
    font-size: 0.875rem;
  }

  .faq-card__trigger[aria-expanded="true"]+.faq-card__answer>*,
  .faq-card.is-open .faq-card__answer>*,
  .faq-card__answer.is-open>* {
    padding-bottom: 16px;
  }
}

/* --------------------------------------------------------------------------
   11. CTA BAND 
   -------------------------------------------------------------------------- */
.cta-band-section {
  padding: 0;
  margin-bottom: -150px;
  position: relative;
  z-index: 10;
  scroll-margin-top: var(--size-header-height, 80px);
  overflow: visible;
}

.cta-band-wrapper {
  width: 100%;
  max-width: var(--size-container-max, 1600px);
  margin: 0 auto;
  padding-inline: clamp(16px, 3.5vw, 40px);
  box-sizing: border-box;
}

.cta-band {
  width: 100%;
  height: auto;
  min-height: 0;
  border-radius: 12px;
  background-color: #0057d2;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.12) 1.5px, transparent 1.5px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 1.5px, transparent 1.5px),
    linear-gradient(157deg, #0057d2 0%, #5d9eff 50%, #0058d4 100%);
  background-size: 119px 111px, 119px 111px, 100% 100%;
  padding: clamp(40px, 4.5vw, 56px) clamp(20px, 3.5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 87, 210, 0.35);
  box-sizing: border-box;
}

.cta-band__glow {
  position: absolute;
  width: 288px;
  height: 288px;
  background: rgba(28, 115, 246, 0.25);
  filter: blur(64px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.cta-band__glow--top {
  right: 0;
  top: 0;
}

.cta-band__glow--bottom {
  left: 0;
  bottom: 0;
}

.cta-band__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  max-width: 1040px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.cta-band__title {
  font-family: var(--ref-font-manrope, "Manrope", sans-serif);
  font-size: clamp(2rem, 1.35rem + 2.2vw, 3.375rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-align: center;
  max-width: 1000px;
  margin: 0;
}

.cta-band__desc {
  font-family: var(--ref-font-inter, "Inter", sans-serif);
  font-size: clamp(0.9375rem, 0.875rem + 0.25vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.cta-band__actions {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: wrap;
}

.cta-band__btn {
  min-width: 210px;
  height: 56px;
  border-radius: 10px;
  padding: 14px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--ref-font-inter, "Inter", sans-serif);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 280ms ease-out,
    border-color 280ms ease-out,
    box-shadow 280ms ease-out,
    color 280ms ease-out;
}

.cta-band__btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.cta-band__btn--solid {
  background: #ffffff;
  color: #111827;
  border-color: #ffffff;
}

.cta-band__btn--solid:hover {
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  color: #111827;
}

.cta-band__btn--solid:active {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.cta-band__btn--solid:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.cta-band__btn--outline {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
}

.cta-band__btn--outline:hover {
  background: linear-gradient(135deg, rgba(0, 87, 210, 0.72) 0%, rgba(93, 158, 255, 0.72) 55%, rgba(0, 88, 212, 0.72) 110%);
  border-color: transparent;
  box-shadow: none;
  color: #ffffff;
}

.cta-band__btn--outline:active {
  background: linear-gradient(135deg, rgba(0, 72, 173, 0.85) 0%, rgba(74, 139, 238, 0.85) 55%, rgba(0, 72, 173, 0.85) 110%);
  border-color: transparent;
  box-shadow: none;
}

.cta-band__btn--outline:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

/* --------------------------------------------------------------------------
   12. FOOTER 
   -------------------------------------------------------------------------- */
.site-footer {
  background: linear-gradient(168deg, #111828 0%, #172a4e 100%);
  color: #ffffff;
  padding-top: 320px;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
  scroll-margin-top: var(--size-header-height, 80px);
}

.site-footer__glow {
  position: absolute;
  width: 481px;
  height: 481px;
  background: #146ef5;
  filter: blur(245.5px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.site-footer__glow--left {
  left: 0;
  top: 574px;
}

.site-footer__glow--right {
  right: 0;
  top: 534px;
}

.site-footer__wrapper {
  width: 100%;
  max-width: var(--size-container-max, 1600px);
  margin: 0 auto;
  padding-inline: clamp(16px, 3vw, 40px);
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  container-type: inline-size;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(220px, 365px) repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 48px);
  align-items: flex-start;
  position: relative;
  z-index: 2;
  width: 100%;
}

/* Column 1: Brand & Contact List */
.site-footer__brand-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  border-radius: var(--radius-sm, 6px);
  width: fit-content;
}

.site-footer__logo:focus-visible {
  outline: 2px solid var(--ref-color-blue-500, #146ef5);
  outline-offset: 4px;
}

.site-footer__logo img {
  width: 55px;
  height: 55px;
  display: block;
  flex-shrink: 0;
}

.site-footer__logo-text {
  font-family: var(--ref-font-manrope, "Manrope", sans-serif);
  font-size: 29px;
  font-weight: 800;
  color: #f8fafd;
  line-height: 44px;
  letter-spacing: -0.02em;
}

.site-footer__logo-text span {
  color: var(--ref-color-blue-500, #146ef5);
}

.site-footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 8px;
}

.site-footer__contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  font-family: var(--ref-font-inter, "Inter", sans-serif);
  font-size: 20px;
  font-weight: 400;
  color: #a5afbe;
  line-height: 20px;
  text-decoration: none;
  border-radius: 4px;
  transition: color 0.2s ease;
  width: fit-content;
}

.site-footer__contact-item:hover {
  color: #ffffff;
}

.site-footer__contact-item:focus-visible {
  outline: 2px solid var(--ref-color-blue-500, #146ef5);
  outline-offset: 4px;
  color: #ffffff;
}

.site-footer__contact-item img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* Nav Groups (Columns 2, 3, 4, 5) */
.footer-nav-group {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-nav-group__title {
  font-family: var(--ref-font-inter, "Inter", sans-serif);
  font-size: 32px;
  font-weight: 600;
  color: #f8fafd;
  line-height: 20px;
  margin: 0;
}

.footer-nav-group__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-nav-group__list a {
  font-family: var(--ref-font-inter, "Inter", sans-serif);
  font-size: 20px;
  font-weight: 400;
  color: #a5afbe;
  line-height: 1.35;
  text-decoration: none;
  border-radius: 4px;
  width: fit-content;
  white-space: normal;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 2px 0;
  transition: color 0.2s ease;
}

.footer-nav-group__list a:hover {
  color: #ffffff;
}

.footer-nav-group__list a:focus-visible {
  outline: 2px solid var(--ref-color-blue-500, #146ef5);
  outline-offset: 4px;
  color: #ffffff;
}

/* Oversized Decorative Brand Wordmark */
.site-footer__watermark {
  width: 100%;
  max-width: 100%;
  font-family: var(--ref-font-manrope, "Manrope", sans-serif);
  font-size: clamp(40px, 18.8cqi, 286px);
  /* expands across full container width matching divider edges */
  font-weight: 800;
  text-transform: uppercase;
  color: #f8fafd;
  opacity: 0.05;
  letter-spacing: -0.02em;
  line-height: 0.72;
  margin: 0;
  margin-top: clamp(24px, 3.5vw, 48px);
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
}

/* Horizontal Border Divider */
.site-footer__divider {
  position: relative;
  z-index: 2;
  height: 1px;
  background: rgba(165, 175, 190, 0.2);
  margin-bottom: 24px;
}

/* Bottom Legal Bar */
.site-footer__legal {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--ref-font-inter, "Inter", sans-serif);
  font-size: 18px;
  font-weight: 400;
  color: #a5afbe;
  line-height: 16px;
}

/* Intermediate Desktop Viewports (1024px – 1440px) */
@media (min-width: 1024px) and (max-width: 1440px) {
  .site-footer__grid {
    grid-template-columns: minmax(220px, 280px) repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 1.8vw, 28px);
  }

  .footer-nav-group {
    gap: 28px;
  }

  .footer-nav-group__title {
    font-size: 26px;
  }

  .footer-nav-group__list a {
    font-size: 18px;
  }

  .site-footer__contact-item {
    font-size: 18px;
  }

  .site-footer__watermark {
    margin: 0;
    margin-top: 32px;
    margin-bottom: 0;
  }
}

/* Tablet Layout (768px – 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .cta-band-section {
    margin-bottom: -110px;
  }

  .cta-band {
    padding: 36px 24px;
    height: auto;
    min-height: 0;
  }

  .cta-band__content {
    gap: 14px;
  }

  .cta-band__title {
    font-size: clamp(1.75rem, 1.4rem + 1.4vw, 2.35rem);
    line-height: 1.18;
    max-width: 780px;
  }

  .cta-band__desc {
    font-size: 1rem;
    line-height: 1.45;
    max-width: 640px;
  }

  .cta-band__actions {
    gap: 12px;
    margin-top: 8px;
  }

  .cta-band__btn {
    min-width: 190px;
    height: 50px;
    font-size: 16px;
    padding: 12px 22px;
  }

  .site-footer {
    padding-top: 190px;
    padding-bottom: 40px;
  }

  .site-footer__wrapper {
    padding-inline: clamp(24px, 3.5vw, 32px);
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px clamp(24px, 4vw, 48px);
  }

  .site-footer__brand-col {
    grid-column: 1 / -1;
    gap: 20px;
  }

  .site-footer__logo img {
    width: 50px;
    height: 50px;
  }

  .site-footer__logo-text {
    font-size: 26px;
    line-height: 38px;
  }

  .site-footer__contact-list {
    gap: 8px;
    padding-top: 4px;
  }

  .site-footer__contact-item {
    font-size: 17px;
    min-height: 36px;
    gap: 10px;
  }

  .footer-nav-group {
    gap: 16px;
  }

  .footer-nav-group__title {
    font-size: 22px;
    line-height: 1.2;
  }

  .footer-nav-group__list {
    gap: 4px;
  }

  .footer-nav-group__list a {
    font-size: 17px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 2px 0;
    white-space: normal;
  }

  .site-footer__watermark {
    margin: 0;
    margin-top: 32px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .site-footer__divider {
    margin-bottom: 24px;
  }

  .site-footer__legal {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}

/* Phablet & Small Tablet Layout (601px – 767px) */
@media (min-width: 601px) and (max-width: 767px) {
  .cta-band-section {
    margin-bottom: -80px;
  }

  .cta-band {
    padding: 32px 20px;
    height: auto;
    min-height: 0;
    border-radius: 10px;
  }

  .cta-band__content {
    gap: 12px;
  }

  .cta-band__title {
    font-size: clamp(1.5rem, 1.25rem + 1.2vw, 1.85rem);
    line-height: 1.2;
    max-width: 480px;
  }

  .cta-band__desc {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .cta-band__actions {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    gap: 10px;
    margin-top: 6px;
  }

  .cta-band__btn {
    width: 100%;
    min-width: 0;
    height: 48px;
    font-size: 16px;
  }

  .site-footer {
    padding-top: 150px;
    padding-bottom: 32px;
  }

  .site-footer__wrapper {
    padding-inline: clamp(20px, 3.5vw, 28px);
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 24px;
  }

  .site-footer__brand-col {
    grid-column: 1 / -1;
    gap: 18px;
  }

  .site-footer__logo img {
    width: 48px;
    height: 48px;
  }

  .site-footer__logo-text {
    font-size: 24px;
    line-height: 36px;
  }

  .site-footer__contact-list {
    gap: 6px;
  }

  .site-footer__contact-item {
    font-size: 16px;
    min-height: 36px;
  }

  .footer-nav-group {
    gap: 14px;
  }

  .footer-nav-group__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .footer-nav-group__list {
    gap: 4px;
  }

  .footer-nav-group__list a {
    font-size: 16px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 2px 0;
    white-space: normal;
  }

  .site-footer__watermark {
    margin: 0;
    margin-top: 24px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .site-footer__divider {
    margin-bottom: 20px;
  }

  .site-footer__legal {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }
}

/* Mobile Layout (<= 600px) */
@media (max-width: 600px) {
  .cta-band-section {
    margin-bottom: -65px;
  }

  .cta-band {
    padding: 28px 16px;
    height: auto;
    min-height: 0;
    border-radius: 10px;
  }

  .cta-band__content {
    gap: 12px;
  }

  .cta-band__title {
    font-size: clamp(1.35rem, 1.1rem + 1.2vw, 1.65rem);
    line-height: 1.22;
  }

  .cta-band__desc {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .cta-band__actions {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    gap: 10px;
    margin-top: 4px;
  }

  .cta-band__btn {
    width: 100%;
    min-width: 0;
    height: 46px;
    font-size: 15px;
  }

  .site-footer {
    padding-top: 130px;
    padding-bottom: 28px;
  }

  .site-footer__wrapper {
    padding-inline: clamp(16px, 4vw, 24px);
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .site-footer__brand-col {
    gap: 16px;
  }

  .site-footer__logo img {
    width: 44px;
    height: 44px;
  }

  .site-footer__logo-text {
    font-size: 1.45rem;
    line-height: 36px;
  }

  .site-footer__contact-list {
    gap: 6px;
  }

  .site-footer__contact-item {
    font-size: 15px;
    min-height: 34px;
    gap: 8px;
  }

  .site-footer__contact-item img {
    width: 20px;
    height: 20px;
  }

  .footer-nav-group {
    gap: 12px;
  }

  .footer-nav-group__title {
    font-size: 18px;
    line-height: 1.2;
  }

  .footer-nav-group__list {
    gap: 2px;
  }

  .footer-nav-group__list a {
    font-size: 15px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 2px 0;
    white-space: normal;
  }

  .site-footer__watermark {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .site-footer__divider {
    margin-bottom: 16px;
  }

  .site-footer__legal {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
  }
}

/* Extra Small Mobile (<= 380px) */
@media (max-width: 380px) {
  .cta-band-section {
    margin-bottom: -50px;
  }

  .cta-band {
    padding: 24px 12px;
    height: auto;
    min-height: 0;
  }

  .cta-band__title {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .cta-band__desc {
    font-size: 0.8125rem;
    line-height: 1.38;
  }

  .cta-band__actions {
    max-width: 100%;
  }

  .cta-band__btn {
    width: 100%;
    height: 44px;
    font-size: 14px;
    padding: 10px 14px;
  }

  .site-footer {
    padding-top: 105px;
    padding-bottom: 20px;
  }

  .site-footer__wrapper {
    padding-inline: 16px;
  }

  .site-footer__grid {
    gap: 26px;
  }

  .site-footer__logo img {
    width: 40px;
    height: 40px;
  }

  .site-footer__logo-text {
    font-size: 1.3rem;
  }

  .site-footer__contact-item {
    font-size: 14px;
    min-height: 32px;
  }

  .footer-nav-group__title {
    font-size: 17px;
  }

  .footer-nav-group__list a {
    font-size: 14px;
    min-height: 32px;
  }

  .site-footer__watermark {
    margin-top: 14px;
    margin-bottom: 0;
  }

  .site-footer__legal {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cta-band__btn {
    transition: none !important;
  }
}

/* ==========================================================================
   PRICING PAGE SECTIONS
   ========================================================================== */

/* --------------------------------------------------------------------------
   13. PAGE HERO
   -------------------------------------------------------------------------- */
.page-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(140px, 110px + 3vw, 170px);
  padding-bottom: clamp(48px, 36px + 2vw, 64px);
  background-color: #111827;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    var(--ref-gradient-hero-compact);
  background-size: 119px 111px, 119px 111px, 100% 100%;
  background-position: center 80px, center 80px, 0 0;
  color: var(--color-text-inverse);
  text-align: center;
}

.page-hero .hero__copy {
  position: relative;
  z-index: 1;
  max-width: 1235px;
}

.page-hero .hero__title {
  font-size: var(--font-size-page-title, clamp(2rem, 1.4rem + 2vw, 3.5rem));
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
}

.page-hero .hero__subtitle {
  font-size: var(--font-size-body-lg, clamp(1rem, 0.925rem + 0.25vw, 1.25rem));
  line-height: 1.45;
  margin: 0;
}

@media (min-width: 1600px) {
  .page-hero {
    padding-top: calc(95px + 64px);
    padding-bottom: 64px;
    background-position: center 95px, center 95px, 0 0;
  }
}

@media (max-width: 1179px) {
  .page-hero {
    padding-top: calc(80px + 48px);
    padding-bottom: 48px;
    background-position: center 80px, center 80px, 0 0;
  }
}

@media (max-width: 768px) {
  .page-hero {
    padding-top: calc(80px + 36px);
    padding-bottom: 40px;
    background-position: center 80px, center 80px, 0 0;
  }
}

@media (max-width: 480px) {
  .page-hero {
    padding-top: calc(60px + 28px);
    padding-bottom: 32px;
    background-position: center 60px, center 60px, 0 0;
  }
}

/* --------------------------------------------------------------------------
   14. PLAN COMPARISON MATRIX
   -------------------------------------------------------------------------- */
.compare-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  max-width: 1400px;
  margin: 0 auto 40px;
}

.compare-heading__eyebrow {
  color: #f53614;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-eyebrow, clamp(0.875rem, 0.8rem + 0.2vw, 1.0625rem));
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.compare-heading__title {
  color: #000000;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-section, clamp(1.85rem, 1.25rem + 1.8vw, 3rem));
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 1100px;
  margin: 0 auto;
}

.compare-matrix__scroll {
  width: 100%;
  overflow-x: auto;
  border-radius: var(--radius-sm);
  border: 1px solid var(--ref-color-gray-250);
}

.compare-matrix {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.compare-matrix th,
.compare-matrix td {
  position: relative;
  /* contains .sr-only's position:absolute so it can't
    escape the .compare-matrix__scroll clip and inflate page scrollWidth */
  border: 1px solid var(--ref-color-gray-250);
  padding: var(--ref-space-8) var(--ref-space-6);
  /* 32px 24px */
  text-align: center;
  font-family: var(--ref-font-inter);
}

.compare-matrix thead th {
  border-color: var(--ref-color-gray-600);
  color: #ffffff;
  font-size: clamp(1.125rem, 1rem + 0.3vw, 1.5rem);

  font-weight: 700;
}

.compare-matrix thead th:first-child {
  background: var(--ref-color-gray-150);
  color: var(--color-text-primary);
  text-align: center;
}

.compare-matrix thead th.compare-matrix__tier--lite {
  background: var(--color-compare-tier-lite);
}

.compare-matrix thead th.compare-matrix__tier--premium {
  background: var(--color-compare-tier-premium);
}

.compare-matrix thead th.compare-matrix__tier--enterprise {
  background: var(--color-compare-tier-enterprise);
}

.compare-matrix tbody th {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.375rem);

  color: var(--color-text-primary);
}

.compare-matrix tbody td {
  text-align: center;
  vertical-align: middle;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.375rem);
  color: var(--color-text-primary);
  font-weight: 500;
}

.compare-matrix__check {
  width: 24px;
  height: 24px;
  color: var(--ref-color-blue-500);
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

.compare-matrix__dash {
  color: var(--ref-color-gray-400);
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {

  .compare-matrix th,
  .compare-matrix td {
    padding: var(--ref-space-4) var(--ref-space-3);
    /* 16px 12px */
  }
}

/* --------------------------------------------------------------------------
   15. RATE CARDS (Extra-User Pricing & Optional Add-ons)
   -------------------------------------------------------------------------- */
.rate-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto 40px;
}

.rate-heading__eyebrow {
  color: #f53614;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-eyebrow, clamp(0.875rem, 0.8rem + 0.2vw, 1.0625rem));
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rate-heading__title {
  color: #000000;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-section, clamp(1.85rem, 1.25rem + 1.8vw, 3rem));
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 1100px;
  margin: 0 auto;
}

.rate-heading--inverse .rate-heading__title {
  color: #ffffff;
}

.rate-heading__desc {
  color: #6d7a8c;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-body-lg, clamp(1rem, 0.925rem + 0.25vw, 1.25rem));
  font-weight: 400;
  line-height: 1.45;
  max-width: 1000px;
  margin: 0 auto;
}

.rate-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-card-gap);
}

.rate-grid--five {
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1024px) {

  .rate-grid,
  .rate-grid--five {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {

  .rate-grid,
  .rate-grid--five {
    grid-template-columns: 1fr;
  }
}

.rate-card {
  background: var(--color-bg-surface);
  border: 1px solid var(--ref-color-gray-400);
  border-radius: var(--radius-sm);
  padding: var(--ref-space-8) var(--ref-space-6);
  /* 32px 24px */
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--ref-space-6);
  text-align: center;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease;
  position: relative;
  cursor: pointer;
}

.rate-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-floating);
  border-color: #cbd5e1;
}

.rate-card__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ref-space-3);
  padding-bottom: var(--ref-space-6);
  border-bottom: 1px solid var(--ref-color-gray-400);
  width: 100%;
}

.rate-card__role {
  color: var(--ref-color-gray-600);
  font-family: var(--ref-font-inter);
  font-size: 1.25rem;
  /* 20px */
  font-weight: 500;
}

.rate-card__name {
  color: var(--color-text-primary);
  font-family: var(--ref-font-inter);
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 2rem);
  /* up to 32px */
  font-weight: 700;
}

.rate-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ref-space-5);
  width: 100%;
}

.rate-card__label {
  color: var(--ref-color-gray-700);
  font-family: var(--ref-font-inter);
  font-size: 1.25rem;
  /* 20px */
  font-weight: 500;
}

.rate-card__price-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
}

.rate-card__price {
  color: var(--color-text-accent);
  font-family: var(--ref-font-inter);
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
  /* up to 48px */
  font-weight: 600;
  line-height: 1;
}

.rate-card__price--sm {
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 2rem);
  /* up to 32px */
}

.rate-card__period {
  color: var(--ref-color-gray-800);
  font-family: var(--ref-font-inter);
  font-size: 1.125rem;
  /* 18px */
}

.rate-card__desc {
  color: var(--ref-color-gray-700);
  font-family: var(--ref-font-inter);
  font-size: 1.25rem;
  /* 20px */
  font-weight: 500;
  line-height: 1.3;
}

@media (prefers-reduced-motion: reduce) {

  .rate-card,
  .rate-card:hover {
    transform: none;
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   16. OPTIONAL ADD-ONS — five-card grid overrides (Figma match)
   -------------------------------------------------------------------------- */

/* Compact card container */
.rate-grid--five .rate-card {
  min-height: 0;
  padding: 24px 16px 20px;
  gap: 0;
  justify-content: flex-start;
}

/* Tighter head with smaller title */
.rate-grid--five .rate-card__head {
  padding-bottom: 14px;
  gap: 0;
}

.rate-grid--five .rate-card__name {
  font-size: 1rem;          /* 16px — Figma match */
  font-weight: 700;
  line-height: 1.25;
}

/* Body spacing */
.rate-grid--five .rate-card__body {
  gap: 4px;
  padding-top: 12px;
}

/* "From" label */
.rate-grid--five .rate-card__label {
  font-size: 0.75rem;       /* 12px — small caps style */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ref-color-gray-600);
}

/* Price row — baseline alignment */
.rate-grid--five .rate-card__price-row {
  align-items: baseline;
  gap: 2px;
}

/* Price amount */
.rate-grid--five .rate-card__price--sm {
  font-size: 1.125rem;      /* 18px — visually dominant but not oversized */
  font-weight: 700;
  line-height: 1;
}

/* Suffixes: /Mo, per user — smaller and baseline-aligned */
.rate-grid--five .rate-card__period {
  font-size: 0.6875rem;     /* 11px */
  font-weight: 500;
  color: var(--ref-color-gray-700);
  line-height: 1;
}

/* "per user" suffix — same size, just inline */
.rate-grid--five .rate-card__suffix {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

/* --------------------------------------------------------------------------
   17. PRICING INTEGRITY & TERMS
   -------------------------------------------------------------------------- */
.terms-title {
  text-align: center;
  color: #000000;
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-section, clamp(1.85rem, 1.25rem + 1.8vw, 3rem));
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 40px;
}

.terms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--ref-space-5) var(--ref-space-6);
  /* 20px 24px */
}

@media (max-width: 600px) {
  .terms-grid {
    grid-template-columns: 1fr;
  }
}

.terms-item {
  display: flex;
  align-items: center;
  gap: var(--ref-space-4);
  padding: var(--ref-space-6);
  background: var(--color-terms-item-bg);
  border: 1px solid var(--color-terms-item-border);
  border-radius: 6px;
}

.terms-item__icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color-compare-positive-accent);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.terms-item__icon svg {
  width: 16px;
  height: 16px;
}

.terms-item__text {
  color: var(--color-text-primary);
  font-family: var(--ref-font-inter);
  font-size: 1.125rem;
  /* 18px */
  font-weight: 500;
}

/* ==========================================================================
   COMPARE PAGE SECTIONS
   ========================================================================== */

/* --------------------------------------------------------------------------
   18. VENDOR COMPARISON MATRIX
   -------------------------------------------------------------------------- */
.vendor-matrix {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.vendor-matrix th,
.vendor-matrix td {
  position: relative;

  border: 1px solid var(--ref-color-gray-250);
  padding: var(--ref-space-6) var(--ref-space-6);
  /* 24px 24px */
  font-family: var(--ref-font-inter);
  vertical-align: middle;
}

.vendor-matrix thead th {
  text-align: center;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
}

.vendor-matrix thead th:first-child {
  background: var(--ref-color-gray-150);
  color: var(--ref-color-gray-700);
}

#odoo,
#shopify,
#unleashed,
#excel {
  scroll-margin-top: calc(var(--size-header-height, 80px) + 24px);
}

.vendor-matrix thead th.vendor-matrix__competitor {
  background: var(--color-vendor-header-bg);
  color: var(--ref-color-gray-600);
}

.vendor-matrix thead th.vendor-matrix__highlight {
  background: var(--ref-color-blue-500);
  color: #ffffff;
  min-width: 280px;
}

.vendor-matrix tbody th {
  text-align: center;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 600;
  color: var(--color-text-primary);
  min-width: 220px;
}

.vendor-matrix tbody td {
  text-align: left;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 500;
  color: var(--ref-color-gray-600);
  min-width: 200px;
}

.vendor-matrix tbody td.vendor-matrix__highlight {
  background: var(--ref-color-gray-100);
  color: var(--color-text-primary);
}

.vendor-matrix__cell {
  display: flex;
  align-items: center;
  gap: var(--ref-space-4);
}

.vendor-matrix__check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--ref-color-blue-500);
}

@media (max-width: 768px) {

  .vendor-matrix th,
  .vendor-matrix td {
    padding: var(--ref-space-4) var(--ref-space-3);
    /* 16px 12px */
  }
}

/* --------------------------------------------------------------------------
   19. WORKFLOW FIT GRID
   -------------------------------------------------------------------------- */
.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ref-space-8);

  width: 100%;
}

@media (max-width: 1024px) {
  .fit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fit-grid {
    grid-template-columns: 1fr;
  }
}

.fit-card {
  display: flex;
  align-items: center;
  gap: var(--ref-space-5);
  background: var(--color-bg-surface);
  border: 1px solid var(--ref-color-gray-400);
  border-radius: var(--radius-sm);
  padding: var(--ref-space-6) var(--ref-space-6);
  min-height: 163px;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease;
  cursor: default;
}

.fit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-floating);
  border-color: #cbd5e1;
}

.fit-card__icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--color-terms-item-bg);
  color: var(--ref-color-blue-500);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fit-card__icon svg {
  width: 32px;
  height: 32px;
}

.fit-card__text {
  color: var(--color-text-primary);
  font-family: var(--ref-font-inter);
  font-size: 1.375rem;
  /* 22px */
  font-weight: 600;
  line-height: 1.3;
}

/* --------------------------------------------------------------------------
   20. CATEGORY NAVIGATION + FAQ LIST
   -------------------------------------------------------------------------- */

/* Full-width tab wrapper owning the edge-to-edge stationary horizontal divider */
.faq-tabs-wrapper {
  width: 100%;
  border-bottom: none;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 64px;
  background: transparent;
}

.faq-tabs-container {
  position: relative;
}

/* Inner centered tablist navigation */
.core-tabs-nav.faq-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  border-bottom: none;
  box-sizing: border-box;
}

.core-tabs-nav.faq-tabs .core-tab-btn {
  padding: 36px 16px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.core-tabs-nav.faq-tabs .core-tabs-track {
  bottom: 0;
  height: 2px;
  background: #cbcbcb;
  z-index: 1;
}

.core-tabs-nav.faq-tabs .core-tabs-indicator {
  bottom: 0;
  height: 2px;
  background: #000000;
  z-index: 2;
}

@media (max-width: 1023px) {
  .faq-tabs-wrapper {
    margin-bottom: 40px;
    max-width: 100%;
    overflow: hidden;
  }

  .core-tabs-nav.faq-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 auto;
    padding: 0 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-x: contain;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .core-tabs-nav.faq-tabs::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .core-tabs-nav.faq-tabs .core-tab-btn {
    flex-shrink: 0;
    padding: 18px 14px;
    font-size: 1.0625rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .faq-tabs-wrapper {
    margin-bottom: 32px;
  }

  .core-tabs-nav.faq-tabs {
    gap: 16px;
    padding: 0 12px;
  }

  .core-tabs-nav.faq-tabs .core-tab-btn {
    padding: 14px 10px;
    font-size: 0.95rem;
    white-space: nowrap;
  }
}

@media (max-width: 390px) {
  .core-tabs-nav.faq-tabs {
    gap: 12px;
    padding: 0 8px;
  }

  .core-tabs-nav.faq-tabs .core-tab-btn {
    padding: 12px 8px;
    font-size: 0.875rem;
    white-space: nowrap;
  }
}

.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--ref-space-4);
  /* 16px */
  width: 100%;
}

.faq-list__item {
  background: var(--color-bg-surface);
  border: 1px solid var(--ref-color-gray-300);
  border-radius: var(--radius-sm);
  min-height: 100px;
}

.faq-list__trigger {
  width: 100%;
  min-height: 100px;
  padding: 17px 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ref-space-4);
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-list__question {
  font-family: var(--ref-font-inter);
  font-size: 1.5rem;
  /* 24px */
  font-weight: 600;
  color: var(--color-text-primary);
  line-height: 1.3;
  display: flex;
  align-items: center;
  margin: 0;
}

.faq-list__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: transform 350ms cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: center center;
}

.faq-list__icon img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.faq-list__trigger[aria-expanded="true"] .faq-list__icon,
.faq-list__item.is-open .faq-list__icon {
  transform: rotate(45deg);
}

.faq-list__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 350ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 300ms cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  overflow: hidden;
  padding: 0 21px;
  font-family: var(--ref-font-inter);
  font-size: 1.125rem;
  /* 18px */
  color: var(--ref-color-gray-600);
  line-height: 1.6;
}

.faq-list__answer>* {
  min-height: 0;
  overflow: hidden;
  transition: padding-bottom 350ms cubic-bezier(0.16, 1, 0.3, 1);
  padding-bottom: 0;
}

.faq-list__trigger[aria-expanded="true"]+.faq-list__answer,
.faq-list__item.is-open .faq-list__answer,
.faq-list__answer.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
}

.faq-list__trigger[aria-expanded="true"]+.faq-list__answer>*,
.faq-list__item.is-open .faq-list__answer>*,
.faq-list__answer.is-open>* {
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  .faq-list__item {
    min-height: unset;
  }

  .faq-list__trigger {
    min-height: unset;
    padding: 16px;
    gap: var(--ref-space-3);
  }

  .faq-list__question {
    font-size: 1.05rem;
  }

  .faq-list__icon {
    width: 28px;
    height: 28px;
  }

  .faq-list__answer {
    padding: 0 16px 18px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .faq-list__trigger {
    padding: 14px 12px;
  }

  .faq-list__question {
    font-size: 0.95rem;
  }

  .faq-list__icon {
    width: 24px;
    height: 24px;
  }

  .faq-list__answer {
    padding: 0 12px 14px;
    font-size: 0.85rem;
  }
}

/* ==========================================================================
   CONTACT / BOOK DEMO PAGE
   ========================================================================== */

/* --------------------------------------------------------------------------
   21. CONTACT LAYOUT
   -------------------------------------------------------------------------- */
.contact-layout {
  display: grid;
  grid-template-columns: 1.81fr 1fr;
  gap: var(--ref-space-6);
  /* 24px */
  align-items: start;
}

/* Grid items default to min-width:auto, so without this, one item's
   content (the submit button's nowrap label) can force the shared column
   track wider than the viewport at narrow widths — and since both rows
   share one column once .contact-layout collapses to 1fr below, that also
   drags the unrelated right-column panels along with it. */
.contact-layout>* {
  min-width: 0;
}

.contact-side {
  display: flex;
  flex-direction: column;
  gap: var(--ref-space-10);
  /* 40px */
}

@media (max-width: 1200px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   22. ENQUIRY FORM — "About Your Business"
   -------------------------------------------------------------------------- */
.contact-form-card {
  background: var(--color-bg-surface);
  border: 1px solid var(--ref-color-gray-250);
  border-radius: var(--radius-sm);
  padding: var(--ref-space-10);
  /* 40px */
  display: flex;
  flex-direction: column;
  gap: var(--ref-space-6);

}

.contact-form-card__title {
  font-family: var(--ref-font-inter);
  font-size: 2rem;

  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0;
}

.contact-form-card__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ref-space-4);
  /* 16px */
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.form-field__label {
  font-family: var(--ref-font-inter);
  font-size: 1.125rem;
  /* 18px */
  font-weight: 600;
  color: var(--color-text-primary);
}

.form-field__control-wrap {
  position: relative;
}

/* Inline validation message — currently only wired up for Business Type
   (main.js). Lightweight text, not a bordered/tinted banner like
   .form-success: a per-field error sits directly under one control, not at
   form level, so it reuses --color-status-error alone rather than adding a
   box treatment this design system has no per-field precedent for. */
.form-field__error {
  font-family: var(--ref-font-inter);
  font-size: 0.9375rem;
  /* 15px — inline helper-text scale, one step below
    the 18px field/label text so it doesn't compete with either */
  font-weight: 600;
  color: var(--color-status-error);
  margin: 0;
}

.form-field__error[hidden] {
  display: none;
}

/* Decorative dropdown chevron */
.form-field__chevron {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 12px;
  height: 24px;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}

.form-input,
.form-select {
  width: 100%;
  min-height: 65px;
  background: var(--color-bg-surface);
  border: 1px solid var(--ref-color-gray-400);
  border-radius: var(--radius-sm);
  padding: 11px 17px;
  font-family: var(--ref-font-inter);
  font-size: 1.125rem;
  /* 18px */
  font-weight: 500;
  color: var(--color-text-primary);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Opts the closed control into the CSS Customizable Select API so the open
   menu below can be fully themed instead of the OS-default listbox. This
   overrides the shared `appearance: none` above for selects only (same
   specificity, later in source order — standard cascade, not !important).
   Browsers without base-select support simply keep today's native menu on
   the closed box, which is unchanged either way — pure progressive
   enhancement, no functionality change.
   display/align-items force the selected value to vertically center in the
   65px-tall box — needed because a plain appearance:none/base-select select
   otherwise top-aligns its content instead of centering it like a native
   <input> does. */
.form-select {
  appearance: base-select;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-right: 41px;
  /* clears the chevron; inputs above stay symmetric */
}

.form-select:has(option[value=""]:checked),
.form-select.is-placeholder {
  color: var(--ref-color-gray-600);
}

.form-select:hover,
.form-select:open {
  border-color: var(--ref-color-blue-500);
}

/* Invalid state — set via aria-invalid by main.js's business-type
   validation, not by :invalid, so the red border only appears after a
   failed submit attempt rather than on every empty (but untouched) load. */
.form-select[aria-invalid="true"] {
  border-color: var(--color-status-error);
}

/* Hidden because every real <select> already shows the shared decorative
   .form-field__chevron image (see that rule's comment); the built-in
   picker arrow would otherwise double up next to it. */
.form-select::picker-icon {
  display: none;
}

.form-select::picker(select) {
  appearance: base-select;
  margin-top: 8px;
  background: var(--color-bg-surface);
  border: 1px solid var(--ref-color-gray-250);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-floating);
  padding: var(--ref-space-2);
}

.form-select option {
  border-radius: var(--radius-xs);
  padding: 11px 17px;
  margin: 2px 0;
  font-family: var(--ref-font-inter);
  font-size: 1.125rem;
  /* 18px, matches .form-input/.form-select text */
  font-weight: 500;
  color: var(--color-text-primary);
}

.form-select option:hover {
  background: var(--color-bg-surface-muted);
  color: var(--ref-color-blue-600);
}

/* Ring-only, not the :hover fill — the browser auto-focuses the first
   enabled option (e.g. "Wholesaler") the instant the picker opens, before
   the user has chosen anything, since the real selected option is the
   disabled placeholder and can't itself hold focus. Painting that
   auto-focus with the same blue fill as :checked would make an option
   look already-selected when it isn't; a plain keyboard-position ring
   keeps the two states visually distinct. Same ring token as base.css's
   global :focus-visible. */
.form-select option:focus-visible {
  outline: none;
  box-shadow: var(--shadow-focus);
}

/* :not(:disabled) excludes the placeholder ("Select business type" etc.),
   which ships `selected` so the closed field can show it as placeholder
   text — that's a display trick, not a real choice, so it must never wear
   the "this option is selected" treatment below. */
.form-select option:checked:not(:disabled) {
  background: var(--color-bg-surface-muted);
  color: var(--ref-color-blue-500);
  font-weight: 600;
}


.form-select option::checkmark {
  display: none;
}

.form-input::placeholder,
.form-textarea::placeholder {

  color: var(--ref-color-gray-600);
  font-weight: 500;
  opacity: 1;
}

.form-textarea {
  width: 100%;
  min-height: 156px;
  background: var(--color-bg-surface);
  border: 1px solid var(--ref-color-gray-400);
  border-radius: var(--radius-xs);
  padding: 11px 13px;
  font-family: var(--ref-font-inter);
  font-size: 1.125rem;
  /* 18px */
  font-weight: 500;
  color: var(--color-text-primary);
  resize: vertical;
}

.contact-form-card__submit {
  width: 100%;
  min-height: 65px;
  font-size: 1.375rem;
  /* 22px */
}

.form-success {
  font-family: var(--ref-font-inter);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-status-success-text);
  background: rgba(28, 162, 104, 0.1);
  border: 1px solid rgba(28, 162, 104, 0.3);
  border-radius: var(--radius-sm);
  padding: var(--ref-space-4) var(--ref-space-5);
}

.form-success[hidden] {
  display: none;
}

@media (max-width: 768px) {
  .contact-form-card {
    padding: var(--ref-space-6) var(--ref-space-5);
    /* 24px 20px */
    gap: var(--ref-space-6);
  }

  .contact-form-card__title {
    font-size: 1.5rem;
    /* 24px */
  }

  .contact-form-card__row {
    grid-template-columns: 1fr;
    gap: var(--ref-space-4);
  }
}

@media (max-width: 480px) {
  .contact-form-card {
    padding: var(--ref-space-5) var(--ref-space-4);
  }

  .form-input,
  .form-select,
  .form-textarea {
    font-size: 1rem;
  }

  .form-select option {
    font-size: 1rem;
  }
}

/* --------------------------------------------------------------------------
   23. PROCESS PANEL — "What Happens Next?"
   -------------------------------------------------------------------------- */
.process-panel {
  background: var(--color-bg-inverse);
  border: 1px solid var(--ref-color-gray-250);
  border-radius: var(--radius-sm);
  padding: var(--ref-space-8);
  /* 32px */
  display: flex;
  flex-direction: column;
  gap: var(--ref-space-8);

}

.process-panel__title {
  font-family: var(--ref-font-inter);
  font-size: 2rem;

  font-weight: 700;
  color: var(--color-text-inverse);
  margin: 0;
}

.process-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--ref-space-8);

}

.process-step {
  display: flex;
  align-items: center;
  gap: var(--ref-space-5);
  /* 20px */
}

.process-step__badge {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--ref-color-blue-500);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ref-font-inter);
  font-size: 1.16rem;
  /* 18.56px */
  font-weight: 600;
}

.process-step__text {
  font-family: var(--ref-font-inter);
  font-size: 1.25rem;
  /* 20px */
  font-weight: 600;
  color: var(--color-text-inverse);
  line-height: 1.3;
  margin: 0;
}

/* --------------------------------------------------------------------------
   24. CONTACT DETAILS PANEL
   -------------------------------------------------------------------------- */
.contact-details-panel {
  background: var(--color-bg-surface);
  border: 1px solid var(--ref-color-gray-250);
  border-radius: var(--radius-sm);
  padding: var(--ref-space-8);
  /* 32px */
  display: flex;
  flex-direction: column;
  gap: var(--ref-space-5);
  /* 20px */
}

.contact-details-panel__title {
  font-family: var(--ref-font-inter);
  font-size: 2rem;

  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0;
}

.contact-details-list {
  display: flex;
  flex-direction: column;
}

.contact-details-item {
  display: flex;
  align-items: center;
  gap: var(--ref-space-6);
  /* 24px */
  padding: 30px 0;
  border-bottom: 1px solid var(--ref-color-gray-180);
  text-decoration: none;
  color: inherit;
}

.contact-details-item:last-child {
  border-bottom: none;
}

.contact-details-item__icon {
  flex-shrink: 0;
  width: var(--size-icon-md);
  /* 24px */
  height: var(--size-icon-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;

}

.contact-details-item__icon img {
  display: block;
}

.contact-details-item__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-details-item__label {
  font-family: var(--ref-font-inter);
  font-size: 1.125rem;
  /* 18px */
  font-weight: 500;
  color: var(--ref-color-gray-700);
}

.contact-details-item__value {
  font-family: var(--ref-font-inter);
  font-size: 1.25rem;
  /* 20px */
  font-weight: 600;
  color: var(--color-text-primary);
}

@media (max-width: 768px) {

  .process-panel,
  .contact-details-panel {
    padding: var(--ref-space-6) var(--ref-space-5);
    /* 24px 20px */
  }

  .process-panel__title,
  .contact-details-panel__title {
    font-size: 1.5rem;
    /* 24px */
  }

  .process-step__badge {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }

  .contact-details-item {
    padding: 20px 0;
    gap: var(--ref-space-4);
  }

  .contact-side {
    gap: var(--ref-space-6);
  }
}

/* ==========================================================================
   17. NOT FOUND / 404 FALLBACK EXPERIENCE
   ========================================================================== */
.not-found-section {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(80px + 60px);
  padding-bottom: 80px;
  background-color: #111827;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    var(--ref-gradient-hero-compact);
  background-size: 119px 111px, 119px 111px, 100% 100%;
  background-position: center 80px, center 80px, 0 0;
  color: var(--color-text-inverse);
  text-align: center;
}

.not-found__inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.not-found__badge {
  margin-bottom: 16px;
}

.not-found__code {
  font-family: var(--ref-font-manrope);
  font-size: clamp(5rem, 12vw, 8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #ffffff 35%, #5d9eff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 12px 0;
  user-select: none;
  filter: drop-shadow(0 4px 24px rgba(20, 110, 245, 0.25));
}

.not-found__title {
  font-family: var(--ref-font-manrope);
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ref-color-white);
  margin: 0 0 16px 0;
}

.not-found__subtitle {
  font-family: var(--ref-font-inter);
  font-size: clamp(1rem, 2vw, 1.1875rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 500px;
  margin: 0 auto 32px auto;
}

.not-found__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}

.not-found__actions .btn {
  min-width: 160px;
}

.icon-arrow--left {
  transform: rotate(180deg);
}

.not-found__nav-box {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  width: 100%;
  max-width: 680px;
}

.not-found__nav-label {
  font-family: var(--ref-font-inter);
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
  font-weight: 600;
}

.not-found__nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
}

.not-found__nav-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: var(--ref-radius-pill);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ref-font-inter);
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: all var(--motion-fast) var(--easing-standard);
}

.not-found__nav-link:hover,
.not-found__nav-link:focus-visible {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--ref-color-white);
  transform: translateY(-1px);
}

@media (min-width: 1600px) {
  .not-found-section {
    padding-top: calc(95px + 60px);
    background-position: center 95px, center 95px, 0 0;
  }
}

@media (max-width: 1179px) {
  .not-found-section {
    padding-top: calc(80px + 48px);
    padding-bottom: 64px;
    min-height: calc(100vh - 72px);
    background-position: center 80px, center 80px, 0 0;
  }
}

@media (max-width: 768px) {
  .not-found-section {
    padding-top: calc(80px + 36px);
    padding-bottom: 48px;
    background-position: center 80px, center 80px, 0 0;
  }

  .not-found__nav-box {
    margin-top: 36px;
    padding-top: 24px;
  }
}

@media (max-width: 480px) {
  .not-found-section {
    padding-top: calc(60px + 28px);
    padding-bottom: 36px;
    background-position: center 60px, center 60px, 0 0;
  }

  .not-found__actions {
    flex-direction: column;
    gap: 12px;
  }

  .not-found__actions .btn {
    width: 100%;
  }

  .not-found__nav-links {
    gap: 8px;
  }

  .not-found__nav-link {
    padding: 7px 14px;
    font-size: 0.875rem;
  }
}

/* --------------------------------------------------------------------------
   16. INDUSTRIES SECTION & INDUSTRY DETAIL CARDS
   -------------------------------------------------------------------------- */
.industries-section {
  padding-block: clamp(48px, 36px + 3vw, 100px);
}

@media (min-width: 1024px) {
  .industries-section {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

.industries-wrapper {
  width: 100%;
  max-width: var(--size-container-max, 1600px);
  margin-inline: auto;
  padding-inline: var(--space-page-inline);
  box-sizing: border-box;
}

.industries-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

/* Individual Industry Detail Card */
.industry-detail-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(32px, 20px + 3vw, 80px);
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 60px;
  border: 1px solid var(--ref-color-gray-400, #999999);
  border-radius: var(--ref-radius-sm, 10px);
  background-color: var(--ref-color-white, #ffffff);
  box-sizing: border-box;
  scroll-margin-top: 100px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease;
}

/* Card Hover: Consistent with integrations & features page cards — subtle neutral border, soft floating shadow, gentle lift */
.industry-detail-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: var(--shadow-floating);
}

/* Media Column (Image Frame) */
.industry-detail-card__media {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-color: var(--ref-color-blue-25, #f4f8fd);
  aspect-ratio: 670 / 559;
}

.industry-detail-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  will-change: transform;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* Image Hover: ONLY when directly hovering over the image frame */
.industry-detail-card__media:hover .industry-detail-card__img {
  transform: scale(1.03);
}

/* Content Column */
.industry-detail-card__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.industry-detail-card__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.industry-detail-card__title {
  margin: 0;
  font-family: var(--ref-font-inter, "Inter", sans-serif);
  font-size: clamp(2rem, 1.4rem + 2vw, 3.5rem);
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: -0.02em;
  color: var(--ref-color-black, #000000);
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

.industry-detail-card__subtitle {
  margin: 0;
  font-family: var(--ref-font-inter, "Inter", sans-serif);
  font-size: clamp(1rem, 0.925rem + 0.25vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
  color: var(--ref-color-gray-700, #555555);
}

/* Info Boxes */
.industry-detail-card__boxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.industry-detail-box {
  border-radius: var(--ref-radius-sm, 10px);
  padding: 21px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  transition: border-color var(--motion-normal, 0.25s) var(--easing-standard, ease),
    background-color var(--motion-normal, 0.25s) var(--easing-standard, ease);
}

.industry-detail-box__title {
  margin: 0;
  font-family: var(--ref-font-inter, "Inter", sans-serif);
  font-size: clamp(1.125rem, 1rem + 0.3vw, 1.5rem);
  font-weight: 700;
  line-height: 1.21;
}

.industry-detail-box__desc {
  margin: 0;
  font-family: var(--ref-font-inter, "Inter", sans-serif);
  font-size: clamp(0.9375rem, 0.875rem + 0.2vw, 1.125rem);
  font-weight: 500;
  line-height: 1.35;
}

/* The Challenge Box */
.industry-detail-box--challenge {
  border: 1px solid var(--ref-color-gray-400, #999999);
  background-color: var(--ref-color-white, #ffffff);
}

.industry-detail-box--challenge .industry-detail-box__title {
  color: var(--ref-color-gray-800, #333333);
}

.industry-detail-box--challenge .industry-detail-box__desc {
  color: var(--ref-color-gray-700, #555555);
}

/* With Quick OMS Box */
.industry-detail-box--solution {
  border: 1px solid var(--ref-color-blue-500, #146ef5);
  background-color: rgba(20, 110, 245, 0.1);
}

.industry-detail-box--solution .industry-detail-box__title {
  color: var(--ref-color-blue-500, #146ef5);
}

.industry-detail-box--solution .industry-detail-box__desc {
  color: #4b5563;
}

/* Responsive Desktop Compression (1024px - 1439px) */
@media (min-width: 1024px) and (max-width: 1439px) {
  .industry-detail-card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    padding: 36px;
    gap: 32px;
  }

  .industry-detail-card__content {
    gap: 24px;
  }

  .industry-detail-box {
    padding: 16px;
    gap: 8px;
  }
}

/* Tablet Layout (768px - 1023px) */
@media (max-width: 1023px) {
  .industry-detail-card {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 36px;
  }

  .industry-detail-card__media {
    max-height: 440px;
  }

  .industry-detail-card__content {
    gap: 28px;
  }
}

/* Mobile Layout (<= 767px) */
@media (max-width: 767px) {
  .industries-section {
    padding-block: 40px 60px;
  }

  .industries-list {
    gap: 24px;
  }

  .industry-detail-card {
    grid-template-columns: 1fr;
    padding: 20px 16px;
    gap: 20px;
    border-radius: var(--ref-radius-sm, 10px);
  }

  .industry-detail-card__media {
    border-radius: 12px;
    aspect-ratio: 16 / 10;
    max-height: 280px;
  }

  .industry-detail-card__img {
    border-radius: 12px;
  }

  .industry-detail-card__content {
    gap: 20px;
  }

  .industry-detail-card__header {
    gap: 8px;
  }

  .industry-detail-card__boxes {
    gap: 12px;
  }

  .industry-detail-box {
    padding: 16px;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .industry-detail-card,
  .industry-detail-card__media,
  .industry-detail-card__img,
  .industry-detail-box {
    transition: none !important;
    transform: none !important;
  }
}

/* --------------------------------------------------------------------------
   25. INTEGRATIONS PAGE — CATALOG SECTION, FILTER BAR & CARDS
   -------------------------------------------------------------------------- */

/* === Heading block ===
   Figma 274:7320 specifies a much larger eyebrow/title ceiling (24px /
   68px) than the shared .text-eyebrow / .text-section-title roles default
   to (base.css). Color/weight already match the shared roles exactly
   (--color-text-accent / --color-text-primary), so only font-size is
   overridden here, following the .section-heading / .faq-teaser__intro
   scoped-override precedent elsewhere in this file. Curve reaches the
   literal Figma ceiling around this site's own container cap (1600px,
   --size-container-max) while keeping the sitewide mobile floor. */
.integration-catalog-section .text-eyebrow,
.addon-pricing-section .text-eyebrow {
  font-size: clamp(0.875rem, 0.7rem + 0.8vw, 1.5rem);
}

.integration-catalog-section .text-section-title,
.addon-pricing-section .text-section-title {
  font-size: clamp(1.85rem, 1.2rem + 3vw, 4.25rem);
}

/* Figma specifies the same 60px gap from heading block to content (table
   here, filter bar in the catalog section above) — made explicit here
   since neither .eyebrow-heading nor .addon-pricing-table__scroll
   otherwise declares one. */
.addon-pricing-section .addon-pricing-table__scroll {
  margin-top: clamp(32px, 5vw, 60px);
}

/* === Category filter tab bar ===
   Unified with .core-tabs-nav / .core-tab-btn system from Core Features section:
   Stationary 2px baseline track (#cbcbcb) + animated sliding black active indicator line. */
.integration-tabs-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 36px auto clamp(36px, 4.5vw, 56px);
}

.core-tabs-nav.integration-tabs {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 3.2vw, 56px);
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  border-bottom: none;
  box-sizing: border-box;
  padding: 0;
}

.core-tabs-nav.integration-tabs .core-tabs-track {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #cbcbcb;
  z-index: 1;
  pointer-events: none;
}

.core-tabs-nav.integration-tabs .core-tabs-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #000000;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
    width 300ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  z-index: 2;
}

.core-tab-btn.integration-tab-btn {
  font-family: var(--ref-font-inter);
  font-size: clamp(1.05rem, 0.9rem + 0.4vw, 1.45rem);
  font-weight: 500;
  color: #667085;
  background: transparent;
  border: none;
  padding: 24px 8px 24px;
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: color 300ms ease-out;
  outline: none;
  position: relative;
  z-index: 3;
}

.core-tab-btn.integration-tab-btn:hover {
  color: #111827;
}

.core-tab-btn.integration-tab-btn:focus-visible {
  outline: 2px solid #146ef5;
  outline-offset: 4px;
  border-radius: 4px;
}

.core-tab-btn.integration-tab-btn[aria-selected="true"] {
  color: #111827;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .core-tabs-nav.integration-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    gap: 20px;
    padding: 0 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-x: contain;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .core-tabs-nav.integration-tabs::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .core-tab-btn.integration-tab-btn {
    flex-shrink: 0;
    padding: 18px 14px;
    font-size: 1.0625rem;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .core-tabs-nav.integration-tabs {
    gap: 16px;
    padding: 0 12px;
  }

  .core-tab-btn.integration-tab-btn {
    padding: 14px 10px;
    font-size: 0.95rem;
    white-space: nowrap;
  }
}

@media (max-width: 390px) {
  .core-tabs-nav.integration-tabs {
    gap: 12px;
    padding: 0 8px;
  }

  .core-tab-btn.integration-tab-btn {
    padding: 12px 8px;
    font-size: 0.875rem;
    white-space: nowrap;
  }
}

/* === Card grid ===
   1 col mobile -> 2 col at 640px -> 3 col at 1024px+, preserved through
   1440+ per AGENTS.md 3B (no accidental tablet collapse at the 1024
   desktop threshold). */
.integration-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-card-gap);
}

@media (min-width: 640px) {
  .integration-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .integration-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 2vw, 32px);
  }
}

/* === Card component ===
   Named .integration-card (not .integration-node*, which this file already
   owns for the home page's connected diagram) to avoid collision. Border/
   radius/shadow/icon-tint language matches .integration-node for the same
   visual family, using --ref-color-gray-400 (#999999, exact Figma match). */
.integration-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  background: var(--color-bg-surface);
  border: 1px solid var(--ref-color-gray-400);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-card);
  padding: var(--space-card-padding);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease;
}

/* Required for the JS filter (main.js initIntegrationFilter) to have any
   visual effect: it toggles the native `hidden` attribute, but the
   author-origin `display: flex` above always wins the cascade over the
   user-agent stylesheet's `[hidden]{display:none}` regardless of
   specificity. Same pattern as .tabpanel[hidden] / .faq-card__answer[hidden]
   elsewhere in this codebase. */
.integration-card[hidden] {
  display: none;
}

.integration-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-floating);
  border-color: #cbd5e1;
}

/* Icon + title/category sit side by side per Figma 274:7345: full-width
   row, icon fixed/flex-shrink:0, text column flexes to fill remainder. */
.integration-card__header {
  display: flex;
  align-items: center;
  gap: var(--ref-space-5);
  width: 100%;
  margin-bottom: var(--ref-space-5);
}

.integration-card__info {
  display: flex;
  flex-direction: column;
  gap: var(--ref-space-2);
  flex: 1 1 auto;
  min-width: 0;
}

.integration-card__icon {
  width: 120px;
  height: 120px;
  border-radius: var(--radius-sm);
  background: var(--color-terms-item-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.integration-card__icon img {
  max-width: 70px;
  max-height: 70px;
  object-fit: contain;
}

.integration-card__title {
  font-family: var(--ref-font-inter);
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 2rem);
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 1.25;
  overflow-wrap: break-word;
  word-break: break-word;
}

.integration-card__category {
  font-family: var(--ref-font-inter);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--ref-color-gray-400);
}

.integration-card__desc {
  font-family: var(--ref-font-inter);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--ref-color-gray-700);
  line-height: 1.4;
  margin: 0 0 var(--ref-space-5);
}

.integration-card__divider {
  width: 100%;
  border-top: 1px solid var(--ref-color-gray-400);
  margin: 0 0 var(--ref-space-4);
}

.integration-card__data {
  font-family: var(--ref-font-inter);
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0;
}

.integration-card__data-label {
  color: var(--ref-color-blue-500);
  font-weight: 500;
}

.integration-card__data-value {
  color: var(--ref-color-gray-800);
  font-weight: 500;
}

/* 1180px reuses the header's own documented collapse threshold (see
   AGENTS.md ~1180px navigation exception) rather than inventing a new
   arbitrary breakpoint. Needed because the 3-col grid is narrowest right
   at its own 1024px start — the fixed 120px icon otherwise leaves too
   little width for the text column and forces mid-word breaks on longer
   single-word titles (e.g. "WooCommerce"). */
@media (max-width: 1180px) {
  .integration-card__header {
    gap: var(--ref-space-3);
  }

  .integration-card__icon {
    width: 96px;
    height: 96px;
  }

  .integration-card__icon img {
    max-width: 56px;
    max-height: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .integration-card,
  .integration-filter-btn {
    transition: none !important;
    transform: none !important;
  }
}

/* --------------------------------------------------------------------------
   26. INTEGRATIONS PAGE — ADD-ON PRICING TABLE & CALLOUT
   -------------------------------------------------------------------------- */

/* Real <table>, horizontal-scroll wrapper — matches the established
   .compare-matrix__scroll pattern per AGENTS.md 14 (no page-level overflow
   on narrow widths). */
.addon-pricing-table__scroll {
  width: 100%;
  overflow-x: auto;
  border-radius: var(--radius-sm);
  border: 1px solid var(--ref-color-gray-250);
  margin-bottom: clamp(48px, 7vw, 100px);
}

.addon-pricing-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  table-layout: fixed;
}

/* Column proportions from Figma's fixed 250/240/193/540 widths (274:7559-
   7565), kept as relative shares (via <colgroup>) rather than literal px
   so a real <table> can still size fluidly. */
.addon-pricing-table col.col--name {
  width: 21%;
}

.addon-pricing-table col.col--setup {
  width: 20%;
}

.addon-pricing-table col.col--support {
  width: 16%;
}

.addon-pricing-table col.col--best-for {
  width: 43%;
}

.addon-pricing-table th,
.addon-pricing-table td {
  padding: 25px 24px;
  border-bottom: 1px solid var(--ref-color-gray-250);
  font-family: var(--ref-font-inter);
  text-align: left;
  vertical-align: middle;
  overflow-wrap: break-word;
}

.addon-pricing-table tbody tr:last-child th,
.addon-pricing-table tbody tr:last-child td {
  border-bottom: none;
}

.addon-pricing-table thead th {
  background: var(--ref-color-blue-50);
  color: var(--color-text-primary);
  font-size: clamp(0.9375rem, 0.85rem + 0.4vw, 1.25rem);
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 30px;
}

.addon-pricing-table tbody th[scope="row"] {
  font-weight: 600;
  color: var(--color-text-primary);
  font-size: clamp(0.9375rem, 0.85rem + 0.4vw, 1.25rem);
}

.addon-pricing-table tbody td {
  color: var(--ref-color-gray-600);
  font-weight: 500;
  font-size: clamp(0.9375rem, 0.85rem + 0.4vw, 1.25rem);
}

/* Figma's named "Primary" style (#0447a5) — distinct from both
   --ref-color-blue-500 and --ref-color-blue-700, so recorded as its own
   component-scoped value per DESIGN.md 3.3 rather than reusing a
   near-but-not-exact token. Specificity bumped to `tbody td.` — a bare
   class here previously lost the cascade to the more specific
   `.addon-pricing-table tbody td` rule above and never actually applied. */
.addon-pricing-table tbody td.addon-pricing-table__setup {
  color: #0447a5;
  font-weight: 500;
}

@media (max-width: 768px) {

  .addon-pricing-table th,
  .addon-pricing-table td {
    padding: 14px 16px;
  }

  .addon-pricing-table thead th {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

/* === Info callout ===
   No existing .callout/.note/.alert component exists elsewhere in the
   codebase — genuinely new. Scoped here rather than promoted to
   components.css since only this page uses it today. */
.integration-callout {
  display: flex;
  align-items: center;
  gap: var(--ref-space-5);
  background: var(--ref-color-blue-50);
  border: 1px solid var(--ref-color-blue-500);
  border-radius: var(--radius-sm);
  padding: clamp(20px, 3vw, 41px) clamp(16px, 2vw, 25px);
}

.integration-callout__icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--color-terms-item-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.integration-callout__text {
  margin: 0;
  color: var(--color-text-primary);
  font-family: var(--ref-font-inter);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .integration-callout {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--ref-space-4);
    padding: var(--ref-space-6);
  }
}

/* ==========================================================================
   ABOUT PAGE — OUR MISSION SECTION
   Copy-left / panel-right split, same topology as .why-choose (About page's
   Why Quick OMS section reuses that component directly). The gradient CTA
   button below reuses .why-choose__btn rather than duplicating it, since
   both sections sit on the same page.
   ========================================================================== */
.mission-wrapper {
  width: 100%;
  max-width: var(--size-container-max, 1600px);
  margin: 0 auto;
  padding-inline: var(--space-page-inline);
  box-sizing: border-box;
}

.mission-split {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(28px, 3vw, 56px);
}

.mission-copy {
  flex: 1 1 580px;
  max-width: 660px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.mission-copy__eyebrow {
  color: var(--color-text-accent);
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-eyebrow, clamp(0.875rem, 0.8rem + 0.2vw, 1.0625rem));
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
}

.mission-copy__title {
  color: var(--color-text-primary);
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-section, clamp(1.85rem, 1.25rem + 1.8vw, 3rem));
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
  max-width: 660px;
  width: 100%;
}

.mission-copy__desc {
  color: var(--color-text-muted);
  font-family: var(--ref-font-inter);
  font-size: var(--font-size-body-lg, clamp(1rem, 0.925rem + 0.25vw, 1.25rem));
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  max-width: 580px;
}

/* Right dark panel */
.mission-panel {
  flex: 1 1 560px;
  width: 100%;
  max-width: 785px;
  background: var(--color-bg-inverse);
  border-top: 2px solid var(--ref-color-blue-700);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 42px 40px 40px;
  box-sizing: border-box;
}

.mission-panel__title {
  color: var(--color-text-inverse);
  font-family: var(--ref-font-inter);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.mission-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.mission-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #141d2f;
  border-radius: var(--radius-sm);
  padding: 20px;
}

.mission-item__icon {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: var(--radius-pill);
  background: var(--ref-color-blue-600);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-item__text {
  color: var(--color-text-inverse);
  font-family: var(--ref-font-inter);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

/* Intermediate Tablet/Laptop Landscape (768px - 1199px) — Preserve 2-column layout */
@media (min-width: 768px) and (max-width: 1199px) {
  .mission-split {
    gap: clamp(20px, 2.5vw, 36px);
  }

  .mission-copy {
    flex: 1 1 360px;
    min-width: 0;
    max-width: 520px;
    gap: 16px;
  }

  .mission-copy__title {
    max-width: 100%;
  }

  .mission-copy__desc {
    max-width: 480px;
    font-size: clamp(0.925rem, 0.85rem + 0.15vw, 1.05rem);
    line-height: 1.45;
  }

  .mission-panel {
    flex: 1 1 400px;
    min-width: 0;
    max-width: 560px;
    padding: clamp(24px, 2.5vw, 32px) clamp(20px, 2.2vw, 28px);
    gap: 20px;
    border-radius: 16px;
  }

  .mission-panel__title {
    font-size: 26px;
  }

  .mission-item {
    padding: 14px 16px;
    gap: 14px;
  }

  .mission-item__icon {
    width: 44px;
    height: 44px;
  }

  .mission-item__icon svg {
    width: 20px;
    height: 20px;
  }

  .mission-item__text {
    font-size: 16px;
  }
}

/* Phablet / Small Tablet Layout (541px – 767px) */
@media (min-width: 541px) and (max-width: 767px) {
  .mission-split {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .mission-copy {
    flex: none;
    max-width: 100%;
    width: 100%;
    gap: 14px;
  }

  .mission-panel {
    flex: none;
    max-width: 100%;
    padding: 24px 20px;
    gap: 16px;
    border-radius: 16px;
  }

  .mission-panel__title {
    font-size: 24px;
  }

  .mission-item {
    padding: 14px 16px;
    gap: 14px;
  }

  .mission-item__icon {
    width: 44px;
    height: 44px;
  }

  .mission-item__icon svg {
    width: 20px;
    height: 20px;
  }

  .mission-item__text {
    font-size: 16px;
  }
}

/* Mobile Layout (<= 540px) */
@media (max-width: 540px) {
  .mission-split {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .mission-copy {
    flex: none;
    max-width: 100%;
    width: 100%;
    gap: 12px;
  }

  .mission-panel {
    flex: none;
    max-width: 100%;
    padding: 20px 16px;
    gap: 12px;
    border-radius: 14px;
  }

  .mission-panel__title {
    font-size: 22px;
  }

  .mission-item {
    padding: 12px 14px;
    gap: 12px;
  }

  .mission-item__icon {
    width: 38px;
    height: 38px;
  }

  .mission-item__icon svg {
    width: 18px;
    height: 18px;
  }

  .mission-item__text {
    font-size: 14.5px;
    line-height: 1.4;
  }
}

/* --------------------------------------------------------------------------
   27. FEATURES PAGE — PLATFORM DETAIL CARDS, ADD-ONS & REPORTS TILES
   -------------------------------------------------------------------------- */

/* Shared 65px-class heading used for the Platform / Add-ons / Reports
   section titles and the 4 feature-detail card titles on this page. Figma's
   text style applies a Title Case transform to naturally-cased copy (the
   Reports heading is authored fully upper-case already, so the transform is
   a no-op there and the source string is left as designed). */
.features-title {
  font-family: var(--ref-font-inter);
  font-weight: 700;
  font-size: clamp(1.85rem, 1.1rem + 3vw, 4.0625rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--color-text-primary);
  text-transform: capitalize;
}

.features-addons-section__title {
  color: var(--color-text-inverse);
}

.features-addons-section__desc {
  color: rgba(255, 255, 255, 0.6);
}

.feature-detail-list {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 40px);
  margin-top: clamp(32px, 5vw, 60px);
}

.feature-detail-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(24px, 3vw, 40px);
  padding: clamp(20px, 2.5vw, 40px);
  border: 1px solid var(--ref-color-gray-400);
  border-radius: var(--radius-sm);
}

.feature-detail-card__content {
  flex: 1 1 380px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.feature-detail-card__title {
  font-size: clamp(1.5rem, 1.1rem + 2vw, 4.0625rem);
}

.feature-detail-card__desc {
  font-family: var(--ref-font-inter);
  font-weight: 400;
  font-size: clamp(1.125rem, 1rem + 0.55vw, 1.5rem);
  line-height: 1.4;
  color: var(--color-text-muted);
}

.feature-detail-card__points {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-detail-point {
  background: var(--color-terms-item-bg);
  border: 1px solid var(--ref-color-blue-500);
  border-radius: var(--radius-sm);
  padding: 20px;
}

.feature-detail-point__title {
  font-family: var(--ref-font-inter);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--ref-color-blue-500);
  margin: 0 0 6px;
  line-height: 1.25;
}

.feature-detail-point__desc {
  font-family: var(--ref-font-inter);
  font-weight: 500;
  font-size: 1.125rem;
  color: #777777;
  line-height: 1.4;
}

.feature-detail-card__visual {
  flex: 1 1 320px;
  max-width: 659px;
  width: 100%;
  aspect-ratio: 659 / 560;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-detail-card__visual--orders {
  background: #9a6ee2;
}

.feature-detail-card__visual--inventory {
  background: #29966c;
}

.feature-detail-card__visual--customers {
  background: #4478ef;
}

.feature-detail-card__visual--invoices {
  background: #f47863;
}

.feature-detail-card__visual-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 250ms ease-out;
}

.feature-detail-card__visual:hover .feature-detail-card__visual-img {
  transform: scale(1.02);
}

/* Optional Add-ons / Reports & Data — 4-tile icon grid, shared by both
   sections (one on a dark surface, one on light canvas; tiles stay white
   in both, per Figma). */
.features-tile-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: clamp(32px, 4vw, 60px);
}

@media (min-width: 640px) {
  .features-tile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .features-tile-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.features-tile {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--ref-color-gray-400);
  border-radius: 11px;
  padding: 30px;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease;
}

.features-tile:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: var(--shadow-floating);
}

.features-tile__icon {
  width: 120px;
  height: 120px;
  border-radius: 14px;
  background: var(--ref-color-blue-50);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.features-tile__icon img {
  width: 66px;
  height: 66px;
}

.features-tile__title {
  font-family: var(--ref-font-inter);
  font-weight: 700;
  font-size: clamp(1.25rem, 1.05rem + 0.6vw, 2rem);
  color: var(--color-text-primary);
  line-height: 1.2;
  margin: 0 0 8px;
}

.features-tile__desc {
  font-family: var(--ref-font-inter);
  font-weight: 500;
  font-size: clamp(1rem, 0.92rem + 0.3vw, 1.25rem);
  color: var(--color-text-muted);
  line-height: 1.35;
}

@media (max-width: 480px) {
  .features-tile__icon {
    width: 88px;
    height: 88px;
    margin-bottom: 18px;
  }

  .features-tile__icon img {
    width: 48px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .feature-detail-card__visual-img,
  .features-tile {
    transition: none !important;
    transform: none !important;
  }
}

/* --------------------------------------------------------------------------
   PERFORMANCE: Rendering Optimization (content-visibility)
   Skips layout & paint calculations for deep off-screen sections until near viewport
   -------------------------------------------------------------------------- */
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 650px;
}

.faq-section {
  content-visibility: auto;
  contain-intrinsic-size: 1px 850px;
}

.compare-matrix-section {
  content-visibility: auto;
  contain-intrinsic-size: 1px 950px;
}