/* ============================================
   HOME PAGE — All sections
   Content constrained to 1280px; backgrounds full-bleed
   ============================================ */

/* ---------- HERO ---------- */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: url('/images/backgrounds/hero-section-back-image.jpg') center 30% / cover no-repeat;
  padding-top: 0;
  padding-bottom: 220px;
  overflow-x: hidden;
  max-width: 100%;
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 140px 0 56px;
}

.hero__title {
  font-family: var(--font-heading);
  font-size: 66.67px;
  font-weight: 800;
  color: var(--color-white);
  max-width: 1000px;
  letter-spacing: -1px;
  margin-bottom: 16px;
  line-height: 88.7px;
  /* text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35); */
}

.hero__subtitle {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  max-width: 850px;
  line-height: 30px;
  margin-bottom: 20px;
}

.hero__ctas {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.hero__ctas .btn--primary {
  background: var(--color-primary);
  border-radius: 17.52px;
  padding: 17px 32px;
  font-weight: 600;
  box-shadow: 0 10px 28px rgba(79, 70, 229, 0.45);
}

.hero__ctas .btn--glass {
  border-radius: 17.52px;
  padding: 17px 26px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* ---------- SHOWCASE (overlapping PISL image + hex) ---------- */
.showcase {
  position: relative;
  background: #ffffff;
  padding: 0 0 80px;
  z-index: 2;
}

.showcase__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.showcase__image-wrap {
  width: 100%;
  max-width: var(--content-width);
  margin-top: -60px;
  position: relative;
  z-index: 3;
  background: transparent;
  padding: 0;
}

.showcase__image {
  width: 100%;
  height: auto;
  display: block;
  background: transparent;
  border-radius: 24.17px;
  box-shadow: 0 28px 64px rgba(15, 23, 42, 0.22);
}

.hex-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  justify-items: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 75px auto 0;
}

.hex-card {
  width: 180px;
  height: 190px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  filter: drop-shadow(0 14px 28px rgba(79, 70, 229, 0.18));
}

.hex-card--purple {
  background-image: url('/images/backgrounds/Polygon_1.png');
}

.hex-card--teal {
  background-image: url('/images/backgrounds/Polygon_2.png');
  filter: drop-shadow(0 14px 28px rgba(6, 182, 212, 0.2));
}

.hex-card__text {
  position: relative;
  z-index: 1;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 15px;
  line-height: 22.5px;
  color: #ffffff;
}

/* ---------- PAIN POINTS ---------- */
.pain {
  background: var(--color-white);
  padding: 120px 0 100px;
  overflow-x: hidden;
  max-width: 100%;
}

.pain__header {
  text-align: center;
  margin-bottom: 56px;
}

.pain__title {
  font-size: 51.07px;
  font-weight: 800;
  line-height: 65.25px;
  margin: 0 auto 14px;
  max-width: 700px;
  text-align: center;
}

.pain__title .line1 {
  display: block;
  color: var(--color-text);
}

.pain__title .line2 {
  display: block;
  background: linear-gradient(90deg, #4f46e5 0%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pain__sub {
  font-size: 21.02px;
  color: var(--color-text-secondary);
  text-align: center;
}

.pain__visual {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.pain__illustration {
  position: relative;
  margin: 0 auto;
  /* Allow floats to sit on the cable without forcing extra empty height below */
  line-height: 0;
}

.pain__cable {
  width: 100%;
  height: auto;
  display: block;
  user-select: none;
  pointer-events: none;
  /* Trim empty white padding baked into the JPG bottom */
  clip-path: inset(0 0 6% 0);
  margin-bottom: -2%;
}

.pain__float {
  position: absolute;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.1);
  display: flex;
  align-items: center;
  gap: 0;
  padding: 4px 14px 4px 2px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-text);
  white-space: nowrap;
  z-index: 2;
}

.pain__float--icon {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  justify-content: center;
}

/* Native SVG artboards sized so visible tiles match the design (~52–58px) */
.pain__float--icon img {
  display: block;
  pointer-events: none;
  width: 150px;
  height: 150px;
}

.pain__float.f1 img {
  width: 146px;
  height: 146px;
}

.pain__tag-icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  display: block;
  margin: -18px -18px -20px -20px;
  pointer-events: none;
}

/* Positions matched to design clusters on everything-image.jpg */
.pain__float.f1 { top: 25%; left: 9%; }      /* WhatsApp */
.pain__float.f2 { top: 25%; left: 19%; }      /* Email */
.pain__float.f3 { top: 48%; left: 10%; }      /* SMS */
.pain__float.f4 { top: 50%; left: 18%; }     /* Call */

.pain__float.f5 { top: 32%; left: 46%; }     /* Stakeholders */
.pain__float.f6 { top: 48%; left: 56%; }      /* Finance */
.pain__float.f7 { top: 60%; left: 45%; }     /* Site Teams */
.pain__float.f8 { top: 73%; left: 56%; }     /* Approvers */

.pain__float.f9 { top: 24%; right: 2%; left: auto; }   /* Vendor Quotations */
.pain__float.f10 { top: 44%; right: 8%; left: auto; }   /* Rate Comparisons */
.pain__float.f11 { top: 70%; right: 4%; left: auto; }   /* Purchase Orders */

/* Three equal columns aligned under the three knots */
.pain__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 42px;
  /* Pull text up so headings sit directly under each knot */
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.pain__col {
  position: relative;
  padding-left: 140px;
  padding-top: 30px;
  /* Stretch with the tallest column so every side line matches that height */
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

/* Diagonal at top + vertical side line spanning full text block height */
.pain__col-connector {
  position: absolute;
  left: 100px;
  top: -36px;
  width: 40px;
  /* Explicit height so the SVG actually stretches with the column */
  height: calc(100% + 36px);
  bottom: auto;
  overflow: visible;
  pointer-events: none;
  display: block;
}

.pain__col-connector path {
  fill: none;
  stroke: #d1d5db;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.pain__col h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--color-text);
}

.pain__col p,
.pain__col-desc {
  font-size: 14px;
  color: var(--color-text-secondary);
  line-height: 1.65;
  margin: 0;
}

/* Image-overlay tags as bullets — mobile/tablet only */
.pain__col-bullets {
  display: none;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

/* ---------- SOLUTIONS / TABS ---------- */
.solutions {
  background: #fafbfc;
  padding: 80px 0 100px;
  overflow-x: hidden;
  max-width: 100%;
}

.solutions__header {
  margin-bottom: 50px;
  max-width: 720px;
}

.solutions__title {
  font-size: 51.07px;
  line-height: 61.25px;
  font-weight: 800;
  margin-bottom: 16px;
}

.solutions__title .accent {
  color: var(--color-primary);
}

.solutions__desc {
  width: 100%;
  max-width: 680px;
  font-size: 20px;
  color: var(--color-text-secondary);
  line-height: 30px;
}

.solutions__tabs {
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--color-white);
  align-items: stretch;
  max-width: 100%;
  width: 100%;
}

.solutions__tab-list {
  align-self: stretch;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--color-border);
}

.solutions__tab {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  /* Equal top/bottom padding; leftover height shared evenly across tabs */
  padding: 16px 28px;
  border-bottom: 1px solid var(--color-border);
  border-left: 3px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}

.solutions__tab:last-child {
  border-bottom: none;
}

.solutions__tab.is-active {
  background: #ffffff;
  border-left-color: var(--color-primary);
}

.solutions__tab-title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: #666666;
  margin: 0 0 6px;
  display: block;
  line-height: 1.3;
}

.solutions__tab.is-active .solutions__tab-title {
  color: var(--color-primary);
}

.solutions__tab-desc {
  width: 270px;
  max-width: 100%;
  font-size: 15px;
  color: var(--color-text-secondary);
  line-height: 1.5;
  display: block;
  margin: 0;
}

.solutions__panels {
  min-height: 100%;
}

.solutions__panel {
  display: none;
  padding: 36px 40px;
}

.solutions__panel.is-active {
  display: block;
}

.solutions__panel-title {
  font-size: 23px;
  font-weight: 600;
  color: #0B1020;
  margin-bottom: 12px;
}

.solutions__panel-desc {
  font-size: 15px;
  color: #64748B;
  line-height: 1.65;
  margin-bottom: 20px;
  max-width: 690px;
}

.solutions__gains-label {
  font-size: 14px;
  font-weight: 600;
  color: #64748B80;
  margin-bottom: 10px;
}

.solutions__gains {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 32px;
  margin-bottom: 24px;
}

.solutions__gain {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #64748b;
}

.solutions__gain-check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

.solutions__mock-image {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.solutions__ui-mock {
  background: #f8fafc;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.solutions__ui-header {
  background: linear-gradient(90deg, #6d28d9, #7c3aed);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.solutions__ui-steps {
  display: flex;
  gap: 20px;
  align-items: center;
}

.solutions__ui-step {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.solutions__ui-step.is-done {
  color: white;
}

.solutions__ui-step .check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.solutions__ui-info {
  background: #f1f5f9;
  padding: 10px 20px;
  font-size: 12px;
  color: var(--color-text-secondary);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.solutions__ui-body {
  padding: 16px 20px 24px;
  background: white;
  min-height: 140px;
}

.solutions__ui-tabs {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 20px;
  font-size: 13px;
}

.solutions__ui-tabs span {
  padding-bottom: 10px;
  color: var(--color-text-secondary);
}

.solutions__ui-tabs span.is-active {
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  font-weight: 600;
}

.solutions__ui-empty {
  text-align: center;
  color: var(--color-text-muted);
  font-size: 13px;
  padding: 24px;
}

/* ---------- DIFFERENCE ---------- */
.difference {
  background: #fafbfc;
  padding: 100px 0;
  overflow-x: hidden;
  max-width: 100%;
}

.difference__header {
  text-align: center;
  margin-bottom: 56px;
}

.difference__eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: var(--color-primary);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.difference__eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
}

.difference__title {
  text-align: center;
  font-size: 51.07px;
  font-weight: 800;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.2;
}

.difference__title .accent {
  color: var(--color-primary);
}

.difference__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 42px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.diff-card {
  border-radius: 20px;
  padding: 35px;
  border: 1px solid transparent;
  /* box-shadow: 0 3.33px 21.67px rgba(0, 0, 0, 0.1); */
  opacity: 0.9;
}

.diff-card--before {
  background: #EF44440F;
  border-color: #EF444433;
}

.diff-card--after {
  background: #22C55E4D;
  border-color: #22C55E33;
  box-shadow: 0 3.33px 21.67px rgba(0, 0, 0, 0.1);
}

.diff-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 8px;
  border-radius: 12.51px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.diff-card--before .diff-card__badge {
  background: rgba(239, 68, 68, 0.12);
  color: #EF4444;
}

.diff-card--after .diff-card__badge {
  background: #22C55E26;
  color: #0D682E;
}

.diff-card__badge-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

.diff-card__badge-icon--close {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.diff-card__badge-icon--close img {
  width: 11px;
  height: 11px;
  display: block;
}

.diff-card__heading {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 30px;
  color: #0B1020;
  text-align: left;
}

.diff-card__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.diff-card__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 17.52px;
  font-size: 16px;
  font-weight: 400;
  color: #1A0A0A;
  line-height: 1.4;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.diff-card--before .diff-card__item {
  background: rgba(239, 68, 68, 0.03);
  border-color: rgba(239, 68, 68, 0.2);
}

.diff-card--after .diff-card__item {
  background: rgba(34, 197, 94, 0.06);
  border-color: rgba(34, 197, 94, 0.2);
}

.diff-card__item-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

.diff-card__item-icon--close {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.diff-card__item-icon--close img {
  width: 12px;
  height: 12px;
  display: block;
}

/* ---------- RESULTS ---------- */
.results {
  position: relative;
  padding: 100px 0;
  background:
    linear-gradient(#00000080, #00000080),
    url('/images/backgrounds/project_image.jpg') center / cover no-repeat;
}

.results__header {
  text-align: center;
  margin-bottom: 48px;
}

.results__title {
  width: 100%;
  max-width: 600px;
  font-size: 51.07px;
  line-height: 58.74px;
  font-weight: 800;
  color: var(--color-white);
  letter-spacing: -1px;
  margin: 0 auto 20px;
  text-align: center;
}

.results__sub {
  font-size: 20px;
  color: #ffffff73;
  max-width: 560px;
  margin: 0 auto;
}

.results__stats-wrap {
  position: relative;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.results__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #0B1020;
  border: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.results__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 28px 0;
  text-align: center;
  border-right: 1px solid #8B90A71A;
}

.results__stat:last-child {
  border-right: none;
}

.results__stat-value {
  font-family: var(--font-heading);
  font-size: 70.06px;
  font-weight: 800;
  color: var(--color-accent-orange);
  margin-bottom: 10px;
  line-height: 1;
}

.results__stat-label {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 10px;
}

.results__stat-desc {
  font-size: 13px;
  color: #ffffff66;
  line-height: 28.02px;
  margin: 0 0 40px;
}

.results__bottom-line {
  display: block;
  width: 100%;
  height: 4px;
  object-fit: fill;
  margin-top: auto;
  padding: 0;
  pointer-events: none;
  user-select: none;
}

/* ---------- ENTERPRISE ---------- */
.enterprise {
  background: #F8FAFC;
  padding: 100px 0;
}

.enterprise__header {
  margin-bottom: 48px;
  max-width: 640px;
}

.enterprise__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.38px;
  color: var(--color-primary);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.enterprise__eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
}

.enterprise__title {
  width: 100%;
  max-width: 490px;
  font-size: 51.07px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #0B1020;
}

.enterprise__desc {
  width: 100%;
  max-width: 490px;
  font-size: 20px;
  color: #64748B;
  line-height: 1.65;
}

.enterprise__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-card {
  background: var(--color-white);
  border-radius: 20.02px;
  padding: 32px;
  box-shadow: var(--shadow-sm);
  border: 1px solid #E2E8F0;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.feature-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.feature-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.feature-card__icon img {
  width: 26px;
  height: 26px;
  display: block;
}

.feature-card__icon--purple { background: #4F46E512; color: #7c3aed; }
.feature-card__icon--violet { background: #7C3AED12; color: #4f46e5; }
.feature-card__icon--teal { background: #06B6D412; color: #0d9488; }
.feature-card__icon--orange { background: #F9731612; color: #ea580c; }
.feature-card__icon--green { background: #22C55E12; color: #16a34a; }
.feature-card__icon--pink { background: #EF444412; color: #db2777; }

.feature-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0B1020;
}

.feature-card__desc {
  font-size: 16px;
  color: #64748B;
  line-height: 1.65;
}

/* ---------- CTA ---------- */
.cta {
  background: #0B1020;
  padding: 130px 0 100px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.cta__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.cta__bg-center {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cta__bg-right {
  position: absolute;
  right: max(-40px, calc(50% - 720px));
  top: 22%;
  width: min(551px, 42vw);
  height: auto;
}

.cta__bg-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(520px, 55vw);
  height: auto;
}

.cta > .container {
  position: relative;
  z-index: 1;
}

.cta__title {
  font-size: 60px;
  font-weight: 800;
  line-height: 82.25px;
  color: var(--color-white);
  max-width: 1000px;
  margin: 0 auto 20px;
  position: relative;
}

.cta__title .accent {
  color: #4F46E5;
}

.cta__sub {
  font-size: 20px;
  color: #FFFFFF80;
  max-width: 750px;
  margin: 0 auto 50px;
  position: relative;
  line-height: 37.43px;
}

.cta__btn {
  position: relative;
  margin-bottom: 40px;
}

.cta__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  position: relative;
}

.cta__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 500;
  color: #8B90A7;
}

.cta__trust-dot {
  width: 8px;
  height: 8px;
  border-radius: 12px;
  background: #22c55e;
  flex-shrink: 0;
}

/* ---------- SIMPLE PAGES ---------- */
.page-hero {
  background: var(--color-bg-navy);
  padding: 80px 0;
  text-align: center;
}

.page-hero h1 {
  font-size: 42px;
  color: var(--color-white);
  margin-bottom: 12px;
}

.page-hero p {
  color: #94a3b8;
  font-size: 16px;
}

.page-content {
  padding: 80px 0;
  max-width: 720px;
}

.page-content p {
  color: var(--color-text-secondary);
  margin-bottom: 16px;
  line-height: 1.7;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1100px) {
  .hero {
    padding-bottom: 140px;
  }

  .showcase__image-wrap {
    margin-top: -120px;
  }

  .hex-strip__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
  }

  .hex-card {
    width: 170px;
    height: 180px;
  }

  .pain__header,
  .solutions__header,
  .difference__header,
  .results__header,
  .enterprise__header,
  .faq__title {
    text-align: left;
  }

  .difference__eyebrow {
    justify-content: flex-start;
  }

  .pain__title,
  .solutions__title,
  .difference__title,
  .results__title,
  .enterprise__title,
  .faq__title,
  .pain__sub,
  .solutions__desc,
  .results__sub,
  .enterprise__desc {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .difference__title {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .solutions__tabs {
    grid-template-columns: minmax(0, 1fr);
  }

  .solutions__panel {
    padding: 28px 20px;
    min-width: 0;
  }

  .solutions__tab-list {
    border-right: none;
    border-bottom: 1px solid var(--color-border);
    align-self: stretch;
    height: auto;
  }

  .solutions__tab {
    flex: 0 0 auto;
  }

  .solutions__panels {
    border-left: none;
  }

  .solutions__desc,
  .results__title,
  .enterprise__title,
  .enterprise__desc {
    width: auto;
    max-width: 100%;
  }

  .pain__float {
    display: none;
  }

  .pain__visual {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  /* Static content above the cable image */
  .pain__columns {
    order: -1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 0;
  }

  .pain__col-connector {
    display: none;
  }

  .pain__col {
    padding-left: 0;
    padding-top: 0;
  }

  .pain__col-desc {
    position: relative;
    padding-left: 18px;
  }

  .pain__col-desc::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4F46E5;
  }

  .pain__col-bullets {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .pain__col-bullets li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--color-text-secondary);
  }

  .pain__col-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4F46E5;
  }

  .results__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .results__stat:nth-child(2) {
    border-right: none;
  }

  .results__stat:nth-child(1),
  .results__stat:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .enterprise__grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta__trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    justify-items: start;
    gap: 20px 28px;
  }

  .difference__grid,
  .faq__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  :root {
    --section-padding-y: 48px;
  }

  .hero {
    padding-bottom: 80px;
  }

  .hero__content {
    padding: 100px 20px 40px;
    align-items: flex-start;
    text-align: left;
  }

  .hero__title {
    font-size: var(--mobile-heading-size);
    line-height: var(--mobile-heading-line-height);
    text-align: left;
  }

  .hero__subtitle {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 28px;
    text-align: left;
  }

  .hero__ctas {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    gap: 14px;
    align-items: flex-start;
  }

  .hero__ctas .btn {
    width: auto;
    max-width: 100%;
  }

  .showcase {
    padding: 0 0 40px;
  }

  .showcase__image-wrap {
    margin-top: -56px;
  }

  .showcase__image {
    border-radius: 14px;
  }

  .hex-strip__grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    gap: 40px;
    max-width: 220px;
    justify-items: center;
  }

  .hex-card {
    width: 180px;
    height: 190px;
    padding: 0 28px;
  }

  .hex-card__text {
    font-size: 14px;
    line-height: 1.35;
  }

  .pain,
  .solutions,
  .difference,
  .results,
  .enterprise,
  .faq,
  .cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pain__header {
    margin-bottom: 40px;
  }

  .difference__grid,
  .faq__grid {
    grid-template-columns: 1fr;
  }

  .pain__illustration {
    min-height: auto;
    margin-bottom: 0;
  }

  .pain__visual {
    gap: 40px;
  }

  .pain__title,
  .solutions__title,
  .difference__title,
  .results__title,
  .enterprise__title,
  .faq__title {
    font-size: var(--mobile-heading-size);
    line-height: var(--mobile-heading-line-height);
    text-align: left;
  }

  .results__stat-value {
    font-size: clamp(40px, 10vw, 56px);
  }

  .solutions__gains {
    grid-template-columns: 1fr;
  }

  .solutions__header {
    margin-bottom: 40px;
  }

  .cta__title {
    font-size: var(--mobile-heading-size);
    line-height: var(--mobile-heading-line-height);
    text-align: left;
  }

  .cta__sub {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 28px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .solutions__panel {
    padding: 24px 16px;
  }

  .faq-item__header {
    padding: 20px 16px;
  }

  .diff-card {
    padding: 24px 20px;
  }
}

@media (max-width: 640px) {
  :root {
    --section-padding-y: 40px;
  }

  .hero {
    padding-bottom: 64px;
  }

  .hero__content {
    padding: 88px 20px 40px;
    align-items: flex-start;
    text-align: left;
  }

  .hero__subtitle {
    margin-bottom: 40px;
  }

  .enterprise__grid,
  .results__stats {
    grid-template-columns: 1fr;
  }

  .results__stat {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 28px 20px;
    text-align: center;
    align-items: center;
  }

  .cta__trust {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .hero__ctas {
    gap: 12px;
  }

  .showcase {
    padding-bottom: 40px;
  }

  .showcase__image-wrap {
    margin-top: -48px;
  }

  .hex-strip__grid {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    gap: 40px;
    max-width: 200px;
    justify-items: center;
  }

  .hex-card {
    width: 168px;
    height: 178px;
    padding: 0 26px;
  }

  .hex-card__text {
    font-size: 13.5px;
    line-height: 1.35;
  }

  .pain,
  .solutions,
  .difference,
  .results,
  .enterprise,
  .faq,
  .cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pain__header,
  .solutions__header,
  .results__header,
  .enterprise__header,
  .difference__header {
    margin-bottom: 40px;
  }

  .faq__title {
    margin-bottom: 40px;
  }

  .btn--lg {
    padding: 14px 20px;
    font-size: 15px;
  }
}
